@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800;900&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --carbon: #171717;
  --graphite: #353535;
  --ivory: #F6F0E8;
  --warm-white: #FBF7F1;
  --clay: #A45B35;
  --moss: #55705B;
  --muted-brand: #D7C5AD;
  --white: #FFFFFF;

  --bg: #F6F0E8;
  --surface: var(--warm-white);
  --surface-strong: #EEE4D8;
  --surface-soft: #F1E8DC;
  --glass: rgba(251, 247, 241, 0.72);
  --glass-strong: rgba(251, 247, 241, 0.86);
  --fg: var(--carbon);
  --muted: var(--graphite);
  --muted-soft: #746A5F;
  --border: rgba(23, 23, 23, 0.13);
  --accent: var(--clay);
  --accent-dark: #7E4427;
  --ink: var(--carbon);
  --paper: var(--warm-white);
  --secondary: var(--moss);
  --danger: #A13A2A;
  --radius: 4px;
  --radius-lg: 8px;
  --font-display: "Geologica", "Manrope", "Inter", Arial, sans-serif;
  --font-body: "Inter", "Manrope", Arial, sans-serif;
  --font-ui: "Manrope", "Inter", Arial, sans-serif;
  --font-mono: "Inter", "Manrope", Arial, sans-serif;
  --container: min(92vw, 1380px);
  --line: rgba(23, 23, 23, 0.16);
  --shadow: 0 24px 52px rgba(23, 23, 23, 0.10);
}

* { box-sizing: border-box; }

html {
  color: var(--fg);
  background: var(--bg);
  font-family: var(--font-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 6%, color-mix(in srgb, var(--moss) 9%, transparent), transparent 24rem),
    radial-gradient(circle at 88% 46%, color-mix(in srgb, var(--clay) 7%, transparent), transparent 28rem),
    linear-gradient(180deg, var(--warm-white) 0%, var(--bg) 52%, var(--surface-soft) 100%),
    var(--bg);
  background-size: auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle, rgba(23, 23, 23, 0.18) 0 1px, transparent 1px);
  background-size: 28px 32px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.page {
  width: var(--container);
  margin: 0 auto;
  padding-bottom: 56px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(174px, 220px) 1fr auto;
  min-height: 72px;
  border-bottom: 1px solid var(--border);
  align-items: center;
  background: color-mix(in srgb, var(--warm-white) 94%, transparent);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 12px 18px 12px 0;
  border-right: 1px solid var(--border);
  min-width: 0;
  overflow: hidden;
}

.brand-logo {
  width: clamp(210px, 16vw, 260px);
  max-width: 100%;
  max-height: 40px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 38px);
  padding: 0 clamp(18px, 3vw, 52px);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
  white-space: nowrap;
}

.nav a {
  color: color-mix(in srgb, var(--fg) 74%, transparent);
  transition: color 160ms ease, transform 160ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--fg);
  transform: translateY(-1px);
  outline: 0;
}

.header-action {
  align-self: center;
  min-width: 182px;
  min-height: 46px;
  margin-left: 12px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 0 22px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

.header-action::after,
.mini-cta::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 18px;
  border-radius: 50%;
  background: var(--accent);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.86fr);
  column-gap: clamp(22px, 2.6vw, 40px);
  min-height: clamp(620px, calc(100dvh - 72px), 740px);
  border-bottom: 1px solid var(--border);
  overflow: visible;
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 6;
  padding: clamp(28px, 3vw, 48px) clamp(18px, 2.4vw, 36px) 34px 22px;
  border-right: 1px solid var(--border);
  min-width: 0;
}

.roman {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(14px, 1.4vw, 22px);
  color: var(--accent-dark);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.roman::before {
  content: "";
  width: 26px;
  border-top: 2px solid currentColor;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(46px, 4.4vw, 76px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  text-wrap: balance;
}

h1 em {
  display: inline-block;
  font-style: normal;
  color: var(--accent);
  letter-spacing: -0.045em;
}

.hero-text {
  max-width: min(100%, 600px);
  margin: 22px 0 0;
  color: color-mix(in oklch, var(--fg), transparent 4%);
  font-size: clamp(18px, 1.05vw, 21px);
  line-height: 1.62;
  font-weight: 500;
  text-wrap: pretty;
}

.promo-note {
  position: relative;
  max-width: 610px;
  margin: clamp(22px, 2vw, 34px) 0 0;
  padding: 18px 20px 18px 24px;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, transparent);
  border-radius: var(--radius);
  background: linear-gradient(90deg, color-mix(in srgb, var(--clay) 10%, var(--warm-white)), var(--glass));
  box-shadow: inset 5px 0 0 var(--accent);
}

.promo-note span,
.price-card span,
.strip-item span {
  display: inline-flex;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.promo-note strong {
  display: block;
  font-family: var(--font-ui);
  font-size: clamp(23px, 1.8vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.promo-note p {
  max-width: 560px;
  margin: 8px 0 0;
  color: color-mix(in oklch, var(--fg), transparent 8%);
  line-height: 1.62;
  font-size: 16px;
  font-weight: 500;
}

.cta-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: clamp(22px, 2.2vw, 34px);
}

.primary-cta,
.secondary-cta,
.contact-button,
.submit-btn,
.reply-link,
.text-cta,
.lab-cta,
.audit-cta,
.mini-cta,
.quiz-cta,
.quiz-back,
.proof-cta,
.inline-cta button,
.tool-cta,
.price-card button,
.price-card a,
.service-page-cta button,
.service-page-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 15px 22px;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.primary-cta,
.submit-btn,
.quiz-cta,
.price-card.is-promo button,
.service-page-cta button {
  min-width: min(100%, 330px);
  color: var(--paper);
  background: var(--accent);
  border-color: var(--accent);
}

.secondary-cta,
.contact-button,
.reply-link,
.text-cta,
.quiz-back,
.price-card a,
.service-page-cta a {
  color: var(--ink);
  background: color-mix(in oklch, var(--paper), transparent 34%);
}

.primary-cta:hover,
.secondary-cta:hover,
.contact-button:hover,
.submit-btn:hover,
.reply-link:hover,
.text-cta:hover,
.lab-cta:hover,
.audit-cta:hover,
.mini-cta:hover,
.quiz-cta:hover,
.quiz-back:hover,
.proof-cta:hover,
.inline-cta button:hover,
.tool-cta:hover,
.price-card button:hover,
.price-card a:hover,
.service-page-cta button:hover,
.service-page-cta a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.arrow {
  width: 42px;
  height: 16px;
  margin-left: 18px;
  flex: 0 0 auto;
}

.hero-art {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px) 0 clamp(30px, 4vw, 54px);
  min-width: 0;
  pointer-events: auto;
}

.proof-shell {
  position: absolute;
  inset: clamp(46px, 5vw, 88px) clamp(18px, 3.2vw, 58px) auto clamp(8px, 1.2vw, 22px);
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 1fr);
  gap: clamp(18px, 2vw, 34px);
  align-items: center;
  min-height: clamp(520px, 62vh, 620px);
  overflow: hidden;
  padding: clamp(22px, 2.4vw, 38px);
  color: var(--fg);
  border: 1px solid color-mix(in oklch, var(--ink), transparent 24%);
  background:
    radial-gradient(circle at 22% 24%, color-mix(in oklch, var(--accent), transparent 87%), transparent 170px),
    radial-gradient(circle at 86% 76%, color-mix(in srgb, var(--secondary) 13%, transparent), transparent 200px),
    color-mix(in oklch, var(--paper), white 4%);
  box-shadow: 18px 18px 0 color-mix(in oklch, var(--accent), transparent 92%), 0 34px 80px rgba(42, 30, 18, 0.18);
}

.proof-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px dashed color-mix(in oklch, var(--ink), transparent 80%);
}

.proof-topline,
.proof-map,
.proof-copy,
.proof-options,
.proof-result,
.proof-footer {
  position: relative;
  z-index: 2;
}

.proof-topline {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-topline span { color: var(--accent-dark); }
.proof-topline strong { color: var(--muted); font-size: 9px; }

.proof-map {
  min-height: 280px;
  border: 1px solid color-mix(in oklch, var(--ink), transparent 68%);
  background:
    linear-gradient(90deg, rgba(28, 23, 18, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(28, 23, 18, 0.035) 1px, transparent 1px),
    color-mix(in oklch, var(--paper), transparent 18%);
  background-size: 38px 38px;
}

.proof-map::before,
.proof-map::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.proof-map::before {
  inset: 24px;
  border: 1px solid color-mix(in oklch, var(--accent), transparent 62%);
  border-radius: 50%;
  animation: proofPulse 4.6s ease-in-out infinite;
}

.proof-map::after {
  left: 13%;
  right: 13%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: rotate(-10deg);
}

.proof-core {
  position: absolute;
  left: 50%;
  top: 52%;
  display: grid;
  place-items: center;
  width: clamp(118px, 11vw, 150px);
  height: clamp(118px, 11vw, 150px);
  padding: 18px;
  color: var(--paper);
  text-align: center;
  border-radius: 50%;
  background: var(--ink);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 10px color-mix(in oklch, var(--ink), transparent 92%), 0 24px 60px rgba(33, 24, 17, 0.24);
}

.proof-core strong {
  font-family: var(--font-ui);
  font-size: clamp(18px, 1.4vw, 24px);
  letter-spacing: -0.05em;
}

.proof-core span {
  max-width: 92px;
  color: color-mix(in oklch, var(--paper), transparent 28%);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.proof-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 36px;
  padding: 8px 12px;
  color: var(--fg);
  border: 1px solid color-mix(in oklch, var(--ink), transparent 58%);
  background: color-mix(in oklch, var(--paper), white 8%);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 8px 8px 0 color-mix(in oklch, var(--ink), transparent 92%);
}

.node-site { left: 10%; top: 16%; }
.node-direct { right: 8%; top: 24%; }
.node-metric { left: 18%; bottom: 16%; color: var(--accent-dark); }

.proof-copy {
  align-self: end;
  display: grid;
  gap: 10px;
}

.proof-copy p {
  margin: 0;
  color: var(--accent-dark);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.proof-copy h2 {
  max-width: 440px;
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(26px, 2.1vw, 38px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.proof-copy span {
  max-width: 460px;
  color: color-mix(in oklch, var(--fg), transparent 12%);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
}

.proof-options {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.proof-option {
  min-height: 48px;
  border: 1px solid color-mix(in oklch, var(--ink), transparent 62%);
  padding: 10px 12px;
  color: var(--fg);
  background: color-mix(in oklch, var(--paper), white 2%);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.proof-option:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.42);
}

.proof-option.is-active {
  color: var(--paper);
  background: var(--ink);
}

.proof-result {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid color-mix(in oklch, var(--accent), transparent 30%);
  background: linear-gradient(135deg, color-mix(in srgb, var(--clay) 9%, var(--warm-white)), var(--glass));
}

.proof-result.is-switching {
  animation: proofResult 220ms ease both;
}

.proof-result span {
  color: var(--accent-dark);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-result strong {
  max-width: 620px;
  font-family: var(--font-ui);
  font-size: clamp(20px, 1.45vw, 28px);
  font-weight: 680;
  letter-spacing: -0.052em;
  line-height: 1.05;
}

.proof-result p {
  max-width: 650px;
  margin: 0;
  color: color-mix(in oklch, var(--fg), transparent 10%);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.proof-result ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.proof-result li {
  border: 1px solid color-mix(in oklch, var(--ink), transparent 72%);
  padding: 7px 9px;
  background: color-mix(in oklch, var(--paper), white 6%);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.proof-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 18px;
}

.proof-cta {
  min-height: 52px;
  color: var(--paper);
  background: var(--accent);
  border-color: var(--accent);
  white-space: nowrap;
}

.proof-footer a {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes proofPulse {
  0%, 100% { transform: scale(0.96); opacity: 0.42; }
  50% { transform: scale(1.03); opacity: 0.9; }
}

@keyframes proofResult {
  0% { opacity: 0.55; transform: translate3d(0, 6px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

.quiz-shell {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: clamp(12px, 1.35vw, 18px);
  width: min(100%, 650px);
  min-height: 0;
  overflow: clip;
  padding: clamp(22px, 2vw, 30px);
  color: var(--fg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, var(--glass-strong), color-mix(in srgb, var(--ivory) 72%, white)),
    var(--surface);
  backdrop-filter: blur(18px) saturate(1.08);
  box-shadow: 0 22px 58px rgba(23, 23, 23, 0.10);
}

.quiz-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(23, 23, 23, 0.06);
  border-radius: var(--radius);
}

.quiz-head,
.quiz-progress,
.quiz-stage,
.quiz-insight,
.quiz-result {
  position: relative;
  z-index: 2;
}

.quiz-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.quiz-head div {
  display: grid;
  gap: 5px;
}

.quiz-head span,
.quiz-kicker,
.quiz-result > span,
.quiz-insight span {
  color: var(--accent-dark);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quiz-head strong {
  color: var(--muted);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.quiz-head p {
  margin: 0;
  color: color-mix(in oklch, var(--fg), transparent 16%);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.quiz-progress {
  height: 8px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.10);
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.06);
}

.quiz-progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), color-mix(in oklch, var(--accent), var(--ink) 18%));
  border-radius: inherit;
  transition: width 240ms ease;
}

.quiz-stage {
  display: grid;
  align-content: start;
  gap: clamp(12px, 1.2vw, 16px);
}

.quiz-stage.is-switching,
.quiz-result.is-switching {
  animation: proofResult 220ms ease both;
}

.quiz-kicker {
  margin: 0;
}

.quiz-stage h2,
.quiz-result h2 {
  max-width: 640px;
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(28px, 2vw, 38px);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.quiz-stage p[data-quiz-help],
.quiz-result p,
.quiz-insight p {
  max-width: 650px;
  margin: 0;
  color: color-mix(in oklch, var(--fg), transparent 8%);
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 500;
  line-height: 1.55;
}

.quiz-options {
  display: grid;
  gap: 8px;
}

.quiz-option {
  display: grid;
  gap: 4px;
  min-height: 56px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: var(--radius);
  padding: 13px 16px;
  color: var(--fg);
  background: rgba(255, 255, 255, 0.46);
  text-align: left;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.quiz-option:hover,
.quiz-option:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in oklch, var(--accent), transparent 22%);
  background: color-mix(in oklch, var(--paper), white 11%);
  box-shadow: 0 14px 34px rgba(23, 23, 23, 0.08);
  outline: none;
}

.quiz-option strong {
  font-family: var(--font-ui);
  font-size: clamp(16px, 1vw, 19px);
  font-weight: 740;
  letter-spacing: -0.035em;
}

.quiz-option span {
  color: color-mix(in oklch, var(--fg), transparent 26%);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.35;
}

.quiz-insight {
  display: grid;
  gap: 6px;
  padding: 13px 15px;
  border: 1px solid rgba(23, 23, 23, 0.10);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.42);
}

.quiz-result {
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 300px;
}

.quiz-stage[hidden],
.quiz-insight[hidden],
.quiz-result[hidden] {
  display: none !important;
}

.quiz-result ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.quiz-result li {
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 999px;
  padding: 8px 10px;
  background: color-mix(in oklch, var(--paper), white 7%);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quiz-actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.quiz-cta {
  min-height: 54px;
  color: var(--paper);
  background: var(--accent);
  border-color: var(--accent);
}

.quiz-back {
  min-height: 54px;
  color: var(--ink);
  background: color-mix(in oklch, var(--paper), white 8%);
}

.service-strip {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--warm-white) 72%, transparent);
}

.strip-item {
  min-height: 260px;
  padding: clamp(24px, 2.6vw, 46px);
  border: 0;
  border-right: 1px solid var(--border);
  background: color-mix(in srgb, var(--warm-white) 42%, transparent);
  color: inherit;
  text-align: left;
}

.strip-item:last-child { border-right: 0; }
.strip-item:hover { background: color-mix(in srgb, var(--warm-white) 82%, white); }
.strip-item h2 { margin: 0 0 14px; font-family: var(--font-display); font-size: clamp(26px, 2.15vw, 44px); line-height: 1.02; letter-spacing: -0.06em; }
.strip-item p { margin: 0; color: color-mix(in oklch, var(--fg), transparent 10%); font-size: 17px; line-height: 1.62; font-weight: 500; }

.tool-belt {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1fr) auto;
  gap: clamp(18px, 2.8vw, 52px);
  align-items: stretch;
  padding: clamp(36px, 4.4vw, 72px) clamp(18px, 3vw, 48px);
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--surface-soft) 68%, var(--warm-white));
}

.tool-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding-right: clamp(18px, 2.6vw, 46px);
  border-right: 1px solid var(--border);
}

.tool-copy span {
  color: var(--accent-dark);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tool-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.tool-copy p {
  margin: 0;
  color: color-mix(in oklch, var(--fg), transparent 10%);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 500;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
  align-content: center;
}

.tool-grid span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--carbon) 11%, transparent);
  background: var(--glass);
  backdrop-filter: blur(14px);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.tool-cta {
  align-self: center;
  min-width: 230px;
  background: var(--ink);
  color: var(--paper);
}

.section {
  position: relative;
  display: block;
  padding: clamp(56px, 6vw, 104px) clamp(18px, 3.2vw, 56px);
  border-bottom: 1px solid color-mix(in srgb, var(--carbon) 10%, transparent);
  isolation: isolate;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 calc((100vw - var(--container)) / -2);
  z-index: -1;
  background: transparent;
}

.section:nth-of-type(odd)::before {
  background: color-mix(in srgb, var(--warm-white) 82%, var(--ivory));
}

.section:nth-of-type(even)::before {
  background: color-mix(in srgb, var(--ivory) 86%, var(--surface-soft));
}

.split-section::before,
.contact-section::before {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--warm-white) 82%, transparent), color-mix(in srgb, var(--ivory) 90%, transparent)),
    var(--ivory);
}

