/* ============================================================
   ALT EVENTS — Controlled spectacle
   Energy in the room. Confidence behind the scenes.
   Design system: Archivo Variable + IBM Plex Mono
   ============================================================ */

/* ---------- Fonts ---------- */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-var-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-var-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Plex Mono";
  src: url("../fonts/plex-mono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plex Mono";
  src: url("../fonts/plex-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plex Mono";
  src: url("../fonts/plex-mono-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */

:root {
  --void: #0b0a0e;
  --rigging: #18171d;
  --rigging-hi: #211f27;
  --screen: #f1eee8;
  --screen-deep: #ded9d0;
  --muted-dark: #a8a5ae;
  --muted-light: #615e65;
  --beam: #52dff5;
  --beam-deep: #2ba8c4;
  --violet: #7447ff;
  --magenta: #e94cdf;
  --line-dark: rgba(255, 255, 255, .18);
  --line-dark-soft: rgba(255, 255, 255, .09);
  --line-light: rgba(11, 10, 14, .2);
  --line-light-soft: rgba(11, 10, 14, .1);
  --spectral: linear-gradient(115deg, #52dff5 0%, #7447ff 54%, #e94cdf 100%);
  --page: min(100% - 2 * clamp(18px, 4vw, 72px), 1480px);
  --pad: clamp(18px, 4vw, 72px);
  --header-h: 76px;
  --ease-out: cubic-bezier(.22, .8, .24, 1);
  --sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --mono: "Plex Mono", "SFMono-Regular", Consolas, monospace;
}

/* ---------- Base ---------- */

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--void);
}

body {
  margin: 0;
  background: var(--void);
  color: var(--screen);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.58;
  font-weight: 420;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body:has(.mobnav[open]) { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, summary, input, select, textarea { font: inherit; }
::selection { background: var(--beam); color: var(--void); }

section[id], div[id] { scroll-margin-top: calc(var(--header-h) + 12px); }

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 1200;
  background: var(--beam);
  color: var(--void);
  padding: 12px 18px;
  font-weight: 650;
  text-decoration: none;
  transition: top .2s var(--ease-out);
}
.skip-link:focus { top: 12px; }

:focus-visible {
  outline: 2px solid var(--beam);
  outline-offset: 3px;
  border-radius: 1px;
}
.swath-light :focus-visible,
.form-zone :focus-visible { outline-color: var(--beam-deep); }

/* ---------- Type utilities ---------- */

.mono {
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted-dark);
}
.cue::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--beam);
  flex: none;
}
.swath-light .cue { color: var(--muted-light); }

.display-hero {
  margin: 0;
  font-weight: 800;
  font-stretch: 118%;
  font-size: clamp(2.9rem, 8.2vw, 9.25rem);
  line-height: .9;
  letter-spacing: -.015em;
}

.display-page {
  margin: 0;
  font-weight: 780;
  font-stretch: 116%;
  font-size: clamp(2.6rem, 6.4vw, 7rem);
  line-height: .92;
  letter-spacing: -.012em;
}

.display-section {
  margin: 0;
  font-weight: 740;
  font-stretch: 112%;
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  line-height: .95;
  letter-spacing: -.01em;
}

.lead {
  font-size: clamp(1.16rem, 1.7vw, 1.55rem);
  line-height: 1.42;
  font-weight: 430;
}

.measure { max-width: 62ch; }
.measure-wide { max-width: 74ch; }

/* ---------- Layout utilities ---------- */

.wrap { width: var(--page); margin-inline: auto; }

.swath-light {
  background: var(--screen);
  color: var(--void);
}
.swath-light ::selection { background: var(--void); color: var(--screen); }

.swath-rigging { background: var(--rigging); }

.section { padding-block: clamp(72px, 10vw, 150px); }

.section-head {
  display: grid;
  gap: 18px;
  margin-bottom: clamp(40px, 6vw, 84px);
}
.section-head .display-section { max-width: 16ch; }
.section-head p { margin: 0; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 26px;
  font-weight: 620;
  font-size: .98rem;
  letter-spacing: .01em;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: background .22s var(--ease-out), color .22s var(--ease-out),
              border-color .22s var(--ease-out), transform .22s var(--ease-out);
}
.btn .arr { transition: transform .22s var(--ease-out); }
.btn:hover .arr, .btn:focus-visible .arr { transform: translateX(5px); }

