:root {
  --void: #080c11;
  --night: #111821;
  --ash: #a7aaab;
  --bone: #e9e6df;
  --rust: #6d3126;
  --crimson: #9b2525;
  --ember: #e17a3d;
  --blue: #bfe3f2;
  --cyan: #54a7c4;
  --gold: #9c7b2e;
  --page: min(1180px, calc(100vw - 48px));
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body { margin: 0; color: var(--bone); background: var(--void); font-family: var(--body); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 16px; color: var(--void); background: var(--blue); font-weight: 800; }
.skip-link:focus { transform: none; }
.lifeline { position: fixed; z-index: 30; top: 0; bottom: 0; left: 7px; width: 1px; pointer-events: none; background: linear-gradient(transparent, var(--blue) 26%, var(--blue) 74%, transparent); box-shadow: 0 0 8px rgba(191,227,242,.7); opacity: .65; }
.page-shell { width: var(--page); margin-inline: auto; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; justify-content: space-between; align-items: center; width: var(--page); margin-inline: auto; padding: 22px 0; color: var(--bone); border-bottom: 1px solid rgba(191,227,242,.2); }
.studio-link { display: inline-flex; align-items: center; gap: 10px; font-size: .66rem; font-weight: 850; letter-spacing: .19em; }
.studio-link img { width: 32px; height: 32px; object-fit: contain; }
.site-header nav { display: flex; gap: 30px; font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.site-header nav a { padding: 9px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--blue); border-color: var(--blue); }

.hero { position: relative; height: 100svh; min-height: 850px; max-height: 1060px; overflow: hidden; background: #05080b; }
.hero-media, .hero-media img, .section-media, .section-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .section-media img { object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,10,.91) 0%, rgba(4,7,10,.5) 34%, rgba(4,7,10,.08) 58%, rgba(4,7,10,.16) 100%), linear-gradient(0deg, rgba(4,7,10,.88), transparent 42%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: var(--page); height: 100%; margin-inline: auto; padding-top: 62px; }
.status { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: rgba(233,230,223,.64); font-size: .59rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: var(--crimson); box-shadow: 0 0 0 4px rgba(155,37,37,.18); }
h1 { margin: 0; font-family: var(--display); font-size: clamp(6rem, 12vw, 11.5rem); line-height: .69; letter-spacing: -.075em; font-weight: 900; text-transform: uppercase; }
h1 span { display: block; margin-left: .5em; color: transparent; -webkit-text-stroke: 1px var(--blue); text-shadow: 0 0 30px rgba(84,167,196,.18); }
.tagline { margin: 48px 0 14px; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.5vw, 2.3rem); line-height: 1.2; font-style: italic; }
.hero-copy { max-width: 580px; margin: 0; color: rgba(233,230,223,.72); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 22px; border: 1px solid var(--blue); font-size: .63rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s, color .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.blue { color: var(--void); background: var(--blue); box-shadow: 0 0 30px rgba(84,167,196,.18); }
.button.ghost { background: rgba(5,8,11,.42); backdrop-filter: blur(8px); }
.concept-note { max-width: 610px; margin: 23px 0 0; padding-left: 13px; border-left: 2px solid var(--crimson); color: rgba(233,230,223,.5); font-size: .65rem; line-height: 1.55; }
.hero-axis { position: absolute; z-index: 2; right: 3vw; bottom: 34px; display: flex; align-items: center; gap: 12px; color: rgba(233,230,223,.6); font-size: .54rem; font-weight: 800; letter-spacing: .18em; }
.hero-axis i { width: 80px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--crimson)); }

