/* ═══════════════════════════════════════════════════
   TOKENS — APEX brand-aligned + field manual extension
   ═══════════════════════════════════════════════════ */
:root {
  --ivory: #F5F1EA;
  --bone: #EDE7DF;
  --warm-paper: #F8F2E7;
  --pale-sand: #E7DCCB;
  --ink: #1C1C1C;
  --charcoal: #2A2926;
  --taupe: #B8A999;
  --warm-gray: #8A8178;
  --muted-readable: color-mix(in srgb, var(--charcoal) 72%, var(--warm-gray));
  --clay: #C46A4A;
  --clay-accessible: color-mix(in srgb, var(--clay) 50%, var(--oxblood));
  --clay-text: color-mix(in srgb, var(--clay) 68%, var(--oxblood));
  --oxblood: #7A2E24;
  --deep-green: #163B2E;
  --gold: #BFA06A;
  --rule: rgba(42,41,38,0.28);
  --rule-light: rgba(42,41,38,0.11);
  --rule-mid: rgba(42,41,38,0.18);
  --serif: 'Cormorant Garamond', 'Georgia', serif;
  --mono: 'IBM Plex Mono', 'Courier New', monospace;
  --page-max: 1280px;
  --page-pad: 3rem;
  --section-pad: 3rem;
  --cursor-x: 50vw;
  --cursor-y: 34vh;
  --grain-jitter-x: 0px;
  --grain-jitter-y: 0px;
}

/* ═══════════════════════════════════════════════════
   RESET
   ═══════════════════════════════════════════════════ */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
ul,ol{list-style:none}

/* ═══════════════════════════════════════════════════
   BODY + PAPER TEXTURE
   ═══════════════════════════════════════════════════ */
body {
  background:
    radial-gradient(ellipse at 10% 12%, rgba(191,160,106,0.12) 0%, transparent 34%),
    radial-gradient(ellipse at 86% 18%, rgba(216,190,147,0.11) 0%, transparent 32%),
    radial-gradient(ellipse at 72% 68%, rgba(196,106,74,0.055) 0%, transparent 36%),
    radial-gradient(ellipse at 22% 86%, rgba(151,124,87,0.085) 0%, transparent 38%),
    linear-gradient(135deg, #FAF3E8 0%, #F5EBDD 36%, #F0E3D1 72%, #EADBC7 100%);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  isolation: isolate;
}

body::before,
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* Dense paper grain layer */
body::before {
  z-index: 9992;
  opacity: 0.78;
  background-image:
    radial-gradient(circle, rgba(60,42,25,0.19) 0 0.58px, transparent 1.02px),
    radial-gradient(circle, rgba(178,141,92,0.22) 0 0.72px, transparent 1.12px),
    radial-gradient(circle, rgba(255,250,239,0.34) 0 0.82px, transparent 1.2px),
    radial-gradient(circle, rgba(122,92,55,0.12) 0 0.44px, transparent 0.86px);
  background-size: 11px 11px, 17px 17px, 27px 27px, 41px 41px;
  background-position:
    calc(2px + var(--grain-jitter-x)) calc(1px + var(--grain-jitter-y)),
    calc(9px - var(--grain-jitter-x)) calc(6px + var(--grain-jitter-y)),
    calc(17px + var(--grain-jitter-x)) calc(11px - var(--grain-jitter-y)),
    calc(23px - var(--grain-jitter-x)) calc(19px - var(--grain-jitter-y));
}

/* Warm tonal patches — age spots, not stains */
body::after {
  z-index: 9993;
  opacity: 0.66;
  background:
    repeating-linear-gradient(4deg, rgba(78,55,32,0.024) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(91deg, rgba(255,249,235,0.1) 0 1px, transparent 1px 9px),
    radial-gradient(ellipse at 7% 10%, rgba(191,160,106,0.14) 0%, transparent 32%),
    radial-gradient(ellipse at 94% 6%, rgba(154,121,78,0.09) 0%, transparent 28%),
    radial-gradient(ellipse at 78% 54%, rgba(196,106,74,0.068) 0%, transparent 34%),
    radial-gradient(ellipse at 18% 78%, rgba(122,92,55,0.082) 0%, transparent 30%),
    radial-gradient(ellipse at 58% 96%, rgba(184,169,153,0.1) 0%, transparent 26%);
}

/* ═══════════════════════════════════════════════════
   PAGE FRAME — margin lines + crosshair marks
   ═══════════════════════════════════════════════════ */
.page-frame {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9994;
}
/* Vertical margin rules — graphite ink feel */
.page-frame::before,
.page-frame::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg,
    rgba(42,41,38,0.06) 0%,
    rgba(42,41,38,0.12) 15%,
    rgba(42,41,38,0.10) 50%,
    rgba(42,41,38,0.12) 85%,
    rgba(42,41,38,0.06) 100%);
}
.page-frame::before { left: 28px; }
.page-frame::after { right: 28px; }

/* Corner registration marks */
.reg-mark {
  position: fixed;
  width: 14px;
  height: 14px;
  pointer-events: none;
  z-index: 9994;
}
.reg-mark::before, .reg-mark::after {
  content: '';
  position: absolute;
  background: rgba(42,41,38,0.25);
}
.reg-mark::before { width: 14px; height: 1px; top: 7px; left: 0; }
.reg-mark::after { width: 1px; height: 14px; left: 7px; top: 0; }
.reg-mark--tl { top: 14px; left: 14px; }
.reg-mark--tr { top: 14px; right: 14px; }
.reg-mark--bl { bottom: 14px; left: 14px; }
.reg-mark--br { bottom: 14px; right: 14px; }

/* Vertical text along right margin */
.margin-text {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: center center;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--rule);
  white-space: nowrap;
  pointer-events: none;
  z-index: 9994;
}

.cursor-field {
  position: fixed;
  inset: 0;
  z-index: 9995;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.26s ease;
  mix-blend-mode: multiply;
}

body.has-pointer .cursor-field { opacity: 1; }

.cursor-field::before,
.cursor-field::after {
  content: '';
  position: absolute;
  left: var(--cursor-x);
  top: var(--cursor-y);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.cursor-field::before {
  width: 340px;
  height: 340px;
  border: 1px solid rgba(159,76,55,0.16);
  background:
    radial-gradient(circle, rgba(196,106,74,0.14) 0%, rgba(196,106,74,0.04) 28%, transparent 68%);
  filter: blur(0.2px);
}

.cursor-field::after {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(122,46,36,0.34);
  box-shadow:
    0 0 0 8px rgba(196,106,74,0.06),
    0 0 28px rgba(196,106,74,0.18);
}

.field-ticker,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════════════════
   CONTAINER
   ═══════════════════════════════════════════════════ */
.container {
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 0 var(--page-pad);
}

/* ═══════════════════════════════════════════════════
   TYPOGRAPHY
   ═══════════════════════════════════════════════════ */
.mono-xs {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-gray);
}
.mono-sm {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.mono-label {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink);
}
.serif-hero {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.03em;
}
.serif-section {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.serif-body {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.28;
}

/* ═══════════════════════════════════════════════════
   SECTION SHARED
   ═══════════════════════════════════════════════════ */
.section {
  border-bottom: 1px solid var(--rule);
  position: relative;
}
/* Tiny registration tick at section left edge */
.section::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 28px;
  width: 8px;
  height: 8px;
  border-left: 1px solid var(--rule-light);
  border-bottom: 1px solid var(--rule-light);
  pointer-events: none;
  z-index: 1;
}
.section-inner {
  padding: var(--section-pad) 0;
}