.faq-section::before {
  background: color-mix(in srgb, var(--surface-soft) 86%, var(--warm-white));
}

.section-index {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--clay) 38%, var(--border));
  color: var(--accent-dark);
  background: color-mix(in srgb, var(--warm-white) 72%, transparent);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-body {
  padding: 0;
}

.section-heading {
  display: grid;
  gap: 18px;
  max-width: 1180px;
  margin-bottom: clamp(32px, 4vw, 64px);
}

.section-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 3.8vw, 72px);
  line-height: 1.03;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.section-heading p {
  margin: 0;
  max-width: 800px;
  color: color-mix(in oklch, var(--fg), transparent 6%);
  font-size: clamp(18px, 1.1vw, 21px);
  line-height: 1.66;
  font-weight: 500;
  text-wrap: pretty;
}

.system-grid,
.contact-grid,
.craft-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.7fr);
  gap: clamp(30px, 4vw, 76px);
  align-items: center;
}

.wide-cutout {
  margin: 0;
}

.visual-cutout { margin: 0; }
.visual-cutout img {
  width: min(100%, 920px);
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 36px rgba(39, 30, 20, 0.14));
}

.system-audit-visual {
  position: relative;
  margin: 0;
  padding: clamp(10px, 1vw, 16px);
  background: color-mix(in oklch, var(--paper), white 7%);
  border: 1px solid var(--border);
  box-shadow: 16px 16px 0 color-mix(in oklch, var(--ink), transparent 93%);
  overflow: hidden;
}

.system-audit-visual img {
  width: 100%;
  aspect-ratio: 1568 / 1003;
  object-fit: cover;
  object-position: center;
  border: 1px solid color-mix(in oklch, var(--ink), transparent 78%);
}

.system-audit-visual::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.system-pin {
  position: absolute;
  z-index: 2;
  max-width: 210px;
  padding: 10px 12px;
  color: var(--paper);
  background: var(--accent);
  border: 1px solid color-mix(in oklch, var(--accent), black 18%);
  box-shadow: 8px 8px 0 rgba(23, 23, 23, 0.12);
  font-family: var(--font-ui);
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 800;
  line-height: 1.18;
}

.system-pin::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 34px;
  border: 2px solid var(--accent);
  pointer-events: none;
}

.system-pin-site {
  left: 6%;
  top: 22%;
}

.system-pin-site::before {
  left: 16px;
  top: 100%;
  border-top: 0;
  border-right: 0;
}

.system-pin-ad {
  right: 6%;
  top: 31%;
}

.system-pin-ad::before {
  right: 18px;
  top: -44px;
  border-bottom: 0;
  border-left: 0;
}

.system-pin-lead {
  right: 9%;
  bottom: 16%;
  background: var(--ink);
  border-color: var(--ink);
}

.system-pin-lead::before {
  right: 24px;
  bottom: 100%;
  border-bottom: 0;
  border-left: 0;
  border-color: var(--ink);
}

.flow-board {
  display: grid;
  gap: 14px;
}

.flow-board article,
.craft-copy article,
.price-card,
.lead-card,
.contact-method {
  background: var(--glass);
  border: 1px solid color-mix(in srgb, var(--carbon) 12%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(16px) saturate(1.04);
}

.flow-board article {
  padding: clamp(22px, 2vw, 32px);
}

.flow-board strong,
.craft-copy h3 {
  display: block;
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: clamp(22px, 1.65vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.flow-board p,
.craft-copy p {
  margin: 0;
  color: color-mix(in oklch, var(--fg), transparent 10%);
  font-size: 17px;
  line-height: 1.66;
  font-weight: 500;
}

.inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(28px, 3vw, 52px);
  padding: 22px 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.inline-cta p {
  margin: 0;
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1.35;
  font-weight: 700;
}

.inline-cta button {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
  flex: 0 0 auto;
}

.craft-grid {
  align-items: stretch;
}

.site-audit {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2vw, 28px);
  background: color-mix(in oklch, var(--paper), white 8%);
  border: 1px solid var(--border);
  overflow: hidden;
}

.site-audit::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px dashed color-mix(in oklch, var(--ink), transparent 72%);
}

.audit-board {
  position: relative;
  z-index: 1;
  margin: 0;
  border: 1px solid var(--ink);
  background: var(--surface);
  box-shadow: 16px 16px 0 color-mix(in oklch, var(--accent), transparent 84%);
  overflow: hidden;
  isolation: isolate;
}

.audit-board img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1586 / 992;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.audit-board::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.08), transparent 18%, transparent 78%, rgba(23, 23, 23, 0.06)),
    linear-gradient(0deg, color-mix(in srgb, var(--clay) 8%, transparent), transparent 36%);
  mix-blend-mode: multiply;
}

.audit-ring,
.audit-line,
.audit-note {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.audit-ring {
  border: 3px solid var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--clay) 10%, transparent);
}

.audit-ring-offer {
  left: 7%;
  top: 12%;
  width: 37%;
  height: 20%;
  transform: rotate(-2deg);
}

.audit-ring-proof {
  left: 8%;
  top: 31%;
  width: 80%;
  height: 19%;
  transform: rotate(1deg);
}

.audit-ring-form {
  left: 38%;
  top: 61%;
  width: 33%;
  height: 17%;
  transform: rotate(-1deg);
}

.audit-line-cta {
  right: 10%;
  bottom: 10%;
  width: 28%;
  height: 3px;
  background: var(--accent);
  transform: rotate(-0.5deg);
}

.audit-line-cta::after {
  content: "";
  position: absolute;
  right: -7px;
  top: -5px;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  transform: rotate(-45deg);
}

.audit-note {
  max-width: min(230px, 36%);
  padding: 10px 12px;
  color: var(--paper);
  background: var(--accent);
  border: 1px solid color-mix(in oklch, var(--accent), var(--ink) 24%);
  box-shadow: 6px 6px 0 rgba(23, 23, 23, 0.16);
  font-family: var(--font-ui);
  font-size: clamp(10px, 0.72vw, 13px);
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.audit-note-offer {
  left: 4%;
  top: 4%;
}

.audit-note-proof {
  right: 5%;
  top: 28%;
}

.audit-note-form {
  left: 42%;
  bottom: 19%;
}

.audit-note-cta {
  right: 8%;
  bottom: 3%;
}

.audit-caption {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  padding: 20px 22px;
  background: color-mix(in oklch, var(--surface), white 12%);
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 color-mix(in oklch, var(--ink), transparent 86%);
}

.audit-caption span,
.example-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.audit-caption strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.2vw, 42px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.audit-caption p {
  margin: 10px 0 0;
  color: color-mix(in oklch, var(--fg), transparent 18%);
  font-size: 16px;
  line-height: 1.45;
}

.craft-copy {
  display: grid;
  gap: 16px;
  align-content: start;
}

.craft-copy article {
  padding: clamp(24px, 2.3vw, 38px);
}

.text-cta {
  width: fit-content;
  background: var(--ink);
  color: var(--paper);
}

.audit-cta {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 18px;
  background: var(--ink);
  color: var(--paper);
}

.price-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
}

.price-card {
  min-height: 430px;
  padding: clamp(24px, 2.4vw, 40px);
  display: flex;
  flex-direction: column;
}

.price-card.is-promo {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.price-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.45vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.06em;
}

.price-card strong {
  display: block;
  margin: 0 0 18px;
  font-family: var(--font-ui);
  font-size: clamp(28px, 2.5vw, 46px);
  letter-spacing: -0.05em;
}

.price-card p {
  margin: 0 0 28px;
  color: color-mix(in oklch, currentColor, transparent 16%);
  font-size: 17px;
  line-height: 1.66;
  font-weight: 500;
}

.price-card.is-promo p {
  color: color-mix(in oklch, var(--paper), transparent 12%);
}

.price-card button,
.price-card a {
  margin-top: auto;
  width: 100%;
}

.faq-list {
  display: grid;
  gap: 0;
  border-top: 1px dashed var(--line);
}

.faq-item {
  border-bottom: 1px dashed var(--line);
}

.faq-item summary {
  display: grid;
  grid-template-columns: 1fr 36px;
  gap: 20px;
  align-items: center;
  min-height: 92px;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { font-size: clamp(22px, 1.7vw, 32px); font-weight: 800; letter-spacing: -0.04em; }
.faq-item summary i { width: 34px; height: 34px; border: 1px solid var(--ink); position: relative; }
.faq-item summary i::before,
.faq-item summary i::after { content: ""; position: absolute; inset: 50% auto auto 8px; width: 16px; border-top: 2px solid currentColor; }
.faq-item summary i::after { transform: rotate(90deg); }
.faq-item[open] summary i::after { opacity: 0; }

.faq-answer {
  max-width: 860px;
  padding: 0 0 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.lead-card {
  padding: clamp(28px, 3vw, 46px);
}

.lead-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(36px, 3.7vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.lead-card p {
  margin: 0 0 28px;
  color: color-mix(in oklch, var(--fg), transparent 8%);
  font-size: 19px;
  line-height: 1.66;
  font-weight: 500;
}

.choice-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 18px;
  border: 1px solid var(--ink);
}

.choice {
  min-height: 54px;
  border: 0;
  border-right: 1px solid var(--ink);
  background: transparent;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.choice:last-child { border-right: 0; }
.choice.is-active { background: var(--ink); color: var(--paper); }

.lead-form { display: grid; gap: 14px; }
.lead-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.field { display: grid; gap: 8px; }
.field label { font-size: 14px; font-weight: 800; color: color-mix(in oklch, var(--fg), transparent 4%); }
.field input,
.field textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--border);
  background: color-mix(in oklch, var(--paper), transparent 10%);
  padding: 15px 16px;
  color: var(--fg);
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
}

.field textarea { min-height: 112px; resize: vertical; }
.field input:focus,
.field textarea:focus { outline: 2px solid color-mix(in oklch, var(--accent), transparent 26%); outline-offset: 0; }

.form-status {
  min-height: 26px;
  color: color-mix(in oklch, var(--fg), transparent 16%);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

.form-status.is-error { color: var(--danger); }

.reply-actions {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.reply-actions.is-visible { display: grid; }

.contact-grid {
  align-items: start;
}

.contact-side {
  display: grid;
  gap: 18px;
}

.contact-playbook {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 2.4vw, 36px);
  border: 1px solid color-mix(in srgb, var(--carbon) 14%, transparent);
  background:
    linear-gradient(135deg, var(--glass-strong), color-mix(in srgb, var(--ivory) 78%, white)),
    var(--surface);
  backdrop-filter: blur(18px) saturate(1.06);
  box-shadow: 0 20px 54px rgba(23, 23, 23, 0.10);
}

.playbook-head {
  display: grid;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.playbook-head span,
.launch-plan span {
  color: var(--accent-dark);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.playbook-head strong {
  max-width: 520px;
  font-family: var(--font-display);
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.chat-preview {
  display: grid;
  gap: 10px;
}

.chat-line {
  display: grid;
  gap: 6px;
  width: min(92%, 440px);
  padding: 13px 14px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--warm-white) 72%, transparent);
}

.chat-line.team {
  justify-self: end;
  border-color: color-mix(in srgb, var(--moss) 40%, var(--border));
  background: color-mix(in srgb, var(--moss) 12%, var(--warm-white));
}

.chat-line span {
  color: var(--muted-soft);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chat-line p {
  margin: 0;
  color: var(--fg);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 560;
}

.launch-plan {
  display: grid;
  gap: 10px;
}

.launch-plan article {
  display: grid;
  gap: 6px;
  padding: 15px 16px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--warm-white) 68%, transparent);
}

.launch-plan strong {
  font-family: var(--font-ui);
  font-size: clamp(18px, 1.2vw, 23px);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.launch-plan p {
  margin: 0;
  color: color-mix(in srgb, var(--fg) 78%, transparent);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 520;
}

.contact-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.contact-method {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
}

.contact-method span {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-method strong {
  font-size: clamp(18px, 1.2vw, 24px);
  letter-spacing: -0.03em;
  word-break: normal;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 36px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-modal {
  width: min(94vw, 1080px);
  max-height: min(92dvh, 820px);
  padding: 0;
  border: 1px solid var(--ink);
  background: var(--bg);
  color: var(--fg);
  box-shadow: 0 36px 90px rgba(22, 18, 12, 0.34);
  overflow: auto;
}

.lead-modal::backdrop { background: rgba(18, 14, 10, 0.44); backdrop-filter: blur(4px); }

.modal-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(420px, 1fr);
  position: relative;
}

.modal-copy {
  padding: clamp(28px, 3.2vw, 46px);
  border-right: 1px dotted var(--line);
  background: var(--ink);
  color: var(--paper);
  min-width: 0;
}

.modal-copy h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(30px, 2.8vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: 9ch;
  overflow-wrap: normal;
  text-wrap: balance;
}

.modal-copy p {
  max-width: 31ch;
  margin: 0;
  color: color-mix(in oklch, var(--paper), transparent 12%);
  line-height: 1.58;
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 500;
}

.modal-form {
  min-width: 0;
  padding: clamp(28px, 3vw, 44px);
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  background: var(--paper);
  color: var(--ink);
}

.modal-close svg { width: 18px; height: 18px; }

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

body.reveal-ready [data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(18px);
}

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

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.58fr);
  gap: clamp(30px, 5vw, 90px);
  align-items: center;
  min-height: clamp(620px, calc(100dvh - 88px), 820px);
  border-bottom: 1px solid var(--border);
  padding: clamp(36px, 5vw, 86px) 0;
}

.service-hero h1 {
  font-size: clamp(46px, 5.2vw, 96px);
}

.service-hero p {
  max-width: 760px;
  color: color-mix(in srgb, var(--fg) 84%, transparent);
  font-size: clamp(18px, 1.1vw, 21px);
  line-height: 1.66;
  font-weight: 500;
}

.service-page-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.detail-grid,
.market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.detail-card,
.market-card {
  padding: clamp(24px, 2.3vw, 38px);
  border: 1px solid var(--border);
  background: color-mix(in oklch, var(--paper), transparent 24%);
}

.detail-card h2,
.market-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-ui);
  font-size: clamp(21px, 1.45vw, 29px);
  line-height: 1.18;
  letter-spacing: -0.055em;
}

.detail-card p,
.market-card p {
  margin: 0;
  color: color-mix(in oklch, var(--fg), transparent 10%);
  line-height: 1.66;
  font-weight: 500;
}

.example-board {
  display: grid;
  grid-template-columns: 1.15fr 0.92fr 0.92fr;
  gap: 18px;
  margin-top: 22px;
}

.example-card {
  position: relative;
  min-height: 380px;
  padding: clamp(18px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 82% 16%, color-mix(in oklch, var(--accent), transparent 84%), transparent 210px),
    color-mix(in oklch, var(--paper), transparent 18%);
}

.example-card img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(10px 14px 0 color-mix(in oklch, var(--ink), transparent 88%));
}

.example-card:not(.is-wide) img {
  width: 100%;
  margin-left: 0;
}

