:root {
  --bg: #07110e;
  --bg-deep: #040a08;
  --panel: #0e1c16;
  --panel-soft: #13251c;
  --text: #f2f3e8;
  --muted: #a5b3a5;
  --line: rgba(219, 228, 189, .16);
  --gold: #d8b65d;
  --gold-bright: #f0d883;
  --mint: #b7d8bb;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(900px 480px at 82% -8%, rgba(84, 128, 87, .17), transparent 70%),
    radial-gradient(700px 380px at 15% 35%, rgba(46, 105, 77, .12), transparent 70%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E"); }
.section-shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 10; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 24px max(32px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, padding .25s ease; }
.site-header.is-scrolled { background: rgba(5, 14, 10, .88); border-color: var(--line); backdrop-filter: blur(18px); padding-block: 16px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 15px; font-weight: 800; letter-spacing: .2em; }
.wordmark span { display: grid; place-items: center; width: 26px; height: 26px; color: var(--bg); background: var(--gold-bright); border-radius: 50%; font-size: 13px; letter-spacing: 0; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a, .site-footer a { color: var(--muted); font-size: 13px; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .site-footer a:hover, .text-link:hover { color: var(--gold-bright); }
.menu-toggle { display: none; border: 1px solid var(--line); color: var(--text); background: transparent; border-radius: 999px; padding: 8px 13px; }
.hero { min-height: 790px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 8%; align-items: center; padding-top: 115px; }
.hero-copy { padding-block: 60px; }
.kicker, .section-label, .gallery-eyebrow { color: var(--gold-bright); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 750; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; }
.kicker-mark { width: 30px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; font-size: clamp(54px, 7vw, 104px); letter-spacing: -.075em; line-height: .93; margin-bottom: 28px; }
h1 em, h2 span { color: var(--gold-bright); font-style: normal; }
.hero-lede { max-width: 510px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.hero-actions, .contact-links { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; border-radius: 999px; text-decoration: none; padding: 15px 21px 15px 24px; font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button span { font-size: 18px; line-height: 0; }
.button-primary { color: #09110d; background: var(--gold-bright); }
.button-primary:hover { background: #fff0a1; transform: translateY(-2px); }
.text-link { color: var(--text); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--gold-bright); margin-left: 8px; font-size: 18px; }
.hero-meta { display: flex; gap: 20px; margin-top: 54px; color: #849385; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.hero-meta span { display: flex; align-items: center; gap: 10px; }
.hero-meta span + span::before { content: ""; width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }
.hero-art { position: relative; min-height: 610px; overflow: hidden; border: 1px solid rgba(235, 221, 153, .32); background: url("assets/room.png") center / cover no-repeat; border-radius: 4px; box-shadow: 0 24px 80px rgba(0, 0, 0, .35); }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 13, 9, .08), transparent 40%, rgba(5, 13, 9, .8)); }
.hero-art-overlay { position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(255, 247, 199, .3); pointer-events: none; }
.hero-art-note { position: absolute; z-index: 2; top: 36px; left: 38px; display: flex; align-items: center; gap: 9px; color: #f8f1cf; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #c8e28d; box-shadow: 0 0 0 5px rgba(200, 226, 141, .12); }
.hero-art-caption { position: absolute; z-index: 2; bottom: 36px; left: 38px; color: #d2ddce; font-size: 14px; line-height: 1.6; }
.hero-art-caption strong { color: #fff; font-size: 18px; }
.intro { padding-block: 150px 165px; }
.section-label { margin-bottom: 28px; color: #91a795; }
.intro-grid, .section-heading-row, .screens-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: end; }
h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 72px); letter-spacing: -.065em; line-height: .98; }
.section-lede, .section-heading-row > p, .screens-heading > div > p { max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.stat-row { display: flex; gap: 38px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.stat-row div { display: grid; gap: 3px; }
.stat-row strong { color: var(--gold-bright); font-size: 30px; letter-spacing: -.05em; }
.stat-row span { color: #829286; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.loop { padding-bottom: 175px; }
.section-heading-row { align-items: end; margin-bottom: 60px; }
.section-heading-row > p { justify-self: end; margin-bottom: 5px; text-align: right; }
.loop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.loop-card { min-height: 310px; display: flex; flex-direction: column; padding: 26px; background: var(--panel); border: 1px solid var(--line); position: relative; overflow: hidden; }
.loop-card::after { content: ""; position: absolute; right: -65px; bottom: -80px; width: 220px; height: 220px; border: 1px solid rgba(216, 182, 93, .2); border-radius: 50%; box-shadow: 0 0 0 28px rgba(216, 182, 93, .04), 0 0 0 56px rgba(216, 182, 93, .03); }
.loop-card-2 { background: linear-gradient(135deg, #102219, #1b2c21); }
.loop-card-3 { background: linear-gradient(135deg, #182118, #2d3321); }
.card-number { color: #788b7c; font-size: 11px; letter-spacing: .1em; }
.card-symbol { margin-top: auto; color: var(--gold-bright); font-size: 42px; line-height: 1; }
.loop-card h3 { margin: 18px 0 10px; font-size: 27px; letter-spacing: -.04em; }
.loop-card p { max-width: 280px; margin-bottom: 0; color: #aab9aa; font-size: 14px; line-height: 1.7; }
.screens { padding-bottom: 165px; }
.screens-heading { margin-bottom: 48px; }
.gallery-controls { display: flex; justify-content: flex-end; gap: 8px; }
.gallery-button { border: 1px solid var(--line); background: transparent; color: #8fa092; padding: 10px 16px; border-radius: 999px; cursor: pointer; font: inherit; font-size: 12px; transition: all .2s ease; }
.gallery-button:hover, .gallery-button.is-active { border-color: var(--gold); color: var(--bg); background: var(--gold-bright); }
.gallery { display: grid; grid-template-columns: 1.55fr .65fr; gap: 7%; align-items: center; }
.gallery-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--line); background: #0b1711; }
.gallery-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: opacity .25s ease, transform .5s ease; }
.gallery-frame:hover img { transform: scale(1.025); }
.gallery-frame-line { position: absolute; inset: 16px; border: 1px solid rgba(255, 250, 219, .28); pointer-events: none; }
.gallery-index { position: absolute; right: 30px; bottom: 26px; color: #fff; font-size: 11px; letter-spacing: .12em; }
.gallery-copy { padding-right: 14px; }
.gallery-eyebrow { margin-bottom: 18px; }
.gallery-copy h3 { margin-bottom: 14px; font-size: 34px; letter-spacing: -.05em; }
.gallery-copy p:not(.gallery-eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.75; }
.gallery-progress { height: 2px; margin-top: 40px; background: rgba(255,255,255,.13); }
.gallery-progress span { display: block; height: 100%; width: 33.333%; background: var(--gold-bright); transition: width .25s ease; }
.vision { padding-bottom: 165px; }
.vision-panel { padding: 75px 8%; background: linear-gradient(120deg, #14241a, #0b1711 65%); border: 1px solid var(--line); }
.vision-panel > p { max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 65px; padding-top: 24px; border-top: 1px solid var(--line); }
.roadmap-item { position: relative; display: grid; gap: 7px; padding-top: 17px; border-top: 2px solid rgba(255,255,255,.12); }
.roadmap-item::before { content: ""; position: absolute; top: -6px; left: 0; width: 10px; height: 10px; background: #314136; border: 2px solid var(--bg); border-radius: 50%; }
.roadmap-item.is-done { border-color: #93b06d; }.roadmap-item.is-done::before { background: #bddd84; }.roadmap-item.is-live { border-color: var(--gold); }.roadmap-item.is-live::before { background: var(--gold-bright); }
.roadmap-item span { color: var(--gold-bright); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.roadmap-item strong { font-size: 18px; }.roadmap-item small { color: #879688; font-size: 12px; line-height: 1.55; }
.contact { display: grid; grid-template-columns: 1fr 2fr; gap: 8%; align-items: start; padding-bottom: 150px; }
.contact-mark { display: grid; place-items: center; width: 108px; height: 108px; border: 1px solid rgba(240, 216, 131, .45); border-radius: 50%; color: var(--gold-bright); font-size: 56px; font-weight: 800; letter-spacing: -.1em; }
.contact p { color: var(--muted); font-size: 16px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding-block: 28px; border-top: 1px solid var(--line); }
.site-footer p { margin: 0; color: #718173; font-size: 11px; }
.site-footer > a:last-child { font-size: 11px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .22s; }

@media (max-width: 850px) {
  .section-shell { width: min(var(--max), calc(100% - 36px)); }
  .site-header { padding: 18px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 70px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; width: 180px; padding: 8px; background: #0b1811; border: 1px solid var(--line); }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 35px; padding-top: 135px; }.hero-copy { padding-block: 0; }.hero-art { min-height: 430px; }.intro-grid, .section-heading-row, .screens-heading, .gallery, .contact { grid-template-columns: 1fr; gap: 30px; }.section-heading-row > p { justify-self: start; text-align: left; }.gallery-controls { justify-content: flex-start; }.gallery-copy { padding: 0; }.contact-mark { width: 78px; height: 78px; font-size: 40px; }.roadmap, .loop-grid { grid-template-columns: 1fr; }.loop-card { min-height: 240px; }.vision-panel { padding: 42px 28px; }.site-footer { gap: 16px; flex-wrap: wrap; }.site-footer p { order: 3; width: 100%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.gallery-frame img { transition: none; } }