/* Crosshair marks at section corners */
.section-cross {
  position: relative;
}
.section-cross::before {
  content: '+';
  position: absolute;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--rule);
  line-height: 1;
}

/* ═══════════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════════ */
.site-header {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--rule);
  background: linear-gradient(180deg, #F8F2E7 0%, #F6F0E5 100%);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 var(--rule-light);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.logo-wrap { flex-shrink: 0; }
.logo-main {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--ink);
}
.logo-sub {
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--warm-gray);
  margin-top: 2px;
}
.nav-list {
  display: flex;
  gap: 2rem;
}
.nav-list a {
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--charcoal);
  transition: color 0.2s;
}
.nav-list a:hover { color: var(--clay); }
.header-cta {
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ivory);
  background: var(--clay);
  padding: 0.65rem 1.4rem;
  border: 1.5px solid var(--clay);
  position: relative;
  overflow: hidden;
  transition: background 0.25s;
}
.header-cta:hover { background: var(--oxblood); border-color: var(--oxblood); }
.nav-toggle { display: none; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--charcoal); }

@media (max-width: 960px) {
  .nav-list { display: none; }
  .nav-toggle { display: block; }
}

/* ═══════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════ */
.hero {
  border-bottom: 1px solid var(--rule);
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding: clamp(2rem, 3vw, 3rem) 0 0;
}

/* Hero left */
.hero-left {
  text-align: left;
  width: auto;
  max-width: 540px;
  padding-bottom: 0;
}
.hero-meta {
  margin-bottom: 1.2rem;
}
.hero-meta-line {
  display: block;
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-gray);
  line-height: 1.5;
}

.hero-headline {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.8vw, 4.1rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 0.15em;
}
.hero-emphasis {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.4vw, 3.8rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--clay);
  margin-bottom: 1.1rem;
}
.hero-rule {
  width: 52px;
  height: 2px;
  background: var(--clay);
  margin: 0 0 1.35rem 0;
}
.hero-body {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--charcoal);
  max-width: 520px;
  margin: 0 0 1.65rem 0;
}
.hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: stretch;
  width: min(100%, 460px);
  margin: 0;
}

/* Primary CTA — full-width clay, stamped feel */
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAF6F0;
  background: var(--clay);
  padding: 1.05rem 1.5rem;
  border: 2px solid var(--clay);
  position: relative;
  overflow: hidden;
  transition: background 0.25s, border-color 0.25s;
  box-shadow:
    inset 0 0 0 1px rgba(255,245,228,0.12),
    0 1px 0 rgba(42,41,38,0.16);
}
.btn-primary::after,
.header-cta::after,
.audit-cta::after,
.price-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background:
    repeating-linear-gradient(0deg, rgba(42,41,38,0.16) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 25% 40%, rgba(255,245,228,0.22), transparent 32%);
  mix-blend-mode: multiply;
}
.btn-primary:hover { background: var(--oxblood); border-color: var(--oxblood); }
.hero-ctas .btn-primary,
.hero-ctas .btn-secondary {
  width: 100%;
}

/* Secondary CTA — full-width outlined */
.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  padding: 1.05rem 1.5rem;
  border: 1.5px solid var(--rule);
  transition: border-color 0.25s;
}
.btn-secondary:hover { border-color: var(--ink); }
.btn-icon { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.3; flex-shrink: 0; }

.leak-card,
.outcome-box,
.layer-plate,
.inc-card,
.dir-card,
.audit-list,
.timeline-track,
.price-card,
.promise-grid {
  background:
    linear-gradient(180deg, rgba(250,244,234,0.56) 0%, rgba(241,231,216,0.22) 100%),
    radial-gradient(ellipse at 18% 12%, rgba(191,160,106,0.055), transparent 34%);
  box-shadow:
    inset 0 0 0 1px rgba(255,248,236,0.2),
    inset 0 0 18px rgba(42,41,38,0.018);
}

/* Hero right — video plate */
.hero-visual {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  width: 100%;
  max-width: none;
}
.video-plate {
  aspect-ratio: 16 / 9;
}

.plate-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 0.45rem 0;
  margin-bottom: 0;
}
.plate-title {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.plate-brand {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-gray);
}
/* Crosshair icon */
.crosshair-icon {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.crosshair-icon::before, .crosshair-icon::after {
  content: '';
  position: absolute;
  background: var(--rule);
}
.crosshair-icon::before { width: 18px; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }
.crosshair-icon::after { width: 1px; height: 18px; left: 50%; top: 0; transform: translateX(-50%); }
.crosshair-circle {
  position: absolute;
  width: 10px; height: 10px;
  border: 1px solid var(--rule);
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

.video-plate {
  border: 1px solid var(--rule);
  background: linear-gradient(135deg, #F8F2E7 0%, #F5EEE3 50%, #F3EBE0 100%);
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 9;
  box-shadow: inset 0 0 0 3px var(--warm-paper), inset 0 0 0 4px var(--rule-light);
}
.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  background: var(--warm-paper);
}
.plate-footer {
  display: grid;
  grid-template-columns: minmax(150px, 0.78fr) minmax(240px, 1fr) auto;
  gap: 0.9rem 1rem;
  align-items: center;
  border-bottom: 1px solid var(--rule);
  padding: 0.7rem 0;
  min-height: 0;
}
.plate-legend {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--warm-gray);
}
.legend-swatch {
  width: 8px; height: 8px;
  display: inline-block;
}
.legend-swatch--clay { background: var(--clay); }
.legend-swatch--green { background: var(--deep-green); }
.legend-swatch--ink { background: var(--ink); }
.plate-serial {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.15em;
  color: var(--warm-gray);
  text-align: right;
  white-space: nowrap;
}
.plate-audit-cta {
  grid-column: 1 / -1;
  justify-self: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  color: var(--ivory);
  background: var(--clay);
  border: 1px solid rgba(122,46,36,0.28);
  width: min(100%, 620px);
  min-height: 54px;
  padding: 0.72rem 1.1rem;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,245,228,0.14);
  transition: background 0.25s, border-color 0.25s;
}
.plate-audit-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  background:
    repeating-linear-gradient(0deg, rgba(42,41,38,0.18) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 28% 32%, rgba(255,245,228,0.2), transparent 34%);
  mix-blend-mode: multiply;
}
.plate-audit-cta:hover {
  background: var(--oxblood);
  border-color: var(--oxblood);
}
.plate-audit-cta span {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(250,246,240,0.72);
}

/* System note box */
.system-note {
  border: 1px solid var(--rule);
  padding: 0.6rem 0.8rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 0;
  background: rgba(248,242,231,0.34);
}
.system-note-title {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}
.system-note-body {
  font-family: var(--mono);
  font-size: 9.5px;
  color: var(--warm-gray);
  line-height: 1.45;
}

