:root {
  --ink: #0a1017;
  --paper: #f2f3ef;
  --navy: #003a8f;
  --blue: #003a8f;
  --signal: #f04c24;
  --cyan: #2ca4ba;
  --panel: rgba(247, 248, 244, .9);
  --line: rgba(10, 16, 23, .24);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --ease-in-out: cubic-bezier(.76, 0, .24, 1);
  --site-progress: 0%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; width: 0; height: 0; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; cursor: none; transition: color .8s var(--ease), background .8s var(--ease); }
body.no-scroll { overflow: hidden; }
button, a { color: inherit; font: inherit; }
button { border: 0; }
a { text-decoration: none; }

.preloader { position: fixed; z-index: 1200; inset: 0; display: grid; place-content: center; justify-items: center; color: white; background: #05080b; transition: clip-path 1.1s var(--ease-in-out), visibility 1.1s; clip-path: inset(0); }
.preloader.is-done { clip-path: inset(0 0 100% 0); visibility: hidden; }
.preloader-mark { width: 178px; height: 108px; overflow: hidden; }
.preloader-mark img { width: 100%; height: 100%; object-fit: contain; }
.preloader p { margin: 18px 0 28px; font-size: 13px; text-transform: uppercase; letter-spacing: .22em; }
.preloader-track { width: min(340px, 65vw); height: 1px; background: rgba(255,255,255,.25); }
.preloader-track span { display: block; width: 0; height: 100%; background: var(--signal); animation: load 1.15s var(--ease) forwards; }
.preloader b { margin-top: 12px; justify-self: end; font: 400 13px/1 Arial; }
@keyframes load { to { width: 100%; } }

.cursor, .cursor-trail { position: fixed; z-index: 1100; pointer-events: none; transform: translate3d(-50%, -50%, 0); }
.cursor { width: 25px; height: 25px; transition: width .28s var(--ease), height .28s var(--ease), opacity .25s; }
.cursor::before, .cursor::after { content: ""; position: absolute; inset: 4px; border: 1px solid var(--navy); transform: rotate(45deg); transition: border-color .25s, background .25s; }
.cursor::after { inset: 9px; background: var(--signal); border-color: var(--signal); }
.cursor-trail { z-index: 1099; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); opacity: .65; mix-blend-mode: multiply; }
.cursor.is-hover { width: 50px; height: 50px; }
.cursor.is-hover::before { background: rgba(255,255,255,.18); backdrop-filter: blur(3px); }

