/* ============================================================
   mybusiness cloud — website v4 "Boardroom Modern"
   Logo-aligned: Nunito only · greens only
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800;1,900&family=JetBrains+Mono:wght@400;500;700&display=swap');

/* ----- 1. Tokens — palette pulled from the logo ----- */
:root {
  /* Backgrounds */
  --paper:        #FBFAF3;       /* very subtle warm off-white */
  --paper-2:      #F3F1E5;
  --surface:      #FFFFFF;
  --surface-tint: #F5F8EC;       /* faint logo-green tint */

  /* Ink */
  --ink:          #11201A;
  --ink-body:     #2E3A33;
  --ink-soft:     #51605A;
  --ink-faint:    #87918B;
  --ink-fade:     #B5BBB6;

  /* Logo gradient stops */
  --orb-hi:       #D8EDA8;       /* lightest highlight */
  --orb-mid:      #8CB849;
  --orb-low:      #5C8A2A;
  --orb-deep:     #385C18;       /* deepest */

  /* Wordmark + working brand */
  --brand-bright: #7BB231;       /* wordmark top */
  --brand:        #5C8A2A;
  --brand-deep:   #3D6818;       /* wordmark bottom */
  --brand-darker: #2D4F18;
  --brand-line:   #6B9B37;
  --brand-pale:   #D8EDA8;
  --brand-paper:  #ECEFE2;

  /* "Current concern" tone — deep green replaces the previous red signal */
  --signal:       #3D6818;
  --signal-soft:  #C5D2A6;

  --rule:         #DDE3CB;
  --rule-soft:    #ECEFE0;
  --hairline:     #11201A;

  /* Type */
  --font-display: 'Nunito', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-body:    'Nunito', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;

  /* Effects */
  --shadow-soft:  0 1px 2px rgba(17,32,26,0.05), 0 16px 36px -18px rgba(17,32,26,0.12);
  --shadow-lift:  0 2px 6px rgba(17,32,26,0.08), 0 28px 56px -22px rgba(17,32,26,0.20);
  --shadow-orb:   0 6px 18px -8px rgba(56,92,24,0.45);

  --ease:         cubic-bezier(0.22, 1, 0.36, 1);

  --max-w:        1320px;
  --gutter:       clamp(1.25rem, 4vw, 3.25rem);
  --section-y:    clamp(4rem, 9vw, 7rem);
  --nav-h:        189px;
  --logo-h:       181px;
}

@media (max-width: 1024px) {
  :root { --nav-h: 145px; --logo-h: 139px; }
}
@media (max-width: 600px) {
  :root { --nav-h: 122px; --logo-h: 116px; }
}

/* ----- 2. Reset / base ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 100%; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--paper);
  color: var(--ink-body);
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: 'kern', 'liga', 'tnum';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
ul, ol { list-style: none; }

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
  opacity: 0.03;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='220' height='220' filter='url(%23n)'/></svg>");
}

/* ----- 3. Typography ----- */
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand-deep);
  display: inline-block;
}
.eyebrow.signal { color: var(--brand-darker); }

h1.display, h2.display, h3.display {
  font-family: var(--font-display);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.035em;
  line-height: 1;
}
h1.display { font-size: clamp(2.6rem, 5.8vw, 5rem); line-height: 0.98; }
h2.display { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.04; }
h3.display { font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.12; letter-spacing: -0.028em; }