/* Proof row */
.proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
  padding: 1.8rem 0 2rem;
}
.proof-item {
  padding: 0 1.2rem;
  border-right: 1px solid var(--rule-light);
}
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: none; }
.proof-icon-wrap {
  width: 30px; height: 30px;
  margin-bottom: 0.6rem;
}
.proof-icon-wrap svg {
  width: 30px; height: 30px;
  stroke: var(--warm-gray);
  fill: none;
  stroke-width: 1.2;
}
.proof-title {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.2rem;
}
.proof-desc {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--warm-gray);
  line-height: 1.45;
}

/* ═══════════════════════════════════════════════════
   THE FOUR ENQUIRY LEAKS
   ═══════════════════════════════════════════════════ */
.leaks-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  margin-bottom: 2rem;
}
.leaks-header-desc {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--warm-gray);
  line-height: 1.55;
  max-width: 380px;
  text-align: right;
}
.leaks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.15fr;
  gap: 0;
}
.leak-card {
  border: 1px solid var(--rule);
  border-right: none;
  padding: 1.4rem 1.1rem;
  position: relative;
}
.leak-card:nth-child(4) { border-right: 1px solid var(--rule); }

.leak-num {
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 0.15rem;
}
.leak-name {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.75rem;
}
.leak-icon-box {
  width: 44px; height: 44px;
  margin-bottom: 0.8rem;
}
.leak-icon-box svg {
  width: 44px; height: 44px;
  stroke: var(--charcoal);
  fill: none;
  stroke-width: 0.85;
  opacity: 0.8;
}
.leak-desc {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--warm-gray);
  line-height: 1.5;
  margin-bottom: 0.85rem;
}
.leak-tag {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.leak-tag--leak { color: var(--clay); }
.leak-tag--fixed { color: var(--deep-green); }
.leak-detail {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--warm-gray);
  line-height: 1.45;
}
/* Arrow between cards */
.leak-arrow {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-family: var(--mono);
  font-size: 14px;
  color: var(--rule);
  line-height: 1;
}

/* Outcome box */
.outcome-box {
  border: 1px solid var(--rule);
  padding: 1.6rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: linear-gradient(145deg, transparent 0%, rgba(191,160,106,0.03) 100%);
}
/* crosshair at top-right of outcome box */
.outcome-box::before {
  content: '+';
  position: absolute;
  top: 8px; right: 10px;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--rule);
  line-height: 1;
}
.outcome-label {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--warm-gray);
  margin-bottom: 1.2rem;
}
.outcome-text {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.22;
  color: var(--ink);
}
.outcome-footer {
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm-gray);
  margin-top: auto;
  padding-top: 1.5rem;
}

/* ═══════════════════════════════════════════════════
   ONE STUDIO TWO LAYERS
   ═══════════════════════════════════════════════════ */
.layers-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr 1.15fr 0.85fr;
  gap: 0;
  align-items: stretch;
}
.layers-intro {
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.layers-title {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
.layers-body {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--warm-gray);
  line-height: 1.6;
}

.layer-plate {
  border: 1px solid var(--rule);
  padding: 1.4rem 1.2rem;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(248,242,231,0.5) 0%, rgba(245,239,229,0.3) 100%);
}
.layer-plate + .layer-plate { border-left: none; }
.layer-plate-head {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--rule-light);
  margin-bottom: 1rem;
}
.layer-plate-id {
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-gray);
}
.layer-plate-name {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}
.layer-list li {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--charcoal);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--rule-light);
  line-height: 1.4;
}
.layer-list li:last-child { border-bottom: none; }
.layer-plate-foot {
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-gray);
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--rule-light);
}

.layers-outcome {
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
}
.layers-outcome-text {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.18;
  color: var(--ink);
}

/* ═══════════════════════════════════════════════════
   WHAT'S INCLUDED + FIFTEEN DIRECTIONS (side by side)
   ═══════════════════════════════════════════════════ */
.included-directions-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.included-col {
  padding-right: 2.5rem;
  border-right: 1px solid var(--rule);
}
.directions-col {
  padding-left: 2.5rem;
}

.sub-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.5rem;
}
.sub-title {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink);
}
.sub-desc {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--warm-gray);
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.inc-card {
  border: 1px solid var(--rule);
  border-right: none;
  padding: 1rem 0.85rem;
}
.inc-card:nth-child(3n) { border-right: 1px solid var(--rule); }
.inc-card:nth-child(n+4) { border-top: none; }
.work-gallery-section .inc-card[data-direction] {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  overflow: hidden;
}
.work-gallery-section .inc-card[data-direction] .video-plate {
  width: 100%;
  aspect-ratio: 20 / 13;
  flex: none;
}
.work-gallery-section .inc-card[data-direction] .hero-video {
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.work-gallery-section .inc-card[data-direction] .inc-num,
.work-gallery-section .inc-card[data-direction] .inc-name {
  margin-bottom: 0;
}
.work-gallery-section .inc-card[data-direction] .pills-row {
  margin-top: 0.2rem;
}
.work-gallery-section .inc-card[data-direction] .price-cta {
  margin-top: auto;
}
.inc-num {
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 300;
  color: var(--warm-gray);
  margin-bottom: 0.35rem;
}
.inc-name {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.2rem;
}
.inc-desc {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--warm-gray);
  line-height: 1.4;
}

.pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
}
.pill {
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--rule);
  color: var(--charcoal);
}

/* Direction cards */
.dir-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 0;
}
.dir-card {
  border: 1px solid var(--rule);
  border-right: none;
  overflow: hidden;
}
.dir-card:nth-child(3) { border-right: 1px solid var(--rule); }
.dir-card:nth-child(n+4):not(.dir-more) { border-top: none; }
.dir-card:nth-child(6) { border-right: 1px solid var(--rule); }

