/* ==========================================================================
   ECHOMEDIA — one-pager
   Design system extracted 1:1 from Fuel (Framer): BDO Grotesk Variable,
   type scale 195/100/70/56/46/36/16/12 @ wght 500 (statements 400),
   colors #fff / #111 / #000 / 50% muted / 16% & 10% hairlines / #F7F7F7.
   ========================================================================== */

@font-face {
  font-family: "BDO Grotesk";
  src: url("/assets/fonts/bdo-grotesk-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

/* Wordmark cut — Fuel's FUEL X is an ultra-black custom mark; Archivo Black
   is the closest matching letterform (slab bars, tiny counters). */
@font-face {
  font-family: "Archivo Black";
  src: url("/assets/fonts/archivo-black.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #0a0a0a;
  --bg-soft: #111111;
  --border: rgba(255, 255, 255, 0.1);
  --border-soft: rgba(255, 255, 255, 0.06);
  --text: #f5f3f0;
  --text-dim: rgba(245, 243, 240, 0.6);
  --text-faint: rgba(245, 243, 240, 0.35);
  --accent: #ff5a2e;
  --accent-2: #ff8a3d;
  --gradient: linear-gradient(120deg, #ff5a2e 0%, #ff8a3d 50%, #ffb347 100%);
  --gradient-text: linear-gradient(120deg, #ffffff 0%, #ffffff 55%, rgba(255, 255, 255, 0.55) 100%);

  /* Fuel tokens */
  --ink: #000;
  --ink-50: rgba(0, 0, 0, 0.5);
  --ink-35: rgba(0, 0, 0, 0.35);
  --hair-16: rgba(0, 0, 0, 0.16);
  --hair-10: rgba(0, 0, 0, 0.1);
  --paper: #fff;
  --gray-card: #f7f7f7;
  --dark: #111;
  --w-50: rgba(255, 255, 255, 0.5);
  --w-hair-16: rgba(255, 255, 255, 0.16);
  --w-hair-10: rgba(255, 255, 255, 0.1);
  --ice: #d1e1e8;

  --pad: 24px;
  --wrap: 1440px;
  --r: 5px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "BDO Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2625; /* 20.2/16 */
  letter-spacing: -0.5px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html { scroll-behavior: smooth; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, p, blockquote { margin: 0; }
button { font-family: inherit; }

/* ---------------------------------------------------------------------- */
/* Fuel type scale                                                          */
/* ---------------------------------------------------------------------- */

.fz-12 { font-size: 12px; line-height: 16.2px; letter-spacing: -0.5px; font-weight: 500; }
.fz-16 { font-size: 16px; line-height: 20.2px; letter-spacing: -0.5px; font-weight: 500; }

.statement {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -2.1px;
  font-weight: 400;
  text-align: left;
}

.statement .dim { color: var(--ink-35); }
.statement--light .dim { color: var(--w-50); }

h1, .h1 {
  font-size: clamp(2.9rem, 6vw, 4.375rem);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.043em;
}

h2, .h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.7px;
}

.container {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
}

/* ---------------------------------------------------------------------- */
/* Section shell + meta-header bar (Fuel divider component)               */
/* ---------------------------------------------------------------------- */

.sec {
  background: var(--paper);
  color: var(--ink);
  padding: 24px var(--pad) 120px;
  position: relative;
  z-index: 1;
}

.sec--dark {
  background: var(--dark);
  color: #fff;
  padding-bottom: 160px;
}

.sec--dark > .container {
  position: relative;
  z-index: 1;
}

.sec > .container,
.sec > .faq-wrap {
  position: relative;
  z-index: 1;
}

.cta-sec {
  position: relative;
}

.light-sun {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.flow-dots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

.sec-bar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.sec-bar__line {
  width: 100%;
  height: 1px;
  background: var(--hair-16);
}

.sec--dark .sec-bar__line { background: var(--w-hair-16); }

.sec-bar__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
  white-space: pre;
}

.sec-bar__no {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sec-bar__no i {
  width: 5px;
  height: 5px;
  background: currentColor;
  transform: rotate(-45deg);
  flex: none;
}

.sec-bar__details {
  display: flex;
  align-items: center;
  gap: clamp(60px, 32vw, 467px);
}

/* ---------------------------------------------------------------------- */
/* Fuel underline arrow link                                               */
/* ---------------------------------------------------------------------- */

.f-link {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  width: min-content;
  cursor: pointer;
  color: inherit;
}

.f-link__row {
  display: flex;
  align-items: center;
  gap: clamp(48px, 9vw, 144px);
  white-space: pre;
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.f-link__row i {
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  flex: none;
  transition: transform 0.35s var(--ease);
}

.f-link:hover .f-link__row i {
  transform: translate(3px, -3px);
}

.f-link__line {
  height: 1px;
  width: 100%;
  background: currentColor;
}

/* ---------------------------------------------------------------------- */
/* Plus crosshair (Fuel: 16px, 2px bars, #d1e1e8, difference)             */
/* ---------------------------------------------------------------------- */

.plus {
  position: relative;
  width: 16px;
  height: 16px;
  flex: none;
  mix-blend-mode: difference;
}

.plus::before,
.plus::after {
  content: "";
  position: absolute;
  background: var(--ice);
}

.plus::before {
  top: 0;
  bottom: 0;
  left: 7px;
  width: 2px;
}

.plus::after {
  left: 0;
  right: 0;
  top: 7px;
  height: 2px;
}

.plus--8 { width: 8px; height: 8px; }
.plus--8::before { left: 3px; }
.plus--8::after { top: 3px; }

/* ---------------------------------------------------------------------- */
/* Buttons (nav CTA)                                                       */
/* ---------------------------------------------------------------------- */

.btn {
  --btn-fg: #0a0a0a;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  color: var(--btn-fg);
  border: none;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ff3300;
  transform: translateY(101%);
  transition: transform 0.45s var(--ease);
  z-index: -1;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 51, 0, 0.25);
}

.btn:hover::before { transform: translateY(0); }

.btn svg {
  width: 14px;
  height: 14px;
  transition: transform 0.4s var(--ease);
}

.btn:hover svg { transform: translate(3px, -3px); }

/* ---------------------------------------------------------------------- */
/* Site scan form                                                          */
/* ---------------------------------------------------------------------- */

.scan-form { margin-top: 32px; }

.scan-form__row {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.scan-input {
  flex: 1 1 320px;
  background: transparent;
  border: 1px solid var(--hair-16);
  border-radius: var(--r);
  padding: 15px 20px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 0.3s var(--ease);
}

.scan-input:focus { outline: none; border-color: var(--ink); }
.scan-input::placeholder { color: var(--ink-35); }

.scan-form__hint {
  margin-top: 10px;
  font-size: 12px;
  color: var(--ink-50);
}

/* Scan submit — plain text + arrow, matches the .f-link visual language */
.scan-submit {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  width: min-content;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.scan-submit__row {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: pre;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.scan-submit__row i {
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  flex: none;
  transition: transform 0.35s var(--ease);
}

.scan-submit:hover .scan-submit__row i { transform: translate(3px, -3px); }

.scan-submit__line {
  height: 1px;
  width: 100%;
  background: currentColor;
}

/* ---------------------------------------------------------------------- */
/* Scan results modal                                                      */
/* ---------------------------------------------------------------------- */

.scan-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.scan-modal[hidden] { display: none; }

.scan-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  animation: scan-fade-in 0.25s var(--ease);
}

.scan-modal__panel {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  border-radius: 16px;
  width: min(420px, 100%);
  padding: 48px 36px;
  text-align: center;
  animation: scan-panel-in 0.35s var(--ease);
}

@keyframes scan-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes scan-panel-in {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.scan-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--ink-50);
  cursor: pointer;
  transition: color 0.2s var(--ease);
}

.scan-modal__close:hover { color: var(--ink); }
.scan-modal__close svg { width: 16px; height: 16px; }

.scan-modal__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
}

.scan-modal__loading p {
  font-size: 14px;
  color: var(--ink-50);
}

.scan-spinner {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--hair-16);
  border-top-color: var(--ink);
  animation: scan-spin 0.8s linear infinite;
}

@keyframes scan-spin { to { transform: rotate(360deg); } }

.scan-modal__result {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scan-gauge-wrap {
  position: relative;
  width: 140px;
  height: 140px;
}

.scan-gauge {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.scan-gauge__track {
  fill: none;
  stroke: var(--hair-16);
  stroke-width: 8;
}

.scan-gauge__value {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 326.7;
  stroke-dashoffset: 326.7;
  transition: stroke-dashoffset 1s var(--ease), stroke 0.3s var(--ease);
}

.scan-gauge__value--good { stroke: #00e05a; }
.scan-gauge__value--needs-work { stroke: #ffd400; }
.scan-gauge__value--poor { stroke: #ff2d2d; }

.scan-gauge__score {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.scan-modal__label {
  margin-top: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-50);
}

.scan-modal__summary {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.5;
}

.scan-modal__error p {
  color: #b3261e;
  font-size: 15px;
  line-height: 1.5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ---------------------------------------------------------------------- */
/* Nav                                                                     */
/* ---------------------------------------------------------------------- */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px clamp(20px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.4s var(--ease), backdrop-filter 0.4s var(--ease), padding 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}

.nav.is-scrolled {
  /* Slightly more opaque so a lighter, cheaper blur still reads as glass;
     dropped saturate() and lowered blur 16px -> 10px to cut the per-frame
     backdrop-sampling cost of this always-on fixed bar. */
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-color: var(--border-soft);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav__links a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-dim);
  position: relative;
  transition: color 0.3s var(--ease);
}

.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--text);
  transition: width 0.3s var(--ease);
}

.nav__links a:hover { color: var(--text); }
.nav__links a:hover::after { width: 100%; }

/* Active section — whichever nav item's target section is currently
   crossing the middle of the viewport. See script.js. */
.nav__links a.is-active { color: #ff3300; }
.nav__links a.is-active::after { width: 100%; background: #ff3300; }

.nav__links sup {
  font-size: 9px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.45);
  margin-left: 5px;
  vertical-align: 6px;
}

/* Portfolio — a real separate page, not a same-page anchor, so it's set
   apart from the numbered section links with a divider. */
.nav__links-page {
  padding-left: 24px;
  border-left: 1px solid var(--border-soft);
}

.nav__cta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav .btn {
  padding: 11px 20px;
  font-size: 13.5px;
}

.nav-ceo-wrap {
  position: relative;
}

.nav-ceo-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 240px;
  background: #fff;
  border-radius: var(--r);
  padding: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
  z-index: 50;
}

.nav-ceo-wrap.is-open .nav-ceo-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-ceo-dropdown__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: calc(var(--r) - 2px);
  color: var(--ink);
  transition: background 0.2s var(--ease);
}

.nav-ceo-dropdown__item:hover { background: var(--gray-card); }

.nav-ceo-dropdown__item img {
  width: 36px;
  height: 36px;
  border-radius: 2.5px;
  object-fit: cover;
  object-position: center 20%;
  flex: none;
}

.nav-ceo-dropdown__item span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.nav-ceo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 3px 18px 3px 3px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: var(--r);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 0.35s var(--ease);
}

.nav-ceo:hover { transform: translateY(-2px); }

.nav-ceo img {
  width: 44px;
  height: 44px;
  border-radius: 2.5px;
  object-fit: cover;
  object-position: center 20%;
  flex: none;
}

.nav-ceo__txt {
  display: flex;
  flex-direction: column;
}

.nav-ceo__txt strong {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.4px;
  font-weight: 700;
}

.nav-ceo__txt span {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.4px;
  font-weight: 500;
}

.nav-ceo__txt em {
  font-style: normal;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.4px;
  color: rgba(0, 0, 0, 0.5);
}

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 26px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  margin: -8px;
}

.nav__burger span {
  display: block;
  height: 1.5px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
}

.nav__burger span:nth-child(1) { width: 100%; }
.nav__burger span:nth-child(2) { width: 70%; margin-left: auto; }

body.menu-open .nav__burger span:nth-child(1) {
  transform: translateY(3.25px) rotate(45deg);
  width: 100%;
}

body.menu-open .nav__burger span:nth-child(2) {
  transform: translateY(-3.25px) rotate(-45deg);
  width: 100%;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(8, 8, 8, 0.98);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 5vw, 64px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), visibility 0.4s;
}

body.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu a {
  font-size: clamp(2rem, 9vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-soft);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}

body.menu-open .mobile-menu a {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu .btn {
  margin-top: 28px;
  align-self: flex-start;
}

/* ---------------------------------------------------------------------- */
/* Hero (preserved)                                                        */
/* ---------------------------------------------------------------------- */

.hero-pin-zone {
  position: relative;
  height: 200vh;
}

.hero {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 140px clamp(20px, 5vw, 64px) 20px;
  isolation: isolate;
}

/* While within the hero-pin-zone's scroll range, #about is pinned full-
   screen and revealed via a diagonal clip-path wipe (see script.js) —
   real content, not a blank curtain, so there's never an empty frame.
   Once the pin-zone's scroll range is exhausted, JS removes this class
   and #about drops back into normal static flow exactly where it would
   naturally land, continuing the page as a regular section. */
#about.about-pin {
  position: fixed;
  inset: 0;
  z-index: 10;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  will-change: clip-path;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__bg img,
.hero__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transform: scale(1.08);
  animation: hero-in 1.6s var(--ease) forwards;
}

@keyframes hero-in {
  from { transform: scale(1.18); filter: saturate(0.7) brightness(0.8); }
  to { transform: scale(1.08); filter: saturate(1) brightness(1); }
}

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 4, 3, 0.75) 0%, rgba(6, 4, 3, 0.15) 32%, rgba(6, 4, 3, 0.35) 62%, rgba(6, 4, 3, 0.96) 100%),
    linear-gradient(90deg, rgba(6, 4, 3, 0.55) 0%, transparent 45%);
}

.hero__content {
  margin-top: auto;
  max-width: 460px;
  margin-bottom: 64px;
}

.hero__lead {
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 28px;
}

.hero__lead .dim { color: var(--w-50); }

.hero__flink { color: #fff; }

.hero__flink--scan {
  display: flex;
  margin-top: 16px;
}

.hero__certified {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.hero__certified-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--w-50);
  max-width: 90px;
  line-height: 1.3;
}

.hero__certified-logos {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  flex: none;
}

.hero__certified-logos img {
  height: 16px;
  width: auto;
  display: block;
}

.hero__explore {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 16px;
}

.hero__explore svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  vertical-align: 2px;
  transition: transform 0.4s var(--ease);
}

.hero__explore:hover svg { transform: translate(3px, -3px); }

.hero__explore::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform-origin: left;
  transition: background 0.4s var(--ease);
}