.display em, .display i {
  font-style: italic;
  font-weight: 800;
  color: var(--brand-deep);
}
.display .red {
  font-style: italic;
  font-weight: 800;
  color: var(--brand-darker);
}
/* Brand-gradient text accent */
.display .grad {
  background: linear-gradient(180deg, var(--brand-bright) 0%, var(--brand-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

h3 {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.3;
}

.lede {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.55;
  color: var(--ink-body);
  letter-spacing: -0.003em;
  max-width: 56ch;
}

.muted { color: var(--ink-soft); }
.faint { color: var(--ink-faint); }
.tnum  { font-variant-numeric: tabular-nums; }
.mono  { font-family: var(--font-mono); }

/* Drop cap — Nunito Black in brand gradient */
.dropcap::first-letter {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 4.2em;
  line-height: 0.85;
  float: left;
  margin: 0.08em 0.14em -0.05em 0;
  background: linear-gradient(180deg, var(--brand-bright) 0%, var(--brand-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.04em;
}

/* ----- 4. Layout ----- */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section { padding-block: var(--section-y); }
.section-tight { padding-block: clamp(2.5rem, 5vw, 4.5rem); }

.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* ----- 5. Top utility strip ----- */
.topstrip {
  background: var(--ink);
  color: var(--paper);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}
.topstrip .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-block: 0.55rem;
  flex-wrap: wrap;
}
.topstrip a { color: var(--brand-pale); border-bottom: 1px dotted rgba(216,237,168,0.4); }
.topstrip a:hover { border-bottom-color: var(--brand-pale); }
.topstrip .left { display: flex; align-items: center; gap: 1rem; font-weight: 500; color: rgba(251,250,243,0.78); }
.topstrip .left b { color: var(--brand-pale); font-weight: 700; font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; }
.topstrip .right { display: flex; align-items: center; gap: 1.25rem; }
.topstrip .right span { display: inline-flex; align-items: center; gap: 0.4rem; color: rgba(251,250,243,0.7); }
.topstrip .right .pulse-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--brand-bright);
  box-shadow: 0 0 0 0 rgba(123,178,49,0.7);
  animation: live-pulse 2.2s ease-in-out infinite;
}
@keyframes live-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(123,178,49,0.7); }
  50%      { box-shadow: 0 0 0 6px rgba(123,178,49,0); }
}
@media (max-width: 700px) { .topstrip .right span:not(.live) { display: none; } }

/* ----- 6. Nav ----- */
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 250, 243, 0.92);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s var(--ease), background 0.4s var(--ease);
}
.nav-wrap.scrolled { border-bottom-color: var(--rule); background: rgba(251, 250, 243, 0.96); }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: var(--nav-h);
}
.nav-logo { display: inline-flex; align-items: center; height: var(--logo-h); flex-shrink: 0; }
.nav-logo img { height: 100%; width: auto; object-fit: contain; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.1rem;
  margin-left: auto;
  margin-right: 1.5rem;
}
.nav-links a {
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--ink-body);
  position: relative;
  transition: color 0.25s var(--ease);
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--brand-deep);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }

.nav-cta {
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.75rem 1.25rem;
  background: linear-gradient(180deg, var(--brand-bright) 0%, var(--brand-deep) 100%);
  color: var(--paper);
  border-radius: 4px;
  transition: filter 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px -6px rgba(61,104,24,0.5), inset 0 1px 0 rgba(255,255,255,0.25);
}
.nav-cta:hover { transform: translateY(-1px); filter: brightness(1.05); box-shadow: 0 8px 18px -8px rgba(61,104,24,0.6), inset 0 1px 0 rgba(255,255,255,0.25); }
.nav-cta::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--brand-pale);
  box-shadow: 0 0 6px rgba(216,237,168,0.6);
}

.nav-toggle { display: none; }
.mobile-menu { display: none; }

@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; gap: 5px; padding: 0.6rem;
  }
  .nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); }
  .mobile-menu {
    /* Anchored to the sticky nav-wrap (top:100% = just below the nav bar)
       so it drops directly under the nav in every scroll state. Using
       absolute (not fixed) because the nav-wrap's backdrop-filter makes it
       a containing block, which would otherwise trap a fixed overlay. */
    position: absolute; top: 100%; left: 0; right: 0;
    height: calc(100vh - var(--nav-h));
    height: calc(100dvh - var(--nav-h));
    background: var(--paper); padding: 2rem var(--gutter);
    flex-direction: column; gap: 1rem; z-index: 90; overflow-y: auto;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    font-family: var(--font-display);
    font-size: 1.6rem; font-weight: 800; color: var(--ink);
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--rule);
    letter-spacing: -0.025em;
  }
}

@media (max-width: 600px) {
  /* Phone: hide the nav CTA so the logo shows full-size and uncrowded.
     "Book a Teams call" still appears in the hamburger menu and the hero.
     Placed after the base .nav-cta rule so the cascade applies it. */
  .nav-cta { display: none; }
}

