:root {
  --midnight: #05040b;
  --navy: #0a0b1e;
  --navy-soft: #12142d;
  --magenta: #f51486;
  --magenta-deep: #a90e66;
  --violet: #7a2cff;
  --lilac: #c7a2ff;
  --cyan: #58e7ff;
  --gold: #d7b45a;
  --ivory: #f7f0e9;
  --muted: #bbb4c3;
  --line: rgba(247, 240, 233, 0.16);
  --surface: rgba(18, 20, 45, 0.74);
  --display: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --body: "Yu Gothic UI", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --utility: "Bahnschrift SemiCondensed", "Avenir Next Condensed", "Arial Narrow", var(--body);
  --editorial: "Bodoni 72", "Bodoni MT", Didot, Georgia, var(--display);
  --max: 1180px;
  --header: 78px;
}

html:lang(zh) {
  --display: "STZhongsong", "Songti SC", "Source Han Serif SC", "Noto Serif CJK SC", SimSun, serif;
  --body: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
}
html:lang(en) {
  --display: "Bodoni 72", "Bodoni MT", Didot, Georgia, "Times New Roman", serif;
  --body: "Avenir Next", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}
html:lang(th) {
  --display: "Th Sarabun New", "Leelawadee UI", "Noto Serif Thai", Tahoma, serif;
  --body: "Leelawadee UI", "Noto Sans Thai", Tahoma, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); }
body {
  margin: 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 78% 14%, rgba(122, 44, 255, 0.13), transparent 28rem),
    radial-gradient(circle at 8% 44%, rgba(245, 20, 134, 0.08), transparent 24rem),
    var(--midnight);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}
.brand-copy, .nav-list, .language-switcher, .hero-kicker, .eyebrow, .button,
.media-label, .plain-list strong, .media-card .status,
.contact-action small, .definition-row dt, .cinema-meta, .cinema-caption,
.honor-card figcaption small, .honor-card figcaption span, .footer-nav, .footer-meta {
  font-family: var(--utility);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 13% 18%, rgba(88,231,255,.08) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 32%, rgba(255,220,130,.14) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 78%, rgba(245,20,134,.16) 0 1.2px, transparent 2.2px);
  background-position: 0 0, 0 0, 0 0;
  background-size: 180px 180px, 240px 240px, 310px 310px;
  background-repeat: repeat;
  opacity: .55;
  animation: ambient-stars 28s linear infinite;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 16px; color: var(--midnight); background: var(--ivory); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 48px)); margin-inline: auto; }
.muted { color: var(--muted); }
.gold { color: var(--gold); }