.hero__explore:hover::after { background: var(--accent-2); }

.hero__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.hero__list li {
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: var(--text);
}

.hero__list-num {
  color: var(--w-50);
  font-weight: 500;
  margin-right: 4px;
}

.hero__wordmark {
  width: calc(100% + clamp(20px, 5vw, 64px));
  margin-right: calc(-1 * clamp(20px, 5vw, 64px) + 2vw);
  line-height: 0.82;
  margin-bottom: 0;
  overflow: hidden;
  text-align: right;
}

.hero__wordmark span {
  display: inline-block;
  font-family: "Archivo Black", "BDO Grotesk", sans-serif;
  font-size: clamp(3.2rem, 12.2vw, 12rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__crosshairs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero__crosshairs span {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: crosshair-in 1s var(--ease) forwards;
  animation-delay: 1.1s;
}

.hero__crosshairs span:nth-child(2) { animation-delay: 1.25s; }
.hero__crosshairs span:nth-child(3) { animation-delay: 1.4s; }
.hero__crosshairs span:nth-child(4) { animation-delay: 1.55s; }

.hero__crosshairs span::before,
.hero__crosshairs span::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.55);
  mix-blend-mode: difference;
}

.hero__crosshairs span::before {
  left: 50%;
  top: 0;
  width: 1.5px;
  height: 100%;
  transform: translateX(-50%);
}

