:root {
  --black: #080808;
  --paper: #ffffff;
  --blue: #1e5bd7;
  --orange: #ef8d00;
  --rule: rgba(255,255,255,.28);
  --display: "Arial Black", "Arial Bold", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.grain { position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .045; mix-blend-mode: screen; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 80; height: 68px; padding: 0 3.2vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--rule); background: rgba(8,8,8,.88); backdrop-filter: blur(10px); }
.wordmark { font: 900 1rem/1 Arial Black, Arial, sans-serif; letter-spacing: -.055em; }
.wordmark b { color: var(--orange); }
.site-header nav { display: flex; gap: 36px; font-size: .82rem; font-weight: 800; letter-spacing: .09em; }
.site-header nav a { border-bottom: 1px solid transparent; padding: 5px 0; }
.site-header nav a:hover { border-color: currentColor; }
.edition { justify-self: end; font-size: .76rem; font-weight: 800; letter-spacing: .09em; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: #0a0a0a; }
.hero__image { position: absolute; inset: -8% 0; height: 116%; object-fit: cover; object-position: center 45%; }
.hero__wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,8,.06) 18%, rgba(8,8,8,.12) 52%, rgba(8,8,8,.84) 100%); border: 12px solid var(--black); }
.hero__splash { position: absolute; z-index: 2; width: clamp(250px, 26vw, 470px); height: auto; pointer-events: none; filter: drop-shadow(0 8px 15px rgba(0,0,0,.34)); opacity: .88; }
.hero__splash--one { top: -12%; right: -8%; transform: rotate(8deg); animation: hero-splash-in 1.2s .18s cubic-bezier(.2,.75,.25,1) both; }
.hero__splash--two { bottom: -22%; left: -9%; width: clamp(180px, 18vw, 320px); opacity: .62; transform: rotate(-24deg); animation: hero-splash-in-left 1.35s .35s cubic-bezier(.2,.75,.25,1) both; }
.hero__copy { position: absolute; z-index: 3; inset: auto 4.4vw 5.5vh; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; column-gap: 40px; text-shadow: 0 3px 22px rgba(0,0,0,.95); }
.hero__meta { grid-column: 1 / -1; margin: 0 0 18px; font-size: .82rem; line-height: 1; font-weight: 800; letter-spacing: .14em; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.8rem, 9vw, 9rem); font-weight: 900; line-height: .84; letter-spacing: -.06em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span:last-child { color: var(--paper); }
.hero__scroll { align-self: end; margin-bottom: 5px; padding: 11px 0 9px; min-width: 142px; border-top: 1px solid rgba(255,255,255,.75); border-bottom: 2px solid var(--orange); font-size: .82rem; font-weight: 900; letter-spacing: .11em; }
.hero__scroll span { float: right; margin-left: 28px; }

.ticker { overflow: hidden; background: var(--orange); color: var(--black); border-block: 1px solid var(--black); }
.ticker__track { display: flex; width: max-content; padding: 15px 0; font-family: var(--display); font-size: clamp(1.2rem, 2.1vw, 2rem); font-weight: 900; line-height: 1.05; letter-spacing: -.02em; animation: marquee 24s linear infinite; }
.ticker__track span, .ticker__track b { padding-right: 8vw; }
.ticker__track b { color: var(--paper); font-weight: 900; }