.dir-thumb {
  width: 100%;
  height: 72px;
  position: relative;
}
.dir-thumb::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(42,41,38,0.08);
}
.dir-p1 { background: linear-gradient(135deg, #e4d8c8 0%, #d0c4b2 100%); }
.dir-p2 { background: linear-gradient(135deg, #ede3d5 0%, #ddd2c2 100%); }
.dir-p3 { background: linear-gradient(135deg, #d6cec0 0%, #c8bfaf 100%); }
.dir-p4 { background: linear-gradient(135deg, #e0d6c6 0%, #d2c8b6 100%); }
.dir-p5 { background: linear-gradient(135deg, #d9d0c2 0%, #cac0b0 100%); }

.dir-name {
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.5rem 0.6rem;
}
.dir-more {
  border: 1px solid var(--rule);
  border-left: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  grid-row: 1 / 3;
  grid-column: 4;
}
.dir-more-num {
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 300;
  color: var(--warm-gray);
}
.dir-more-label {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--warm-gray);
  text-align: center;
  margin-top: 0.2rem;
}
.dir-link {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--warm-gray);
  letter-spacing: 0.05em;
  margin-top: 0.6rem;
  text-align: right;
  display: block;
}
.dir-link:hover { color: var(--clay); }

/* ═══════════════════════════════════════════════════
   AUDIT + TIMELINE (side by side)
   ═══════════════════════════════════════════════════ */
.audit-timeline-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.audit-col {
  padding-right: 2.5rem;
  border-right: 1px solid var(--rule);
}
.timeline-col {
  padding-left: 2.5rem;
}

/* Audit */
.audit-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  align-items: start;
}
.audit-list {
  counter-reset: aud;
}
.audit-list li {
  counter-increment: aud;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--charcoal);
  line-height: 1.4;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--rule-light);
  display: flex;
  gap: 0.4rem;
}
.audit-list li::before {
  content: counter(aud, decimal-leading-zero);
  font-size: 9.5px;
  color: var(--warm-gray);
  min-width: 16px;
  flex-shrink: 0;
}
.audit-right {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.audit-magnifier {
  width: 72px; height: 72px;
  margin: 0 auto;
}
.audit-magnifier svg {
  width: 72px; height: 72px;
  stroke: var(--warm-gray);
  fill: none;
  stroke-width: 1.1;
}
.audit-copy {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
}
.audit-cta {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ivory);
  background: var(--clay);
  padding: 0.75rem 1.2rem;
  border: none;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: background 0.25s;
}
.audit-cta:hover { background: var(--oxblood); }

/* Timeline */
.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  margin-top: 1.5rem;
  padding-top: 2.2rem;
}
.timeline-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--rule-light);
}
.timeline-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--clay);
}
.timeline-day {
  text-align: center;
  position: relative;
}
.timeline-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--bone);
  border: 1.5px solid var(--rule);
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translate(-50%, -1px);
  z-index: 2;
}
.timeline-num {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-gray);
  margin-bottom: 0.6rem;
}
.tl-icon {
  width: 24px; height: 24px;
  margin: 0 auto 0.4rem;
  stroke: var(--charcoal);
  fill: none;
  stroke-width: 1;
}
.timeline-label {
  font-family: var(--mono);
  font-size: 9px;
  color: var(--charcoal);
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.stamp {
  display: inline-block;
  color: var(--deep-green);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.65rem 0.9rem;
  text-align: center;
  line-height: 1.3;
  transform: rotate(4deg);
  float: right;
  margin-top: 1.5rem;
  border: 2.5px solid var(--deep-green);
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--deep-green);
}

/* ═══════════════════════════════════════════════════
   PRICING + PROMISE (side by side)
   ═══════════════════════════════════════════════════ */
.pricing-promise-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
}
.pricing-col {
  padding-right: 2.5rem;
  border-right: 1px solid var(--rule);
}
.promise-col {
  padding-left: 2.5rem;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.price-card {
  border: 1px solid var(--rule);
  border-right: none;
  padding: 1.3rem 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.price-card:last-child { border-right: 1px solid var(--rule); }
.price-card--featured { border-color: var(--clay); background: var(--warm-paper); }
.price-card--featured::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--clay);
}

.price-name {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.6rem;
}
.price-amount {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  color: var(--clay);
  line-height: 1.02;
  margin-bottom: 0.85rem;
}
.price-amount small {
  font-size: 0.5em;
  font-weight: 400;
  color: var(--warm-gray);
}
.price-features {
  margin-bottom: 1.2rem;
  flex: 1;
}
.price-features li {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--warm-gray);
  line-height: 1.4;
  padding: 0.25rem 0;
}
.price-cta {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--rule);
  padding: 0.55rem 0.8rem;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, color 0.2s;
}
.price-cta:hover { border-color: var(--clay); color: var(--clay); }
.price-card--featured .price-cta {
  background: var(--clay);
  color: var(--ivory);
  border-color: var(--clay);
}
.price-card--featured .price-cta:hover { background: var(--oxblood); border-color: var(--oxblood); }

/* Promise */
.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 1.5rem;
}
.promise-item {
  padding: 1rem 0.85rem;
  border: 1px solid var(--rule-light);
  border-right: none;
}
.promise-item:last-child { border-right: 1px solid var(--rule-light); }
.promise-name {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.2rem;
}
.promise-desc {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--warm-gray);
  line-height: 1.4;
}
.promise-footer {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--warm-gray);
  font-style: italic;
  text-align: center;
  margin-top: 0.5rem;
}

/* ═══════════════════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════════════════ */
.final-cta {
  padding: 4rem 0;
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.work-gallery-section + .final-cta {
  margin-top: clamp(2.5rem, 4vw, 4.75rem);
  background:
    linear-gradient(180deg, rgba(250,244,234,0.94) 0%, rgba(241,231,216,0.9) 100%),
    radial-gradient(ellipse at 50% 8%, rgba(191,160,106,0.08), transparent 42%);
  z-index: 1;
}
.final-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 3rem;
  align-items: center;
}

/* Left badge */
.final-badge {
  border: 1px solid var(--rule);
  padding: 1rem 0.8rem;
  text-align: center;
  min-width: 100px;
}
.final-badge-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--ink);
  line-height: 1;
}
.final-badge-sub {
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm-gray);
  margin-top: 2px;
}
.final-badge-vol {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--warm-gray);
  margin-top: 0.5rem;
  border-top: 1px solid var(--rule-light);
  padding-top: 0.4rem;
}

.final-center { text-align: center; }
.final-headline {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 0.3rem;
}
.final-emphasis {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 500;
  font-style: italic;
  color: var(--clay);
  margin-bottom: 0.6rem;
}
.final-sub {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--warm-gray);
  line-height: 1.55;
  max-width: 480px;
  margin: 0 auto 2rem;
}
.final-buttons {
  display: flex;
  gap: 0.65rem;
  justify-content: center;
  flex-wrap: wrap;
}
.final-buttons .btn-primary,
.final-buttons .btn-secondary { width: auto; min-width: 240px; }

/* Right badge */
.final-badge-right {
  text-align: right;
}
.final-badge-right .badge-line {
  display: block;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-gray);
  line-height: 1.65;
}

/* ═══════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════ */
.site-footer {
  background: var(--deep-green);
  color: var(--ivory);
  padding: 1.6rem 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer-center {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,241,234,0.5);
}
.footer-links {
  display: flex;
  gap: 1.5rem;
}
.footer-links a {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,241,234,0.45);
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--ivory); }