.hero__crosshairs span::after {
  top: 50%;
  left: 0;
  height: 1.5px;
  width: 100%;
  transform: translateY(-50%);
}

@keyframes crosshair-in {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.4); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.hero__ruler {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  animation: hero-ruler-in 0.9s var(--ease) 0.3s both;
}

@keyframes hero-ruler-in {
  from { opacity: 0; transform: translateY(36px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero__ticks {
  width: 180px;
  height: 12px;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.55) 0,
    rgba(255, 255, 255, 0.55) 1px,
    transparent 1px,
    transparent 16px
  );
  background-position: center;
}

/* ---------------------------------------------------------------------- */
/* (01) About — Fuel layout                                                */
/* ---------------------------------------------------------------------- */

.sec--about { padding-bottom: 0; }

.about-statement {
  margin: 60px auto 0;
  max-width: var(--wrap);
  text-indent: 7.7em;
}

.about-spacer { height: 110px; }

.about-bottom {
  max-width: var(--wrap);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(48px, 8vw, 229px);
}

.about-photo {
  width: 328px;
  height: 440px;
  border-radius: var(--r);
  overflow: hidden;
  flex: none;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --- Scattered accent photos (ex-fandeck images), one per section,
   sized like .about-photo — decorative, not clustered together ---- */
.accent-photo {
  position: absolute;
  width: 328px;
  height: 440px;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  z-index: 2;
  pointer-events: none;
}

.accent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 980px) {
  .accent-photo { width: 220px; height: 296px; }
}

@media (max-width: 640px) {
  .accent-photo { display: none; }
}

.about-right {
  flex: 1;
  max-width: 835px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 120px;
}

.about-row {
  display: flex;
  gap: clamp(60px, 14vw, 200px);
  align-items: flex-start;
}

.about-row__label {
  width: 100px;
  flex: none;
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: var(--ink);
  white-space: pre;
}

.about-row > p {
  max-width: 421px;
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  color: var(--ink-50);
}

.about-results {
  flex: 1;
  max-width: 535px;
  display: flex;
  flex-direction: column;
  gap: 110px;
}

.res-table {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.res-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
}

.res-row span:last-child {
  color: var(--ink-50);
  text-align: right;
}

.res-line {
  width: 100%;
  height: 1px;
  background: var(--hair-10);
}

/* ---------------------------------------------------------------------- */
/* Logo strip (Fuel: white bg, 224x168 gray cards, 104x16 logo holder)    */
/* ---------------------------------------------------------------------- */

.logo-wall {
  position: relative;
  background: var(--paper);
  padding: 100px 0;
}

.logo-wall__label {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-50);
  margin: 0 0 48px;
}