/* ----- 7. Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.6rem;
  font-size: 0.95rem;
  font-weight: 800;
  border-radius: 4px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.3s var(--ease);
  white-space: nowrap;
  letter-spacing: 0.005em;
}
.btn-primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 6px 16px -8px rgba(17,32,26,0.45);
}
.btn-primary:hover { background: var(--brand-deep); transform: translateY(-2px); }
.btn-primary svg { transition: transform 0.3s var(--ease); }
.btn-primary:hover svg { transform: translateX(3px); }

.btn-brand {
  background: linear-gradient(180deg, var(--brand-bright) 0%, var(--brand-deep) 100%);
  color: var(--paper);
  box-shadow: 0 6px 16px -8px rgba(61,104,24,0.55), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-brand:hover { transform: translateY(-2px); filter: brightness(1.05); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
  padding: calc(1rem - 1.5px) calc(1.6rem - 1.5px);
}
.btn-ghost:hover { background: var(--ink); color: var(--paper); }

.btn-light {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--rule);
}
.btn-light:hover { border-color: var(--ink); transform: translateY(-1px); }

.btn-signal {
  background: var(--brand-darker);
  color: var(--paper);
  box-shadow: 0 6px 16px -8px rgba(45,79,24,0.45);
}
.btn-signal:hover { background: var(--brand-deep); transform: translateY(-2px); }

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--brand-deep);
  font-weight: 800;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--brand-pale);
  padding-bottom: 0.15rem;
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.btn-link:hover { border-color: var(--brand-deep); color: var(--ink); }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}
.arr { width: 16px; height: 16px; }

/* ----- 8. Hero (question-led) ----- */
.hero {
  position: relative;
  padding-block: clamp(1.75rem, 3.5vw, 3rem) clamp(2.5rem, 5vw, 4.5rem);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 60%; height: 80%;
  background: radial-gradient(ellipse 60% 60% at 80% 30%, rgba(123,178,49,0.13), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
@media (max-width: 1024px) { .hero-grid { grid-template-columns: 1fr; } }

.hero-q {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.8rem, 4.05vw, 3.3rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: 2rem;
}
.hero-q i { font-style: italic; font-weight: 900; color: var(--brand-deep); }
.hero-q .red {
  font-style: italic;
  font-weight: 900;
  background: linear-gradient(180deg, var(--brand-bright) 0%, var(--brand-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero .lede { max-width: 50ch; margin-bottom: 2.5rem; }
.hero .eyebrow { margin-bottom: 1.5rem; }

.hero-byline {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.86rem;
  color: var(--ink-soft);
  max-width: 54ch;
}
.hero-byline .avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, var(--orb-hi) 0%, var(--orb-mid) 35%, var(--orb-low) 78%, var(--orb-deep) 100%);
  border: 2px solid var(--paper);
  box-shadow: 0 0 0 1px var(--rule), var(--shadow-orb);
  flex-shrink: 0;
}
.hero-byline b { color: var(--ink); font-weight: 800; }

/* Hero finance-dashboard panel */
.hero-panel {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
  overflow: hidden;
}
.hero-panel::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-bright), var(--brand-deep));
}
.hero-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--rule-soft);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}
.hero-panel-header b { color: var(--ink); font-weight: 700; }
.hero-panel-header .live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--brand-deep);
}
.hero-panel-header .live::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand-bright);
  animation: live-pulse 2.2s ease-in-out infinite;
}

.kpi-tile {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid var(--rule-soft);
}
.kpi-tile:last-child { border-bottom: 0; padding-bottom: 0.25rem; }
.kpi-tile-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.kpi-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.kpi-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
}
.kpi-num .delta {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  margin-left: 0.4rem;
  letter-spacing: 0;
}
.kpi-num .delta.up { color: var(--brand-deep); }
.kpi-num .delta.down { color: var(--brand-darker); }
.kpi-spark {
  margin-top: 0.7rem;
  height: 28px;
  width: 100%;
}