.btn-primary {
  background: var(--screen);
  color: var(--void);
}
.btn-primary:hover, .btn-primary:focus-visible { background: #fff; }

.btn-beam {
  background: var(--beam);
  color: var(--void);
}
.btn-beam:hover, .btn-beam:focus-visible { background: #7ae8f8; }

.btn-ghost {
  background: transparent;
  color: var(--screen);
  border-color: var(--line-dark);
}
.btn-ghost:hover, .btn-ghost:focus-visible { border-color: var(--beam); color: var(--beam); }

.swath-light .btn-ghost { color: var(--void); border-color: var(--line-light); }
.swath-light .btn-ghost:hover, .swath-light .btn-ghost:focus-visible {
  border-color: var(--void);
  color: var(--void);
  background: rgba(11, 10, 14, .05);
}

.btn-dark {
  background: var(--void);
  color: var(--screen);
}
.btn-dark:hover, .btn-dark:focus-visible { background: var(--rigging-hi); }

/* ---------- Header ---------- */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 900;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background .3s var(--ease-out), border-color .3s var(--ease-out),
              transform .3s var(--ease-out);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(11, 10, 14, .86);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line-dark-soft);
}
.header-in {
  width: var(--page);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: none;
}
.wordmark img { display: block; height: 44px; width: auto; }
.footer-brand .wordmark img { height: 34px; }

.nav-desktop {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}
.nav-desktop > a {
  position: relative;
  text-decoration: none;
  font-weight: 580;
  font-size: .92rem;
  color: var(--muted-dark);
  padding: 8px 0;
  transition: color .2s var(--ease-out);
  white-space: nowrap;
}
.nav-desktop > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 1px;
  background: var(--beam);
  transition: right .25s var(--ease-out);
}
.nav-desktop > a:hover, .nav-desktop > a:focus-visible { color: var(--screen); }
.nav-desktop > a:hover::after, .nav-desktop > a:focus-visible::after,
.nav-desktop > a[aria-current="page"]::after { right: 0; }
.nav-desktop > a[aria-current="page"] { color: var(--screen); }

.header-cta { margin-left: clamp(10px, 1.4vw, 20px); }
.header-cta .btn { min-height: 44px; padding: 10px 20px; font-size: .88rem; }

/* Mobile nav — native disclosure, works without JS */
.mobnav { display: none; }
.mobnav summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 4px 8px 12px;
  cursor: pointer;
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--screen);
}
.mobnav summary::-webkit-details-marker { display: none; }
.mobnav summary .burger {
  width: 26px;
  height: 12px;
  position: relative;
}
.mobnav summary .burger::before,
.mobnav summary .burger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--screen);
  transition: transform .25s var(--ease-out), top .25s var(--ease-out);
}
.mobnav summary .burger::before { top: 0; }
.mobnav summary .burger::after { top: 10px; }
.mobnav[open] summary .burger::before { top: 5px; transform: rotate(45deg); }
.mobnav[open] summary .burger::after { top: 5px; transform: rotate(-45deg); }

.mobnav .mobnav-panel {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: rgba(11, 10, 14, .97);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  padding: 28px var(--pad) 48px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid var(--line-dark-soft);
}
.mobnav .mobnav-panel a:not(.btn) {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 0;
  text-decoration: none;
  font-weight: 720;
  font-stretch: 112%;
  font-size: clamp(1.5rem, 5.4vw, 2.1rem);
  line-height: 1.1;
  color: var(--screen);
  border-bottom: 1px solid var(--line-dark-soft);
}
.mobnav .mobnav-panel a:not(.btn) .idx {
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .14em;
  color: var(--muted-dark);
}
.mobnav .mobnav-panel a:not(.btn)[aria-current="page"] { color: var(--beam); }
.mobnav .mobnav-panel .btn { margin-top: 26px; }
.mobnav .mobnav-meta {
  margin-top: 26px;
  color: var(--muted-dark);
}

