/* ─────────────────────────────────────────────────────────────────────
   Buzzard AI · Local Bridge · Pass 06
   Brand-aligned · Mobile-hardened · No Mono-Slop
   ───────────────────────────────────────────────────────────────────── */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500;600&display=swap");

:root {
  --teal: #2d5a5a;
  --teal-dark: #1e3e3e;
  --teal-deeper: #122828;
  --teal-darkest: #0a1818;
  --cream: #fdfbf8;
  --cream-warm: #f8f3ed;
  --cream-soft: #f1ebdf;
  --paper: #fffbf3;
  --copper: #b87333;
  --copper-light: #d18a47;
  --copper-dark: #8d5a26;
  --copper-soft: rgba(184, 115, 51, 0.14);
  --ink: #1a2627;
  --ink-2: #2c3a3b;
  --muted: #5a6968;
  --faint: #9aa6a4;
  --line: rgba(26, 38, 39, 0.10);
  --line-strong: rgba(26, 38, 39, 0.20);
  --line-dark: rgba(253, 251, 248, 0.12);
  --line-dark-strong: rgba(253, 251, 248, 0.24);
  --green: #87a65f;
  --shadow-sm: 0 4px 16px rgba(26, 38, 39, 0.06);
  --shadow: 0 22px 56px rgba(26, 38, 39, 0.12);
  --shadow-deep: 0 36px 90px rgba(26, 38, 39, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  --easing: cubic-bezier(.4, 0, .2, 1);
}

/* ── Mobile-hardening: zero overflow ──────────── */
html, body {
  background: var(--cream);
  color: var(--ink);
  margin: 0;
  max-width: 100vw;
  overflow-x: hidden;
  width: 100%;
}
html {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
*, *::before, *::after { box-sizing: border-box; }
*:focus-visible { outline: 2px solid var(--copper); outline-offset: 3px; }
a { color: inherit; text-decoration: none; }
em { color: var(--copper); font-style: italic; }
button { font-family: inherit; }
img { display: block; max-width: 100%; height: auto; }

/* ── Draft bar (clean, no version) ───────────── */
.draft-bar {
  background: var(--teal-darkest);
  color: rgba(253,251,248,.6);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  padding: 8px 18px;
  text-align: center;
  text-transform: uppercase;
}

/* ── Site frame ────────────────────────────── */
.site {
  background:
    radial-gradient(circle at 24% 8%, rgba(184,115,51,.13), transparent 28%),
    radial-gradient(circle at 88% 26%, rgba(45,90,90,.16), transparent 28%),
    linear-gradient(180deg, var(--teal-darkest), var(--teal-deeper) 38%, var(--cream) 38%);
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}

/* ── Header (live-aligned logo) ────────────── */
.site-header {
  align-items: center;
  border-bottom: 1px solid rgba(253,251,248,.10);
  color: var(--cream);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1320px;
  padding: 22px 46px 18px;
  position: relative;
  z-index: 4;
}
.brand {
  align-items: center;
  color: var(--cream);
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}
.brand-logo {
  flex: 0 0 auto;
  height: 32px;
  width: auto;
}
.brand strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2.4px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav { align-items: center; display: flex; gap: 26px; }
.nav a {
  color: rgba(253,251,248,.78);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .18s var(--easing);
}
.nav a:hover { color: var(--copper-light); }
.nav .nav-cta {
  background: var(--copper);
  border: 1px solid var(--copper);
  border-radius: 4px;
  color: var(--cream);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  padding: 11px 18px;
  text-transform: uppercase;
  transition: all .2s var(--easing);
}
.nav .nav-cta:hover { background: var(--copper-dark); border-color: var(--copper-dark); }
.burger { display: none; height: 18px; position: relative; width: 26px; cursor: pointer; }
.burger::before, .burger::after, .burger span {
  background: var(--cream);
  content: "";
  height: 1.6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.burger::before { top: 0; }
.burger span { top: 8px; }
.burger::after { bottom: 0; }

/* ── Hero ──────────────────────────────────── */
.hero {
  color: var(--cream);
  display: grid;
  gap: clamp(28px, 4vw, 52px);
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(48px, 5.4vw, 78px) 46px clamp(36px, 4vw, 56px);
  position: relative;
  width: 100%;
}
.hero-copy {
  align-self: center;
  max-width: 580px;
  min-width: 0;
  position: relative;
  z-index: 2;
}
.hero-tag {
  align-items: center;
  border: 1px solid rgba(184,115,51,.4);
  border-radius: 99px;
  color: var(--copper-light);
  display: inline-flex;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  gap: 8px;
  letter-spacing: .02em;
  margin-bottom: 22px;
  padding: 5px 14px;
}
.hero-tag::before {
  background: var(--copper);
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
  box-shadow: 0 0 8px rgba(184,115,51,.6);
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.012em;
  line-height: 1.06;
  margin: 0;
  overflow-wrap: break-word;
}
h1 {
  color: var(--cream);
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 500;
  letter-spacing: -.014em;
  line-height: 1.04;
  max-width: 540px;
}
h2 {
  color: var(--ink);
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -.012em;
  line-height: 1.08;
}
h3 {
  color: var(--ink);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 500;
  letter-spacing: -.008em;
  line-height: 1.2;
}
h4 {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.005em;
  line-height: 1.35;
}
p { margin: 0; }

.lead {
  color: rgba(253,251,248,.74);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.6;
  margin-top: 18px;
  max-width: 540px;
}

/* ── Buttons ─────────────────────────────── */
.button, .button-outline, .button-ghost {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  gap: 12px;
  justify-content: space-between;
  letter-spacing: .04em;
  min-height: 46px;
  min-width: 0;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  transition: transform .22s var(--easing), background .22s var(--easing), border-color .22s var(--easing), box-shadow .25s var(--easing), color .2s var(--easing);
  white-space: nowrap;
}
.button {
  background: var(--copper);
  border: 1px solid var(--copper);
  box-shadow: 0 8px 22px rgba(184,115,51,.18);
  color: var(--cream);
}
.button:hover {
  background: var(--copper-dark);
  border-color: var(--copper-dark);
  box-shadow: 0 12px 28px rgba(184,115,51,.26);
  transform: translateY(-2px);
}
.button-outline {
  background: transparent;
  border: 1px solid rgba(253,251,248,.34);
  color: var(--cream);
}
.button-outline:hover {
  border-color: var(--copper-light);
  color: var(--copper-light);
  transform: translateY(-2px);
}
.button-ghost {
  background: transparent;
  border: 0;
  color: var(--copper-light);
  letter-spacing: .04em;
  min-height: 32px;
  min-width: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.button-ghost::after { content: "→"; font-size: 16px; transition: transform .2s var(--easing); }
.button-ghost:hover::after { transform: translateX(4px); }
.button .arrow, .button-outline .arrow {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  transition: transform .25s var(--easing);
}
.button:hover .arrow, .button-outline:hover .arrow { transform: translateX(3px); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* ── Proof bar (Trust simplified, slim row) ── */
.proof-bar {
  align-items: center;
  border-top: 1px solid rgba(253,251,248,.12);
  display: none;
  flex-wrap: wrap;
  gap: 22px 36px;
  margin-top: 36px;
  padding-top: 22px;
}
.proof-bar div {
  align-items: center;
  color: rgba(253,251,248,.74);
  display: inline-flex;
  font-size: 13.5px;
  font-weight: 500;
  gap: 8px;
  min-width: 0;
}
.proof-bar div::before {
  background: var(--copper);
  border-radius: 50%;
  content: "";
  flex: 0 0 5px;
  height: 5px;
  width: 5px;
}

/* ── Hero map ──────────────────────────── */
.hero-visual {
  align-self: stretch;
  background:
    radial-gradient(circle at 64% 36%, rgba(184,115,51,.18), transparent 38%),
    radial-gradient(circle at 30% 70%, rgba(45,90,90,.22), transparent 36%),
    linear-gradient(135deg, rgba(10,24,24,.4), rgba(18,40,40,.2));
  border: 1px solid rgba(253,251,248,.08);
  border-radius: 6px;
  min-width: 0;
  min-height: 460px;
  overflow: hidden;
  position: relative;
}
.map-mark {
  bottom: 18px;
  color: rgba(253,251,248,.5);
  display: none;
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  letter-spacing: .01em;
  position: absolute;
  right: 22px;
}
.region-map { height: 100%; inset: 0; position: absolute; width: 100%; }
.region-map text {
  fill: rgba(253,251,248,.92);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
}
.region-map .muted-text {
  fill: rgba(253,251,248,.32);
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
}
.region-map .roads { stroke: rgba(253,251,248,.08); stroke-width: 1; fill: none; }
.region-map .river { stroke: rgba(83, 134, 145, .42); stroke-width: 2; fill: none; }
.region-map .accent-line { stroke: var(--copper); stroke-width: 1.4; fill: none; opacity: .68; }
.region-map .dash { stroke-dasharray: 3 5; opacity: .42; }
.region-map .dot { fill: var(--cream); }
.region-map .home { fill: var(--copper); filter: drop-shadow(0 0 16px rgba(184,115,51,.7)); }
.region-map .ring {
  fill: none;
  stroke: var(--copper);
  stroke-width: 1.2;
  opacity: 0;
  animation: ring-pulse 4s ease-out infinite;
  transform-origin: center;
}
.region-map .ring.r2 { animation-delay: 1.3s; }
.region-map .ring.r3 { animation-delay: 2.6s; }
@keyframes ring-pulse {
  0%   { stroke-opacity: 0;   r: 16; }
  20%  { stroke-opacity: .55; }
  100% { stroke-opacity: 0;   r: 78; }
}

.process-cards {
  display: none;
  gap: 8px;
  position: absolute;
  right: 18px;
  top: 22px;
  width: 188px;
  z-index: 2;
}
.process-card {
  align-items: center;
  background: rgba(10, 24, 24, .68);
  border: 1px solid rgba(184,115,51,.36);
  border-radius: 4px;
  color: var(--cream);
  display: grid;
  gap: 2px;
  grid-template-columns: 22px 1fr;
  min-height: 44px;
  padding: 8px 12px;
  backdrop-filter: blur(8px);
}
.process-card i {
  color: var(--copper-light);
  font-style: normal;
  font-size: 13px;
  line-height: 1;
}
.process-card strong {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}
.process-card span {
  color: rgba(253,251,248,.5);
  font-size: 10px;
  font-family: var(--mono);
  letter-spacing: .04em;
}

/* ── Sections ──────────────────────────── */
.section {
  background: var(--cream);
  border-top: 1px solid var(--line);
  max-width: 100vw;
  padding: clamp(48px, 5.4vw, 78px) 46px;
  width: 100%;
}
.section.no-top-border { border-top: 0; }
.section-inner { margin: 0 auto; max-width: 1320px; min-width: 0; }
.section-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, .5fr) minmax(0, 1fr);
}
.section-kicker {
  color: var(--copper);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.section-copy {
  color: var(--ink-2);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 660px;
}

/* ────────────────────────────────────
   Pillar Lab
   ──────────────────────────────────── */
.pillar-lab {
  background: var(--teal-deeper);
  color: var(--cream);
  max-width: 100vw;
  overflow-x: hidden;
  padding: clamp(24px, 3vw, 42px) 30px clamp(40px, 5vw, 64px);
  width: 100%;
}
.pillar-shell {
  background: radial-gradient(circle at 14% 18%, rgba(184,115,51,.06), transparent 40%);
  border: 1px solid rgba(253,251,248,.12);
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1290px;
  overflow: hidden;
  width: 100%;
  box-shadow: var(--shadow-deep);
}

.pillar-tabs {
  border-bottom: 1px solid rgba(253,251,248,.10);
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.pillar-tab {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(253,251,248,.08);
  color: rgba(253,251,248,.62);
  cursor: pointer;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  font-family: var(--sans);
  gap: 6px;
  justify-content: center;
  min-height: 86px;
  min-width: 0;
  padding: 16px 22px;
  position: relative;
  text-align: left;
  transition: background .22s var(--easing), color .22s var(--easing);
}
.pillar-tab:last-child { border-right: 0; }
.pillar-tab:hover { background: rgba(253,251,248,.04); color: var(--cream); }
.pillar-tab[aria-selected="true"] {
  background: linear-gradient(180deg, rgba(184,115,51,.12), rgba(184,115,51,.04));
  color: var(--cream);
}
.pillar-tab[aria-selected="true"]::after {
  background: var(--copper);
  bottom: 0;
  content: "";
  height: 2.5px;
  left: 0;
  position: absolute;
  right: 0;
}
.pillar-tab .num {
  color: rgba(253,251,248,.36);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
}
.pillar-tab[aria-selected="true"] .num { color: var(--copper-light); }
.pillar-tab strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.005em;
  line-height: 1.2;
}

.pillar-panels { position: relative; }
.pillar-panel { display: none; }
.pillar-panel[data-active="true"] { display: block; animation: panel-in .35s var(--easing); }
@keyframes panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Branch tabs (pill-style) */
.branch-tabs {
  border-bottom: 1px solid rgba(253,251,248,.10);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 22px 28px 18px;
}
.branch-tab {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(253,251,248,.16);
  border-radius: 99px;
  color: rgba(253,251,248,.7);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .005em;
  min-height: 38px;
  padding: 0 18px;
  transition: all .22s var(--easing);
  white-space: nowrap;
}
.branch-tab:hover { border-color: rgba(253,251,248,.4); color: var(--cream); }
.branch-tab[aria-selected="true"] {
  background: var(--copper);
  border-color: var(--copper);
  box-shadow: 0 4px 14px rgba(184,115,51,.32);
  color: var(--cream);
}
.branch-panels { position: relative; }
.branch-panel { display: none; }
.branch-panel[data-active="true"] { display: grid; animation: panel-in .3s var(--easing); }

/* Lab Card */
.lab-card {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, .48fr) minmax(0, 1fr);
  padding: 30px 28px 32px;
}
.lab-copy { padding: 10px 6px 10px 0; min-width: 0; }
.lab-copy h2 {
  color: var(--cream);
  font-size: clamp(24px, 2.6vw, 36px);
  letter-spacing: -.01em;
}
.lab-copy p { color: rgba(253,251,248,.7); font-size: 16px; line-height: 1.6; margin-top: 14px; }
.lab-eyebrow {
  color: var(--copper-light);
  display: inline-block;
  font-family: var(--sans);
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 12px;
}
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.chip {
  border: 1px solid rgba(184,115,51,.42);
  border-radius: 99px;
  color: var(--copper-light);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
}
.lab-card .button-ghost { margin-top: 22px; }

/* Process Board */
.process-board {
  background: rgba(10, 24, 24, .55);
  border: 1px solid rgba(253,251,248,.10);
  border-radius: 6px;
  min-height: 400px;
  min-width: 0;
  padding: 30px 22px 24px;
  position: relative;
}
.process-board .board-meta {
  align-items: center;
  color: rgba(253,251,248,.5);
  display: flex;
  font-family: var(--mono);
  font-size: 11px;
  gap: 10px;
  letter-spacing: .14em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.process-board .board-meta::before {
  background: var(--copper);
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
  box-shadow: 0 0 8px rgba(184,115,51,.6);
}
.process-steps {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
}
.process-steps::before {
  background: linear-gradient(90deg, rgba(253,251,248,.4), rgba(253,251,248,.14));
  content: "";
  height: 1.5px;
  left: 9%;
  position: absolute;
  right: 9%;
  top: 52px;
}
.diagram-step { min-width: 0; position: relative; text-align: center; z-index: 2; }
.diagram-step .step-no {
  color: rgba(253,251,248,.5);
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.diagram-step .circle {
  align-items: center;
  background: var(--teal-deeper);
  border: 1.5px solid var(--copper-light);
  border-radius: 50%;
  color: var(--cream);
  display: inline-flex;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  height: 72px;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  transition: transform .25s var(--easing), box-shadow .25s var(--easing);
  width: 72px;
  z-index: 2;
}
.diagram-step:hover .circle {
  transform: scale(1.04);
  box-shadow: 0 0 18px rgba(184,115,51,.4);
}
.diagram-step h4 {
  color: var(--cream);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.005em;
  margin: 0 0 6px;
}
.status {
  border: 1px solid rgba(184,115,51,.5);
  border-radius: 99px;
  color: var(--copper-light);
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .04em;
  margin-bottom: 8px;
  padding: 3px 10px;
  text-transform: lowercase;
}
.status.warn { border-color: rgba(196, 123, 58, .55); color: #d8965d; }
.status.good { border-color: rgba(135,166,95,.6); color: #a3c574; }
.status.fail { border-color: rgba(180, 60, 60, .5); color: #d68888; }
.status.idle { border-color: rgba(253,251,248,.26); color: rgba(253,251,248,.6); }
.diagram-step p {
  color: rgba(253,251,248,.62);
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 130px;
}
.board-note {
  align-items: center;
  border-top: 1px solid rgba(253,251,248,.10);
  color: var(--copper-light);
  display: flex;
  font-size: 13px;
  gap: 10px;
  margin: 30px auto 0;
  max-width: 540px;
  padding-top: 16px;
}
.board-note strong {
  align-items: center;
  border: 1px solid var(--copper-light);
  border-radius: 50%;
  color: var(--copper-light);
  display: inline-flex;
  flex: 0 0 26px;
  font-family: var(--mono);
  font-size: 12px;
  height: 26px;
  justify-content: center;
  width: 26px;
}

/* Pillar 04 — local block */
.local-block-pillar {
  align-items: stretch;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  padding: 30px 28px 32px;
}
.local-points { display: grid; gap: 22px; align-content: center; min-width: 0; }
.local-points h2 {
  color: var(--cream);
  font-size: clamp(24px, 2.6vw, 34px);
  letter-spacing: -.01em;
  margin-bottom: 6px;
}
.local-point {
  border-left: 1.5px solid rgba(184,115,51,.5);
  padding: 4px 0 4px 18px;
}
.local-point strong {
  color: var(--cream);
  display: block;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 4px;
}
.local-point p { color: rgba(253,251,248,.62); font-size: 14px; line-height: 1.55; }
.local-board {
  background: rgba(10,24,24,.55);
  border: 1px solid rgba(253,251,248,.10);
  border-radius: 6px;
  min-height: 380px;
  min-width: 0;
  position: relative;
}

/* ────────────────────────────────────
   Light sections
   ──────────────────────────────────── */
.work-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
}
.work-card {
  border-left: 1px solid var(--line);
  min-height: 220px;
  min-width: 0;
  padding: 28px 24px;
  position: relative;
}
.work-card:first-child { border-left: 0; padding-left: 0; }
.work-card .work-num {
  color: var(--copper);
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.work-card h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.008em;
  line-height: 1.25;
  margin-bottom: 10px;
}
.work-card p { color: var(--muted); font-size: 15px; line-height: 1.65; }

.local-block {
  background: var(--paper);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
}
.local-block .section-inner { padding-right: 26px; }
.local-mini-map {
  background:
    radial-gradient(circle at 60% 50%, rgba(184,115,51,.15), transparent 32%),
    radial-gradient(circle at 30% 70%, rgba(45,90,90,.10), transparent 36%);
  border-left: 1px solid var(--line);
  min-height: 380px;
  min-width: 0;
  position: relative;
}
.local-mini-map svg { height: 100%; position: absolute; width: 100%; }
.local-mini-map .region-map text { fill: rgba(26, 38, 39, .82); }
.local-mini-map .region-map .muted-text { fill: rgba(26, 38, 39, .36); }
.local-mini-map .region-map .dot { fill: var(--ink); }
.local-mini-map .region-map .roads { stroke: rgba(26, 38, 39, .12); }
.local-mini-map .region-map .river { stroke: rgba(83, 134, 145, .35); }
.local-mini-map .region-map .home { fill: var(--copper); filter: drop-shadow(0 0 8px rgba(184,115,51,.4)); }
.local-mini-map .region-map .accent-line { stroke: var(--copper); opacity: .82; }
.local-mini-map .region-map .ring { stroke: var(--copper); }

.proof-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 26px; }
.proof { border-left: 2px solid var(--copper-soft); min-width: 0; padding: 4px 22px; }
.proof strong {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.005em;
  margin-bottom: 6px;
}
.proof span { color: var(--muted); display: block; font-size: 14px; line-height: 1.6; }

/* Dark CTA */
.dark-cta {
  background:
    linear-gradient(90deg, rgba(10,24,24,.94), rgba(18,40,40,.88)),
    radial-gradient(circle at 18% 30%, rgba(184,115,51,.18), transparent 36%);
  color: var(--cream);
}
.dark-cta .section-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
}
.dark-cta h2 { color: var(--cream); font-size: clamp(24px, 2.8vw, 38px); }
.dark-cta p {
  color: rgba(253,251,248,.62);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 14px;
  max-width: 640px;
}
.answer-box {
  border: 1px solid rgba(253,251,248,.16);
  border-left: 2px solid var(--copper);
  border-radius: 4px;
  color: rgba(253,251,248,.74);
  padding: 22px 26px;
}
.answer-box strong {
  color: var(--copper-light);
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.answer-box p { color: rgba(253,251,248,.74); font-size: 15px; line-height: 1.7; }

/* Footer */
.footer {
  background: var(--teal-darkest);
  border-top: 1px solid rgba(253,251,248,.08);
  color: rgba(253,251,248,.58);
  display: grid;
  font-size: 13px;
  gap: 22px;
  grid-template-columns: 1.4fr 1fr 1fr;
  line-height: 1.7;
  padding: 30px 46px;
}
.footer-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.footer-brand img { height: 26px; width: auto; }
.footer-brand strong {
  color: var(--cream);
  display: inline-block;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.footer a { transition: color .2s var(--easing); }
.footer a:hover { color: var(--copper-light); }
.footer .footer-meta {
  color: rgba(253,251,248,.42);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  margin-top: 14px;
  text-transform: uppercase;
}

/* Index grid */
.index-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}
.index-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  display: block;
  min-height: 220px;
  min-width: 0;
  padding: 26px;
  text-decoration: none;
  transition: transform .22s var(--easing), border-color .22s var(--easing), box-shadow .22s var(--easing);
}
.index-card:hover { border-color: var(--copper); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.index-card .tag {
  color: var(--copper);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.index-card h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.008em;
  line-height: 1.25;
  margin: 12px 0 8px;
}
.index-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }

/* ────────────────────────────────────
   Responsive
   ──────────────────────────────────── */
@media (max-width: 1120px) {
  .nav { display: none; }
  .burger { display: block; }
  .site-header { padding: 22px 26px 18px; }
  .hero { grid-template-columns: 1fr; padding: 48px 26px 36px; }
  .hero-visual { min-height: 420px; }
  .process-cards { right: 14px; top: 16px; width: 168px; }
  .lab-card { grid-template-columns: 1fr; }
  .section { padding: 56px 26px; }
  .section-grid, .local-block, .dark-cta .section-inner { grid-template-columns: 1fr; }
  .work-grid, .index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .local-block-pillar { grid-template-columns: 1fr; }
  .local-board { min-height: 320px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .pillar-lab { padding: 26px 26px clamp(40px, 5vw, 64px); }
  .pillar-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
  .pillar-tab { flex: 0 0 auto; min-width: 200px; scroll-snap-align: start; }
}

@media (max-width: 768px) {
  .site-header { padding: 18px 22px 14px; }
  .brand strong { font-size: 15px; letter-spacing: 2px; }
  .brand-logo { height: 28px; }
  .hero { padding: 36px 22px 32px; }
  .hero-visual { min-height: 380px; }
  .map-mark { font-size: 12px; right: 16px; bottom: 14px; }
  .section { padding: 48px 22px; }
  .pillar-lab { padding: 20px 16px clamp(36px, 5vw, 52px); }
  .pillar-shell { border-radius: 8px; margin-top: 0; }
  .lab-card { padding: 22px 20px 24px; }
  .branch-tabs { padding: 18px 18px 14px; }
  .footer { grid-template-columns: 1fr; padding: 28px 22px; gap: 18px; }
}

@media (max-width: 720px) {
  .draft-bar { padding: 7px 16px; font-size: 10px; }
  /* Hero: single-column flow, map after copy, proof at bottom */
  .hero { display: flex; flex-direction: column; gap: 22px; padding: 32px 22px 30px; }
  .hero-copy {
    align-self: stretch;
    order: 1;
    max-width: calc(100vw - 44px);
    width: 100%;
  }
  .hero-visual { order: 2; min-height: 280px; margin: 0; border-radius: 6px; }
  .proof-bar { order: 3; border-top: 1px solid rgba(253,251,248,.12); flex-direction: column; gap: 10px; margin-top: 6px; padding-top: 18px; }
  .proof-bar div { font-size: 13px; }

  h1 {
    font-size: clamp(28px, 7.6vw, 38px);
    letter-spacing: -.01em;
    max-width: calc(100vw - 44px);
    overflow-wrap: normal;
    text-wrap: pretty;
    white-space: normal;
    width: 100%;
  }
  h2 { font-size: clamp(22px, 5.6vw, 30px); }
  h3 { font-size: clamp(18px, 5.2vw, 22px); }
  .lead { font-size: 15.5px; max-width: 100%; }
  .hero-tag { font-size: 11px; padding: 4px 12px; }
  .hero-actions {
    flex-direction: column;
    max-width: calc(100vw - 44px);
    width: 100%;
  }
  .hero-actions .button-outline { display: none; }
  .button, .button-outline { justify-content: space-between; max-width: 100%; min-width: 0; padding: 0 18px; width: 100%; }
  .process-cards { display: none; }
  .region-map { transform: scale(1.1); transform-origin: center; }

  .section { padding: 42px 20px; }
  .section-grid { gap: 16px; }
  .section-copy { font-size: 15px; }

  .pillar-lab { padding: 16px 12px clamp(32px, 5vw, 44px); }
  .pillar-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    scroll-snap-type: none;
  }
  .pillar-tab { min-width: 0; min-height: 70px; padding: 12px 16px; }
  .pillar-tab strong { font-size: 16px; }
  .branch-tabs { padding: 14px 12px; }
  .branch-tab { min-height: 36px; font-size: 12px; padding: 0 14px; }
  .lab-card { padding: 18px 16px 22px; gap: 20px; }
  .lab-copy h2 { font-size: clamp(22px, 5.6vw, 28px); }
  .lab-copy p { font-size: 14.5px; }
  .lab-eyebrow { font-size: 12px; }

  .process-board { min-height: 0; padding: 18px 14px; }
  .process-steps { grid-template-columns: 1fr; gap: 14px; }
  .process-steps::before { display: none; }
  .diagram-step {
    align-items: center;
    border-bottom: 1px solid rgba(253,251,248,.10);
    display: grid;
    gap: 12px;
    grid-template-columns: 50px 1fr;
    padding-bottom: 12px;
    text-align: left;
  }
  .diagram-step:last-child { border-bottom: 0; padding-bottom: 0; }
  .diagram-step .step-no { display: none; }
  .diagram-step .circle { font-size: 16px; height: 44px; margin: 0; width: 44px; }
  .diagram-step h4 { margin-bottom: 4px; font-size: 14px; }
  .status { font-size: 9.5px; margin-bottom: 4px; }
  .diagram-step p { font-size: 12.5px; max-width: 100%; }
  .board-note { font-size: 12px; margin-top: 22px; }

  .work-grid, .proof-grid, .index-grid { grid-template-columns: 1fr; gap: 0; }
  .work-card { border-left: 0; border-top: 1px solid var(--line); min-height: auto; padding: 22px 0; }
  .work-card:first-child { border-top: 0; }
  .proof { border-left: 2px solid var(--copper-soft); padding: 4px 18px; margin-top: 14px; }
  .index-card { min-height: auto; padding: 22px; }
  .local-mini-map { min-height: 320px; border-left: 0; border-top: 1px solid var(--line); }
  .local-block-pillar { padding: 22px 18px; }

  /* mobile mini-map: hide secondary cities */
  .region-map .mobile-hide { display: none; }
}

@media (max-width: 430px) {
  .site-header { padding: 16px 18px 12px; gap: 12px; }
  .brand strong {
    display: block;
    font-size: 13px;
    letter-spacing: 1.7px;
  }
  .brand-logo { height: 32px; }
  .hero { padding: 28px 18px 26px; }
  .hero-copy,
  .hero-actions,
  h1 {
    max-width: calc(100vw - 36px);
  }
  h1 { font-size: clamp(26px, 7.4vw, 32px); }
  h2 { font-size: clamp(20px, 5.4vw, 26px); }
  .lead { font-size: 15px; }
  .section { padding: 36px 18px; }
  .pillar-lab { padding: 14px 10px 32px; }
  .pillar-tab { min-width: 162px; padding: 12px 14px; }
  .pillar-tab strong { font-size: 15px; }
  .lab-card { padding: 16px 14px 20px; }
  .lab-copy h2 { font-size: 22px; }
  .button, .button-outline { font-size: 12px; min-height: 44px; padding: 0 16px; letter-spacing: .04em; }
  .hero-visual { min-height: 250px; }
  .region-map { transform: scale(1.18); }
  .region-map text { font-size: 12px; }
  .region-map .muted-text { font-size: 11px; }
  .proof-bar { padding-top: 14px; }
  .proof-bar div { font-size: 12.5px; }
}

/* Hero Video — for problem-focused ICP bridge pages */
.hero-visual.has-video {
  align-self: center;
  aspect-ratio: 16 / 9;
  background: #000;
  border-color: rgba(253,251,248,.06);
  height: auto;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1120px) {
  .hero-visual.has-video { min-height: 0; }
}
@media (max-width: 768px) {
  .hero-visual.has-video { min-height: 0; }
}
@media (max-width: 720px) {
  .hero-visual.has-video { min-height: 0; }
}
@media (max-width: 430px) {
  .hero-visual.has-video { min-height: 0; }
}
.hero-video-frame {
  border-radius: 6px;
  inset: 0;
  overflow: hidden;
  position: absolute;
}
.hero-video-frame::after {
  background: linear-gradient(180deg, rgba(10,24,24,.0) 38%, rgba(10,24,24,.62) 100%);
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.hero-video-frame video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-video-overlay {
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 16px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  z-index: 2;
}
.hero-video-overlay span {
  align-self: flex-start;
  background: rgba(10,24,24,.84);
  border: 1px solid rgba(253,251,248,.18);
  border-radius: 6px;
  color: var(--cream);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -.005em;
  line-height: 1.25;
  padding: 7px 10px;
}
.hero-video-tag {
  align-items: center;
  background: rgba(184,115,51,.92);
  border: 1px solid rgba(253,251,248,.22);
  border-radius: 999px;
  color: var(--cream);
  display: inline-flex;
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 600;
  gap: 6px;
  left: 16px;
  letter-spacing: .14em;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  z-index: 2;
}
.hero-video-tag::before {
  background: var(--cream);
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
  box-shadow: 0 0 8px rgba(253,251,248,.7);
  animation: live-pulse 2.4s ease-out infinite;
}
@keyframes live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .55; transform: scale(.84); }
}
@media (max-width: 720px) {
  .hero-video-overlay {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
  .hero-video-overlay span {
    font-size: 12.5px;
    padding: 6px 9px;
  }
  .hero-video-tag {
    font-size: 10px;
    left: 12px;
    padding: 4px 9px;
    top: 12px;
  }
}

/* FAQ details — for problem-focused ICP bridge pages */
.faq-list { display: grid; gap: 10px; margin-top: 24px; }
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color .2s var(--easing);
}
.faq-item[open] { border-color: var(--copper-soft); }
.faq-item summary {
  align-items: center;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-family: var(--serif);
  font-size: clamp(17px, 1.6vw, 19px);
  font-weight: 500;
  gap: 18px;
  justify-content: space-between;
  letter-spacing: -.005em;
  line-height: 1.3;
  list-style: none;
  padding: 18px 22px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  color: var(--copper);
  content: "+";
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 300;
  transition: transform .25s var(--easing);
}
.faq-item[open] summary::after { content: "−"; }
.faq-item .faq-body {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  padding: 16px 22px 22px;
}
.faq-item .faq-body p { margin: 0; }
.faq-item .faq-body p + p { margin-top: 10px; }
@media (max-width: 720px) {
  .faq-item summary { font-size: 16px; padding: 16px 18px; gap: 14px; }
  .faq-item .faq-body { font-size: 14.5px; padding: 14px 18px 18px; }
}

/* Bridge video and funnel alignment with buzzard-ai.de */
.bridge-video-section {
  background: var(--cream);
  border-top: 1px solid rgba(253,251,248,.08);
  padding: clamp(34px, 5vw, 68px) 46px;
}
.bridge-video-inner {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 74px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  margin: 0 auto;
  max-width: 1180px;
}
.bridge-video-copy h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
  max-width: 700px;
}
.bridge-video-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 18px 0 24px;
  max-width: 620px;
}
.bridge-video-frame {
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(26,38,39,.18);
  max-height: 620px;
  min-height: 440px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.bridge-video-frame video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.bridge-video-play {
  align-items: center;
  background: rgba(253,251,248,.96);
  border: 0;
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.24);
  color: var(--teal);
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  position: absolute;
  right: 18px;
  width: 56px;
  z-index: 3;
}
.bridge-video-play.is-unmuted {
  background: var(--copper);
  color: var(--cream);
}
.bridge-video-caption {
  bottom: 88px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 16px;
  position: absolute;
  right: 16px;
  z-index: 2;
}
.bridge-video-caption span {
  align-self: flex-start;
  background: rgba(10,24,24,.82);
  border: 1px solid rgba(253,251,248,.14);
  border-radius: 6px;
  color: var(--cream);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  padding: 8px 10px;
}
.bridge-funnel-section {
  background:
    linear-gradient(90deg, rgba(10,24,24,.98), rgba(18,40,40,.94)),
    radial-gradient(circle at 18% 30%, rgba(184,115,51,.16), transparent 36%);
  color: var(--cream);
}
.bridge-funnel-inner {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 68px);
  grid-template-columns: minmax(0, .86fr) minmax(320px, 520px);
  margin: 0 auto;
  max-width: 1180px;
}
.bridge-funnel-copy h2 {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
}
.bridge-funnel-copy p {
  color: rgba(253,251,248,.68);
  font-size: 17px;
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 620px;
}
.bridge-funnel-proof {
  border-top: 1px solid rgba(253,251,248,.12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  padding-top: 18px;
}
.bridge-funnel-proof span {
  border: 1px solid rgba(253,251,248,.14);
  border-radius: 999px;
  color: rgba(253,251,248,.76);
  font-size: 12px;
  padding: 7px 11px;
}
.bridge-fnl-card {
  background: rgba(253,251,248,.07);
  border: 1px solid rgba(253,251,248,.14);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
  min-height: 430px;
  padding: clamp(22px, 3vw, 32px);
}
.bridge-fnl-progress {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
}
.bridge-fnl-progress span {
  background: rgba(253,251,248,.16);
  border-radius: 999px;
  height: 4px;
}
.bridge-fnl-progress span.active,
.bridge-fnl-progress span.done { background: var(--copper); }
.bridge-fnl-step { display: none; }
.bridge-fnl-step.active { display: block; }
.bridge-fnl-label {
  color: var(--copper-light);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.bridge-fnl-step h3 {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 20px;
}
.bridge-fnl-options,
.bridge-fnl-team {
  display: grid;
  gap: 12px;
}
.bridge-fnl-option,
.bridge-fnl-team button {
  align-items: center;
  background: rgba(253,251,248,.08);
  border: 1px solid rgba(253,251,248,.16);
  border-radius: 8px;
  color: var(--cream);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 14px 16px;
  text-align: left;
  transition: background .18s var(--easing), border-color .18s var(--easing), transform .18s var(--easing);
  width: 100%;
}
.bridge-fnl-option::after {
  color: var(--copper-light);
  content: "→";
  flex: 0 0 auto;
  font-weight: 700;
  margin-left: 12px;
}
.bridge-fnl-option:hover,
.bridge-fnl-team button:hover {
  background: rgba(253,251,248,.13);
  border-color: rgba(184,115,51,.52);
  transform: translateY(-1px);
}
.bridge-fnl-team {
  grid-template-columns: repeat(3, 1fr);
}
.bridge-fnl-team button {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.bridge-fnl-team strong {
  color: var(--copper-light);
  font-size: 24px;
  line-height: 1;
}
.bridge-fnl-team span {
  color: rgba(253,251,248,.68);
  font-size: 12px;
  margin-top: 6px;
}
.bridge-fnl-note {
  color: rgba(253,251,248,.66);
  font-size: 14px;
  line-height: 1.55;
  margin: -8px 0 18px;
}
.bridge-fnl-form,
.bridge-fnl-row {
  display: grid;
  gap: 12px;
}
.bridge-fnl-row {
  grid-template-columns: repeat(2, 1fr);
}
.bridge-fnl-form input {
  background: rgba(253,251,248,.95);
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 0 14px;
  width: 100%;
}
.bridge-fnl-form input:focus {
  border-color: var(--copper);
  outline: 0;
}
.bridge-fnl-honey {
  display: none;
}
.bridge-fnl-submit,
.bridge-fnl-back {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.bridge-fnl-submit {
  background: var(--copper);
  border-radius: 8px;
  color: var(--cream);
  font-weight: 800;
  min-height: 50px;
  padding: 0 18px;
}
.bridge-fnl-submit:disabled {
  cursor: wait;
  opacity: .72;
}
.bridge-fnl-back {
  background: transparent;
  color: rgba(253,251,248,.62);
  margin-top: 10px;
  min-height: 34px;
  padding: 0;
  text-align: left;
}
.bridge-fnl-privacy {
  color: rgba(253,251,248,.54);
  font-size: 12px;
  line-height: 1.4;
}
.bridge-fnl-privacy a {
  color: rgba(253,251,248,.78);
  text-decoration: underline;
}
.bridge-fnl-success {
  color: var(--copper-light) !important;
}
.bridge-fnl-result {
  background: rgba(253,251,248,.06);
  border: 1px solid rgba(253,251,248,.12);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 18px;
}
.bridge-fnl-result span {
  color: rgba(253,251,248,.78);
  font-size: 14px;
}
.bridge-whatsapp,
.bridge-phone {
  display: block;
  text-align: center;
}
.bridge-whatsapp {
  background: #25d366;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  padding: 14px;
}
.bridge-phone {
  color: rgba(253,251,248,.72);
  font-size: 13px;
  margin-top: 14px;
}

@media (max-width: 900px) {
  .bridge-video-section { padding: 34px 22px 44px; }
  .bridge-video-inner,
  .bridge-funnel-inner {
    grid-template-columns: 1fr;
  }
  .bridge-video-copy { order: 1; }
  .bridge-video-frame {
    margin: 0 auto;
    max-width: 360px;
    min-height: 0;
    order: 2;
  }
  .bridge-funnel-section { padding: 44px 22px; }
  .bridge-fnl-card { min-height: 0; }
}

@media (max-width: 560px) {
  .bridge-video-section { padding: 28px 18px 38px; }
  .bridge-video-copy h2,
  .bridge-funnel-copy h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1;
  }
  .bridge-video-copy p,
  .bridge-funnel-copy p {
    font-size: 15px;
  }
  .bridge-video-caption {
    bottom: 82px;
    left: 12px;
    right: 12px;
  }
  .bridge-video-caption span {
    font-size: 12.5px;
    max-width: 100%;
  }
  .bridge-video-play {
    height: 50px;
    width: 50px;
  }
  .bridge-funnel-section { padding: 38px 18px; }
  .bridge-fnl-card { padding: 20px 16px; }
  .bridge-fnl-step h3 { font-size: 24px; }
  .bridge-fnl-team,
  .bridge-fnl-row {
    grid-template-columns: 1fr;
  }
  .bridge-funnel-proof span {
    width: 100%;
  }
}

@media print {
  .draft-bar, .nav, .burger, .hero-actions, .button, .button-outline, .pillar-tabs, .branch-tabs, .bridge-video-section, .bridge-fnl-card { display: none !important; }
  .site, .pillar-lab, .dark-cta, .footer { background: #fff !important; color: #000 !important; }
  .pillar-panel { display: block !important; page-break-after: always; }
}