.logo-wall__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.logo-box {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box img {
  max-width: 135px; /* was 104px — +30%, canvas (.logo-box) untouched */
  max-height: 29px; /* was 22px — +30% */
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) opacity(0.84); /* #29292B ink look */
  transition: filter 0.35s var(--ease);
}

.logo-box:hover img {
  filter: none;
}

@media (max-width: 980px) {
  .logo-wall__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .logo-wall { padding: 70px 0; }
  .logo-wall__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .logo-box { height: 110px; }
}

/* ---------------------------------------------------------------------- */
/* (02) Services — dark, giant numbers, numbered rows                      */
/* ---------------------------------------------------------------------- */

.svc-content {
  max-width: var(--wrap);
  margin: clamp(100px, 16vw, 231px) auto 0;
}

.svc-thumb {
  float: left;
  width: 178px;
  height: 232px;
  border-radius: var(--r);
  overflow: hidden;
  margin: 8px 66px 24px 0;
}

.svc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-cta {
  display: flex;
  align-items: center;
  gap: clamp(60px, 16vw, 230px);
  margin-top: 70px;
  clear: none;
}

.svc-cta .f-link { color: #fff; flex: none; }

.svc-marks {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(100px, 21vw, 300px);
}

.svc-rows {
  max-width: var(--wrap);
  margin: 100px auto 0;
  padding-left: clamp(0px, 6.5vw, 94px);
  display: flex;
  flex-direction: column;
  gap: 70px;
  clear: both;
}

.svc-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.svc-row__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.svc-row__num {
  flex: 1;
  max-width: 300px;
  font-size: clamp(4.4rem, 13.5vw, 12.2rem); /* Fuel: 195px */
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: #fff;
}

.svc-row__right {
  flex: 1;
  max-width: 948px;
  display: flex;
  gap: 66px;
  align-items: flex-start;
}

.svc-row__img {
  width: 406px;
  height: 285px;
  border-radius: var(--r);
  overflow: hidden;
  flex: none;
}

.svc-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  transform: scale(1.15);
  transition: transform 1s var(--ease);
}

.svc-row:hover .svc-row__img img { transform: scale(1); }

.svc-row__txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 8vw, 116px);
  padding: 11px 0;
}

.svc-row__txt h4 {
  font-size: clamp(2.5rem, 3.9vw, 3.5rem); /* 56px */
  line-height: 1;
  letter-spacing: -1.7px;
  font-weight: 500;
  color: #fff;
}

.svc-row__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-row__desc .lbl {
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  color: #fff;
}

.svc-row__desc p:not(.lbl) {
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  color: var(--w-50);
  max-width: 420px;
}

.svc-row__line {
  width: 100%;
  height: 1px;
  background: var(--w-hair-10);
}

/* ---------------------------------------------------------------------- */
/* (03) Pricing — Fuel cards                                               */
/* ---------------------------------------------------------------------- */