.note-burst { position: fixed; z-index: 75; width: 0; height: 0; overflow: visible; pointer-events: none; contain: layout style; }
.note-burst__ring { position: absolute; left: -15px; top: -15px; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.16) 0 12%, rgba(37,244,238,.1) 32%, rgba(254,44,85,.07) 54%, transparent 72%); box-shadow: -4px 2px 13px rgba(37,244,238,.44), 5px -2px 14px rgba(254,44,85,.4); animation: note-ring-out .58s cubic-bezier(.15,.7,.2,1) both; }
.note-burst__ring::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; box-shadow: inset -2px 1px 4px rgba(37,244,238,.38), inset 2px -1px 4px rgba(254,44,85,.34); }
.note-burst__lead { position: absolute; left: -16px; top: -19px; width: 32px; height: 38px; transform-origin: center; filter: drop-shadow(-3px 2px 5px rgba(37,244,238,.52)) drop-shadow(3px -2px 6px rgba(254,44,85,.45)); animation: note-lead-pop .72s cubic-bezier(.16,.78,.2,1) both; }
.note-burst__lead svg { display: block; width: 100%; height: 100%; overflow: visible; }
.note-mark--cyan { fill: #25f4ee; transform: translate(-2.8px, 2.2px); }
.note-mark--pink { fill: #fe2c55; transform: translate(2.8px, -1.8px); }
.note-mark--core { fill: #fff; }
.note-spark { position: absolute; left: -2px; top: -2px; width: 4px; height: 4px; border-radius: 50%; opacity: 0; background: #fff; box-shadow: 0 0 6px currentColor, 0 0 11px currentColor; animation: note-spark-fly .64s var(--spark-delay) cubic-bezier(.16,.7,.2,1) both; }
.note-spark--cyan { color: #25f4ee; background: #25f4ee; }
.note-spark--pink { color: #fe2c55; background: #fe2c55; }
.note-spark--white { color: #fff; background: #fff; width: 3px; height: 3px; left: -1.5px; top: -1.5px; }
.magenta { color: var(--magenta); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header);
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgba(5,4,11,.96), rgba(5,4,11,.72));
  transition: border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 72px; height: 48px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 14px; letter-spacing: .1em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .34em; }
.nav-list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.nav-list a { display: block; padding: 10px 13px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-decoration: none; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--ivory); }
.nav-list .nav-cta { margin-left: 8px; padding-inline: 20px; color: #fff; background: var(--magenta); }
.nav-list .nav-cta:hover, .nav-list .nav-cta[aria-current="page"] { color: #fff; background: #ff2b99; }
.language-switcher { display: flex; flex: 0 0 auto; border: 1px solid rgba(215,180,90,.46); background: rgba(5,4,11,.72); }
.language-switcher button { min-width: 42px; height: 34px; padding: 0 9px; color: var(--muted); border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .06em; cursor: pointer; }
.language-switcher button:last-child { border-right: 0; }
.language-switcher button:hover { color: var(--ivory); background: rgba(247,240,233,.06); }
.language-switcher button.is-active { color: #fff; background: var(--magenta); box-shadow: inset 0 -2px 0 var(--gold); }
.language-switcher-mobile { display: none; }
.menu-button { display: none; width: 46px; height: 46px; color: var(--ivory); border: 1px solid var(--line); background: transparent; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #070711;
}
.stage-enter { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; width: 100%; min-height: 100svh; height: 100dvh; pointer-events: none; overflow: hidden; background: transparent; animation: stage-layer-away .01s 2.06s both; }
.stage-enter::before, .stage-enter::after { content: ""; position: absolute; inset-block: 0; z-index: 2; width: calc(50% + 2px); background: linear-gradient(90deg, rgba(255,255,255,.018), transparent 13% 86%, rgba(215,180,90,.11)), repeating-linear-gradient(90deg, #05030b 0 7%, #10071a 13%, #07040f 20%, #170921 29%, #08040f 38%), radial-gradient(ellipse at 50% 42%, rgba(245,20,134,.14), transparent 58%), #07040e; box-shadow: inset 0 0 90px rgba(0,0,0,.78), 0 0 110px rgba(0,0,0,.96); will-change: transform; animation-duration: 1.28s; animation-delay: .72s; animation-timing-function: cubic-bezier(.76,0,.16,1); animation-fill-mode: both; }
.stage-enter::before { left: 0; transform-origin: left center; clip-path: polygon(0 0,100% 0,98.7% 46%,100% 50%,98.7% 54%,100% 100%,0 100%); border-right: 1px solid rgba(255,227,149,.72); box-shadow: inset -24px 0 48px rgba(215,180,90,.06), inset 0 0 90px rgba(0,0,0,.78), 18px 0 52px rgba(215,180,90,.12); animation-name: stage-curtain-left; }
.stage-enter::after { right: 0; transform-origin: right center; clip-path: polygon(0 0,100% 0,100% 100%,0 100%,1.3% 54%,0 50%,1.3% 46%); border-left: 1px solid rgba(255,227,149,.72); box-shadow: inset 24px 0 48px rgba(215,180,90,.06), inset 0 0 90px rgba(0,0,0,.78), -18px 0 52px rgba(215,180,90,.12); animation-name: stage-curtain-right; }
.stage-enter-halo { position: absolute; left: 50%; top: 50%; z-index: 3; width: min(72vw, 680px); aspect-ratio: 1; border: 1px solid rgba(215,180,90,.14); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.08) 0 1px, rgba(245,20,134,.14) 2px, rgba(122,44,255,.08) 18%, transparent 58%); box-shadow: 0 0 0 44px rgba(122,44,255,.025), 0 0 0 112px rgba(245,20,134,.018), inset 0 0 90px rgba(245,20,134,.08); transform: translate(-50%, -50%); animation: stage-halo-in .72s .08s cubic-bezier(.2,.78,.2,1) both, stage-halo-away .5s .86s ease-in both; }
.stage-enter-mark { position: relative; z-index: 4; display: grid; justify-items: center; gap: 11px; padding: 28px 38px; color: var(--ivory); text-align: center; filter: drop-shadow(0 18px 38px rgba(0,0,0,.62)); animation: stage-mark-in .52s .08s cubic-bezier(.18,.8,.2,1) both, stage-mark-away .44s .88s ease-in both; }
.stage-enter-sigil { position: relative; display: block; width: 54px; height: 54px; margin-bottom: 7px; background: linear-gradient(145deg, #fffdf7 12%, #f4d68a 52%, #ff9ace 88%); clip-path: polygon(50% 0,57% 42%,100% 50%,57% 58%,50% 100%,43% 58%,0 50%,43% 42%); filter: drop-shadow(0 0 10px rgba(255,255,255,.72)) drop-shadow(0 0 28px rgba(245,20,134,.72)) drop-shadow(0 0 54px rgba(122,44,255,.5)); animation: stage-sigil-in .72s .04s cubic-bezier(.15,.8,.2,1) both; }
.stage-enter-name { font-family: var(--editorial); font-size: clamp(24px, 3.15vw, 46px); font-weight: 400; letter-spacing: .16em; line-height: 1; white-space: nowrap; text-shadow: 0 0 24px rgba(255,255,255,.18), 0 0 38px rgba(245,20,134,.38); }
.stage-enter-mark small { position: relative; padding: 10px 20px 0; color: var(--gold); font-family: var(--utility); font-size: 9px; font-weight: 700; letter-spacing: .48em; }
.stage-enter-mark small::before { content: ""; position: absolute; left: 50%; top: 0; width: 76px; height: 1px; background: linear-gradient(90deg, transparent, rgba(215,180,90,.78), transparent); transform: translateX(-50%); }
.hero-media { position: absolute; inset: 0; z-index: -3; }
.hero-media img { position: relative; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transform-origin: 58% 42%; will-change: transform, filter; filter: saturate(.98) contrast(1.1); animation: stage-media-in 1.8s .3s cubic-bezier(.2,.8,.2,1) both, stage-media-rest 14s 2.1s ease-in-out infinite alternate; }
.hero-media::before { content: ""; position: absolute; inset: -18%; z-index: 1; pointer-events: none; background: radial-gradient(circle at 24% 32%, rgba(122,44,255,.31), transparent 30%), radial-gradient(circle at 78% 60%, rgba(245,20,134,.3), transparent 33%), linear-gradient(112deg, transparent 27%, rgba(255,225,245,.13) 50%, transparent 73%); mix-blend-mode: screen; opacity: .56; will-change: transform, opacity; animation: stage-color-drift 8s 2.1s ease-in-out infinite alternate; }
.hero-media::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(5,4,11,.96) 0%, rgba(5,4,11,.67) 44%, rgba(5,4,11,.24) 76%), linear-gradient(0deg, #05040b 0%, transparent 50%); }
.hero-atmosphere { position: absolute; inset: 0; z-index: -2; overflow: hidden; opacity: 0; pointer-events: none; mix-blend-mode: screen; animation: stage-atmosphere-in .8s 1.5s ease-out forwards; }
.hero-atmosphere::before { content: ""; position: absolute; inset: -18%; background-image: radial-gradient(circle, rgba(255,241,198,.96) 0 1.1px, transparent 2px), radial-gradient(circle, rgba(245,20,134,.8) 0 1.3px, transparent 2.2px), radial-gradient(circle, rgba(88,231,255,.82) 0 1.2px, transparent 2px); background-position: 20px 12px, 82px 104px, 148px 46px; background-size: 178px 158px, 246px 208px, 302px 254px; opacity: .36; will-change: transform, background-position; animation: stage-stars-drift 18s 2.1s linear infinite; }
.hero-content { padding: calc(var(--header) + 72px) 0 80px; animation: stage-content-in .85s .78s cubic-bezier(.2,.8,.2,1) both; }
.hero-kicker, .eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.hero-kicker::before, .eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero-title { max-width: 1040px; margin: 0; font-family: var(--display); font-size: clamp(48px, 5.9vw, 88px); font-weight: 600; letter-spacing: -.04em; line-height: 1.04; text-wrap: balance; }
.hero-title .line { display: block; }
.hero-title .line + .line { margin-top: .08em; }
.hero-title em { color: transparent; background: linear-gradient(100deg, rgba(255,190,226,.3), rgba(255,116,190,.5) 42%, rgba(203,139,255,.54) 74%, rgba(238,187,255,.38)); -webkit-background-clip: text; background-clip: text; font-style: normal; -webkit-text-stroke: 1px rgba(244,207,255,.82); text-shadow: 0 0 9px rgba(255,116,190,.18), 0 0 30px rgba(164,103,255,.18); animation: stage-title-glow 4.2s 2.2s ease-in-out infinite; }
html:lang(zh) .hero-title { font-weight: 400; max-width: 760px; font-size: clamp(48px, 5.5vw, 84px); letter-spacing: -.025em; line-height: 1.08; }
html:lang(zh) .hero-title em { -webkit-text-stroke-width: .76px; text-shadow: 0 0 8px rgba(255,116,190,.16), 0 0 28px rgba(164,103,255,.17); }
html:lang(en) .hero-title { max-width: 1040px; font-size: clamp(44px, 4.8vw, 72px); letter-spacing: -.025em; line-height: 1.08; }
html:lang(th) .hero-title { max-width: 1040px; font-size: clamp(42px, 4.3vw, 66px); letter-spacing: -.018em; line-height: 1.12; }
@media (min-width: 1400px) and (min-height: 800px) {
  .hero-title { max-width: 1120px; font-size: clamp(76px, 5.5vw, 96px); letter-spacing: -.025em; line-height: 1.12; }
  .hero-title .line { white-space: nowrap; }
  .hero-title .line + .line { margin-top: .16em; }
  html:lang(zh) .hero-title { max-width: 900px; font-size: clamp(72px, 5.2vw, 92px); line-height: 1.14; }
  html:lang(en) .hero-title { max-width: 1120px; font-size: clamp(60px, 4.6vw, 82px); line-height: 1.14; }
  html:lang(th) .hero-title { max-width: 1120px; font-size: clamp(58px, 4.2vw, 78px); line-height: 1.16; }
}
.hero-copy { max-width: 610px; margin: 28px 0 0; color: #ddd6e1; font-size: clamp(16px, 1.65vw, 20px); }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 1px solid var(--line); color: var(--ivory); background: transparent; font-size: 14px; font-weight: 700; letter-spacing: .05em; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button::after { content: "↗"; font-size: 17px; }
.button:hover { transform: translateY(-2px); border-color: rgba(247,240,233,.5); background: rgba(247,240,233,.06); }
.button-primary { border-color: var(--magenta); background: var(--magenta); }
.button-primary:hover { border-color: #ff43a5; background: #ff2b99; }
.button-internal::after { content: "→"; }
.media-label { position: absolute; right: 24px; bottom: 24px; z-index: 2; padding: 7px 10px; color: var(--ivory); background: rgba(5,4,11,.8); border-left: 2px solid var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .13em; }

.section { position: relative; padding: 112px 0; }
.section:not(.cta-stage) { isolation: isolate; overflow: hidden; background: radial-gradient(circle at 88% 18%, rgba(122,44,255,.11), transparent 29rem), radial-gradient(circle at 10% 78%, rgba(245,20,134,.08), transparent 25rem), repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(88,231,255,.014) calc(25% - 1px) 25%), linear-gradient(122deg, rgba(15,16,44,.42), rgba(5,4,11,.12) 48%, rgba(27,8,33,.3)); }
.section:not(.cta-stage)::before { content: ""; position: absolute; z-index: -1; width: clamp(360px, 58vw, 880px); aspect-ratio: 1; right: -24%; top: 6%; border: 1px solid rgba(199,162,255,.13); border-radius: 50%; box-shadow: 0 0 0 42px rgba(122,44,255,.025), 0 0 0 120px rgba(245,20,134,.018), inset 0 0 70px rgba(122,44,255,.055); transform: rotate(-18deg); animation: orbit-drift 18s ease-in-out infinite alternate; }
.section:not(.cta-stage)::after { content: ""; position: absolute; z-index: -1; right: 12%; top: 22%; width: 18px; height: 18px; background: #fff; clip-path: polygon(50% 0,58% 42%,100% 50%,58% 58%,50% 100%,42% 58%,0 50%,42% 42%); filter: drop-shadow(0 0 10px var(--magenta)) drop-shadow(0 0 26px var(--violet)); opacity: .56; animation: star-breathe 4.6s ease-in-out infinite; }
.section:not(.cta-stage):nth-of-type(even)::before { right: auto; left: -28%; border-color: rgba(88,231,255,.1); box-shadow: 0 0 0 52px rgba(88,231,255,.018), 0 0 0 138px rgba(122,44,255,.018), inset 0 0 70px rgba(88,231,255,.04); }
.section:not(.cta-stage):nth-of-type(even)::after { right: auto; left: 10%; top: 16%; }
.section:not(.cta-stage) > .wrap, .section:not(.cta-stage) > .narrow { position: relative; z-index: 1; }
.section-dark { background: rgba(10,11,30,.58); border-block: 1px solid var(--line); }
.section-heading { max-width: 840px; margin: 0; font-family: var(--display); font-size: clamp(36px, 5.7vw, 72px); font-weight: 500; letter-spacing: -.035em; line-height: 1.15; text-wrap: balance; }
.section:not(.cta-stage) .section-heading { color: transparent; background: linear-gradient(108deg, #fffaf4 0 42%, #ff8bc8 67%, var(--gold) 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 28px rgba(245,20,134,.12)); }
.heading-line { display: block; }
.split.mission-split { grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: clamp(48px, 7vw, 96px); }
.section-heading--mission { max-width: 680px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.2; }
.section-heading--operations { max-width: 980px; font-size: clamp(42px, 4.8vw, 64px); line-height: 1.16; }
html:lang(zh) .section-heading--mission { font-size: clamp(34px, 3.6vw, 50px); line-height: 1.28; letter-spacing: -.02em; }
html:lang(zh) .section-heading--operations { font-size: clamp(38px, 4.2vw, 58px); line-height: 1.22; letter-spacing: -.02em; }
html:lang(en) .section-heading--mission, html:lang(th) .section-heading--mission { font-size: clamp(34px, 3.5vw, 50px); line-height: 1.24; letter-spacing: -.02em; }
html:lang(en) .section-heading--operations, html:lang(th) .section-heading--operations { font-size: clamp(38px, 4vw, 56px); line-height: 1.2; letter-spacing: -.02em; }
.section-intro { max-width: 690px; margin: 24px 0 0; color: var(--muted); }
.split { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.big-copy { margin: 0; color: transparent; background: linear-gradient(112deg, #fffaf4 0 18%, #d7c4ff 42%, var(--cyan) 64%, #ff8bc8 84%, var(--gold) 100%); -webkit-background-clip: text; background-clip: text; font-family: var(--display); font-size: clamp(28px, 4vw, 52px); line-height: 1.34; filter: drop-shadow(0 0 24px rgba(122,44,255,.16)); }
.plain-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-list li { display: grid; grid-template-columns: 88px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.plain-list strong { color: var(--gold); font-size: 12px; letter-spacing: .13em; }
.plain-list li:nth-child(3n+2) strong { color: var(--magenta); }
.plain-list li:nth-child(3n+3) strong { color: var(--cyan); }

.stage-path { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; }
.stage-path::before { content: ""; position: absolute; top: 26px; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, var(--gold), var(--magenta), var(--violet)); box-shadow: 0 0 18px rgba(245,20,134,.6); }
.path-step { position: relative; padding: 66px 10px 0; text-align: center; }
.path-dot { position: absolute; top: 18px; left: calc(50% - 8.5px); width: 17px; height: 17px; border: 4px solid var(--midnight); background: var(--ivory); box-shadow: 0 0 0 1px var(--gold), 0 0 20px var(--magenta); transform: rotate(45deg); }
.path-step h3 { margin: 0 0 12px; font-family: var(--display); font-size: clamp(21px, 2vw, 27px); font-weight: 500; line-break: strict; text-wrap: balance; }
.path-step p { max-width: 250px; margin: 0 auto; color: var(--muted); font-size: 14px; }

.recruitment-details { background: radial-gradient(circle at 18% 16%, rgba(122,44,255,.18), transparent 28rem), radial-gradient(circle at 82% 74%, rgba(245,20,134,.14), transparent 30rem), linear-gradient(145deg, rgba(14,14,38,.96), rgba(5,4,11,.99)) !important; }
.recruitment-details .section-intro { max-width: 760px; }
.recruitment-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 20px; margin-top: 48px; }
.recruitment-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid rgba(222,193,109,.24); background: radial-gradient(circle at 92% 0, rgba(122,44,255,.2), transparent 34%), linear-gradient(145deg, rgba(18,18,46,.97), rgba(6,5,15,.99)); box-shadow: inset 0 1px rgba(255,255,255,.05), 0 22px 60px rgba(0,0,0,.28); }
.recruitment-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, var(--gold), var(--magenta), var(--violet)); box-shadow: 0 0 20px rgba(245,20,134,.4); }
.recruitment-card::after { content: ""; position: absolute; top: 28px; right: 28px; width: 10px; height: 10px; border: 1px solid rgba(255,235,182,.72); background: linear-gradient(145deg, #fff8e8, #d59cff); box-shadow: 0 0 18px rgba(203,139,255,.55); transform: rotate(45deg); }
.recruitment-card small { display: block; margin-bottom: 12px; color: var(--gold); font-family: var(--utility); font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.recruitment-card h3 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(27px,3vw,40px); font-weight: 500; }
.recruitment-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.recruitment-list li { position: relative; padding: 15px 0 15px 30px; border-top: 1px solid var(--line); color: #eee6f4; font-size: 17px; }
.recruitment-list li::before { content: "✓"; position: absolute; left: 0; color: #d59cff; font-weight: 700; text-shadow: 0 0 12px rgba(213,156,255,.6); }
.pay-list { display: grid; gap: 0; margin: 0; }
.pay-list div { display: grid; grid-template-columns: minmax(145px,.75fr) 1fr; gap: 18px; padding: 14px 0; border-top: 1px solid var(--line); }
.pay-list dt { color: #d8cfee; }
.pay-list dd { margin: 0; color: #fff2fa; font-weight: 700; }
.recruitment-note { margin: 22px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.support-grid { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 20px; border: 1px solid rgba(222,193,109,.18); background: rgba(8,7,20,.72); }
.support-grid article { min-height: 142px; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 24px 20px; border-right: 1px solid var(--line); text-align: center; }
.support-grid article:last-child { border-right: 0; }
.support-grid strong { color: #f0c1ee; font-family: var(--display); font-size: 17px; font-weight: 500; }
.support-grid span { color: var(--muted); font-size: 12px; line-height: 1.6; }

.promise-section { background: radial-gradient(circle at 12% 18%, rgba(88,231,255,.08), transparent 24rem), radial-gradient(circle at 82% 76%, rgba(245,20,134,.1), transparent 28rem), linear-gradient(145deg, rgba(10,11,30,.94), rgba(5,4,11,.98)) !important; }
.promise-layout { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: clamp(64px, 9vw, 138px); align-items: start; }
.promise-lead { position: relative; isolation: isolate; min-height: 560px; display: flex; flex-direction: column; justify-content: center; }
.promise-lead .section-heading { max-width: 610px; font-size: clamp(46px, 5.2vw, 70px); }
.promise-intro { max-width: 560px; margin: 30px 0 0; color: #d8cfdd; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.85; }
.promise-word { position: absolute; z-index: -1; left: -.04em; bottom: -.08em; color: transparent; font-family: var(--editorial); font-size: clamp(112px, 15vw, 210px); letter-spacing: -.08em; line-height: .8; white-space: nowrap; -webkit-text-stroke: 1px rgba(88,231,255,.12); filter: drop-shadow(0 0 38px rgba(122,44,255,.12)); }
.promise-list { border-top: 1px solid rgba(247,240,233,.18); }
.promise-item { position: relative; display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 28px; padding: 32px 18px 32px 0; border-bottom: 1px solid rgba(247,240,233,.14); transition: padding-left .3s ease, background .3s ease; }
.promise-item::before { content: ""; position: absolute; left: 0; top: 30px; bottom: 30px; width: 1px; background: linear-gradient(var(--gold), var(--magenta)); opacity: 0; transition: opacity .3s ease; }
.promise-item:hover { padding-left: 18px; background: linear-gradient(90deg, rgba(245,20,134,.07), transparent 70%); }
.promise-item:hover::before { opacity: 1; }
.promise-item small { padding-top: 6px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.promise-item:nth-child(2) small { color: var(--magenta); }
.promise-item:nth-child(3) small { color: var(--cyan); }
.promise-item h3 { margin: 0 0 10px; font-family: var(--display); font-size: clamp(24px, 2.35vw, 31px); font-weight: 500; line-height: 1.35; }
.promise-item p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.8; }

.gallery { display: grid; grid-template-columns: 1.32fr .68fr; gap: 16px; margin-top: 52px; }
.gallery--pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.media-card { position: relative; overflow: hidden; min-height: 310px; border: 1px solid var(--line); background: var(--navy); }
.media-card:first-child { grid-row: span 2; }
.gallery--pair .media-card:first-child { grid-column: auto; grid-row: auto; }
.media-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.media-card:hover img { transform: scale(1.025); }
.media-card figcaption { position: absolute; inset: auto 0 0; padding: 46px 20px 18px; background: linear-gradient(transparent, rgba(5,4,11,.92)); font-size: 13px; }
.media-card .status { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .14em; }

.operations-showcase { background: radial-gradient(circle at 78% 24%, rgba(245,20,134,.13), transparent 30rem), radial-gradient(circle at 16% 70%, rgba(88,231,255,.08), transparent 34rem), rgba(10,11,30,.72); }
.operations-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); column-gap: clamp(44px, 8vw, 112px); align-items: end; }
.operations-intro .eyebrow, .operations-intro .section-heading { grid-column: 1; }
.operations-intro .section-intro { grid-column: 2; grid-row: 2; margin: 0 0 8px; }
.operations-grid { display: grid; grid-template-columns: minmax(0, 1.36fr) minmax(280px, .64fr); grid-template-rows: repeat(2, minmax(240px, 1fr)); gap: 16px; margin-top: 52px; }
.operations-feature { position: relative; grid-row: 1 / -1; min-height: 560px; margin: 0; overflow: hidden; border: 1px solid rgba(247,240,233,.16); background: #05040b; box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.operations-video { display: block; width: 100%; height: 100%; min-height: 560px; object-fit: cover; background: #000; }
.operations-feature figcaption { position: absolute; inset: auto 0 0; display: grid; gap: 8px; padding: 76px 24px 22px; pointer-events: none; background: linear-gradient(transparent, rgba(5,4,11,.94)); }
.operations-feature figcaption strong { font-family: var(--display); font-size: clamp(18px, 2vw, 27px); font-weight: 500; }
.operations-feature .media-label { color: var(--magenta); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.operations-card { min-height: 0; }

.cta-stage { isolation: isolate; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 30%, rgba(245,20,134,.23), transparent 35%), linear-gradient(135deg, #11122a, #05040b 60%); }
.cta-stage::before, .cta-stage::after { content: ""; position: absolute; z-index: 0; top: -50%; width: 1px; height: 190%; pointer-events: none; background: linear-gradient(transparent, var(--magenta), transparent); box-shadow: 0 0 40px var(--magenta); transform: rotate(30deg); }
.cta-stage::before { left: clamp(16px, 3vw, 48px); }
.cta-stage::after { right: clamp(16px, 3vw, 48px); transform: rotate(-30deg); }
.cta-stage > .wrap, .cta-stage > .narrow { position: relative; z-index: 1; }
.cta-stage .section-heading, .cta-stage .section-intro, .cta-stage .button-row { margin-inline: auto; justify-content: center; }
.cta-stage .eyebrow { width: min(840px, 100%); margin-inline: auto; justify-content: flex-start; }
.cta-stage .cta-stage__eyebrow { width: 100%; margin-inline: 0; }
.cta-stage__body { width: min(980px, 100%); margin-inline: auto; }
.cta-stage__body .section-heading { max-width: 980px; font-size: clamp(38px, 4.25vw, 62px); line-height: 1.14; }
.cta-stage__line { display: block; white-space: nowrap; }
.notice { width: fit-content; margin: 24px auto 0; padding: 8px 12px; color: var(--muted); border: 1px solid var(--line); font-size: 12px; }

.page-hero { position: relative; min-height: 62svh; display: grid; align-items: end; padding: calc(var(--header) + 90px) 0 72px; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 84% 12%, rgba(245,20,134,.22), transparent 24rem), radial-gradient(circle at 62% 78%, rgba(88,231,255,.09), transparent 30rem), radial-gradient(circle at 8% 20%, rgba(122,44,255,.3), transparent 28rem), linear-gradient(132deg,#10112d 0%,#090818 48%,#05040b 100%); }
.page-hero::before { content: ""; position: absolute; width: min(76vw, 1040px); aspect-ratio: 1; right: -24%; top: -68%; border: 1px solid rgba(255,139,200,.22); border-radius: 50%; box-shadow: 0 0 0 48px rgba(122,44,255,.035), 0 0 0 150px rgba(88,231,255,.018), 0 0 110px rgba(245,20,134,.1), inset 0 0 90px rgba(122,44,255,.08); transform: rotate(-15deg); animation: orbit-drift 15s ease-in-out infinite alternate; }
.page-hero::after { content: attr(data-word); position: absolute; right: -2vw; bottom: -6vw; z-index: 0; color: transparent; font-family: var(--editorial); font-size: clamp(100px, 23vw, 340px); line-height: .8; white-space: nowrap; -webkit-text-stroke: 1px rgba(247,240,233,.08); pointer-events: none; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-title { max-width: 940px; margin: 0; color: transparent; background: linear-gradient(105deg, #fffaf4 0 42%, #ff8bc8 64%, var(--gold) 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 34px rgba(245,20,134,.16)); font-family: var(--display); font-size: clamp(54px, 10vw, 126px); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.page-lead { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 18px; }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 54px; background: var(--line); border: 1px solid var(--line); }
.info-card { position: relative; min-height: 240px; padding: 32px; background: linear-gradient(145deg, rgba(20,20,52,.96), rgba(5,4,11,.98)); }
.info-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, var(--magenta), var(--violet), var(--cyan)); box-shadow: 0 0 16px rgba(245,20,134,.42); }
.info-card .number { color: var(--magenta); font-family: var(--editorial); font-size: 44px; font-variant-numeric: lining-nums tabular-nums; line-height: 1; }
.info-card h3 { margin: 28px 0 10px; font-family: var(--display); font-size: 24px; font-weight: 500; }
.info-card p { margin: 0; color: var(--muted); font-size: 14px; }
.definition-list { margin: 48px 0 0; border-top: 1px solid var(--line); }
.definition-row { display: grid; grid-template-columns: minmax(160px, .35fr) 1fr; gap: 32px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.definition-row dt { color: var(--gold); font-weight: 700; }
.definition-row dd { margin: 0; color: #ded5eb; }
.definition-row { transition: background .2s ease, padding-inline .2s ease; }
.definition-row:hover { padding-inline: 14px; background: linear-gradient(90deg, rgba(122,44,255,.08), rgba(245,20,134,.035), transparent); }
.company-line-panel {
  --line-accent: #06c755;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: clamp(28px, 6vw, 64px);
  align-items: center;
  margin-top: 34px;
  padding: clamp(24px, 4vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(215,180,90,.22);
  background:
    radial-gradient(circle at 86% 12%, rgba(88,231,255,.11), transparent 15rem),
    radial-gradient(circle at 10% 110%, rgba(245,20,134,.12), transparent 19rem),
    linear-gradient(145deg, rgba(17,18,42,.94), rgba(6,5,14,.98) 72%);
  box-shadow: inset 0 1px rgba(255,255,255,.055), 0 22px 64px rgba(0,0,0,.28);
}
.company-line-panel::before { content: ""; position: absolute; z-index: 1; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, var(--gold), var(--magenta) 38%, var(--violet) 68%, var(--cyan)); box-shadow: 0 0 20px rgba(245,20,134,.28); }
.company-line-panel::after { content: ""; position: absolute; z-index: -1; width: 260px; aspect-ratio: 1; right: 78px; top: -152px; border: 1px solid rgba(88,231,255,.13); border-radius: 50%; box-shadow: 0 0 0 38px rgba(122,44,255,.026), 0 0 70px rgba(245,20,134,.08); pointer-events: none; }
.company-line-copy, .company-line-qr { position: relative; z-index: 2; }
.company-line-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; color: var(--gold); font-family: var(--utility); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.company-line-kicker::before { content: ""; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--line-accent); box-shadow: 0 0 14px rgba(6,199,85,.72); }
.company-line-copy h3 { width: fit-content; margin: 0; color: transparent; background: linear-gradient(102deg, var(--ivory) 8%, #f1dba0 55%, #ff9dce); -webkit-background-clip: text; background-clip: text; font-family: var(--display); font-size: clamp(26px, 3.4vw, 42px); font-weight: 500; }
.company-line-copy > p:not(.company-line-kicker) { max-width: 430px; margin: 16px 0 0; color: var(--muted); }
.company-line-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 9px 14px; color: var(--ivory); border: 1px solid rgba(215,180,90,.3); background: linear-gradient(105deg, rgba(245,20,134,.09), rgba(88,231,255,.055)); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.company-line-link::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--line-accent); box-shadow: 0 0 11px rgba(6,199,85,.64); }
.company-line-link:hover { border-color: rgba(88,231,255,.56); background: linear-gradient(105deg, rgba(245,20,134,.15), rgba(88,231,255,.1)); transform: translateY(-2px); }
.company-line-qr { width: min(190px, 100%); justify-self: end; padding: 10px; border: 1px solid rgba(215,180,90,.38); background: linear-gradient(145deg, rgba(23,20,47,.98), rgba(5,4,11,.98)); box-shadow: 0 16px 44px rgba(0,0,0,.4), -8px 8px 26px rgba(88,231,255,.09), 8px -8px 28px rgba(245,20,134,.12); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.company-line-qr::before, .company-line-qr::after { content: ""; position: absolute; width: 19px; height: 19px; pointer-events: none; }
.company-line-qr::before { left: -1px; top: -1px; border-left: 2px solid var(--magenta); border-top: 2px solid var(--magenta); }
.company-line-qr::after { right: -1px; bottom: -1px; border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); }
.company-line-qr:hover { border-color: rgba(215,180,90,.62); transform: translateY(-3px); box-shadow: 0 20px 52px rgba(0,0,0,.46), -10px 10px 34px rgba(88,231,255,.13), 10px -10px 36px rgba(245,20,134,.16); }
.company-line-qr img { display: block; width: 100%; height: auto; aspect-ratio: 1; padding: 5px; background: #fff; }
.faq { margin-top: 48px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 24px 48px 24px 0; font-family: var(--display); font-size: 20px; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 22px; color: var(--magenta); font-family: var(--body); font-size: 24px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; margin: 0; padding: 0 0 24px; color: var(--muted); }
.contact-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 48px; }
.contact-action { --card-accent: #dec16d; --card-sheen: rgba(122,44,255,.16); position: relative; isolation: isolate; min-height: 174px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; padding: 28px 30px 26px; overflow: hidden; border: 1px solid rgba(222,193,109,.2); border-radius: 3px; background: radial-gradient(circle at 88% 4%, var(--card-sheen), transparent 34%), linear-gradient(145deg, rgba(17,18,42,.96), rgba(6,5,14,.98)); box-shadow: inset 0 1px rgba(255,255,255,.045), 0 18px 46px rgba(0,0,0,.2); color: var(--ivory); text-decoration: none; transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease; }
.contact-action::before { content: ""; position: absolute; z-index: -1; top: 0; left: 28px; right: 28px; height: 1px; background: linear-gradient(90deg, transparent, var(--card-accent), transparent); opacity: .75; }
.contact-action::after { content: ""; position: absolute; z-index: -1; width: 9px; height: 9px; right: 28px; top: 26px; border: 1px solid rgba(255,255,255,.72); background: var(--card-accent); box-shadow: 0 0 0 5px rgba(255,255,255,.025), 0 0 18px var(--card-accent); transform: rotate(45deg); opacity: .82; }
.contact-action:hover { border-color: var(--card-accent); box-shadow: inset 0 1px rgba(255,255,255,.07), 0 22px 54px rgba(0,0,0,.32), 0 0 24px var(--card-sheen); transform: translateY(-3px); }
.contact-action small { padding-right: 34px; color: var(--card-accent); font-size: 10px; font-weight: 700; letter-spacing: .22em; line-height: 1.5; }
.contact-action strong { font-family: var(--editorial); font-size: clamp(19px, 2.05vw, 27px); font-weight: 500; font-variant-numeric: lining-nums tabular-nums; letter-spacing: .01em; line-height: 1.25; overflow-wrap: anywhere; }
.contact-action span { color: rgba(232,226,240,.64); font-size: 12px; letter-spacing: .04em; }
.contact-action--line { --card-accent: #74d9a0; --card-sheen: rgba(6,199,85,.12); border-color: rgba(116,217,160,.22); background: radial-gradient(circle at 88% 4%, var(--card-sheen), transparent 34%), linear-gradient(145deg, rgba(9,29,27,.94), rgba(5,5,13,.98) 68%); }
.contact-action--instagram { --card-accent: #ee8fbe; --card-sheen: rgba(193,53,132,.15); border-color: rgba(238,143,190,.24); background: radial-gradient(circle at 88% 4%, var(--card-sheen), transparent 34%), linear-gradient(145deg, rgba(38,15,36,.95), rgba(7,5,15,.98) 70%); }
.contact-action--tiktok { --card-accent: #69e6ee; --card-sheen: rgba(37,244,238,.12); border-color: rgba(105,230,238,.22); background: radial-gradient(circle at 88% 4%, rgba(254,44,85,.12), transparent 30%), linear-gradient(145deg, rgba(7,28,34,.95), rgba(6,5,14,.98) 70%); }
.contact-action--x { --card-accent: #d9dce5; --card-sheen: rgba(217,220,229,.1); border-color: rgba(217,220,229,.2); background: radial-gradient(circle at 88% 4%, var(--card-sheen), transparent 34%), linear-gradient(145deg, rgba(24,26,34,.96), rgba(6,5,14,.98) 70%); }
.contact-action--pending { cursor: default; }
.contact-action--pending:hover { transform: none; }
.contact-action--address { grid-column: 1 / -1; }
.contact-action--address strong { font-family: var(--body); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.58; }
.has-open-modal { overflow: hidden; }
.line-qr-modal[hidden] { display: none; }
.line-qr-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 24px; }
.line-qr-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,3,9,.84); backdrop-filter: blur(12px); cursor: pointer; }
.line-qr-dialog { position: relative; z-index: 1; width: min(92vw, 480px); max-height: calc(100dvh - 48px); overflow: auto; display: grid; justify-items: center; gap: 16px; padding: 34px; border: 1px solid rgba(116,217,160,.34); background: radial-gradient(circle at 80% 0, rgba(6,199,85,.12), transparent 34%), linear-gradient(145deg, rgba(12,26,29,.98), rgba(5,5,13,.99) 72%); box-shadow: 0 30px 90px rgba(0,0,0,.7), 0 0 48px rgba(6,199,85,.1); color: var(--ivory); text-align: center; outline: none; }
.line-qr-dialog::before, .line-qr-dialog::after { content: ""; position: absolute; width: 25px; height: 25px; pointer-events: none; }
.line-qr-dialog::before { left: -1px; top: -1px; border-left: 2px solid var(--magenta); border-top: 2px solid var(--magenta); }
.line-qr-dialog::after { right: -1px; bottom: -1px; border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); }
.line-qr-dialog__close { position: absolute; right: 12px; top: 10px; width: 38px; height: 38px; border: 0; color: rgba(247,240,233,.78); background: transparent; font-size: 29px; line-height: 1; cursor: pointer; }
.line-qr-dialog > small { color: #74d9a0; font-family: var(--utility); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.line-qr-dialog h2 { margin: 0; font-family: var(--editorial); font-size: clamp(28px, 5vw, 40px); font-weight: 500; }
.line-qr-dialog img { display: block; width: min(280px, 72vw); height: auto; aspect-ratio: 1; padding: 8px; background: #fff; box-shadow: 0 16px 42px rgba(0,0,0,.42); }
.line-qr-dialog p { max-width: 340px; margin: 0; color: var(--muted); font-size: 14px; }
.line-qr-dialog > strong { color: #9deabf; font-family: var(--utility); font-size: 12px; letter-spacing: .08em; }
.line-qr-dialog .button { min-width: 190px; }
.legal-copy h2 { margin: 64px 0 12px; font-family: var(--display); font-size: 28px; font-weight: 500; }
.legal-copy p, .legal-copy li { color: var(--muted); }

/* Promotion film: a single cinematic premiere, not a generic video gallery. */
.video-hero { position: relative; min-height: 100svh; display: grid; align-items: end; padding: calc(var(--header) + 100px) 0 96px; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 70% 34%, rgba(88,231,255,.14), transparent 22rem), radial-gradient(circle at 36% 70%, rgba(245,20,134,.24), transparent 28rem), linear-gradient(125deg, #070711 12%, #171040 50%, #05040b 100%); }
.video-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,4,11,.82), rgba(5,4,11,.2) 70%), url("promotion-film-poster.jpg") center/cover; opacity: .38; filter: saturate(1.25) contrast(1.08); animation: film-hero-drift 16s ease-in-out infinite alternate; }
.video-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #05040b 0%, transparent 46%), linear-gradient(105deg, rgba(5,4,11,.94) 7%, transparent 63%); }
.video-orbit { position: absolute; width: min(78vw, 1040px); aspect-ratio: 1; right: -24vw; top: -19vw; z-index: -1; border: 1px solid rgba(88,231,255,.25); border-radius: 50%; box-shadow: 0 0 0 58px rgba(122,44,255,.045), 0 0 0 170px rgba(245,20,134,.025), inset 0 0 120px rgba(88,231,255,.08); animation: film-orbit 18s ease-in-out infinite alternate; }
.video-orbit::after { content: ""; position: absolute; left: 5%; bottom: 21%; width: 36px; aspect-ratio: 1; background: #fff; clip-path: polygon(50% 0,58% 42%,100% 50%,58% 58%,50% 100%,42% 58%,0 50%,42% 42%); filter: drop-shadow(0 0 16px var(--cyan)) drop-shadow(0 0 38px var(--magenta)); animation: star-breathe 3.8s ease-in-out infinite; }
.video-hero-copy { position: relative; z-index: 1; }
.video-title { max-width: 1120px; margin: 0; color: transparent; background: linear-gradient(102deg, #fffaf4 0 28%, #c7a2ff 47%, var(--cyan) 65%, #ff8bc8 82%, var(--gold)); -webkit-background-clip: text; background-clip: text; font-family: var(--editorial); font-size: clamp(64px, 9.2vw, 146px); font-weight: 400; letter-spacing: -.055em; line-height: .94; filter: drop-shadow(0 0 38px rgba(122,44,255,.24)); }
.video-title-line { display: block; white-space: nowrap; }
.video-title-line--outline { color: transparent; -webkit-text-stroke: 1px rgba(247,240,233,.74); }
.video-title-line + .video-title-line { margin-top: .025em; }
.video-lead { max-width: 580px; margin: 38px 0 0; color: #eee8f5; font-family: var(--display); font-size: clamp(18px, 2vw, 25px); line-height: 1.75; text-shadow: 0 0 22px #05040b; }
.video-scroll-cue { position: absolute; right: max(24px, calc((100vw - var(--max))/2)); bottom: 86px; z-index: 2; display: flex; align-items: center; gap: 16px; color: var(--ivory); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-decoration: none; }
.video-scroll-cue i { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(247,240,233,.44); border-radius: 50%; box-shadow: 0 0 24px rgba(245,20,134,.18); }
.video-scroll-cue i::before { content: ""; width: 0; height: 0; margin-left: 4px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid var(--magenta); }
.video-scroll-cue:hover i { border-color: var(--cyan); box-shadow: 0 0 30px rgba(88,231,255,.32); }
.video-premiere { padding-top: 132px; }
.video-section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: end; }
.video-note { max-width: 440px; margin: 0 0 8px; padding-left: 22px; color: var(--muted); border-left: 1px solid var(--magenta); }
.cinema-frame { position: relative; margin-top: 72px; padding: 18px; border: 1px solid rgba(215,180,90,.42); background: linear-gradient(135deg, rgba(215,180,90,.08), rgba(122,44,255,.08)); box-shadow: 0 34px 100px rgba(0,0,0,.55), 0 0 70px rgba(122,44,255,.12); }
.cinema-frame::before, .cinema-frame::after { content: ""; position: absolute; width: 32px; height: 32px; pointer-events: none; }
.cinema-frame::before { left: -1px; top: -1px; border-left: 2px solid var(--magenta); border-top: 2px solid var(--magenta); }
.cinema-frame::after { right: -1px; bottom: -1px; border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); }
.cinema-meta, .cinema-caption { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.cinema-meta { padding: 0 2px 14px; }
.cinema-caption { padding: 14px 2px 0; color: var(--muted); }
.cinema-caption strong { color: var(--ivory); font-size: 10px; letter-spacing: .24em; }
.video-player { position: relative; overflow: hidden; background: #000; }
.video-play-button { position: absolute; inset: 50% auto auto 50%; z-index: 3; display: grid; place-items: center; width: 84px; height: 84px; padding: 0; border: 1px solid rgba(247,240,233,.66); border-radius: 50%; color: var(--ivory); background: radial-gradient(circle at 35% 28%, rgba(255,255,255,.22), rgba(245,20,134,.32) 42%, rgba(5,4,11,.82) 100%); box-shadow: 0 0 0 10px rgba(247,240,233,.045), 0 0 36px rgba(245,20,134,.34), 0 16px 42px rgba(0,0,0,.48); transform: translate(-50%, -50%); cursor: pointer; transition: opacity .25s ease, visibility .25s ease, transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.video-play-button span { width: 0; height: 0; margin-left: 6px; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 17px solid currentColor; filter: drop-shadow(0 0 8px rgba(255,255,255,.4)); }
.video-play-button:hover { border-color: var(--cyan); box-shadow: 0 0 0 10px rgba(88,231,255,.055), 0 0 42px rgba(88,231,255,.28), 0 16px 42px rgba(0,0,0,.48); transform: translate(-50%, -50%) scale(1.06); }
.video-play-button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
.video-player.is-playing .video-play-button { visibility: hidden; opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.86); }
.promo-video { display: block; width: 100%; aspect-ratio: 16/9; border: 1px solid rgba(247,240,233,.14); background: #000; object-fit: cover; }
.video-highlight { border-top: 1px solid var(--line); background: radial-gradient(circle at 78% 30%, rgba(245,20,134,.17), transparent 28rem), radial-gradient(circle at 18% 75%, rgba(88,231,255,.08), transparent 30rem), linear-gradient(145deg, rgba(17,18,42,.8), rgba(5,4,11,.98)) !important; }
.video-highlight-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px); gap: clamp(56px, 9vw, 132px); align-items: center; }
.video-highlight-copy { max-width: 660px; }
.video-highlight-copy .section-heading { font-size: clamp(42px, 5.2vw, 68px); }
.video-highlight-copy .section-intro + .section-intro { margin-top: 10px; }
.video-source-note { max-width: 580px; margin: 32px 0 0; padding: 12px 16px; color: #bdb4c5; border-left: 1px solid var(--gold); background: rgba(5,4,11,.38); font-size: 12px; line-height: 1.75; }
.short-film-frame { position: relative; width: min(430px, 100%); justify-self: end; padding: 14px; border: 1px solid rgba(215,180,90,.38); background: linear-gradient(145deg, rgba(215,180,90,.08), rgba(122,44,255,.12)); box-shadow: 0 30px 90px rgba(0,0,0,.52), 0 0 60px rgba(245,20,134,.1); }
.short-film-frame::before, .short-film-frame::after { content: ""; position: absolute; width: 28px; height: 28px; pointer-events: none; }
.short-film-frame::before { left: -1px; top: -1px; border-left: 2px solid var(--gold); border-top: 2px solid var(--gold); }
.short-film-frame::after { right: -1px; bottom: -1px; border-right: 2px solid var(--magenta); border-bottom: 2px solid var(--magenta); }
.short-film-frame .cinema-meta { padding: 0 2px 12px; }
.short-film-frame .cinema-caption { padding: 12px 2px 0; }
.promo-video--portrait { aspect-ratio: 9/16; max-height: 720px; object-fit: cover; }
.video-story { border-top: 1px solid var(--line); }

.honors-section { border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 0%, rgba(215,180,90,.12), transparent 34rem), linear-gradient(180deg, rgba(17,12,35,.88), rgba(5,4,11,.96)) !important; }
.honors-head { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(44px, 8vw, 112px); align-items: end; }
.honors-head .section-heading { font-size: clamp(40px, 4.45vw, 56px); }
.honors-intro { margin: 0; color: #e5dceb; font-family: var(--display); font-size: clamp(20px, 2.4vw, 30px); line-height: 1.7; }
.honors-note { margin: 20px 0 0; padding-left: 16px; color: var(--muted); border-left: 1px solid var(--gold); font-size: 12px; }
.honors-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 72px; }
.honor-card { position: relative; margin: 0; padding: 10px; overflow: hidden; border: 1px solid rgba(215,180,90,.3); background: linear-gradient(160deg, rgba(247,240,233,.96), rgba(223,214,232,.9)); box-shadow: 0 22px 60px rgba(0,0,0,.35); transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .35s ease, box-shadow .35s ease; }
.honor-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; z-index: 2; background: linear-gradient(90deg, var(--gold), var(--magenta), var(--cyan)); box-shadow: 0 0 18px rgba(215,180,90,.45); }
.honor-card:hover { z-index: 2; transform: translateY(-8px); border-color: rgba(215,180,90,.82); box-shadow: 0 30px 80px rgba(0,0,0,.52), 0 0 38px rgba(122,44,255,.16); }
.honor-image { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #fff; }
.honor-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(5,4,11,.08); box-shadow: inset 0 0 42px rgba(5,4,11,.06); }
.honor-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.honor-card:hover .honor-image img { transform: scale(1.018); filter: saturate(1.06) contrast(1.02); }
.honor-card figcaption { min-height: 128px; display: flex; flex-direction: column; padding: 18px 10px 10px; color: #15101e; }
.honor-card figcaption small { color: #7b4b18; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.honor-card figcaption strong { margin-top: 8px; font-family: var(--display); font-size: clamp(19px, 2vw, 25px); font-weight: 600; line-height: 1.35; }
.honor-card figcaption span { margin-top: auto; padding-top: 12px; color: #594e60; font-size: 11px; font-weight: 700; letter-spacing: .08em; }

@keyframes film-hero-drift { from { transform: scale(1.01) translate3d(0,0,0); } to { transform: scale(1.07) translate3d(-1.4%,-.7%,0); } }
@keyframes film-orbit { from { transform: rotate(-14deg) scale(.97); } to { transform: rotate(-5deg) scale(1.04); } }

.site-footer { border-top: 1px solid var(--line); background: #030307; }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; padding-block: 72px; }
.footer-brand img { width: 170px; }
.footer-brand p { max-width: 460px; margin: 22px 0 0; color: var(--muted); }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 28px; align-content: start; }
.footer-nav a { padding: 8px 0; color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--line); }
.footer-nav a:hover { color: var(--ivory); }
.footer-meta { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; color: #827b89; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .06em; }
.footer-legal { margin: 0 auto; padding: 0 0 28px; color: #6f6875; font-size: 10px; line-height: 1.7; }
.mobile-apply { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes stage-curtain-left { from { transform: translate3d(0,0,0) scaleX(1); } to { transform: translate3d(-103%,0,0) scaleX(.94); } }
@keyframes stage-curtain-right { from { transform: translate3d(0,0,0) scaleX(1); } to { transform: translate3d(103%,0,0) scaleX(.94); } }
@keyframes stage-halo-in { from { opacity: 0; transform: translate(-50%, -50%) scale(.58); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes stage-halo-away { to { opacity: 0; transform: translate(-50%, -50%) scale(1.16); } }
@keyframes stage-mark-in { from { opacity: 0; transform: translateY(10px) scale(.92); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes stage-sigil-in { from { opacity: 0; transform: rotate(-18deg) scale(.38); } to { opacity: 1; transform: rotate(0) scale(1); } }
@keyframes stage-mark-away { to { opacity: 0; transform: translateY(-5px) scale(1.04); } }
@keyframes stage-layer-away { to { visibility: hidden; } }
@keyframes stage-media-in { from { opacity: .25; transform: scale(1.055); filter: saturate(.55) contrast(1.2) brightness(.4); } to { opacity: 1; transform: scale(1); filter: saturate(.94) contrast(1.1) brightness(1); } }
@keyframes stage-media-rest { from { transform: scale(1) translate3d(0,0,0); filter: saturate(.96) contrast(1.1) brightness(.96); } to { transform: scale(1.055) translate3d(-1.15%,-.55%,0); filter: saturate(1.08) contrast(1.13) brightness(1.04); } }
@keyframes stage-content-in { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes stage-atmosphere-in { to { opacity: 1; } }
@keyframes stage-color-drift { from { opacity: .44; transform: translate3d(-3%,1.8%,0) scale(1.01); } to { opacity: .74; transform: translate3d(3.2%,-2.1%,0) scale(1.08); } }
@keyframes stage-stars-drift { from { background-position: 20px 12px, 82px 104px, 148px 46px; transform: translate3d(1%,1%,0) scale(1); } to { background-position: 224px 126px, -126px 258px, 348px -132px; transform: translate3d(-3.2%,-2.4%,0) scale(1.035); } }
@keyframes stage-title-glow { 0%, 100% { filter: brightness(.86) saturate(.92); text-shadow: 0 0 7px rgba(255,116,190,.14), 0 0 24px rgba(164,103,255,.16); } 50% { filter: brightness(1.18) saturate(1.2); text-shadow: 0 0 18px rgba(255,116,190,.48), 0 0 42px rgba(192,112,255,.42), 0 0 70px rgba(239,175,255,.28); } }
@keyframes note-ring-out { 0% { opacity: 0; transform: scale(.2); } 28% { opacity: .95; } 100% { opacity: 0; transform: scale(1.9); } }
@keyframes note-lead-pop { 0% { opacity: 0; transform: scale(.24) rotate(-9deg); } 25% { opacity: 1; transform: scale(1.08) rotate(2deg); } 58% { opacity: 1; transform: scale(.96) rotate(-1deg); } 100% { opacity: 0; transform: translateY(-26px) scale(.8) rotate(6deg); } }
@keyframes note-spark-fly { 0% { opacity: 0; transform: translate3d(0,0,0) scale(.2); } 20% { opacity: .95; } 68% { opacity: .72; } 100% { opacity: 0; transform: translate3d(var(--spark-x),var(--spark-y),0) scale(var(--spark-scale)); } }
@keyframes ambient-stars { to { background-position: 180px 90px, -120px 180px, 155px -120px; } }
@keyframes orbit-drift { from { transform: translate3d(-1.5%,1%,0) rotate(-18deg) scale(.98); } to { transform: translate3d(2%,-1.5%,0) rotate(-12deg) scale(1.035); } }
@keyframes star-breathe { 0%, 100% { opacity: .3; transform: scale(.72) rotate(0); } 52% { opacity: .82; transform: scale(1.18) rotate(8deg); } }

@media (min-width: 901px) and (max-width: 1100px) {
  .path-step h3 { font-size: clamp(18px, 2vw, 22px); letter-spacing: -.02em; }
  html:lang(zh) .path-step h3 { white-space: nowrap; }
  .path-step p { font-size: 13px; }
}

@media (max-width: 900px) {
  :root { --header: 68px; }
  .wrap, .narrow { width: min(100% - 32px, var(--max)); }
  .menu-button { display: block; }
  .language-switcher-desktop { display: none; }
  .language-switcher-mobile { display: flex; margin: 16px 16px 4px; }
  .language-switcher-mobile button { flex: 1; height: 42px; }
  .site-nav { position: fixed; top: var(--header); left: 0; right: 0; max-height: 0; overflow: hidden; background: rgba(5,4,11,.98); border-bottom: 1px solid var(--line); transition: max-height .3s ease; }
  .site-nav.is-open { max-height: 520px; }
  .nav-list { display: block; padding: 12px 16px 22px; }
  .nav-list a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .nav-list .nav-cta { margin: 12px 0 0; text-align: center; border-bottom: 0; }
  .hero-title, html:lang(zh) .hero-title, html:lang(en) .hero-title, html:lang(th) .hero-title { max-width: 100%; font-size: clamp(44px, 9.6vw, 74px); line-height: 1.08; }
  html:lang(en) .hero-title, html:lang(th) .hero-title { font-size: clamp(38px, 8.5vw, 64px); line-height: 1.12; }
  .hero-media::after { background: linear-gradient(90deg, rgba(5,4,11,.91), rgba(5,4,11,.38)), linear-gradient(0deg,#05040b,transparent 70%); }
  .hero-atmosphere::before { opacity: .24; }
  .split { grid-template-columns: 1fr; }
  .split.mission-split { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .section-heading--mission, .section-heading--operations { max-width: 100%; }
  .stage-path { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
  .stage-path::before { display: none; }
  .path-step { padding-top: 52px; }
  .recruitment-grid { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: repeat(2,1fr); }
  .support-grid article { border-bottom: 1px solid var(--line); }
  .support-grid article:nth-child(2n) { border-right: 0; }
  .support-grid article:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .media-card:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 52vw; }
  .operations-intro { grid-template-columns: 1fr; }
  .operations-intro .section-intro { grid-column: 1; grid-row: auto; margin-top: 24px; }
  .operations-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .operations-feature { grid-column: 1 / -1; grid-row: auto; min-height: 0; }
  .operations-video { min-height: 0; aspect-ratio: 4 / 3; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .video-section-head { grid-template-columns: 1fr; gap: 26px; }
  .video-highlight-grid { grid-template-columns: 1fr; }
  .short-film-frame { justify-self: center; }
  .video-scroll-cue { right: 24px; }
  .honors-head { grid-template-columns: 1fr; gap: 30px; }
  .honors-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .hero-kicker::before, .eyebrow::before { display: none; }
  body::after { opacity: .38; background-size: 180px 180px, 240px 240px, 310px 310px; }
  .brand img { width: 60px; }
  .brand-copy strong { font-size: 11px; }
  .section { padding: 80px 0; }
  .section:not(.cta-stage)::before { width: 560px; right: -88%; opacity: .72; }
  .section:not(.cta-stage):nth-of-type(even)::before { left: -94%; }
  .section:not(.cta-stage)::after { right: 7%; }
  .section:not(.cta-stage):nth-of-type(even)::after { left: 7%; }
  .hero-content { padding-bottom: 52px; }
  .hero-copy { font-size: 16px; }
  .section-heading--mission, .section-heading--operations,
  html:lang(zh) .section-heading--mission, html:lang(zh) .section-heading--operations,
  html:lang(en) .section-heading--mission, html:lang(en) .section-heading--operations,
  html:lang(th) .section-heading--mission, html:lang(th) .section-heading--operations { font-size: clamp(30px, 9.2vw, 40px); line-height: 1.28; }
  .hero-actions .button { width: 100%; }
  .stage-path, .gallery, .contact-actions { grid-template-columns: 1fr; }
  .contact-actions { gap: 14px; }
  .contact-action { min-height: 158px; gap: 18px; padding: 24px 22px 22px; }
  .contact-action::before { left: 22px; right: 22px; }
  .contact-action::after { right: 22px; top: 22px; }
  .contact-action strong { font-size: 21px; }
  .contact-action--address strong { font-size: 16px; }
  .line-qr-modal { padding: 16px; }
  .line-qr-dialog { max-height: calc(100dvh - 32px); gap: 13px; padding: 30px 20px 24px; }
  .line-qr-dialog img { width: min(250px, 68vw); }
  .cta-stage::before, .cta-stage::after { display: none; }
  .cta-stage__body .section-heading { font-size: clamp(20px, 6vw, 32px); line-height: 1.28; }
  .cta-stage__line { white-space: nowrap; }
  .path-step { padding-right: 0; }
  .recruitment-grid { margin-top: 34px; }
  .recruitment-card { padding: 26px 22px; }
  .pay-list div { grid-template-columns: 1fr; gap: 5px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-grid article, .support-grid article:nth-child(2n), .support-grid article:last-child { grid-column: auto; min-height: 112px; border-right: 0; border-bottom: 1px solid var(--line); }
  .support-grid article:last-child { border-bottom: 0; }
  .promise-layout { grid-template-columns: 1fr; gap: 50px; }
  .promise-lead { min-height: 0; }
  .promise-word { right: 0; left: auto; bottom: -28px; font-size: clamp(86px, 30vw, 132px); }
  .promise-item { grid-template-columns: 1fr; gap: 10px; padding: 26px 0; }
  .promise-item:hover { padding-left: 12px; }
  .media-card, .media-card:first-child { grid-column: auto; min-height: 280px; }
  .operations-grid { grid-template-columns: 1fr; }
  .operations-feature { grid-column: auto; }
  .operations-feature figcaption { gap: 6px; padding: 52px 18px 16px; }
  .operations-feature .media-label { position: static; inset: auto; justify-self: start; padding: 5px 8px; white-space: nowrap; }
  .operations-feature figcaption strong { font-size: 17px; line-height: 1.45; }
  .operations-card { min-height: 320px; }
  .definition-row { grid-template-columns: 1fr; gap: 6px; }
  .company-line-panel { grid-template-columns: 1fr; }
  .company-line-qr { width: min(180px, 100%); justify-self: start; }
  .page-hero { min-height: 52svh; padding-bottom: 54px; }
  .page-hero::before { width: 720px; right: -115%; top: -64%; }
  html:lang(zh) body[data-page="company"] .page-title { font-size: clamp(42px, 12.2vw, 48px); line-height: 1.04; letter-spacing: -.04em; }
  .page-lead { font-size: 16px; }
  .footer-meta { display: block; }
  .footer-meta span { display: block; margin-top: 6px; }
  .mobile-apply { position: fixed; z-index: 40; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); display: none; }
  .mobile-apply.is-active { display: flex; }
  .mobile-apply .button { width: 100%; min-height: 50px; box-shadow: 0 12px 36px rgba(0,0,0,.42); }
  body[data-page="company"] .mobile-apply, body[data-page="contact"] .mobile-apply, body[data-page="privacy"] .mobile-apply { display: none; }
  .site-footer { padding-bottom: 72px; }
  body[data-page="company"] .site-footer, body[data-page="contact"] .site-footer, body[data-page="privacy"] .site-footer { padding-bottom: 0; }
  .video-hero { min-height: 90svh; padding-bottom: 112px; }
  .video-title { font-size: clamp(44px, 13.2vw, 68px); line-height: .98; letter-spacing: -.05em; }
  .video-lead { margin-top: 28px; font-size: 17px; }
  .video-scroll-cue { left: 16px; right: auto; bottom: 48px; }
  .video-orbit { width: 720px; right: -138%; top: -18%; }
  .video-premiere { padding-top: 90px; }
  .video-note { padding-left: 16px; }
  .cinema-frame { margin-top: 42px; padding: 9px; }
  .cinema-meta { padding: 2px 0 9px; }
  .cinema-caption { align-items: flex-start; padding: 9px 0 2px; font-size: 8px; letter-spacing: .1em; }
  .cinema-caption strong { max-width: 150px; font-size: 8px; text-align: center; }
  .video-highlight-grid { gap: 42px; }
  .short-film-frame { width: min(100%, 390px); padding: 9px; }
  .short-film-frame .cinema-meta { padding: 2px 0 9px; letter-spacing: .1em; }
  .short-film-frame .cinema-caption { padding: 9px 0 2px; }
  .video-play-button { display: none; }
  .honors-gallery { grid-template-columns: 1fr; gap: 18px; margin-top: 46px; }
  .honor-card { padding: 8px; }
  .honor-card figcaption { min-height: 112px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .stage-enter { display: none; }
  .note-burst { display: none !important; }
  .hero-media img, .hero-content, .hero-atmosphere { animation: none !important; opacity: 1; transform: none; }
  .hero-media::before { animation: none !important; opacity: .45; transform: none; }
  .hero-atmosphere { opacity: .45; }
  .video-hero::before, .video-orbit { animation: none !important; transform: none; }
}
