/* ════════════════════════════════════════════════════════════════════
   FOLDOPS · LUX LAYER — editorial luxury, restraint as hierarchy
   Loads LAST (after styles.css and ghost.css). Re-skins both legacy
   variable systems, then imposes the maison language: warm near-black,
   bone ink, Fraunces display serif, hairline seams, one heritage-green
   accent used as punctuation. No glows. No gradients. No neon.
   ════════════════════════════════════════════════════════════════════ */

/* ── 0 · Token override: both legacy var systems, one warm language ── */
:root {
  /* canvas — warm blacks (styles.css system) */
  --bg-0: #0c0b09;
  --bg-1: #12100c;
  --bg-2: #161410;
  --bg-3: #1c1915;

  /* ink — bone, not blue-white */
  --ink: #efeae0;
  --ink-soft: #e0dacc;
  --ink-dim: #b6ae9d;
  --muted: #8d8678;
  --muted-2: #6b6558;
  --muted-3: #4a453c;

  /* the single accent — heritage green (was neon cyan) */
  --volt: #2f6f5e;
  --volt-2: #3e8a72;
  --cyan: #2f6f5e;
  --cyan-2: #58a188;
  --amber: #b99a5b;
  --amber-2: #cdb27d;

  --glass-strong: rgba(14, 12, 9, 0.82);
  --glass-mid: rgba(18, 16, 12, 0.66);
  --glass-soft: rgba(24, 21, 16, 0.44);

  /* ghost.css system (subpages) */
  --void: #0c0b09;
  --carbon: #14120e;
  --ink-ghost: #6b6558;
  --ink-dead: #4a453c;
  --cobalt: #2f6f5e;
  --cobalt-bright: #3e8a72;
  --cobalt-pale: #a9c3b6;
  --cobalt-deep: #24544a;
  --cobalt-glow: rgba(47, 111, 94, 0.12);
  --cobalt-faint: rgba(47, 111, 94, 0.05);
  --signal-green: #4c9b7e;
  --signal-amber: #b99a5b;
  --edge-top: rgba(239, 234, 224, 0.07);
  --edge-specular: rgba(47, 111, 94, 0.22);
  --grain-opacity: 0.015;

  /* lux-native tokens */
  --lux-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --lux-body: "Inter", system-ui, -apple-system, sans-serif;
  --lux-line: rgba(239, 234, 224, 0.09);
  --lux-line-strong: rgba(239, 234, 224, 0.16);
  --lux-green: #2f6f5e;
  --lux-green-bright: #58a188;
  --lux-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── 1 · Canvas: flat, warm, quiet ── */
body {
  background: var(--bg-0);
  color: var(--ink);
  font-family: var(--lux-body);
}
/* retire every legacy spectacle layer */
.hero-hex, .hero-noise, .hw-scanlines, .hw-grid, .hw-corner, .hw-border-glow,
.hw-rec, .feed-badge, .hw-encrypted, .ghost-conduit, #fx-spot,
.hero video, video.bg-video, .bg-video { display: none !important; }

/* ── 2 · Display voice: the serif speaks, everything else whispers ── */
.headline,
.proof-title, .results-title, .p-headline, .deploy-title,
.ghost-h1, .ghost-h2, .ghost-h3,
.about-card-title, .pricing-name, .hp-name {
  font-family: var(--lux-serif);
  font-weight: 480;
  letter-spacing: -0.012em;
  text-transform: none;
  color: var(--ink);
  font-optical-sizing: auto;
}
.proof-title, .results-title, .p-headline, .deploy-title { font-weight: 440; }

/* micro-labels: the only all-caps allowed, and they whisper */
.trust-text, .ghost-eyebrow, .ghost-label, .hp-label, .hp-badge,
.pricing-badge, .pricing-includes-ghost, .hs-caption, .hs-bar em,
.about-card-label, .about-id-role, .hero-chips li {
  font-family: var(--lux-body);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ── 3 · Index hero: a page from the book, not a dashboard ── */
.hero { background: transparent; position: relative; overflow: visible; }
.hero::before, .hero::after { content: none; }

.trust-strip {
  border: 0; background: none; padding: 0; margin: 0 0 30px;
  display: inline-flex; align-items: center; gap: 14px; box-shadow: none;
}
.trust-strip::before {
  content: ''; width: 22px; height: 1px; background: var(--lux-green-bright);
  animation: none; border-radius: 0; margin: 0; flex: 0 0 auto;
}
.trust-text { font-size: 10.5px; color: var(--muted); }

.headline {
  font-size: clamp(3rem, 5.4vw, 4.9rem);
  line-height: 1.02;
  margin-bottom: 30px;
}
.hl-primary { color: var(--ink); font-weight: 500; text-shadow: none; }
.hl-secondary {
  font-weight: 380; color: var(--ink-dim); letter-spacing: -0.008em;
}
.hl-secondary em { font-style: italic; font-weight: 420; color: var(--ink); }
.headline .headline-grad, .headline-grad {
  background: none !important;
  -webkit-text-fill-color: var(--ink) !important;
  color: var(--ink) !important;
  animation: none; font-style: italic; font-weight: 420;
  display: inline;
}

.subhead {
  font-size: clamp(1.02rem, 1.1vw, 1.15rem);
  line-height: 1.75; color: var(--muted);
  max-width: 52ch; text-wrap: pretty;
}
.subhead strong { color: var(--ink-soft); font-weight: 500; }

.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 8px; }
.primary-cta {
  font-family: var(--lux-body); font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); background: transparent;
  border: 1px solid var(--lux-line-strong); border-radius: 2px;
  padding: 17px 30px; box-shadow: none;
  transition: background 220ms var(--lux-ease), color 220ms, border-color 220ms;
}
.primary-cta:hover {
  background: var(--ink); color: #171512; border-color: var(--ink);
  transform: none; box-shadow: none;
}
.ghost-cta {
  font-family: var(--lux-body); font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  padding: 15px 2px; border-bottom: 1px solid var(--lux-line);
  transition: color 200ms, border-color 200ms;
}
.ghost-cta:hover { color: var(--ink); border-color: var(--ink-dim); transform: none; }

.hero-chips { display: flex; gap: 0; list-style: none; padding: 0; margin: 34px 0 0; flex-wrap: wrap; }
.hero-chips li {
  font-size: 10px; color: var(--muted-2);
  padding: 0; border: 0; border-radius: 0; background: none;
}
.hero-chips li + li::before { content: '·'; margin: 0 14px; color: var(--muted-3); }
.hero-chips li:hover { border: 0; background: none; transform: none; }