.topbar { position: fixed; z-index: 100; top: 22px; left: 24px; right: 24px; width: auto; display: grid; grid-template-columns: 320px minmax(220px, 1fr) 210px 120px; height: 76px; color: white; background: linear-gradient(115deg, rgba(3,14,27,.94), rgba(5,23,39,.8)); border: 1px solid rgba(255,255,255,.17); border-radius: 23px; overflow: hidden; -webkit-backdrop-filter: blur(24px) saturate(1.35); backdrop-filter: blur(24px) saturate(1.35); box-shadow: 0 18px 55px rgba(1,14,31,.22), inset 0 1px 0 rgba(255,255,255,.1); transition: transform .6s var(--ease), width .5s var(--ease); }
.topbar::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 7% 0, rgba(65,174,217,.15), transparent 26%); pointer-events: none; }
.topbar button, .brand, .header-stage { position: relative; z-index: 1; background: transparent; display: flex; align-items: center; border-left: 1px solid rgba(255,255,255,.11); }
.topbar button { justify-content: center; cursor: none; transition: color .35s var(--ease), background .35s var(--ease); }
.topbar button:hover, .topbar button:focus-visible, .topbar button[aria-expanded="true"] { color: white; background: rgba(255,255,255,.1); outline: none; }
.brand { gap: 12px; padding: 8px 18px 8px 10px; justify-content: flex-start; border-left: 0; overflow: hidden; }
.brand-mark { flex: 0 0 auto; display: grid; place-items: center; width: 56px; height: 52px; border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.brand-mark img { display: block; width: 48px; height: 36px; object-fit: contain; }
.brand-copy { min-width: 0; display: grid; gap: 5px; color: white; white-space: nowrap; }
.brand-copy b { overflow: hidden; text-overflow: ellipsis; font-size: 15px; line-height: 1; letter-spacing: .005em; }
.brand-copy small { color: rgba(210,226,239,.62); font-size: 11px; line-height: 1; letter-spacing: .055em; text-transform: uppercase; }
.header-stage { min-width: 0; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 4px 12px; padding: 0 22px 0 38px; }
.header-stage::before { content: ""; position: absolute; left: 18px; top: 50%; width: 9px; height: 9px; border-radius: 50%; translate: 0 -50%; background: #fff3e7; border: 1px solid #fff; box-shadow: 0 0 0 4px rgba(255,111,24,.22), 0 0 14px rgba(255,101,19,.8); }
.header-stage span { grid-column: 1; color: rgba(190,214,231,.55); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.header-stage b { grid-column: 1; overflow: hidden; color: #fff; font-size: 16px; font-weight: 500; line-height: 1.05; white-space: nowrap; text-overflow: ellipsis; }
.header-stage em { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: #ff9a55; font-size: 12px; font-style: normal; font-variant-numeric: tabular-nums; }
.energy-control { gap: 10px; font-size: 13px; line-height: 1; }
.energy-control::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #ff792c; box-shadow: 0 0 11px rgba(255,111,31,.8); }
.energy-control > span,
.menu-toggle > span { display: block; line-height: 1; }
.energy-control b { display: grid; place-items: center; min-height: 23px; padding: 4px 10px; font-size: 11px; line-height: 1; border-radius: 99px; color: white; background: rgba(0,58,143,.72); border: 1px solid rgba(122,184,235,.25); transition: background .4s; }
.energy-control i { position: relative; flex: 0 0 16px; width: 16px; height: 16px; color: currentColor; font-size: 0; font-style: normal; transition: transform .4s var(--ease); }
.energy-control i::before { content: ""; position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translate(-50%, -68%) rotate(45deg); }
.energy-control[aria-expanded="true"] i { transform: rotate(180deg); }
.menu-toggle { gap: 13px; font-size: 13px; line-height: 1; }
.menu-toggle i { position: relative; display: block; flex: 0 0 18px; width: 18px; height: 12px; color: currentColor; background: transparent; }
.menu-toggle i::before,
.menu-toggle i::after { content: ""; position: absolute; left: 0; width: 18px; height: 1px; background: currentColor; transition: top .35s var(--ease), bottom .35s var(--ease), transform .35s var(--ease); }
.menu-toggle i::before { top: 2px; }
.menu-toggle i::after { bottom: 2px; }
.menu-toggle[aria-expanded="true"] i::before { top: 50%; transform: translateY(-50%) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { bottom: 50%; transform: translateY(50%) rotate(-45deg); }
.header-energy { position: absolute; z-index: 3; left: 0; bottom: 0; width: var(--site-progress); height: 2px; border-radius: 0 99px 99px 0; background: linear-gradient(90deg, #e95418, #ff7b27 55%, #ffd1a2); box-shadow: 0 0 12px rgba(255,105,29,.75); transition: width .15s linear; pointer-events: none; }

.experience-panel { position: fixed; z-index: 99; top: 108px; left: 24px; width: 560px; padding: 24px 26px 22px; color: white; background: linear-gradient(135deg, rgba(3,14,27,.96), rgba(6,25,42,.9)); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); box-shadow: 0 24px 70px rgba(0,12,28,.28); transform: translateY(-18px) scale(.96); transform-origin: top; opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), transform .5s var(--ease), visibility .5s; }
.experience-panel.is-open { transform: none; opacity: 1; visibility: visible; }
.experience-score { display: grid; grid-template-columns: 1fr auto; align-items: start; }
.experience-score div { display: grid; justify-items: start; gap: 10px; }
.experience-score span { font-size: 14px; }
.experience-score b { padding: 3px 10px; font-size: 12px; border-radius: 99px; color: white; background: var(--blue); }
.experience-score strong { font-size: 76px; line-height: .8; font-weight: 400; }
.experience-meter { height: 34px; margin: 20px 0; border-bottom: 1px solid #777; background: repeating-linear-gradient(0deg, transparent 0 9px, rgba(255,255,255,.1) 10px); }
.experience-meter span { display: block; width: 83%; height: 2px; translate: 0 19px; background: linear-gradient(90deg, var(--cyan), var(--signal)); animation: meter 2.4s ease-in-out infinite alternate; }
@keyframes meter { to { width: 58%; } }
.setting-row { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 18px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.15); }
.setting-row div { display: grid; gap: 5px; }
.setting-row b { font-size: 15px; }
.setting-row small { max-width: 310px; color: #a9aaab; font-size: 13px; line-height: 1.15; }
.switch { position: relative; width: 34px; height: 18px; padding: 2px; border-radius: 99px; background: #727272; cursor: none; }
.switch span { display: block; width: 14px; height: 14px; border-radius: 50%; background: white; transition: transform .35s var(--ease); }
.switch.is-on { background: var(--signal); }
.switch.is-on span { transform: translateX(16px); }

.menu-overlay { position: fixed; z-index: 95; inset: 0; visibility: hidden; pointer-events: none; }
.menu-overlay.is-open { visibility: visible; pointer-events: auto; }
.menu-dimmer { position: absolute; inset: 0; background: rgba(6,8,11,.72); opacity: 0; backdrop-filter: blur(3px); transition: opacity .55s var(--ease); }
.menu-overlay.is-open .menu-dimmer { opacity: 1; }
.menu-cards { position: absolute; top: 110px; left: 24px; display: grid; grid-template-columns: repeat(3, 220px); gap: 8px; }
.menu-cards a { display: flex; flex-direction: column; justify-content: space-between; width: 220px; height: 210px; padding: 18px 16px; color: white; background: rgba(3,5,7,.86); border: 1px solid rgba(255,255,255,.18); transform: translateY(-30px) rotateX(-8deg); opacity: 0; transition: transform .6s var(--ease), opacity .45s, color .3s, background .3s; cursor: none; }
.menu-overlay.is-open a { transform: none; opacity: 1; }
.menu-overlay.is-open a:nth-child(2) { transition-delay: .04s; }
.menu-overlay.is-open a:nth-child(3) { transition-delay: .08s; }
.menu-overlay.is-open a:nth-child(4) { transition-delay: .12s; }
.menu-overlay.is-open a:nth-child(5) { transition-delay: .16s; }
.menu-overlay.is-open a:nth-child(6) { transition-delay: .2s; }
.menu-overlay.is-open a:nth-child(7) { transition-delay: .24s; }
.menu-overlay.is-open a:nth-child(8) { transition-delay: .28s; }
.menu-overlay.is-open a:nth-child(9) { transition-delay: .32s; }
.menu-cards a:hover { color: var(--ink); background: var(--paper); transform: translateY(-8px) !important; }
.menu-cards small { align-self: flex-end; }
.menu-cards span { font-size: 18px; }

.hero { position: relative; min-height: 100svh; padding: 125px 6vw 80px; overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 18% 73%, rgba(255,255,255,.72), transparent 34%), linear-gradient(106deg, rgba(242,243,239,.44), rgba(242,243,239,.93) 73%); }
.atmosphere { position: absolute; z-index: -3; inset: -12%; background: #c9cbc7; filter: contrast(122%); will-change: transform; }
.hero-world { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: #eceeeb; will-change: transform, opacity, filter; }
.hero-world > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: contrast(1.04) saturate(.9); opacity: .78; }
.hero-flow { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: screen; pointer-events: none; }
.atmosphere i { position: absolute; inset: -20%; background: radial-gradient(ellipse at 25% 40%, #f8f8f5 0 15%, transparent 42%), radial-gradient(ellipse at 71% 48%, #e2e4e0 0 16%, transparent 45%), radial-gradient(ellipse at 48% 78%, #fafaf7 0 16%, transparent 40%); opacity: .84; filter: blur(44px); animation: drift 15s ease-in-out infinite alternate; }
.atmosphere i:nth-child(2) { transform: rotate(120deg) scale(1.14); opacity: .5; animation-duration: 19s; }
.atmosphere i:nth-child(3) { transform: rotate(235deg) scale(.94); opacity: .38; animation-duration: 23s; }
@keyframes drift { to { translate: 5% -4%; rotate: 7deg; scale: 1.08; } }
.hero-grid { display: grid; grid-template-columns: 1fr minmax(520px, 1.1fr); grid-template-areas: "eyebrow title" ". copy"; min-height: calc(100svh - 205px); align-content: center; gap: 58px 5vw; will-change: transform, opacity; }
.eyebrow { grid-area: eyebrow; align-self: start; margin: 16px 0; font: 600 13px/1 Arial; letter-spacing: .19em; }
h1 { grid-area: title; margin: 0; max-width: 920px; font-size: clamp(58px, 5.5vw, 110px); font-weight: 400; line-height: .84; letter-spacing: -.065em; animation: titleIn 1.1s .85s var(--ease) both; }
h1 em { color: var(--navy); font-style: normal; }
@keyframes titleIn { from { transform: translateY(60px); opacity: 0; filter: blur(8px); } }
.hero-copy { grid-area: copy; width: min(485px, 100%); justify-self: center; font-size: clamp(16px, 1.22vw, 22px); line-height: 1.06; animation: copyIn 1s 1.05s var(--ease) both; }
@keyframes copyIn { from { transform: translateY(35px); opacity: 0; } }
.hero-copy p { margin: 0 0 24px; }
.scroll-cue { position: absolute; z-index: 11; left: 50%; bottom: 24px; translate: -50% 0; display: flex; align-items: center; gap: 11px; min-height: 52px; padding: 7px 18px 7px 8px; color: #fff; background: linear-gradient(115deg, rgba(3,14,27,.94), rgba(5,23,39,.84)); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; -webkit-backdrop-filter: blur(20px) saturate(1.3); backdrop-filter: blur(20px) saturate(1.3); box-shadow: 0 15px 40px rgba(1,14,31,.28), inset 0 1px 0 rgba(255,255,255,.11); cursor: none; transition: transform .35s var(--ease), background .35s, border-color .35s; }
.scroll-cue:hover, .scroll-cue:focus-visible { transform: translateY(-4px); background: rgba(3,18,33,.97); border-color: rgba(255,139,70,.62); outline: none; }
.scroll-cue i { color: #fff; font-size: 14px; font-style: normal; font-weight: 600; letter-spacing: .01em; white-space: nowrap; }
.scroll-cue span { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: 36px; height: 36px; margin: 0; border-radius: 50%; background: linear-gradient(145deg, #ff8c3b, #e95119); box-shadow: 0 0 18px rgba(255,102,27,.48), inset 0 1px 0 rgba(255,255,255,.35); }
.scroll-cue span::before { content: "↓"; color: #fff; font-size: 17px; line-height: 1; animation: scrollArrow 1.5s ease-in-out infinite; }
@keyframes scrollline { to { background-position: 0 -200%; } }
@keyframes scrollArrow { 50% { transform: translateY(3px); opacity: .7; } }

.story { position: relative; height: 900svh; background: #eef0ec; border-top: 1px solid #c8cbc6; }
.story-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; }
.world { position: absolute; z-index: -1; inset: 0; overflow: hidden; background: radial-gradient(circle at 74% 24%, white 0 8%, transparent 38%), linear-gradient(120deg, #d8dad6, #f5f6f2 43%, #d7dad6); }
.world-image { position: absolute; z-index: 1; left: 50%; top: 50%; width: 185vw; aspect-ratio: 1944 / 1024; transform-origin: 50% 50%; will-change: transform, filter, opacity; transition: filter .7s, opacity .7s; }
.world-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; filter: contrast(1.04) saturate(.92); }
.world::after { content: ""; position: absolute; z-index: 4; inset: 0; background: linear-gradient(100deg, rgba(242,243,239,.2), transparent 31%, rgba(250,251,248,.08) 72%), radial-gradient(circle at 12% 20%, rgba(255,255,255,.28), transparent 28%); pointer-events: none; }
.world-grid { position: absolute; inset: -30%; opacity: .48; background-image: linear-gradient(rgba(10,16,23,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(10,16,23,.13) 1px, transparent 1px); background-size: 58px 58px; transform: perspective(1000px) rotateX(59deg) rotateZ(-13deg) translateY(14%); mask-image: radial-gradient(ellipse at center, #000 10%, transparent 72%); will-change: transform; }
.world-scan { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0 46%, rgba(24,95,158,.14) 49%, transparent 52%); background-size: 100% 180%; animation: scan 6s linear infinite; mix-blend-mode: multiply; }
@keyframes scan { to { background-position: 0 220%; } }
.scene-flow { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; overflow: visible; mix-blend-mode: screen; pointer-events: none; }
.energy-route { fill: none; stroke: #39e5ff; stroke-width: 4.2; stroke-linecap: round; stroke-dasharray: 3 14 52 22; opacity: .88; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 5px #17d8ff) drop-shadow(0 0 13px rgba(22,168,255,.82)); animation: energyDash 3.8s linear infinite; }
.energy-route.route-b { stroke-width: 3.3; opacity: .74; animation-duration: 5.4s; animation-direction: reverse; }
.energy-route.route-c { stroke: #55dcff; stroke-width: 3; opacity: .66; animation-duration: 6.3s; }
.flow-particles circle { fill: #bdf7ff; stroke: white; stroke-width: 1.5; filter: drop-shadow(0 0 7px #0ad8ff); }
@keyframes energyDash { to { stroke-dashoffset: -168; } }
.coordinate { position: absolute; z-index: 3; font: 11px/1 ui-monospace, monospace; letter-spacing: .12em; color: rgba(6,47,96,.68); }
.coordinate-a { left: 17%; top: 27%; }
.coordinate-b { right: 19%; bottom: 18%; }
.crosshair { position: absolute; z-index: 3; width: 22px; height: 22px; border: 1px solid rgba(6,47,96,.42); border-radius: 50%; }
.crosshair::before, .crosshair::after { content: ""; position: absolute; background: rgba(6,47,96,.42); }
.crosshair::before { top: 50%; left: -12px; right: -12px; height: 1px; }
.crosshair::after { left: 50%; top: -12px; bottom: -12px; width: 1px; }
.crosshair-a { left: 30%; top: 43%; }
.crosshair-b { right: 31%; bottom: 32%; }
.context-link { position: fixed; z-index: 8; top: 112px; right: 24px; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 7px 17px 7px 8px; color: #fff; background: linear-gradient(115deg, rgba(3,14,27,.94), rgba(5,23,39,.84)); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; -webkit-backdrop-filter: blur(20px) saturate(1.3); backdrop-filter: blur(20px) saturate(1.3); box-shadow: 0 15px 40px rgba(1,14,31,.28), inset 0 1px 0 rgba(255,255,255,.11); font-size: 14px; font-weight: 600; cursor: none; transition: transform .35s var(--ease), background .35s, border-color .35s; }
.context-link i { display: grid; place-items: center; width: 36px; height: 36px; color: white; background: linear-gradient(145deg, #ff8c3b, #e95119); border-radius: 50%; box-shadow: 0 0 18px rgba(255,102,27,.48), inset 0 1px 0 rgba(255,255,255,.35); font-style: normal; transition: transform .35s var(--ease), background .35s; }
.context-link:hover, .context-link:focus-visible { transform: translateY(-4px); background: rgba(3,18,33,.97); border-color: rgba(255,139,70,.62); outline: none; }
.context-link:hover i { transform: rotate(-45deg); }
.chapter-card { position: absolute; z-index: 5; right: 4vw; top: 50%; width: min(650px, 43vw); padding: 26px 30px 24px; transform: translateY(-50%); transform-style: preserve-3d; overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(242,247,249,.78) 52%, rgba(221,235,242,.66)); border: 1px solid rgba(255,255,255,.9); border-left-color: #fff; -webkit-backdrop-filter: blur(60px) saturate(1.2) brightness(1.08); backdrop-filter: blur(60px) saturate(1.2) brightness(1.08); box-shadow: 0 38px 110px rgba(8,25,43,.22), 0 10px 26px rgba(0,58,143,.08), inset 0 1px 0 #fff, inset 0 -1px 0 rgba(0,58,143,.14); transition: transform .72s var(--ease), box-shadow .72s var(--ease), height .5s var(--ease), padding .5s var(--ease), background .7s; }
.chapter-card::before { content: ""; position: absolute; z-index: 0; inset: -65% 35% 48% -28%; background: linear-gradient(115deg, transparent 28%, rgba(255,255,255,.72) 49%, transparent 70%); transform: rotate(-8deg); opacity: .62; pointer-events: none; animation: glassSheen 8s ease-in-out infinite; }
.chapter-card::after { content: ""; position: absolute; z-index: 0; inset: 0; background: radial-gradient(circle at 12% 8%, rgba(255,255,255,.72), transparent 34%), linear-gradient(135deg, rgba(44,164,186,.11), transparent 38% 70%, rgba(0,58,143,.13)); box-shadow: inset 0 0 34px rgba(255,255,255,.22); pointer-events: none; }
.chapter-card > * { position: relative; z-index: 1; }
.chapter-card.is-transitioning { transform: translateY(-50%) translateX(36px) rotateY(-5deg) scale(.965); box-shadow: 0 48px 130px rgba(8,25,43,.22), inset 0 1px 0 rgba(255,255,255,.9); }
@keyframes glassSheen { 0%, 68%, 100% { translate: -12% 0; opacity: .34; } 82% { translate: 86% 22%; opacity: .76; } }
.chapter-content { overflow: hidden; transition: max-height .58s var(--ease), opacity .4s, transform .5s var(--ease); max-height: 590px; }
.chapter-kicker { margin: 0 0 14px; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.chapter-card h2 { margin: 0 0 23px; font-size: clamp(52px, 4.8vw, 88px); font-weight: 400; letter-spacing: -.058em; line-height: .89; }
.chapter-card > .chapter-content > p:not(.chapter-kicker) { max-width: 575px; margin: 0; font-size: clamp(16px, 1.12vw, 20px); line-height: 1.17; }
.chapter-card.is-transitioning .chapter-content { opacity: 0; transform: translateX(28px); }
.chapter-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 30px 0 0; padding-top: 16px; border-top: 1px solid; }
.chapter-card dl div { display: grid; gap: 8px; padding-right: 18px; }
.chapter-card dl div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.chapter-card dt { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.chapter-card dd { margin: 0; color: var(--navy); font-size: 28px; }
.chapter-rail {
  --rail-progress: 6.25%;
  --rail-energy-width: calc(var(--rail-progress) - 6.25%);
  position: absolute;
  z-index: 7;
  left: 24px;
  right: 126px;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  height: 76px;
  padding: 0 16px;
  color: rgba(255,255,255,.62);
  background: linear-gradient(115deg, rgba(3,14,27,.94), rgba(5,23,39,.8));
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 23px;
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  backdrop-filter: blur(24px) saturate(1.35);
  box-shadow: 0 18px 55px rgba(1,14,31,.24), inset 0 1px 0 rgba(255,255,255,.1);
  overflow: hidden;
}
.chapter-rail::before { content: ""; position: absolute; z-index: 0; left: 6.25%; right: 6.25%; top: 23px; height: 1px; background: rgba(205,224,238,.22); box-shadow: 0 1px 0 rgba(0,0,0,.28); }
.rail-energy { position: absolute; z-index: 1; left: 6.25%; top: 22px; width: var(--rail-energy-width); height: 3px; border-radius: 99px; background: linear-gradient(90deg, #e95a16 0%, #ff8b2d 36%, #ffd09b 51%, #ff6b16 68%, #f39a3c 100%); background-size: 230% 100%; box-shadow: 0 0 8px rgba(255,111,24,.75), 0 0 22px rgba(255,105,18,.38); animation: railEnergyFlow 1.35s linear infinite; will-change: width, background-position; pointer-events: none; }
.rail-energy::before { content: ""; position: absolute; right: -4px; top: 50%; width: 9px; height: 9px; border-radius: 50%; translate: 0 -50%; background: #fff2dc; box-shadow: 0 0 0 3px rgba(255,122,31,.2), 0 0 12px 4px rgba(255,111,24,.72), 0 0 28px 8px rgba(255,83,10,.26); }
.rail-energy::after { content: ""; position: absolute; right: -22px; top: -8px; width: 45px; height: 19px; border-radius: 50%; background: radial-gradient(circle, rgba(255,126,35,.34), transparent 68%); filter: blur(3px); }
.chapter-rail button { position: relative; z-index: 2; min-width: 0; padding: 37px 10px 10px; color: inherit; background: transparent; border: 0; text-align: center; font-size: 14px; font-weight: 500; letter-spacing: .005em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: none; transition: color .45s var(--ease), transform .45s var(--ease); }
.chapter-rail button::before { content: ""; position: absolute; left: 50%; top: 19px; width: 8px; height: 8px; border-radius: 50%; translate: -50% 0; background: #65717c; border: 1px solid rgba(255,255,255,.58); box-shadow: 0 0 0 4px rgba(7,17,29,.78); transition: width .45s var(--ease), height .45s var(--ease), top .45s var(--ease), background .45s, box-shadow .45s; }
.chapter-rail button.is-past { color: rgba(255,255,255,.84); }
.chapter-rail button.is-past::before { background: #f17a29; border-color: #ffc08e; box-shadow: 0 0 0 4px rgba(7,17,29,.76), 0 0 10px rgba(255,112,26,.65); }
.chapter-rail button.is-active { color: #fff; transform: translateY(-1px); }
.chapter-rail button.is-active::before { top: 16px; width: 13px; height: 13px; background: #fff4e9; border-color: #fff; box-shadow: 0 0 0 4px rgba(255,111,24,.28), 0 0 14px 4px rgba(255,102,18,.68); }
.chapter-progress { position: absolute; z-index: 8; right: 24px; bottom: 22px; width: 90px; height: 76px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, rgba(3,14,27,.95), rgba(7,27,45,.82)); border: 1px solid rgba(255,255,255,.17); border-radius: 23px; -webkit-backdrop-filter: blur(24px) saturate(1.35); backdrop-filter: blur(24px) saturate(1.35); box-shadow: 0 18px 55px rgba(1,14,31,.24), inset 0 1px 0 rgba(255,255,255,.1); }
.chapter-progress::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,126,38,.28); border-radius: 14px; background: radial-gradient(circle at 50% 0, rgba(255,126,38,.16), transparent 60%); }
.chapter-progress span { display: block; position: absolute; top: 14px; width: 4px; height: 4px; border-radius: 50%; background: #ff7a22; box-shadow: 0 0 10px #ff6918; }
.chapter-progress b { position: relative; display: grid; place-items: center; height: 100%; padding-top: 11px; color: #fff; font-size: 16px; font-weight: 600; letter-spacing: .025em; font-variant-numeric: tabular-nums; }
@keyframes railEnergyFlow { to { background-position: -230% 0; } }

.contact { position: relative; min-height: 100svh; padding: 120px 6vw 32px; color: white; background: #07101b; display: flex; flex-direction: column; justify-content: space-between; isolation: isolate; overflow: hidden; }
.contact::before { content: ""; position: absolute; z-index: -2; inset: -24px; background: url('assets/petro-amoot-megaworld-hd.webp') center / cover no-repeat; filter: blur(9px) saturate(.72) contrast(1.12); transform: scale(1.04); }
.contact::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(115deg, rgba(2,18,43,.93), rgba(0,42,91,.82) 54%, rgba(3,14,32,.94)); backdrop-filter: blur(3px); }
.contact-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5vw; align-items: start; }
.contact-heading .eyebrow { color: #83afda; }
.contact-heading h2 { margin: 0; font-size: clamp(62px, 7vw, 130px); font-weight: 400; line-height: .87; letter-spacing: -.06em; }
.contact-heading h2 em { color: #67bad0; font-style: normal; }
.contact-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 25px; margin: 90px 0 70px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.32); }
.contact-grid div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.18); }
.contact-grid small { color: #8ea1b3; text-transform: uppercase; letter-spacing: .08em; }
.contact-grid p { margin: 13px 0 0; line-height: 1.28; }
.contact-mail { display: flex; justify-content: space-between; align-self: start; font-size: 19px; }
.contact-mail i { font-style: normal; transition: transform .35s var(--ease); }
.contact-mail:hover i { transform: translate(5px, -5px); }
footer { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.16); font-size: 13px; }

body.dark { --ink: #eef0ed; --paper: #0b1118; --navy: #7db4e4; --panel: rgba(8,15,23,.9); --line: rgba(255,255,255,.24); background: #07101b; }
body.dark .hero::after { background: radial-gradient(circle at 20% 75%, rgba(23,39,55,.65), transparent 35%), linear-gradient(110deg, rgba(5,12,19,.28), rgba(6,14,22,.9)); }
body.dark .atmosphere { background: #14202b; filter: contrast(140%) brightness(.55); }
body.dark .world { background: radial-gradient(circle at 74% 24%, #223344 0 8%, transparent 38%), linear-gradient(120deg, #0b1219, #1a2631 43%, #091019); }
body.dark .world::after { background: linear-gradient(100deg, rgba(7,14,21,.88), transparent 42%, rgba(6,12,19,.1) 72%); }
body.dark .world-image { filter: grayscale(.42) contrast(1.18) brightness(.48); opacity: .9; }
body.dark .world-grid { filter: invert(1); opacity: .23; }
body.dark .chapter-card { background: linear-gradient(135deg, rgba(9,25,40,.9), rgba(5,20,35,.72)); border-color: rgba(146,207,237,.3); box-shadow: 0 32px 90px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.18); }
body.reduce-motion *, body.reduce-motion *::before, body.reduce-motion *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
body.low-detail .world-image { filter: grayscale(.6) contrast(.94) brightness(1.04); opacity: .72; }
body.low-detail .scene-flow { opacity: .32; }
body.low-detail .world-scan, body.low-detail .coordinate, body.low-detail .crosshair { display: none; }

@media (max-width: 980px) {
  body { cursor: auto; }
  .cursor, .cursor-trail { display: none; }
  .topbar { left: 10px; right: 10px; top: 10px; width: auto; height: 64px; grid-template-columns: minmax(0, 1fr) 92px 54px; border-radius: 19px; }
  .energy-control { display: none !important; }
  .brand { gap: 9px; padding: 6px 8px; }
  .brand-mark { width: 46px; height: 46px; border-radius: 14px; }
  .brand-mark img { width: 40px; height: 31px; }
  .brand-copy { gap: 3px; }
  .brand-copy b { font-size: 13px; }
  .brand-copy small { display: none; }
  .header-stage { padding: 0 9px; grid-template-columns: 1fr; justify-items: start; gap: 4px; }
  .header-stage::before { display: none; }
  .header-stage span { display: none; }
  .header-stage b { grid-column: 1; font-size: 12px; max-width: 72px; }
  .header-stage em { grid-column: 1; grid-row: 2; font-size: 10px; }
  .menu-toggle { width: 54px; gap: 0; }
  .menu-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .experience-panel { display: none; }
  .menu-cards { top: 84px; left: 10px; right: 10px; grid-template-columns: repeat(2, 1fr); max-height: calc(100svh - 96px); overflow: auto; }
  .menu-cards a { width: auto; height: 130px; }
  .hero { padding: 105px 20px 68px; }
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "eyebrow" "title" "copy"; align-content: end; gap: 28px; }
  h1 { font-size: clamp(52px, 15vw, 92px); }
  .hero-copy { justify-self: start; font-size: 17px; }
  .story { height: 800svh; }
  .context-link { top: 86px; right: 10px; min-height: 48px; padding: 6px 14px 6px 7px; font-size: 14px; }
  .context-link i { width: 34px; height: 34px; }
  .chapter-card { top: auto; right: 12px; left: 12px; bottom: 96px; width: auto; transform: none; padding: 20px 21px; }
  .chapter-card.is-transitioning { transform: translateY(18px) scale(.975); }
  .chapter-card h2 { font-size: clamp(44px, 12vw, 62px); }
  .chapter-card > .chapter-content > p:not(.chapter-kicker) { font-size: 16px; }
  .chapter-rail { left: 10px; right: 88px; bottom: 10px; grid-template-columns: repeat(8, 132px); height: 72px; padding: 0; border-radius: 19px; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scrollbar-width: none; }
  .chapter-rail::-webkit-scrollbar { display: none; }
  .chapter-rail::before { left: 66px; right: auto; top: 22px; width: 924px; }
  .rail-energy { left: 66px; top: 21px; }
  .chapter-rail button { padding: 36px 10px 9px; font-size: 14px; overflow: visible; text-overflow: clip; }
  .chapter-rail button::before { top: 18px; }
  .chapter-rail button.is-active::before { top: 15px; }
  .chapter-progress { right: 10px; bottom: 10px; width: 68px; height: 72px; border-radius: 19px; }
  .chapter-progress b { font-size: 14px; }
  .world-image { width: auto; height: 138%; }
  .contact { padding: 105px 20px 25px; }
  .contact-heading { grid-template-columns: 1fr; gap: 20px; }
  .contact-heading h2 { font-size: clamp(55px, 14vw, 88px); }
  .contact-grid { grid-template-columns: 1fr; margin: 70px 0 50px; }
  .contact-grid div { padding: 15px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

/* Continuous camera journey ------------------------------------------------ */
.journey { position: relative; height: 1500svh; background: #eef0ec; }
.journey-anchor { position: absolute; left: 0; width: 1px; height: 1px; pointer-events: none; }
.anchor-story { top: 10.5%; }
.anchor-contact { top: 90.5%; }
.journey-stage { --travel: 0; --shutter: 0; --scene-parallax-x: 0px; --scene-parallax-y: 0px; position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; background: #eef0ec; }

.journey-stage .world { z-index: 0; background: #102a4b; }
.journey-stage .world::after {
  z-index: 4;
  background:
    radial-gradient(circle at 50% 50%, transparent 35%, rgba(238,240,236,.14) 82%),
    linear-gradient(100deg, rgba(255,255,255,.08), transparent 28% 72%, rgba(255,255,255,.08));
}
.journey-stage .world::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: -18%;
  background:
    radial-gradient(ellipse 54% 5% at 18% 22%, rgba(225,250,255,.64), rgba(70,193,255,.26) 28%, transparent 72%),
    radial-gradient(ellipse 68% 7% at 72% 39%, rgba(255,255,255,.58), rgba(69,186,255,.22) 31%, transparent 74%),
    radial-gradient(ellipse 58% 5% at 32% 66%, rgba(202,243,255,.56), rgba(61,177,255,.2) 30%, transparent 72%),
    radial-gradient(ellipse 70% 8% at 78% 82%, rgba(255,255,255,.46), rgba(50,168,255,.16) 34%, transparent 76%);
  mix-blend-mode: screen;
  opacity: calc(var(--travel) * .82);
  transform: translate3d(calc((1 - var(--travel)) * -10%), 0, 0) skewX(-7deg) scaleX(calc(1.18 + var(--travel) * .58));
  filter: blur(calc(8px + var(--travel) * 18px));
  animation: exposureSweep .2s linear infinite;
  pointer-events: none;
}
.journey-stage .world-image {
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  transform: none;
  transition: none;
  overflow: hidden;
}
.scene-layer {
  position: absolute;
  z-index: 0;
  inset: -4% -24%;
  display: block;
  opacity: 0;
  transform: scale(1.04);
  transform-origin: 50% 50%;
  filter: blur(0) saturate(1.04) contrast(1.05);
  will-change: opacity, transform, filter;
  pointer-events: none;
}
.scene-layer img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.scene-master { opacity: 1; }
.journey-stage .scene-flow { z-index: 3; opacity: calc(.58 - var(--travel) * .52); filter: blur(calc(var(--travel) * 3px)); }
.journey-stage .world-grid { z-index: 0; opacity: .2; }
.journey-stage .world-scan { z-index: 3; opacity: .55; }
.travel-flare {
  position: absolute;
  z-index: 6;
  inset: -18% -35%;
  opacity: calc(var(--travel) * .9);
  background:
    radial-gradient(ellipse 66% 4% at 24% 17%, rgba(255,255,255,.74), rgba(94,211,255,.28) 28%, transparent 74%),
    radial-gradient(ellipse 82% 6% at 68% 34%, rgba(230,250,255,.68), rgba(48,170,255,.25) 31%, transparent 76%),
    radial-gradient(ellipse 72% 5% at 38% 55%, rgba(255,255,255,.66), rgba(81,197,255,.22) 30%, transparent 75%),
    radial-gradient(ellipse 88% 7% at 72% 76%, rgba(222,248,255,.56), rgba(37,153,255,.2) 32%, transparent 78%),
    radial-gradient(ellipse 64% 5% at 30% 91%, rgba(255,255,255,.54), rgba(78,190,255,.18) 30%, transparent 75%);
  transform: translate3d(calc((1 - var(--travel)) * -12%), 0, 0) skewX(-8deg) scaleX(calc(1.25 + var(--travel) * .65));
  filter: blur(calc(10px + var(--travel) * 20px)) saturate(1.08);
  mix-blend-mode: screen;
  pointer-events: none;
}
.travel-flare::before,
.travel-flare::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.travel-flare::before {
  background:
    radial-gradient(ellipse 72% 4% at 16% 28%, rgba(255,255,255,.8), rgba(63,185,255,.28) 30%, transparent 74%),
    radial-gradient(ellipse 84% 5% at 76% 52%, rgba(218,247,255,.7), rgba(45,165,255,.24) 32%, transparent 77%),
    radial-gradient(ellipse 68% 4% at 36% 78%, rgba(255,255,255,.68), rgba(61,184,255,.2) 30%, transparent 75%);
  transform: scaleX(2) skewX(-7deg);
  filter: blur(18px);
  animation: streakRun .18s linear infinite;
}
.travel-flare::after {
  inset: -10%;
  background:
    radial-gradient(ellipse 95% 44% at 50% 50%, rgba(255,255,255,.96), rgba(226,243,248,.82) 42%, rgba(255,255,255,.18) 76%, transparent 100%);
  opacity: var(--shutter);
  transform: scaleX(1.35) skewX(-5deg);
  filter: blur(34px);
}
@keyframes streakRun {
  from { transform: translate3d(-14%, 0, 0) scaleX(2) skewX(-7deg); }
  to { transform: translate3d(16%, 0, 0) scaleX(2.18) skewX(-7deg); }
}
@keyframes exposureSweep {
  from { translate: -5% 0; }
  to { translate: 7% 0; }
}
.journey-stage .coordinate,
.journey-stage .crosshair { opacity: 0; transition: opacity .7s var(--ease); }
.journey-stage.is-in-process .coordinate,
.journey-stage.is-in-process .crosshair { opacity: 1; }

.hero-panel,
.story-ui,
.contact-panel { position: absolute; inset: 0; }

.hero-panel { z-index: 10; display: flex; align-items: center; padding: 116px 6vw 92px; overflow: hidden; will-change: opacity, transform; }
.hero-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,13,27,.3), rgba(2,17,35,.1) 46%, transparent 72%),
    radial-gradient(ellipse 58% 82% at 24% 54%, rgba(0,58,143,.13), transparent 72%);
  pointer-events: none;
}
.hero-panel .hero-grid {
  position: relative;
  isolation: isolate;
  grid-template-columns: 1fr;
  grid-template-areas: "eyebrow" "title" "copy";
  width: min(760px, 48vw);
  min-height: 0;
  padding: 34px 38px 36px;
  align-content: start;
  gap: 16px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 8% 0, rgba(72,177,236,.2), transparent 33%),
    linear-gradient(138deg, rgba(4,19,36,.9), rgba(3,30,55,.76) 58%, rgba(4,18,34,.66));
  border: 1px solid rgba(196,229,245,.25);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(28px) saturate(1.25);
  backdrop-filter: blur(28px) saturate(1.25);
  box-shadow: 0 34px 95px rgba(1,15,32,.28), inset 0 1px 0 rgba(255,255,255,.14), inset 0 -1px 0 rgba(0,116,196,.22);
  overflow: hidden;
}
.hero-panel .hero-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(112deg, transparent 18%, rgba(255,255,255,.08) 44%, transparent 66%);
  transform: translateX(-42%);
  animation: heroGlassSheen 9s ease-in-out infinite;
}
.hero-panel .hero-grid::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  width: 92px;
  height: 2px;
  background: linear-gradient(90deg, #f04c24, #79d8ff 72%, transparent);
  box-shadow: 0 0 18px rgba(80,194,255,.55);
}
@keyframes heroGlassSheen { 0%, 62%, 100% { transform: translateX(-48%); opacity: .18; } 78% { transform: translateX(52%); opacity: .78; } }
.hero-panel .eyebrow { align-self: end; margin: 0 0 3px; color: rgba(205,234,249,.82); }
.hero-panel h1 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(55px, 4.45vw, 84px); line-height: .89; letter-spacing: -.058em; text-wrap: balance; text-shadow: 0 3px 28px rgba(0,0,0,.28); }
.hero-panel h1 em { color: #8ad9ff; text-shadow: 0 0 26px rgba(35,158,224,.32); }
.hero-panel .hero-copy { display: grid; grid-template-columns: 1.08fr .92fr; gap: 25px; width: 100%; justify-self: start; margin-top: 8px; padding-top: 19px; border-top: 1px solid rgba(197,228,244,.2); color: rgba(236,246,251,.84); font-size: clamp(15px, 1vw, 18px); line-height: 1.34; }
.hero-panel .hero-copy p { margin: 0; }

.story-ui { z-index: 12; opacity: 0; visibility: hidden; pointer-events: none; will-change: opacity; }
.story-ui.is-visible { visibility: visible; pointer-events: auto; }
.story-ui .chapter-card { opacity: calc(1 - var(--travel) * 1.18); box-shadow: 0 38px 110px rgba(8,25,43,.22), 0 10px 26px rgba(0,58,143,.08), inset 0 1px 0 #fff, inset 0 -1px 0 rgba(0,58,143,.14); }
.story-ui .context-link { opacity: calc(1 - var(--travel) * 1.18); }
.story-ui .chapter-card.is-transitioning { box-shadow: 0 56px 150px rgba(8,25,43,.3), 0 14px 34px rgba(0,58,143,.11), inset 0 1px 0 rgba(255,255,255,.96); }

.contact-panel {
  z-index: 15;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto auto;
  align-content: stretch;
  gap: 0;
  padding: clamp(102px, 12vh, 126px) 6vw 28px;
  color: white;
  background:
    radial-gradient(circle at 76% 23%, rgba(255,111,24,.11), transparent 24%),
    linear-gradient(115deg, rgba(2,18,43,.95), rgba(0,42,91,.86) 54%, rgba(3,14,32,.96));
  backdrop-filter: blur(14px) saturate(.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity, transform;
}
.contact-panel.is-visible { visibility: visible; pointer-events: auto; }
.contact-panel .contact-heading {
  grid-row: 2;
  display: block;
}
.contact-panel .contact-heading h2 {
  max-width: 1180px;
  margin: 0;
  font-size: clamp(58px, 6.2vw, 112px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.contact-panel .contact-heading h2 em {
  color: #ff741f;
  font-style: normal;
  text-shadow: 0 0 34px rgba(255,95,15,.22);
}
.contact-panel .contact-grid {
  grid-row: 3;
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 0;
  margin: clamp(20px, 2.8vh, 30px) 0 0;
  padding: 20px 22px;
  background: linear-gradient(135deg, rgba(5,23,42,.72), rgba(5,30,52,.5));
  border: 1px solid rgba(194,226,242,.18);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(24px) saturate(1.15);
  backdrop-filter: blur(24px) saturate(1.15);
  box-shadow: 0 24px 70px rgba(0,9,24,.22), inset 0 1px 0 rgba(255,255,255,.08);
}
.contact-panel .contact-grid > * { min-width: 0; padding: 2px 22px; }
.contact-panel .contact-grid > :first-child { padding-left: 0; }
.contact-panel .contact-grid > :last-child { padding-right: 0; }
.contact-panel .contact-grid div { border-left: 1px solid rgba(255,255,255,.14); }
.contact-panel .contact-grid small { color: rgba(173,203,221,.68); font-size: 12px; }
.contact-panel .contact-grid p { margin: 10px 0 0; color: rgba(241,248,252,.86); font-size: 14px; line-height: 1.34; }
.contact-panel .contact-mail {
  gap: 18px;
  align-items: center;
  align-self: stretch;
  color: #fff;
  font-size: clamp(16px, 1.15vw, 20px);
  overflow-wrap: anywhere;
}
.contact-panel footer { color: rgba(216,230,239,.68); }
.contact-panel footer { grid-row: 4; margin-top: clamp(22px, 3.2vh, 36px); }
.contact-panel footer a { color: #fff; }

body.dark .journey,
body.dark .journey-stage { background: #07101b; }
body.dark .journey-stage .world { background: #07101b; }
body.dark .journey-stage .world-image { filter: grayscale(.25) contrast(1.12) brightness(.58); opacity: .96; }
body.dark .hero-panel::before { background: radial-gradient(ellipse 44% 68% at 25% 55%, rgba(9,25,42,.92), rgba(7,16,27,.68) 48%, transparent 82%); }
body.reduce-motion .journey-stage { --scene-parallax-x: 0px !important; --scene-parallax-y: 0px !important; }

@media (max-width: 980px) {
  .journey { height: 1320svh; }
  .journey-stage { --scene-parallax-x: 0px !important; --scene-parallax-y: 0px !important; }
  .journey-stage .world-image { width: 100%; height: 100svh; }
  .scene-layer { inset: -3% -34%; }
  .scene-layer img { object-position: 50% 50%; }
  .hero-panel { align-items: flex-end; padding: 84px 12px 86px; }
  .hero-panel::before { background: linear-gradient(180deg, transparent 18%, rgba(1,13,27,.08) 46%, rgba(1,13,27,.22) 100%); }
  .hero-panel .hero-grid { width: 100%; min-height: 0; padding: 22px 20px 24px; align-content: start; gap: 13px; border-radius: 24px; }
  .hero-panel .hero-grid::after { left: 20px; width: 72px; }
  .hero-panel h1 { font-size: clamp(45px, 12.4vw, 64px); line-height: .9; }
  .hero-panel .hero-copy { grid-template-columns: 1fr; gap: 9px; margin-top: 3px; padding-top: 14px; font-size: 15px; line-height: 1.26; }
  .scroll-cue { bottom: 10px; min-height: 48px; padding: 6px 14px 6px 7px; }
  .scroll-cue span { width: 34px; height: 34px; }
  .scroll-cue i { font-size: 14px; }
  .contact-panel {
    padding: 92px 22px 20px;
  }
  .contact-panel .contact-heading h2 { max-width: 880px; font-size: clamp(50px, 8.2vw, 78px); }
  .contact-panel .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; padding: 14px 16px; border-radius: 20px; }
  .contact-panel .contact-grid > * { padding: 12px 14px; }
  .contact-panel .contact-grid > :first-child { padding-left: 14px; }
  .contact-panel .contact-grid > :last-child { padding-right: 14px; }
  .contact-panel .contact-grid > :nth-child(odd) { border-left: 0; }
  .contact-panel .contact-grid > :nth-child(n + 3) { border-top: 1px solid rgba(255,255,255,.12); }
  .contact-panel footer { margin-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .journey-stage { --scene-parallax-x: 0px !important; --scene-parallax-y: 0px !important; }
}

@media (max-width: 620px) {
  .contact-panel {
    padding: 82px 12px 14px;
  }
  .contact-panel .contact-heading h2 { font-size: clamp(40px, 11vw, 52px); line-height: .9; letter-spacing: -.055em; }
  .contact-panel .contact-grid { grid-template-columns: 1fr; margin-top: 12px; padding: 8px 14px; border-radius: 18px; }
  .contact-panel .contact-grid > *,
  .contact-panel .contact-grid > :first-child,
  .contact-panel .contact-grid > :last-child {
    padding: 9px 0;
    border-left: 0;
  }
  .contact-panel .contact-grid > :not(:first-child) {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .contact-panel .contact-grid p { margin: 0; font-size: 12px; line-height: 1.25; }
  .contact-panel .contact-grid small { font-size: 10px; line-height: 1.25; }
  .contact-panel .contact-mail { min-height: 34px; font-size: 15px; }
  .contact-panel footer { margin-top: 12px; padding-top: 10px; font-size: 11px; }
}