.pricing-grid {
  max-width: var(--wrap);
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.price-card {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 30px;
  border-radius: var(--r);
  background: var(--gray-card);
  color: var(--ink);
  overflow: clip;
}

.price-card--dark {
  background: var(--dark);
  color: #fff;
}

.price-card__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.price-card__head h3 {
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.price-card__head p {
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
  color: var(--ink-50);
  max-width: 240px;
}

.price-card--dark .price-card__head p { color: var(--w-50); }

.price-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 4px;
  width: 100%;
}

.price-card__amount {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.price-card__amount .cur {
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
}

.price-card__amount .num {
  font-size: clamp(2.5rem, 3.9vw, 3.5rem); /* 56px */
  line-height: 1;
  letter-spacing: -1.7px;
  font-weight: 500;
}

.price-card__per {
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  padding-bottom: 5px;
}

.price-card .f-link { color: inherit; }

.price-card__points {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.price-card__points h4 {
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.price-card__points li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
  color: var(--ink-50);
}

.price-card--dark .price-card__points li { color: var(--w-50); }

.price-card__points li i {
  position: relative;
  width: 8px;
  height: 8px;
  flex: none;
  margin-bottom: 3px;
  align-self: flex-end;
}

.price-card__points li i::before,
.price-card__points li i::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.price-card__points li i::before {
  top: 0; bottom: 0; left: calc(50% - 0.5px); width: 1px;
}

.price-card__points li i::after {
  left: 0; right: 0; top: calc(50% - 0.5px); height: 1px;
}

/* ---------------------------------------------------------------------- */
/* (04) Testimonial — Fuel layout                                          */
/* ---------------------------------------------------------------------- */

.testi {
  max-width: var(--wrap);
  margin: 80px auto 0;
  display: flex;
  align-items: flex-start;
  gap: clamp(60px, 17vw, 240px);
}

.testi__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  flex: none;
  gap: 40px;
}

.testi__photo {
  width: 212px;
  height: 253px;
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
}

.testi__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi__nav {
  display: flex;
  gap: 10px;
}

.testi__btn {
  width: 50px;
  height: 50px;
  background: var(--gray-card);
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  transition: background 0.3s var(--ease);
}

.testi__btn:hover { background: #ededed; }

.testi__btn svg { width: 8px; height: 14px; }

.testi__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-width: 0;
}

.testi__quote {
  font-size: clamp(1.9rem, 3.9vw, 3.5rem); /* 56px */
  line-height: 1;
  letter-spacing: -1.7px;
  font-weight: 500;
  color: var(--ink);
  text-indent: 6.25em;
  padding-bottom: 20px;
  transition: opacity 0.35s var(--ease);
}

.testi__line {
  width: 100%;
  height: 1px;
  background: var(--hair-10);
}

.testi__details {
  display: flex;
  align-items: center;
  gap: clamp(40px, 8.5vw, 120px);
}

.testi__chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 20px 3px 3px;
  background: var(--gray-card);
  border-radius: var(--r);
  width: 280px;
  flex: none;
}

.testi__chip img {
  width: 66px;
  height: 66px;
  border-radius: 2.5px;
  object-fit: cover;
  flex: none;
  filter: grayscale(1) contrast(1.05);
}

.testi__chip strong {
  display: block;
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testi__chip small {
  display: block;
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
  color: var(--ink-50);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testi__stat {
  flex: 1 0 0;
  max-width: 130px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testi__stat strong {
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1.2px;
  font-weight: 500;
  color: var(--ink);
}

.testi__stat span {
  display: block;
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
  color: var(--ink);
}

.testi__stat em {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
  color: var(--ink-50);
}

/* ---------------------------------------------------------------------- */
/* (05) Archive — Fuel rows                                                */
/* ---------------------------------------------------------------------- */

.archive-list {
  max-width: var(--wrap);
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.archive-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.archive-row__line {
  width: 100%;
  height: 1px;
  background: var(--hair-10);
}

.archive-row__content {
  display: flex;
  align-items: center;
  gap: clamp(40px, 8.6vw, 120px);
}

.archive-row__year {
  width: clamp(60px, 9vw, 130px);
  flex: none;
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  color: var(--ink);
}

.archive-row__name {
  flex: 1;
  font-size: clamp(1.875rem, 3.2vw, 2.875rem); /* 46px */
  line-height: 40px;
  letter-spacing: -1.7px;
  font-weight: 500;
  color: var(--ink);
  transition: opacity 0.3s var(--ease);
}

.archive-row:hover .archive-row__name { opacity: 0.55; }

.archive-row__thumbs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex: none;
}

.archive-row__thumbs span {
  width: 85px;
  height: 53px;
  border-radius: 2.5px;
  background: var(--gray-card);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.archive-row__thumbs img {
  max-width: 62px;
  max-height: 24px;
  object-fit: contain;
  filter: brightness(0) opacity(0.84);
}

/* ---------------------------------------------------------------------- */
/* (06) Stats — 2x2 giant numbers with corner brackets                     */
/* ---------------------------------------------------------------------- */

.stats-grid {
  max-width: var(--wrap);
  margin: 110px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(60px, 7.6vw, 110px);
}

.stat-cell {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stat-cell__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stat-cell__num {
  font-size: clamp(1.875rem, 7vw, 6.25rem); /* 100px */
  line-height: 1;
  letter-spacing: -3px;
  font-weight: 500;
  color: var(--ink);
}

.stat-cell__bracket {
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  flex: none;
  margin-top: 4px;
}

.stat-cell__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stat-cell__rule {
  width: 100%;
  height: 1px;
  background: var(--hair-10);
}

.stat-cell__label {
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  color: var(--ink);
}

.stat-cell__desc {
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
  color: var(--ink-50);
  max-width: 302px;
  margin-top: -4px;
}

/* ---------------------------------------------------------------------- */
/* (07) FAQ — media card left, accordion right                             */
/* ---------------------------------------------------------------------- */

.faq-wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-topline {
  width: 100%;
  height: 1px;
  background: var(--hair-16);
}

.faq-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.faq-left {
  flex: 1;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.faq-left__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 394px;
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
  white-space: pre;
}

.faq-left__bar .sec-bar__no { gap: 6px; }

.faq-media {
  width: 306px;
  height: 203px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 4px;
  background: var(--gray-card);
  border-radius: var(--r);
  cursor: pointer;
}

.faq-media__img {
  flex: 1;
  width: 100%;
  border-radius: 2.5px;
  overflow: hidden;
  background: #000;
}

.faq-media__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-media__labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px 10px;
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
}

.faq-media__labels .play {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--ink);
}

.faq-media__labels .play::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid var(--ink);
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
}

.faq-media__labels .reel { color: var(--ink-50); }

.faq-right {
  flex: 1;
  max-width: 710px;
}

.faq-item { width: 100%; }

.faq-item__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 28px 0 0;
  margin-bottom: 40px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--ink);
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.faq-item__q span:first-child { max-width: 600px; }

.faq-item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: none;
  transition: transform 0.35s var(--ease);
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.faq-item__icon::before {
  top: 0; bottom: 0; left: 7px; width: 2px;
}

.faq-item__icon::after {
  left: 0; right: 0; top: 7px; height: 2px;
}

.faq-item.is-open .faq-item__icon { transform: rotate(45deg); }

.faq-item__a {
  height: 0;
  overflow: hidden;
  transition: height 0.4s var(--ease);
}

.faq-item__a p {
  padding: 0 0 28px;
  color: var(--ink-50);
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  max-width: 569px;
}

.faq-item__line {
  width: 100%;
  height: 1px;
  background: var(--hair-16);
}

/* ---------------------------------------------------------------------- */
/* CTA — dark card, ticker behind portrait                                 */
/* ---------------------------------------------------------------------- */

.cta-sec {
  background: var(--paper);
  padding: 24px;
}

.cta-card {
  position: relative;
  max-width: 1392px;
  height: min(800px, 92vh);
  margin: 0 auto;
  background: #000;
  border-radius: var(--r);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.64;
}

.cta-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}

.cta-card__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.cta-marks {
  display: flex;
  flex-direction: column;
  gap: 120px;
  flex: none;
}

.cta-ticker {
  flex: 1;
  max-width: 800px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.cta-ticker__phrase {
  display: block;
  white-space: nowrap;
  font-size: clamp(0.75rem, 2.1vw, 1.875rem); /* 30px — 70% smaller than before */
  line-height: 1;
  letter-spacing: -3px;
  font-weight: 500;
  color: #fff;
}

.cta-scramble-char {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
}

.cta-card .f-link {
  color: #fff;
  position: relative;
  z-index: 3;
}

.cta-card__portrait {
  position: absolute;
  top: calc(50% - 162px);
  left: calc(50% - 112px);
  width: 224px;
  height: 324px;
  border-radius: var(--r);
  overflow: hidden;
  z-index: 2;
}

.cta-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------------------------------- */
/* Footer (preserved)                                                      */
/* ---------------------------------------------------------------------- */

.footer {
  position: relative;
  isolation: isolate;
  padding-top: 120px;
  border-top: 1px solid var(--w-hair-16);
  background: var(--dark);
  overflow: hidden;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.footer .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1392px;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 90px;
  flex-wrap: wrap;
}

.footer__l1 {
  display: block;
  font-size: clamp(2rem, 3.9vw, 3.5rem); /* Fuel: 56px */
  line-height: 1.05;
  letter-spacing: -1.7px;
  font-weight: 500;
  color: var(--w-50);
}

.footer__email {
  display: block;
  font-size: clamp(2rem, 3.9vw, 3.5rem); /* Fuel: 56px */
  line-height: 1.05;
  letter-spacing: -1.7px;
  font-weight: 500;
  color: #fff;
  transition: opacity 0.3s var(--ease);
}

.footer__email:hover { opacity: 0.7; }

.footer__flink {
  color: #fff;
  margin-top: 44px;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 300px;
}

.footer__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--w-hair-16);
  font-size: 16px;
  line-height: 20.2px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s var(--ease), padding-left 0.3s var(--ease);
}

