:root {
  --ink: #1a131d;
  --paper: #fffdf8;
  --plum: #2f103c;
  --purple: #9213ff;
  --gold: #bd7600;
  --violet-soft: #f4edf7;
  --muted: #6b6570;
  --line: rgba(47, 16, 60, 0.16);
  --pad: clamp(1.25rem, 5vw, 5.5rem);
  --radius: 1.6rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--purple));
}

.site-header {
  position: fixed;
  z-index: 90;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .8rem var(--pad);
  color: white;
  background: rgba(35, 9, 46, .86);
  backdrop-filter: blur(16px) saturate(120%);
  box-shadow: 0 1px 0 rgba(255,255,255,.16), 0 10px 32px rgba(30, 7, 39, .14);
  transition: background .35s ease, color .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  color: var(--ink);
  background: rgba(255, 253, 248, .9);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--line);
}
.brand { display: inline-flex; gap: .7rem; align-items: center; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: var(--gold);
  color: white;
  font-weight: 900;
  letter-spacing: -.08em;
}
.brand-name { font-size: .72rem; font-weight: 800; line-height: 1.05; text-transform: uppercase; letter-spacing: .06em; }
nav { display: flex; align-items: center; gap: clamp(.9rem, 2.3vw, 2rem); }
nav a { font-size: .8rem; font-weight: 750; text-decoration: none; }
.nav-cta { border: 1px solid rgba(255,255,255,.72); border-radius: 999px; padding: .72rem 1rem; background: rgba(255,255,255,.1); }
.site-header.scrolled .nav-cta { border-color: var(--plum); background: transparent; }
nav a:focus-visible, .brand:focus-visible, .menu-button:focus-visible { outline: 3px solid #f4b63f; outline-offset: 4px; border-radius: .35rem; }
.menu-button { display: none; color: inherit; background: none; border: 0; font: inherit; font-weight: 800; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; background: #f6e8c8; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32, 17, 23, .36), rgba(32, 17, 23, 0) 42%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: min(44rem, 92vw); margin-left: var(--pad); padding: 7.5rem 0 5rem; }
.eyebrow { margin: 0 0 1.1rem; color: var(--gold); font-size: .77rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #f4b63f; }
h1, h2 { margin: 0; font-weight: 850; line-height: .96; letter-spacing: -.055em; }
h1 { max-width: 11ch; font-size: clamp(3.5rem, 7vw, 7.7rem); }
h1 em, h2 em { color: var(--purple); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-lede { max-width: 42rem; margin: 2rem 0; color: #4e4651; font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 3rem; border-radius: 999px; padding: .75rem 1.25rem; text-decoration: none; font-weight: 800; }
.button-primary { background: var(--plum); color: white; box-shadow: 0 12px 32px rgba(47, 16, 60, .22); }
.button-quiet { color: var(--plum); }
.scroll-cue { position: absolute; z-index: 3; right: var(--pad); bottom: 1.5rem; color: white; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.section-pad { padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.statement { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(20rem, .8fr); gap: clamp(3rem, 8vw, 8rem); }
.statement h2, .section-heading h2 { font-size: clamp(3.1rem, 6vw, 6.6rem); }
.mission-list { border-top: 1px solid var(--line); }
.mission-list article { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.mission-list span { color: var(--purple); font-weight: 900; }
.mission-list h3 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.7rem); line-height: 1.15; }

.model { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 100svh; background: var(--plum); color: white; }
.model-visual { position: relative; min-height: 42rem; overflow: hidden; }
.model-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.model-copy { align-self: center; }
.model h2 { max-width: 12ch; font-size: clamp(2.8rem, 5vw, 5.3rem); }
.steps { margin: 2rem 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.3rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li > span { color: #f4b63f; font-weight: 900; }
.steps h3 { margin: 0 0 .35rem; font-size: 1.15rem; }
.steps p { margin: 0; color: rgba(255,255,255,.68); }
.model-close { margin-top: 1.5rem; color: rgba(255,255,255,.72); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-style: italic; }

.section-heading { max-width: 68rem; }
.section-heading > p:last-child { max-width: 48rem; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.metric-line { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric { padding: 2.4rem 2rem 2.8rem 0; }
.metric + .metric { padding-left: 2rem; border-left: 1px solid var(--line); }
.metric strong { display: block; color: var(--purple); font-size: clamp(4rem, 8vw, 8rem); line-height: .9; letter-spacing: -.07em; }
.metric:nth-child(2) strong { color: var(--plum); }
.metric:nth-child(3) strong { color: var(--gold); }
.metric h3 { margin: 1.2rem 0 .45rem; font-size: 1.25rem; }
.metric p { max-width: 23rem; margin: 0; color: var(--muted); }
.conversion { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); margin-top: 4rem; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--violet-soft); }
.conversion h3 { margin: 0; color: var(--plum); font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.045em; }
.bar-row { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 0 0 2rem; font-size: .9rem; }
.bar-row span { font-weight: 800; }
.bar-row b { color: var(--purple); }
.bar-row i { position: absolute; inset: auto 0 .8rem; height: .65rem; overflow: hidden; border-radius: 999px; background: #dfd5e4; }
.bar-row i::after { content: ""; display: block; width: var(--bar); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--plum), var(--purple)); transform: scaleX(0); transform-origin: left; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.conversion.visible .bar-row i::after { transform: scaleX(1); }
.source-note { margin: 2rem 0 0; color: var(--muted); font-size: .72rem; }

.pilot { background: var(--plum); color: white; }
.pilot-intro { display: grid; grid-template-columns: .55fr 1fr; gap: 1rem 4rem; align-items: end; }
.pilot-intro .eyebrow { grid-column: 1 / -1; }
.pilot-intro h2 { font-size: clamp(3rem, 6vw, 6.5rem); }
.pilot-intro > p:last-child { max-width: 40rem; color: rgba(255,255,255,.68); font-size: 1.15rem; }
.pilot-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.18); }
.pilot-grid article { min-height: 15rem; padding: 2rem 1.5rem 1rem 0; }
.pilot-grid article + article { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.18); }
.pilot-grid span { color: #f4b63f; font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pilot-grid strong { display: block; margin-top: 1rem; font-size: clamp(3rem, 6vw, 6rem); line-height: .95; }
.pilot-grid p { max-width: 13rem; color: rgba(255,255,255,.66); }

.future { background: #fff; }
.future-track { margin-top: 4rem; border-top: 1px solid var(--line); }
.future-track article { display: grid; grid-template-columns: 4rem .55fr 1fr; gap: 1rem; align-items: center; padding: 1.35rem 0; border-bottom: 1px solid var(--line); transition: color .2s ease, padding .2s ease; }
.future-track article:hover { color: var(--purple); padding-left: .75rem; }
.future-track span { color: var(--gold); font-weight: 900; }
.future-track h3 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.7rem); }
.future-track p { margin: 0; color: var(--muted); }

.team { background: var(--violet-soft); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 4rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.team-grid article { min-height: 9rem; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.team-grid h3 { margin: 0 0 .5rem; }
.team-grid p { margin: 0; color: var(--muted); }

.contact { background: linear-gradient(125deg, #2f103c, #51126f 65%, #8d16d8); color: white; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .65fr); gap: clamp(2rem, 5vw, 6rem); align-items: end; }
.contact-grid > * { min-width: 0; }
.contact h2 { max-width: 8ch; font-size: clamp(4.5rem, 7.5vw, 8.5rem); line-height: .84; }
.contact-grid > div { display: grid; gap: .45rem; padding-bottom: .8rem; }
.contact-grid p { margin: 0 0 .8rem; color: #f4b63f; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-grid a { width: fit-content; color: white; font-size: clamp(1.2rem, 2.4vw, 2rem); text-decoration-thickness: 1px; text-underline-offset: .3em; }

.review-page { min-height: 100vh; background: var(--violet-soft); }
.review-shell { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: 2rem 0 5rem; }
.review-topbar { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.brand-dark { position: static; color: var(--ink); }
.review-back { color: var(--purple); font-weight: 850; text-underline-offset: .3em; }
.review-intro { max-width: 820px; padding: clamp(4rem, 9vw, 7rem) 0 1rem; }
.review-intro h1 { margin: .4rem 0 1rem; font-size: clamp(4rem, 11vw, 8rem); line-height: .86; letter-spacing: -.075em; }
.review-intro > p:last-child { max-width: 64ch; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.review-grid { background: rgba(255,255,255,.45); }
.review-contact { display: grid; gap: .55rem; margin-top: 2rem; padding: clamp(1.6rem, 4vw, 3rem); background: linear-gradient(125deg, #2f103c, #51126f 65%, #8d16d8); color: white; }
.review-contact h2 { margin: .2rem 0 1rem; font-size: clamp(2.3rem, 6vw, 4.5rem); }
.review-contact a { width: fit-content; color: white; font-size: clamp(1.05rem, 2.4vw, 1.6rem); text-underline-offset: .3em; overflow-wrap: anywhere; }

footer { display: flex; justify-content: space-between; padding: 1.5rem var(--pad); background: #160a1b; color: rgba(255,255,255,.7); font-size: .76rem; }
footer a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 1025px) and (max-width: 1240px) {
  .site-header { padding-inline: 2rem; }
  nav { gap: 1rem; }
  nav a { font-size: .74rem; }
  .nav-cta { padding-inline: .85rem; }
  .brand-name { display: none; }
}

@media (max-width: 1024px) {
  .site-header { padding-inline: clamp(1rem, 4vw, 2rem); }
  .menu-button { display: block; }
  nav { position: absolute; inset: 100% 1rem auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 20px 60px rgba(47,16,60,.2); }
  nav.open { display: flex; }
  nav a { padding: .9rem; }
  .nav-cta { border-color: var(--plum); background: var(--violet-soft); text-align: center; }
  .hero { min-height: 52rem; align-items: end; }
  .hero-image { object-position: 61% center; opacity: .45; }
  .hero::after { background: linear-gradient(0deg, rgba(255,253,248,.95), rgba(255,253,248,.1) 70%); }
  .hero-copy { margin: 0; padding: 8rem var(--pad) 6rem; }
  .scroll-cue { display: none; }
  .statement-grid, .model, .conversion, .pilot-intro, .contact-grid { grid-template-columns: 1fr; }
  .model-visual { min-height: 34rem; }
  .metric-line { grid-template-columns: 1fr; }
  .metric + .metric { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .pilot-grid { grid-template-columns: repeat(2, 1fr); }
  .pilot-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .pilot-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .future-track article { grid-template-columns: 3rem 1fr; }
  .future-track p { grid-column: 2; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  :root { --pad: 1.15rem; }
  .site-header { padding-block: .65rem; }
  .brand-mark { width: 2.35rem; height: 2.35rem; }
  .brand-name { font-size: .63rem; }
  h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .hero-lede { font-size: 1rem; }
  .hero { min-height: 46rem; }
  .hero-image { transform: none; }
  .hero-copy { padding-top: 7rem; }
  .button { width: 100%; }
  .section-pad { padding-block: 4.5rem; }
  .contact h2 { max-width: 100%; font-size: clamp(3.2rem, 15vw, 4.25rem); overflow-wrap: break-word; }
  .statement h2, .section-heading h2 { font-size: clamp(2.4rem, 12vw, 3.4rem); }
  .model-visual { min-height: 26rem; }
  .conversion { padding: 1.4rem; }
  .bar-row { grid-template-columns: 1fr; gap: .2rem; }
  .bar-row b { font-size: .78rem; }
  .pilot-grid, .team-grid { grid-template-columns: 1fr; }
  .pilot-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .team-grid { border-left: 0; }
  .team-grid article { border-left: 1px solid var(--line); }
  .review-shell { width: min(100% - 1.4rem, 1120px); padding-top: 1rem; }
  .review-topbar { align-items: flex-start; gap: 1rem; }
  .review-back { max-width: 8rem; text-align: right; }
  .review-intro { padding-top: 3.5rem; }
  footer { flex-direction: column; gap: .5rem; }
}

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