/* ── 4 · The showcase: gallery-hung, matte, dead straight ── */
.hero-showcase { perspective: none; position: relative; }
.hs-stack { position: relative; }
.hs-browser {
  transform: none; border-radius: 3px;
  background: var(--bg-1);
  border: 1px solid var(--lux-line);
  box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.85);
  transition: border-color 260ms var(--lux-ease);
}
.hero-showcase:hover .hs-browser {
  transform: none; border-color: var(--lux-line-strong);
  box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.85);
}
.hs-bar {
  background: var(--bg-1);
  border-bottom: 1px solid var(--lux-line);
  padding: 13px 18px; gap: 0;
}
.hs-bar span { display: none; }
.hs-bar em { margin-left: 0; font-size: 9.5px; letter-spacing: 0.18em; color: var(--muted-2); }
.hs-screen { aspect-ratio: 16 / 10; height: auto; overflow: hidden; }
.hs-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
/* the hero hangs ONE piece; the before/after story lives in the proof rail */
.hs-before { display: none !important; }
.hs-before-unused {
  position: absolute; z-index: 2; left: -4%; bottom: -11%; width: 27%; margin: 0;
  border-radius: 3px; overflow: hidden;
  border: 1px solid var(--lux-line-strong);
  box-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.9);
  transform: none; filter: grayscale(1) brightness(0.78) contrast(0.92);
  transition: filter 260ms var(--lux-ease);
}
.hero-showcase:hover .hs-before { transform: none; filter: grayscale(0.85) brightness(0.84); }
.hs-before img { width: 100%; height: 150px; object-fit: cover; object-position: top; display: block; }
.hs-before figcaption {
  position: absolute; top: 8px; left: 8px;
  font-family: var(--lux-body); font-size: 8.5px; letter-spacing: 0.16em;
  padding: 4px 8px; border-radius: 2px;
  background: rgba(12, 11, 9, 0.82); color: var(--ink-dim);
  border: 1px solid var(--lux-line);
}
.hs-caption {
  margin: 22px 0 0; justify-content: flex-end; padding: 0;
  font-size: 9.5px; letter-spacing: 0.18em; color: var(--muted-2);
}
.hs-caption .pulse-dot { display: none; }

/* the last hardcoded spectacles: navy hero wash + gradient-text accents */
.hero-media { background: none !important; }
.p-headline-accent, .deploy-title span, .hl-cyan, .hl-soft {
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: #a9c3b6 !important;
  color: #a9c3b6 !important;
  font-style: italic; font-weight: 440;
}

.p-tag-text, .p-section-label, .p-tag, .section-kicker {
  color: var(--muted) !important;
  font-family: var(--lux-body); letter-spacing: 0.18em;
}
.p-tag .pulse-dot, .p-tag-dot { background: var(--lux-green-bright); box-shadow: none; animation: none; }

/* ── 5 · Sections: seams of light, not slabs of color ── */
.proof-section, .results-section, .p-section, .deploy-section {
  background: transparent;
  border-top: 1px solid var(--lux-line);
  border-bottom: none;
}
.site-footer { background: var(--bg-1); border-top: 1px solid var(--lux-line); }
.macro-texture-bg { opacity: 0.05; mix-blend-mode: normal; }
.deploy-section::before, .site-footer::before, .proof-section::after { display: none; }
.ghost-bloom { opacity: 0.35; }

/* ── 6 · Cards & plates: flat, hairline, angular ── */
.results-counter-card, .dispatch-card, .hp-card, .pricing-plate,
.about-spine-node, .about-id-chassis {
  background: var(--bg-1);
  border: 1px solid var(--lux-line);
  border-radius: 3px;
  box-shadow: none;
  transition: border-color 220ms var(--lux-ease), background 220ms;
}
.results-counter-card:hover, .dispatch-card:hover, .hp-card:hover,
.pricing-plate:hover, .about-spine-node:hover {
  transform: none;
  border-color: var(--lux-line-strong);
  background: var(--bg-2);
  box-shadow: none;
}
/* about page structure (the about-* classes exist in NO legacy sheet) */
.about-spine { display: grid; gap: 14px; }
.about-spine-node { border-left: 1px solid var(--lux-line); padding: 28px 30px; }
.about-card-title { font-size: 20px; margin: 0 0 8px; }
.about-card-desc { font-size: 15px; line-height: 1.65; margin: 0; }
.about-safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 940px; margin: 0 auto; }
@media (max-width: 760px) { .about-safety-grid { grid-template-columns: 1fr; } }
.about-safety-tag {
  display: inline-block; font-family: var(--lux-body); font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 7px 12px; margin-bottom: 14px; border: 1px solid var(--lux-line-strong);
}
.about-safety-list { list-style: none; margin: 0; padding: 0; }
.about-safety-list li {
  position: relative; padding: 11px 0 11px 26px;
  font-size: 14.5px; line-height: 1.55; color: var(--muted);
  border-bottom: 1px solid var(--lux-line);
}
.about-safety-list li:last-child { border-bottom: none; }
.about-safety-list li::before {
  content: ''; position: absolute; left: 2px; top: 18px; width: 9px; height: 5px;
  border-left: 1px solid var(--lux-green-bright); border-bottom: 1px solid var(--lux-green-bright);
  transform: rotate(-45deg);
}
.about-builder-layout { display: grid; grid-template-columns: 250px 1fr; gap: 40px; align-items: start; }
@media (max-width: 760px) { .about-builder-layout { grid-template-columns: 1fr; justify-items: center; text-align: center; } }
.about-id-chassis { display: flex; flex-direction: column; padding: 16px; }
.about-builder-photo--mono { aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; }
.about-id-name { font-family: var(--lux-body); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 14px; }
.about-id-role { font-size: 9.5px; color: var(--muted-2); margin-top: 5px; }
.about-builder-copy p { font-size: 15.5px; line-height: 1.7; color: var(--muted); margin: 0 0 14px; }
.about-builder-copy strong { color: var(--ink-soft); }
.about-guarantee { margin-top: 20px; padding: 16px 20px; }
.about-guarantee p { margin: 0; color: var(--ink-dim); }
.about-inline-link { color: var(--lux-green-bright); text-decoration: underline; text-underline-offset: 3px; }
.about-quote-sig { font-family: var(--lux-body); font-size: 10px; letter-spacing: 0.16em; color: var(--muted-2); text-transform: uppercase; }
.about-card-label { font-size: 10px; color: var(--lux-green-bright); }
.about-card-desc { color: var(--muted); }
.about-guarantee { border-left: 1px solid var(--lux-green); background: rgba(47, 111, 94, 0.06); border-radius: 0 3px 3px 0; }
.about-builder-photo--mono {
  border-radius: 3px; border: 1px solid var(--lux-line);
  background: var(--bg-2);
}
.about-builder-photo--mono span {
  font-family: var(--lux-serif); font-weight: 440; font-size: 56px;
  color: var(--ink-dim); text-shadow: none;
}
.about-safety-tag--same { color: var(--lux-green-bright); border-color: rgba(88, 161, 136, 0.35); background: rgba(47, 111, 94, 0.07); border-radius: 2px; }
.about-safety-tag--diff { color: var(--ink-dim); border-color: var(--lux-line-strong); background: transparent; border-radius: 2px; }
.about-safety-list li::before { border-color: var(--lux-green-bright); }
.about-safety-col--same .about-safety-list li::before { border-color: var(--lux-green-bright); }