.footer__nav a:hover {
  color: var(--w-50);
  padding-left: 6px;
}

.footer__nav a em {
  font-style: normal;
  font-size: 11px;
  color: var(--w-50);
}

.footer__crosshairs {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}

.footer__wordmark-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--w-hair-16);
  padding-top: 60px;
  padding-bottom: 24px;
}

.footer__wordmark {
  line-height: 0.8;
  flex: 1;
  min-width: 0;
}

.footer__wordmark span {
  display: block;
  font-family: "Archivo Black", "BDO Grotesk", sans-serif;
  font-size: clamp(2.4rem, 11.4vw, 11.6rem); /* Fuel: 195px mark */
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  text-align: left;
}

.text-gradient {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: none;
  font-size: 12px;
  line-height: 16.2px;
  letter-spacing: -0.5px;
  color: var(--w-50);
  gap: 10px;
  /* The wordmark's font reserves ~37px of descender space that "ECHOMEDIA"
     (all caps, no true descenders) never uses, so a plain flex-end box
     alignment leaves the wordmark's visible letters sitting ~37px above
     this stack's text. Nudge this stack up by that same amount so both
     visually land on the same line. */
  margin-bottom: 3.86px;
}

.footer__bottom .footer__social {
  display: flex;
  gap: 10px;
}

.footer__bottom .footer__social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease), border-color 0.3s var(--ease);
}

.footer__bottom .footer__social a:hover {
  background: #ff3300;
  border-color: transparent;
  transform: translateY(-3px);
}

.footer__bottom .footer__social svg {
  width: 13px;
  height: 13px;
}

/* ---------------------------------------------------------------------- */
/* Reveal utility                                                          */
/* ---------------------------------------------------------------------- */

[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal="scale"] { transform: scale(0.96); }
[data-reveal="scale"].is-visible { transform: scale(1); }

[data-reveal-group] [data-reveal] {
  transition-delay: calc(var(--i, 0) * 90ms);
}

/* --- "Void Curtain" text reveal — the real text is never touched, hidden,
   or overlaid with any fill color; a per-line SVG clip-path grows left to
   right in discrete steps() (a typing feel), one line fully finishing
   before the next starts. Because it's a genuine clip (not a painted panel),
   whatever actually sits behind the paragraph — a flat color OR the
   animated ambient shader on the dark sections — simply shows through the
   not-yet-revealed portion; there is no separate "placeholder" swatch to
   keep in sync with it. See script.js. ------------------------------------ */
.statement-shell {
  position: relative;
  isolation: isolate;
}

[data-reveal="mask"] {
  opacity: 1;
  transform: none;
  transition: none;
}

.rvl-cursor {
  position: absolute;
  width: 3px;
  opacity: 0;
  pointer-events: none;
}

/* --- Brand-name cycle: the trailing "EchoMedia" in the About/Services
   statements swaps between the four EchoSystem units once the typing
   reveal finishes. The slot's LAYOUT width is fixed by an invisible ghost
   copy of the widest name ("EchoProduction®.") in the exact same font; the
   visible word overlays it absolutely. Line-breaking only ever sees the
   ghost's constant box, so the paragraph's layout never shifts no matter
   which name is showing — shorter names just leave invisible trailing
   space (the slot ends the sentence, so nothing sits after it). ® color is
   set per section in JS (white on dark, ink on light). ------------------- */
