:root {
  color-scheme: dark;
  --night: #070711;
  --indigo: #0d0d1a;
  --oxblood: #321419;
  --ivory: #f1e8d7;
  --copy: #b4aa9d;
  --muted: #746b66;
  --ember: #ee8b3d;
  --line: rgba(241, 232, 215, 0.15);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 78px; background: var(--night); }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ivory); background: var(--night); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { color: var(--night); background: var(--ember); }

.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 13px; color: var(--night); background: var(--ivory); font: 600 .7rem var(--sans); transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: none; }
.night-field { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.site-shell { position: relative; z-index: 2; }
.site-header { position: fixed; z-index: 20; top: 0; right: 0; left: 0; display: flex; min-height: 70px; align-items: center; justify-content: space-between; padding: max(15px, env(safe-area-inset-top)) 32px 12px; border-bottom: 1px solid rgba(241,232,215,.09); background: rgba(7,7,17,.92); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 500 .72rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { position: relative; width: 28px; height: 28px; border: 1px solid rgba(241,232,215,.23); border-radius: 50%; }
.brand-mark::after { position: absolute; top: 50%; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 8px var(--ember), 0 0 20px rgba(238,139,61,.62); content: ""; transform: translate(-50%,-50%); }
.header-nav { display: flex; align-items: center; gap: 24px; }
.header-nav a { padding-bottom: 4px; border-bottom: 1px solid rgba(241,232,215,.22); font: 500 .65rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.header-nav a:hover, .header-nav a:focus-visible { color: var(--ember); border-color: var(--ember); }

.section-map { position: fixed; z-index: 12; top: 50%; right: 25px; display: grid; gap: 17px; transform: translateY(-50%); }
.section-map::before { position: absolute; z-index: -1; top: 5px; bottom: 5px; left: 50%; width: 1px; background: var(--line); content: ""; }
.section-map a { position: relative; width: 11px; height: 11px; }
.section-map a::before { position: absolute; inset: 3px; border-radius: 50%; background: #716d72; content: ""; }
.section-map a::after { position: absolute; top: 50%; right: 22px; width: max-content; color: var(--copy); font: 500 .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; opacity: 0; content: attr(data-label); transform: translate(5px,-50%); transition: 180ms ease; }
.section-map a:hover::after, .section-map a:focus-visible::after, .section-map a[aria-current="true"]::after { opacity: 1; transform: translate(0,-50%); }
.section-map a[aria-current="true"]::before { background: var(--ember); box-shadow: 0 0 9px var(--ember); transform: scale(1.55); }

.eyebrow { margin: 0 0 20px; color: var(--ember); font: 500 .63rem/1.5 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.hero { position: relative; display: grid; min-height: 100svh; grid-template-columns: minmax(0,.85fr) minmax(390px,.72fr); gap: 8vw; align-items: center; padding: 120px 7vw 74px; border-bottom: 1px solid var(--line); }
.hero-copy { max-width: 760px; }
.hero h1 { max-width: 780px; margin: 0; font: 400 clamp(4.7rem,9vw,8.7rem)/.82 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.hero h1 em { color: var(--ember); font-weight: 400; }
.hero-intro { max-width: 630px; margin: 30px 0 0; color: var(--copy); font: 400 clamp(1.05rem,1.8vw,1.3rem)/1.55 var(--serif); }
.cta-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 35px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--ember); color: var(--night); background: var(--ember); font: 600 .68rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.button.secondary { color: var(--ivory); border-color: var(--line); background: transparent; }
.button.is-placeholder { color: var(--copy); border-color: var(--line); background: transparent; cursor: default; }
.store-note { width: 100%; margin: 2px 0 0; color: var(--muted); font: 400 .6rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.hero-image { position: relative; justify-self: end; width: min(38vw,460px); margin: 0; }
.hero-image::before { position: absolute; z-index: -1; inset: 10% -8% -4% 14%; border: 1px solid rgba(238,139,61,.2); content: ""; }
.hero-image img { width: 100%; aspect-ratio: 941/1672; object-fit: cover; filter: saturate(.82) contrast(1.05) brightness(.82); }
.hero-image figcaption, .editorial-image figcaption { margin-top: 12px; color: var(--muted); font: 400 .58rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }

.gesture { padding: 110px 7vw 118px; border-bottom: 1px solid var(--line); background: rgba(13,13,26,.74); }
.section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,.5fr); gap: 8vw; align-items: end; margin-bottom: 62px; }
.section-heading h2, .refusal-copy h2, .reciprocity h2, .legal-hero h1, .support-hero h1 { margin: 0; font: 400 clamp(3.7rem,7vw,6.6rem)/.87 var(--serif); letter-spacing: -.025em; text-wrap: balance; }
.section-heading > p { margin: 0; color: var(--copy); font-size: .87rem; line-height: 1.75; }
.beats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); }
.beat { position: relative; min-height: 360px; padding: 27px 30px 34px; border-right: 1px solid var(--line); overflow: hidden; }
.beat:last-child { border-right: 0; }
.beat-number { color: var(--ember); font: 500 .62rem var(--mono); }
.beat h3 { position: relative; z-index: 2; margin: 185px 0 12px; font: 400 2.25rem var(--serif); }
.beat p { position: relative; z-index: 2; max-width: 30ch; margin: 0; color: var(--copy); font-size: .8rem; line-height: 1.7; }
.beat-field { position: absolute; top: 54px; right: 28px; left: 28px; height: 132px; border-bottom: 2px solid var(--oxblood); }
.beat-field::before, .beat-field::after { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: rgba(241,232,215,.68); box-shadow: 42px 19px 0 rgba(241,232,215,.35), 128px 8px 0 rgba(241,232,215,.47), 191px 37px 0 rgba(241,232,215,.3); content: ""; }
.beat-field::before { top: 17px; left: 8%; }
.beat-field::after { top: 52px; left: 43%; }
.flare { position: absolute; bottom: -3px; left: var(--x,50%); width: 9px; height: 9px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 11px 4px rgba(238,139,61,.65), 0 0 30px 10px rgba(238,139,61,.18); transform: translateX(-50%); }
.beat-release .flare { animation: rise 3.6s ease-in-out infinite; }
.beat-arrive .flare { bottom: 70px; animation: arrive 3.6s ease-in-out infinite; }
@keyframes rise { 0%,20% { bottom:-3px; opacity:.9 } 62% { bottom:92px; opacity:1 } 76%,100% { bottom:112px; opacity:0 } }
@keyframes arrive { 0%,18% { bottom:-3px; opacity:0 } 35% { opacity:1 } 74% { bottom:71px; opacity:1 } 88%,100% { bottom:82px; opacity:0 } }

.refusal { display: grid; grid-template-columns: minmax(0,.85fr) minmax(360px,.65fr); gap: 8vw; align-items: center; padding: 116px 7vw; border-bottom: 1px solid var(--line); }
.refusal-copy p:last-child { max-width: 600px; margin: 28px 0 0; color: var(--copy); font-size: .92rem; line-height: 1.8; }
.refusal-list { margin: 0; border-top: 1px solid var(--line); }
.refusal-list div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.refusal-list dt { color: var(--ember); font: 500 .62rem var(--mono); }
.refusal-list dd { margin: 0; font: 400 1.65rem var(--serif); }

.reciprocity { display: grid; grid-template-columns: minmax(320px,.62fr) minmax(0,.9fr); gap: 9vw; align-items: center; padding: 112px 7vw; border-bottom: 1px solid var(--line); background: rgba(50,20,25,.22); }
.editorial-image { width: min(100%,490px); margin: 0; }
.editorial-image img { width: 100%; max-height: 76svh; object-fit: cover; filter: saturate(.8) contrast(1.04) brightness(.8); }
.reciprocity-copy { max-width: 720px; }
.compact-reciprocity { width: 100%; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.compact-reciprocity .arrival-sequence { margin-top: 22px; }
.arrival-sequence { margin-top: 38px; border-top: 1px solid var(--line); }
.arrival-sequence p { margin: 0; padding: 19px 0; border-bottom: 1px solid var(--line); font: 400 clamp(1.5rem,3vw,2.4rem)/1.2 var(--serif); }
.arrival-sequence p:last-child { color: var(--ember); }
.quiet-line { margin: 27px 0 0; color: var(--copy); font: 500 .67rem/1.6 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.facts { padding: 104px 7vw 120px; border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 52px; border-top: 1px solid var(--line); }
.fact { min-height: 190px; padding: 26px 28px 30px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact:not(:first-child) { padding-left: 28px; }
.fact:last-child { border-right: 0; }
.fact span { color: var(--ember); font: 500 .61rem var(--mono); }
.fact h3 { margin: 34px 0 10px; font: 400 1.85rem var(--serif); }
.fact p { max-width: 38ch; margin: 0; color: var(--copy); font-size: .8rem; line-height: 1.68; }
.product-close { display: grid; min-height: 62svh; place-items: center; padding: 100px 7vw; text-align: center; }
.product-close h2 { max-width: 900px; margin: 0; font: 400 clamp(4rem,8vw,7.5rem)/.85 var(--serif); text-wrap: balance; }
.product-close .cta-row { justify-content: center; }

.page-main { width: min(calc(100% - 12vw),1120px); margin: 0 auto; padding: 120px 0 60px; }
.legal-hero, .support-hero { display: grid; grid-template-columns: minmax(0,.8fr) minmax(250px,.38fr); gap: 8vw; align-items: end; padding: 30px 0 52px; border-bottom: 1px solid var(--line); }
.legal-hero .intro, .support-hero .intro { max-width: 670px; margin: 24px 0 0; color: var(--copy); font: 400 1.15rem/1.55 var(--serif); }
.page-meta { padding: 18px 0; border-top: 1px solid var(--line); color: var(--muted); font: 500 .62rem/1.55 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.page-meta strong { display: block; margin-top: 7px; color: var(--ember); font-weight: 500; }
.legal-content { padding: 30px 0 70px; }
.legal-content section { display: grid; grid-template-columns: 45px minmax(180px,.48fr) minmax(300px,1fr); gap: 26px; padding: 25px 0 28px; border-bottom: 1px solid var(--line); }
.legal-index { color: var(--ember); font: 500 .61rem var(--mono); }
.legal-content h2 { margin: 0; font: 400 1.75rem/1.08 var(--serif); }
.legal-detail p, .legal-detail li { color: var(--copy); font-size: .84rem; line-height: 1.76; }
.legal-detail p { margin: 0; }
.legal-detail p + p { margin-top: 14px; }
.legal-detail ul { margin: 0; padding-left: 1.2rem; }
.legal-detail li + li { margin-top: 8px; }
.contact-panel { display: grid; min-height: 42svh; place-items: center; padding: 75px 0; text-align: center; }
.contact-panel h2 { margin: 0; font: 400 clamp(3.6rem,7vw,6.3rem)/.88 var(--serif); text-wrap: balance; }
.contact-panel p { max-width: 630px; margin: 24px auto 0; color: var(--copy); font-size: .85rem; line-height: 1.72; }
.contact-panel .cta-row { justify-content: center; }

.support-list { padding: 30px 0 70px; }
.support-list article { display: grid; grid-template-columns: 44px minmax(210px,.48fr) minmax(300px,1fr); gap: 26px; padding: 25px 0 28px; border-bottom: 1px solid var(--line); }
.support-list span { color: var(--ember); font: 500 .61rem var(--mono); }
.support-list h2 { margin: 0; font: 400 1.75rem/1.08 var(--serif); }
.support-list p { max-width: 680px; margin: 0; color: var(--copy); font-size: .84rem; line-height: 1.76; }

.footer { display: flex; justify-content: space-between; gap: 24px; padding: 27px 0 max(28px,env(safe-area-inset-bottom)); border-top: 1px solid var(--line); color: var(--muted); font: 500 .61rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.footer a { color: var(--ember); }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 130px; }
  .hero-image { justify-self: start; width: min(72vw,430px); }
  .section-heading, .refusal, .reciprocity, .legal-hero, .support-hero { grid-template-columns: 1fr; }
  .beats, .facts-grid { grid-template-columns: 1fr; }
  .beat, .fact, .fact:not(:first-child) { min-height: 310px; padding: 26px 0 30px; border-right: 0; }
  .fact { min-height: 0; }
  .legal-content section, .support-list article { grid-template-columns: 36px 1fr; gap: 12px 16px; }
  .legal-detail, .support-list p { grid-column: 2; }
}

@media (max-width: 620px) {
  .site-header { padding-right: 18px; padding-left: 18px; }
  .header-nav { gap: 13px; }
  .header-nav a { font-size: .58rem; }
  .header-nav a:first-child { display: none; }
  .section-map { display: none; }
  .hero, .gesture, .refusal, .reciprocity, .facts, .product-close { padding-right: 20px; padding-left: 20px; }
  .hero h1 { font-size: 4.5rem; }
  .hero-image { width: min(83vw,430px); }
  .section-heading h2, .refusal-copy h2, .reciprocity h2 { font-size: 3.75rem; }
  .beat-field { right: 4px; left: 4px; }
  .page-main { width: calc(100% - 36px); padding-top: 102px; }
  .legal-hero h1, .support-hero h1 { font-size: 4rem; }
  .legal-content h2, .support-list h2 { font-size: 1.45rem; }
  .legal-detail p, .legal-detail li, .support-list p { font-size: .79rem; }
  .footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .beat-release .flare, .beat-arrive .flare { animation: none; }
  .beat-release .flare { bottom: 74px; }
  .beat-arrive .flare { bottom: 67px; }
}
