:root {
  --ink: #101820;
  --navy: #14242f;
  --red: #b83228;
  --paper: #f6f4ef;
  --white: #ffffff;
  --line: rgba(16, 24, 32, 0.14);
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --font-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; line-break: strict; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-sans); }
section { scroll-margin-top: 88px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button,summary { font: inherit; }
h1,h2,h3,p,li,dd,summary { overflow-wrap: normal; word-break: normal; text-wrap: wrap; }
html[lang="ja"] h1,html[lang="ja"] h2 { word-break: keep-all; }
.section-kicker { margin: 0 0 1rem; color: var(--red); font-family: ui-monospace, monospace; font-size: .72rem; font-weight: 700; letter-spacing: .18em; }
.section-kicker-light { color: #e3a392; }
.section-heading h2,.tour-content h2,.recruit h2,.company h2,.faq h2,.final-call h2,.promise h2,.english h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 600; line-height: 1.38; letter-spacing: .02em; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 999; background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 88px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 2rem; padding: 0 3.5vw; background: rgba(246,244,239,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); }
.brand img { width: 126px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1.5rem, 3vw, 3rem); font-size: .92rem; font-weight: 600; letter-spacing: .06em; }
.desktop-nav a { padding: .4rem 0; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 1.4rem; }
.language-picker { position: relative; }
.language-button { min-width: 70px; height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: 0 .8rem; color: var(--ink); background: transparent; border: 1px solid var(--line); cursor: pointer; }
.language-button:hover { border-color: rgba(16,24,32,.42); background: rgba(255,255,255,.48); }
.language-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.language-code-current { font-family: ui-monospace, monospace; font-size: .8rem; font-weight: 700; letter-spacing: .08em; }
.language-chevron { width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .18s ease; }
.language-button[aria-expanded="true"] .language-chevron { transform: translateY(2px) rotate(225deg); }
.language-menu { position: absolute; z-index: 50; top: calc(100% + .65rem); right: 0; width: 220px; padding: .45rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 46px rgba(7,16,23,.18); }
.language-menu:not([hidden]) { display: grid; }
.language-option { width: 100%; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: .65rem; padding: .78rem .75rem; color: var(--ink); text-align: left; background: transparent; border: 0; cursor: pointer; }
.language-option:hover,.language-option:focus-visible { background: #f0eee8; }
.language-option[aria-checked="true"] { color: var(--red); background: #f8ece9; font-weight: 700; }
.language-option span { color: #667079; font-family: ui-monospace, monospace; font-size: .72rem; font-weight: 700; letter-spacing: .06em; }
.language-option[aria-checked="true"] span { color: inherit; }
.header-call { display: flex; flex-direction: column; color: var(--white); background: var(--red); padding: .7rem 1.15rem .6rem; line-height: 1.05; letter-spacing: .04em; }
.header-call span { font-size: .66rem; margin-bottom: .3rem; opacity: .8; }
.menu-button,.mobile-menu { display: none; }

.hero { min-height: calc(100svh - 88px); position: relative; display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.hero-image { position: absolute; inset: 0; background: url('./assets/king-hero.webp') center / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,23,.9) 0%, rgba(7,16,23,.67) 43%, rgba(7,16,23,.12) 73%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, 92vw); margin: 0 auto; color: var(--white); padding: 5.5rem 0 10rem; }
.eyebrow { margin: 0 0 1.5rem; font-family: ui-monospace, monospace; font-size: .78rem; letter-spacing: .24em; color: #f3cbbf; }
h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(2.75rem, 5vw, 5rem); font-weight: 600; line-height: 1.25; letter-spacing: .03em; }
.hero-content h1 { max-width: 12em; }
.hero-copy { margin: 1.65rem 0 0; font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 2; letter-spacing: .04em; }
.hero-copy { max-width: 39em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; }
.button { min-height: 62px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.45rem; border: 1px solid rgba(255,255,255,.56); font-weight: 700; letter-spacing: .04em; }
.button-primary { min-width: 238px; flex-direction: column; align-items: flex-start; background: var(--red); border-color: var(--red); }
.button-primary span { font-size: .7rem; opacity: .8; }
.button-primary strong { margin-top: .2rem; font-size: 1.1rem; letter-spacing: .08em; }
.button-secondary { background: rgba(16,24,32,.3); backdrop-filter: blur(8px); }
.hero-facts { position: absolute; z-index: 3; right: 0; bottom: 0; width: min(700px, 60vw); display: grid; grid-template-columns: repeat(3, 1fr); color: var(--white); background: rgba(20,36,47,.92); backdrop-filter: blur(12px); }
.hero-facts div { min-height: 112px; display: grid; align-content: center; padding: 1rem 1.4rem; border-left: 1px solid rgba(255,255,255,.16); }
.hero-facts span { font-family: ui-monospace, monospace; color: #d78572; font-size: .67rem; }
.hero-facts strong { margin-top: .4rem; font-family: var(--font-serif); font-size: 1.15rem; }
.hero-facts small { margin-top: .3rem; color: rgba(255,255,255,.68); }

.quick-guide { width: min(1180px, 92vw); margin: 0 auto; padding: clamp(5.5rem, 10vw, 9rem) 0; }
.quick-guide .section-heading { max-width: 900px; margin-bottom: 3.5rem; }
.guide-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guide-card { min-height: 310px; padding: 2rem clamp(1.4rem, 2.8vw, 2.5rem); border-right: 1px solid var(--line); }
.guide-card:last-child { border-right: 0; }
.guide-card-call { color: var(--white); background: var(--red); }
.card-number { margin: 0 0 3rem; font-family: ui-monospace, monospace; font-size: .7rem; opacity: .62; }
.guide-card h3 { margin: 0 0 1rem; font-family: var(--font-serif); font-size: 1.35rem; }
.guide-card > p:not(.card-number) { margin: 0; line-height: 1.9; }
.guide-card small { display: block; margin-top: 1rem; color: #59626a; line-height: 1.65; }
.guide-card-call a { display: inline-flex; flex-direction: column; margin-top: 1.8rem; font-size: 1.45rem; font-weight: 700; letter-spacing: .06em; border-bottom: 1px solid rgba(255,255,255,.42); }
.guide-card-call a span { font-size: .68rem; font-weight: 500; opacity: .7; letter-spacing: .12em; }
.fare-list { margin: 0; }
.fare-list div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.fare-list dt { color: #606970; font-size: .85rem; }
.fare-list dd { margin: 0; font-weight: 700; }

.promise { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; color: var(--white); background: var(--navy); }
.promise-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); padding-right: clamp(2.5rem, 6vw, 6rem); }
.promise-copy > p:not(.section-kicker) { max-width: 590px; margin: 2rem 0 0; color: rgba(255,255,255,.72); line-height: 2; }
.check-list { margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.check-list li { display: grid; grid-template-columns: 16px 1fr; gap: .8rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); line-height: 1.5; }
.check-list li::before { content: ""; width: 6px; height: 6px; margin-top: .5em; background: #e3a392; border-radius: 50%; }
.check-list span { color: #e3a392; font-family: ui-monospace, monospace; font-size: .7rem; letter-spacing: .1em; }
.check-list em { font-style: normal; }
.promise-image { margin: 0; position: relative; min-height: 520px; overflow: hidden; }
.promise-image img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.78); }
.promise-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 50px 0 80px rgba(20,36,47,.22); pointer-events: none; }
.promise-image figcaption { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; padding: .7rem 1rem; color: var(--white); background: rgba(7,16,23,.72); font-size: .78rem; letter-spacing: .05em; }

.tour { width: min(1280px, 100%); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; padding: clamp(6rem, 11vw, 10rem) 0; }
.tour-visual { align-self: start; position: sticky; top: 1.5rem; margin-right: -3rem; z-index: 1; }
.tour-visual img { width: 100%; aspect-ratio: .86; object-fit: cover; filter: saturate(.78) contrast(1.03); }
.tour-visual p { position: absolute; left: -1px; bottom: 2.5rem; margin: 0; width: min(84%, 440px); padding: 1.5rem 1.7rem; color: var(--white); background: var(--red); font-family: var(--font-serif); font-size: clamp(1.25rem, 2.4vw, 2rem); }
.tour-visual p span { display: block; margin-bottom: .5rem; font-family: ui-monospace, monospace; font-size: .65rem; letter-spacing: .18em; }
.tour-visual p em { font-style: normal; }
.tour-content { padding: 2rem clamp(2rem, 7vw, 8rem) 0 clamp(4.5rem, 8vw, 9rem); }
.tour-lead { margin: 2rem 0 0; line-height: 2; color: #4c565e; }
.course-list { margin-top: 3.5rem; border-top: 1px solid var(--line); }
.course-list article { padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.course-list article > div { display: flex; align-items: baseline; gap: 1rem; }
.course-list span { flex: 0 0 94px; color: var(--red); font-family: ui-monospace, monospace; font-size: .7rem; font-weight: 700; }
.course-list h3 { margin: 0; font-family: var(--font-serif); font-size: 1.25rem; }
.course-list p { margin: .6rem 0 0 110px; color: #59626a; font-size: .9rem; line-height: 1.75; }
.notice-box { margin-top: 2rem; padding: 1.35rem; border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.notice-box p { margin: 0; font-size: .86rem; line-height: 1.8; }
.notice-box p strong { display: block; color: var(--red); }
.tour-fares { margin: 1rem 0 0; border-top: 1px solid var(--line); }
.tour-fares div { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
.tour-fares dt { color: #4c565e; }
.tour-fares dd { margin: 0; flex: 0 0 auto; color: var(--ink); font-weight: 800; }
.text-link { display: inline-block; margin-top: 1rem; color: var(--red); font-size: .88rem; font-weight: 700; border-bottom: 1px solid currentColor; }

.english { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; padding: clamp(4.5rem, 8vw, 7rem) max(4vw, calc((100vw - 1180px)/2)); color: var(--white); background: var(--red); }
.english h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1.25; }
html[lang="en"] .english h2 { font-family: Georgia, serif; line-height: 1.12; }
.english-body > p { margin: 0; max-width: 590px; color: rgba(255,255,255,.86); font-size: 1.03rem; line-height: 1.85; }
.english-body .english-detail { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.22); font-size: .9rem; line-height: 1.7; }
.english-body .english-note { margin-top: 1.2rem; color: rgba(255,255,255,.68); font-size: .78rem; line-height: 1.7; }
.button-light { width: fit-content; min-width: 230px; align-items: flex-start; flex-direction: column; margin-top: 1.8rem; color: var(--ink); background: var(--white); border-color: var(--white); }
.button-light span { font-size: .68rem; color: var(--red); text-transform: uppercase; letter-spacing: .12em; }
.button-light strong { margin-top: .25rem; font-size: 1.1rem; }

.rescue { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 8rem) max(4vw, calc((100vw - 1180px)/2)); background: #eef0ed; border-bottom: 1px solid var(--line); }
.rescue h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 600; line-height: 1.38; }
.rescue-body > p { margin: .2rem 0 0; color: #4c565e; line-height: 2; }
.rescue-fare { margin-top: 1.5rem !important; padding: 1.1rem 1.2rem; background: var(--white); border-left: 3px solid var(--red); }
.rescue-fare strong,.rescue-fare span { display: block; }
.rescue-fare span { margin-top: .35rem; font-size: .86rem; }

.recruit { width: min(1180px, 92vw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(6rem, 11vw, 10rem) 0; }
.recruit-body > p { margin: .2rem 0 0; color: #4c565e; line-height: 2; }
.recruit-body > p + p { margin-top: 1.2rem; }
.recruit-points { display: grid; grid-template-columns: 1fr 1fr; margin-top: 2.5rem; border-top: 1px solid var(--line); }
.recruit-points span { padding: 1rem .3rem; border-bottom: 1px solid var(--line); font-size: .9rem; font-weight: 700; }
.outline-link { width: min(320px,100%); display: flex; flex-direction: column; margin-top: 2.5rem; padding: 1rem 1.2rem; color: var(--red); border: 1px solid var(--red); }
.outline-link small { font-size: .7rem; }
.outline-link strong { margin-top: .25rem; font-size: 1.18rem; letter-spacing: .08em; }
.outline-link em { margin-top: .38rem; color: #59626a; font-size: .72rem; font-style: normal; }

.company { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr); grid-template-rows: auto 1fr; align-items: stretch; background: #eae7df; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-photo { grid-column: 1; grid-row: 1; background: #342d29; }
.company-photo img { width: 100%; height: auto; aspect-ratio: 8 / 3; object-fit: contain; object-position: center; }
.company-message { grid-column: 1; grid-row: 2; padding: clamp(3rem, 5vw, 5rem); }
.company-message h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); }
.company-copy { max-width: 46em; margin-top: 2rem; }
.company-copy p { margin: 0; color: #4c565e; line-height: 2; }
.company-copy p + p { margin-top: 1.15rem; }
.president-name { margin: 2rem 0 0; font-family: var(--font-serif); font-size: 1.2rem; }
.president-name span { display: block; margin-bottom: .3rem; color: #70777c; font-family: var(--font-sans); font-size: .72rem; }
.company-data { grid-column: 2; grid-row: 1 / 3; display: grid; align-items: center; padding: 2.5rem clamp(1.5rem, 3vw, 3rem); background: var(--white); }
.company-data dl { margin: 0; }
.company-data dl div { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.company-data dt { color: #72797d; font-size: .72rem; }
.company-data dd { margin: .45rem 0 0; font-size: .9rem; font-weight: 700; line-height: 1.7; }
.company-history { margin-top: 2.2rem; }
.company-history h3 { margin: 0 0 .8rem; font-family: var(--font-serif); font-size: 1.1rem; }
.company-history ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.company-history li { display: grid; grid-template-columns: 7.5rem 1fr; gap: .8rem; padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: .76rem; line-height: 1.55; }
.company-history time { color: var(--red); font-weight: 700; }

.faq { width: min(1040px, 92vw); margin: 0 auto; padding: clamp(6rem, 10vw, 9rem) 0; }
.faq-heading { text-align: center; margin-bottom: 3rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem .5rem; font-family: var(--font-serif); font-size: 1.12rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--red); font-family: ui-monospace, monospace; font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 3rem 1.6rem .5rem; color: #4c565e; line-height: 1.9; }

.final-call { min-height: 470px; display: grid; place-content: center; justify-items: center; padding: 5rem 1rem; text-align: center; color: var(--white); background: linear-gradient(rgba(13,29,39,.9),rgba(13,29,39,.95)), url('./assets/king-hero.webp') center 58% / cover; }
.final-call a { display: flex; flex-direction: column; margin-top: 2.5rem; padding: 1rem 2.2rem; background: var(--red); }
.final-call a span { font-size: .7rem; opacity: .8; letter-spacing: .12em; }
.final-call a strong { margin-top: .25rem; font-size: 1.35rem; letter-spacing: .08em; }

.site-footer { padding: 4rem max(4vw, calc((100vw - 1180px)/2)) 2rem; background: #0b141a; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 110px 1fr auto; gap: 2rem; align-items: center; }
.footer-main > img { width: 88px; filter: brightness(0) invert(1); opacity: .88; }
.footer-main strong { font-family: var(--font-serif); font-size: 1.1rem; }
.footer-main p { margin: .6rem 0 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.footer-tels { display: flex; gap: 2.5rem; }
.footer-tels a { display: flex; flex-direction: column; font-weight: 700; }
.footer-tels small { margin-bottom: .25rem; color: #d78572; font-size: .65rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.46); font-size: .68rem; }
.privacy { max-width: 650px; }
.privacy summary { cursor: pointer; }
.privacy p { line-height: 1.75; }
.mobile-fixed { display: none; }

a:focus-visible,button:focus-visible,summary:focus-visible { outline: 3px solid #e08b74; outline-offset: 4px; }

@media (min-width: 901px) and (max-width: 1400px) {
  h1 { font-size: clamp(3rem, 4.2vw, 3.8rem); }
  .section-heading h2,.tour-content h2,.rescue h2,.recruit h2,.company h2,.faq h2,.final-call h2,.promise h2 { font-size: clamp(2.35rem, 3.2vw, 3.1rem); }
  .promise-copy { padding-left: 5vw; padding-right: 5vw; }
  .recruit { gap: 5vw; }
}

@media (max-width: 900px) {
  section { scroll-margin-top: 72px; }
  .site-header { height: 72px; grid-template-columns: 1fr auto auto; gap: .45rem; padding: 0 1.1rem; }
  .brand img { width: 100px; }
  .desktop-nav,.header-call { display: none; }
  .header-actions { display: flex; gap: .5rem; }
  .language-button { min-width: 64px; height: 42px; padding: 0 .65rem; }
  .language-menu { position: fixed; top: 66px; right: 1rem; width: min(260px, calc(100vw - 2rem)); }
  .menu-button { width: 46px; height: 46px; display: grid; place-content: center; gap: 7px; border: 0; background: transparent; }
  .menu-button span { display: block; width: 25px; height: 1px; background: var(--ink); }
  .mobile-menu { position: fixed; z-index: 29; inset: 72px 0 auto; padding: 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .mobile-menu:not([hidden]) { display: grid; gap: 0; }
  .mobile-menu a { padding: 1rem .25rem; border-bottom: 1px solid var(--line); font-weight: 700; }
  .hero { min-height: calc(100svh - 72px); align-items: end; }
  .hero-image { background-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,16,23,.96) 0%, rgba(7,16,23,.55) 62%, rgba(7,16,23,.08) 100%); }
  .hero-content { width: calc(100% - 2rem); padding: 11rem 0 12rem; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .button-primary { align-items: center; }
  .hero-facts { width: 100%; grid-template-columns: repeat(3, 1fr); }
  .hero-facts div { min-height: 90px; padding: .8rem .65rem; }
  .hero-facts strong { font-size: .88rem; }
  .hero-facts small { font-size: .68rem; }
  .quick-guide { padding: 5rem 0; }
  .quick-guide .section-heading { grid-template-columns: 1fr; gap: .5rem; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .guide-card:last-child { border-bottom: 0; }
  .card-number { margin-bottom: 1.8rem; }
  .promise { grid-template-columns: 1fr; }
  .promise-copy { padding: 5rem 4vw; }
  .promise-image { min-height: 440px; }
  .tour { grid-template-columns: 1fr; padding: 5rem 0; }
  .tour-visual { position: relative; top: auto; margin: 0; }
  .tour-visual img { aspect-ratio: 1.15; }
  .tour-content { padding: 4rem 4vw 0; }
  .english { grid-template-columns: 1fr; padding: 5rem 4vw; }
  .rescue,.recruit { grid-template-columns: 1fr; padding-top: 5rem; padding-bottom: 5rem; }
  .company { grid-template-columns: 1fr; grid-template-rows: auto; }
  .company-photo,.company-message,.company-data { grid-column: 1; grid-row: auto; }
  .company-photo img { width: 100%; height: auto; aspect-ratio: 8 / 3; object-fit: contain; }
  .company-message { padding: 3.5rem 4vw; }
  .company-data { padding: 2rem 4vw; }
  .site-footer { padding: 4rem 4vw 7rem; }
  .footer-main { grid-template-columns: 80px 1fr; }
  .footer-tels { grid-column: 1 / -1; }
  .mobile-fixed { position: fixed; z-index: 28; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .8fr 1.2fr; color: var(--white); background: var(--navy); box-shadow: 0 -12px 30px rgba(0,0,0,.14); }
  .mobile-fixed a { min-height: 62px; display: grid; place-content: center; text-align: center; font-size: .82rem; font-weight: 700; }
  .mobile-fixed a:last-child { background: var(--red); }
  .mobile-fixed span { display: block; font-size: .62rem; opacity: .7; }
  .mobile-fixed strong { font-size: .82rem; }
}

@media (max-width: 620px) {
  .section-heading h2,.tour-content h2,.rescue h2,.recruit h2,.company h2,.faq h2,.final-call h2,.promise h2 { font-size: 2rem; }
  .hero-content { padding-top: 8rem; }
  .hero-copy { font-size: .94rem; }
  .hero-facts { position: relative; margin-top: -90px; }
  .promise-image { min-height: 340px; }
  .tour-visual img { aspect-ratio: .88; object-position: 58% center; }
  .course-list article > div { display: block; }
  .course-list h3 { margin-top: .5rem; }
  .course-list p { margin-left: 0; }
  .recruit-points { grid-template-columns: 1fr; }
  .company-history li { grid-template-columns: 1fr; gap: .2rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-tels { flex-direction: column; gap: 1rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

html[lang="en"] body { font-family: Inter, "Segoe UI", Arial, sans-serif; }
html[lang^="zh"] body { font-family: "Noto Sans SC", "Noto Sans TC", "PingFang SC", "Microsoft YaHei", sans-serif; }
html[lang="ko"] body { font-family: "Noto Sans KR", "Malgun Gothic", sans-serif; }
html[lang="en"] h1,html[lang="en"] h2,html[lang="en"] h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; }
html[lang^="zh"] h1,html[lang^="zh"] h2,html[lang^="zh"] h3,html[lang="ko"] h1,html[lang="ko"] h2,html[lang="ko"] h3 { font-family: inherit; letter-spacing: 0; }
