:root {
  --black: #080808;
  --soft-black: #10100f;
  --panel: #141412;
  --white: #f6f4ef;
  --muted: #aaa7a0;
  --gold: #d4af37;
  --gold-light: #f4d675;
  --gold-deep: #806300;
  --line: rgba(255, 255, 255, 0.12);
  --max: 1240px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--black); background: var(--gold); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .8rem 1rem; background: var(--gold); color: #000; border-radius: 4px; }
.skip-link:focus { top: 1rem; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 10; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1.25rem, 4vw, 4rem); transition: background .35s, height .35s, border-color .35s; border-bottom: 1px solid transparent; }
.site-header.scrolled { height: 68px; background: rgba(8, 8, 8, .84); border-color: var(--line); backdrop-filter: blur(18px); }
.wordmark { font: 500 1.5rem/1 "Avenir Next", "Century Gothic", "Segoe UI", sans-serif; letter-spacing: -.06em; justify-self: start; }
.wordmark span { color: var(--gold); }
.site-header nav { display: flex; gap: 2.3rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: #d5d2ca; }
.site-header nav a, .text-link, .footer-meta a { transition: color .25s; }
.site-header nav a:hover, .site-header nav a:focus-visible, .text-link:hover, .footer-meta a:hover { color: var(--gold-light); }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 54px; padding: 0 1.6rem; border: 1px solid var(--gold); background: var(--gold); color: #0a0a09; border-radius: 100px; font-size: .82rem; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: transform .3s var(--ease), background .25s, color .25s, box-shadow .3s; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); box-shadow: 0 10px 35px rgba(212, 175, 55, .18); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.button-small { min-height: 40px; padding: 0 1.25rem; font-size: .7rem; background: transparent; color: var(--gold-light); }
.menu-button { display: none; background: none; border: 0; padding: .6rem; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px 0; background: var(--white); }

.hero { position: relative; min-height: 100svh; max-width: 1440px; margin: 0 auto; padding: 11rem clamp(1.25rem, 7vw, 6.5rem) 5rem; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 48vw; height: 48vw; right: -18vw; top: -20vw; background: radial-gradient(circle, rgba(212,175,55,.14), transparent 68%); z-index: -1; }
.hero-copy { position: relative; z-index: 2; min-width: 0; max-width: 690px; }
.eyebrow, .section-tag { margin: 0 0 2.1rem; color: var(--gold-light); font-size: .7rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .8rem; }
.eyebrow span { width: 38px; height: 1px; background: var(--gold); }
h1, h2 { margin: 0; font-family: "Avenir Next", "Century Gothic", "Segoe UI", sans-serif; font-weight: 300; letter-spacing: -.07em; line-height: .93; }
h1 { font-size: clamp(4.7rem, 9vw, 8.6rem); }
h1 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 560px; margin: 2.4rem 0 2.7rem; color: #c7c4bd; font-size: clamp(1.02rem, 1.4vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 2.2rem; }
.text-link { font-size: .8rem; color: #d7d4cd; border-bottom: 1px solid #56534e; padding-bottom: .3rem; }
.text-link span { margin-left: .5rem; color: var(--gold); }
.hero-visual { position: relative; justify-self: center; min-width: 0; width: min(100%, 520px); aspect-ratio: 5 / 6; overflow: hidden; border: 1px solid rgba(212,175,55,.32); background: #161412; box-shadow: 0 28px 80px rgba(0,0,0,.48); }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.68)), linear-gradient(90deg, rgba(8,8,8,.16), transparent 50%); }
.hero-visual::after { content: ""; position: absolute; z-index: 1; inset: 12px; pointer-events: none; border: 1px solid rgba(244,214,117,.16); }
.hero-visual-caption { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; color: var(--white); font-size: .8rem; font-weight: 500; letter-spacing: .06em; }
.hero-visual-caption small { display: block; margin-top: .4rem; color: #d6cec2; font-size: .57rem; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue { position: absolute; bottom: 2rem; left: clamp(1.25rem, 7vw, 6.5rem); color: #6f6c66; font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; display: flex; align-items: center; gap: .7rem; }
.scroll-cue span { position: relative; display: block; width: 1px; height: 36px; background: #34332f; overflow: hidden; }
.scroll-cue span::after { content: ""; position: absolute; inset: -100% 0 0; background: var(--gold); animation: scroll 2.2s ease-in-out infinite; }
@keyframes scroll { 0% { transform: translateY(0); } 60%,100% { transform: translateY(200%); } }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 5vw, 3rem); }
.manifesto { border-top: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 8vw; align-items: start; }
h2 { font-size: clamp(3.1rem, 6.4vw, 6.4rem); }
h2 span { color: var(--gold); }
.manifesto-copy { max-width: 510px; color: #bfbbb2; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.75; }
.manifesto-copy p:first-child { color: var(--white); font-size: 1.22em; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 8rem; border-top: 1px solid var(--line); }
.principle { position: relative; padding: 2.5rem 2.3rem 1rem 0; }
.principle + .principle { padding-left: 2.3rem; border-left: 1px solid var(--line); }
.principle-number { color: var(--gold); font-size: .62rem; letter-spacing: .12em; }
.principle h3 { margin: 3.5rem 0 .8rem; font: 400 1.6rem/1 "Avenir Next", "Century Gothic", "Segoe UI", sans-serif; letter-spacing: -.04em; }
.principle p { max-width: 310px; margin: 0; color: #95928b; font-size: .9rem; line-height: 1.65; }

.services { max-width: none; background: var(--white); color: #121211; padding-left: max(clamp(1.25rem, 5vw, 3rem), calc((100vw - 1240px)/2 + 3rem)); padding-right: max(clamp(1.25rem, 5vw, 3rem), calc((100vw - 1240px)/2 + 3rem)); }
.services .section-tag { color: var(--gold-deep); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 5vw; align-items: end; margin-bottom: 5rem; }
.section-heading h2 span { color: var(--gold-deep); }
.section-heading > p { max-width: 400px; margin: 0; color: #6c6962; font-size: .95rem; line-height: 1.7; }
.service-list { border-top: 1px solid #cfccc4; }
.service-card { display: grid; grid-template-columns: 50px 86px minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; min-height: 160px; border-bottom: 1px solid #cfccc4; transition: padding .4s var(--ease), background .3s; }
.service-card:hover { padding: 0 1rem; background: #eeebe4; }
.service-index { align-self: start; padding-top: 2rem; color: var(--gold-deep); font-size: .62rem; }
.service-card h3 { margin: 0 0 .55rem; font: 400 clamp(1.3rem, 2vw, 1.8rem)/1.2 "Avenir Next", "Century Gothic", "Segoe UI", sans-serif; letter-spacing: -.04em; }
.service-card p { max-width: 570px; margin: 0; color: #706d66; font-size: .85rem; line-height: 1.6; }
.status { padding: .5rem .8rem; border: 1px solid #b59a43; border-radius: 100px; color: var(--gold-deep); font-size: .56rem; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.service-icon { position: relative; width: 64px; height: 64px; border: 1px solid #d6d0c4; border-radius: 50%; display: grid; place-items: center; }
.service-icon span { position: absolute; width: 27px; height: 36px; border: 1px solid var(--gold-deep); border-radius: 50%; }
.service-icon span:nth-child(2) { transform: rotate(60deg); }
.service-icon span:nth-child(3) { transform: rotate(-60deg); }
.icon-cold span { width: 1px; height: 35px; border: 0; background: var(--gold-deep); border-radius: 0; }
.icon-cold span:nth-child(2), .icon-cold span:nth-child(3) { transform: rotate(60deg); }
.icon-cold span:nth-child(3) { transform: rotate(-60deg); }
.icon-scan span { width: 31px; height: 42px; border-radius: 45%; }
.icon-scan span:nth-child(2) { width: 43px; height: 18px; transform: none; }
.icon-face span { width: 27px; height: 39px; border-radius: 50% 50% 48% 48%; }
.icon-wave span { width: 38px; height: 15px; border: 0; border-top: 1px solid var(--gold-deep); border-radius: 50%; transform: rotate(-12deg); }
.icon-wave span:nth-child(2) { transform: translateY(8px) rotate(-12deg); }
.service-note { margin: 2rem 0 0; color: #817e77; font-size: .7rem; }

.coming { max-width: 1440px; padding-left: clamp(1.25rem, 4vw, 4rem); padding-right: clamp(1.25rem, 4vw, 4rem); }
.coming-panel { position: relative; min-height: 680px; padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; overflow: hidden; border: 1px solid rgba(212,175,55,.3); background: radial-gradient(circle at 76% 46%, rgba(212,175,55,.16), transparent 21%), linear-gradient(125deg, #121210, #090909); }
.coming-panel::before, .coming-panel::after { content: ""; position: absolute; width: 54%; aspect-ratio: 1; right: -4%; top: 50%; translate: 0 -50%; border: 1px solid rgba(212,175,55,.24); border-radius: 50%; }
.coming-panel::after { width: 38%; right: 4%; border-color: rgba(255,255,255,.08); }
.coming-panel h2 { position: relative; z-index: 2; max-width: 820px; }
.coming-glow { position: absolute; width: 12%; aspect-ratio: 1; right: 24%; top: 50%; translate: 0 -50%; border-radius: 50%; background: var(--gold); opacity: .12; filter: blur(20px); box-shadow: 0 0 80px var(--gold); }
.date-lockup { position: relative; z-index: 2; display: flex; align-items: center; gap: 1rem; margin-top: 3.5rem; }
.pin { width: 10px; aspect-ratio: 1; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(212,175,55,.14); }
.date-lockup small { display: block; margin-bottom: .35rem; color: #77746f; font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }
.date-lockup strong { color: var(--gold-light); font: 400 1rem/1 "Avenir Next", "Century Gothic", "Segoe UI", sans-serif; letter-spacing: .02em; }
.coming-copy { position: relative; z-index: 2; max-width: 450px; margin: 2.2rem 0 0; color: #a8a49d; font-size: .9rem; }

.waitlist { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; }
.waitlist-copy { position: sticky; top: 120px; }
.waitlist-copy h2 { font-size: clamp(3rem, 5.4vw, 5.5rem); }
.waitlist-copy > p:last-child { max-width: 460px; margin: 2rem 0 0; color: #98958e; }
.waitlist-form { display: grid; gap: 1.4rem; padding: clamp(1.5rem, 4vw, 3.2rem); border: 1px solid var(--line); background: var(--soft-black); }
.field { display: grid; gap: .5rem; }
.field label { color: #b3afa7; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 55px; padding: 0 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid #3b3935; border-radius: 0; outline: 0; transition: border-color .25s; }
.field input:focus, .field select:focus { border-color: var(--gold); }
.field input::placeholder { color: #64615c; }
.field select { cursor: pointer; color: #aaa69e; }
.field select option { color: #111; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: .75rem; align-items: start; color: #85827c; font-size: .72rem; line-height: 1.5; cursor: pointer; }
.consent input { width: 16px; height: 16px; accent-color: var(--gold); }
.submit-button { margin-top: .5rem; width: 100%; }
.form-note, .form-message { margin: 0; color: #6d6a64; font-size: .66rem; line-height: 1.5; }
.form-message { min-height: 1.2rem; color: var(--gold-light); }
.field.invalid input, .consent.invalid { color: #e0a597; border-color: #a86151; }

.site-footer { max-width: var(--max); margin: 0 auto; padding: 5rem clamp(1.25rem, 5vw, 3rem) 2rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 5rem; }
.wordmark-large { font-size: clamp(2.6rem, 5vw, 4.7rem); }
.footer-brand p { margin: 1rem 0 0; color: #77746e; font-size: .8rem; }
.footer-meta { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; color: #a29f98; font-size: .8rem; }
.footer-meta p { margin: 0 0 .35rem; }
.footer-bottom { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #57544f; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { position: absolute; inset: 68px 0 auto; padding: 1.5rem; display: grid; gap: 1.5rem; background: rgba(8,8,8,.96); border-bottom: 1px solid var(--line); transform: translateY(-150%); transition: transform .4s var(--ease); z-index: -1; }
  .site-header.menu-open nav { transform: none; }
  .site-header > .button { display: none; }
  .menu-button { display: block; justify-self: end; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 9rem; }
  .hero-visual { margin: 2rem auto 0; width: min(100%, 520px); }
  .scroll-cue { display: none; }
  .manifesto-grid, .section-heading, .waitlist { grid-template-columns: 1fr; }
  .manifesto-copy { margin-top: 2rem; }
  .principles { grid-template-columns: 1fr; margin-top: 5rem; }
  .principle, .principle + .principle { padding: 2rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .principle h3 { margin-top: 1.4rem; }
  .section-heading > p { margin-top: 1rem; }
  .waitlist-copy { position: static; }
}

@media (max-width: 620px) {
  .site-header { height: 68px; padding: 0 1.25rem; }
  .hero { padding: 8.5rem 1.25rem 4rem; }
  h1 { font-size: clamp(4.2rem, 21vw, 6rem); }
  .hero-lead { margin-top: 1.7rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.2rem; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .hero-visual { margin-top: 1.5rem; }
  .hero-visual-caption { left: 1.3rem; bottom: 1.3rem; }
  .section { padding-top: 6rem; padding-bottom: 6rem; }
  h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .service-card { grid-template-columns: 34px 58px 1fr; gap: .8rem; padding: 1.5rem 0; }
  .service-card:hover { padding: 1.5rem .5rem; }
  .service-index { padding-top: .3rem; align-self: center; }
  .service-icon { width: 50px; height: 50px; }
  .service-card p { font-size: .76rem; }
  .status { grid-column: 3; justify-self: start; margin-top: .3rem; }
  .coming-panel { min-height: 590px; padding: 2.3rem 1.4rem; justify-content: flex-end; }
  .coming-panel::before { width: 95%; right: -30%; top: 30%; }
  .coming-panel::after { width: 67%; right: -16%; top: 30%; }
  .coming-panel .section-tag { position: absolute; top: 2.2rem; }
  .waitlist-form { padding: 1.4rem; }
  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-meta { align-items: flex-start; }
}

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