.section { position: relative; padding: 120px 5vw; }
.section-head { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 20px; padding: 12px 0 24px; border-top: 1px solid currentColor; font-size: .82rem; font-weight: 800; letter-spacing: .09em; }
.section-head p { margin: 0; }
.section-head p:last-child { text-align: right; }
.count { background: var(--paper); color: var(--black); }
.count__layout { display: grid; grid-template-columns: minmax(320px,.85fr) 1.15fr; align-items: end; gap: 7vw; margin-top: 40px; }
figure { margin: 0; }
.count__portrait { overflow: hidden; }
.count__portrait img { height: min(68vw, 760px); object-fit: cover; object-position: 50% 35%; }
figcaption { display: flex; justify-content: space-between; gap: 25px; padding-top: 12px; border-top: 1px solid currentColor; font-size: .78rem; line-height: 1.45; font-weight: 800; letter-spacing: .07em; }
.kicker { margin: 0 0 25px; padding-top: 12px; border-top: 1px solid var(--black); font-size: .84rem; font-weight: 800; letter-spacing: .1em; }
.count__copy h2 { display: flex; align-items: flex-end; gap: 24px; margin: 0; font-family: var(--display); font-size: clamp(7rem, 14vw, 14rem); font-weight: 900; line-height: .82; color: var(--blue); letter-spacing: -.06em; }
.count__copy h2 small { padding-bottom: 14px; font-family: var(--display); font-size: clamp(1.8rem, 3.2vw, 3.4rem); font-weight: 900; line-height: 1; color: var(--black); letter-spacing: -.03em; }
.count__copy h3 { margin: 46px 0 30px; font-family: var(--display); font-size: clamp(3rem, 5.4vw, 5.8rem); font-weight: 900; line-height: .98; letter-spacing: -.055em; }
.statement { margin: 0; font-size: 1rem; line-height: 1.65; letter-spacing: .025em; }

.manifesto { padding-block: 75px; background: var(--blue); }
.manifesto__line { display: flex; align-items: baseline; justify-content: space-between; padding: 24px 0 17px; border-bottom: 1px solid rgba(255,255,255,.55); }
.manifesto__line span { font-family: var(--display); font-size: clamp(2rem, 4vw, 4.6rem); font-weight: 900; line-height: 1.02; letter-spacing: -.05em; }
.manifesto__line b { color: var(--orange); font-size: .9rem; }

