@font-face {
  font-family: "Bricolage";
  src: url("../fonts/bricolage-grotesque-var-latin.woff2?v=2026-09a") format("woff2");
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
}
:root {
  --paper: #F4F1EA;
  --paper-2: #ECE8DF;
  --navy: #2A2D57;
  --navy-soft: #4B4E7A;
  --lav: #8D8EC5;
  --lav-ink: #5A5E9C;
  --lav-pale: #C5C6E4;
  --ink-muted: #6F718A;
  --font: "Bricolage", "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--paper); color: var(--navy); font-family: var(--font); font-optical-sizing: auto; scroll-behavior: smooth; }
body { margin: 0; line-height: 1.4; overflow-x: hidden; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 3px solid var(--lav-ink); outline-offset: 4px; border-radius: .2em; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
[hidden] { display: none !important; }
.pad { padding-inline: clamp(1.25rem, 4.5vw, 4rem); }

/* header */
.top { position: absolute; inset: 0 0 auto 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: clamp(1.1rem, 2.5vw, 2rem); }
.top img { width: clamp(10rem, 15vw, 14.5rem); height: auto; display: block; }

/* stage */
.stage { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-content: center; padding-block: clamp(7rem, 16vh, 10rem) clamp(4rem, 8vh, 6rem); isolation: isolate; }
.system { position: absolute; top: 50%; left: 58%; width: min(140vh, 120vw, 1500px); aspect-ratio: 1; transform: translate(-50%, -50%); pointer-events: none; z-index: 0; }
.system svg { width: 100%; height: 100%; overflow: visible; display: block; }
.orbit { fill: none; stroke: var(--lav); stroke-width: 1.2; opacity: .5; }
.orbit.o2 { stroke-dasharray: 3 9; opacity: .6; }
.orbit.o4 { opacity: .35; }
.copy { position: relative; z-index: 2; width: fit-content; max-width: min(52vw, 50rem); padding: 1.5rem 2rem 1.5rem 0; margin: -1.5rem 0; background: radial-gradient(ellipse 58% 62% at 40% 48%, var(--paper) 70%, rgba(244, 241, 234, .7) 86%, transparent 100%); }
h1 { margin: 0; font-size: clamp(2.7rem, 7.2vw, 7.4rem); line-height: 1; font-weight: 700; font-stretch: 90%; letter-spacing: -.04em; text-wrap: balance; --reel-lh: 1em; }

h1 em { font-style: normal; color: var(--lav-ink); }
h1 .w { display: inline-block; }
h1.will-roll .w { opacity: .16; animation: wordin 1.3s ease-out forwards; }
h1.will-roll .w:nth-child(1) { animation-delay: .15s; }
h1.will-roll .w:nth-child(2) { animation-delay: .45s; }
h1.will-roll .w:nth-child(3) { animation-delay: .75s; }
h1.will-roll .w:nth-child(4) { animation-delay: 1.05s; }
@keyframes wordin { from { opacity: .16; } to { opacity: 1; } }
@keyframes ink { to { font-variation-settings: "wght" 700; } }
.cycle { display: grid; margin: clamp(1.4rem, 3vh, 2.2rem) 0 0; font-size: clamp(1.5rem, 3.3vw, 3.3rem); line-height: 1.05; font-weight: 300; font-stretch: 100%; letter-spacing: -.03em; color: var(--lav-ink); min-height: 1.2em; }
.cycle span { grid-area: 1 / 1; opacity: 0; transform: translateY(.35em); transition: opacity .7s, transform .7s cubic-bezier(.2,.7,.2,1); }
.cycle span.on { opacity: 1; transform: none; }
.cycle span.off { opacity: 0; transform: translateY(-.3em); }
.lead { margin: clamp(2rem, 4vh, 3rem) 0 0; max-width: 34ch; font-size: clamp(1.05rem, 1.25vw, 1.25rem); line-height: 1.5; color: var(--navy-soft); }
.lead strong { color: var(--navy); font-weight: 700; }
.roll { white-space: nowrap; }
.reel { display: inline-block; text-align: center; }
h1 em.pending { visibility: hidden; }
.actions { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: clamp(1.75rem, 4vh, 2.75rem); align-items: center; }
.cta { display: inline-flex; align-items: center; gap: .9rem; background: var(--navy); color: var(--paper); text-decoration: none; font-weight: 600; font-size: 1.05rem; padding: .95rem 1.5rem; border-radius: 100vmax; transition: background .2s; }
.cta:hover { background: var(--lav-ink); }
.pl { width: 1.9em; height: auto; display: block; overflow: visible; }
.motion-toggle { position: absolute; right: clamp(1.25rem, 4.5vw, 4rem); bottom: 1.4rem; z-index: 3; padding: .45rem .8rem; border: 1px solid var(--lav-ink); border-radius: 100vmax; font-size: .78rem; color: var(--navy-soft); background: var(--paper); }
.motion-toggle:not(:focus-visible) { clip-path: inset(50%); width: 1px; height: 1px; padding: 0; border: 0; overflow: hidden; white-space: nowrap; }
.motion-toggle:hover { color: var(--navy); border-color: var(--navy); }


/* balk */
.band { position: relative; overflow: hidden; background: var(--navy); color: var(--paper); }
.facts { position: relative; padding-block: clamp(2.75rem, 5.5vw, 4.5rem); }
.ticker { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; border-top: 1px solid rgba(141, 142, 197, .35); background: rgba(7, 9, 20, .18); }
.ticker-label { margin: 0; padding-block: .9rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; color: var(--lav); white-space: nowrap; }
.ticker-window { display: flex; overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent); }
.ticker-track { flex-shrink: 0; display: flex; gap: 2.75rem; list-style: none; margin: 0; padding: .9rem 1.375rem; font-size: .95rem; font-weight: 500; color: var(--lav-pale); white-space: nowrap; animation: ticker 45s linear infinite; }
.ticker-track li::before { content: ""; display: inline-block; width: .55em; height: .55em; border-radius: 50%; background: var(--lav); margin: 0 2.75rem .05em 0; vertical-align: middle; opacity: .85; }
.ticker-track li:first-child::before { content: none; }
@keyframes ticker { to { transform: translateX(-100%); } }
.ticker-window:hover .ticker-track, .ticker-window:focus-within .ticker-track, .ticker.paused .ticker-track { animation-play-state: paused; }
.ticker-pause { position: relative; margin-right: clamp(1.25rem, 4.5vw, 4rem); padding: .35rem .7rem; border: 1px solid rgba(141, 142, 197, .5); border-radius: 100vmax; font-size: .72rem; color: var(--lav-pale); }
.ticker-pause:hover { border-color: var(--lav-pale); }
.ticker-pause::before { content: ""; position: absolute; inset: -.7rem -.6rem; }
.band .facts svg { position: absolute; left: 50%; top: 50%; width: 160%; max-width: none; height: auto; transform: translate(-50%, -50%); pointer-events: none; opacity: .5; }
.facts ul { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem clamp(1.5rem, 3vw, 3rem); }
.facts li { display: grid; gap: .35rem; align-content: start; padding-left: 1.1rem; border-left: 2px solid var(--lav); }
.facts strong { font-size: clamp(2.6rem, 4.6vw, 4.8rem); line-height: .95; font-weight: 700; font-stretch: 90%; letter-spacing: -.04em; }
.facts li > span { font-size: clamp(.95rem, 1.1vw, 1.1rem); line-height: 1.35; color: var(--lav-pale); max-width: 18ch; }
.facts .num { font-variant-numeric: tabular-nums; }

/* contact */
.contact { position: relative; overflow: hidden; background: var(--paper-2); padding-block: clamp(7rem, 15vw, 13rem) clamp(6rem, 10vw, 9rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(3rem, 6vw, 7rem); align-items: start; }
.contact-art { position: relative; align-self: stretch; pointer-events: none; }
.contact-art svg { position: absolute; left: -22%; top: 34%; width: 120%; max-width: none; transform: translateY(-50%); }
.contact-body { position: relative; }
.contact-body form { margin-top: clamp(2.5rem, 4vw, 3.5rem); }
.contact h2 { margin: 0 0 1.5rem; font-size: clamp(2.6rem, 6.4vw, 6.4rem); line-height: .96; font-weight: 700; font-stretch: 90%; letter-spacing: -.04em; }
.contact h2 span { color: var(--lav-ink); font-weight: 300; font-size: .74em; }
.direct { display: grid; gap: .5rem; justify-items: start; margin-top: 1.5rem; }
.direct a { text-decoration: none; font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 500; letter-spacing: -.02em; }
.direct a:hover { color: var(--lav-ink); }
.direct small { color: var(--navy-soft); font-size: .95rem; margin-top: .5rem; }
form { display: grid; gap: 1.6rem; max-width: 34rem; }
label { font-size: .9rem; text-transform: uppercase; letter-spacing: .12em; color: var(--lav-ink); font-weight: 600; display: block; margin-bottom: .4rem; }
input, textarea { font: inherit; font-size: 1.25rem; color: var(--navy); background: transparent; border: 0; border-bottom: 2px solid var(--lav-ink); padding: .35rem 0 .55rem; border-radius: 0; width: 100%; }
textarea { resize: vertical; min-height: 6.5rem; line-height: 1.35; }
input:focus, textarea:focus { outline: none; border-bottom-color: var(--navy); }
.send { justify-self: start; display: inline-flex; align-items: center; gap: .9rem; background: var(--navy); color: var(--paper); font-weight: 600; font-size: 1.05rem; padding: .95rem 1.5rem; border-radius: 100vmax; transition: background .2s; }
.send:hover { background: var(--lav-ink); }
.send:disabled { background: var(--lav); cursor: wait; }
.honey { position: absolute; left: -9999px; }
.status { margin: 0; font-size: 1.05rem; color: var(--navy); }
.status.err { color: #8A2E3C; }
.status.ok { color: #1E6B48; font-weight: 600; }
.note { margin: 0; font-size: .9rem; color: var(--navy-soft); }
.note a { text-underline-offset: .25em; }

footer { padding-block: 1.6rem 1.9rem; display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 2.25rem; font-size: .88rem; color: var(--lav-pale); background: var(--navy); }
footer .mark { display: inline-block; width: 1.5rem; height: auto; margin-right: -.75rem; }
footer a { text-decoration: none; }
footer a:hover { text-decoration: underline; text-underline-offset: .3em; }

@media (max-width: 60rem) {
  .system { left: 72%; top: 46%; width: min(120vh, 160vw, 1100px); opacity: .75; }
  .copy { max-width: 100%; }
  .contact { grid-template-columns: 1fr; }
  .contact-art { display: none; }
  .facts ul { grid-template-columns: 1fr 1fr; }
  .ticker { grid-template-columns: 1fr auto; }
  .ticker-label { grid-column: 1 / -1; padding-bottom: 0; margin-bottom: -.4rem; }
  .band .facts svg { display: none; }
}
@media (max-width: 40rem) {
  .stage { align-content: start; padding-top: 5.75rem; padding-bottom: 3.5rem; }
  .system { position: relative; inset: auto; transform: none; width: 100%; height: 46vw; opacity: 1; margin-bottom: .75rem; }
  .system svg { position: absolute; left: 50%; top: 50%; width: 74vw; height: 74vw; transform: translate(-50%, -50%); animation: none; }
  .copy { max-width: 100%; width: auto; padding: 0; margin: 0; background: none; }
  .cycle { font-size: clamp(1.35rem, 6.4vw, 1.9rem); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cycle span { transition: none; }
  .ticker-track { animation: none; flex-wrap: wrap; white-space: normal; flex: 1 1 auto; min-width: 0; width: 100%; gap: .6rem 1.5rem; }
  .ticker-track li::before { margin-right: 1.5rem; }
  .ticker-track[aria-hidden] { display: none; }
  .ticker-window { mask-image: none; -webkit-mask-image: none; }
  .ticker-pause { display: none; }
}