/* Ultra-wide desktop correction */
@media (min-width: 1500px) {
  :root {
    --page-max: min(84vw, 1640px);
    --page-pad: clamp(3rem, 4vw, 4.5rem);
  }

  .hero-inner {
    grid-template-columns: minmax(420px, 0.76fr) minmax(760px, 1.24fr);
    gap: clamp(2.5rem, 4vw, 5rem);
  }

  .hero-left {
    max-width: 580px;
  }

  .pricing-promise-row {
    grid-template-columns: minmax(860px, 1.35fr) minmax(420px, 0.65fr);
  }

  .pricing-col {
    padding-right: clamp(2.5rem, 3vw, 3.75rem);
  }

  .promise-col {
    padding-left: clamp(2.5rem, 3vw, 3.75rem);
  }

  .pricing-cards .price-card {
    min-width: 0;
    padding-inline: clamp(1rem, 1.1vw, 1.35rem);
  }

  .price-amount {
    font-size: clamp(2.15rem, 2.3vw, 3rem);
  }

  .talk-band .talk-card {
    max-width: min(680px, 44vw);
  }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  :root { --page-pad: 2rem; }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }
  .hero-left {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .hero-headline br, .hero-emphasis br { display: none; }
  .hero-rule { margin: 0 auto 1.35rem auto; }
  .hero-body { margin: 0 auto 1.65rem auto; }
  .hero-ctas { margin: 0 auto; }
  .hero-visual {
    grid-template-rows: auto auto auto;
    width: 100%;
  }
  .plate-footer {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    align-items: start;
  }
  .plate-legend {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
  }
  .plate-serial { text-align: left; }
  .plate-audit-cta {
    min-height: 58px;
    width: min(100%, 560px);
    justify-self: center;
    align-self: stretch;
  }

  .leaks-grid { grid-template-columns: repeat(2, 1fr); }
  .leak-card:nth-child(2) { border-right: 1px solid var(--rule); }
  .leak-card:nth-child(3), .leak-card:nth-child(4) { border-top: none; }
  .leak-card:nth-child(4) { border-right: 1px solid var(--rule); }
  .outcome-box { grid-column: 1 / -1; border-top: none; }
  .leak-arrow { display: none; }

  .layers-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .layers-intro { padding-right: 0; }
  .layers-outcome { padding-left: 0; }

  .included-directions-row,
  .audit-timeline-row,
  .pricing-promise-row { grid-template-columns: 1fr; }

  .included-col, .audit-col, .pricing-col {
    border-right: none;
    border-bottom: 1px solid var(--rule);
    padding-right: 0;
    padding-bottom: 2.5rem;
  }
  .directions-col, .timeline-col, .promise-col {
    padding-left: 0;
    padding-top: 2.5rem;
  }

  .pricing-cards { grid-template-columns: repeat(2, 1fr); }
  .price-card:nth-child(2) { border-right: 1px solid var(--rule); }
  .price-card:nth-child(3), .price-card:nth-child(4) { border-top: none; }

  .final-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .final-badge, .final-badge-right { display: none; }
}