/* ----- 9. Stat row ----- */
.stat-row {
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding-block: clamp(2rem, 4vw, 3rem);
  background: var(--paper);
}
.stat-row .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.stat-row .item { border-right: 1px solid var(--rule); padding-right: 1.5rem; }
.stat-row .item:last-child { border-right: 0; }
.stat-row .num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.6rem, 4.4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  margin-bottom: 0.5rem;
}
.stat-row .num em {
  font-style: italic;
  font-weight: 900;
  color: var(--brand-deep);
}
.stat-row .lbl {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ink-soft);
  line-height: 1.45;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .stat-row .container { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .stat-row .item:nth-child(2),
  .stat-row .item:nth-child(4) { border-right: 0; }
  .stat-row .item:nth-child(3),
  .stat-row .item:nth-child(4),
  .stat-row .item:nth-child(5) { border-top: 1px solid var(--rule); padding-top: 1.5rem; }
}

/* ----- 10. Section head ----- */
.section-head {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 3.5rem;
}
@media (max-width: 900px) {
  .section-head { grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 2.25rem; }
}
.section-num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.5rem;
}

/* ----- 11. Concern cards ----- */
.concerns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 900px) { .concerns { grid-template-columns: 1fr; } }
.concern {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1.5rem;
  align-items: start;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.concern:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.concern::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brand-bright), var(--brand-deep));
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.concern:hover::before { opacity: 1; }

.concern-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: 2.8rem;
  color: var(--brand-darker);
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.concern h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 0.85rem;
}
.concern .ans-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-deep);
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.concern p { color: var(--ink-body); font-size: 0.97rem; line-height: 1.6; }
.concern p + p { margin-top: 0.7rem; }

/* ----- 12. Story (editorial) ----- */
.story {
  background: var(--surface-tint);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
@media (max-width: 900px) { .story-grid { grid-template-columns: 1fr; } }

.story-visual { position: sticky; top: 100px; }
@media (max-width: 900px) { .story-visual { position: static; } }

.story-card {
  background: var(--surface);
  border: 1px solid var(--rule);
  padding: 1.5rem;
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
}
.story-card-head {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--rule-soft);
  display: flex;
  justify-content: space-between;
}
.story-card-head b { color: var(--ink); }

.story-body {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ink-body);
  max-width: 64ch;
}
.story-body p { margin-bottom: 1.2rem; }
.story-body h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: italic;
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--brand-deep);
  margin: 2.5rem 0 0.85rem;
}

.byline-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 0.45rem 0.75rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 999px;
  margin-bottom: 1.5rem;
}
.byline-tag .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, var(--orb-hi), var(--orb-mid) 55%, var(--orb-low) 100%);
}

.bigquote {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: italic;
  font-size: clamp(1.7rem, 2.9vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ink);
  padding: 1rem 0 2rem 2rem;
  border-left: 3px solid var(--brand-deep);
  margin: 2.5rem 0;
  max-width: 22ch;
}
.bigquote .src {
  display: block;
  margin-top: 1.5rem;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ----- 13. Specialism trio ----- */
.specialism {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 900px) { .specialism { grid-template-columns: 1fr; } }
.spec {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 1.75rem 1.5rem 1.5rem;
  position: relative;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.spec:hover { border-color: var(--brand); transform: translateY(-2px); }
.spec h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 0.6rem;
}
.spec p { font-size: 0.94rem; color: var(--ink-body); line-height: 1.6; }

/* ----- 14. Team grid ----- */
.team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 900px) { .team { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .team { grid-template-columns: 1fr; } }
.member {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 1.5rem;
  text-align: left;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.member:hover { border-color: var(--brand); transform: translateY(-2px); }
.member .avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, var(--orb-hi) 0%, var(--orb-mid) 35%, var(--orb-low) 78%, var(--orb-deep) 100%);
  border: 1px solid var(--rule);
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-orb);
}
.member .avatar::after {
  content: '';
  position: absolute;
  top: 12%; left: 18%;
  width: 38%; height: 38%;
  background: radial-gradient(circle at 30% 22%, rgba(255,255,255,0.85), transparent 70%);
  border-radius: 50%;
}
.member h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 0.2rem;
}
.member .role {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-deep);
  margin-bottom: 0.85rem;
  display: block;
}
.member p { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.5; }