.fog { min-height: 98svh; overflow: hidden; display: flex; align-items: center; }
.fog > img { position: absolute; inset: -12% 0; height: 124%; object-fit: cover; }
.fog__mask { position: absolute; inset: 0; background: rgba(0,0,0,.66); }
.fog__copy { position: relative; z-index: 2; width: min(1040px, 90vw); text-shadow: 0 3px 18px rgba(0,0,0,.9); }
.fog__copy > p { padding: 12px 0; border-top: 1px solid var(--paper); font-size: .84rem; font-weight: 800; letter-spacing: .1em; }
.fog h2 { margin: 70px 0 0; font-family: var(--display); font-size: clamp(3.8rem, 7vw, 7.5rem); font-weight: 900; line-height: .95; letter-spacing: -.055em; }
.fog h2 em { color: #6e9fff; font-style: normal; }
.fog h3 { margin: 30px 0 0; font-family: var(--display); font-size: clamp(1.35rem, 2.5vw, 2.6rem); font-weight: 900; line-height: 1.05; letter-spacing: -.03em; color: var(--orange); }
.condensation { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.condensation i { position: absolute; top: -18%; width: 3px; height: 13%; background: rgba(235,245,255,.72); animation: glass-drip 9s ease-in infinite; }
.condensation i:nth-child(1) { left: 14%; animation-delay: -3s; }
.condensation i:nth-child(2) { left: 42%; height: 18%; animation-delay: -7s; }
.condensation i:nth-child(3) { left: 71%; animation-delay: -1s; }
.condensation i:nth-child(4) { left: 89%; height: 16%; animation-delay: -5s; }

.blue { background: var(--orange); color: var(--black); overflow: hidden; }
.blue__headline { position: relative; z-index: 2; max-width: 1050px; margin: 60px 0 64px; }
.blue h2 { margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 7.2vw, 7.7rem); font-weight: 900; line-height: .98; letter-spacing: -.06em; }
.blue h2 em { color: var(--paper); font-style: normal; }
.blue__image { margin-left: 22vw; position: relative; }
.blue__image img { height: min(45vw, 680px); object-fit: cover; border: 10px solid var(--black); }
.blue__image figcaption { background: var(--black); color: var(--paper); padding: 18px 20px; border: 0; align-items: center; }
.blue__image figcaption span { font-family: var(--display); font-size: 2rem; font-weight: 900; line-height: 1; color: #6e9fff; }
.blue__contract { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 22px; }
.contract__address { min-width: 0; }
.contract__address small { display: block; margin-bottom: 7px; font-size: .72rem; font-weight: 800; letter-spacing: .12em; color: rgba(255,255,255,.62); }
.contract__address code { display: block; overflow: hidden; text-overflow: ellipsis; font: 700 .9rem/1.35 Arial, Helvetica, sans-serif; letter-spacing: .015em; white-space: nowrap; }
.contract__actions { display: flex; gap: 9px; }
.contract__actions button, .contract__actions a { min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.62); background: transparent; color: var(--paper); font: 900 .78rem/1 Arial, Helvetica, sans-serif; letter-spacing: .08em; cursor: pointer; }
.contract__actions button { border-color: var(--orange); background: var(--orange); color: var(--black); }
.contract__actions button:hover, .contract__actions button:focus-visible { background: var(--paper); border-color: var(--paper); }
.contract__actions a:hover, .contract__actions a:focus-visible { background: var(--paper); color: var(--black); }
.contract__actions a span { margin-left: 12px; font: inherit; color: inherit; }
.contract__status { position: absolute; right: 20px; bottom: -27px; min-height: 18px; font: 800 .72rem/1.4 Arial, Helvetica, sans-serif !important; letter-spacing: .08em; color: var(--black) !important; }

.finale { min-height: 88svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-bottom: 18px solid var(--blue); }
.finale p { margin: 0 0 34px; padding-top: 12px; width: 240px; border-top: 1px solid currentColor; font-size: .84rem; font-weight: 800; letter-spacing: .1em; }
.finale h2 { max-width: 1180px; margin: 0 0 55px; font-family: var(--display); font-size: clamp(4.4rem, 8vw, 8.6rem); font-weight: 900; line-height: .95; letter-spacing: -.06em; }
.finale h2 em { color: var(--blue); font-style: normal; }
.finale > a { padding-bottom: 9px; border-bottom: 2px solid var(--orange); font-size: .9rem; font-weight: 900; letter-spacing: .08em; }
.finale > a span { margin-left: 28px; }

footer { min-height: 105px; padding: 28px 3.2vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; font-size: .78rem; font-weight: 800; letter-spacing: .07em; }
footer p:last-child { text-align: right; }

.splash-layer { position: fixed; inset: 0; z-index: 70; overflow: hidden; pointer-events: none; visibility: hidden; }
.splash-layer.active { visibility: visible; }
.splash { position: absolute; width: clamp(330px, 43vw, 650px); height: auto; opacity: 0; filter: drop-shadow(0 6px 8px rgba(0,0,0,.28)); transform-origin: 50% 28%; }
.splash--one { top: -7vh; right: -8vw; }
.splash--two { top: 8vh; left: -13vw; width: clamp(260px, 31vw, 470px); transform: rotate(-11deg); }
.splash-layer.active .splash--one { animation: splash-run 8.5s cubic-bezier(.28,.72,.3,1) infinite; }
.splash-layer.active .splash--two { animation: splash-run-left 8.5s 4.25s cubic-bezier(.28,.72,.3,1) infinite; }

.reveal { opacity: 1; transform: translateY(26px); transition: transform .7s cubic-bezier(.25,.75,.25,1); }
.reveal.visible { transform: translateY(0); }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes glass-drip { 0% { transform: translateY(-8vh); opacity: 0; } 12% { opacity: .75; } 75%,100% { transform: translateY(118vh) scaleY(1.45); opacity: 0; } }
@keyframes splash-run {
  0%,4% { opacity: 0; transform: translate3d(80px,-90px,0) scale(.28); }
  7% { opacity: 1; transform: translate3d(0,0,0) scale(1.08); }
  10%,46% { opacity: .96; transform: translate3d(0,0,0) scale(1); }
  68% { opacity: .92; transform: translate3d(0,22vh,0) scaleX(1) scaleY(1.13); }
  100% { opacity: 0; transform: translate3d(0,116vh,0) scaleX(.96) scaleY(1.32); }
}
@keyframes splash-run-left {
  0%,4% { opacity: 0; transform: translate3d(-70px,-60px,0) rotate(-11deg) scale(.25); }
  7% { opacity: .92; transform: translate3d(0,0,0) rotate(-11deg) scale(1.06); }
  10%,46% { opacity: .88; transform: translate3d(0,0,0) rotate(-11deg) scale(1); }
  68% { opacity: .82; transform: translate3d(0,24vh,0) rotate(-11deg) scaleY(1.12); }
  100% { opacity: 0; transform: translate3d(0,116vh,0) rotate(-11deg) scaleY(1.3); }
}
@keyframes hero-splash-in {
  from { opacity: 0; transform: translate3d(70px,-70px,0) rotate(8deg) scale(.7); }
  to { opacity: .88; transform: translate3d(0,0,0) rotate(8deg) scale(1); }
}
@keyframes hero-splash-in-left {
  from { opacity: 0; transform: translate3d(-45px,55px,0) rotate(-24deg) scale(.75); }
  to { opacity: .62; transform: translate3d(0,0,0) rotate(-24deg) scale(1); }
}

@media (max-width: 820px) {
  .site-header { height: 60px; grid-template-columns: 1fr auto; padding: 0 18px; }
  .site-header nav { display: none; }
  .edition { font-size: .7rem; }
  .hero { min-height: 92svh; }
  .hero__wash { border-width: 7px; background: linear-gradient(180deg, rgba(8,8,8,.08) 14%, rgba(8,8,8,.18) 48%, rgba(8,8,8,.9) 100%); }
  .hero__image { object-position: 43% center; }
  .hero__splash--one { top: -6%; right: -25%; width: 260px; }
  .hero__splash--two { display: none; }
  .hero__copy { inset: auto 25px 34px; grid-template-columns: 1fr auto; column-gap: 24px; }
  .hero__meta { margin-bottom: 14px; font-size: .76rem; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 6rem); line-height: .86; }
  .hero__scroll { min-width: 100px; font-size: .72rem; }
  .hero__scroll span { margin-left: 16px; }
  .section { padding: 85px 22px; }
  .section-head { grid-template-columns: 42px 1fr; }
  .section-head p:last-child { display: none; }
  .count__layout { grid-template-columns: 1fr; gap: 65px; margin-top: 25px; }
  .count__portrait img { height: 118vw; }
  .count__copy h2 { font-size: 36vw; line-height: .86; }
  .manifesto__line { align-items: flex-end; gap: 15px; }
  .manifesto__line span { font-size: 8vw; line-height: 1.08; }
  .fog { min-height: 85svh; }
  .fog > img { object-position: 70% center; }
  .fog h2 { font-size: 12vw; line-height: 1; }
  .blue__headline { margin-bottom: 55px; }
  .blue h2 { font-size: 13vw; line-height: 1.02; }
  .blue__image { margin-left: 0; }
  .blue__image img { height: 68vw; }
  .blue__contract { grid-template-columns: 1fr; gap: 17px; padding: 22px !important; }
  .contract__address code { overflow-wrap: anywhere; white-space: normal; font-size: .82rem; }
  .contract__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .contract__actions button, .contract__actions a { padding-inline: 10px; }
  .contract__status { right: 0; bottom: -26px; }
  .finale h2 { font-size: 14vw; line-height: 1; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p:last-child { text-align: center; }
}

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