@media (max-width: 768px) {
  :root { --page-pad: 1.25rem; --section-pad: 2.5rem; }

  .page-frame, .reg-mark, .margin-text { display: none; }
  .header-inner { gap: 0.75rem; }
  .header-cta {
    font-size: 9px;
    letter-spacing: 0.06em;
    padding: 0.55rem 0.75rem;
    white-space: nowrap;
    display: none;
  }
  .hero-meta-line {
    font-size: 9.5px;
    letter-spacing: 0.1em;
  }

  .hero-inner {
    gap: 1.35rem;
    align-items: center;
  }
  .hero-left {
    padding-bottom: 0;
    text-align: center;
  }
  .hero-meta { margin-bottom: 1rem; }
  .hero-rule { margin-left: auto; margin-right: auto; }
  .hero-body { margin-left: auto; margin-right: auto; }
  .hero-ctas { margin-top: 0; }
  .hero-visual {
    display: block;
    align-self: auto;
  }
  .plate-header {
    gap: 0.75rem;
  }
  .plate-title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .plate-brand,
  .crosshair-icon {
    display: none;
  }
  .video-plate { min-height: 0; }
  .hero-video {
    height: 100%;
    object-fit: contain;
  }
  .plate-footer {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0.75rem;
  }
  .plate-legend {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .plate-serial { text-align: left; }
  .plate-audit-cta {
    width: 100%;
    justify-self: stretch;
  }
  .hero-headline, .hero-emphasis { font-size: 2.35rem; }

  .proof-row { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .proof-item { border-right: none; padding: 0.6rem 0; }

  .leaks-grid { grid-template-columns: 1fr; }
  .leak-card, .leak-card:nth-child(2), .leak-card:nth-child(4) { border-right: 1px solid var(--rule); }
  .leak-card:nth-child(n+2) { border-top: none; }

  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .inc-card:nth-child(2n) { border-right: 1px solid var(--rule); }

  .dir-grid { grid-template-columns: repeat(2, 1fr) auto; }

  .audit-content { grid-template-columns: 1fr; }

  .timeline-track { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .timeline-day:nth-child(n+5) { margin-top: 1rem; }
  .timeline-line { display: none; }
  .timeline-dot { display: none; }

  .pricing-cards { grid-template-columns: 1fr; }
  .price-card, .price-card:last-child { border-right: 1px solid var(--rule); }
  .price-card:nth-child(n+2) { border-top: none; }

  .promise-grid { grid-template-columns: 1fr 1fr; }
  .promise-item:nth-child(2) { border-right: 1px solid var(--rule-light); }
  .promise-item:nth-child(3), .promise-item:nth-child(4) { border-top: none; }

  .final-buttons .btn-primary,
  .final-buttons .btn-secondary { width: 100%; min-width: 0; }

  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; gap: 0.75rem 1.25rem; }
}

@media (max-width: 480px) {
  .logo-main { font-size: 24px; }
  .hero-headline, .hero-emphasis { font-size: 2.1rem; }
  .proof-row { grid-template-columns: 1fr; }
  .included-grid { grid-template-columns: 1fr; }
  .inc-card, .inc-card:nth-child(3n) { border-right: 1px solid var(--rule); }
  .dir-grid { grid-template-columns: 1fr 1fr; }
  .dir-more { grid-row: auto; grid-column: auto; }
}

/* ═══════════════════════════════════════════════════
   REDUCED MOTION
   ═══════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  html { scroll-behavior: auto; }
}

/* ═══════════════════════════════════════════════════
   SCROLL PROGRESS BAR
   ═══════════════════════════════════════════════════ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: 0 50%;
  z-index: 200;
  will-change: transform;
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════
   FIELD TICKER
   ═══════════════════════════════════════════════════ */
.field-ticker {
  overflow: hidden;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: rgba(248,242,231,.52);
  height: 38px;
  display: flex;
  align-items: center;
  position: relative;
}

.field-ticker__track {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  white-space: nowrap;
  will-change: transform;
  animation: apexTicker 28s linear infinite;
}

.field-ticker__track span {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding-right: 1.25rem;
  position: relative;
}

.field-ticker__track span::after {
  content: "·";
  position: absolute;
  right: 0;
  color: var(--clay);
}

@keyframes apexTicker {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

@media (max-width: 768px) {
  .field-ticker { height: 32px; }
  .field-ticker__track {
    animation-duration: 34s;
  }
  .field-ticker__track span {
    font-size: 8.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .field-ticker__track {
    animation: none;
    transform: none;
  }
}

/* ═══════════════════════════════════════════════════
   ENHANCED INTERACTION STATES  (ui-ux-pro-max: state-clarity,
   scale-feedback, transform-only, focus-visible)
   ═══════════════════════════════════════════════════ */
a, button { cursor: pointer; }
.btn-primary, .header-cta, .btn-secondary, .price-cta, .plate-audit-cta, .audit-cta, .dir-link {
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
/* Primary filled — deepen + lift */
.btn-primary:hover, .header-cta:hover {
  background: var(--oxblood);
  border-color: var(--oxblood);
  transform: translateY(-2px);
  box-shadow: 0 9px 22px -10px rgba(122,46,36,0.55), inset 0 0 0 1px rgba(255,245,228,0.14);
}
.btn-primary:active, .header-cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px -5px rgba(122,46,36,0.5);
}
/* Secondary outlined — fill + invert text on hover */
.btn-secondary:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--ivory);
  transform: translateY(-2px);
  box-shadow: 0 9px 20px -12px rgba(28,28,28,0.5);
}
.btn-secondary:active { transform: translateY(0); }
/* Small text / price CTA — fill clay on hover */
.price-cta:hover {
  background: var(--clay);
  border-color: var(--clay);
  color: var(--ivory);
}
.price-card--featured .price-cta:hover {
  background: var(--oxblood);
  border-color: var(--oxblood);
  color: var(--ivory);
}
.dir-link:hover { color: var(--clay); transform: translateX(2px); }
/* Keyboard focus ring */
.btn-primary:focus-visible, .btn-secondary:focus-visible, .header-cta:focus-visible,
.price-cta:focus-visible, .plate-audit-cta:focus-visible, .audit-cta:focus-visible, .dir-link:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 2px;
}

/* Text-only hero (inner pages where the render plate is removed) */
.hero--solo .hero-inner {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.hero--solo .hero-meta,
.hero--solo .hero-ctas { justify-content: center; }
.hero--solo .hero-headline,
.hero--solo .hero-emphasis,
.hero--solo .hero-body { text-align: center; }
.hero--solo .hero-body { margin-left: auto; margin-right: auto; }
.hero--solo .hero-rule { margin-left: auto; margin-right: auto; }

/* Standalone "prefer to talk" card */
.talk-band .talk-card { max-width: 520px; margin: 0 auto; }


/* SEO migration additions */
.hero--solo .hero-inner { min-height: 0; padding-bottom: clamp(2rem, 4vw, 3.5rem); }
.contact-hero-inner { grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 0.7fr); align-items: stretch; }
.booking-panel { border: 1px solid var(--rule); background: rgba(248,242,231,0.58); align-self: stretch; display: flex; flex-direction: column; }
.booking-panel__body { padding: clamp(1.2rem, 3vw, 2rem); display: flex; flex-direction: column; gap: 1rem; height: 100%; }
.contact-email-link { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clay); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; border: 1px solid var(--rule); padding: clamp(1rem, 2.5vw, 1.5rem); background: rgba(248,242,231,0.56); }
.form-field { display: flex; flex-direction: column; gap: 0.45rem; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--warm-gray); }
.form-field--full, .contact-submit { grid-column: 1 / -1; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--rule); background: var(--warm-paper); color: var(--ink); padding: 0.9rem 1rem; font: 13px/1.5 var(--mono); letter-spacing: 0; text-transform: none; border-radius: 0; }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid rgba(196,106,74,0.25); border-color: var(--clay); }
.contact-note { max-width: 720px; font-size: 11px; color: var(--warm-gray); margin-bottom: 1rem; }
.contact-proof-grid { display: grid; grid-template-columns: 1fr 1fr; }
.text-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.article-body { font-family: var(--mono); font-size: 13px; line-height: 1.8; color: var(--charcoal); }
.article-body h2 { font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1.02; letter-spacing: -0.02em; margin: 3.5rem 0 1rem; color: var(--ink); }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-family: var(--serif); font-size: 1.6rem; line-height: 1.15; margin: 1.5rem 0 0.6rem; color: var(--ink); }
.article-body p, .article-body li { margin-bottom: 1rem; }
.article-body ul { list-style: disc; padding-left: 1.4rem; margin-bottom: 1.4rem; }
.article-body a { border-bottom: 1px solid var(--rule); color: var(--ink); }
.article-body a:hover { color: var(--clay); border-color: var(--clay); }
.answer-box, .cta-box, .author-box { border: 1px solid var(--rule); padding: 1.25rem; background: rgba(248,242,231,0.62); margin: 1.5rem 0; }
.cta-box { background: var(--deep-green); color: var(--ivory); }
.cta-box a { color: var(--ivory); border-color: rgba(245,241,234,0.5); }
.next-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; margin: 1rem 0; }
.next-links a { border: 1px solid var(--rule); padding: 0.85rem; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.faq-item { border-top: 1px solid var(--rule); padding-top: 1rem; margin-top: 1rem; }
.toc { position: sticky; top: 92px; border-top: 1px solid var(--rule); padding-top: 1rem; font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--warm-gray); line-height: 1.9; }
.toc a { display: block; margin-bottom: 0.5rem; }
.policy-wrap { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.policy-meta { position: sticky; top: 92px; border-top: 1px solid var(--rule); padding-top: 1rem; font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--warm-gray); line-height: 1.8; }
.policy-body { display: grid; gap: 2rem; }
.policy-body section { border-top: 1px solid var(--rule); padding-top: 1.5rem; }
.policy-body h2 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; margin-bottom: 1rem; }
.policy-body p, .policy-body li { font-family: var(--mono); font-size: 13px; line-height: 1.75; color: var(--charcoal); margin-bottom: 1rem; }
.policy-body ul { list-style: disc; padding-left: 1.4rem; }
.audit-check-grid { grid-template-columns: repeat(4, 1fr); }
.footer-inner--expanded { align-items: flex-start; }
.footer-contact { display: flex; flex-direction: column; gap: 0.35rem; }
.footer-contact a { color: var(--ivory); }
.footer-inner--expanded .footer-links { max-width: 620px; flex-wrap: wrap; justify-content: flex-end; gap: 0.75rem 1.1rem; }
@media (max-width: 1100px) { .contact-hero-inner, .contact-grid, .text-grid, .article-layout, .policy-wrap { grid-template-columns: 1fr; } .toc, .policy-meta { position: static; } .audit-check-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .contact-form, .contact-proof-grid, .next-links { grid-template-columns: 1fr; } .form-field--full, .contact-submit { grid-column: auto; } .audit-check-grid { grid-template-columns: repeat(2, 1fr); } .footer-inner--expanded .footer-links { justify-content: center; } }
@media (max-width: 480px) { .audit-check-grid { grid-template-columns: 1fr; } }

/* Impeccable production refinement layer */
.field-ticker {
  height: 42px;
  padding-inline: clamp(0.5rem, 2vw, 1.5rem);
}

.field-ticker__track span {
  font-size: 12px;
  letter-spacing: 0.12em;
}

.hero-meta-line[style] {
  font-size: 12px;
  letter-spacing: 0.14em;
}

.hero-body,
.price-features li,
.audit-list li,
.layer-list li,
.timeline-label,
.article-body,
.policy-body p,
.policy-body li {
  color: var(--charcoal);
}

.proof-desc,
.inc-desc,
.leak-desc,
.svc-desc,
.layer-desc,
.audit-item p,
.dir-desc,
.contact-note,
.form-field,
.toc,
.policy-meta,
.studio-row__v {
  color: var(--muted-readable);
}

.price-name,
.proof-label,
.leak-tag,
.inc-name,
.svc-name,
.layer-name,
.audit-item h3,
.dir-name,
.plate-title,
.plate-brand,
.form-field,
.toc,
.policy-meta,
.studio-row__k,
.hero-meta-line,
.sub-desc,
.footer-label {
  font-size: 12px;
}