/* ----- 15. Pricing module ----- */
.pricing {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: clamp(2rem, 4vw, 3rem);
  position: relative;
}
.pricing::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-bright), var(--brand-deep));
  border-radius: 6px 6px 0 0;
}
.pricing-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.pricing-formula {
  font-family: var(--font-mono);
  font-size: 0.84rem;
  color: var(--brand-deep);
  background: var(--brand-paper);
  padding: 0.45rem 0.75rem;
  border-radius: 4px;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.price-cell {
  padding: 1.75rem 1.5rem 1.5rem 0;
  border-right: 1px solid var(--rule);
}
.price-cell:last-child { border-right: 0; padding-right: 0; }
.price-cell-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}
.price-amount {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 3.6vw, 3rem);
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.price-amount small {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink-soft);
  margin-left: 0.2rem;
  letter-spacing: 0;
}
.price-note { font-size: 0.9rem; color: var(--ink-soft); margin-top: 0.85rem; line-height: 1.55; }
@media (max-width: 800px) {
  .price-grid { grid-template-columns: 1fr; }
  .price-cell { border-right: 0; border-bottom: 1px solid var(--rule); padding-right: 0; padding-bottom: 1.5rem; }
  .price-cell:last-child { border-bottom: 0; }
}

/* ----- 16. CTA band ----- */
.cta-band {
  background: var(--ink);
  color: var(--paper);
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 600px at 15% 35%, rgba(123,178,49,0.30), transparent 60%),
    radial-gradient(circle 500px at 85% 70%, rgba(216,237,168,0.14), transparent 60%);
  pointer-events: none;
}
.cta-band .container {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 900px) { .cta-band .container { grid-template-columns: 1fr; } }
.cta-band h2.display { color: var(--paper); }
.cta-band h2 em { color: var(--brand-bright); }
.cta-band p {
  margin-top: 1.25rem;
  color: rgba(251,250,243,0.78);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.45;
}
.cta-band small { color: rgba(251,250,243,0.5); font-size: 0.82rem; }
.cta-band-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.cta-band .btn-light { background: var(--paper); color: var(--ink); border: 0; }
.cta-band .btn-brand { background: linear-gradient(180deg, var(--brand-bright) 0%, var(--brand-deep) 100%); color: var(--paper); }

/* ----- 17. Compare ----- */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--rule);
  background: var(--surface);
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 700px) { .compare { grid-template-columns: 1fr; } }
.compare-col { padding: 2rem; }
.compare-col + .compare-col { border-left: 1px solid var(--rule); }
@media (max-width: 700px) {
  .compare-col + .compare-col { border-left: 0; border-top: 1px solid var(--rule); }
}
.compare-col h3 {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.compare-col.in h3 { color: var(--brand-deep); }
.compare-col.out h3 { color: var(--brand-darker); }
.compare-col ul li {
  padding: 0.55rem 0;
  font-size: 0.95rem;
  color: var(--ink-body);
  display: flex;
  gap: 0.7rem;
  align-items: baseline;
}
.compare-col ul li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(-2px);
}
.compare-col.in ul li::before { background: var(--brand); }
.compare-col.out ul li::before { background: var(--brand-darker); }