/* pricing numerals in the serif — money deserves the good type */
.hp-price, .pricing-dollar, .results-counter-value, .ghost-stat-val {
  font-family: var(--lux-serif);
  font-weight: 460;
  letter-spacing: -0.01em;
  font-feature-settings: 'tnum';
  color: var(--ink);
  background: none; -webkit-text-fill-color: currentColor;
}

/* buttons everywhere: outline, inversion on hover, never a glow */
.header-cta, .hp-cta, .mobile-nav-cta {
  font-family: var(--lux-body); font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase;
  background: transparent; color: var(--ink);
  border: 1px solid var(--lux-line-strong); border-radius: 2px;
  box-shadow: none;
  transition: background 220ms var(--lux-ease), color 220ms, border-color 220ms;
}
.header-cta:hover, .hp-cta:hover, .mobile-nav-cta:hover {
  background: var(--ink); color: #171512; border-color: var(--ink);
  transform: none; box-shadow: none;
}

/* the one green sentence on the page: the featured plan */
.hp-card--featured, .pricing-plate--featured {
  border-color: rgba(88, 161, 136, 0.45);
}
.hp-cta--featured, .hp-cta.featured {
  background: var(--lux-green); border-color: var(--lux-green); color: #f2efe7;
}
.hp-cta--featured:hover, .hp-cta.featured:hover {
  background: var(--lux-green-bright); border-color: var(--lux-green-bright); color: #10130f;
}

.pulse-dot { background: var(--lux-green-bright); box-shadow: none; animation: none; width: 5px; height: 5px; }

/* ── 7 · Subpage heroes: maison caps, compact, lit by nothing ── */
.ghost-hero {
  height: auto; min-height: 0;
  padding: clamp(150px, 19vh, 216px) var(--shell-pad, 24px) clamp(60px, 8vh, 92px);
}
.ghost-hero-bg { background: transparent; }
.ghost-hero-bg::after {
  background: linear-gradient(90deg, transparent, var(--lux-line-strong) 30%, var(--lux-line-strong) 70%, transparent);
  box-shadow: none;
}
.ghost-eyebrow { font-size: 10px; letter-spacing: 0.24em; color: var(--muted); margin-bottom: 28px; }
.ghost-eyebrow::before {
  width: 22px; height: 1px; border-radius: 0;
  background: var(--lux-green-bright); box-shadow: none; animation: none;
}
.ghost-h1 {
  font-size: clamp(2.6rem, 5.6vw, 4.6rem);
  line-height: 1.04; letter-spacing: 0.005em; font-weight: 440;
  text-shadow: none;
}
.ghost-thin { font-weight: 340; letter-spacing: 0.01em; color: var(--ink-dim); }
.ghost-h1 .ghost-h1-accent {
  background: none; -webkit-text-fill-color: currentColor;
  color: var(--ink); filter: none; font-style: italic; font-weight: 460;
}
.ghost-hero .ghost-sub {
  font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.75;
  color: var(--muted); max-width: 54ch; text-wrap: balance; text-shadow: none;
}
.ghost-hero-stats { display: flex; gap: 0; justify-content: center; margin-top: 48px; }
.ghost-hero-stats .ghost-stat { text-align: center; padding: 0 clamp(24px, 3.5vw, 48px); }
.ghost-hero-stats .ghost-stat + .ghost-stat { border-left: 1px solid var(--lux-line); }
.ghost-hero-stats .ghost-stat-val { font-size: clamp(1.3rem, 2.1vw, 1.75rem); }
.ghost-hero-stats .ghost-stat-lbl {
  font-family: var(--lux-body); font-size: 9px; letter-spacing: 0.2em;
  color: var(--muted-2); margin-top: 8px; text-transform: uppercase;
}

/* ── 8 · Nav: hairline under glass, links in small caps that behave ── */
.site-header, .header, .ghost-nav {
  background: rgba(12, 11, 9, 0.72);
  border-bottom: 1px solid var(--lux-line);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-link, .site-nav a, .ghost-nav a {
  font-family: var(--lux-body); font-weight: 500;
  letter-spacing: 0.14em; color: var(--muted);
}
.nav-link:hover, .site-nav a:hover, .ghost-nav a:hover { color: var(--ink); }

/* ── 9 · Motion: settle, never bounce; honor stillness ── */
.reveal, .ghost-reveal { transition-duration: 480ms; transition-timing-function: var(--lux-ease); }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  .reveal, .ghost-reveal { transition: none; }
}

/* ── 10 · Mobile: same book, narrower page ── */
@media (max-width: 1023px) {
  .hero-layout { min-height: auto; align-items: start; }
  .hero { padding-bottom: clamp(48px, 8vw, 84px); }
  .hs-before { display: none; }
  .hero-showcase { margin-top: 10px; }
  .hs-caption { justify-content: flex-start; }
  .ghost-hero { padding-top: clamp(118px, 15vh, 156px); }
  .ghost-hero-stats { flex-wrap: wrap; }
  .ghost-hero-stats .ghost-stat { padding: 0 18px; }
}
@media (max-width: 760px) {
  .headline { font-size: clamp(2.5rem, 11vw, 3.2rem); }
  .hero-actions { gap: 18px; }
  .hero-chips li + li::before { margin: 0 10px; }
}

/* ════════════════════════════════════════════════════════════════════
   ── 11 · CAR WASH — hero deep polish, outside and in ──
   Scope: index hero + its background + header scroll state. No new
   markup. Kills the last hidden navy layers, gives the canvas warm
   tonal air + film grain, lets the serif and the one green CTA lead.
   ════════════════════════════════════════════════════════════════════ */

/* the inside dirt: the legacy overlay still painted navy washes */
.hero-overlay { background: none !important; animation: none; }

/* canvas: warm tonal air — a green breath behind the words, an amber
   whisper under the build, corners settling dark. barely-there. */
.hero-media {
  background:
    radial-gradient(90rem 60rem at 12% -8%, rgba(47, 111, 94, 0.08), transparent 58%),
    radial-gradient(80rem 55rem at 96% 94%, rgba(185, 154, 91, 0.055), transparent 55%),
    radial-gradient(140% 120% at 50% 38%, transparent 52%, rgba(0, 0, 0, 0.4) 100%) !important;
}

/* film grain on the canvas, under the content */
.hero-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: 0.05;
  pointer-events: none;
}

.hero { border-bottom-color: var(--lux-line); }

/* header scroll state: was navy glass with a blue beam — now warm */
.site-header.is-scrolled {
  background: linear-gradient(180deg, rgba(12, 11, 9, 0.8), rgba(12, 11, 9, 0.62)) !important;
  border-bottom-color: var(--lux-line);
}
.site-header::before {
  background: linear-gradient(90deg, transparent, rgba(239, 234, 224, 0.16), transparent);
}

/* headline: the first line speaks, the second line breathes,
   and "right." gets the sage italic — the site's signature */