.example-card h3 {
  max-width: 420px;
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(22px, 1.6vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.tool-grid span,
.site-audit,
.audit-caption,
.price-card,
.lead-card,
.contact-method,
.detail-card,
.market-card,
.example-card,
.flow-board article,
.craft-copy article,
.inline-cta,
.modal-card,
.service-hero,
.visual-cutout img {
  border-radius: 0;
}

@media (max-width: 1320px) {
  .site-header { grid-template-columns: minmax(170px, 210px) 1fr auto; }
  .header-action {
    grid-column: auto;
    min-height: 44px;
    min-width: 168px;
    padding-inline: 18px;
  }
  .hero { grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr); }
  .hero-copy { grid-column: 1; }
  .hero-art { grid-column: 2; }
  .quiz-shell {
    width: min(100%, 600px);
    padding: 22px;
  }
  .tool-belt { grid-template-columns: 1fr; }
  .tool-copy { border-right: 0; padding-right: 0; }
  .tool-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tool-cta { width: fit-content; }
  .service-strip { grid-template-columns: 1fr; }
  .strip-item { border-right: 0; border-bottom: 1px dotted var(--line); }
  .price-grid, .detail-grid, .market-grid, .example-board { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
}

@media (max-width: 980px) {
  .page { width: min(94vw, 760px); }
  .site-header, .hero, .system-grid, .contact-grid, .craft-grid, .modal-card, .service-hero { grid-template-columns: 1fr; }
  .brand, .hero-copy, .section-index, .modal-copy { border-right: 0; }
  .site-header { position: relative; }
  .header-action {
    justify-self: start;
    width: auto;
    min-width: 0;
    margin: 0 0 14px;
  }
  .nav { justify-content: flex-start; overflow-x: auto; padding: 18px 0; border-top: 1px dashed var(--line); }
  .hero { min-height: auto; overflow: hidden; }
  .hero-copy { padding-left: 0; padding-right: 0; padding-bottom: 22px; }
  .hero-art { grid-column: 1; grid-row: auto; min-height: auto; }
  .quiz-shell {
    position: relative;
    inset: auto;
    min-height: 0;
    margin-bottom: 34px;
  }
  .quiz-cta { width: fit-content; }
  .tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-cta { width: 100%; }
  .section { padding-inline: 0; }
  .section-index { margin-bottom: 16px; padding: 7px 10px; }
  .section-body { padding: 0; }
  .audit-board { box-shadow: 10px 10px 0 color-mix(in oklch, var(--accent), transparent 88%); }
  .system-audit-visual { box-shadow: 10px 10px 0 color-mix(in oklch, var(--ink), transparent 94%); }
  .audit-caption { margin-top: 0; }
  .example-card { min-height: auto; }
  .example-card img,
  .example-card:not(.is-wide) img { width: 100%; margin: 0; }
  .wide-cutout { margin-left: 0; }
  .modal-copy { border-bottom: 1px dotted var(--line); }
  .lead-modal { width: min(94vw, 720px); }
  .modal-card { grid-template-columns: 1fr; }
  .modal-copy h2 {
    max-width: none;
    font-size: clamp(34px, 7vw, 48px);
  }
  .modal-copy p { max-width: 42ch; }
  .inline-cta { display: grid; }
}

@media (max-width: 640px) {
  .brand { padding-right: 0; }
  .brand-logo { width: 156px; max-height: 40px; }
  .nav { gap: 20px; font-size: 11px; }
  .header-action { width: min(100%, 240px); min-width: 0; min-height: 48px; }
  .roman { margin-bottom: 16px; }
  .hero-copy {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }
  .hero-copy > * { max-width: 100%; }
  .hero-text,
  .promo-note,
  .promo-note p {
    width: 100%;
    max-width: 100%;
  }
  h1 {
    max-width: 100%;
    font-size: clamp(42px, 11.7vw, 52px);
    line-height: 0.9;
    letter-spacing: -0.045em;
  }
  .hero-text { margin-top: 18px; font-size: 16px; line-height: 1.56; }
  .promo-note { padding: 16px; }
  .hero-art { min-height: auto; }
  .quiz-shell {
    gap: 14px;
    padding: 16px;
    box-shadow: 10px 10px 0 color-mix(in oklch, var(--accent), transparent 91%), 0 22px 50px rgba(42, 30, 18, 0.18);
  }
  .quiz-shell::before { inset: 8px; }
  .quiz-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .quiz-stage h2,
  .quiz-result h2 { font-size: clamp(28px, 8.2vw, 40px); }
  .quiz-option { min-height: 58px; }
  .quiz-result { min-height: 0; }
  .quiz-result ul { display: grid; }
  .quiz-actions { gap: 10px; }
  .quiz-cta,
  .quiz-back { width: 100%; }
  .tool-grid { grid-template-columns: 1fr; }
  .primary-cta, .secondary-cta, .contact-button, .submit-btn, .reply-link, .text-cta, .audit-cta, .mini-cta, .quiz-cta, .quiz-back, .proof-cta, .tool-cta, .price-card button, .price-card a { width: 100%; min-width: 0; }
  .section-heading h2, .lead-card h2 { font-size: clamp(42px, 13vw, 60px); }
  .section-heading p, .lead-card p { font-size: 17px; }
  .choice-row, .reply-actions { grid-template-columns: 1fr; }
  .choice { border-right: 0; border-bottom: 1px solid var(--ink); }
  .choice:last-child { border-bottom: 0; }
  .lead-modal {
    width: min(94vw, 420px);
    max-height: 92dvh;
  }
  .modal-copy,
  .modal-form {
    padding: 24px;
  }
  .modal-copy h2 { font-size: clamp(31px, 10vw, 42px); }
  .site-audit { padding: 16px; }
  .audit-caption { padding: 16px; }
  .system-audit-visual {
    display: grid;
    gap: 10px;
    padding: 12px;
  }
  .system-audit-visual::after,
  .system-pin::before {
    display: none;
  }
  .system-pin {
    position: relative;
    inset: auto;
    max-width: none;
    display: block;
    padding: 10px;
    box-shadow: none;
  }
  .audit-note {
    position: relative;
    inset: auto;
    display: block;
    max-width: none;
    margin-top: 8px;
    box-shadow: none;
  }
  .audit-ring,
  .audit-line { display: none; }
  .example-card { padding: 16px; }
  .example-card img,
  .example-card:not(.is-wide) img { width: 100%; margin: 0; }
  .faq-item summary { min-height: 80px; }
  .faq-answer { font-size: 16px; }
  .site-footer { display: grid; }
}

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

/* Premium light redesign: approved 2026-05-19 */
:root {
  --bg: #FBF8F3;
  --surface: rgba(255, 252, 247, 0.78);
  --surface-strong: #F2E8DB;
  --surface-soft: #F7EFE5;
  --glass: rgba(255, 252, 247, 0.58);
  --glass-strong: rgba(255, 252, 247, 0.78);
  --glass-border: rgba(255, 255, 255, 0.68);
  --glass-line: rgba(23, 23, 23, 0.10);
  --glass-shadow: 0 28px 80px rgba(47, 35, 24, 0.12);
  --glass-shadow-strong: 0 38px 110px rgba(47, 35, 24, 0.16);
  --focus-ring: 0 0 0 4px rgba(164, 91, 53, 0.16);
  --border: rgba(23, 23, 23, 0.10);
  --line: rgba(23, 23, 23, 0.11);
  --radius: 10px;
  --radius-lg: 18px;
  --shadow: var(--glass-shadow);
}

html {
  background: var(--bg);
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #fffdf9 0%, var(--bg) 38%, #F5EEE5 100%),
    var(--bg);
}

body::before {
  z-index: 0;
  opacity: 0.028;
  background-image:
    linear-gradient(rgba(23, 23, 23, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 23, 0.10) 1px, transparent 1px);
  background-size: 36px 36px;
}

.page {
  position: relative;
  z-index: 1;
}

.site-header,
.hero-art,
.quiz-shell,
.promo-note,
.strip-item,
.tool-belt,
.tool-grid span,
.system-audit-visual,
.site-audit,
.audit-caption,
.flow-board article,
.craft-copy article,
.inline-cta,
.price-card,
.lead-card,
.contact-method,
.modal-card,
.service-hero,
.detail-card,
.market-card,
.example-card {
  border: 1px solid var(--glass-border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 252, 247, 0.32)),
    var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    var(--glass-shadow);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.site-header {
  top: 12px;
  min-height: 76px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 252, 247, 0.52)),
    rgba(255, 252, 247, 0.72);
}

.brand {
  border-right: 0;
  padding-left: 10px;
}

.brand-logo {
  width: clamp(146px, 9vw, 170px);
  max-height: 42px;
}

.nav {
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
  padding: 0 clamp(12px, 2.4vw, 40px);
  font-size: 12px;
  letter-spacing: 0;
}

.nav a {
  border-radius: 999px;
  padding: 9px 2px;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--accent-dark);
}

.header-action,
.primary-cta,
.secondary-cta,
.contact-button,
.submit-btn,
.reply-link,
.text-cta,
.audit-cta,
.mini-cta,
.quiz-cta,
.quiz-back,
.proof-cta,
.tool-cta,
.price-card button,
.price-card a,
.service-page-cta button,
.service-page-cta a {
  border-radius: 999px;
  transition:
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.header-action,
.primary-cta,
.quiz-cta,
.price-card.is-promo button,
.service-page-cta button,
.submit-btn,
.contact-button,
.tool-cta {
  border-color: color-mix(in srgb, var(--ink) 86%, transparent);
  background: linear-gradient(135deg, #171717, #2B2824);
  color: var(--warm-white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 44px rgba(23, 23, 23, 0.18);
}

.secondary-cta,
.quiz-back,
.price-card a,
.service-page-cta a,
.reply-link,
.proof-cta {
  border-color: rgba(23, 23, 23, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 252, 247, 0.34)),
    rgba(255, 252, 247, 0.48);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.header-action:hover,
.primary-cta:hover,
.secondary-cta:hover,
.contact-button:hover,
.submit-btn:hover,
.reply-link:hover,
.text-cta:hover,
.audit-cta:hover,
.mini-cta:hover,
.quiz-cta:hover,
.quiz-back:hover,
.proof-cta:hover,
.tool-cta:hover,
.price-card button:hover,
.price-card a:hover,
.service-page-cta button:hover,
.service-page-cta a:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 22px 52px rgba(47, 35, 24, 0.16);
}

button:active,
a:active {
  transform: translateY(0) scale(0.985);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 0;
  box-shadow: var(--focus-ring);
}

.hero {
  min-height: clamp(660px, calc(100dvh - 96px), 790px);
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.82fr);
  column-gap: clamp(24px, 3vw, 54px);
  border-bottom: 0;
  padding-top: 16px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 54px 0 auto 48%;
  height: 280px;
  border-radius: 999px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(85, 112, 91, 0.12), rgba(164, 91, 53, 0.08));
  filter: blur(36px);
  opacity: 0.65;
}

.hero-copy {
  border-right: 0;
  padding: clamp(36px, 4.5vw, 72px) clamp(14px, 2vw, 28px) 42px 6px;
}

.roman {
  color: color-mix(in srgb, var(--accent-dark) 88%, var(--secondary));
  letter-spacing: 0.12em;
}

h1 {
  max-width: 820px;
  font-size: clamp(48px, 4.35vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

h1 em {
  color: color-mix(in srgb, var(--accent) 92%, var(--ink));
}

.hero-text {
  max-width: 650px;
  color: rgba(23, 23, 23, 0.74);
  font-size: clamp(18px, 1.1vw, 22px);
  line-height: 1.58;
}

.promo-note {
  max-width: 650px;
  padding: 20px 22px 20px 24px;
  border-color: rgba(255, 255, 255, 0.72);
  border-left: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(164, 91, 53, 0.11), rgba(255, 252, 247, 0.42)),
    var(--glass);
  box-shadow:
    inset 5px 0 0 color-mix(in srgb, var(--accent) 78%, var(--warm-white)),
    inset 0 1px 0 rgba(255,255,255,0.82),
    0 22px 58px rgba(47,35,24,0.10);
}

.promo-note strong {
  letter-spacing: -0.025em;
}

.cta-row {
  margin-top: 28px;
  gap: 12px;
}

.primary-cta {
  min-height: 58px;
  padding-inline: 24px 18px;
}

.secondary-cta {
  min-height: 58px;
  padding-inline: 22px;
}

.hero-art {
  align-self: center;
  border-radius: 26px;
  min-height: min(660px, calc(100dvh - 128px));
  padding: clamp(12px, 1.4vw, 20px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.54), rgba(255,252,247,0.26)),
    rgba(255, 252, 247, 0.34);
}

.quiz-shell {
  position: relative;
  inset: auto;
  width: min(100%, 640px);
  min-height: clamp(560px, 65vh, 650px);
  border-radius: 24px;
  border-color: rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(160deg, rgba(255,255,255,0.70), rgba(255,252,247,0.42)),
    rgba(255, 252, 247, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 34px 88px rgba(47, 35, 24, 0.16);
}

.quiz-shell::before {
  inset: 12px;
  border-radius: 19px;
  border-color: rgba(255, 255, 255, 0.56);
}

.quiz-head,
.quiz-progress,
.quiz-stage,
.quiz-insight,
.quiz-result {
  border-radius: 16px;
}

.quiz-progress {
  height: 8px;
  background: rgba(23, 23, 23, 0.08);
}

.quiz-progress span {
  background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--secondary) 70%, var(--accent)));
}

.quiz-option {
  min-height: 72px;
  border-radius: 16px;
  border-color: rgba(23, 23, 23, 0.10);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.70);
}

.quiz-option:hover,
.quiz-option:focus-visible {
  border-color: rgba(164, 91, 53, 0.34);
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    var(--focus-ring),
    inset 0 1px 0 rgba(255, 255, 255, 0.80);
}

.quiz-insight {
  background: rgba(85, 112, 91, 0.08);
  border-color: rgba(85, 112, 91, 0.16);
}

.service-strip {
  gap: 14px;
  border: 0;
  margin-top: clamp(24px, 3vw, 42px);
}

.strip-item {
  border-right: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: clamp(24px, 3vw, 42px);
}

.strip-item:hover {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.72), rgba(255,252,247,0.42)),
    rgba(255, 252, 247, 0.66);
}

.strip-item h2 {
  letter-spacing: -0.04em;
}

.tool-belt {
  border-radius: 24px;
  margin-top: clamp(42px, 5vw, 82px);
  padding: clamp(26px, 3vw, 46px);
}

.tool-copy {
  border-right-color: rgba(23, 23, 23, 0.08);
}

.tool-grid span {
  border-radius: 999px;
  min-height: 54px;
  border-color: rgba(255, 255, 255, 0.64);
  color: rgba(23, 23, 23, 0.76);
}

.section {
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  padding-block: clamp(76px, 8vw, 128px);
}

.section::before {
  opacity: 0.24;
}

.section-index {
  border-radius: 999px;
  border-color: rgba(164, 91, 53, 0.24);
  background: rgba(255, 252, 247, 0.54);
  color: var(--accent-dark);
}

.section-heading h2,
.tool-copy h2,
.lead-card h2,
.service-hero h1 {
  letter-spacing: -0.035em;
}

.section-heading p,
.tool-copy p,
.service-hero p,
.lead-card p,
.detail-card p,
.market-card p {
  color: rgba(23, 23, 23, 0.68);
}

.system-audit-visual,
.site-audit,
.example-card {
  border-radius: 24px;
  overflow: hidden;
}

.system-audit-visual img,
.audit-board img,
.example-card img {
  border-radius: 18px;
}

.system-pin,
.audit-note {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background: rgba(255, 252, 247, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.86),
    0 18px 38px rgba(47,35,24,0.12);
}

.flow-board article,
.craft-copy article,
.inline-cta,
.audit-caption {
  border-radius: 18px;
}

.price-grid {
  gap: 18px;
}

.price-card {
  border-radius: 22px;
  min-height: 430px;
}

.price-card.is-promo {
  border-color: rgba(164, 91, 53, 0.28);
  background:
    linear-gradient(160deg, rgba(164, 91, 53, 0.13), rgba(255, 252, 247, 0.56)),
    rgba(255, 252, 247, 0.66);
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 34px 86px rgba(164, 91, 53, 0.14);
}

.price-card.is-promo span {
  color: var(--accent-dark);
}

.price-card.is-promo h3,
.price-card.is-promo strong,
.price-card.is-promo p {
  color: var(--ink);
}

.price-card.is-promo p {
  opacity: 0.74;
}

.faq-list {
  border-top-color: rgba(23, 23, 23, 0.10);
}

.faq-item {
  border-bottom-color: rgba(23, 23, 23, 0.10);
}

.faq-item summary i {
  border-radius: 50%;
  border-color: rgba(23, 23, 23, 0.18);
  background: rgba(255, 252, 247, 0.54);
}

.lead-card {
  border-radius: 24px;
}

.field input,
.field textarea {
  border-radius: 14px;
  border-color: rgba(23, 23, 23, 0.12);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.78), rgba(255,252,247,0.44)),
    rgba(255,255,255,0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.field input:focus,
.field textarea:focus {
  outline: 0;
  border-color: rgba(164, 91, 53, 0.34);
  box-shadow: var(--focus-ring), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.site-footer {
  border-top-color: rgba(23, 23, 23, 0.10);
  color: rgba(23, 23, 23, 0.62);
}

.lead-modal::backdrop {
  background: rgba(34, 28, 22, 0.34);
  backdrop-filter: blur(9px);
}

.modal-card {
  border-radius: 26px;
  overflow: hidden;
}

.modal-copy {
  border-right-color: rgba(23, 23, 23, 0.08);
}

.modal-close {
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.74);
}

.service-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  margin-top: 16px;
  padding: clamp(40px, 5vw, 72px);
  border-radius: 28px;
  border-color: rgba(255, 255, 255, 0.74);
}

.service-hero::after {
  content: "";
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  bottom: clamp(20px, 4vw, 58px);
  width: min(34vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 26px;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(85, 112, 91, 0.16), rgba(164, 91, 53, 0.10)),
    rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.82),
    0 28px 72px rgba(47,35,24,0.12);
}

.service-hero h1,
.service-hero p,
.service-page-cta {
  position: relative;
  z-index: 1;
}

.service-hero h1 {
  max-width: 900px;
  font-size: clamp(44px, 5.1vw, 82px);
  line-height: 0.98;
}

.service-hero p {
  max-width: 690px;
  font-size: clamp(18px, 1.2vw, 22px);
}

.detail-grid,
.market-grid {
  gap: 18px;
}

.detail-card,
.market-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.detail-card::before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--secondary) 70%, var(--accent)));
}

.detail-card h2,
.market-card h2 {
  letter-spacing: -0.035em;
}

.example-board {
  gap: 18px;
}

.example-card {
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.60), rgba(255,252,247,0.38)),
    rgba(255, 252, 247, 0.58);
}

.example-card img {
  filter: drop-shadow(0 20px 34px rgba(47, 35, 24, 0.12));
}

.example-card span {
  color: var(--accent-dark);
}

.flow-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-steps li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.74), rgba(255,252,247,0.42)),
    rgba(255, 252, 247, 0.62);
  box-shadow: 0 18px 44px rgba(47, 35, 24, 0.07), inset 0 1px 0 rgba(255,255,255,0.78);
  backdrop-filter: blur(18px) saturate(1.18);
}

.process-steps li > span {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 14px;
  color: var(--bg);
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--secondary), var(--accent-dark));
  box-shadow: 0 16px 28px rgba(85, 112, 91, 0.22);
}

.process-steps strong,
.outcome-grid strong,
.mistake-panel strong {
  display: block;
  margin: 0 0 8px;
  color: var(--fg);
  font-family: var(--font-ui);
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.08;
}

.process-steps p,
.outcome-grid p,
.mistake-panel p {
  margin: 0;
  color: rgba(23, 23, 23, 0.68);
  font-size: 16px;
  line-height: 1.62;
}

.mistake-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mistake-panel article {
  min-height: 250px;
  padding: clamp(20px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.70), rgba(242, 232, 219, 0.42)),
    rgba(255, 252, 247, 0.58);
  box-shadow: 0 18px 48px rgba(47, 35, 24, 0.08), inset 0 1px 0 rgba(255,255,255,0.82);
}

.mistake-panel span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--accent-dark);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.outcome-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  gap: 16px;
}

.outcome-grid article {
  padding: clamp(22px, 2.2vw, 32px);
  border: 1px solid var(--glass-border);
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.70), rgba(255,252,247,0.38)),
    rgba(255, 252, 247, 0.56);
  box-shadow: 0 20px 50px rgba(47, 35, 24, 0.08), inset 0 1px 0 rgba(255,255,255,0.78);
}