/* ---------- Hero (home) ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 42%;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(78deg, rgba(11, 10, 14, .94) 0%, rgba(11, 10, 14, .78) 30%, rgba(11, 10, 14, .28) 58%, rgba(11, 10, 14, .18) 100%),
    linear-gradient(to top, var(--void) 0%, rgba(11, 10, 14, .35) 22%, transparent 48%);
}
.hero-in {
  width: var(--page);
  margin-inline: auto;
  padding-top: calc(var(--header-h) + 40px);
  padding-bottom: clamp(28px, 4vh, 56px);
  display: grid;
  gap: clamp(22px, 3vh, 36px);
}
.hero-copy { max-width: 880px; display: grid; gap: clamp(18px, 2.4vh, 28px); }
.hero-copy .display-hero { text-wrap: balance; }
.hero-copy .lead {
  max-width: 54ch;
  color: #d9d5dd;
  margin: 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-index {
  border-top: 1px solid var(--line-dark);
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
  font-family: var(--mono);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted-dark);
}
.hero-index .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--beam);
  flex: none;
}
.hero-index .spacer { flex: 1; }

/* ---------- Route selector ---------- */

.routes {
  display: grid;
  border-top: 1px solid var(--line-dark);
}
.route-row {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  padding: clamp(26px, 3.4vw, 44px) clamp(8px, 1.4vw, 24px);
  text-decoration: none;
  border-bottom: 1px solid var(--line-dark);
  transition: background .28s var(--ease-out);
  isolation: isolate;
}
.route-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--spectral);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .3s var(--ease-out);
}
.route-row:hover, .route-row:focus-visible { background: var(--rigging); }
.route-row:hover::before, .route-row:focus-visible::before { transform: scaleY(1); }
.route-row .idx {
  font-family: var(--mono);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--muted-dark);
}
.route-row .route-title {
  margin: 0;
  font-weight: 730;
  font-stretch: 114%;
  font-size: clamp(1.65rem, 3.6vw, 3.1rem);
  line-height: 1;
  letter-spacing: -.01em;
  transition: color .25s var(--ease-out);
}
.route-row:hover .route-title, .route-row:focus-visible .route-title { color: var(--beam); }
.route-row .route-sub {
  grid-column: 2;
  margin: 6px 0 0;
  color: var(--muted-dark);
  font-size: .98rem;
  max-width: 56ch;
}
.route-row .arr {
  font-size: 1.6rem;
  color: var(--muted-dark);
  transition: transform .25s var(--ease-out), color .25s var(--ease-out);
}
.route-row:hover .arr, .route-row:focus-visible .arr { transform: translateX(8px); color: var(--beam); }
.route-row { grid-template-rows: auto auto; }
.route-row .idx { grid-row: 1; }
.route-row .route-title { grid-row: 1; }
.route-row .arr { grid-row: 1 / span 2; align-self: center; }

/* ---------- Positioning statement ---------- */

.statement {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
  gap: clamp(36px, 6vw, 110px);
  align-items: start;
}
.statement .display-section { max-width: 14ch; }
.statement-copy { display: grid; gap: 22px; padding-top: 10px; }
.statement-copy p { margin: 0; color: #3c3a41; }
.statement-copy .lead { color: var(--void); }

/* ---------- Capability stories ---------- */

.caps { display: grid; gap: clamp(56px, 8vw, 120px); }
.cap {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(28px, 4.5vw, 80px);
  align-items: center;
}
.cap:nth-child(even) { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.cap:nth-child(even) .cap-media { order: 2; }
.cap-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-dark-soft);
}
.cap-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .8s var(--ease-out);
}
.cap:hover .cap-media img { transform: scale(1.03); }
.cap-media .cap-tag {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 7px 11px;
  background: rgba(11, 10, 14, .78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--beam);
}
.cap-copy { display: grid; gap: 18px; align-content: center; }
.cap-copy h3 {
  margin: 0;
  font-weight: 730;
  font-stretch: 112%;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -.01em;
}
.cap-copy p { margin: 0; color: var(--muted-dark); max-width: 52ch; }
.text-link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--beam);
  text-decoration: none;
  font-weight: 620;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(82, 223, 245, .4);
  transition: border-color .2s var(--ease-out), gap .2s var(--ease-out);
}
.text-link:hover, .text-link:focus-visible { border-color: var(--beam); gap: 16px; }

/* ---------- Full-bleed media moment ---------- */

.media-full {
  position: relative;
  margin: 0;
  isolation: isolate;
  overflow: hidden;
}
.media-full img {
  width: 100%;
  height: clamp(380px, 72vh, 760px);
  object-fit: cover;
}
.media-full figcaption {
  position: absolute;
  left: var(--pad);
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--screen);
  text-shadow: 0 1px 12px rgba(11, 10, 14, .8);
}
.media-full figcaption .rule {
  width: 34px;
  height: 1px;
  background: var(--beam);
}
.media-full .frame-corner {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(82, 223, 245, .65);
}
.media-full .fc-tl { top: 18px; left: var(--pad); border-width: 1px 0 0 1px; }
.media-full .fc-br { bottom: 18px; right: var(--pad); border-width: 0 1px 1px 0; }

