@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --navy: #061b32;
  --navy-soft: #0a2945;
  --ink: #07192b;
  --cream: #fff8df;
  --paper: #f7f1db;
  --lemon: #ffd522;
  --lime: #b7e428;
  --aqua: #29d7df;
  --orange: #ff7a1a;
  --pink: #ff4f82;
  --white: #fffef6;
  --line: rgba(7, 25, 43, 0.18);
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --radius: 1.2rem;
  --display: "Manrope", system-ui, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; transform: translateY(-180%); background: var(--white); color: var(--ink); padding: .8rem 1rem; border-radius: 999px; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; min-height: 5.5rem; display: flex; align-items: center; justify-content: space-between; padding: 1rem var(--pad); color: var(--white); background: linear-gradient(to bottom, rgba(3,15,30,.82), transparent); transition: background .3s ease, backdrop-filter .3s ease; }
.site-header.scrolled { background: rgba(4, 23, 41, .86); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font: 700 .95rem/1 var(--display); letter-spacing: -.02em; text-decoration: none; }
.brand small { display: block; margin-top: .18rem; color: var(--lemon); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.brand-mark { width: 2.45rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50% 50% 50% 12%; color: var(--navy); background: var(--lemon); font-size: 1.25rem; transform: rotate(-8deg); }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); font-size: .82rem; font-weight: 600; }
.nav-links a { text-decoration: none; }
.nav-links a:not(.nav-call) { opacity: .8; }
.nav-links a:hover { opacity: 1; }
.nav-call { border: 1px solid rgba(255,255,255,.48); border-radius: 999px; padding: .75rem 1.05rem; }
.menu-toggle { display: none; width: 2.7rem; height: 2.7rem; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: white; }
.menu-toggle span:not(.sr-only) { width: 1rem; height: 1px; background: currentColor; display: block; margin: .25rem auto; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; isolation: isolate; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-media, .hero-grade { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.hero-grade { z-index: -1; background: linear-gradient(90deg, rgba(2,13,28,.96) 0%, rgba(4,24,45,.81) 34%, rgba(3,20,38,.2) 67%, rgba(2,14,28,.25) 100%), linear-gradient(0deg, rgba(1,12,25,.72) 0%, transparent 45%); }
.hero-content { padding: clamp(8rem, 19vh, 13rem) var(--pad) clamp(5rem, 10vh, 8rem); width: min(57rem, 72vw); }
.eyebrow, .kicker { margin: 0 0 1.25rem; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--lemon); }
.hero h1 { margin: 0; font: 600 clamp(4rem, 9.6vw, 9.5rem)/.84 var(--display); letter-spacing: -.075em; text-wrap: balance; }
.hero h1 em { color: var(--lemon); font-style: normal; }
.hero-copy { max-width: 37rem; margin: 2rem 0 0; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 2rem; min-height: 3.4rem; padding: .85rem 1.25rem; border: 0; border-radius: 999px; text-decoration: none; font-size: .87rem; font-weight: 700; transition: transform .25s var(--ease), background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--navy); background: var(--lemon); }
.button-primary:hover { background: var(--lime); }
.button-dark { color: var(--white); background: var(--navy); }
.text-link { font-weight: 600; text-underline-offset: .35rem; }
.hero-stamp { position: absolute; right: var(--pad); bottom: 3.5rem; width: 8rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(3,19,36,.28); backdrop-filter: blur(10px); transform: rotate(7deg); }
.hero-stamp b { position: absolute; font: 600 2.2rem/1 var(--display); color: var(--lemon); }
.hero-stamp span { position: absolute; font-size: .52rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-stamp span:first-child { top: 1.3rem; }
.hero-stamp span:last-child { bottom: 1.3rem; }
.concept-note { position: absolute; right: var(--pad); bottom: 1rem; margin: 0; color: rgba(255,255,255,.5); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

.section-pad { padding: clamp(5rem, 10vw, 10rem) var(--pad); }
.section-index { font: 600 .7rem/1 var(--display); letter-spacing: .16em; text-transform: uppercase; }
.manifesto { position: relative; display: grid; grid-template-columns: minmax(6rem, 1fr) minmax(0, 4fr) minmax(12rem, 1.4fr); gap: 2rem; align-items: center; min-height: 90vh; overflow: hidden; background: var(--cream); }
.manifesto-copy h2, .rotation-head h2, .experiment-copy h2, .find-content h2, .closing h2 { margin: 0; font: 600 clamp(3.1rem, 7.5vw, 8rem)/.9 var(--display); letter-spacing: -.07em; }
.manifesto-copy h2 span { color: var(--orange); }
.manifesto-copy > p:last-child { max-width: 40rem; margin: 2rem 0 0 auto; font-size: clamp(1.1rem, 1.7vw, 1.45rem); line-height: 1.5; }
.orbit { position: relative; width: clamp(11rem, 16vw, 16rem); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; animation: orbit 16s linear infinite; }
.orbit span { position: absolute; inset: 29%; border-radius: 50%; background: var(--lemon); box-shadow: 0 0 0 1rem rgba(255,213,34,.18); }
.orbit i { position: absolute; padding: .35rem .6rem; border-radius: 999px; background: var(--navy); color: white; font-size: .6rem; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.orbit i:nth-of-type(1) { top: 4%; left: 20%; }
.orbit i:nth-of-type(2) { right: -8%; top: 54%; }
.orbit i:nth-of-type(3) { left: 4%; bottom: 4%; }
@keyframes orbit { to { transform: rotate(360deg); } }

.rotation { background: var(--lemon); }
.rotation-head { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 2rem; }
.rotation-head .kicker { align-self: start; }
.rotation-head > p:last-child { max-width: 25rem; margin: 0; line-height: 1.55; }
.rotation-list { border-top: 1px solid rgba(7,25,43,.28); }
.rotation-item { position: relative; min-height: 13rem; display: grid; grid-template-columns: .5fr 2fr 1fr; align-items: center; gap: 1.5rem; padding: 2rem var(--pad); border-bottom: 1px solid rgba(7,25,43,.28); overflow: hidden; }
.rotation-item > span { font: 700 .7rem/1 var(--display); }
.rotation-item h3 { position: relative; z-index: 1; margin: 0; font: 600 clamp(1.8rem, 4vw, 4.5rem)/1 var(--display); letter-spacing: -.055em; }
.rotation-item p { position: relative; z-index: 1; max-width: 18rem; line-height: 1.5; }
.rotation-item b { position: absolute; right: var(--pad); color: rgba(255,255,255,.28); font: 700 clamp(6rem, 16vw, 15rem)/1 var(--display); letter-spacing: -.08em; transform: translateY(8%); transition: transform .55s var(--ease); }
.rotation-item:hover b { transform: translate(-2rem, 8%) rotate(-3deg); }

.experiment { position: relative; background: var(--navy); color: var(--white); }
.experiment-copy { display: grid; grid-template-columns: .65fr 1.8fr 1fr; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.experiment-copy .kicker { align-self: start; color: var(--aqua); }
.experiment-copy > p:last-child { margin: 0; color: rgba(255,255,255,.65); line-height: 1.5; }
.reveal-stage { --x: 50%; --y: 50%; --r: 0px; position: relative; width: 100%; aspect-ratio: 1.563; display: block; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: clamp(1rem, 2.5vw, 2rem); background: #082038; cursor: crosshair; box-shadow: 0 2rem 6rem rgba(0,0,0,.28); }
.reveal-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.reveal-front { z-index: 2; -webkit-mask-image: radial-gradient(circle var(--r) at var(--x) var(--y), transparent 0%, transparent 54%, #000 70%); mask-image: radial-gradient(circle var(--r) at var(--x) var(--y), transparent 0%, transparent 54%, #000 70%); }
.reveal-label { position: absolute; z-index: 4; bottom: 1rem; padding: .6rem .8rem; border-radius: 999px; color: var(--white); background: rgba(3,17,32,.72); backdrop-filter: blur(10px); font: 600 .62rem/1 var(--display); letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.reveal-label-before { left: 1rem; }
.reveal-label-after { right: 1rem; background: var(--pink); }
.reveal-cursor { position: absolute; z-index: 5; left: var(--x); top: var(--y); width: 4.2rem; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--lemon); font: 700 .55rem/1 var(--display); letter-spacing: .1em; transform: translate(-50%, -50%); opacity: 0; transition: opacity .2s ease; pointer-events: none; }
.reveal-stage:hover .reveal-cursor, .reveal-stage:focus-visible .reveal-cursor, .reveal-stage[aria-pressed="true"] .reveal-cursor { opacity: 1; }
.experiment-note { position: static; margin: .8rem 0 0; text-align: right; }

.find-us { position: relative; min-height: 95vh; display: grid; align-items: center; overflow: hidden; color: var(--ink); background: var(--aqua); }
.find-number { position: absolute; inset: auto -2vw -10vw auto; color: rgba(255,255,255,.46); font: 700 min(38vw, 40rem)/.8 var(--display); letter-spacing: -.1em; }
.find-content { position: relative; z-index: 1; width: min(58rem, 85vw); }
.find-content h2 { font-size: clamp(4.2rem, 11vw, 11rem); }
.find-content > p:not(.kicker) { max-width: 35rem; font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.55; }
.find-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; margin-top: 2rem; }
.find-actions > a:not(.button) { font-weight: 700; text-underline-offset: .35rem; }

.closing { display: grid; grid-template-columns: minmax(14rem, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; min-height: 80vh; color: var(--white); background: var(--navy); }
.closing img { width: min(26rem, 100%); border-radius: 45% 45% 45% 10%; transform: rotate(-4deg); box-shadow: 1rem 1rem 0 var(--lemon); }
.closing h2 { margin-bottom: 2rem; }
.closing .kicker { color: var(--lemon); }

.site-footer { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; padding: 3rem var(--pad); border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.65); background: var(--navy); font-size: .82rem; line-height: 1.7; }
.site-footer strong, .site-footer a { color: var(--white); }
.site-footer p:last-child { text-align: right; }

.js .reveal-up { opacity: 0; transform: translateY(3rem); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .reveal-up.is-visible { opacity: 1; transform: none; }

@media (max-width: 800px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 4.8rem; left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; background: rgba(4,23,41,.96); backdrop-filter: blur(18px); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 1rem; }
  .nav-call { margin-top: .35rem; text-align: center; }
  .hero-content { width: 100%; padding-bottom: 8rem; }
  .hero-media img { object-position: 62% center; }
  .hero-grade { background: linear-gradient(90deg, rgba(2,13,28,.94), rgba(2,13,28,.45)), linear-gradient(0deg, rgba(1,12,25,.9), transparent 72%); }
  .hero h1 { font-size: clamp(3.9rem, 17vw, 7rem); }
  .hero-stamp { width: 6.4rem; right: 1.25rem; bottom: 1.8rem; }
  .hero-stamp b { font-size: 1.8rem; }
  .hero-stamp span:first-child { top: 1rem; }
  .hero-stamp span:last-child { bottom: 1rem; }
  .hero > .concept-note { left: var(--pad); right: auto; bottom: 1.2rem; }
  .manifesto { grid-template-columns: 1fr; min-height: auto; }
  .orbit { display: none; }
  .manifesto-copy > p:last-child { margin-left: 0; }
  .rotation-head, .experiment-copy { grid-template-columns: 1fr; align-items: start; }
  .rotation-head h2 { grid-row: 2; }
  .rotation-item { grid-template-columns: 2.5rem 1fr; min-height: 12rem; }
  .rotation-item p { grid-column: 2; margin-top: 0; }
  .rotation-item b { right: -1rem; font-size: 8rem; }
  .reveal-stage { aspect-ratio: 4 / 5; --x: 52%; --y: 46%; }
  .reveal-stage img { object-position: center; }
  .reveal-cursor { display: none; }
  .find-us { min-height: 85vh; }
  .find-content { width: 100%; }
  .find-number { right: -5vw; bottom: -2vw; font-size: 58vw; }
  .closing { grid-template-columns: 1fr; min-height: auto; }
  .closing img { width: min(17rem, 75vw); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer p:last-child { text-align: left; }
}

@media (max-width: 520px) {
  .site-header { min-height: 4.7rem; }
  .brand-mark { width: 2.1rem; }
  .brand { font-size: .82rem; }
  .hero-content { padding-top: 7rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section-pad { padding-top: 5rem; padding-bottom: 5rem; }
  .manifesto-copy h2, .rotation-head h2, .experiment-copy h2, .closing h2 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
  .rotation-item { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .experiment { padding-left: 0; padding-right: 0; }
  .experiment-copy, .experiment-note { margin-left: var(--pad); margin-right: var(--pad); }
  .reveal-stage { border-left: 0; border-right: 0; border-radius: 0; }
  .find-actions { align-items: flex-start; flex-direction: column; }
}

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