:root {
  --ink: #0b0d0e;
  --ink-soft: #11191d;
  --ink-blue: #14212a;
  --ivory: #f0ebe1;
  --paper: #e8e1d3;
  --paper-deep: #dcd2c0;
  --gold: #c7a36a;
  --gold-bright: #e9c788;
  --silver: #c6c8c6;
  --line-dark: rgba(30, 34, 36, .18);
  --line-light: rgba(236, 230, 214, .2);
  --display: "Cinzel", "Palatino Linotype", Georgia, serif;
  --body: "Manrope", "Trebuchet MS", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--body); line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: #0d1113; background: var(--gold-bright); }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.section-shell { width: min(100% - 88px, 1320px); margin-inline: auto; }
.section-space { padding-block: 124px; }
section[id] { scroll-margin-top: 80px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; padding: 12px 18px; background: var(--gold-bright); color: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 30; background: #08090a; }
.header-inner { height: 82px; width: min(100% - 88px, 1440px); margin: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.brand-mark { width: 37px; height: 37px; display: inline-block; position: relative; border: 1px solid rgba(233, 199, 136, .7); border-radius: 50%; transform: rotate(-30deg); }
.brand-mark::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; border: 2px solid var(--gold-bright); border-right-color: transparent; border-bottom-color: transparent; }
.brand-mark::after { content: ""; position: absolute; width: 15px; height: 15px; right: 2px; bottom: 3px; border-radius: 50%; box-shadow: -4px 1px 0 1px var(--silver); }
.brand-name, .footer-brand { font: 600 20px/1 var(--display); white-space: nowrap; color: #f2eadb; }
.brand-name span, .footer-brand span { color: var(--gold); font-weight: 400; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.primary-nav a { color: #ccc8c0; font-size: 12px; font-weight: 700; transition: color .25s ease; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--gold-bright); }
.header-cta { border: 1px solid rgba(199, 163, 106, .7); padding: 11px 16px; color: var(--gold-bright); font-size: 12px; font-weight: 700; white-space: nowrap; transition: background .25s ease, color .25s ease; }
.header-cta:hover { background: var(--gold-bright); color: var(--ink); }
.header-cta span { margin-left: 14px; font-size: 16px; }
.header-rule { position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, #8c733f, #e6d1a0 48%, #99a5b0); }
.reading-progress { position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--gold-bright); z-index: 1; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 720px; min-height: min(820px, calc(100svh - 82px)); overflow: hidden; background: #0d151b; }
.hero-art, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-art { object-fit: cover; object-position: center center; }
.hero-shade { background: linear-gradient(90deg, rgba(5, 9, 13, .84) 0%, rgba(6, 11, 16, .67) 28%, rgba(7, 12, 17, .12) 72%), linear-gradient(0deg, rgba(4, 8, 12, .72), transparent 28%); }
.hero-content { position: relative; min-height: inherit; display: flex; flex-direction: column; justify-content: center; padding-block: 95px 34px; }
.hero-copy { width: min(100%, 710px); margin-top: -16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 14px; margin: 0 0 26px; color: var(--gold-bright); font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .15em; }
.eyebrow-line { display: inline-block; flex: 0 0 32px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #8b6639; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; }
h1 { font-size: 5.45rem; line-height: 1.1; margin-bottom: 28px; color: #f7f2e8; text-wrap: balance; }
h1 em, h2 em { color: var(--gold-bright); font-style: normal; }
.hero-lead { max-width: 600px; color: #e1dfd9; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 13px 22px; font-size: 12px; font-weight: 700; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 17px; line-height: 1; }
.button-gold { background: var(--gold-bright); color: #11110f; border: 1px solid var(--gold-bright); }
.button-gold:hover { background: #f4d79b; }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; transition: gap .25s ease, color .25s ease; }
.text-link:hover { gap: 23px; }
.text-link-light { color: #efe8d9; }
.text-link-light:hover { color: var(--gold-bright); }
.hero-foot { position: absolute; left: 0; right: 0; bottom: 28px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.hero-index { display: flex; align-items: center; gap: 14px; color: #e0ddd3; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.hero-index > span:first-child { font-family: var(--display); font-size: 16px; color: var(--gold-bright); letter-spacing: normal; }
.hero-index-rule { width: 34px; height: 1px; background: var(--gold); }
.art-caption { font-size: 10px; color: #e0dbd0; opacity: .85; }

.status-band { background: #10181c; border-bottom: 1px solid rgba(213, 194, 154, .14); }
.status-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.status-intro { display: flex; align-items: center; gap: 14px; }
.status-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 5px rgba(199, 163, 106, .15); }
.status-intro > span:nth-child(2) { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; white-space: nowrap; }
.status-intro strong { padding-left: 14px; border-left: 1px solid var(--line-light); color: #e3dfd5; font-size: 12px; font-weight: 600; }
.status-points { display: flex; align-items: center; gap: 0; color: #c9c8c2; font-size: 11px; font-weight: 700; }
.status-points span { padding-inline: 18px; border-right: 1px solid var(--line-light); white-space: nowrap; }
.status-points span:last-child { border: 0; padding-right: 0; }

.today { color: #222421; background: var(--paper); background-image: linear-gradient(110deg, rgba(255,255,255,.24), transparent 50%), repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(55,52,45,.025) 80px); }
.section-heading, .future-top { display: grid; grid-template-columns: 1.45fr 1fr; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-heading h2, .future-top h2 { color: #1a2325; font-size: 3.65rem; line-height: 1.18; margin: 0; }
.section-heading > p, .future-top > p { max-width: 430px; margin: 0 0 5px auto; color: #555954; font-size: 15px; line-height: 1.9; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(28, 36, 39, .18); border: 1px solid rgba(28, 36, 39, .18); }
.feature-card { position: relative; min-height: 374px; padding: 35px 35px 39px; background: #ede7db; transition: background .3s ease; }
.feature-card:hover { background: #f6f0e5; }
.feature-number { color: #85663c; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.feature-glyph { display: block; height: 65px; width: 65px; margin: 28px 0 31px; position: relative; }
.feature-glyph::before, .feature-glyph::after { content: ""; position: absolute; }
.glyph-world::before { inset: 5px 8px 7px; border: 1px solid #847050; border-radius: 50%; }
.glyph-world::after { width: 33px; height: 33px; left: 16px; top: 15px; border: 1px solid #847050; transform: rotate(45deg); }
.glyph-combat::before { width: 1px; height: 58px; background: #847050; left: 32px; top: 0; transform: rotate(40deg); }
.glyph-combat::after { width: 50px; height: 1px; background: #847050; left: 7px; top: 43px; transform: rotate(40deg); }
.glyph-hero::before { width: 42px; height: 51px; left: 12px; top: 4px; border: 1px solid #847050; clip-path: polygon(0 0, 100% 0, 100% 64%, 50% 100%, 0 64%); }
.glyph-hero::after { width: 17px; height: 17px; left: 24px; top: 16px; border: 1px solid #847050; border-radius: 50%; }
.feature-card h3 { font-size: 1.33rem; line-height: 1.45; color: #202729; margin-bottom: 14px; }
.feature-card p { max-width: 310px; color: #62635b; font-size: 13px; line-height: 1.8; margin-bottom: 0; }
.feature-rule { position: absolute; bottom: 27px; left: 35px; width: 35px; height: 1px; background: #ab824b; transition: width .3s ease; }
.feature-card:hover .feature-rule { width: 76px; }
.maker-note { display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 35px; margin-top: 50px; padding: 31px 36px; border-top: 1px solid rgba(28,36,39,.3); border-bottom: 1px solid rgba(28,36,39,.3); }
.maker-note-heading { display: flex; align-items: center; gap: 14px; color: #8b6639; font-size: 9px; font-weight: 700; line-height: 1.55; letter-spacing: .1em; }
.maker-note-heading strong { color: #2e3331; font-weight: 700; }
.maker-note-mark { flex: 0 0 43px; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #a48559; border-radius: 50%; font: 500 23px/1 var(--display); color: #947348; }
.maker-note p { max-width: 800px; margin: 0; color: #3f4643; font-size: 16px; line-height: 1.85; }

.forest { display: grid; grid-template-columns: 53% 47%; min-height: 680px; background: #10181c; }
.forest-art-wrap { position: relative; overflow: hidden; }
.forest-art-wrap img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: center; }
.forest-art-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 8, 11, .4), transparent 40%); pointer-events: none; }
.forest-image-label { position: absolute; z-index: 1; left: 44px; bottom: 34px; color: #eee6d7; font-size: 10px; font-weight: 700; letter-spacing: .11em; }
.forest-copy { display: flex; align-items: center; padding: 80px max(44px, calc((100vw - 1320px) / 2)); background: linear-gradient(145deg, #162630 0%, #10191e 55%, #0b0f11 100%); }
.forest-copy-inner { max-width: 510px; }
.forest-copy h2 { color: #f0ebdf; font-size: 3.1rem; line-height: 1.26; margin-bottom: 25px; }
.forest-copy p:not(.eyebrow) { color: #bbbcb9; font-size: 14px; line-height: 1.95; max-width: 440px; margin-bottom: 34px; }

.journey { background: #0b1013; background-image: linear-gradient(155deg, rgba(28,49,59,.5), transparent 45%), linear-gradient(0deg, rgba(6,9,10,.7), transparent 45%); }
.journey-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 90px; }
.journey-heading h2 { font-size: 3.75rem; line-height: 1.18; margin-bottom: 26px; }
.journey-heading > p:not(.eyebrow) { max-width: 390px; color: #b4b8b7; font-size: 14px; line-height: 1.9; }
.journey-interface { border-top: 1px solid rgba(218, 195, 156, .45); }
.journey-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-bottom: 1px solid var(--line-light); }
.journey-step { position: relative; min-height: 91px; padding: 19px 18px 22px; display: grid; align-content: space-between; grid-template-columns: 1fr auto; gap: 2px; background: transparent; color: #8e9698; border: 0; border-right: 1px solid var(--line-light); text-align: left; cursor: pointer; transition: color .25s ease, background .25s ease; }
.journey-step:last-child { border-right: 0; }
.journey-step:hover, .journey-step.is-active { color: var(--gold-bright); background: rgba(213, 172, 107, .06); }
.journey-step.is-active::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--gold-bright); }
.journey-step > span:first-child { grid-column: 1; font: 500 18px/1 var(--display); }
.journey-step strong { grid-column: 1; font-size: 11px; line-height: 1.3; white-space: nowrap; }
.journey-step > span:last-child { grid-column: 2; grid-row: 1 / 3; align-self: end; font-size: 16px; }
.journey-detail { min-height: 245px; padding: 36px 20px 0 0; }
.journey-detail-count { display: block; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .14em; margin-bottom: 18px; }
.journey-detail h3 { font-size: 1.7rem; color: #ede7d9; line-height: 1.4; margin-bottom: 15px; }
.journey-detail p { color: #adb6b9; font-size: 14px; line-height: 1.85; max-width: 610px; margin-bottom: 22px; }
.journey-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.journey-tags span { border: 1px solid rgba(203, 194, 173, .27); padding: 5px 10px; color: #c5c9c5; font-size: 10px; }

.future { color: #222421; background: var(--ivory); }
.future-top { margin-bottom: 68px; }
.future-top h2 em { color: #a17b48; }
.future-line { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.future-item { min-height: 232px; padding: 30px 36px 25px 0; border-right: 1px solid var(--line-dark); }
.future-item + .future-item { padding-left: 36px; }
.future-item:last-child { border-right: 0; }
.future-item > span { font: 500 27px/1 var(--display); color: #a17b48; }
.future-item h3 { margin: 38px 0 8px; font-size: 1.3rem; }
.future-item p { max-width: 245px; color: #646760; font-size: 13px; line-height: 1.8; }
.future-note { margin: 22px 0 0; color: #696c67; font-size: 11px; }

.closing { position: relative; overflow: hidden; background: #10191d; text-align: center; }
.closing::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0, transparent 119px, rgba(233,199,136,.035) 120px), linear-gradient(160deg, #132532, #0a0e10 65%); }
.closing-inner { position: relative; padding-block: 102px 110px; display: flex; align-items: center; flex-direction: column; }
.closing-symbol { position: relative; width: 58px; height: 58px; margin-bottom: 38px; border: 1px solid rgba(231,194,132,.75); border-radius: 50%; }
.closing-symbol::before { content: ""; position: absolute; width: 34px; height: 34px; top: 11px; left: 11px; border: 1px solid var(--silver); border-radius: 50%; }
.closing-symbol::after { content: ""; position: absolute; width: 1px; height: 78px; left: 28px; top: -11px; background: rgba(231,194,132,.65); transform: rotate(45deg); }
.closing h2 { max-width: 940px; font-size: 3.35rem; line-height: 1.28; margin: 0 0 35px; }
.button-outline { color: var(--gold-bright); border: 1px solid var(--gold); }
.button-outline:hover { background: var(--gold-bright); color: var(--ink); }
.button:disabled { opacity: .62; cursor: not-allowed; transform: none; }
.button-outline:disabled:hover { background: transparent; color: var(--gold-bright); }
.closing-copy { max-width: 540px; margin: -12px 0 28px; color: #bdc3c1; font-size: 14px; line-height: 1.85; }
.closing-status { margin-top: 16px; color: #858f90; font-size: 10px; }
.site-footer { background: #090b0d; border-top: 1px solid rgba(199,163,106,.2); }
.footer-inner { min-height: 120px; display: flex; align-items: center; gap: 35px; }
.footer-brand { font-size: 17px; }
.footer-inner p { margin: 0 auto; max-width: 530px; color: #929a9b; font-size: 10px; line-height: 1.65; }
.footer-inner > a:last-child { color: var(--gold); white-space: nowrap; font-size: 11px; font-weight: 700; }

.has-js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.has-js .reveal.is-visible { opacity: 1; transform: none; }
.feature-card:nth-child(2), .future-item:nth-child(2) { transition-delay: .08s; }
.feature-card:nth-child(3), .future-item:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1120px) {
  .header-inner { width: min(100% - 48px, 1440px); gap: 22px; }
  .brand-name { font-size: 17px; }
  .primary-nav { gap: 16px; }
  .header-cta { display: none; }
  .section-shell { width: min(100% - 64px, 1320px); }
  h1 { font-size: 4.65rem; }
  .forest-copy { padding-inline: 54px; }
  .forest-copy h2 { font-size: 2.65rem; }
  .journey-layout { gap: 48px; }
}

@media (max-width: 790px) {
  .site-header { position: relative; }
  .header-inner { height: 72px; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 42px; height: 42px; padding: 0; margin-left: auto; background: transparent; border: 1px solid rgba(199,163,106,.35); cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1px; background: var(--gold-bright); transition: transform .25s ease, opacity .25s ease; }
  .menu-open .menu-toggle span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 15px 32px 26px; background: #090b0d; border-bottom: 1px solid var(--gold); flex-direction: column; align-items: stretch; gap: 0; }
  .menu-open .primary-nav { display: flex; }
  .primary-nav a { padding: 15px 0; border-bottom: 1px solid var(--line-light); font-size: 13px; }
  .section-shell { width: min(100% - 48px, 1320px); }
  .hero { min-height: 680px; }
  .hero-art { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,9,13,.85), rgba(5,9,13,.42) 75%), linear-gradient(0deg, rgba(4,8,12,.72), transparent 45%); }
  .hero-content { padding-top: 85px; }
  h1 { font-size: 4rem; }
  .status-inner { padding-block: 24px; align-items: flex-start; flex-direction: column; gap: 17px; }
  .status-points { flex-wrap: wrap; }
  .status-points span:first-child { padding-left: 0; }
  .section-space { padding-block: 90px; }
  .section-heading, .future-top { display: block; }
  .section-heading h2, .future-top h2 { font-size: 3.2rem; }
  .section-heading > p, .future-top > p { margin: 25px 0 0; max-width: 620px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; }
  .feature-glyph { margin-block: 19px; }
  .maker-note { grid-template-columns: 1fr; gap: 20px; }
  .forest { grid-template-columns: 1fr; }
  .forest-art-wrap img { min-height: 470px; max-height: 540px; }
  .forest-copy { padding: 82px 32px; }
  .forest-copy h2 { font-size: 3rem; }
  .journey-layout { grid-template-columns: 1fr; gap: 36px; }
  .journey-heading h2 { font-size: 3.2rem; }
  .future-line { grid-template-columns: 1fr; }
  .future-item, .future-item + .future-item { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .future-item:last-child { border-bottom: 0; }
  .future-item h3 { margin-top: 15px; }
  .future-item p { margin-bottom: 0; max-width: 100%; }
  .closing h2 { font-size: 2.7rem; }
  .footer-inner { padding-block: 34px; align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-inner p { margin: 0; }
}

@media (max-width: 520px) {
  .section-shell { width: min(100% - 36px, 1320px); }
  .header-inner { width: min(100% - 36px, 1440px); }
  .brand-mark { width: 31px; height: 31px; }
  .brand-name { font-size: 14px; }
  .hero { min-height: 690px; min-height: calc(100svh - 72px); }
  .hero-art { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,9,13,.88), rgba(5,9,13,.5)), linear-gradient(0deg, rgba(4,8,12,.78), transparent 45%); }
  .hero-content { justify-content: center; padding-block: 74px 69px; }
  .hero-copy { margin-top: -20px; }
  .eyebrow { font-size: 9px; gap: 9px; letter-spacing: .12em; }
  .eyebrow-line { flex-basis: 23px; }
  h1 { font-size: 3.05rem; line-height: 1.16; margin-bottom: 21px; }
  .hero-lead { font-size: 14px; line-height: 1.75; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; margin-top: 25px; }
  .hero-foot { bottom: 15px; }
  .hero-index { font-size: 8px; gap: 8px; }
  .hero-index-rule { width: 17px; }
  .art-caption { display: none; }
  .status-intro { align-items: flex-start; flex-wrap: wrap; gap: 7px 12px; }
  .status-intro strong { width: 100%; border: 0; padding-left: 18px; }
  .status-points { gap: 6px 0; font-size: 10px; }
  .status-points span { padding-inline: 10px; }
  .section-space { padding-block: 72px; }
  .section-heading { margin-bottom: 37px; }
  .section-heading h2, .future-top h2 { font-size: 2.35rem; }
  .section-heading > p, .future-top > p { font-size: 13px; }
  .feature-card { padding: 27px 26px 40px; min-height: 305px; }
  .feature-rule { left: 26px; }
  .maker-note { margin-top: 35px; padding: 25px 3px; }
  .maker-note p { font-size: 14px; }
  .forest-art-wrap img { min-height: 380px; max-height: 430px; }
  .forest-image-label { left: 19px; bottom: 18px; font-size: 8px; }
  .forest-copy { padding: 67px 18px; }
  .forest-copy h2 { font-size: 2.35rem; }
  .journey-heading h2 { font-size: 2.6rem; }
  .journey-step { padding: 15px 8px; min-height: 82px; }
  .journey-step strong { font-size: 9px; white-space: normal; }
  .journey-step > span:first-child { font-size: 15px; }
  .journey-step > span:last-child { display: none; }
  .journey-detail { padding-right: 0; }
  .journey-detail h3 { font-size: 1.43rem; }
  .future-top { margin-bottom: 38px; }
  .closing-inner { padding-block: 77px 85px; }
  .closing h2 { font-size: 2.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .has-js .reveal { opacity: 1; transform: none; }
}

/* Magnarfell's current visual language: cinematic imagery, editorial fantasy
   titles and restrained game UI instead of decorative placeholder symbols. */
:root {
  --ink: #090c0e;
  --ink-soft: #11191c;
  --ink-blue: #172329;
  --ivory: #f1ebdf;
  --paper: #ddd7c9;
  --gold: #b9945d;
  --gold-bright: #e7c58e;
  --line-light: rgba(217, 199, 169, .22);
  --display: "Cormorant Garamond", Georgia, serif;
  --brand: "Cinzel", Georgia, serif;
  --ui: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Source Sans 3", sans-serif;
}

body { background: var(--ink); color: var(--ivory); font-family: var(--body); }
h1, h2, h3 { font-family: var(--display); font-weight: 600; }
h1 em, h2 em { font-style: italic; font-weight: 500; }
.section-shell { width: min(100% - 96px, 1320px); }
.section-space { padding-block: clamp(96px, 10vw, 150px); }
section[id] { scroll-margin-top: 78px; }

.site-header { background: #060809; }
.header-inner { width: min(100% - 96px, 1440px); height: 78px; gap: 42px; }
.brand-name, .footer-brand { font-family: var(--brand); font-weight: 600; letter-spacing: .035em; }
.brand-name span, .footer-brand span { font-size: .68em; letter-spacing: .16em; }
.primary-nav { gap: 34px; }
.primary-nav a, .header-cta { font: 600 16px/1 var(--ui); letter-spacing: .09em; text-transform: uppercase; }
.primary-nav a { position: relative; padding: 30px 0; color: #c9c8c2; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 19px; left: 0; height: 1px; background: var(--gold-bright); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { padding: 14px 18px; }
.header-rule { background: linear-gradient(90deg, #6f5b3e, #d3b57b 48%, #87929a); }

.hero { min-height: min(830px, calc(100svh - 78px)); }
.hero-shade { background: linear-gradient(90deg, rgba(4,8,11,.88) 0%, rgba(4,8,11,.61) 35%, rgba(4,8,11,.1) 78%), linear-gradient(0deg, rgba(4,8,11,.76), transparent 35%); }
.hero-content { padding-block: 96px 62px; }
.hero-copy { width: min(100%, 810px); margin-top: 0; }
.eyebrow { display: block; margin-bottom: 20px; color: var(--gold-bright); font: 600 16px/1.25 var(--ui); letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-line { display: none; }
h1 { max-width: 800px; margin-bottom: 24px; color: #fff9ef; font-size: clamp(4.4rem, 7.6vw, 8rem); line-height: .91; letter-spacing: -.055em; text-shadow: 0 4px 30px rgba(0,0,0,.55); }
.hero-lead { max-width: 550px; color: #e5e1d9; font-size: 18px; line-height: 1.65; text-shadow: 0 2px 12px #000; }
.hero-actions { gap: 36px; margin-top: 38px; }
.button { min-height: 56px; padding: 14px 24px; font: 700 17px/1 var(--ui); letter-spacing: .11em; text-transform: uppercase; }
.button-gold { background: var(--gold-bright); border-color: var(--gold-bright); color: #15120e; }
.button-gold:hover { background: #f2d7a6; }
.text-link { font: 600 17px/1 var(--ui); letter-spacing: .09em; text-transform: uppercase; }
.hero-foot { bottom: 30px; color: #ded7c8; font: 600 13px/1.3 var(--ui); letter-spacing: .16em; }
.art-caption { font: 400 12px/1.3 var(--body); letter-spacing: 0; }

.status-band { border-block: 1px solid rgba(224,192,139,.22); background: #0e1417; }
.status-inner { min-height: 80px; }
.status-inner > strong { color: var(--gold-bright); font: 600 16px/1 var(--ui); letter-spacing: .17em; }
.status-points { color: #d4d1c8; font: 500 16px/1 var(--ui); letter-spacing: .06em; text-transform: uppercase; }
.status-points span { padding-inline: 24px; }

.today { position: relative; isolation: isolate; color: var(--ivory); background: radial-gradient(ellipse at 90% 0%, rgba(160,123,74,.14), transparent 40%), linear-gradient(135deg, #172025, #0c1012 70%); }
.today::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .35; background: repeating-linear-gradient(112deg, transparent 0 115px, rgba(239,220,184,.025) 116px, transparent 117px); pointer-events: none; }
.section-heading, .future-top { grid-template-columns: 1.15fr .85fr; gap: 70px; margin-bottom: 62px; }
.section-heading h2, .future-top h2 { color: #f3ecdf; font-size: clamp(4.3rem, 6vw, 6.9rem); line-height: .93; letter-spacing: -.045em; }
.section-heading > p, .future-top > p { color: #c8c8c2; font-size: 18px; line-height: 1.7; }
.feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; border: 0; border-top: 1px solid rgba(218,183,124,.52); border-bottom: 1px solid var(--line-light); background: transparent; }
.feature-card { display: flex; min-height: 350px; flex-direction: column; padding: 37px 38px 34px; border-right: 1px solid var(--line-light); background: linear-gradient(150deg, rgba(255,255,255,.025), transparent 65%); }
.feature-card:first-child { border-left: 1px solid var(--line-light); }
.feature-card:hover { background: linear-gradient(150deg, rgba(185,148,93,.13), transparent 70%); }
.feature-label, .feature-end { color: var(--gold-bright); font: 600 15px/1 var(--ui); letter-spacing: .16em; }
.feature-card h3 { margin: auto 0 18px; color: #f4ede2; font-size: clamp(2.4rem, 3.1vw, 3.5rem); line-height: .98; letter-spacing: -.025em; }
.feature-card p { max-width: 310px; min-height: 90px; margin-bottom: 30px; color: #bfc3bf; font-size: 16px; line-height: 1.65; }
.feature-end { display: block; width: 100%; padding-top: 17px; border-top: 1px solid var(--line-light); color: #a6a9a4; font-size: 13px; }

.forest { min-height: 690px; }
.forest-art-wrap img { min-height: 690px; }
.forest-copy { background: radial-gradient(circle at 100% 0%, rgba(162,125,72,.09), transparent 50%), linear-gradient(145deg, #1a2a31, #0b1012 76%); }
.forest-copy h2 { font-size: clamp(3.8rem, 5vw, 5.9rem); line-height: .94; letter-spacing: -.04em; }
.forest-copy p:not(.eyebrow) { color: #c1c4c0; font-size: 17px; line-height: 1.7; }
.forest-image-label { font: 600 14px/1 var(--ui); letter-spacing: .12em; }

.journey { background: radial-gradient(ellipse at 90% 20%, rgba(41,64,72,.44), transparent 44%), #0a0f12; }
.journey-layout { grid-template-columns: minmax(270px,.72fr) minmax(0,1.28fr); gap: clamp(60px, 7vw, 120px); }
.journey-heading h2 { font-size: clamp(4rem, 5.5vw, 6.4rem); line-height: .95; letter-spacing: -.04em; }
.journey-heading > p:not(.eyebrow) { color: #babfbc; font-size: 17px; line-height: 1.7; }
.journey-interface { border-top-color: rgba(218,195,156,.54); }
.journey-steps { grid-template-columns: repeat(3, minmax(0,1fr)); }
.journey-step { display: block; min-height: 86px; padding: 18px 8px; color: #a5a9a8; font: 600 23px/1.1 var(--ui); letter-spacing: .045em; text-align: center; text-transform: uppercase; }
.journey-step:hover, .journey-step.is-active { color: var(--gold-bright); background: rgba(185,148,93,.08); }
.journey-step.is-active::after { height: 3px; }
.journey-detail { min-height: 330px; padding: 50px 34px 20px 36px; border-left: 1px solid var(--line-light); }
.journey-detail-kicker { color: var(--gold); font: 600 14px/1 var(--ui); letter-spacing: .17em; }
.journey-detail h3 { margin: 23px 0 18px; color: #f1e9dc; font-size: clamp(2.7rem, 4vw, 4.4rem); line-height: .97; }
.journey-detail p { max-width: 570px; margin-bottom: 29px; color: #b7c0c0; font-size: 17px; line-height: 1.7; }

.future { background: #ddd7c9; background-image: linear-gradient(120deg, rgba(255,255,255,.3), transparent 55%), repeating-linear-gradient(90deg, transparent 0 159px, rgba(52,52,45,.025) 160px); }
.eyebrow-dark { color: #86663b; }
.future-top h2 { color: #1b2224; }
.future-top h2 em { color: #9d7644; }
.future-top > p { color: #4f5552; }
.future-item { min-height: 215px; padding-top: 34px; }
.future-item h3 { margin: 0 0 16px; color: #202827; font-size: 2.6rem; line-height: 1; }
.future-item p { color: #565d59; font-size: 16px; line-height: 1.55; }
.future-note { font-size: 13px; }

.closing { background: linear-gradient(160deg, #192b33, #080b0d 70%); }
.closing::before { background: radial-gradient(ellipse at 50% 0%, rgba(201,157,85,.15), transparent 55%); }
.closing-inner { padding-block: 120px 125px; }
.closing h2 { font-size: clamp(4rem, 6.5vw, 7rem); line-height: .93; letter-spacing: -.045em; }
.closing-copy { margin: 0 0 30px; color: #c1c8c5; font-size: 17px; line-height: 1.7; }
.button-outline:not(:disabled):hover { color: var(--ink); background: var(--gold-bright); }
.closing-status { color: #a5afad; font-size: 13px; }
.footer-inner p { color: #a0a6a4; font-size: 12px; }
.footer-inner > a:last-child { font: 600 14px/1 var(--ui); letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1120px) {
  .header-inner { width: min(100% - 48px, 1440px); gap: 24px; }
  .primary-nav { gap: 18px; }
  .section-shell { width: min(100% - 64px, 1320px); }
  .feature-card { padding-inline: 25px; }
  .journey-layout { gap: 48px; }
}
@media (max-width: 790px) {
  .header-inner { height: 72px; }
  .primary-nav { gap: 0; }
  .primary-nav a { padding: 17px 0; }
  .primary-nav a::after { display: none; }
  .section-shell { width: min(100% - 48px, 1320px); }
  .hero { min-height: 690px; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,8,11,.9), rgba(4,8,11,.38) 85%), linear-gradient(0deg, rgba(4,8,11,.75), transparent 45%); }
  .section-space { padding-block: 92px; }
  .status-inner { padding-block: 22px; align-items: flex-start; flex-direction: column; gap: 16px; }
  .status-points span:first-child { padding-left: 0; }
  .section-heading, .future-top { display: block; margin-bottom: 45px; }
  .section-heading > p, .future-top > p { max-width: 600px; margin: 25px 0 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:first-child { min-height: 260px; border-left: 1px solid var(--line-light); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
  .feature-card:last-child { border-bottom: 0; }
  .feature-card h3 { margin-top: 34px; }
  .feature-card p { max-width: 600px; min-height: 0; }
  .forest-art-wrap img { min-height: 460px; max-height: 530px; }
  .journey-layout { grid-template-columns: 1fr; gap: 42px; }
  .journey-heading > p:not(.eyebrow) { max-width: 630px; }
  .future-item, .future-item + .future-item { min-height: 0; padding: 27px 0; }
  .future-item p { max-width: 100%; }
}
@media (max-width: 520px) {
  .section-shell, .header-inner { width: min(100% - 36px, 1320px); }
  .hero { min-height: calc(100svh - 72px); }
  .hero-shade { background: linear-gradient(90deg, rgba(4,8,11,.9), rgba(4,8,11,.5)), linear-gradient(0deg, rgba(4,8,11,.8), transparent 50%); }
  .hero-content { padding-block: 70px 78px; }
  .eyebrow { margin-bottom: 16px; font-size: 13px; }
  h1 { font-size: clamp(3.65rem, 15vw, 5.3rem); }
  .hero-lead { font-size: 16px; }
  .hero-actions { gap: 24px; margin-top: 29px; }
  .hero-foot { bottom: 18px; font-size: 11px; }
  .status-points { flex-wrap: wrap; gap: 9px 0; font-size: 13px; }
  .status-points span { padding-inline: 11px; }
  .section-space { padding-block: 76px; }
  .section-heading h2, .future-top h2 { font-size: clamp(3.5rem, 14vw, 5rem); }
  .section-heading > p, .future-top > p { font-size: 16px; }
  .feature-card { padding: 28px 26px; }
  .feature-card h3 { font-size: 3rem; }
  .forest-art-wrap img { min-height: 380px; max-height: 430px; }
  .forest-image-label { bottom: 18px; left: 18px; font-size: 11px; }
  .forest-copy h2 { font-size: 4rem; }
  .journey-heading h2 { font-size: clamp(3.8rem, 14vw, 5rem); }
  .journey-step { min-height: 68px; padding: 15px 4px; font-size: 17px; }
  .journey-detail { min-height: 0; padding: 38px 5px 0 23px; }
  .journey-detail h3 { font-size: 3rem; }
  .closing-inner { padding-block: 95px 100px; }
  .closing h2 { font-size: clamp(3.7rem, 13vw, 5rem); }
}