.outcome-grid article:first-child {
  background:
    linear-gradient(140deg, rgba(85, 112, 91, 0.16), rgba(255, 252, 247, 0.74)),
    rgba(255, 252, 247, 0.68);
}

.metric-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 20px;
  background: rgba(255, 252, 247, 0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.76);
}

.metric-strip span {
  flex: 1 1 140px;
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 14px;
  color: var(--fg);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.42);
}

h1,
h2,
h3,
.roman,
.section-heading h2,
.strip-item h2,
.tool-copy h2,
.lead-card h2,
.detail-card h2,
.market-card h2,
.service-hero h1 {
  letter-spacing: 0;
}

@supports not ((backdrop-filter: blur(1px))) {
  .site-header,
  .hero-art,
  .quiz-shell,
  .promo-note,
  .strip-item,
  .tool-belt,
  .tool-grid span,
  .system-audit-visual,
  .site-audit,
  .audit-caption,
  .flow-board article,
  .craft-copy article,
  .inline-cta,
  .price-card,
  .lead-card,
  .contact-method,
  .modal-card,
  .service-hero,
  .detail-card,
  .market-card,
  .example-card,
  .process-steps li,
  .mistake-panel article,
  .outcome-grid article,
  .metric-strip {
    background: rgba(255, 252, 247, 0.94);
  }
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: minmax(170px, 210px) 1fr auto;
  }

  .hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
  }
}

@media (max-width: 980px) {
  .page {
    width: min(92vw, 760px);
  }

  .site-header {
    position: sticky;
    top: 8px;
    grid-template-columns: 1fr;
    border-radius: 24px;
    padding: 10px 14px 14px;
  }

  .brand {
    padding: 8px 0;
  }

  .nav {
    justify-content: flex-start;
    padding: 12px 0;
    border-top: 1px solid rgba(23, 23, 23, 0.08);
  }

  .header-action {
    margin: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 6px;
  }

  .hero::before {
    inset: 160px -18vw auto 18vw;
  }

  .hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-art {
    min-height: auto;
    margin-bottom: 30px;
  }

  .quiz-shell {
    width: 100%;
    min-height: 0;
    margin-bottom: 0;
  }

  .service-strip {
    grid-template-columns: 1fr;
  }

  .flow-board,
  .mistake-panel,
  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .strip-item {
    border-right: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
  }

  .tool-belt,
  .service-hero {
    border-radius: 22px;
  }

  .service-hero::after {
    width: 180px;
    opacity: 0.42;
  }
}

@media (max-width: 640px) {
  .page {
    width: min(92vw, 440px);
  }

  .site-header {
    border-radius: 20px;
  }

  .brand-logo {
    width: 146px;
  }

  .nav {
    gap: 14px;
  }

  h1 {
    font-size: clamp(40px, 11.2vw, 52px);
    line-height: 0.96;
    letter-spacing: -0.035em;
  }

  .hero-text {
    font-size: 16px;
  }

  .promo-note,
  .quiz-shell,
  .tool-belt,
  .lead-card,
  .modal-card,
  .service-hero,
  .price-card,
  .detail-card,
  .market-card,
  .example-card,
  .process-steps li,
  .mistake-panel article,
  .outcome-grid article,
  .metric-strip {
    border-radius: 18px;
  }

  .process-steps li {
    grid-template-columns: 1fr;
  }

  .process-steps li > span {
    width: 40px;
  }

  .section {
    padding-block: 64px;
  }

  .section-heading h2,
  .lead-card h2 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1;
  }

  .service-hero {
    min-height: auto;
    padding: 30px 22px;
  }

  .service-hero::after {
    display: none;
  }

  .service-hero h1 {
    font-size: clamp(39px, 10.8vw, 54px);
  }
}

body * {
  letter-spacing: 0 !important;
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 6px;
}

.site-footer {
  margin-top: clamp(34px, 5vw, 72px);
  padding: 28px clamp(18px, 3vw, 34px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  background: rgba(255, 252, 247, 0.56);
  box-shadow: 0 14px 42px rgba(47, 35, 24, 0.06), inset 0 1px 0 rgba(255,255,255,0.72);
}

@media (max-width: 640px) {
  .nav {
    gap: 10px;
  }

  .nav a {
    min-height: 42px;
    padding: 9px 4px;
  }

  .site-footer {
    gap: 8px;
    margin-top: 42px;
    padding: 22px 18px;
  }
}

.flow-board strong {
  max-width: 100%;
  font-size: clamp(26px, 2.35vw, 42px);
  line-height: 1.06;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.flow-board p {
  color: rgba(23, 23, 23, 0.74);
}

.inline-cta {
  color: var(--fg);
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.74), rgba(255,252,247,0.48)),
    rgba(255, 252, 247, 0.66);
}

.inline-cta p {
  color: rgba(23, 23, 23, 0.76);
  text-shadow: none;
}

.inline-cta button {
  color: var(--bg);
  border-color: rgba(23, 23, 23, 0.9);
  background: linear-gradient(135deg, #171411, #2D2924);
}

.system-pin,
.audit-note {
  color: var(--fg) !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(255,252,247,0.88)),
    rgba(255, 252, 247, 0.94) !important;
  border-color: rgba(23, 23, 23, 0.10) !important;
  text-shadow: none !important;
  box-shadow:
    0 18px 42px rgba(47, 35, 24, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

.system-pin {
  max-width: 250px;
  font-size: clamp(12px, 0.82vw, 15px);
  line-height: 1.28;
}

.audit-note {
  max-width: min(280px, 42%);
  font-size: clamp(12px, 0.86vw, 15px);
  line-height: 1.25;
}

@media (max-width: 980px) {
  .flow-board strong {
    font-size: clamp(24px, 6vw, 34px);
    overflow-wrap: normal;
  }

  .system-pin,
  .audit-note {
    max-width: none;
  }
}

.lead-modal {
  width: min(92vw, 980px);
  max-height: min(92dvh, 760px);
  border: 0;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
}

.modal-card {
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,252,247,0.70)),
    rgba(255, 252, 247, 0.82);
  box-shadow:
    0 34px 90px rgba(34, 28, 22, 0.26),
    inset 0 1px 0 rgba(255,255,255,0.92);
}

.modal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: clamp(34px, 4vw, 56px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(155deg, #171411, #24211D);
  color: #fffaf2;
}

.modal-copy h2 {
  max-width: 11ch;
  margin-bottom: 18px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.02;
}

.modal-copy p {
  max-width: 29ch;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.48;
}

.modal-form {
  padding: clamp(30px, 4vw, 54px);
}

.modal-form .choice-row {
  gap: 0;
  margin-bottom: 24px;
  border: 1px solid rgba(23, 23, 23, 0.10);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.42);
}

.modal-form .choice {
  min-height: 54px;
  border-right: 1px solid rgba(23, 23, 23, 0.10);
  color: var(--fg);
  background: transparent;
}

.modal-form .choice:last-child {
  border-right: 0;
}

.modal-form .choice.is-active {
  color: var(--bg);
  background: linear-gradient(135deg, #171411, #2D2924);
}

.modal-form .field input,
.modal-form .field textarea {
  border-color: rgba(23, 23, 23, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.86);
}

.modal-form .field input {
  min-height: 58px;
}

.modal-form .field textarea {
  min-height: 126px;
}

.modal-form .submit-btn {
  min-height: 58px;
  border-radius: 999px;
}

.modal-close {
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  color: var(--fg);
  background: rgba(255, 252, 247, 0.88);
  box-shadow: 0 12px 34px rgba(34, 28, 22, 0.12), inset 0 1px 0 rgba(255,255,255,0.82);
}

@media (max-width: 980px) {
  .lead-modal {
    width: min(94vw, 720px);
  }

  .modal-card {
    grid-template-columns: 1fr;
  }

  .modal-copy {
    padding: 28px 30px 24px;
  }

  .modal-copy h2 {
    max-width: none;
    font-size: clamp(34px, 7vw, 48px);
  }

  .modal-copy p {
    max-width: 46ch;
  }
}

@media (max-width: 640px) {
  .lead-modal {
    width: min(94vw, 430px);
    max-height: 90dvh;
  }

.modal-card {
  border-radius: 24px;
  }

  .modal-copy,
  .modal-form {
    padding: 24px;
  }

  .modal-form .choice-row {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .modal-form .choice {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 23, 23, 0.10);
  }

  .modal-form .choice:last-child {
    border-bottom: 0;
  }
}

/* Liquid glass refinement: final client review */
:root {
  --liquid-surface: rgba(255, 255, 255, 0.46);
  --liquid-surface-strong: rgba(255, 252, 247, 0.72);
  --liquid-edge: rgba(255, 255, 255, 0.88);
  --liquid-line: rgba(255, 255, 255, 0.42);
  --liquid-shadow: 0 34px 92px rgba(47, 35, 24, 0.14);
}

.site-header,
.hero-art,
.quiz-shell,
.promo-note,
.tool-belt,
.inline-cta,
.modal-card,
.service-hero {
  border-color: var(--liquid-edge);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.74) 0%, rgba(255,252,247,0.34) 45%, rgba(255,255,255,0.28) 100%),
    linear-gradient(220deg, rgba(255,255,255,0.40), rgba(223,207,188,0.14) 42%, rgba(85,112,91,0.08)),
    var(--liquid-surface);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.96),
    inset 0 -1px 0 rgba(122,92,66,0.08),
    inset 1px 0 0 rgba(255,255,255,0.44),
    var(--liquid-shadow);
  backdrop-filter: blur(34px) saturate(1.32) contrast(1.03);
  -webkit-backdrop-filter: blur(34px) saturate(1.32) contrast(1.03);
}

.site-header {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.98),
    inset 0 -1px 0 rgba(122,92,66,0.08),
    0 18px 64px rgba(47,35,24,0.12);
}

.system-grid.system-lab {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.78fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: stretch;
  margin-top: clamp(32px, 4vw, 56px);
  padding: clamp(14px, 1.7vw, 24px);
  border: 1px solid var(--liquid-edge);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,0.74), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(85,112,91,0.14), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0.56), rgba(255,252,247,0.28)),
    rgba(255,252,247,0.46);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.96),
    inset 0 -1px 0 rgba(122,92,66,0.08),
    0 38px 110px rgba(47,35,24,0.13);
  backdrop-filter: blur(36px) saturate(1.28);
  -webkit-backdrop-filter: blur(36px) saturate(1.28);
}

.split-section .section-heading {
  max-width: 1040px;
  margin-bottom: clamp(24px, 3.2vw, 42px);
}

.split-section .section-heading h2 {
  max-width: 980px;
  font-size: clamp(42px, 4.05vw, 64px);
  line-height: 1.04;
}

.split-section .section-heading p {
  max-width: 740px;
}

.system-grid.system-lab::before,
.system-grid.system-lab::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.system-grid.system-lab::before {
  inset: 1px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.46);
  background:
    linear-gradient(115deg, rgba(255,255,255,0.34), transparent 28%),
    linear-gradient(300deg, rgba(255,255,255,0.22), transparent 38%);
  mix-blend-mode: screen;
}

.system-grid.system-lab::after {
  top: -34%;
  left: -18%;
  width: 64%;
  height: 128%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32), transparent);
  opacity: 0.52;
  animation: liquid-sheen 9s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.system-lab > * {
  position: relative;
  z-index: 1;
}

.system-lab .system-audit-visual {
  min-height: 420px;
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.88),
    0 22px 56px rgba(47,35,24,0.11);
}

.system-lab .system-audit-visual img {
  height: 100%;
  min-height: 420px;
  border-color: rgba(23,23,23,0.10);
}

.system-lab .flow-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: stretch;
}

.system-lab .flow-board article {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  min-height: 0;
  padding: clamp(17px, 1.35vw, 23px);
  border: 1px solid rgba(255,255,255,0.76);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.66), rgba(255,252,247,0.32)),
    rgba(255,252,247,0.48);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.88),
    inset 0 -1px 0 rgba(122,92,66,0.06),
    0 14px 38px rgba(47,35,24,0.07);
  backdrop-filter: blur(28px) saturate(1.24);
  -webkit-backdrop-filter: blur(28px) saturate(1.24);
}

.system-lab .flow-board article::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 20px;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,0.42), transparent 30%, rgba(255,255,255,0.16) 78%, transparent);
}

.flow-num {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 15px;
  color: var(--accent-dark);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.72), rgba(242,232,219,0.42)),
    rgba(255,252,247,0.62);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    0 10px 24px rgba(47,35,24,0.10);
}

.system-lab .flow-board strong {
  margin-bottom: 7px;
  font-size: clamp(21px, 1.35vw, 28px);
  line-height: 1.12;
  text-wrap: balance;
}

.system-lab .flow-board p {
  color: rgba(23, 23, 23, 0.70);
  font-size: clamp(15px, 0.94vw, 17px);
  line-height: 1.5;
}

.flow-board strong,
.modal-copy h2,
.section-heading h2,
.strip-item h2,
.detail-card h2,
.market-card h2,
.process-steps strong,
.outcome-grid strong,
.mistake-panel strong {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.contact-method strong {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.modal-copy h2 {
  max-width: 12ch;
}

@keyframes liquid-sheen {
  0%, 18% { transform: translateX(-26%) rotate(18deg); opacity: 0; }
  38% { opacity: 0.44; }
  68%, 100% { transform: translateX(122%) rotate(18deg); opacity: 0; }
}

@media (max-width: 980px) {
  .system-grid.system-lab {
    grid-template-columns: 1fr;
  }

  .system-lab .system-audit-visual,
  .system-lab .system-audit-visual img {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .system-grid.system-lab {
    padding: 12px;
    border-radius: 22px;
  }

  .split-section .section-heading h2 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.02;
  }

  .system-grid.system-lab::before {
    border-radius: 20px;
  }

  .system-lab .flow-board article {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .flow-num {
    width: 36px;
    border-radius: 12px;
    font-size: 11px;
  }

  .system-lab .flow-board strong {
    font-size: clamp(20px, 6vw, 25px);
  }

  .system-lab .flow-board p {
    font-size: 15px;
  }
}

/* Sitewide liquid modules: unify all pages without adding visual noise */
:root {
  --module-radius: 30px;
  --cell-radius: 22px;
  --module-padding: clamp(24px, 3.2vw, 48px);
  --module-gap: clamp(18px, 2.4vw, 34px);
  --module-bg:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,0.68), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(85,112,91,0.12), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.56), rgba(255,252,247,0.26)),
    rgba(255,252,247,0.45);
  --cell-bg:
    linear-gradient(145deg, rgba(255,255,255,0.62), rgba(255,252,247,0.32)),
    rgba(255,252,247,0.46);
  --module-shadow:
    inset 0 1px 0 rgba(255,255,255,0.96),
    inset 0 -1px 0 rgba(122,92,66,0.08),
    0 34px 92px rgba(47,35,24,0.12);
  --cell-shadow:
    inset 0 1px 0 rgba(255,255,255,0.86),
    inset 0 -1px 0 rgba(122,92,66,0.055),
    0 14px 34px rgba(47,35,24,0.065);
}

.page {
  display: grid;
  gap: clamp(18px, 2.3vw, 36px);
  padding-bottom: clamp(34px, 5vw, 76px);
}

.hero,
.service-hero,
.service-strip,
.tool-belt,
.section,
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--liquid-edge);
  border-radius: var(--module-radius);
  background: var(--module-bg);
  box-shadow: var(--module-shadow);
  backdrop-filter: blur(34px) saturate(1.28);
  -webkit-backdrop-filter: blur(34px) saturate(1.28);
}

.hero,
.service-hero,
.service-strip,
.tool-belt,
.section {
  margin: 0;
}

.hero::after,
.service-strip::after,
.tool-belt::after,
.section::after,
.site-footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -42%;
  left: -24%;
  width: 66%;
  height: 144%;
  pointer-events: none;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  opacity: 0;
  animation: liquid-sheen 12s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.hero > *,
.service-strip > *,
.tool-belt > *,
.section > *,
.site-footer > * {
  position: relative;
  z-index: 1;
}

.section::before,
.section:nth-of-type(odd)::before,
.section:nth-of-type(even)::before,
.split-section::before,
.contact-section::before,
.faq-section::before {
  display: none;
}

.hero {
  min-height: min(760px, calc(100dvh - 112px));
  padding: clamp(22px, 3vw, 46px);
  border-bottom: 1px solid var(--liquid-edge);
  column-gap: clamp(18px, 3vw, 48px);
}

.hero::before {
  opacity: 0.44;
  filter: blur(44px);
}

.hero-copy {
  padding: clamp(20px, 2.8vw, 48px) 0;
  border-right: 0;
}

.hero-art {
  border-radius: calc(var(--module-radius) - 6px);
}

.service-strip {
  grid-template-columns: 1.18fr 1fr 1fr;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid var(--liquid-edge);
}

.strip-item,
.tool-grid span,
.detail-card,
.market-card,
.example-card,
.price-card,
.lead-card,
.contact-playbook,
.contact-method,
.process-steps li,
.mistake-panel article,
.outcome-grid article,
.metric-strip,
.faq-list,
.site-audit,
.audit-caption,
.craft-copy article,
.flow-board article,
.launch-plan article,
.chat-line {
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: var(--cell-radius);
  background: var(--cell-bg);
  box-shadow: var(--cell-shadow);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
}

.strip-item {
  min-height: 255px;
  border-right: 1px solid rgba(255,255,255,0.72);
  padding: clamp(24px, 2.5vw, 42px);
}

.strip-item:hover {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.76), rgba(255,252,247,0.40)),
    rgba(255,252,247,0.56);
}

.tool-belt,
.section,
.service-hero {
  padding: var(--module-padding);
}

.tool-belt {
  border-bottom: 1px solid var(--liquid-edge);
}