/* ---------- Possibilities (work) grid ---------- */

.poss-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(14px, 1.8vw, 26px);
}
.poss {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid var(--line-dark-soft);
  isolation: isolate;
}
.poss img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease-out), filter .7s var(--ease-out);
}
.poss:hover img, .poss:focus-visible img { transform: scale(1.04); }
.poss .poss-label {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px;
  background: linear-gradient(to top, rgba(11, 10, 14, .92), transparent);
  display: grid;
  gap: 5px;
}
.poss .poss-label .mono { color: var(--beam); }
.poss .poss-label .t {
  font-weight: 720;
  font-stretch: 112%;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.05;
}
.poss-a { grid-column: span 7; aspect-ratio: 16 / 10; }
.poss-b { grid-column: span 5; }
.poss-c { grid-column: span 5; }
.poss-d { grid-column: span 7; aspect-ratio: 16 / 10; }

/* ---------- Reliability ---------- */

.reliability-in {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(40px, 6vw, 110px);
  align-items: start;
}
.rel-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}
.rel-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}
.rel-list .rel-no {
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--beam);
  padding-top: 5px;
}
.rel-list h3 {
  margin: 0;
  font-weight: 680;
  font-stretch: 108%;
  font-size: 1.22rem;
  line-height: 1.2;
}
.rel-list p {
  grid-column: 2;
  margin: 0;
  color: var(--muted-dark);
  font-size: .96rem;
  max-width: 52ch;
}

/* ---------- Process ---------- */

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-light);
}
.step {
  padding: clamp(22px, 2.6vw, 36px) clamp(16px, 2vw, 30px) clamp(26px, 3vw, 42px);
  border-bottom: 1px solid var(--line-light);
  border-right: 1px solid var(--line-light);
  display: grid;
  gap: 14px;
  align-content: start;
  position: relative;
}
.step:last-child { border-right: 0; }
.step .step-no {
  font-weight: 800;
  font-stretch: 122%;
  font-size: clamp(2.4rem, 4.4vw, 4rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(11, 10, 14, .5);
}
.step h3 {
  margin: 0;
  font-weight: 730;
  font-stretch: 112%;
  font-size: 1.35rem;
}
.step p { margin: 0; color: #3c3a41; font-size: .97rem; }
.step .mono { color: var(--muted-light); }

/* ---------- FAQ ---------- */

.faq { border-top: 1px solid var(--line-light); }
.faq details {
  border-bottom: 1px solid var(--line-light);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 4px;
  font-weight: 640;
  font-stretch: 106%;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.3;
  transition: color .2s var(--ease-out);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--beam-deep); }
.faq summary .plus {
  flex: none;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 400;
  font-size: 1.2rem;
  transition: transform .25s var(--ease-out), background .25s var(--ease-out), color .25s var(--ease-out);
}
.faq details[open] summary .plus {
  transform: rotate(45deg);
  background: var(--void);
  color: var(--screen);
  border-color: var(--void);
}
.faq .faq-a {
  padding: 0 4px 26px;
  max-width: 68ch;
  color: #3c3a41;
}
.faq .faq-a p { margin: 0 0 12px; }

/* ---------- Closing CTA ---------- */

.cta-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: left;
}
.cta-final::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  z-index: -1;
  background:
    radial-gradient(52% 60% at 18% 78%, rgba(82, 223, 245, .16), transparent 62%),
    radial-gradient(46% 56% at 82% 22%, rgba(116, 71, 255, .2), transparent 64%),
    radial-gradient(38% 44% at 64% 86%, rgba(233, 76, 223, .1), transparent 60%);
}
.cta-beam {
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--spectral);
  opacity: .85;
}
.cta-in {
  width: var(--page);
  margin-inline: auto;
  display: grid;
  gap: clamp(26px, 4vh, 44px);
}
.cta-in .display-section { max-width: 15ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.cta-note { color: var(--muted-dark); margin: 0; max-width: 52ch; }

/* ---------- Footer ---------- */

.site-footer {
  border-top: 1px solid var(--line-dark);
  background: var(--void);
}
.footer-grid {
  width: var(--page);
  margin-inline: auto;
  padding: clamp(48px, 6vw, 88px) 0 40px;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 2fr) minmax(0, 2fr);
  gap: clamp(32px, 4vw, 72px);
}
.footer-brand { display: grid; gap: 18px; align-content: start; justify-items: start; }
.footer-brand p { margin: 0; color: var(--muted-dark); max-width: 38ch; font-size: .96rem; }
.footer-col { display: grid; gap: 12px; align-content: start; }
.footer-col .mono { color: var(--muted-dark); margin-bottom: 6px; }
.footer-col a {
  color: #cfccd4;
  text-decoration: none;
  font-size: .96rem;
  padding: 3px 0;
  transition: color .2s var(--ease-out);
}
.footer-col a:hover, .footer-col a:focus-visible { color: var(--beam); }
.footer-bottom {
  width: var(--page);
  margin-inline: auto;
  border-top: 1px solid var(--line-dark-soft);
  padding: 22px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  align-items: center;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted-dark);
}
.footer-bottom a { color: var(--muted-dark); text-decoration: none; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--beam); }