.section-code { display: flex; align-items: center; gap: 12px; color: #6f777a; font-size: .58rem; font-weight: 850; letter-spacing: .18em; }
.section-code span { color: var(--crimson); font-family: Georgia, serif; font-size: 1.2rem; }
.section-code.light { color: rgba(233,230,223,.58); }.section-code.light span { color: var(--blue); }
h2 { margin: 0; font-family: var(--display); font-size: clamp(3.7rem, 7.1vw, 7rem); line-height: .87; letter-spacing: -.055em; text-transform: uppercase; }
h2 em { color: var(--crimson); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .61rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.red { color: var(--crimson); }

.world-section { padding-block: 110px 130px; color: #1a1e20; background: #d9d7d0; }
.world-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin: 62px 0 75px; }
.world-intro .lead { margin: 0 0 18px; font-family: Georgia, serif; font-size: 1.3rem; line-height: 1.45; }
.world-intro > div > p:not(.lead):not(.rule) { color: #53595a; line-height: 1.75; }
.world-intro .rule { margin: 28px 0 0; padding: 14px 16px; border-left: 3px solid var(--crimson); color: #65362f; background: rgba(155,37,37,.07); font-size: .72rem; line-height: 1.6; }
.world-frame { margin: 0; padding: 10px; border: 1px solid #7e8483; background: #c5c5bf; box-shadow: 12px 12px 0 #242a2d; }
.world-frame picture { display: block; aspect-ratio: 16/9; overflow: hidden; }
.world-frame img { width: 100%; height: 100%; object-fit: cover; }
.world-frame figcaption { display: flex; align-items: center; gap: 14px; padding: 14px 4px 3px; color: #4d5558; font-size: .58rem; letter-spacing: .12em; }
.world-frame figcaption span:first-child { color: #1d2325; font-weight: 900; }.world-frame figcaption i { flex: 1; height: 1px; background: #89908f; }

.sanctuary-section, .awakening-section, .faceoff-section { position: relative; min-height: 900px; overflow: hidden; }
.sanctuary-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,14,.94), rgba(5,10,14,.54) 38%, rgba(5,10,14,.08) 68%), linear-gradient(0deg, rgba(5,10,14,.7), transparent 45%); }
.sanctuary-copy, .awakening-copy { position: relative; z-index: 2; padding-top: 85px; }
.sanctuary-copy > div:last-child { max-width: 610px; margin-top: 230px; }
.sanctuary-copy h2 em { color: var(--blue); }
.sanctuary-copy > div:last-child > p:last-child, .awakening-copy > div:last-child > p { color: rgba(233,230,223,.72); line-height: 1.75; }

.journey-section { padding-block: 120px 135px; }
.journey-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: center; margin-top: 70px; }
.journey-grid picture { display: block; aspect-ratio: 4/3; padding: 7px; border: 1px solid #394650; background: #131a20; box-shadow: -10px 10px 0 var(--crimson); }
.journey-grid picture img { width: 100%; height: 100%; object-fit: cover; }
.journey-grid > div > p:not(.eyebrow) { color: rgba(233,230,223,.62); line-height: 1.75; }
.journey-grid dl { margin: 30px 0 0; border-top: 1px solid #313941; }
.journey-grid dl div { display: grid; grid-template-columns: 80px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid #242b32; }
.journey-grid dt { color: var(--blue); font-size: .59rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.journey-grid dd { margin: 0; color: #91999d; font-family: Georgia, serif; font-size: .84rem; }

.awakening-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,7,14,.2), rgba(3,7,14,.6) 48%, rgba(3,7,14,.95) 100%), linear-gradient(0deg, rgba(3,7,14,.75), transparent 50%); }
.awakening-copy > div:last-child { width: 48%; margin: 220px 0 0 auto; }
.awakening-copy h2 em { color: var(--blue); text-shadow: 0 0 22px rgba(191,227,242,.24); }
.vision-note { padding: 14px 16px; border-left: 2px solid var(--blue); background: rgba(8,12,20,.5); font-size: .71rem; }

.age-section { padding-block: 115px 130px; color: #1b1d1d; background: #d4d1ca; }
.age-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: center; margin-top: 65px; }
.age-grid > div:first-child > p:not(.eyebrow):not(.clarification) { color: #555959; line-height: 1.75; }
.clarification { margin-top: 28px; padding: 15px 17px; border: 1px solid #8e6d67; color: #703b34; font-size: .73rem; line-height: 1.6; }
.age-art { position: relative; }
.age-art picture { display: block; aspect-ratio: 16/11; overflow: hidden; border: 6px solid #15191b; box-shadow: 11px 11px 0 var(--gold); }
.age-art img { width: 100%; height: 100%; object-fit: cover; }
.age-art > div { position: absolute; left: 24px; right: 24px; bottom: 20px; padding: 14px 16px; color: var(--bone); background: rgba(6,8,9,.78); backdrop-filter: blur(7px); }
.age-art > div span { color: var(--ember); font-size: .59rem; font-weight: 850; letter-spacing: .18em; }
.age-art > div p { margin: 5px 0 0; font-family: Georgia, serif; font-size: .84rem; }

.faceoff-section { min-height: 820px; }
.faceoff-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,7,10,.94) 0%, rgba(4,7,10,.25) 55%, rgba(4,7,10,.12)); }
.faceoff-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 820px; padding-bottom: 85px; text-align: center; }
.faceoff-copy h2 em { color: var(--blue); }.faceoff-copy > p:last-child { max-width: 600px; margin: 24px auto 0; color: rgba(233,230,223,.7); line-height: 1.7; }

.pipeline-section { padding-block: 110px; border-top: 1px solid #27313a; background: #10161d; }
.pipeline-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.pipeline-grid h2 { margin-top: 70px; }.pipeline-grid h2 em { color: var(--blue); }
.pipeline-card { padding: 34px; border: 1px solid rgba(191,227,242,.3); background: #090e14; box-shadow: 10px 10px 0 #192b34; }
.pipeline-card .state { display: flex; align-items: center; gap: 10px; margin: 0 0 30px; color: var(--blue); font-size: .6rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.state span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(191,227,242,.1); }
.pipeline-card h3 { margin: 0; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; line-height: 1.35; }
.pipeline-card > p:not(.state) { color: #858d92; line-height: 1.75; }
.pipeline-card dl { margin: 28px 0 0; border-top: 1px solid #293139; }
.pipeline-card dl div { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid #20272e; }
.pipeline-card dt { color: var(--blue); font-size: .56rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.pipeline-card dd { margin: 0; color: #969da1; font-family: Georgia, serif; font-size: .83rem; }

.final-cta { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 680px; padding: 100px 24px; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 55%, #183441 0%, #0b141b 27%, #06090c 68%); }
.final-cta::before { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(191,227,242,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(191,227,242,.025), 0 0 0 140px rgba(191,227,242,.018); }
.final-cta > span { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 28px; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); box-shadow: 0 0 25px rgba(191,227,242,.25); }
.final-cta > p { position: relative; z-index: 1; color: var(--blue); font-size: .59rem; font-weight: 850; letter-spacing: .18em; }
.final-cta h2 { position: relative; z-index: 1; font-size: clamp(4rem, 8vw, 7.5rem); }.final-cta h2 em { color: var(--blue); }
.final-cta .button { position: relative; z-index: 1; margin-top: 40px; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 30px max(24px, calc((100vw - 1180px)/2)); color: #667078; background: #05080b; font-size: .63rem; }
footer .studio-link { color: var(--bone); } footer > a:last-child { color: var(--blue); font-weight: 850; text-transform: uppercase; }

@media (max-width: 900px) {
  :root { --page: calc(100vw - 36px); }
  .world-intro, .journey-grid, .age-grid, .pipeline-grid { grid-template-columns: 1fr; }
  .awakening-copy > div:last-child { width: 60%; }
}
@media (max-width: 720px) {
  :root { --page: calc(100vw - 30px); }
  .lifeline { left: 3px; }
  .site-header { padding-top: 15px; }.site-header nav { display: none; }.studio-link { font-size: .59rem; }
  .hero { min-height: 790px; max-height: 930px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(4,7,10,.88) 0%, rgba(4,7,10,.2) 34%, rgba(4,7,10,.08) 57%, rgba(4,7,10,.96) 100%); }
  .hero-content { justify-content: flex-start; padding-top: 98px; }
  .status { margin-bottom: 18px; font-size: .5rem; }
  h1 { font-size: clamp(5rem, 24vw, 6.6rem); }
  .tagline { margin-top: auto; font-size: 1.4rem; }
  .hero-copy { font-size: .82rem; line-height: 1.55; }
  .hero-actions { margin-top: 18px; gap: 8px; }.button { min-height: 45px; padding: 0 14px; font-size: .53rem; }
  .concept-note { margin: 15px 0 22px; font-size: .56rem; }.hero-axis { display: none; }
  h2 { font-size: clamp(3.4rem, 16vw, 4.8rem); }
  .world-section, .journey-section, .age-section { padding-block: 76px 90px; }
  .world-intro { margin: 44px 0 50px; gap: 34px; }.world-intro .lead { font-size: 1.08rem; }.world-intro > div > p:not(.lead):not(.rule) { font-size: .84rem; }
  .world-frame { padding: 6px; box-shadow: 7px 7px 0 #242a2d; }.world-frame picture { aspect-ratio: 4/5; }.world-frame figcaption { font-size: .5rem; }
  .sanctuary-section, .awakening-section { min-height: 820px; }
  .sanctuary-overlay { background: linear-gradient(180deg, rgba(5,10,14,.54), transparent 34%, rgba(5,10,14,.94) 72%); }
  .sanctuary-copy, .awakening-copy { padding-top: 52px; }.sanctuary-copy > div:last-child { margin-top: 410px; }.sanctuary-copy > div:last-child > p:last-child { font-size: .82rem; line-height: 1.55; }
  .journey-grid { margin-top: 52px; gap: 46px; }.journey-grid picture { aspect-ratio: 4/5; box-shadow: -7px 7px 0 var(--crimson); }.journey-grid > div > p:not(.eyebrow) { font-size: .84rem; }
  .awakening-overlay { background: linear-gradient(180deg, rgba(3,7,14,.35), transparent 32%, rgba(3,7,14,.94) 69%); }
  .awakening-copy > div:last-child { width: 100%; margin: 410px 0 0; }.awakening-copy > div:last-child > p { font-size: .82rem; line-height: 1.55; }
  .age-grid { margin-top: 48px; gap: 45px; }.age-grid > div:first-child > p:not(.eyebrow):not(.clarification) { font-size: .84rem; }.age-art picture { aspect-ratio: 4/5; border-width: 4px; box-shadow: 7px 7px 0 var(--gold); }
  .faceoff-section, .faceoff-copy { min-height: 780px; }.faceoff-overlay { background: linear-gradient(180deg, rgba(4,7,10,.28), transparent 38%, rgba(4,7,10,.95) 72%); }.faceoff-copy { padding-bottom: 60px; }.faceoff-copy > p:last-child { font-size: .82rem; }
  .pipeline-section { padding-block: 75px; }.pipeline-grid { gap: 50px; }.pipeline-grid h2 { margin-top: 42px; }.pipeline-card { padding: 24px 19px; box-shadow: 6px 6px 0 #192b34; }.pipeline-card h3 { font-size: 1.45rem; }.pipeline-card > p:not(.state) { font-size: .82rem; }.pipeline-card dl div { grid-template-columns: 1fr; gap: 7px; }
  .final-cta { min-height: 620px; }.final-cta h2 { font-size: clamp(3.5rem, 16.5vw, 5rem); }
  footer { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