/* ----- 18. FAQ ----- */
.faq-item {
  border-top: 1px solid var(--rule);
  padding: 1.5rem 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-item summary {
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; list-style: none;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: -0.022em;
  color: var(--ink);
  padding-right: 0.5rem;
  gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.6rem;
  color: var(--brand-deep);
  transition: transform 0.3s var(--ease);
  line-height: 1;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .ans {
  padding-top: 1rem;
  font-size: 0.98rem;
  color: var(--ink-body);
  line-height: 1.65;
  max-width: 76ch;
}

/* ----- 19. Page head ----- */
.page-head {
  padding-block: clamp(3.5rem, 7vw, 6rem) clamp(2.5rem, 4.5vw, 4rem);
  border-bottom: 1px solid var(--rule);
  position: relative;
  background:
    radial-gradient(ellipse 900px 400px at 100% 0%, rgba(123,178,49,0.10), transparent 60%),
    var(--paper);
}
.page-head .eyebrow { margin-bottom: 1.5rem; }
.page-head h1.display { max-width: 22ch; margin-bottom: 1.5rem; }
.page-head .lede { max-width: 56ch; }
/* Tighten the gap where the first section sits directly under a page-head:
   the page-head already provides bottom padding + a divider rule, so the
   following section doesn't need the full --section-y top padding. */
.page-head + .section { padding-top: clamp(2.25rem, 4.5vw, 3.5rem); }

/* ----- 20. Product card ----- */
.product-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 800px) { .product-row { grid-template-columns: 1fr; } }
.product-card {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.product-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.product-card-head {
  display: flex; justify-content: space-between; align-items: baseline;
}
.product-card h3 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: -0.035em;
}
.product-card .tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  background: var(--brand-paper);
  color: var(--brand-deep);
  border-radius: 3px;
}
.product-card-price {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--ink);
  letter-spacing: -0.035em;
}
.product-card-price small {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink-soft);
}
.product-card p { font-size: 0.95rem; color: var(--ink-body); }
.product-card .meta {
  font-size: 0.84rem;
  color: var(--ink-soft);
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
  margin-top: auto;
  line-height: 1.55;
}
.product-card .meta b { color: var(--ink); font-weight: 800; }

/* ----- 21. Steps ----- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  counter-reset: step;
}
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 1.75rem 1.5rem;
  position: relative;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.step:hover { border-color: var(--brand); transform: translateY(-2px); }
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--brand-darker);
  display: block;
  margin-bottom: 1rem;
  letter-spacing: -0.04em;
}
.step h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.step p { font-size: 0.95rem; color: var(--ink-body); line-height: 1.6; }

/* ----- 22. Audit box ----- */
.audit-box {
  background: linear-gradient(135deg, var(--surface-tint) 0%, var(--brand-paper) 100%);
  border: 1px solid var(--brand-pale);
  border-radius: 6px;
  padding: clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.audit-box::before {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 60%; height: 200%;
  background: radial-gradient(ellipse, rgba(123,178,49,0.13), transparent 65%);
  pointer-events: none;
}
@media (max-width: 800px) { .audit-box { grid-template-columns: 1fr; } }
.audit-box h3 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin-bottom: 1rem;
}
.audit-box h3 em { font-style: italic; font-weight: 900; color: var(--brand-deep); }
.audit-box p { color: var(--ink-body); line-height: 1.6; }