/* ---------- Page hero (interior) ---------- */

.page-hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(56px, 9vh, 120px));
  padding-bottom: clamp(48px, 7vh, 96px);
  isolation: isolate;
  overflow: hidden;
}
.page-hero.has-media {
  min-height: 62svh;
  display: flex;
  align-items: flex-end;
}
.page-hero .ph-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.page-hero .ph-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero .ph-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(75deg, rgba(11, 10, 14, .92) 0%, rgba(11, 10, 14, .62) 42%, rgba(11, 10, 14, .2) 100%),
    linear-gradient(to top, var(--void) 0%, transparent 40%);
}
.page-hero .ph-in {
  width: var(--page);
  margin-inline: auto;
  display: grid;
  gap: 22px;
}
.page-hero .lead { color: #d9d5dd; max-width: 56ch; margin: 0; }
.page-hero.no-media .lead { color: var(--muted-dark); }
.crumb {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted-dark);
}
.crumb a { color: inherit; text-decoration: none; }
.crumb a:hover, .crumb a:focus-visible { color: var(--beam); }

/* ---------- Forms ---------- */

.form-zone { background: var(--screen); color: var(--void); }
.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
.qform { display: grid; gap: 22px; }
.qform .frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.field { display: grid; gap: 8px; }
.field label {
  font-family: var(--mono);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted-light);
}
.field label .req { color: #b03a2e; }
.field input,
.field select,
.field textarea {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line-light);
  border-radius: 2px;
  padding: 14px 15px;
  color: var(--void);
  font-size: 1rem;
  transition: border-color .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--void);
  box-shadow: 0 0 0 3px rgba(82, 223, 245, .45);
}
.field .hint { font-size: .84rem; color: var(--muted-light); }
.field .err {
  display: none;
  font-size: .84rem;
  font-weight: 600;
  color: #b03a2e;
}
.field.invalid input, .field.invalid select, .field.invalid textarea {
  border-color: #b03a2e;
  box-shadow: 0 0 0 3px rgba(176, 58, 46, .18);
}
.field.invalid .err { display: block; }
.qform .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: grid; gap: 10px; }
.form-note {
  border: 1px dashed var(--line-light);
  padding: 14px 16px;
  font-size: .88rem;
  color: var(--muted-light);
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.form-note .mono { color: var(--beam-deep); flex: none; }
.form-success {
  display: none;
  border: 1px solid var(--void);
  padding: clamp(24px, 3vw, 40px);
  gap: 14px;
  background: #fff;
}
.form-success.show { display: grid; }
.form-success h3 { margin: 0; font-size: 1.5rem; font-weight: 730; font-stretch: 110%; }
.form-success p { margin: 0; color: #3c3a41; }

.contact-aside { display: grid; gap: 26px; }
.contact-card {
  border: 1px solid var(--line-light);
  padding: clamp(20px, 2.4vw, 30px);
  display: grid;
  gap: 8px;
  background: #fff;
}
.contact-card .mono { color: var(--muted-light); }
.contact-card .big {
  font-weight: 730;
  font-stretch: 112%;
  font-size: 1.3rem;
  margin: 0;
}
.contact-card p { margin: 0; color: #3c3a41; font-size: .95rem; }
.contact-card .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  border: 1px solid var(--line-light);
  padding: 6px 12px;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted-light);
}
.contact-card .status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--beam-deep);
}