.brand-cycle-wrap {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  /* the About statement's text-indent inherits into this inline-block's own
     first line (and the live overlay's), padding the slot with a phantom
     indent — kill it inside the slot */
  text-indent: 0;
}

.brand-cycle-ghost {
  visibility: hidden;
  user-select: none;
  -webkit-user-select: none;
}

.brand-cycle-live {
  position: absolute;
  left: 0;
  top: 0;
}

.brand-cycle {
  color: #ff3300;
  transition: opacity 0.3s ease;
}

.brand-cycle-reg {
  color: #fff;
}

/* ---------------------------------------------------------------------- */
/* Film grain (dark surfaces)                                              */
/* ---------------------------------------------------------------------- */

.grain {
  position: relative;
  isolation: isolate;
}

.grain::before {
  content: "";
  position: absolute;
  /* inset:0 (was -20%) and no mix-blend-mode: a plain low-opacity noise
     overlay avoids forcing an isolated-layer re-composite on every repaint
     of the section (which, on #services, meant every shader frame). */
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 180px 180px;
  animation: grain-shift 1s steps(6) infinite;
}

@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  20% { transform: translate(-5%, 10%); }
  40% { transform: translate(-10%, -5%); }
  60% { transform: translate(5%, -10%); }
  80% { transform: translate(10%, 5%); }
  100% { transform: translate(0, 0); }
}

/* ---------------------------------------------------------------------- */
/* Progressive edge blur (fixed bottom)                                    */
/* ---------------------------------------------------------------------- */

.edge-blur {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  z-index: 60;
  pointer-events: none;
  transition: opacity 0.4s var(--ease);
}

.edge-blur.is-off { opacity: 0; }

.edge-blur span {
  position: absolute;
  inset: 0;
}

/* Progressive blur kept as a 3-stop ramp (was 6) — same graduated look at
   half the per-frame backdrop-filter passes. */
.edge-blur span:nth-child(1) {
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 42%, transparent 58%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 42%, transparent 58%);
}

.edge-blur span:nth-child(2) {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(to bottom, transparent 33%, black 52%, black 68%, transparent 83%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 33%, black 52%, black 68%, transparent 83%);
}

.edge-blur span:nth-child(3) {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mask-image: linear-gradient(to bottom, transparent 55%, black 78%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 55%, black 78%, black 100%);
}

/* ---------------------------------------------------------------------- */
/* Responsive                                                              */
/* ---------------------------------------------------------------------- */

@media (max-width: 1199px) {
  .statement { font-size: 38px; line-height: 38px; letter-spacing: -1.2px; }
  .about-statement { text-indent: 5.5em; }
  .about-spacer { height: 50px; }
  .svc-thumb { width: 94px; height: 123px; margin: 4px 30px 12px 0; }
  .svc-content { margin-top: 120px; }
  .svc-row__content { flex-direction: column; gap: 20px; }
  .svc-row__num { max-width: none; }
  .svc-row__right { flex-direction: column; gap: 40px; max-width: none; width: 100%; }
  .svc-row__img { width: 100%; height: auto; aspect-ratio: 406 / 285; }
  .svc-row__txt { gap: 30px; padding: 0; }
  .testi { flex-direction: column; gap: 40px; }
  .testi__left { flex-direction: row; align-items: center; justify-content: space-between; width: 100%; }
  .testi__quote { text-indent: 3em; }
  .testi__details { flex-wrap: wrap; }
  .faq-cols { flex-direction: column; gap: 40px; }
  .faq-left, .faq-right { max-width: none; width: 100%; }
}

@media (max-width: 980px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .nav__cta .btn,
  .nav-ceo { display: none; }
  .footer__top { flex-direction: column; align-items: flex-start; gap: 48px; }
  .footer__crosshairs { display: none; }
  .about-bottom { flex-direction: column; gap: 50px; }
  .about-photo { width: min(328px, 100%); }
  .about-right { padding-bottom: 80px; }
  .pricing-grid { flex-direction: column; }
  .price-card { width: 100%; }
}

@media (max-width: 809px) {
  .statement { font-size: 30px; line-height: 30px; letter-spacing: -1.1px; }
  .about-statement { text-indent: 3.5em; }
  .about-spacer { height: 40px; }
  .sec { padding-bottom: 80px; }
  .sec--dark { padding-bottom: 80px; }
  .about-row { flex-direction: column; gap: 20px; }
  .about-results { gap: 40px; }
  .stats-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-marks { display: none; }
  .svc-cta { gap: 40px; }
  .svc-marks { gap: 60px; }
}

/* ============================================================
   OVERRIDES v.fuel8 — batch fixes:
   Meet-founder no-jitter · larger marquee logos · text balance ·
   grain de-jitter · testimonial re-layout · FAQ hero · fan-deck CTA
   ============================================================ */

/* --- Text-wrap: better line breaks, no orphan words ---------- */
h1, h2, h3, h4, h5, p, blockquote, .statement {
  text-wrap: pretty;
}

/* --- Meet the Founder: no button motion, image zooms out ----- */
.nav-ceo,
.nav-ceo:hover {
  transform: none !important;
  transition: none !important;
  overflow: hidden;
}

.nav-ceo__img {
  width: 44px;
  height: 44px;
  border-radius: 2.5px;
  overflow: hidden;
  flex: none;
  display: block;
}

.nav-ceo__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.15);
  transition: transform 0.55s var(--ease);
}

.nav-ceo:hover .nav-ceo__img img {
  transform: scale(1);
}

.nav-ceo__txt em {
  color: rgba(0, 0, 0, 0.5);
}

/* --- Grain de-jitter: kill transform anim, static texture only  */
.grain::before {
  animation: none !important;
  opacity: 0.08;
}

/* isolate light sections so grain from neighboring dark cards
   can't blend across and cause 1px lines to shimmer */
.sec--about,
#testimonial,
#stats,
#faq {
  isolation: isolate;
}

/* --- Testimonial redesign: quote centered, chip below, no photo left */
.testi {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1180px;
  margin: 80px auto 0;
}