.headline {
  font-size: clamp(3.1rem, 6vw, 5.5rem);
  line-height: 1.0;
  margin-bottom: 28px;
}
.hl-secondary { color: var(--ink-soft); font-weight: 360; }
.hl-secondary em,
.headline .headline-grad {
  -webkit-text-fill-color: #a9c3b6 !important;
  color: #a9c3b6 !important;
  font-style: italic;
  font-weight: 430;
  filter: none; /* the legacy neon drop-shadow died here */
}

.subhead {
  color: var(--ink-dim);
  font-size: clamp(1.04rem, 1.15vw, 1.19rem);
  line-height: 1.72;
  max-width: 50ch;
  margin-bottom: 34px;
}
.subhead strong { color: var(--ink); }

/* the one green sentence in the hero: the featured CTA */
.primary-cta {
  min-width: 0;
  height: 52px;
  padding: 0 34px;
  background: var(--lux-green);
  border-color: rgba(88, 161, 136, 0.4);
  color: #f2efe7;
  letter-spacing: 0.14em;
  box-shadow: none;
}
.primary-cta:hover {
  background: #24544a;
  border-color: var(--lux-green-bright);
  color: #f2efe7;
  transform: none;
  box-shadow: none;
}
.primary-cta:active {
  transform: translateY(1px);
  background: #24544a;
  box-shadow: none;
}
.ghost-cta { color: var(--ink-dim); }
.ghost-cta:hover { color: var(--ink); }

.hero-chips { margin-top: 36px; }
.hero-chips li { color: var(--muted); }

/* air between the words and the work */
.hero-layout { gap: clamp(30px, 3.2vw, 60px); }

/* the showcase frame: firmer hairline, quieter chrome label */
.hs-browser { border-color: var(--lux-line-strong); }
.hs-bar em { color: var(--muted); }
.hs-caption { color: var(--muted); }

/* interior finish: visible focus, house selection color */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--lux-green-bright);
  outline-offset: 3px;
  border-radius: 2px;
}
::selection { background: var(--lux-green); color: #f2efe7; }

/* ════════════════════════════════════════════════════════════════════
   ── 12 · LIVING SHOWCASE — the right side wakes up ──
   The frame now plays the FULL Accent build (real capture, 1200×1933)
   as a slow crawl inside the browser chrome; the grayscale old site
   returns, tucked behind the corner. Transform-only motion, settles,
   pauses on hover, dies under prefers-reduced-motion.
   ════════════════════════════════════════════════════════════════════ */

/* the words and the work stop crowding each other */
.hero-layout { gap: clamp(48px, 5vw, 96px); }

/* the crawl: the whole site, as a customer would scroll it */
.hs-screen { container-type: size; }
.hs-scroll { height: 100%; }
.hs-screen .hs-scroll img {
  width: 100%;
  height: auto;
  object-fit: unset;
  object-position: unset;
  display: block;
  animation: hs-crawl 40s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  animation-delay: 1.8s;
  will-change: transform;
}
@keyframes hs-crawl {
  from { transform: translateY(0); }
  to   { transform: translateY(calc(-100% + 100cqh)); }
}
/* hover = the visitor took the wheel; hold still */
.hero-showcase:hover .hs-scroll img { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .hs-screen .hs-scroll img { animation: none !important; }
}

/* the before ghost: what they replaced, in grayscale, behind the new */
.hs-before {
  display: block !important;
  position: absolute;
  z-index: 2;
  left: -5%;
  bottom: -8%;
  width: 23%;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--lux-line-strong);
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.85);
  filter: grayscale(1) brightness(0.62) contrast(0.92);
  transition: filter 260ms var(--lux-ease);
}
.hero-showcase:hover .hs-before { filter: grayscale(0.8) brightness(0.8) contrast(0.94); }
.hs-before img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: top;
  display: block;
}
.hs-before figcaption {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: var(--lux-body);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  padding: 4px 8px;
  border-radius: 2px;
  background: rgba(12, 11, 9, 0.85);
  color: var(--ink-dim);
  border: 1px solid var(--lux-line);
}

/* keep the phone clean: one frame only */
@media (max-width: 1023px) {
  .hs-before { display: none !important; }
}

/* ════════════════════════════════════════════════════════════════════
   ── 13 · BRAND & PLACEMENT — the logo joins the house, the frame
   hugs the right edge it belongs to ──
   ════════════════════════════════════════════════════════════════════ */

/* wordmark: serif voice, no blue-white, no glows */
.brand-word,
.footer-brandname {
  font-family: var(--lux-serif);
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--ink);
}
.brand { color: var(--ink); }
.brand-mark { filter: none; }
.brand:hover {
  transform: none;
  filter: none;
  text-shadow: none;
}
.brand:hover .brand-mark { transform: none; filter: none; }
.brand:hover .brand-word {
  color: var(--ink);
  letter-spacing: 0.01em;
  transform: none;
  text-shadow: none;
}

/* the showcase belongs to the right edge — let it lean out past
   the shell padding on wide screens */
.hero-showcase { margin-right: clamp(-44px, -2.8vw, 0px); }
@media (max-width: 1023px) {
  .hero-showcase { margin-right: 0; }
}

/* ════════════════════════════════════════════════════════════════════
   ── 14 · THE LIVE EMBED — a real client site inside the frame ──
   Poster first (no iframe until asked). Click = the site wakes up
   inline (desktop) or expands to a viewport overlay (mobile).
   Matte hairline plate, quiet chrome, honest escape hatch.
   ════════════════════════════════════════════════════════════════════ */

/* the accent before-ghost belongs to the old story; the live build hangs alone */
.hs-before { display: none !important; }

/* bar: label left, escape hatch right */
.hs-bar { display: flex; align-items: center; }
.hs-bar em { margin-right: auto; }
.hs-bar em .hs-bar-sub { display: inline; }

.hs-newtab {
  font-family: var(--lux-body);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  padding: 8px 0 8px 12px;
  transition: color 150ms var(--lux-ease);
}
.hs-newtab:hover { color: var(--ink); }

/* the screen */
.hs-live { position: relative; }

.hs-live .hs-poster {
  transition: opacity 320ms var(--lux-ease);
}

.hs-live iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--bg-1);
  opacity: 0;
  transition: opacity 320ms var(--lux-ease);
}

.hs-live.is-live iframe { opacity: 1; }
.hs-live.is-live .hs-poster { opacity: 0; }
.hs-live.is-live .hs-activate { display: none; }

/* the invitation: whole surface is the button, one quiet chip */
.hs-activate {
  position: absolute;
  inset: 0;
  width: 100%;
  display: grid;
  place-items: center;
  background: rgba(12, 11, 9, 0.22);
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: background 220ms var(--lux-ease);
}
.hs-activate:hover { background: rgba(12, 11, 9, 0.42); }

.hs-activate-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 24px;
  font-family: var(--lux-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(12, 11, 9, 0.82);
  border: 1px solid var(--lux-line-strong);
  border-radius: 2px;
  transition: background 220ms var(--lux-ease), color 220ms, border-color 220ms;
}
.hs-activate:hover .hs-activate-chip {
  background: var(--ink);
  color: #171512;
  border-color: var(--ink);
}