.section {
  border-bottom: 1px solid var(--liquid-edge);
}

.section-index,
.roman {
  border: 1px solid rgba(164,91,53,0.18);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.62), rgba(255,252,247,0.32)),
    rgba(255,252,247,0.48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.84);
}

.roman {
  padding: 7px 11px;
}

.roman::before {
  display: none;
}

.section-heading {
  max-width: 1040px;
  margin-bottom: clamp(26px, 3.4vw, 48px);
}

.section-heading h2,
.lead-card h2 {
  font-size: clamp(38px, 3.55vw, 62px);
  line-height: 1.04;
}

.section-heading p {
  max-width: 760px;
}

.system-grid.system-lab {
  margin-top: 0;
}

.system-lab .system-audit-visual,
.system-lab .flow-board article {
  background: var(--cell-bg);
}

.price-card {
  min-height: 390px;
}

.price-card.is-promo {
  border-color: rgba(23,23,23,0.20);
  background:
    radial-gradient(circle at 86% 14%, rgba(164,91,53,0.20), transparent 34%),
    linear-gradient(145deg, #171411, #27231F);
  color: var(--paper);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 24px 70px rgba(23,23,23,0.18);
}

.price-card.is-promo span {
  color: #D99A72;
}

.price-card.is-promo h3,
.price-card.is-promo strong,
.price-card.is-promo p {
  color: var(--paper);
}

.price-card.is-promo p {
  opacity: 0.86;
}

/* Audit remediation follow-up: mobile nav and modal close verified */
html {
  overflow-x: hidden;
}

@media (max-width: 980px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(118px, max-content) minmax(0, 1fr);
    grid-template-areas:
      "brand action"
      "nav nav";
    gap: 8px 10px;
    width: min(94vw, 760px);
    padding: 12px;
    overflow: visible;
  }

  .brand {
    grid-area: brand;
    min-width: 0;
    min-height: 44px;
    padding: 0;
    border-right: 0;
  }

  .brand-logo {
    width: 160px;
    max-height: 44px;
  }

  .header-action {
    grid-area: action;
    justify-self: end;
    width: min(100%, 260px);
    min-width: 0;
    min-height: 46px;
    margin: 0;
    padding-inline: 14px;
    line-height: 1.15;
    white-space: normal;
  }

  .nav {
    grid-area: nav;
    justify-self: stretch;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    gap: 4px;
    padding: 0;
    overflow: visible;
  }

  .nav a {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding-inline: 4px;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
  }

  .nav a.is-active::after,
  .nav a[aria-current="page"]::after {
    display: none;
  }
}

.modal-close {
  position: fixed;
  top: calc(4dvh + 18px);
  right: max(18px, calc((100vw - min(92vw, 980px)) / 2 + 18px));
  margin: 0;
  z-index: 120;
}

@media (max-width: 980px) {
  .modal-close {
    top: calc(4dvh + 14px);
    right: max(14px, calc((100vw - min(94vw, 720px)) / 2 + 14px));
  }
}

@media (max-width: 640px) {
  :root {
    --fixed-header-offset: 144px;
    --anchor-offset: 156px;
  }

  .page {
    width: min(94vw, 430px);
  }

  .site-header {
    width: min(94vw, 430px);
    gap: 8px;
    padding: 10px;
    border-radius: 20px;
  }

  .brand-logo {
    width: 128px;
  }

  .header-action {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .header-action::after {
    display: none;
  }

  .nav {
    gap: 3px;
  }

  .nav a {
    min-height: 44px;
    padding-inline: 2px;
    font-size: 10px;
    letter-spacing: 0;
  }

  .modal-close {
    top: calc(5dvh + 12px);
    right: max(12px, calc((100vw - min(94vw, 430px)) / 2 + 12px));
  }
}

@media (max-width: 340px) {
  .page,
  .site-header {
    width: calc(100vw - 18px);
  }

  .site-header {
    grid-template-columns: minmax(104px, max-content) minmax(0, 1fr);
    padding: 9px;
  }

  .brand-logo {
    width: 104px;
  }

  .header-action {
    font-size: 11px;
  }
}

/* Audit remediation: compact mobile header and stable anchors */
:root {
  --fixed-header-offset: 128px;
  --anchor-offset: 136px;
}

.page {
  padding-top: var(--fixed-header-offset);
}

.site-header {
  position: fixed;
  top: 12px;
  left: 50%;
  width: var(--container);
  transform: translateX(-50%);
  z-index: 80;
}

[id] {
  scroll-margin-top: var(--anchor-offset);
}

.modal-card {
  align-items: stretch;
}

.modal-close {
  position: sticky;
  top: 18px;
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  margin: 18px 18px -64px 0;
  z-index: 5;
}

.modal-copy {
  grid-column: 1;
  grid-row: 1;
}

.modal-form {
  grid-column: 2;
  grid-row: 1;
}

.lead-modal .reply-actions.is-visible {
  position: sticky;
  bottom: 0;
  z-index: 4;
  padding: 12px 0 0;
  background:
    linear-gradient(180deg, transparent, rgba(255, 252, 247, 0.92) 24%),
    rgba(255, 252, 247, 0.82);
  backdrop-filter: blur(16px);
}

picture {
  display: block;
}

picture > img {
  display: block;
  width: 100%;
  height: auto;
}

.submit-btn[aria-busy="true"] {
  pointer-events: none;
}

@media (max-width: 980px) {
  :root {
    --fixed-header-offset: 176px;
    --anchor-offset: 188px;
  }

  .site-header {
    top: 8px;
    width: min(92vw, 760px);
    grid-template-columns: minmax(120px, auto) minmax(0, 1fr);
    gap: 10px 12px;
    padding: 12px;
  }

  .brand {
    min-height: 48px;
    padding: 0;
    border-right: 0;
  }

  .brand-logo {
    width: clamp(142px, 24vw, 190px);
    max-height: 48px;
  }

  .header-action {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: min(100%, 260px);
    min-width: 0;
    min-height: 48px;
    padding-inline: 18px;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    gap: 5px;
    overflow-x: hidden;
  }

  .nav a {
    min-width: 0;
    min-height: 44px;
    padding-inline: 8px;
  }

  .modal-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .modal-form {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (max-width: 640px) {
  :root {
    --fixed-header-offset: 150px;
    --anchor-offset: 160px;
  }

  .page {
    width: min(92vw, 430px);
  }

  .site-header {
    width: min(92vw, 430px);
    gap: 8px;
    padding: 10px 12px 12px;
    border-radius: 20px;
  }

  .brand {
    min-height: 42px;
  }

  .brand-logo {
    width: clamp(118px, 38vw, 148px);
    max-height: 42px;
  }

  .header-action {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .header-action::after {
    width: 7px;
    height: 7px;
    margin-left: 8px;
    box-shadow: 0 0 0 4px rgba(164,91,53,0.13);
  }

  .nav {
    gap: 3px;
    padding: 4px;
  }

  .nav a {
    min-height: 44px;
    padding-inline: 3px;
    gap: 0;
    font-size: 11px;
  }

  .nav a.is-active::after,
  .nav a[aria-current="page"]::after {
    display: none;
  }

  .modal-close {
    top: 12px;
    margin: 12px 12px -58px 0;
  }

  .lead-modal .reply-actions.is-visible {
    grid-template-columns: 1fr;
    padding-top: 10px;
  }
}

.faq-list {
  padding: 10px clamp(16px, 2vw, 26px);
  border-top: 1px solid rgba(255,255,255,0.72);
}

.faq-item {
  border-bottom: 1px solid rgba(23,23,23,0.08);
}

.faq-item:last-child {
  border-bottom: 0;
}

.choice-row {
  overflow: hidden;
  border: 1px solid rgba(23,23,23,0.10);
  border-radius: 18px;
  background: rgba(255,255,255,0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.70);
}

.choice {
  border-right-color: rgba(23,23,23,0.10);
}

.field input,
.field textarea {
  border-color: rgba(23,23,23,0.10);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.68), rgba(255,252,247,0.36)),
    rgba(255,255,255,0.44);
}

.field input:focus,
.field textarea:focus {
  outline: 0;
  box-shadow: var(--focus-ring), inset 0 1px 0 rgba(255,255,255,0.82);
}

.contact-playbook,
.lead-card {
  height: 100%;
}

.site-footer {
  margin-top: 0;
  padding: 26px clamp(20px, 3vw, 34px);
  border-top: 1px solid var(--liquid-edge);
}

@media (max-width: 1320px) {
  .service-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .page {
    width: min(94vw, 760px);
    gap: 22px;
  }

  .hero,
  .service-hero,
  .service-strip,
  .tool-belt,
  .section,
  .site-footer {
    border-radius: 24px;
  }

  .hero,
  .service-hero,
  .tool-belt,
  .section {
    padding: clamp(18px, 4vw, 30px);
  }

  .service-strip {
    padding: 10px;
  }

  .tool-copy {
    border-right: 0;
    padding-right: 0;
  }

  .section-body {
    padding: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --module-radius: 22px;
    --cell-radius: 18px;
  }

  .page {
    width: min(94vw, 440px);
    gap: 18px;
  }

  .hero,
  .service-hero,
  .tool-belt,
  .section {
    padding: 18px;
  }

  .hero-copy {
    padding: 8px 0 0;
  }

  .section-heading h2,
  .lead-card h2 {
    font-size: clamp(34px, 9.6vw, 44px);
    line-height: 1.02;
  }

  .strip-item {
    min-height: auto;
    padding: 22px;
  }

  .faq-list {
    padding: 6px 14px;
  }

  .faq-item summary {
    min-height: 72px;
  }

  .choice-row {
    border-radius: 16px;
  }

  .choice {
    border-right: 0;
    border-bottom-color: rgba(23,23,23,0.10);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after,
  .service-strip::after,
  .tool-belt::after,
  .section::after,
  .site-footer::after {
    animation: none;
  }
}

/* Wide stage pass: broader modern scenes with readable inner columns */
:root {
  --wide-stage-max: 1840px;
  --wide-stage-width: min(96vw, var(--wide-stage-max));
  --wide-inner-gap: clamp(24px, 3.2vw, 72px);
  --wide-panel-pad: clamp(30px, 3.8vw, 72px);
  --container: var(--wide-stage-width);
  --module-padding: var(--wide-panel-pad);
  --module-gap: clamp(20px, 2.8vw, 48px);
}

.page {
  width: var(--wide-stage-width);
  gap: clamp(22px, 2.1vw, 42px);
}

.site-header {
  min-height: 78px;
  grid-template-columns: minmax(190px, 280px) minmax(420px, 1fr) auto;
  padding-inline: clamp(16px, 1.6vw, 30px);
  border: 1px solid rgba(255,255,255,0.68);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.72), rgba(255,252,247,0.34)),
    rgba(255,252,247,0.64);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.94),
    0 18px 48px rgba(47,35,24,0.09);
}

.brand {
  border-right: 0;
  padding-right: clamp(18px, 2vw, 36px);
}

.nav {
  justify-content: center;
  gap: clamp(24px, 3vw, 64px);
  padding-inline: clamp(18px, 3vw, 70px);
}

.header-action {
  min-width: 206px;
  min-height: 50px;
  border-radius: 999px;
}

.hero {
  grid-template-columns: minmax(560px, 1.08fr) minmax(520px, 0.92fr);
  align-items: center;
  min-height: min(820px, calc(100dvh - 112px));
  padding: clamp(34px, 4vw, 76px);
  column-gap: var(--wide-inner-gap);
}

.hero h1 {
  max-width: 920px;
  font-size: clamp(58px, 4.85vw, 96px);
  letter-spacing: -0.052em;
}

.hero-text {
  max-width: 730px;
  font-size: clamp(19px, 1.08vw, 22px);
}

.promo-note {
  max-width: 720px;
}

.hero-art {
  justify-self: stretch;
}

.quiz-shell {
  width: min(100%, 720px);
  margin-left: auto;
  padding: clamp(24px, 2.25vw, 38px);
}

.service-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, 0.92fr);
  gap: var(--wide-inner-gap);
  align-items: center;
  min-height: clamp(520px, 55vh, 700px);
  padding: clamp(38px, 4vw, 78px);
}

.service-hero h1 {
  max-width: 1040px;
  font-size: clamp(56px, 4.7vw, 92px);
  letter-spacing: -0.052em;
}

.service-hero p {
  max-width: 840px;
}

.visual-cutout img {
  width: min(100%, 1060px);
}

.service-strip {
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 14px;
  padding: 14px;
}

.strip-item {
  min-height: clamp(270px, 20vw, 360px);
}

.strip-item h2 {
  font-size: clamp(31px, 2.25vw, 48px);
}

.tool-belt {
  grid-template-columns: minmax(410px, 0.78fr) minmax(560px, 1fr) minmax(220px, 0.34fr);
  gap: clamp(22px, 3vw, 58px);
  align-items: center;
}

.tool-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section-heading {
  max-width: 1180px;
}

.section-heading h2,
.lead-card h2 {
  max-width: 1120px;
  font-size: clamp(42px, 3.95vw, 76px);
  letter-spacing: -0.048em;
}

.section-heading p {
  max-width: 860px;
  font-size: clamp(18px, 1.08vw, 22px);
}

.split-section .section-heading {
  max-width: 1220px;
}

.split-section .section-heading h2 {
  max-width: 1180px;
  font-size: clamp(48px, 4.2vw, 82px);
}

.split-section .section-heading p {
  max-width: 860px;
}

.system-grid.system-lab {
  grid-template-columns: minmax(0, 1.22fr) minmax(420px, 0.78fr);
  gap: clamp(18px, 2.2vw, 40px);
  padding: clamp(14px, 1.5vw, 28px);
}

.system-lab .system-audit-visual,
.system-lab .system-audit-visual img {
  min-height: clamp(460px, 34vw, 660px);
}

.system-lab .flow-board article {
  padding: clamp(18px, 1.45vw, 30px);
}

.system-lab .flow-board strong {
  font-size: clamp(22px, 1.45vw, 30px);
}

.craft-grid,
.contact-grid {
  gap: var(--wide-inner-gap);
}

.craft-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(380px, 0.66fr);
}

.contact-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 0.78fr);
}

.detail-grid,
.market-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.6vw, 28px);
}

.example-board {
  grid-template-columns: minmax(0, 1.34fr) minmax(280px, 0.83fr) minmax(280px, 0.83fr);
  gap: clamp(18px, 1.7vw, 30px);
}

.price-grid {
  grid-template-columns: minmax(360px, 1.18fr) minmax(300px, 1fr) minmax(300px, 1fr);
  gap: clamp(18px, 1.7vw, 30px);
}

.mistake-panel,
.outcome-grid {
  gap: clamp(18px, 1.7vw, 30px);
}

.site-footer {
  min-height: 96px;
  padding-inline: clamp(28px, 3vw, 56px);
}

@media (max-width: 1320px) {
  :root {
    --wide-stage-width: min(94vw, 1220px);
    --wide-inner-gap: clamp(20px, 2.6vw, 44px);
    --wide-panel-pad: clamp(24px, 3.2vw, 48px);
  }

  .site-header {
    grid-template-columns: minmax(170px, 230px) 1fr auto;
  }

  .nav {
    gap: clamp(16px, 2vw, 36px);
    padding-inline: clamp(14px, 2vw, 34px);
  }

  .hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.82fr);
    min-height: auto;
  }

  .service-hero {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  }

  .quiz-shell {
    width: min(100%, 640px);
  }

  .tool-belt {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  :root {
    --wide-stage-width: min(94vw, 760px);
    --wide-panel-pad: clamp(18px, 4vw, 30px);
  }

  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
    border-radius: 24px;
    padding: 18px;
  }

  .brand {
    padding: 0;
  }

  .nav {
    justify-content: flex-start;
    width: 100%;
    padding: 12px 0 0;
    border-top: 1px solid rgba(23,23,23,0.08);
    overflow-x: auto;
  }

  .header-action {
    min-width: 0;
  }

  .hero,
  .service-hero,
  .system-grid.system-lab,
  .craft-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero h1,
  .service-hero h1 {
    max-width: none;
    font-size: clamp(42px, 9.2vw, 68px);
  }

  .service-strip,
  .detail-grid,
  .market-grid,
  .example-board,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .strip-item {
    min-height: auto;
  }

  .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  :root {
    --wide-stage-width: min(94vw, 440px);
    --wide-panel-pad: 18px;
  }

  .site-header {
    border-radius: 22px;
  }

  .hero h1,
  .service-hero h1,
  .section-heading h2,
  .lead-card h2,
  .split-section .section-heading h2 {
    font-size: clamp(34px, 9.6vw, 44px);
    letter-spacing: -0.045em;
  }

  .tool-grid {
    grid-template-columns: 1fr;
  }

  .system-lab .system-audit-visual,
  .system-lab .system-audit-visual img {
    min-height: 320px;
  }
}

/* Floating glass pass: remove diagonal sheen, make the material clearer and lighter */
:root {
  --float-glass-bg:
    radial-gradient(circle at 14% 0%, rgba(255,255,255,0.86), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(85,112,91,0.10), transparent 30%),
    radial-gradient(circle at 48% 112%, rgba(164,91,53,0.08), transparent 36%),
    rgba(255,252,247,0.58);
  --float-cell-bg:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.82), transparent 42%),
    rgba(255,252,247,0.54);
  --float-edge:
    inset 0 1px 0 rgba(255,255,255,0.94),
    inset 0 0 0 1px rgba(255,255,255,0.54);
  --float-shadow:
    0 36px 86px rgba(47,35,24,0.13),
    0 10px 26px rgba(47,35,24,0.075);
  --float-cell-shadow:
    inset 0 1px 0 rgba(255,255,255,0.90),
    inset 0 0 0 1px rgba(255,255,255,0.42),
    0 18px 42px rgba(47,35,24,0.075);
}