.testi__body { width: 100%; }

.testi__quote {
  font-size: clamp(1.6rem, 3.4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -1.2px;
  font-weight: 500;
  color: var(--ink);
  text-indent: 3em;
  transition: opacity 0.3s var(--ease);
  quotes: "\201C" "\201D";
  min-height: 3.2em;
}

.testi__quote::before { content: open-quote; }
.testi__quote::after { content: close-quote; }

.testi__footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--hair-10);
}

.testi__footer .testi__chip { justify-self: start; }

.testi__nav {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-self: center;
}

.testi__count {
  font-size: 12px;
  letter-spacing: -0.5px;
  color: var(--ink-50);
  min-width: 36px;
  text-align: center;
}

.testi__stats {
  display: flex;
  gap: 40px;
  justify-self: end;
}

.testi__stats .testi__stat { max-width: none; }

/* --- FAQ hero image big & clean, no "Showreel/Play" chip ---- */
.faq-cols {
  gap: clamp(40px, 6vw, 90px);
  align-items: stretch;
}

.faq-left {
  max-width: 480px;
  flex: 0 0 auto;
  width: 100%;
}

.faq-hero {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--r);
  overflow: hidden;
  cursor: pointer;
}

.faq-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.8s var(--ease);
}

.faq-hero:hover img {
  transform: scale(1.08);
}

.faq-hero__badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  backdrop-filter: blur(4px);
}

.faq-hero__badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: dot-pulse 2s ease-in-out infinite;
}

@keyframes dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.65); }
}

/* --- CTA card --------------------------------- */
.cta-card {
  min-height: min(760px, 90vh);
  padding-bottom: 40px;
}

.cta-card__portrait { display: none; }

/* --- Mobile responsive for new components ------------------- */
@media (max-width: 980px) {
  .testi__footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .testi__footer .testi__chip,
  .testi__nav,
  .testi__stats {
    justify-self: start;
  }
  .testi__stats { width: 100%; justify-content: space-between; }
  .faq-cols { flex-direction: column; }
  .faq-left { max-width: none; }
  .faq-hero { aspect-ratio: 16 / 10; }
}

/* --- Section stacking (no JS wipe — solid backgrounds only) --- */
.sec, .sec--dark, .sec--about, .cta-sec, .footer, .logo-wall {
  position: relative;
  z-index: 2;
  opacity: 1;               /* JS wipe was leaving stale inline styles */
  transform: none;
  will-change: auto;
}

/* body always paper-white so anything that peeks under the header
   reads as page background, never black. */
html, body { background: var(--paper); }
.sec--dark, #services { background: var(--dark); }
.footer               { background: var(--dark); }

#about       { z-index: 3; }
.logo-wall   { z-index: 4; }
#services    { z-index: 5; }
#testimonial { z-index: 6; }
#stats       { z-index: 7; }
#faq         { z-index: 8; }
#contact     { z-index: 9; }
.footer      { z-index: 10; }

/* --- Testimonials pin + photo parallax exit + Stats wipe-up ------------
   The pin-zone reserves ~1.8 screens of scroll. While inside that range JS
   holds #testimonial FIXED and full-screen (`.testi-fixed`) so it stays put
   — it never recedes. First the accent-photo detaches and floats up out of
   view on its own; once it's gone, #stats (also fixed, higher z-index) wipes
   up from the bottom to cover the still-pinned testimonial. The wipe finishes
   exactly as the pin-zone's scroll runs out, at which point both sections
   drop back into normal flow with no visible seam (same handoff as
   hero → about). */
.testi-pin-zone { position: relative; height: 180vh; }

/* Full-viewport frame so the pinned section fills the screen (no dead gap)
   and its content clears the fixed nav bar. */
.testi-pin-zone #testimonial {
  min-height: 100svh;
  padding-top: clamp(120px, 15vh, 168px);
  box-sizing: border-box;
  /* Sticky base so the compositor holds the section at the top the instant it
     arrives (zero lag). The JS `.testi-fixed` toggle runs a frame later; the
     sticky pin covers that gap so the section never scrolls a few px past and
     snaps back — which read as a jolt at pin engagement. */
  position: sticky;
  top: 0;
}

#testimonial.testi-fixed {
  position: fixed;
  inset: 0;
  z-index: 6;
}

/* Anchor the accent photo to the bottom-right, bleeding a touch off the
   bottom edge — this is its start-of-pin resting spot. */
.testi-pin-zone .accent-photo {
  top: auto;
  bottom: -30px;
  will-change: transform;
}

#stats.stats-pin {
  position: fixed;
  inset: 0;
  z-index: 10;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  will-change: clip-path;
}

/* --- CTA card: no "Contact Now" btn any more, more room for cards */
.cta-card__content { padding-bottom: 40px; }

/* --- Footer flowing-dots canvas ------------------------------ */
.foot-dots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.footer { position: relative; overflow: hidden; }
.footer > *:not(.foot-dots):not(.accent-photo) { position: relative; z-index: 2; }

.footer__wordmark {
  position: relative;
  z-index: 3;
}

/* ---------------------------------------------------------------------- */
/* Portfolio page — standalone grid, skeleton only (real copy comes later) */
/* ---------------------------------------------------------------------- */

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.portfolio-card {
  border-radius: var(--r);
  overflow: hidden;
  background: var(--gray-card);
}

.portfolio-card__frame {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.portfolio-card__frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s var(--ease);
}

.portfolio-card:hover .portfolio-card__frame img {
  transform: scale(1.04);
}

.portfolio-card__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-top: 1px solid var(--hair-16);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.portfolio-card__label span:last-child { color: var(--ink-50); }

.portfolio-card--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  border: 1px dashed var(--hair-16);
  background: none;
  color: var(--ink-35);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 20px;
}

@media (max-width: 780px) {
  .portfolio-grid { grid-template-columns: 1fr; }
}