/* ---------- Reveal motion ---------- */

.reveal { opacity: 1; transform: none; }
.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}
.reveal-ready .reveal.in { opacity: 1; transform: none; }
.reveal-ready .reveal[data-delay="1"] { transition-delay: .08s; }
.reveal-ready .reveal[data-delay="2"] { transition-delay: .16s; }
.reveal-ready .reveal[data-delay="3"] { transition-delay: .24s; }

.reveal-ready .shutter { position: relative; }
.reveal-ready .shutter::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--void);
  transform-origin: top;
  transition: transform .9s var(--ease-out);
  z-index: 2;
  pointer-events: none;
}
.reveal-ready .shutter.in::after { transform: scaleY(0); }

/* ---------- View transitions ---------- */

@view-transition { navigation: auto; }

/* ---------- Reduced motion ---------- */

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

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1240px) {
  .nav-desktop a { font-size: .88rem; }
}

@media (max-width: 1120px) {
  .nav-desktop { display: none; }
  .mobnav { display: block; }
}

@media (min-width: 1121px) {
  .mobnav .mobnav-panel { display: none; }
}

/* Tablet */
@media (max-width: 980px) {
  .statement { grid-template-columns: 1fr; gap: 28px; }
  .statement .display-section { max-width: 20ch; }

  .cap, .cap:nth-child(even) { grid-template-columns: 1fr; gap: 24px; }
  .cap:nth-child(even) .cap-media { order: 0; }

  .reliability-in { grid-template-columns: 1fr; gap: 36px; }

  .process { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(1), .step:nth-child(2) { border-bottom: 1px solid var(--line-light); }

  .poss-a, .poss-b, .poss-c, .poss-d { grid-column: span 12; aspect-ratio: 16 / 9; }

  .form-grid { grid-template-columns: 1fr; gap: 40px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

/* Mobile */
@media (max-width: 720px) {
  body { font-size: 16px; }

  :root { --header-h: 66px; }

  .wordmark img { height: 36px; }
  .header-cta { display: none; }

  .hero { min-height: 100svh; }
  .hero-media img { object-position: 72% 40%; }
  .hero-media::after {
    background:
      linear-gradient(78deg, rgba(11, 10, 14, .9) 0%, rgba(11, 10, 14, .68) 44%, rgba(11, 10, 14, .34) 100%),
      linear-gradient(to top, var(--void) 0%, rgba(11, 10, 14, .4) 26%, transparent 52%);
  }

  .hero-actions .btn { flex: 1 1 100%; }

  .hero-index .spacer { display: none; }

  .route-row {
    grid-template-columns: 1fr auto;
    gap: 4px 14px;
    padding: 22px 6px;
  }
  .route-row .idx { display: none; }
  .route-row .route-title { grid-column: 1; }
  .route-row .route-sub { grid-column: 1 / -1; grid-row: 2; font-size: .92rem; }
  .route-row .arr { grid-row: 1; grid-column: 2; font-size: 1.3rem; }

  .process { grid-template-columns: 1fr; }
  .step { border-right: 0; }

  .qform .frow { grid-template-columns: 1fr; }

  .media-full img { height: clamp(300px, 52vh, 460px); }

  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { justify-content: flex-start; }

  .btn { width: 100%; }
  .cta-actions .btn, .hero-actions .btn { width: 100%; }
  .form-zone .btn { width: 100%; }
}

/* Short landscape phones / short viewports */
@media (max-height: 560px) and (orientation: landscape) {
  .hero { min-height: 140svh; }
  .hero-in { padding-bottom: 20px; gap: 16px; }
}

/* Very tall, narrow screens — keep hero image balanced */
@media (min-width: 721px) and (min-height: 1100px) {
  .hero { min-height: 86svh; }
}

/* Large desktop polish */
@media (min-width: 1600px) {
  .display-hero { font-size: 9.6rem; }
}

/* ============================================================
   Interior page components
   ============================================================ */

/* Service index band */
.svc-index {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.svc-index a {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 18px clamp(16px, 2vw, 30px);
  text-decoration: none;
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted-dark);
  border-right: 1px solid var(--line-dark-soft);
  transition: color .2s var(--ease-out), background .2s var(--ease-out);
}
.svc-index a .n { color: var(--beam); }
.svc-index a:hover, .svc-index a:focus-visible { color: var(--screen); background: var(--rigging); }

/* Ticks list */
.ticks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
}
.ticks li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}
.ticks li::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--beam);
  margin-top: .62em;
}
.swath-light .ticks li::before, .form-zone .ticks li::before { background: var(--beam-deep); }