.proof-desc,
.inc-desc,
.leak-desc,
.svc-desc,
.layer-desc,
.audit-item p,
.dir-desc,
.price-features li,
.article-body,
.policy-body p,
.policy-body li {
  font-size: 12px;
  line-height: 1.55;
}

.logo-sub,
.margin-text,
.mono-xs,
.mono-sm,
.pill,
.plate-audit-cta span,
.dir-more-label,
.footer-copy,
.footer-center,
.footer-links a {
  font-size: 12px;
}

.btn-primary,
.header-cta,
.audit-cta,
.plate-audit-cta,
.price-card--featured .price-cta {
  background: var(--clay-accessible);
  border-color: var(--clay-accessible);
  color: var(--warm-paper);
}

.btn-primary:hover,
.header-cta:hover,
.audit-cta:hover,
.plate-audit-cta:hover,
.price-card--featured .price-cta:hover {
  background: var(--oxblood);
  border-color: var(--oxblood);
  color: var(--warm-paper);
}

.hero-emphasis,
.final-emphasis,
.price-amount,
.dir-link:hover,
.price-cta:hover,
.leak-tag--leak {
  color: var(--clay-text);
}

.btn-primary::after,
.header-cta::after,
.audit-cta::after,
.plate-audit-cta::after,
.price-card--featured .price-cta::after {
  opacity: 0.07;
}

.price-card {
  min-height: 100%;
}

.price-cta {
  margin-top: auto;
  min-height: 40px;
  display: grid;
  place-items: center;
}

.timeline-line-fill {
  width: 100%;
}

.timeline-dot {
  background: var(--clay-accessible);
  border-color: var(--clay-accessible);
}

.site-footer,
.site-footer a {
  color: var(--ivory);
}

.footer-center,
.footer-copy,
.footer-links a {
  color: rgba(245,241,234,0.82);
}

.studio-row {
  padding: 0.95rem 0;
}

.studio-row__k {
  color: var(--ink);
}

.studio-row__v {
  font-size: 12px;
  line-height: 1.55;
}

.contact-note {
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.35;
  color: var(--charcoal);
}

.hero-headline,
.hero-emphasis {
  letter-spacing: 0;
}

.hero.hero--solo .hero-left {
  margin-inline: auto;
}

.hero.hero--solo .hero-rule,
.hero.hero--solo .hero-body,
.hero.hero--solo .hero-ctas {
  margin-left: auto;
  margin-right: auto;
}

.hero.hero--solo .hero-ctas {
  width: min(100%, 460px);
}

.hero.hero--solo .hero-ctas .btn-primary,
.hero.hero--solo .hero-ctas .btn-secondary {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.hero.hero--solo .hero-visual,
.hero.hero--solo .video-plate,
.contact-hero-inner > .booking-panel {
  margin-left: auto;
  margin-right: auto;
}

.hero.hero--solo .contact-hero-inner {
  max-width: none;
  grid-template-columns: 1fr;
  gap: clamp(1.6rem, 3vw, 2.4rem);
  justify-items: center;
}

.contact-hero-inner > .hero-left,
.contact-hero-inner > .booking-panel {
  width: min(100%, 860px);
  max-width: 860px;
  margin: 0 auto;
}

.contact-hero-inner .booking-panel__body {
  align-items: center;
  text-align: center;
}

.contact-hero-inner .booking-panel .price-features {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.contact-hero-inner .booking-panel .price-cta {
  align-self: stretch;
}

@media (max-width: 768px) {
  :root { --section-pad: 2.8rem; }

  .field-ticker { height: 38px; }

  .field-ticker__track span,
  .hero-meta-line {
    font-size: 12px;
  }

  .contact-note { font-size: 1.28rem; }

  .hero.hero--solo .hero-left,
  .contact-hero-inner > .hero-left,
  .contact-hero-inner > .booking-panel {
    width: 100%;
    max-width: 100%;
  }

  .hero.hero--solo .hero-ctas {
    width: 100%;
  }

  .hero-headline,
  .hero-emphasis {
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .contact-hero-inner .booking-panel .price-features {
    width: 100%;
    max-width: 360px;
  }

  .contact-hero-inner .booking-panel .price-features li {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .hero.hero--solo .hero-left {
    width: min(100%, 300px);
    max-width: 300px;
  }

  .hero-headline,
  .hero-emphasis {
    width: min(100%, 260px);
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.82rem;
    line-height: 1.05;
  }

  .hero.hero--solo .hero-body {
    width: 100%;
    max-width: 300px;
    font-size: 11px;
  }

  .contact-note {
    font-size: 1.12rem;
  }

  .contact-hero-inner .booking-panel .price-features {
    max-width: 300px;
  }
}

/* Refine V2 migration layer */
body.refine-serif-prose .hero-body,
body.refine-serif-prose .final-sub,
body.refine-serif-prose .contact-note,
body.refine-serif-prose .proof-desc,
body.refine-serif-prose .leak-desc,
body.refine-serif-prose .leak-detail,
body.refine-serif-prose .layers-body,
body.refine-serif-prose .layer-desc,
body.refine-serif-prose .inc-desc,
body.refine-serif-prose .promise-desc,
body.refine-serif-prose .dir-desc,
body.refine-serif-prose .article-body p,
body.refine-serif-prose .policy-body p,
body.refine-serif-prose .policy-body li {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.28vw, 1.25rem);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0;
  color: var(--charcoal);
}

.hero-meta-line,
.sub-desc,
.logo-sub,
.nav-list a,
.header-cta,
.btn-primary,
.btn-secondary,
.audit-cta,
.plate-audit-cta,
.price-cta,
.pill,
.mono-xs,
.mono-sm,
.plate-brand,
.plate-serial,
.legend-item,
.price-name,
.price-amount,
.price-amount small,
.inc-num,
.timeline-num,
.timeline-label,
.form-field,
.form-field label,
.form-field input,
.form-field textarea,
.form-field select,
.form-field input::placeholder,
.form-field textarea::placeholder,
.studio-row__k,
.studio-row__v,
.studio-card,
.footer-copy,
.footer-center,
.footer-links a,
.site-footer {
  font-family: var(--mono);
}

.price-name,
.price-amount,
.price-amount small,
.inc-num,
.timeline-num,
.plate-audit-cta span {
  color: var(--ink);
}

.header-cta,
.btn-primary,
.audit-cta,
.plate-audit-cta,
.price-card--featured .price-cta,
.talk-card .price-cta,
.booking-panel .price-cta {
  background: var(--clay-accessible);
  border-color: var(--clay-accessible);
  color: var(--ivory);
}

.header-cta:hover,
.btn-primary:hover,
.audit-cta:hover,
.plate-audit-cta:hover,
.price-card--featured .price-cta:hover,
.talk-card .price-cta:hover,
.booking-panel .price-cta:hover {
  background: var(--oxblood);
  border-color: var(--oxblood);
  color: var(--ivory);
}

.price-card,
.booking-panel {
  position: relative;
  overflow: hidden;
}

.booking-panel {
  padding-top: max(1.35rem, 28px);
}

.pricing-cards {
  counter-reset: tier-spec;
  position: relative;
}

.pricing-cards .price-card {
  counter-increment: tier-spec;
  padding-top: max(1.35rem, 28px);
}

.pricing-cards .price-card::before,
.talk-card::before,
.booking-panel::before,
.work-gallery-section .inc-card[data-direction]::before,
.included-grid .inc-card::before,
.dir-card::before,
.promise-item::before {
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 24px);
  min-height: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
  color: var(--warm-gray);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  pointer-events: none;
}

.pricing-cards .price-card::before {
  content: "TIER " counter(tier-spec, decimal-leading-zero) " / REV 2026.6";
}

.talk-card::before,
.booking-panel::before {
  content: "FREE AUDIT / 15 MIN / REV 2026.6";
}

.included-grid {
  counter-reset: card-spec;
}

.included-grid .inc-card {
  counter-increment: card-spec;
  position: relative;
  padding-top: max(1.35rem, 28px);
}

.included-grid .inc-card::before {
  content: "SPEC " counter(card-spec, decimal-leading-zero);
}

.dir-grid {
  counter-reset: dir-spec;
}

.dir-card {
  counter-increment: dir-spec;
  position: relative;
  padding-top: max(1.1rem, 24px);
}

.dir-card::before {
  content: "FIG. " counter(dir-spec, decimal-leading-zero);
}

.promise-item {
  position: relative;
  padding-top: max(1.1rem, 24px);
}

.promise-item::before {
  content: "SIGNAL / VERIFIED";
}

.work-gallery-section .inc-card[data-direction]::before {
  content: "SPEC / " attr(data-direction) " / AU";
}

.section-inner,
.hero,
.pricing-cards,
.included-grid,
.final-cta,
.video-plate {
  position: relative;
}

.section-inner::before {
  content: "";
  position: absolute;
  left: clamp(0.5rem, 1.4vw, 1.25rem);
  top: clamp(0.9rem, 1.8vw, 1.5rem);
  bottom: clamp(0.9rem, 1.8vw, 1.5rem);
  width: 1px;
  background: color-mix(in srgb, var(--ink) 12%, transparent);
  pointer-events: none;
}

.hero::before,
.pricing-cards::before,
.included-grid::after,
.final-cta::before,
.video-plate::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: 0.76;
}

.hero::before,
.pricing-cards::before,
.final-cta::before,
.video-plate::before {
  left: clamp(0.75rem, 2vw, 1.5rem);
  top: clamp(0.75rem, 2vw, 1.5rem);
  border-top: 1px solid var(--rule-mid);
  border-left: 1px solid var(--rule-mid);
}

.included-grid::after {
  right: clamp(0.75rem, 2vw, 1.5rem);
  bottom: clamp(0.75rem, 2vw, 1.5rem);
  border-right: 1px solid var(--rule-mid);
  border-bottom: 1px solid var(--rule-mid);
}

.price-card--featured {
  min-height: calc(100% + 10px);
  border-color: color-mix(in srgb, var(--clay-accessible) 48%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ink) 10%, transparent);
}