.hero,
.service-hero,
.service-strip,
.tool-belt,
.section,
.site-footer {
  border-color: rgba(255,255,255,0.62);
  background: var(--float-glass-bg);
  box-shadow: var(--float-edge), var(--float-shadow);
  backdrop-filter: blur(30px) saturate(1.18);
  -webkit-backdrop-filter: blur(30px) saturate(1.18);
}

.site-header,
.quiz-shell,
.promo-note,
.hero-art,
.modal-card {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    inset 0 0 0 1px rgba(255,255,255,0.46),
    0 24px 58px rgba(47,35,24,0.11);
}

.hero::after,
.service-strip::after,
.tool-belt::after,
.section::after,
.site-footer::after {
  inset: 0;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: inherit;
  transform: none;
  opacity: 1;
  animation: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.07) 32%, transparent 68%),
    radial-gradient(circle at 82% 0%, rgba(255,255,255,0.22), transparent 34%);
}

.service-hero::after {
  right: clamp(18px, 4vw, 62px);
  bottom: clamp(18px, 3.4vw, 48px);
  width: min(30vw, 320px);
  border-color: rgba(255,255,255,0.58);
  background:
    radial-gradient(circle at 24% 12%, rgba(255,255,255,0.50), transparent 40%),
    rgba(255,255,255,0.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.82),
    inset 0 0 0 1px rgba(255,255,255,0.28),
    0 24px 62px rgba(47,35,24,0.10);
}

.system-grid.system-lab::before {
  border-color: rgba(255,255,255,0.52);
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.34), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(255,255,255,0.18), transparent 32%);
  mix-blend-mode: normal;
}

.system-grid.system-lab::after {
  inset: 0;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  border-radius: 28px;
  transform: none;
  opacity: 1;
  animation: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.22), transparent 54%);
}

.strip-item,
.tool-grid span,
.detail-card,
.market-card,
.example-card,
.price-card,
.lead-card,
.contact-playbook,
.contact-method,
.process-steps li,
.mistake-panel article,
.outcome-grid article,
.metric-strip,
.faq-list,
.site-audit,
.audit-caption,
.craft-copy article,
.flow-board article,
.launch-plan article,
.chat-line {
  border-color: rgba(255,255,255,0.58);
  background: var(--float-cell-bg);
  box-shadow: var(--float-cell-shadow);
}

.strip-item:hover,
.detail-card:hover,
.market-card:hover,
.example-card:hover,
.price-card:hover,
.flow-board article:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.72);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.94),
    inset 0 0 0 1px rgba(255,255,255,0.50),
    0 24px 54px rgba(47,35,24,0.095);
}

.field input,
.field textarea,
.choice-row,
.flow-num {
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,0.78), transparent 42%),
    rgba(255,252,247,0.50);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.86),
    inset 0 0 0 1px rgba(255,255,255,0.32);
}

@media (prefers-reduced-motion: reduce) {
  .strip-item:hover,
  .detail-card:hover,
  .market-card:hover,
  .example-card:hover,
  .price-card:hover,
  .flow-board article:hover {
    transform: none;
  }
}

/* Header polish: larger premium command bar */
.site-header {
  min-height: 90px;
  grid-template-columns: minmax(260px, 360px) minmax(560px, 1fr) minmax(230px, auto);
  gap: clamp(14px, 1.6vw, 28px);
  padding: 12px clamp(14px, 1.5vw, 24px) 12px clamp(18px, 1.9vw, 34px);
  border-color: rgba(255,255,255,0.76);
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,0.88), transparent 38%),
    radial-gradient(circle at 88% 24%, rgba(164,91,53,0.08), transparent 34%),
    rgba(255,252,247,0.66);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.96),
    inset 0 0 0 1px rgba(255,255,255,0.46),
    0 22px 58px rgba(47,35,24,0.12);
}

.brand {
  min-height: 58px;
  padding-left: clamp(4px, 0.6vw, 10px);
  padding-right: 0;
}

.brand-logo {
  width: clamp(242px, 19vw, 282px);
  max-height: 64px;
}

.nav {
  justify-self: center;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,0.62);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.62), rgba(255,252,247,0.24)),
    rgba(255,252,247,0.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    0 10px 28px rgba(47,35,24,0.055);
}

.nav a {
  min-height: 46px;
  padding: 0 clamp(16px, 1.45vw, 28px);
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(23,23,23,0.76);
  font-family: var(--font-ui);
  font-size: clamp(13px, 0.78vw, 15px);
  font-weight: 800;
  letter-spacing: 0;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--fg);
  border-color: rgba(255,255,255,0.72);
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,0.80), transparent 48%),
    rgba(255,252,247,0.54);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    0 12px 24px rgba(47,35,24,0.07);
  transform: translateY(-1px);
}

.header-action {
  justify-self: end;
  min-width: 236px;
  min-height: 58px;
  padding-inline: 28px;
  border: 1px solid rgba(23,23,23,0.90);
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 78% 0%, rgba(164,91,53,0.28), transparent 36%),
    linear-gradient(135deg, #171411, #28241F);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    inset 0 -1px 0 rgba(0,0,0,0.18),
    0 18px 38px rgba(23,23,23,0.16);
}

.header-action::after {
  width: 10px;
  height: 10px;
  margin-left: 18px;
  box-shadow: 0 0 0 5px rgba(164,91,53,0.16);
}

.header-action:hover,
.header-action:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -1px 0 rgba(0,0,0,0.18),
    0 24px 50px rgba(23,23,23,0.20);
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: minmax(230px, 280px) minmax(430px, 1fr) minmax(210px, auto);
    gap: 12px;
  }

  .nav a {
    padding-inline: clamp(12px, 1vw, 18px);
    font-size: 13px;
  }

  .header-action {
    min-width: 214px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    border-radius: 26px;
    padding: 18px;
  }

  .brand-logo {
    width: 218px;
  }

  .nav {
    justify-self: stretch;
    justify-content: flex-start;
    width: 100%;
    gap: 8px;
    padding: 7px;
    overflow-x: auto;
    border-top: 0;
  }

  .nav a {
    flex: 0 0 auto;
    min-height: 44px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .header-action {
    justify-self: stretch;
    width: min(100%, 290px);
    min-height: 54px;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    border-radius: 22px;
  }

  .brand-logo {
    width: 190px;
  }

  .nav {
    gap: 6px;
    padding: 6px;
  }

  .nav a {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .header-action {
    width: 100%;
    min-height: 52px;
    font-size: 13px;
  }
}

/* Header final pass: clearer active state and calmer mobile fit */
.site-header {
  isolation: isolate;
  overflow: hidden;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.55), transparent 28%, rgba(164,91,53,0.055) 68%, transparent),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.62), transparent 42%);
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nav::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: clamp(15px, 0.84vw, 16px);
}

.nav a.is-active,
.nav a[aria-current="page"] {
  color: var(--fg);
  border-color: rgba(255,255,255,0.78);
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.86), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,0.62), rgba(255,252,247,0.34));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.96),
    inset 0 -1px 0 rgba(47,35,24,0.05),
    0 14px 28px rgba(47,35,24,0.075);
}

.nav a.is-active::after,
.nav a[aria-current="page"]::after {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(164,91,53,0.13);
}

.header-action {
  min-width: clamp(236px, 13.8vw, 272px);
  font-size: clamp(15px, 0.84vw, 16px);
}

@media (max-width: 1320px) {
  .nav a {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .nav {
    scroll-padding-inline: 8px;
  }

  .nav a {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 16px;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    overflow-x: hidden;
  }

  .nav a {
    min-width: 0;
    min-height: 44px;
    padding-inline: 5px;
    gap: 5px;
    font-size: 12px;
  }

  .nav a.is-active::after,
  .nav a[aria-current="page"]::after {
    width: 5px;
    height: 5px;
    box-shadow: 0 0 0 4px rgba(164,91,53,0.12);
  }
}

/* Services strip final pass: make direction choices explicit */
.service-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 24px);
  padding: clamp(18px, 2vw, 34px);
  align-items: stretch;
}

.strip-intro {
  grid-column: 1 / -1;
  max-width: 980px;
  padding: clamp(10px, 1vw, 18px) clamp(8px, 0.8vw, 14px) clamp(4px, 0.4vw, 8px);
}

.strip-intro span,
.strip-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.strip-intro h2 {
  margin: 0;
  max-width: 900px;
  font-family: var(--font-display);
  font-size: clamp(34px, 2.9vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.strip-intro p {
  margin: 14px 0 0;
  max-width: 820px;
  color: color-mix(in oklch, var(--fg), transparent 8%);
  font-size: clamp(17px, 1vw, 20px);
  font-weight: 500;
  line-height: 1.58;
  text-wrap: pretty;
}

.strip-item {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: clamp(260px, 17vw, 320px);
  padding: clamp(24px, 2vw, 38px);
}

.strip-item h2 {
  margin: 0;
  max-width: 12.5ch;
  font-size: clamp(29px, 1.95vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.042em;
  text-wrap: balance;
}

.strip-item p {
  margin: 14px 0 0;
  max-width: 42ch;
  color: color-mix(in oklch, var(--fg), transparent 10%);
  font-size: clamp(16px, 0.92vw, 18px);
  font-weight: 500;
  line-height: 1.54;
  text-wrap: pretty;
}

.strip-item .strip-action {
  align-self: end;
  width: fit-content;
  margin: clamp(22px, 2vw, 34px) 0 0;
  padding: 12px 16px;
  border: 1px solid rgba(23,23,23,0.12);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.70), transparent 45%),
    rgba(255,252,247,0.58);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.82);
}

.strip-item:hover .strip-action,
.strip-item:focus-visible .strip-action {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

@media (max-width: 980px) {
  .service-strip {
    grid-template-columns: 1fr;
  }

  .strip-intro {
    padding-inline: clamp(6px, 2vw, 14px);
  }

  .strip-item {
    min-height: auto;
  }

  .strip-item h2 {
    max-width: 16ch;
  }
}

/* Typography final pass: Geologica display system */
.hero h1,
.service-hero h1,
.section-heading h2,
.split-section .section-heading h2,
.strip-intro h2,
.strip-item h2,
.tool-copy h2,
.lead-card h2,
.price-card h3,
.modal-copy h2,
.quiz-stage h2,
.quiz-result h2,
.audit-caption strong,
.example-card strong {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 em {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}

.strip-intro h2 {
  max-width: 980px;
}

.strip-item h2 {
  max-width: 13.5ch;
}

/* Price final pass: keep promo card readable on dark treatment */
.price-card.is-promo span {
  color: #D99A72;
}

.price-card.is-promo h3,
.price-card.is-promo strong,
.price-card.is-promo p {
  color: var(--paper);
}

.price-card.is-promo p {
  opacity: 0.86;
}

/* Audit remediation final override: verified after late design passes */
html {
  overflow-x: hidden;
}

@media (max-width: 980px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(118px, max-content) minmax(0, 1fr);
    grid-template-areas:
      "brand action"
      "nav nav";
    gap: 8px 10px;
    width: min(94vw, 760px);
    padding: 12px;
    overflow: visible;
  }

  .brand {
    grid-area: brand;
    min-width: 0;
    min-height: 44px;
    padding: 0;
    border-right: 0;
  }

  .brand-logo {
    width: 160px;
    max-height: 44px;
  }

  .header-action {
    grid-area: action;
    justify-self: end;
    width: min(100%, 260px);
    min-width: 0;
    min-height: 46px;
    margin: 0;
    padding-inline: 14px;
    line-height: 1.15;
    white-space: normal;
  }

  .nav {
    grid-area: nav;
    justify-self: stretch;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    gap: 4px;
    padding: 0;
    overflow: visible;
  }

  .nav a {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding-inline: 4px;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
  }

  .nav a.is-active::after,
  .nav a[aria-current="page"]::after {
    display: none;
  }
}

.modal-close {
  position: fixed;
  top: calc(4dvh + 18px);
  right: max(18px, calc((100vw - min(92vw, 980px)) / 2 + 18px));
  margin: 0;
  z-index: 120;
}

@media (max-width: 980px) {
  .modal-close {
    top: calc(4dvh + 14px);
    right: max(14px, calc((100vw - min(94vw, 720px)) / 2 + 14px));
  }
}

@media (max-width: 640px) {
  :root {
    --fixed-header-offset: 144px;
    --anchor-offset: 156px;
  }

  .page {
    width: min(94vw, 430px);
  }

  .site-header {
    width: min(94vw, 430px);
    gap: 8px;
    padding: 10px;
    border-radius: 20px;
  }

  .brand-logo {
    width: 128px;
  }

  .header-action {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .header-action::after {
    display: none;
  }

  .nav {
    gap: 3px;
  }

  .nav a {
    min-height: 44px;
    padding-inline: 2px;
    font-size: 10px;
    letter-spacing: 0;
  }

  .modal-close {
    top: calc(5dvh + 12px);
    right: max(12px, calc((100vw - min(94vw, 430px)) / 2 + 12px));
  }
}

@media (max-width: 340px) {
  .page,
  .site-header {
    width: calc(100vw - 12px);
  }

  .site-header {
    grid-template-columns: minmax(104px, max-content) minmax(0, 1fr);
    padding: 8px;
  }

  .brand-logo {
    width: 104px;
  }

  .header-action {
    font-size: 11px;
  }

  .nav {
    gap: 2px;
  }

  .nav a {
    font-size: 9px;
  }
}

/* Audit remediation final modal scroll sync */
.modal-card {
  position: relative;
}

.modal-close {
  position: absolute;
  top: calc(var(--modal-scroll-y, 0px) + 14px);
  right: 14px;
  margin: 0;
  transform: none;
  z-index: 120;
}

@media (max-width: 640px) {
  .modal-close {
    top: calc(var(--modal-scroll-y, 0px) + 12px);
    right: 12px;
  }
}

/* Legal footer and policy pages */
.site-footer.site-footer--full {
  position: relative;
  width: var(--container);
  margin: clamp(26px, 4vw, 58px) auto 0;
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(160px, 0.7fr));
  gap: clamp(18px, 2vw, 32px);
  padding: clamp(26px, 3vw, 44px);
  border: 1px solid rgba(255,255,255,0.82);
  border-radius: 30px 30px 0 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.76), rgba(255,252,247,0.42)),
    rgba(255,255,255,0.44);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.96),
    0 -18px 60px rgba(47,35,24,0.10);
  color: var(--fg);
  font-family: var(--font-ui);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.footer-brand,
.footer-column {
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(20px, 1.5vw, 28px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.footer-brand p {
  max-width: 34ch;
  margin: 0;
  color: color-mix(in srgb, var(--fg) 74%, transparent);
  font-size: 15px;
  line-height: 1.55;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
  font-style: normal;
}

.footer-column strong {
  margin-bottom: 3px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  color: color-mix(in srgb, var(--fg) 78%, transparent);
  line-height: 1.35;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(47,35,24,0.10);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.lead-form .form-legal {
  margin: -4px 0 0;
  max-width: 52ch;
  color: color-mix(in srgb, var(--fg) 58%, transparent);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.lead-form .form-legal a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page {
  padding-bottom: 0;
}

.legal-hero {
  display: grid;
  align-content: end;
  min-height: clamp(430px, 54vh, 620px);
  padding: clamp(34px, 5vw, 76px) clamp(20px, 4vw, 64px);
  border-bottom: 1px solid var(--border);
}

.legal-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 92px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.legal-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: color-mix(in srgb, var(--fg) 78%, transparent);
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.58;
}

.legal-hero span {
  margin-top: 18px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 22px);
  padding: clamp(22px, 3vw, 42px) 0;
}

.legal-card {
  padding: clamp(22px, 2.6vw, 36px);
  border: 1px solid rgba(255,255,255,0.78);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.76), rgba(255,252,247,0.38)),
    rgba(255,255,255,0.40);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.92);
}

.legal-card--wide {
  grid-column: 1 / -1;
}

.legal-card h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.legal-card p,
.legal-card li {
  color: color-mix(in srgb, var(--fg) 82%, transparent);
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.62;
}

.legal-card p {
  margin: 0;
}

.legal-card p + p {
  margin-top: 12px;
}

.legal-card ul {
  margin: 0;
  padding-left: 20px;
}

.legal-card a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .site-footer.site-footer--full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(94vw, 760px);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-footer.site-footer--full {
    grid-template-columns: 1fr;
    width: min(94vw, 430px);
    padding: 24px;
    border-radius: 24px 24px 0 0;
  }

  .footer-brand,
  .footer-bottom {
    grid-column: auto;
  }

  .footer-bottom {
    display: grid;
  }

  .legal-hero {
    min-height: 460px;
    padding-inline: 22px;
  }

  .legal-card {
    border-radius: 20px;
  }
}

/* Legal pages mobile typography and link CTA alignment */
.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header-action::after {
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  .legal-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(27px, 7.7vw, 31px);
    line-height: 1.05;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
  }

  .legal-hero p {
    font-size: 16px;
  }
}

/* Visual rhythm pass: connected chrome and sectional accents */
:root {
  --tone-sage: rgba(85, 112, 91, 0.15);
  --tone-steel: rgba(67, 88, 116, 0.13);
  --tone-terracotta: rgba(164, 91, 53, 0.15);
  --tone-amber: rgba(183, 139, 80, 0.13);
  --chrome-bg:
    linear-gradient(180deg, rgba(255,255,255,0.80), rgba(255,252,247,0.42)),
    linear-gradient(90deg, var(--tone-sage), rgba(255,255,255,0) 38%, var(--tone-terracotta)),
    rgba(255,255,255,0.46);
  --quiet-module-bg:
    linear-gradient(180deg, rgba(255,255,255,0.62), rgba(255,252,247,0.34)),
    rgba(255,252,247,0.48);
  --quiet-cell-bg:
    linear-gradient(180deg, rgba(255,255,255,0.70), rgba(255,252,247,0.38)),
    rgba(255,252,247,0.50);
  --chrome-shadow:
    inset 0 1px 0 rgba(255,255,255,0.98),
    inset 0 -1px 0 rgba(122,92,66,0.08),
    0 24px 68px rgba(47,35,24,0.12);
  --fixed-header-offset: 126px;
  --anchor-offset: 144px;
}