/* Craft strip (real archive imagery) */
.craft-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.6vw, 22px);
}
.craft {
  margin: 0;
  display: grid;
  gap: 10px;
  align-content: start;
}
.craft .craft-frame { overflow: hidden; border: 1px solid var(--line-dark-soft); }
.craft img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  transition: transform .7s var(--ease-out);
}
.craft:hover .craft-frame img { transform: scale(1.04); }
.craft figcaption {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted-dark);
  line-height: 1.6;
}
@media (max-width: 980px) { .craft-strip { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) {
  .craft-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    margin-inline: calc(-1 * var(--pad));
    padding-inline: var(--pad);
  }
  .craft { flex: 0 0 68vw; scroll-snap-align: start; }
}

/* Honest framing note */
.note-band {
  border: 1px dashed var(--line-dark);
  padding: clamp(18px, 2.4vw, 28px);
  display: flex;
  gap: 16px;
  align-items: baseline;
  color: var(--muted-dark);
  font-size: .94rem;
}
.note-band .mono { color: var(--beam); flex: none; }
.note-band p { margin: 0; max-width: 78ch; }

/* Dark process variant */
.process-dark { border-top-color: var(--line-dark); }
.process-dark .step { border-color: var(--line-dark); }
.process-dark .step .step-no { -webkit-text-stroke-color: rgba(241, 238, 232, .4); }
.process-dark .step p { color: var(--muted-dark); }
.process-dark .step .mono { color: var(--beam); }

/* Package band (light) */
.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}
.pack {
  border: 1px solid var(--line-light);
  background: #fff;
  padding: clamp(24px, 2.8vw, 38px);
  display: grid;
  gap: 18px;
  align-content: start;
  position: relative;
}
.pack .mono { color: var(--muted-light); }
.pack h3 {
  margin: 0;
  font-weight: 740;
  font-stretch: 112%;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.05;
}
.pack p { margin: 0; color: #3c3a41; font-size: .97rem; }
.pack .ticks { font-size: .95rem; color: #2c2a31; }
@media (max-width: 980px) { .pack-grid { grid-template-columns: 1fr; } }

/* Split feature rows (weddings day coverage etc.) */
.split-rows { display: grid; border-top: 1px solid var(--line-light); }
.split-row {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
  gap: clamp(20px, 4vw, 80px);
  padding: clamp(26px, 3.4vw, 44px) 0;
  border-bottom: 1px solid var(--line-light);
  align-items: start;
}
.split-row h3 {
  margin: 0;
  font-weight: 720;
  font-stretch: 110%;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.08;
}
.split-row .split-body { display: grid; gap: 14px; }
.split-row .split-body p { margin: 0; color: #3c3a41; max-width: 64ch; }
.split-row .mono { color: var(--muted-light); }
@media (max-width: 720px) { .split-row { grid-template-columns: 1fr; gap: 10px; } }

/* Dark split rows */
.split-rows-dark { border-top-color: var(--line-dark); }
.split-rows-dark .split-row { border-bottom-color: var(--line-dark); }
.split-rows-dark .split-body p { color: var(--muted-dark); }
.split-rows-dark .mono { color: var(--beam); }

/* Standards table */
.standards { display: grid; border-top: 1px solid var(--line-dark); }
.standard-row {
  display: grid;
  grid-template-columns: auto minmax(0, 4fr) minmax(0, 7fr);
  gap: 14px clamp(20px, 3vw, 60px);
  padding: 20px 0;
  border-bottom: 1px solid var(--line-dark);
  align-items: baseline;
}
.standard-row .rel-no { font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; color: var(--beam); }
.standard-row h3 { margin: 0; font-weight: 680; font-stretch: 108%; font-size: 1.15rem; }
.standard-row p { margin: 0; color: var(--muted-dark); font-size: .95rem; max-width: 60ch; }
@media (max-width: 720px) {
  .standard-row { grid-template-columns: auto 1fr; }
  .standard-row p { grid-column: 2; }
}