.price-card--featured::after,
.video-plate::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: 0;
  z-index: 0;
  height: auto;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg, color-mix(in srgb, var(--ink) 2%, transparent) 0 1px, transparent 1px 10px);
}

.price-card--featured > *,
.video-plate > * {
  position: relative;
  z-index: 1;
}

.video-plate img,
.video-plate .hero-video,
.dir-thumb img,
.work-gallery-section img {
  filter: contrast(1.03) saturate(0.98);
}

.video-plate::after {
  background:
    color-mix(in srgb, var(--ivory) 10%, transparent),
    repeating-linear-gradient(0deg, color-mix(in srgb, var(--ink) 1.2%, transparent) 0 1px, transparent 1px 10px);
}

.price-amount {
  display: inline-block;
  padding: 0.03em 0.14em;
  background: color-mix(in srgb, var(--warm-paper) 68%, transparent);
  line-height: 1.02;
  font-variant-numeric: tabular-nums;
}

.talk-card .price-amount,
.booking-panel .price-amount {
  display: inline-grid;
  gap: 0.18rem;
  align-items: end;
  justify-items: start;
  min-width: 5.6rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
}

.talk-card .price-amount small,
.booking-panel .price-amount small {
  display: block;
  margin-left: 0.08rem;
  font-size: 0.55em;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-features li {
  font-family: var(--mono);
}

.cursor-field {
  transition: opacity 180ms ease-out;
}

body.refine-form-zone .cursor-field,
body.refine-form-zone.has-pointer .cursor-field {
  opacity: 0;
}

@media (max-width: 767px) {
  .cursor-field {
    display: none;
  }

  .hero,
  .hero-inner,
  .hero-left {
    width: min(100%, calc(100vw - 2.5rem));
    max-width: calc(100vw - 2.5rem);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .hero-headline,
  .hero-emphasis,
  .hero-rule,
  .hero-body,
  .hero-ctas,
  .hero-visual {
    opacity: 1;
    transform: none;
  }

  .hero-headline,
  .hero-emphasis {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.82rem, 9.2vw, 2.18rem);
    line-height: 0.98;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: balance;
  }

  .hero-body {
    max-width: min(100%, 34ch);
    margin-left: auto;
    margin-right: auto;
  }

  body.refine-serif-prose .hero.hero--solo .hero-body,
  body.refine-serif-prose .hero-body {
    max-width: min(100%, 34ch);
    font-size: clamp(1.02rem, 4.1vw, 1.14rem);
    line-height: 1.36;
  }

  .section-inner::before,
  .hero::before,
  .pricing-cards::before,
  .included-grid::after,
  .final-cta::before,
  .video-plate::before {
    opacity: 0.34;
  }

  .pricing-cards .price-card::before,
  .included-grid .inc-card::before,
  .work-gallery-section .inc-card[data-direction]::before,
  .talk-card::before,
  .booking-panel::before {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
}

/* Pricing hover-only correction */
.pricing-cards .price-card.price-card--featured {
  min-height: 100%;
  background: transparent;
  border-color: var(--rule);
  box-shadow: none;
}

.pricing-cards .price-card.price-card--featured::after {
  opacity: 0;
}

.pricing-cards .price-card,
.pricing-cards .price-card .price-cta {
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.pricing-cards .price-card:hover,
.pricing-cards .price-card:focus-within {
  background: color-mix(in srgb, var(--clay-accessible) 88%, var(--warm-paper));
  border-color: color-mix(in srgb, var(--clay-accessible) 48%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ink) 10%, transparent);
}

.pricing-cards .price-card:hover::after,
.pricing-cards .price-card:focus-within::after {
  opacity: 1;
}

.pricing-cards .price-card:hover .price-cta,
.pricing-cards .price-card:focus-within .price-cta {
  background: var(--oxblood);
  border-color: var(--oxblood);
  color: var(--ivory);
}

.pricing-cards .price-card:hover .price-amount,
.pricing-cards .price-card:focus-within .price-amount {
  background: color-mix(in srgb, var(--ivory) 76%, transparent);
}

/* Promise label spacing correction */
.promise-item {
  padding-top: 2.35rem;
}

.promise-item::before {
  top: 0.85rem;
  min-height: auto;
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.08;
  max-width: calc(100% - 18px);
}

.promise-name {
  line-height: 1.18;
}