/* expand chip: appears once the site is live inline */
.hs-expand {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: none;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  font-family: var(--lux-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
  background: rgba(12, 11, 9, 0.85);
  border: 1px solid var(--lux-line-strong);
  border-radius: 2px;
  cursor: pointer;
  transition: background 220ms var(--lux-ease), color 220ms, border-color 220ms;
}
.hs-live.is-live .hs-expand { display: inline-flex; }
.hs-expand:hover {
  background: var(--ink);
  color: #171512;
  border-color: var(--ink);
}

/* scroll cue: a faux scrollbar whisper on the frame edge, then it leaves */
.hs-scrollcue {
  position: absolute;
  right: 5px;
  top: 14px;
  bottom: 14px;
  width: 3px;
  background: var(--lux-line);
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
}
.hs-scrollcue::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 56px;
  border-radius: 2px;
  background: rgba(88, 161, 136, 0.55);
}
.hs-live.is-live .hs-scrollcue {
  animation: cue-fade 6s var(--lux-ease) forwards;
}
@keyframes cue-fade {
  0%, 70% { opacity: 1; }
  100% { opacity: 0; }
}

/* the expanded overlay: the site at viewport size, warm scrim, one X */
.hs-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  flex-direction: column;
  padding: clamp(10px, 2vw, 28px);
  background: rgba(12, 11, 9, 0.92);
  opacity: 0;
  transition: opacity 220ms var(--lux-ease);
}
.hs-overlay[hidden] { display: none; }
.hs-overlay.is-open { opacity: 1; }

.hs-overlay-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 2px 2px 12px;
}

.hs-overlay-label {
  font-family: var(--lux-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-overlay-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hs-overlay-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--lux-line-strong);
  border-radius: 2px;
  color: var(--ink);
  font-size: 15px;
  cursor: pointer;
  transition: background 220ms var(--lux-ease), color 220ms, border-color 220ms;
}
.hs-overlay-close:hover {
  background: var(--ink);
  color: #171512;
  border-color: var(--ink);
}

.hs-overlay-frame {
  flex: 1;
  min-height: 0;
  background: var(--bg-1);
  border: 1px solid var(--lux-line-strong);
  border-radius: 3px;
  overflow: hidden;
}
.hs-overlay-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--bg-1);
}

body.hs-overlay-open { overflow: hidden; }