/* ----- 23. Founder block ----- */
.founder-block {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (max-width: 900px) { .founder-block { grid-template-columns: 1fr; } }
.founder-portrait {
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, var(--brand-paper) 0%, var(--paper-2) 100%);
  border: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.founder-portrait .placeholder {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  color: var(--ink-faint);
  text-align: center;
  padding: 2rem;
  line-height: 1.5;
}
.founder-portrait::after {
  content: '';
  position: absolute;
  inset: 1rem;
  border: 1px solid var(--rule);
  pointer-events: none;
}
/* Founder video intro: fills the 3:4 portrait slot when the <video> is live.
   Sits above the decorative ::after frame so playback controls stay clickable. */
.founder-portrait video.founder-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 2;
}
.founder-meta {
  margin-top: 1.25rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
.founder-meta b { color: var(--ink); font-weight: 800; }

/* ----- 24. Contact ----- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 2.25rem;
}
.contact-card h3 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.035em;
}
.contact-line {
  padding: 0.9rem 0;
  border-top: 1px solid var(--rule);
  font-size: 0.95rem;
}
.contact-line:first-of-type { border-top: 0; padding-top: 0; }
.contact-line:last-of-type { padding-bottom: 0; }
.contact-line b {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.3rem;
}
.contact-line a { color: var(--brand-deep); font-weight: 700; border-bottom: 1px solid var(--rule); transition: border-color 0.2s; }
.contact-line a:hover { border-color: var(--brand-deep); }

/* ----- 25. Footer ----- */
.foot {
  background: var(--ink);
  color: rgba(251,250,243,0.7);
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.foot::before {
  content: '';
  position: absolute;
  inset: auto -10% -40% -10%;
  height: 70%;
  background: radial-gradient(ellipse at center top, rgba(45,79,24,0.45) 0%, transparent 60%);
  pointer-events: none;
}
.foot .container { position: relative; }
.foot-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(251,250,243,0.12);
}
@media (max-width: 900px) { .foot-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .foot-top { grid-template-columns: 1fr; gap: 2rem; } }
.foot-logo {
  /* The PNG carries its own white background. We crop it vertically with
     object-fit: cover so the logo stays full-size but the empty white
     above/below is trimmed. Width matches the previous on-screen size
     (height x 1.5 aspect); height is reduced to tighten the card. */
  width: 360px;
  height: 180px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 18px 40px -12px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.06);
}
@media (max-width: 1024px) { .foot-logo { width: 270px; height: 135px; } }
@media (max-width: 600px) { .foot-logo { width: 210px; height: 105px; } }
.foot-tag {
  margin-top: 0;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.45;
  max-width: 30ch;
  color: rgba(251,250,243,0.78);
}
.foot h5 {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--paper);
  margin-bottom: 1.25rem;
}
.foot ul li { padding: 0.4rem 0; font-size: 0.94rem; font-weight: 600; }
.foot a { transition: color 0.2s var(--ease); }
.foot a:hover { color: var(--brand-bright); }
.foot-bottom {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.82rem;
  color: rgba(251,250,243,0.45);
}
.foot-bottom .dot {
  display: inline-block;
  width: 5px; height: 5px;
  background: var(--brand-bright);
  border-radius: 50%;
  margin: 0 0.6em;
  vertical-align: middle;
}

/* ----- 26. Reveal ----- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-1 { transition-delay: 0.06s; }
.reveal-2 { transition-delay: 0.14s; }
.reveal-3 { transition-delay: 0.22s; }
.reveal-4 { transition-delay: 0.30s; }
.reveal-5 { transition-delay: 0.38s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  body::before { display: none; }
  .pulse-dot { animation: none; }
}

/* ----- 27. Misc ----- */
.center { text-align: center; }
.divider { height: 1px; background: var(--rule); margin-block: var(--section-y); }
.inline-link {
  color: var(--brand-deep);
  font-weight: 700;
  border-bottom: 1px solid var(--brand-pale);
  transition: border-color 0.25s var(--ease);
}
.inline-link:hover { border-bottom-color: var(--brand-deep); }

/* Cost comparison bar chart — both bars on the same green palette,
   "current" uses deep green, "with us" uses bright green */