body {
  background:
    linear-gradient(180deg, var(--warm-white) 0%, var(--bg) 48%, var(--surface-soft) 100%),
    var(--bg);
}

.site-header,
.site-footer.site-footer--full {
  border-color: rgba(255,255,255,0.84);
  background: var(--chrome-bg);
  box-shadow: var(--chrome-shadow);
}

.site-header {
  top: 0;
  min-height: 98px;
  padding: 16px clamp(18px, 2vw, 34px) 18px;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,252,247,0.46)),
    linear-gradient(90deg, var(--tone-sage), rgba(255,255,255,0) 42%, var(--tone-terracotta)),
    rgba(255,255,255,0.50);
}

.site-header::before {
  inset: 0 1px 1px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.70), transparent 24%, rgba(67,88,116,0.08) 54%, rgba(164,91,53,0.10)),
    linear-gradient(180deg, rgba(255,255,255,0.82), transparent 64%);
}

.brand {
  min-height: 62px;
}

.nav {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.64), rgba(255,252,247,0.30)),
    linear-gradient(90deg, rgba(85,112,91,0.08), rgba(164,91,53,0.07)),
    rgba(255,252,247,0.44);
}

.nav a.is-active,
.nav a[aria-current="page"],
.nav a:hover,
.nav a:focus-visible {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,252,247,0.44)),
    linear-gradient(110deg, rgba(85,112,91,0.12), rgba(164,91,53,0.11));
}

.header-action {
  background:
    linear-gradient(180deg, #161412, #29241F 58%, #333B34);
}

.site-footer.site-footer--full {
  border-bottom: 0;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.98),
    inset 0 -1px 0 rgba(122,92,66,0.08),
    0 -24px 68px rgba(47,35,24,0.12);
}

.hero,
.service-hero,
.service-strip,
.tool-belt,
.section,
.legal-hero,
.legal-card {
  --section-accent: var(--moss);
  --section-tone: var(--tone-sage);
}

.hero { --section-tone: var(--tone-sage); }
.service-strip { --section-tone: var(--tone-terracotta); }
.contact-section { --section-tone: var(--tone-steel); }

.service-hero,
.tool-belt,
.faq-section,
.legal-hero {
  --section-accent: #435874;
  --section-tone: var(--tone-steel);
}

.split-section,
.craft-section {
  --section-accent: var(--moss);
  --section-tone: var(--tone-sage);
}

#prices,
.service-strip {
  --section-accent: var(--clay);
  --section-tone: var(--tone-terracotta);
}

.hero,
.service-hero,
.service-strip,
.tool-belt,
.section,
.legal-hero,
.legal-card {
  border-color: color-mix(in srgb, var(--section-accent) 16%, rgba(255,255,255,0.82));
  background:
    linear-gradient(180deg, var(--section-tone), rgba(255,252,247,0) 42%),
    var(--quiet-module-bg);
  box-shadow:
    inset 6px 0 0 color-mix(in srgb, var(--section-accent) 20%, transparent),
    var(--module-shadow);
}

.service-strip,
.tool-belt,
.section {
  border-bottom-color: color-mix(in srgb, var(--section-accent) 20%, rgba(255,255,255,0.76));
}

.roman,
.section-index,
.strip-intro span,
.strip-label,
.footer-column strong {
  border-color: color-mix(in srgb, var(--section-accent, var(--clay)) 24%, rgba(255,255,255,0.72));
  background:
    linear-gradient(180deg, rgba(255,255,255,0.66), rgba(255,252,247,0.34)),
    var(--section-tone, var(--tone-terracotta));
  color: color-mix(in srgb, var(--section-accent, var(--clay)) 72%, var(--ink));
}

.strip-item,
.detail-card,
.market-card,
.example-card,
.price-card,
.lead-card,
.contact-method,
.contact-playbook,
.legal-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.68), rgba(255,252,247,0.34)),
    linear-gradient(180deg, color-mix(in srgb, var(--card-accent, var(--section-accent, var(--clay))) 8%, transparent), transparent 58%),
    var(--quiet-cell-bg);
}

.service-strip .strip-item:nth-child(2) { --card-accent: var(--moss); }
.service-strip .strip-item:nth-child(3) { --card-accent: var(--clay); }
.service-strip .strip-item:nth-child(4) { --card-accent: #435874; }

.strip-item .strip-action {
  border-color: color-mix(in srgb, var(--card-accent, var(--section-accent, var(--clay))) 28%, rgba(23,23,23,0.12));
  background:
    linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,252,247,0.42)),
    color-mix(in srgb, var(--card-accent, var(--section-accent, var(--clay))) 9%, transparent);
}

.hero::after,
.service-strip::after,
.tool-belt::after,
.section::after,
.site-footer::after,
.system-grid.system-lab::before,
.system-grid.system-lab::after,
.system-lab .flow-board article::before {
  transform: none;
  animation: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.26), rgba(255,255,255,0.06) 38%, transparent 74%);
}

.system-grid.system-lab::after {
  display: none;
}

@media (max-width: 980px) {
  :root {
    --fixed-header-offset: 166px;
    --anchor-offset: 182px;
  }

  .site-header {
    top: 0;
    width: min(94vw, 760px);
    padding: 14px;
    border-radius: 0 0 28px 28px;
  }

  .brand {
    min-height: 48px;
  }
}

@media (max-width: 640px) {
  :root {
    --fixed-header-offset: 146px;
    --anchor-offset: 160px;
  }

  .site-header {
    top: 0;
    width: min(94vw, 430px);
    padding: 10px 10px 12px;
    border-radius: 0 0 24px 24px;
  }

  .site-footer.site-footer--full {
    border-radius: 24px 24px 0 0;
  }

  .hero,
  .service-hero,
  .service-strip,
  .tool-belt,
  .section,
  .legal-hero,
  .legal-card {
    box-shadow:
      inset 4px 0 0 color-mix(in srgb, var(--section-accent) 18%, transparent),
      var(--module-shadow);
  }
}

@media (max-width: 340px) {
  .site-header {
    width: calc(100vw - 18px);
  }

  .legal-hero h1 {
    font-size: 22px;
    line-height: 1.07;
    overflow-wrap: normal;
  }
}

.legal-page {
  grid-template-columns: minmax(0, 1fr);
}

.legal-page > .legal-hero,
.legal-page > .legal-layout,
.legal-page .legal-card {
  width: 100%;
  min-width: 0;
}

.legal-page > .legal-hero {
  grid-template-columns: minmax(0, 1fr);
}

.legal-page > .legal-hero > * {
  min-width: 0;
  max-width: 100%;
}

/* Glass depth pass: darker base and unified translucent surfaces */
:root {
  --glass-depth-bg: #E7DED2;
  --glass-depth-bg-soft: #F0E8DD;
  --glass-depth-surface:
    linear-gradient(180deg, rgba(255,255,255,0.50), rgba(255,252,247,0.24)),
    rgba(255,252,247,0.34);
  --glass-depth-cell:
    linear-gradient(180deg, rgba(255,255,255,0.58), rgba(255,252,247,0.30)),
    rgba(255,252,247,0.36);
  --glass-depth-chrome:
    linear-gradient(180deg, rgba(255,255,255,0.64), rgba(255,252,247,0.28)),
    rgba(255,252,247,0.34);
  --glass-depth-border: rgba(255,255,255,0.56);
  --glass-depth-border-strong: rgba(255,255,255,0.74);
  --glass-depth-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    inset 0 0 0 1px rgba(255,255,255,0.30),
    0 34px 86px rgba(47,35,24,0.14);
  --glass-depth-cell-shadow:
    inset 0 1px 0 rgba(255,255,255,0.86),
    inset 0 0 0 1px rgba(255,255,255,0.24),
    0 18px 44px rgba(47,35,24,0.08);
  --glass-depth-accent: rgba(164,91,53,0.16);
}

html {
  background: var(--glass-depth-bg);
}

body {
  background:
    linear-gradient(180deg, #F0E8DD 0%, var(--glass-depth-bg) 48%, #DCD2C5 100%),
    var(--glass-depth-bg);
}

body::before {
  opacity: 0.032;
}

.site-header,
.site-footer.site-footer--full {
  border-color: var(--glass-depth-border-strong);
  background: var(--glass-depth-chrome);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.94),
    inset 0 0 0 1px rgba(255,255,255,0.34),
    0 26px 72px rgba(47,35,24,0.14);
  backdrop-filter: blur(32px) saturate(1.18);
  -webkit-backdrop-filter: blur(32px) saturate(1.18);
}

.site-header {
  top: 0;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.66), rgba(255,252,247,0.28)),
    rgba(255,252,247,0.32);
}

.site-header::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.06) 62%, transparent);
}

.site-footer.site-footer--full {
  background: var(--glass-depth-chrome);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.94),
    inset 0 0 0 1px rgba(255,255,255,0.32),
    0 -24px 70px rgba(47,35,24,0.13);
}

.nav {
  border-color: rgba(255,255,255,0.58);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.54), rgba(255,252,247,0.22)),
    rgba(255,252,247,0.26);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.82),
    0 12px 28px rgba(47,35,24,0.06);
}

.nav a.is-active,
.nav a[aria-current="page"],
.nav a:hover,
.nav a:focus-visible {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.66), rgba(255,252,247,0.28)),
    rgba(255,252,247,0.34);
}

.header-action {
  background:
    linear-gradient(180deg, #171411, #28231E);
}

.hero,
.service-hero,
.service-strip,
.tool-belt,
.section,
.legal-hero,
.legal-card {
  --section-accent: var(--clay);
  --section-tone: rgba(255,255,255,0);
  border-color: var(--glass-depth-border);
  background: var(--glass-depth-surface);
  box-shadow: var(--glass-depth-shadow);
  backdrop-filter: blur(32px) saturate(1.18);
  -webkit-backdrop-filter: blur(32px) saturate(1.18);
}

.hero::after,
.service-strip::after,
.tool-belt::after,
.section::after,
.site-footer::after,
.system-grid.system-lab::before,
.system-lab .flow-board article::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0.05) 44%, transparent 80%);
}

.system-grid.system-lab::after {
  display: none;
}

.service-strip,
.tool-belt,
.section {
  border-bottom-color: var(--glass-depth-border);
}

.roman,
.section-index,
.strip-intro span,
.strip-label,
.footer-column strong {
  border-color: rgba(164,91,53,0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.46), rgba(255,252,247,0.20)),
    rgba(255,252,247,0.26);
  color: var(--accent-dark);
}

.strip-item,
.tool-grid span,
.detail-card,
.market-card,
.example-card,
.price-card,
.lead-card,
.contact-method,
.contact-playbook,
.process-steps li,
.mistake-panel article,
.outcome-grid article,
.metric-strip,
.faq-list,
.site-audit,
.audit-caption,
.craft-copy article,
.flow-board article,
.launch-plan article,
.chat-line,
.legal-card {
  border-color: rgba(255,255,255,0.52);
  background: var(--glass-depth-cell);
  box-shadow: var(--glass-depth-cell-shadow);
  backdrop-filter: blur(26px) saturate(1.14);
  -webkit-backdrop-filter: blur(26px) saturate(1.14);
}

.service-strip .strip-item:nth-child(2),
.service-strip .strip-item:nth-child(3),
.service-strip .strip-item:nth-child(4) {
  --card-accent: var(--clay);
}

.strip-item .strip-action {
  border-color: rgba(164,91,53,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.50), rgba(255,252,247,0.24)),
    rgba(255,252,247,0.28);
}

.contact-section,
.split-section,
.craft-section,
#prices,
.service-strip,
.service-hero,
.tool-belt,
.faq-section,
.legal-hero {
  --section-accent: var(--clay);
  --section-tone: rgba(255,255,255,0);
}

/* Cool gray glass pass: visible refraction over graphite base */
:root {
  --cool-glass-page: #B7B4AD;
  --cool-glass-page-deep: #9F9B93;
  --cool-glass-page-light: #D4D1C8;
  --cool-glass-surface:
    linear-gradient(180deg, rgba(255,255,255,0.34), rgba(246,248,246,0.10)),
    rgba(238,240,237,0.20);
  --cool-glass-cell:
    linear-gradient(180deg, rgba(255,255,255,0.40), rgba(246,248,246,0.14)),
    rgba(238,240,237,0.24);
  --cool-glass-chrome:
    linear-gradient(180deg, rgba(255,255,255,0.46), rgba(246,248,246,0.16)),
    rgba(238,240,237,0.24);
  --cool-glass-edge: rgba(255,255,255,0.68);
  --cool-glass-edge-soft: rgba(255,255,255,0.38);
  --cool-glass-shadow:
    inset 0 1px 0 rgba(255,255,255,0.88),
    inset 0 -1px 0 rgba(46,45,41,0.12),
    inset 0 0 0 1px rgba(255,255,255,0.18),
    0 44px 110px rgba(42,40,36,0.24);
  --cool-glass-cell-shadow:
    inset 0 1px 0 rgba(255,255,255,0.78),
    inset 0 -1px 0 rgba(46,45,41,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.16),
    0 22px 54px rgba(42,40,36,0.14);
  --cool-glass-accent: #9B5635;
}

html {
  background: var(--cool-glass-page);
}

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,0.20), transparent 30rem),
    radial-gradient(circle at 84% 18%, rgba(255,255,255,0.16), transparent 34rem),
    linear-gradient(180deg, var(--cool-glass-page-light) 0%, var(--cool-glass-page) 44%, var(--cool-glass-page-deep) 100%),
    var(--cool-glass-page);
}

body::before {
  opacity: 0.026;
}

.site-header,
.site-footer.site-footer--full {
  border-color: var(--cool-glass-edge);
  background: var(--cool-glass-chrome);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    inset 0 -1px 0 rgba(46,45,41,0.10),
    inset 0 0 0 1px rgba(255,255,255,0.20),
    0 30px 92px rgba(42,40,36,0.24);
  backdrop-filter: blur(36px) saturate(1.22) contrast(1.02);
  -webkit-backdrop-filter: blur(36px) saturate(1.22) contrast(1.02);
}

.site-header {
  top: 0;
  border-top: 0;
  border-radius: 0 0 30px 30px;
}

.site-header::before,
.hero::after,
.service-strip::after,
.tool-belt::after,
.section::after,
.site-footer::after,
.system-grid.system-lab::before,
.system-lab .flow-board article::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.05) 42%, rgba(255,255,255,0) 78%);
}

.site-footer.site-footer--full {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.90),
    inset 0 0 0 1px rgba(255,255,255,0.18),
    0 -28px 92px rgba(42,40,36,0.22);
}

.hero,
.service-hero,
.service-strip,
.tool-belt,
.section,
.legal-hero,
.legal-card {
  --section-accent: var(--clay);
  --section-tone: rgba(255,255,255,0);
  border-color: var(--cool-glass-edge);
  background: var(--cool-glass-surface);
  box-shadow: var(--cool-glass-shadow);
  backdrop-filter: blur(36px) saturate(1.22) contrast(1.02);
  -webkit-backdrop-filter: blur(36px) saturate(1.22) contrast(1.02);
}

.service-strip,
.tool-belt,
.section {
  border-bottom-color: var(--cool-glass-edge);
}

.strip-item,
.tool-grid span,
.detail-card,
.market-card,
.example-card,
.price-card,
.lead-card,
.contact-method,
.contact-playbook,
.process-steps li,
.mistake-panel article,
.outcome-grid article,
.metric-strip,
.faq-list,
.site-audit,
.audit-caption,
.craft-copy article,
.flow-board article,
.launch-plan article,
.chat-line,
.legal-card {
  border-color: var(--cool-glass-edge-soft);
  background: var(--cool-glass-cell);
  box-shadow: var(--cool-glass-cell-shadow);
  backdrop-filter: blur(30px) saturate(1.18) contrast(1.01);
  -webkit-backdrop-filter: blur(30px) saturate(1.18) contrast(1.01);
}

.nav {
  border-color: var(--cool-glass-edge-soft);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.36), rgba(246,248,246,0.10)),
    rgba(238,240,237,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.76),
    inset 0 -1px 0 rgba(46,45,41,0.07),
    0 14px 34px rgba(42,40,36,0.12);
}

.nav a.is-active,
.nav a[aria-current="page"],
.nav a:hover,
.nav a:focus-visible {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.44), rgba(246,248,246,0.14)),
    rgba(238,240,237,0.20);
}

.roman,
.section-index,
.strip-intro span,
.strip-label,
.footer-column strong {
  border-color: rgba(155,86,53,0.22);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.34), rgba(246,248,246,0.10)),
    rgba(238,240,237,0.16);
  color: var(--accent-dark);
}

.strip-item .strip-action {
  border-color: rgba(155,86,53,0.22);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.36), rgba(246,248,246,0.12)),
    rgba(238,240,237,0.18);
}

.service-strip .strip-item:nth-child(2),
.service-strip .strip-item:nth-child(3),
.service-strip .strip-item:nth-child(4) {
  --card-accent: var(--clay);
}

@media (max-width: 640px) {
  .hero,
  .service-hero,
  .service-strip,
  .tool-belt,
  .section,
  .legal-hero,
  .legal-card {
    box-shadow: var(--cool-glass-shadow);
    backdrop-filter: blur(30px) saturate(1.18) contrast(1.01);
    -webkit-backdrop-filter: blur(30px) saturate(1.18) contrast(1.01);
  }
}