@media (max-width: 1023px) {
  .hs-bar em .hs-bar-sub { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hs-live.is-live .hs-scrollcue { animation: none; opacity: 0; }
}

/* ════════════════════════════════════════════════════════════════════
   ── 15 · THE FILM BELOW THE FOLD — one voice all the way down ──
   The last gradient-clipped headlines, neon badges, traffic-light
   dots, dot-grids and blinking status chips die here.
   ════════════════════════════════════════════════════════════════════ */

/* section headlines: the second line speaks sage, like everywhere else */
.proof-title span,
.results-title span {
  background: none !important;
  -webkit-text-fill-color: #a9c3b6 !important;
  color: #a9c3b6 !important;
  font-style: italic;
  font-weight: 430;
  filter: none;
}

/* the stat numerals join the serif voice (lux missed this selector) */
.counter-value {
  font-family: var(--lux-serif);
  font-weight: 460;
  letter-spacing: -0.01em;
  font-feature-settings: 'tnum';
  color: var(--ink);
}
.counter-value-red { color: var(--ink); }
.counter-suffix { color: var(--ink-dim); }

/* the loss lines: sage italic, not green shouting */
.dispatch-stat {
  font-family: var(--lux-serif);
  font-style: italic;
  font-weight: 440;
  font-size: 1.05rem;
  letter-spacing: 0;
  text-transform: none;
  color: #a9c3b6;
}

/* proof carousel chrome: no traffic lights, no neon */
.proof-dot-r,
.proof-dot-y,
.proof-dot-g {
  background: var(--muted-3);
  box-shadow: none;
}
.proof-url { color: var(--muted-2); }
.proof-badge {
  background: transparent;
  border: 1px solid var(--lux-line-strong);
  border-radius: 2px;
  color: var(--muted);
  letter-spacing: 0.14em;
  box-shadow: none;
}
.proof-badge-before {
  background: transparent;
  border-color: var(--lux-line-strong);
  color: var(--muted);
}
.proof-badge-after {
  background: rgba(47, 111, 94, 0.12);
  border-color: rgba(88, 161, 136, 0.35);
  color: var(--lux-green-bright);
}

/* befores are artifacts, not attractions */
.proof-before img { filter: grayscale(1) brightness(0.62) contrast(0.9); }

/* retire the dot-grid overlay and the blinking status chip */
.proof-dot-grid { display: none; }
.dispatch-pulse { animation: none; box-shadow: none; }
.dispatch-status { color: var(--muted-2); }

/* ════════════════════════════════════════════════════════════════════
   ── 16 · THE REBALANCE (round 11) — the hero breathes, the frame
   shows the client's site the way a client would see it ──
   (a) The dead canvas above the kicker is redistributed: content
       lifts, and the copy column gains internal air instead of
       hoarding whitespace at the top.
   (b) The inline live frame renders Holland's DESKTOP layout at
       1280×800, scaled to fit the 16:10 screen — no more phone
       layout crammed into a viewport no real device has.
   ════════════════════════════════════════════════════════════════════ */

/* (a) desktop vertical rhythm — ≥1121px only (mobile keeps its own tune) */
@media (min-width: 1121px) {
  .hero { padding: 96px 0 64px; }
  .hero-layout { min-height: calc(100vh - 160px); }
  .trust-strip { margin-bottom: 36px; }
  .headline { margin-bottom: 34px; }
  .hero-actions { margin-top: 22px; }
  .hero-chips { margin-top: 46px; }
}

/* (b) the inline frame is a desktop viewport, scaled — top-left anchored.
   JS sets --hs-scale = screenWidth / 1280 on activate + resize.
   Overlay frame (.hs-overlay-frame iframe) is untouched: it is already
   desktop-sized. Known traps honored: .hs-stack stays position:relative,
   .hs-screen keeps aspect-ratio 16/10 + height:auto (see §4). */
.hs-live iframe {
  width: 1280px;
  height: 800px; /* 1280 ÷ 1.6 — fills the 16:10 screen exactly */
  transform-origin: 0 0;
  transform: scale(var(--hs-scale, 0.5));
}

/* the expand chip must float above the frame (iframe is appended last
   in the DOM and was painting over it — hit-test proven) */
.hs-live .hs-expand { z-index: 3; }

/* (c) mobile mirror — same grouped rhythm, narrower page.
   §4's blanket `.hs-bar span { display:none }` kill means every new
   bar span needs an explicit re-display (learned gotcha). */
.hs-bar em .hs-bar-live { display: inline; }

@media (max-width: 1120px) {
  .trust-strip { margin-bottom: 26px; }
  .headline { margin-bottom: 26px; }
  .hero-actions { margin-top: 16px; }
  .hero-chips { margin-top: 40px; }
}

@media (max-width: 600px) {
  /* facts read as a quiet column — no orphaned "·" when the row wraps */
  .hero-chips { flex-direction: column; gap: 10px; }
  .hero-chips li + li::before { content: none; margin: 0; }
  /* the frame bar keeps to one line: the brand, the escape hatch */
  .hs-bar em .hs-bar-live { display: none; }
  .hs-bar em { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}

/* ════════════════════════════════════════════════════════════════════
   ── 17 · HOW-IT-WORKS (round 14) — the consoles retire.
   A fake terminal is the opposite of "real or nothing." Each step's
   visual is now a flat hairline plate that only says true things.
   ════════════════════════════════════════════════════════════════════ */

/* hero steps strip — three serif numerals, one hairline, no boxes */
.hiw-steps {
  display: flex; justify-content: center;
  gap: clamp(28px, 6vw, 84px);
  margin: 44px auto 0; max-width: 640px;
  padding-top: 26px; border-top: 1px solid var(--lux-line);
}
.hiw-step { display: flex; align-items: baseline; gap: 10px; }
.hiw-step-num {
  font-family: var(--lux-serif); font-weight: 400;
  font-size: clamp(1.35rem, 2vw, 1.8rem); color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.hiw-step-label {
  font-family: var(--lux-body); font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
}

/* the plates */
.hiw-plate {
  background: var(--bg-1);
  border: 1px solid var(--lux-line);
  border-radius: 3px;
  padding: clamp(24px, 2.6vw, 36px);
  max-width: 460px; margin: 0 auto;
  box-shadow: 0 30px 70px -45px rgba(0, 0, 0, 0.8);
}
.hiw-plate-label {
  font-family: var(--lux-body); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 8px;
}
.hiw-plate-rows { list-style: none; margin: 0; padding: 0; }
.hiw-plate-rows li {
  display: flex; align-items: baseline; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid var(--lux-line);
  font-family: var(--lux-body); font-size: 14.5px; line-height: 1.5;
  color: var(--ink-dim);
}
.hiw-plate-rows li:last-child { border-bottom: 0; }
.hiw-plate-rows li::before {
  content: ''; width: 14px; height: 1px;
  background: var(--lux-green-bright);
  flex: 0 0 auto; position: relative; top: -4px;
}
.hiw-plate-note {
  margin: 18px 0 0;
  font-family: var(--lux-serif); font-style: italic; font-weight: 430;
  font-size: 15px; line-height: 1.55; color: #a9c3b6;
}
.hiw-plate-cta {
  display: inline-flex; align-items: center; min-height: 44px;
  margin-top: 20px; padding: 0 22px;
  font-family: var(--lux-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  border: 1px solid var(--lux-line-strong); border-radius: 2px;
  transition: background 220ms var(--lux-ease), color 220ms, border-color 220ms;
}
.hiw-plate-cta:hover { background: var(--ink); color: #171512; border-color: var(--ink); }

/* module copy stats: serif, bone, no signal glows */
.ghost-module .ghost-stat-val {
  font-family: var(--lux-serif) !important; font-weight: 420 !important;
  color: var(--ink) !important; text-shadow: none !important;
}
.ghost-module .ghost-stat-lbl { color: var(--muted) !important; }

/* ── 17b · From Trust down (round 15): seams of light, not slabs ── */

/* the trust line: the page's one sage sentence */
.hiw-trust-line {
  font-family: var(--lux-serif); font-weight: 400;
  font-size: clamp(2.2rem, 4.6vw, 3.5rem); line-height: 1.08;
  color: var(--ink); margin: 14px 0 18px;
  text-transform: none; letter-spacing: -0.01em; text-wrap: balance;
}
.hiw-trust-line em { font-style: italic; font-weight: 430; color: #a9c3b6; }
.ghost-roi-section .ghost-roi-context {
  color: var(--ink-dim); font-family: var(--lux-body);
  max-width: 54ch; margin-left: auto; margin-right: auto;
}

/* counters: hairline-separated, serif values, no boxes */
.hiw-counters {
  display: grid; grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(36px, 5vw, 56px);
  border-top: 1px solid var(--lux-line);
}
.hiw-counter { padding: 28px clamp(18px, 2.4vw, 40px) 8px; text-align: center; }
.hiw-counter + .hiw-counter { border-left: 1px solid var(--lux-line); }
.hiw-counter-val {
  font-family: var(--lux-serif); font-weight: 400;
  font-variant-numeric: tabular-nums;
  font-size: clamp(2.3rem, 3.8vw, 3.2rem); line-height: 1; color: var(--ink);
}
.hiw-counter-lbl {
  font-family: var(--lux-body); font-size: 10px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-top: 12px;
}
.hiw-counter-desc {
  font-family: var(--lux-body); font-size: 13px; line-height: 1.6;
  color: var(--muted); margin: 10px auto 0; max-width: 30ch;
}
.hiw-counter-desc span { color: var(--muted-2); }
@media (max-width: 760px) {
  .hiw-counters { grid-template-columns: 1fr; border-top: 0; }
  .hiw-counter { border-top: 1px solid var(--lux-line); padding: 24px 8px 12px; }
  .hiw-counter + .hiw-counter { border-left: 0; }
}

/* component cards: flat, hairline, angular */
.hiw-components { gap: 16px; }
.hiw-card {
  background: var(--bg-1); border: 1px solid var(--lux-line); border-radius: 3px;
  padding: clamp(24px, 2.6vw, 34px);
  display: flex; flex-direction: column;
  box-shadow: none;
  transition: border-color 220ms var(--lux-ease);
}
.hiw-card:hover { border-color: var(--lux-line-strong); }
.hiw-card-tag {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--lux-body); font-size: 10px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 16px;
}
.hiw-card-tag::before { content: ''; width: 14px; height: 1px; background: var(--muted-3); flex: 0 0 auto; }
.hiw-card-tag.is-addon { color: var(--lux-green-bright); }
.hiw-card-tag.is-addon::before { background: var(--lux-green-bright); }
.hiw-card-title {
  font-family: var(--lux-serif); font-weight: 440;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem); line-height: 1.15;
  color: var(--ink); margin: 0 0 12px; text-transform: none;
}
.hiw-card-body {
  font-family: var(--lux-body); font-size: 14.5px; line-height: 1.65;
  color: var(--ink-dim); margin: 0 0 20px;
}
.hiw-card-foot {
  margin-top: auto; padding-top: 14px;
  border-top: 1px solid var(--lux-line);
  font-family: var(--lux-body); font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
}

/* ════════════════════════════════════════════════════════════════════
   ── 18 · THE PROOF RAIL (round 16) — the steel dies.
   Cool slate slabs, specular sheens, navy chrome, blue-white type:
   all of it goes warm matte. Computed-style audit r16 found every value.
   ════════════════════════════════════════════════════════════════════ */

/* the card slab: was rgba(18,22,32) steel + cool sheen + steel border */
.proof-slide-inner {
  background: var(--bg-1) !important;
  background-image: none !important;
  border-color: var(--lux-line) !important;
  border-radius: 3px !important;
  box-shadow: 0 30px 70px -45px rgba(0, 0, 0, 0.8) !important;
}
.proof-slide-inner:hover,
.proof-slide:hover .proof-slide-inner {
  background-image: none !important;
  border-color: var(--lux-line-strong) !important;
  transform: none;
}

/* the screen frames: was rgb(10,15,24) blue-black, one with a red tint */
.proof-frame {
  background: var(--bg-2) !important;
  border-color: var(--lux-line) !important;
  border-radius: 3px !important;
}

/* the browser chrome strip: was a navy slate gradient */
.proof-chrome {
  background: var(--bg-1) !important;
  background-image: none !important;
  border-bottom: 1px solid var(--lux-line) !important;
}

/* edge fades: match the warm canvas, not cool near-black */
.proof-fade-left {
  background: linear-gradient(90deg, #0c0b09 0%, rgba(12, 11, 9, 0.85) 30%, rgba(12, 11, 9, 0) 100%) !important;
}
.proof-fade-right {
  background: linear-gradient(270deg, #0c0b09 0%, rgba(12, 11, 9, 0.85) 30%, rgba(12, 11, 9, 0) 100%) !important;
}

/* type: business names get the serif in bone; the vertical trade label
   keeps its green but drops the mono cosplay */
.proof-name {
  font-family: var(--lux-serif) !important;
  font-weight: 440 !important;
  color: var(--ink) !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}
.proof-vertical {
  font-family: var(--lux-body) !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
}

/* ════════════════════════════════════════════════════════════════════
   ── 19 · ABOUT (round 17) — four scenes on the approved copy deck.
   First person. Small said once. The page's own classes so the
   orphaned "NUCLEAR REBUILD" head block stays inert.
   ════════════════════════════════════════════════════════════════════ */

.about-shell { max-width: 1080px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.about-shell--narrow { max-width: 720px; }

.about-kicker {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--lux-body); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 26px;
}
.about-kicker--center { justify-content: center; }
.about-tick { width: 22px; height: 1px; background: var(--lux-green-bright); flex: 0 0 auto; }

.about-hero {
  padding: clamp(150px, 20vh, 210px) 0 clamp(64px, 9vh, 110px);
  text-align: center;
  border-bottom: 1px solid var(--lux-line);
}
.about-h1 {
  font-family: var(--lux-serif); font-weight: 420;
  font-size: clamp(2.6rem, 5.4vw, 4.4rem); line-height: 1.05;
  color: var(--ink); margin: 0 0 26px;
  letter-spacing: -0.01em; text-wrap: balance; text-transform: none;
}
.about-h1 em, .about-h2 em { font-style: italic; font-weight: 430; color: #a9c3b6; }
.about-lede {
  font-family: var(--lux-body); font-size: clamp(1.02rem, 1.2vw, 1.16rem);
  line-height: 1.75; color: var(--ink-dim);
  max-width: 54ch; margin: 0 auto;
}

.about-scene {
  padding: clamp(64px, 9vw, 110px) 0;
  border-bottom: 1px solid var(--lux-line);
}
.about-story p {
  font-family: var(--lux-body); font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.8; color: var(--ink-dim); margin: 0 0 20px;
}
.about-story p strong { color: var(--ink); font-weight: 500; }

.about-quote-lux {
  margin: 38px 0 0; padding: 0 0 0 26px;
  border-left: 1px solid var(--lux-green-bright);
}
.about-quote-lux p {
  font-family: var(--lux-serif); font-style: italic; font-weight: 420;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem); line-height: 1.55;
  color: #a9c3b6; margin: 0 0 14px;
}
.about-quote-lux cite {
  font-family: var(--lux-body); font-style: normal; font-size: 10.5px;
  font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}

.about-rows { border-top: 1px solid var(--lux-line); }
.about-row {
  display: grid; grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 40px);
  padding: 26px 0; border-bottom: 1px solid var(--lux-line);
}
.about-row h3 {
  font-family: var(--lux-serif); font-weight: 440;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem); line-height: 1.2;
  color: var(--ink); margin: 0; text-transform: none;
}
.about-row p {
  font-family: var(--lux-body); font-size: 14.5px; line-height: 1.7;
  color: var(--ink-dim); margin: 0;
}
@media (max-width: 640px) {
  .about-row { grid-template-columns: 1fr; gap: 8px; }
}

.about-person { display: flex; gap: clamp(20px, 3.4vw, 40px); align-items: flex-start; }
.about-monogram {
  flex: 0 0 auto; width: clamp(84px, 9vw, 116px); height: clamp(84px, 9vw, 116px);
  display: grid; place-items: center;
  font-family: var(--lux-serif); font-weight: 440;
  font-size: clamp(2rem, 3vw, 2.7rem); color: var(--ink);
  background: var(--bg-1); border: 1px solid var(--lux-line-strong); border-radius: 3px;
}
/* the founder photo: gallery-hung like every frame on the site (r18) */
.about-photo {
  flex: 0 0 auto; margin: 0;
  width: clamp(140px, 17vw, 210px);
  border: 1px solid var(--lux-line-strong); border-radius: 3px;
  overflow: hidden; background: var(--bg-1);
  box-shadow: 0 30px 70px -45px rgba(0, 0, 0, 0.85);
}
.about-photo img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 720 / 705; object-fit: cover;
}
.about-person-name {
  font-family: var(--lux-serif); font-weight: 460;
  font-size: clamp(1.2rem, 1.6vw, 1.45rem); color: var(--ink); margin: 0 0 14px;
}
.about-person-name span {
  display: block; margin-top: 6px;
  font-family: var(--lux-body); font-size: 10px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
}
.about-person-copy p:not(.about-person-name) {
  font-family: var(--lux-body); font-size: 15px; line-height: 1.75;
  color: var(--ink-dim); margin: 0 0 16px;
}
@media (max-width: 560px) {
  .about-person { flex-direction: column; }
}

.about-closer { padding: clamp(80px, 11vw, 140px) 0; text-align: center; }
.about-h2 {
  font-family: var(--lux-serif); font-weight: 420;
  font-size: clamp(2.1rem, 4.2vw, 3.4rem); line-height: 1.08;
  color: var(--ink); margin: 0 0 22px;
  letter-spacing: -0.01em; text-wrap: balance; text-transform: none;
}
.about-closer-sub {
  font-family: var(--lux-body); font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.75; color: var(--ink-dim);
  max-width: 52ch; margin: 0 auto 34px;
}
.about-cta {
  display: inline-flex; align-items: center; min-height: 48px;
  padding: 0 32px;
  font-family: var(--lux-body); font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #f2efe7; background: var(--lux-green);
  border: 1px solid var(--lux-green); border-radius: 2px; text-decoration: none;
  transition: background 220ms var(--lux-ease), border-color 220ms;
}
.about-cta:hover { background: #24544a; border-color: var(--lux-green-bright); }

/* ════════════════════════════════════════════════════════════════════
   ── 20 · PRICING FAQ (round 20) — the plates go flat, the questions
   get the serif. Also retires the page's literal-blue hover glows
   (rgba(14,165,233) hardcoded in pricing.html's inline style block).
   ════════════════════════════════════════════════════════════════════ */

.ghost-plate.faq-item {
  background: var(--bg-1) !important;
  background-image: none !important;
  border: 1px solid var(--lux-line) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  padding: clamp(22px, 2.4vw, 30px) !important;
  transition: border-color 220ms var(--lux-ease) !important;
}
.ghost-plate.faq-item:hover {
  transform: none !important;
  border-color: var(--lux-line-strong) !important;
  box-shadow: none !important;
}
.ghost-plate.faq-item::before,
.ghost-plate.faq-item::after { content: none !important; }

.faq-question {
  font-family: var(--lux-serif) !important;
  font-weight: 460 !important;
  font-size: 1.12rem !important;
  line-height: 1.3 !important;
  color: var(--ink) !important;
  letter-spacing: 0 !important;
  margin-bottom: 9px !important;
  text-transform: none !important;
}
.faq-answer {
  font-family: var(--lux-body) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: var(--ink-dim) !important;
}
.faq-answer strong { color: var(--ink); }

/* subpage-wide ghost leftovers, found during the FAQ pass:
   white halo text-shadows on display accents + hardcoded BLUE
   radial blooms (rgba(14,165,233) — never remapped by the token
   override). The lux canvas is lit by nothing. */
.ghost-h1-accent, .ghost-thin, .ghost-h1, .ghost-h2 { text-shadow: none !important; }
.ghost-bloom { display: none !important; }

/* pricing plates: matte, hairline, no blue breath on hover */
.pricing-plate {
  background: var(--bg-1) !important;
  background-image: none !important;
  border: 1px solid var(--lux-line) !important;
  border-radius: 3px !important;
  box-shadow: 0 30px 70px -45px rgba(0, 0, 0, 0.8) !important;
}
.pricing-plate:hover {
  transform: none !important;
  border-color: var(--lux-line-strong) !important;
  box-shadow: 0 30px 70px -45px rgba(0, 0, 0, 0.8) !important;
}
.pricing-plate:active { transform: none !important; }
.pricing-plate::before { content: none !important; }

/* ════════════════════════════════════════════════════════════════════
   ── 21 · BOOK (round 21) — the form joins the house.
   Gradient pill button, 8px cool inputs, blue privacy link, rounded
   glass side plates, mono cosplay values: all retired.
   ════════════════════════════════════════════════════════════════════ */

/* plates: warm matte, hairline, angular */
.book-form-plate, .book-info-plate, .book-status-plate {
  background: var(--bg-1) !important;
  background-image: none !important;
  border: 1px solid var(--lux-line) !important;
  border-radius: 3px !important;
  box-shadow: 0 30px 70px -45px rgba(0, 0, 0, 0.8) !important;
}

/* fields: warm, 2px, green focus */
.book-form-plate input:not([type="checkbox"]),
.book-form-plate select,
.book-form-plate textarea {
  background: rgba(12, 11, 9, 0.55) !important;
  border: 1px solid var(--lux-line) !important;
  border-radius: 2px !important;
  color: var(--ink) !important;
  font-family: var(--lux-body) !important;
  box-shadow: none !important;
}
.book-form-plate input:focus,
.book-form-plate select:focus,
.book-form-plate textarea:focus {
  border-color: var(--lux-green-bright) !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(88, 161, 136, 0.35) !important;
}
.book-form-plate ::placeholder { color: var(--muted-2) !important; }

/* the one green sentence on the page: solid, flat, angular */
.book-form-plate button[type="submit"],
.book-form-plate .form-submit, .book-form-plate [class*="submit"] {
  background: var(--lux-green) !important;
  background-image: none !important;
  border: 1px solid var(--lux-green) !important;
  border-radius: 2px !important;
  color: #f2efe7 !important;
  box-shadow: none !important;
  transition: background 220ms var(--lux-ease), border-color 220ms !important;
}
.book-form-plate button[type="submit"]:hover,
.book-form-plate [class*="submit"]:hover {
  background: #24544a !important;
  border-color: var(--lux-green-bright) !important;
  transform: none !important;
}

/* small print link: house green, never blue */
.book-form-plate a { color: var(--lux-green-bright) !important; text-decoration: underline; text-underline-offset: 2px; }
.book-form-plate a:hover { color: var(--cobalt-pale) !important; }

/* sidebar voices: serif values, quiet tracked labels, no mono cosplay */
.book-proof-val {
  font-family: var(--lux-serif) !important;
  font-weight: 440 !important;
  color: var(--ink) !important;
  text-shadow: none !important;
}
.book-proof-lbl { font-family: var(--lux-body) !important; color: var(--muted) !important; }
.book-phone-link-ghost {
  font-family: var(--lux-serif) !important;
  font-weight: 460 !important;
  color: var(--ink) !important;
  text-shadow: none !important;
}
.book-phone-link-ghost:hover { color: var(--cobalt-pale) !important; }
.book-phone-sub, .book-status-text { font-family: var(--lux-body) !important; color: var(--muted) !important; letter-spacing: 0.14em; }
.book-status-dot { background: var(--lux-green-bright) !important; box-shadow: none !important; animation: none !important; }
.book-info-title-ghost { font-family: var(--lux-serif) !important; font-weight: 460 !important; color: var(--ink) !important; text-transform: none !important; letter-spacing: 0 !important; }
.book-info-steps-ghost { color: var(--ink-dim) !important; font-family: var(--lux-body) !important; }

/* ════════════════════════════════════════════════════════════════════
   ── 22 · THE FOOTER (round 22) — warm ink at every width; at phone
   width it gets real padding and real tap targets.
   Audit r22: content flush at x=0, links 27px tall, blue-white type.
   ════════════════════════════════════════════════════════════════════ */

/* warm ink — all widths (the blue-whites were styles.css legacy) */
.site-footer { border-top: 1px solid var(--lux-line); }
.footer-col-title { color: var(--muted) !important; font-family: var(--lux-body) !important; letter-spacing: 0.18em !important; }
.footer-nav a { color: var(--ink-dim) !important; text-shadow: none !important; }
.footer-nav a:hover { color: var(--ink) !important; }
.footer-tagline { color: var(--muted) !important; }
.footer-copy { color: var(--muted-2) !important; }
.footer-status { color: var(--muted) !important; text-shadow: none !important; }
.footer-status .encrypted-dot { background: var(--lux-green-bright) !important; box-shadow: none !important; animation: none !important; }

@media (max-width: 760px) {
  /* air at the edges — nothing touches the glass */
  .site-footer .footer-grid,
  .site-footer .footer-bottom {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .footer-grid { row-gap: 30px !important; }

  /* 44px tap targets without visual bulk */
  .footer-nav a {
    display: flex !important;
    align-items: center;
    min-height: 44px;
    width: 100%;
  }
  .footer-col-title { margin-bottom: 4px !important; }

  /* bottom bar: stacked, quiet, safe-area aware */
  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px;
    padding-top: 18px !important;
    padding-bottom: max(26px, env(safe-area-inset-bottom)) !important;
  }
}