.bars { display: grid; gap: 0.65rem; }
.bar-row { display: grid; grid-template-columns: 110px 1fr 90px; align-items: center; gap: 0.85rem; }
.bar-label { font-family: var(--font-mono); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); }
.bar-track { height: 26px; background: var(--paper-2); border-radius: 3px; overflow: hidden; position: relative; }
.bar-fill {
  height: 100%;
  width: 100%;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.2s var(--ease);
}
.bar-fill.now { background: linear-gradient(90deg, #6B7670, var(--brand-darker)); }
.bar-fill.mbc { background: linear-gradient(90deg, var(--brand-pale), var(--brand-bright)); }
.bar-val { font-family: var(--font-display); font-weight: 800; font-size: 1rem; color: var(--ink); text-align: right; font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }

/* Comparison table (cost-compare on home) */
.cmp-table {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 0;
  align-items: center;
}
.cmp-th {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding-bottom: 0.85rem;
  border-bottom: 1.5px solid var(--rule);
  display: flex;
  align-items: center;
}
.cmp-th:not(:first-child) {
  justify-content: flex-end;
  padding-right: 0;
}
.cmp-swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.cmp-swatch.now { background: linear-gradient(135deg, #6B7670, var(--brand-darker)); }
.cmp-swatch.mbc { background: linear-gradient(135deg, var(--brand-pale), var(--brand-bright)); }
.cmp-cell {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--rule-soft);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 48px;
}
.cmp-label {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-body);
}
.cmp-val {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  min-width: 54px;
  text-align: right;
  flex-shrink: 0;
}
.cmp-total {
  padding: 1.1rem 0 0;
  border-top: 1.5px solid var(--rule);
  border-bottom: 0;
}
.cmp-total-val {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

/* Savings row beneath the total */
.cmp-save {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, var(--surface-tint) 0%, var(--brand-paper) 100%);
  border: 1px solid var(--brand-pale);
  border-radius: 6px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.cmp-save-label {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-weight: 800;
  letter-spacing: -0.012em;
  text-transform: none;
  color: var(--brand-deep);
}
.cmp-save-val {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.035em;
  color: var(--brand-deep);
  font-variant-numeric: tabular-nums;
}
.cmp-save-val small {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand);
  margin-left: 0.4rem;
  letter-spacing: 0;
}
@media (max-width: 700px) {
  .cmp-table { grid-template-columns: 1fr; column-gap: 0; }
  .cmp-th { padding-bottom: 0.5rem; }
  .cmp-th:nth-child(1) { display: none; }
  .cmp-cell.cmp-label {
    border-bottom: 0;
    padding: 1.25rem 0 0.4rem;
    color: var(--ink);
  }
  .cmp-cell:not(.cmp-label) { padding: 0.4rem 0; min-height: 36px; }
  .cmp-total.cmp-label { padding-top: 1.5rem; }
  .cmp-total.cmp-total-val { padding-top: 0.4rem; border-top: 0; }
  .cmp-total.cmp-total-val:first-of-type { border-top: 1.5px solid var(--rule); padding-top: 1.1rem; }
}

/* ----- 28. Skip link ----- */
.skip {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1.25rem;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: 4px;
  transition: top 0.25s var(--ease);
}
.skip:focus { top: 1rem; }

/* ----- 29. Focus-visible — global ----- */
.btn:focus-visible,
.btn-link:focus-visible,
.inline-link:focus-visible,
.nav-links a:focus-visible,
.nav-cta:focus-visible,
.nav-logo:focus-visible,
.nav-toggle:focus-visible,
.mobile-menu a:focus-visible,
.faq-item summary:focus-visible,
.contact-line a:focus-visible,
.topstrip a:focus-visible,
.foot a:focus-visible,
.skip:focus-visible {
  outline: 2px solid var(--brand-bright);
  outline-offset: 3px;
  border-radius: 4px;
}
.nav-links a:focus-visible::after { transform: scaleX(1); }

/* ----- 30. Scroll-margin for in-page anchor targets ----- */
section[id], [id="main"] {
  scroll-margin-top: calc(var(--nav-h) + 1rem);
}

/* ----- 31. Reduced-motion: also disable bar-fill ----- */
@media (prefers-reduced-motion: reduce) {
  .bar-fill { transition: none; transform: scaleX(1); }
}


/* ----- 32. Cookie consent banner ----- */
.consent-bar {
  position: fixed;
  left: 1rem; right: 1rem; bottom: 1rem;
  z-index: 1100;
  max-width: 680px;
  margin: 0 auto;
  background: var(--paper);
  color: var(--ink-body);
  border: 1px solid rgba(61, 104, 24, 0.25);
  border-radius: 8px;
  box-shadow: 0 12px 32px -12px rgba(17, 32, 26, 0.35);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
  line-height: 1.5;
}
.consent-bar p { margin: 0; flex: 1 1 280px; }
.consent-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.consent-accept {
  font: inherit;
  font-weight: 800;
  padding: 0.6rem 1.1rem;
  background: linear-gradient(180deg, var(--brand-bright) 0%, var(--brand-deep) 100%);
  color: var(--paper);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
.consent-accept:hover { filter: brightness(1.05); }
.consent-decline {
  font: inherit;
  font-weight: 700;
  padding: 0.6rem 1.1rem;
  background: transparent;
  color: var(--ink-soft);
  border: 1px solid rgba(81, 96, 90, 0.4);
  border-radius: 4px;
  cursor: pointer;
}
.consent-decline:hover { color: var(--ink); }
.consent-accept:focus-visible,
.consent-decline:focus-visible { outline: 2px solid var(--brand-bright); outline-offset: 2px; }