/* Cross-page polish: contact labels and footer headings */
.site-footer.site-footer--full,
.hero,
.service-hero,
.service-strip,
.tool-belt,
.section,
.legal-hero,
.legal-card {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.site-header {
  transform: translateX(-50%) translateZ(0);
  backface-visibility: hidden;
}

.service-hero,
.legal-hero {
  overflow: hidden;
}

.service-hero .roman,
.legal-hero .roman,
.section-index,
.strip-intro span,
.strip-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  padding: 9px 14px;
  border: 1px solid rgba(155,86,53,0.20);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.38), rgba(246,248,246,0.11)),
    rgba(238,240,237,0.17);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.66),
    inset 0 -1px 0 rgba(46,45,41,0.06),
    0 10px 24px rgba(42,40,36,0.08);
  line-height: 1;
}

.site-footer.site-footer--full .footer-column strong {
  display: block;
  width: fit-content;
  margin: 0 0 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-hero h1,
.legal-hero h1 {
  max-width: 980px;
  color: var(--ink);
  letter-spacing: 0;
  text-wrap: balance;
}

.service-hero p,
.legal-hero p,
.footer-brand p,
.footer-column a,
.footer-bottom {
  color: color-mix(in srgb, var(--fg) 76%, transparent);
}

.legal-layout {
  padding-top: clamp(18px, 2.4vw, 34px);
}

.legal-card h2,
.detail-card h2,
.market-card h2 {
  color: var(--ink);
}

@media (max-width: 640px) {
  .service-hero .roman,
  .legal-hero .roman,
  .section-index,
  .strip-intro span,
  .strip-label {
    min-height: 32px;
    padding: 8px 12px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .site-footer.site-footer--full .footer-column strong {
    margin-bottom: 2px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .service-hero h1,
  .legal-hero h1 {
    font-size: clamp(36px, 11vw, 56px);
    line-height: 0.98;
  }
}

@media (max-width: 340px) {
  .service-hero h1,
  .legal-hero h1 {
    font-size: clamp(30px, 10vw, 38px);
    line-height: 1.03;
  }
}

/* Visual asset cleanup: readable audit boards without cropping */
.system-lab .system-audit-visual {
  display: grid;
  align-items: center;
  align-self: start;
  min-height: 0;
}

.system-lab .system-audit-visual img {
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.audit-board picture {
  display: block;
  line-height: 0;
}

.audit-board img {
  object-fit: contain;
  object-position: center;
}

.audit-board .audit-ring,
.audit-board .audit-line,
.audit-board .audit-note {
  display: none;
}

@media (max-width: 640px) {
  .system-lab .system-audit-visual {
    gap: 10px;
    min-height: 0;
  }

  .system-lab .system-audit-visual picture {
    display: none;
  }

  .audit-board .audit-note {
    position: relative;
    inset: auto;
    display: block;
    max-width: none;
    margin: 8px 10px 0;
  }

.audit-board .audit-note-cta {
    margin-bottom: 10px;
  }
}

/* Audit board frame cleanup: keep one glass container, not nested squares */
.site-audit::before,
.audit-board::after {
  display: none;
}

.audit-board {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.audit-board img {
  filter: drop-shadow(0 22px 42px rgba(42,40,36,0.13));
}

.audit-caption {
  border-color: var(--cool-glass-edge-soft);
  box-shadow: var(--cool-glass-cell-shadow);
}

/* Production consent banner */
.cookie-consent {
  position: fixed;
  left: max(14px, env(safe-area-inset-left));
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 70;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(980px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--cool-glass-edge);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.50), rgba(246,248,246,0.18)),
    rgba(238,240,237,0.34);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.86),
    0 26px 70px rgba(42,40,36,0.24);
  backdrop-filter: blur(28px) saturate(1.16);
  -webkit-backdrop-filter: blur(28px) saturate(1.16);
}

.cookie-consent__copy {
  display: grid;
  gap: 5px;
}

.cookie-consent strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.cookie-consent p {
  max-width: 68ch;
  margin: 0;
  color: color-mix(in srgb, var(--fg) 76%, transparent);
  font-size: 14px;
  line-height: 1.45;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.cookie-consent button,
.cookie-consent a,
.cookie-settings-link {
  min-height: 42px;
  padding: 11px 14px;
  border: 1px solid rgba(23,23,23,0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.42), rgba(246,248,246,0.14)),
    rgba(238,240,237,0.18);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.cookie-consent__primary {
  border-color: rgba(23,23,23,0.82) !important;
  background: linear-gradient(180deg, #171411, #28231E) !important;
  color: var(--paper) !important;
}

.cookie-settings-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: color-mix(in srgb, var(--fg) 78%, transparent);
  box-shadow: none;
  cursor: pointer;
}

.cookie-settings-link:hover,
.cookie-settings-link:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 760px) {
  .cookie-consent {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .cookie-consent__actions {
    justify-content: stretch;
  }

  .cookie-consent button,
  .cookie-consent a {
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Audit trust redesign: proof-led diagnostic block */
.craft-section {
  --section-accent: #4F6259;
}

.craft-section .section-heading {
  max-width: 1120px;
}

.craft-section .section-heading h2 {
  max-width: 1000px;
  font-size: clamp(42px, 4.5vw, 84px);
  letter-spacing: 0;
}

.craft-section .section-heading p {
  max-width: 780px;
}

.audit-trust-grid {
  align-items: start;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  gap: clamp(24px, 3.4vw, 64px);
}

.audit-proof {
  display: grid;
  gap: clamp(18px, 2vw, 30px);
  padding: clamp(18px, 2.1vw, 34px);
  border-radius: var(--module-radius);
}

.audit-proof::before {
  display: none;
}

.audit-proof__top {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.audit-proof__top span,
.craft-proof-copy article span {
  width: fit-content;
  color: color-mix(in srgb, var(--cool-glass-accent) 78%, var(--ink));
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.audit-proof__top strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(28px, 2.25vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

.audit-proof__top p {
  max-width: 720px;
  margin: 0;
  color: color-mix(in srgb, var(--fg) 76%, transparent);
  font-size: clamp(16px, 1vw, 19px);
  font-weight: 560;
  line-height: 1.55;
}

.audit-dossier {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(14px, 1.4vw, 22px);
  overflow: hidden;
  color: #F4F1EA;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: calc(var(--module-radius) - 8px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02) 44%, rgba(155,86,53,0.10)),
    #1F211F;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 28px 70px rgba(42,40,36,0.22);
}

.audit-dossier::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);
  transform: translateX(-72%);
  animation: auditSheen 8s ease-in-out infinite;
}

.audit-dossier > * {
  position: relative;
  z-index: 1;
}

.audit-dossier__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 10px 12px;
  color: rgba(244,241,234,0.74);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
}

.audit-dossier__bar span,
.audit-dossier__bar strong {
  overflow: hidden;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audit-dossier__bar strong {
  color: rgba(244,241,234,0.92);
  text-transform: uppercase;
}

.audit-dots {
  display: inline-flex;
  gap: 6px;
}

.audit-dots i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(244,241,234,0.42);
}

.audit-dots i:first-child {
  background: var(--cool-glass-accent);
}

.audit-dots i:nth-child(2) {
  background: #C8BFAF;
}

.audit-route {
  display: grid;
  grid-template-columns: max-content 1fr max-content 1fr max-content 1fr max-content;
  align-items: center;
  gap: 10px;
}

.audit-route span {
  padding: 8px 10px;
  color: rgba(244,241,234,0.86);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.audit-route i {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.18), rgba(155,86,53,0.74));
}

.audit-snapshot {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.82fr);
  gap: 16px;
  align-items: stretch;
}

.audit-page,
.audit-findings article,
.audit-result {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(246,243,236,0.94);
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(0,0,0,0.14);
}

.audit-page {
  display: grid;
  gap: 14px;
  min-height: 360px;
  padding: clamp(16px, 1.5vw, 24px);
  border-radius: 20px;
}

.audit-page__hero {
  display: grid;
  gap: 8px;
  min-height: 140px;
  padding: 20px;
  border: 1px solid rgba(31,33,31,0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 20%, rgba(79,98,89,0.26), transparent 90px),
    #F0E8DD;
}

.audit-page__hero span,
.audit-page__form span {
  color: color-mix(in srgb, var(--cool-glass-accent) 78%, var(--ink));
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.audit-page__hero strong {
  max-width: 9ch;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.1vw, 52px);
  letter-spacing: 0;
  line-height: 0.94;
}

.audit-page__hero p,
.audit-page__form strong {
  margin: 0;
  color: color-mix(in srgb, var(--fg) 70%, transparent);
  font-weight: 760;
}

.audit-page__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.audit-page__proof span {
  min-height: 64px;
  padding: 14px;
  border: 1px solid rgba(31,33,31,0.11);
  border-radius: 16px;
  background: rgba(255,255,255,0.58);
  color: color-mix(in srgb, var(--fg) 78%, transparent);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 900;
}

.audit-page__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(31,33,31,0.11);
  border-radius: 16px;
  background: rgba(255,255,255,0.66);
}

.audit-page__form strong {
  padding: 10px 14px;
  color: #F7F3EC;
  border-radius: 999px;
  background: var(--cool-glass-accent);
  font-family: var(--font-ui);
}

.audit-findings {
  display: grid;
  gap: 10px;
}

.audit-findings article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 108px;
  padding: 14px;
  border-radius: 18px;
}

.audit-findings article > span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #F7F3EC;
  border-radius: 999px;
  background: #29312D;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 950;
}

.audit-findings strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 900;
  line-height: 1.16;
}

.audit-findings p {
  margin: 6px 0 0;
  color: color-mix(in srgb, var(--fg) 72%, transparent);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.42;
}

.audit-result {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 18px;
  background: rgba(246,243,236,0.90);
}

.audit-result div {
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 16px;
  border-right: 1px solid rgba(31,33,31,0.10);
}

.audit-result div:last-child {
  border-right: 0;
}

.audit-result span {
  color: var(--cool-glass-accent);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 950;
}

.audit-result strong {
  max-width: 18ch;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.craft-proof-copy {
  gap: 18px;
}

.craft-proof-copy article {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 2vw, 34px);
  border-radius: var(--cell-radius);
}

.craft-proof-copy article h3 {
  margin: 0;
  max-width: 15ch;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.25vw, 46px);
  letter-spacing: 0;
  line-height: 1.02;
}

.craft-proof-copy article p {
  margin: 0;
  color: color-mix(in srgb, var(--fg) 76%, transparent);
  font-size: clamp(16px, 1vw, 19px);
  font-weight: 560;
  line-height: 1.55;
}

.audit-deliverables {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 2vw, 32px);
  border: 1px solid var(--cool-glass-edge-soft);
  border-radius: var(--cell-radius);
  background:
    linear-gradient(180deg, rgba(31,33,31,0.94), rgba(31,33,31,0.86)),
    var(--ink);
  color: #F7F3EC;
  box-shadow: var(--cool-glass-cell-shadow);
}

.audit-deliverables strong {
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(24px, 1.7vw, 34px);
  letter-spacing: 0;
  line-height: 1.02;
}

.audit-deliverables ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audit-deliverables li {
  position: relative;
  padding-left: 18px;
  color: rgba(247,243,236,0.78);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.audit-deliverables li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cool-glass-accent);
}

.audit-proof .audit-cta {
  margin-top: 0;
}

@keyframes auditSheen {
  0%, 64% { transform: translateX(-72%); opacity: 0; }
  72% { opacity: 1; }
  100% { transform: translateX(72%); opacity: 0; }
}

@media (max-width: 1180px) {
  .audit-snapshot {
    grid-template-columns: 1fr;
  }

  .audit-page {
    min-height: 300px;
  }
}

@media (max-width: 980px) {
  .audit-trust-grid {
    grid-template-columns: 1fr;
  }

  .craft-section .section-heading h2 {
    font-size: clamp(40px, 9vw, 64px);
  }
}

@media (max-width: 640px) {
  .audit-proof {
    padding: 16px;
    border-radius: 22px;
  }

  .audit-dossier {
    padding: 12px;
    border-radius: 18px;
  }

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

  .audit-dossier__bar strong {
    display: none;
  }

  .audit-route {
    display: flex;
    flex-wrap: wrap;
  }

  .audit-route i {
    display: none;
  }

  .audit-page__proof,
  .audit-result {
    grid-template-columns: 1fr;
  }

  .audit-result div,
  .audit-result div:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(31,33,31,0.10);
  }

  .audit-result div:last-child {
    border-bottom: 0;
  }

  .audit-findings article {
    grid-template-columns: 36px 1fr;
    min-height: 0;
  }

  .craft-proof-copy article h3,
  .audit-deliverables strong {
    max-width: none;
  }
}

/* Audit trust refinement: calmer report, less decorative mockup */
.craft-section .section-heading {
  margin-bottom: clamp(24px, 3vw, 44px);
}

.craft-section .section-heading h2 {
  max-width: 920px;
  font-size: clamp(38px, 3.75vw, 68px);
  line-height: 1.06;
}

.craft-section .section-heading p {
  max-width: 760px;
  font-size: clamp(17px, 1vw, 20px);
}

.audit-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.audit-proof-strip span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 40px;
  padding: 9px 12px;
  color: color-mix(in srgb, var(--fg) 74%, transparent);
  border: 1px solid var(--cool-glass-edge-soft);
  border-radius: 999px;
  background: var(--cool-glass-cell);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.62);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.1;
}

.audit-proof-strip strong {
  color: var(--ink);
  font-weight: 950;
}

.audit-trust-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.68fr);
  gap: clamp(22px, 3vw, 54px);
}

.audit-proof {
  gap: 18px;
  padding: clamp(18px, 1.9vw, 28px);
}

.audit-proof__top strong {
  max-width: 760px;
  font-size: clamp(26px, 2vw, 38px);
  line-height: 1.05;
}

.audit-proof__top p {
  max-width: 680px;
  font-size: clamp(15px, 0.92vw, 17px);
}

.audit-dossier {
  gap: 14px;
  padding: clamp(14px, 1.25vw, 20px);
  color: var(--ink);
  border-color: var(--cool-glass-edge-soft);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.42), rgba(246,248,246,0.16)),
    rgba(238,240,237,0.30);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.74),
    inset 0 0 0 1px rgba(255,255,255,0.14),
    0 20px 48px rgba(42,40,36,0.12);
}

.audit-dossier::after {
  display: none;
}

.audit-report-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(31,33,31,0.10);
  border-radius: 18px;
  background: rgba(255,255,255,0.42);
}

.audit-report-head span,
.audit-client-path span {
  display: block;
  color: color-mix(in srgb, var(--cool-glass-accent) 78%, var(--ink));
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.audit-report-head strong {
  display: block;
  margin-top: 5px;
  font-family: var(--font-ui);
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 950;
  line-height: 1.12;
}

.audit-score {
  min-width: 148px;
  padding: 12px 14px;
  text-align: right;
  border: 1px solid rgba(31,33,31,0.10);
  border-radius: 16px;
  background: rgba(255,255,255,0.58);
}

.audit-score strong {
  margin-top: 4px;
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1;
}

.audit-report-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.audit-client-path {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 18px;
  overflow: hidden;
  color: #F5F0E8;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 18%, rgba(155,86,53,0.20), transparent 130px),
    #242722;
}

.audit-client-path span {
  color: rgba(245,240,232,0.64);
}

.audit-client-path strong {
  max-width: 12ch;
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.2vw, 42px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.audit-client-path p {
  max-width: 24ch;
  margin: 14px 0 0;
  color: rgba(245,240,232,0.72);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.audit-path-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: auto;
}

.audit-path-bars i {
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
}

.audit-path-bars i:nth-child(1),
.audit-path-bars i:nth-child(2) {
  background: var(--cool-glass-accent);
}

.audit-path-bars i:nth-child(3) {
  background: #B8B0A2;
}

.audit-findings {
  gap: 8px;
}

.audit-findings article {
  min-height: 0;
  padding: 13px;
  border-color: rgba(31,33,31,0.09);
  background: rgba(255,255,255,0.54);
  box-shadow: none;
}

.audit-findings article > span {
  width: 34px;
  height: 34px;
  background: #2B342F;
}

.audit-findings strong {
  font-size: clamp(15px, 0.88vw, 17px);
}

.audit-findings p {
  max-width: 44ch;
  font-size: 13px;
}

.audit-result {
  box-shadow: none;
  border-color: rgba(31,33,31,0.10);
  background: rgba(255,255,255,0.44);
}

.audit-result div {
  min-height: 78px;
  padding: 13px 14px;
}

.audit-result strong {
  max-width: 17ch;
  font-size: 14px;
}

.craft-proof-copy article {
  min-height: 0;
  padding: clamp(22px, 1.7vw, 30px);
}

.craft-proof-copy article h3 {
  max-width: 18ch;
  font-size: clamp(26px, 1.95vw, 38px);
  line-height: 1.04;
}

.craft-proof-copy article p {
  font-size: clamp(15px, 0.95vw, 17px);
}

.audit-deliverables {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.42), rgba(246,248,246,0.14)),
    rgba(238,240,237,0.28);
  color: var(--ink);
}

.audit-deliverables strong {
  max-width: 16ch;
  font-size: clamp(24px, 1.55vw, 32px);
}

.audit-deliverables li {
  color: color-mix(in srgb, var(--fg) 76%, transparent);
  font-size: 14px;
}

@media (max-width: 1180px) {
  .audit-report-grid {
    grid-template-columns: 1fr;
  }

  .audit-client-path {
    min-height: 220px;
  }
}

@media (max-width: 980px) {
  .audit-trust-grid {
    grid-template-columns: 1fr;
  }

  .craft-section .section-heading h2 {
    font-size: clamp(38px, 9vw, 60px);
  }
}

@media (max-width: 640px) {
  .audit-proof-strip {
    display: grid;
  }

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

  .audit-score {
    text-align: left;
  }

  .audit-client-path {
    min-height: 190px;
  }

  .audit-client-path strong {
    max-width: 14ch;
  }
}
