/* ==========================================================================
   Burnt Bridge Strength Lab — stylesheet
   ========================================================================== */

/* --- Fonts (self-hosted, no external requests) ---------------------------- */
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bebas-neue-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- Tokens --------------------------------------------------------------- */
:root {
  /* Brand palette — per BBSL Website Design Brief */
  --ink:        #242118;   /* Near-Black  */
  --ink-2:      #2C2820;
  --ink-3:      #353026;
  --ink-line:   #423C31;

  --forest:      #2E4034;  /* Forest Green */
  --forest-2:    #364B3C;
  --forest-line: #47594C;

  --bone:       #F5EDE1;   /* Cream */
  --bone-2:     #EAE0CF;
  --bone-line:  #DBCFB9;

  --rust:       #C4622D;   /* Terracotta — brand accent: rules, icons, borders */
  --rust-btn:   #B85723;   /* CTA fill — passes AA with white text */
  --rust-2:     #96431A;   /* CTA hover / accent text on light panels */
  --rust-ink:   #9D4A1E;   /* small terracotta text on light backgrounds */
  --rust-soft:  #E89159;   /* terracotta text on dark + forest backgrounds */

  --on-dark:        #F5EDE1;
  --on-dark-muted:  #B2A997;
  --on-light:       #242118;
  --on-light-muted: #5E564A;

  --head: "Bebas Neue", "Haettenschweiler", "Arial Narrow", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --wrap: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
  --sec-y: clamp(64px, 9vw, 118px);
  --radius: 3px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* --- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bone);
  color: var(--on-light);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; }

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

/* --- Typography ----------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--head);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .045em;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6.4vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
h3 { font-size: clamp(1.25rem, 2.1vw, 1.55rem); letter-spacing: .06em; }
h4 { font-size: 1.05rem; letter-spacing: .09em; }
p  { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 600; }

.eyebrow {
  font-family: var(--mono);
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--rust-ink);
  margin: 0 0 .95rem;
}
.dark .eyebrow, .dark-2 .eyebrow, .band .eyebrow,
.hero .eyebrow, .page-hero .eyebrow, .site-footer .eyebrow { color: var(--rust-soft); }
.lede { font-size: clamp(1.06rem, 1.7vw, 1.24rem); line-height: 1.62; }
.muted { color: var(--on-light-muted); }
.on-dark .muted,
.dark .muted,
.dark-2 .muted,
.band .muted,
.hero .muted,
.page-hero .muted,
.site-footer .muted { color: var(--on-dark-muted); }

/* rust underline accent under a heading */
.rule::after {
  content: "";
  display: block;
  width: 58px; height: 3px;
  background: var(--rust);
  margin: 1.1rem 0 0;
}
.rule.center::after { margin-inline: auto; }

/* --- Layout --------------------------------------------------------------- */
.wrap { width: min(100% - var(--gutter) * 2, var(--wrap)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
section { position: relative; }
.sec { padding-block: var(--sec-y); }
.dark { background: var(--ink); color: var(--on-dark); }
.dark-2 { background: var(--ink-2); color: var(--on-dark); }
.light-2 { background: var(--bone-2); }

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.stack-sm > * + * { margin-top: 1.5rem; }

/* --- Buttons -------------------------------------------------------------- */
.btn {
  --btn-bg: var(--rust-btn);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  padding: 1.02em 1.9em;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--mono);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--btn-bg);
  border-radius: var(--radius);
  cursor: pointer;
  transition: background .25s var(--ease), border-color .25s var(--ease),
              color .25s var(--ease), transform .25s var(--ease);
}
.btn:hover { background: var(--rust-2); border-color: var(--rust-2); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-ghost { --btn-bg: transparent; --btn-fg: var(--on-dark); border-color: rgba(245,237,225,.4); }
.btn-ghost:hover { background: rgba(245,237,225,.09); border-color: var(--on-dark); transform: translateY(-2px); }
.on-light .btn-ghost, .btn-ghost.dark-text { --btn-fg: var(--on-light); border-color: rgba(36,33,24,.3); }
.on-light .btn-ghost:hover, .btn-ghost.dark-text:hover { background: rgba(36,33,24,.06); border-color: var(--on-light); }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--rust-ink);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: gap .25s var(--ease), border-color .25s var(--ease);
}
.link-arrow:hover { gap: .95em; border-bottom-color: currentColor; }
.dark .link-arrow, .dark-2 .link-arrow, .band .link-arrow, .forest .link-arrow { color: var(--rust-soft); }
.link-arrow svg { width: 15px; height: 15px; }

/* --- Logo ----------------------------------------------------------------- */
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; color: inherit; }
.logo__mark { width: 78px; height: auto; flex: none; }
.logo__type { display: grid; gap: 3px; }
.logo__name {
  font-family: var(--head);
  font-size: .82rem;
  letter-spacing: .2em;
  line-height: 1.15;
  text-transform: uppercase;
}
.logo__sub {
  font-family: var(--mono);
  font-size: .5rem;
  font-weight: 400;
  letter-spacing: .3em;
  color: var(--rust);
  text-transform: uppercase;
}

/* --- Header --------------------------------------------------------------- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--on-dark);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .35s var(--ease), border-color .35s var(--ease), backdrop-filter .35s;
}
.site-header.is-solid,
.site-header.is-open {
  background: rgba(16,14,13,.94);
  backdrop-filter: blur(9px);
  border-bottom-color: var(--ink-line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  padding-block: 12px;
}
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav a {
  font-family: var(--mono);
  font-size: .705rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--on-dark);
  opacity: .82;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: opacity .2s, border-color .2s, color .2s;
}
.nav a:hover { opacity: 1; }
.nav a[aria-current="page"] { opacity: 1; border-bottom-color: var(--rust); }
.header-cta { padding: .8em 1.3em; font-size: .67rem; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  background: none;
  border: 1px solid rgba(244,241,236,.28);
  border-radius: var(--radius);
  color: inherit;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  display: block;
  position: relative;
  width: 20px; height: 1.5px;
  background: currentColor;
  transition: background .2s;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0;
  width: 20px; height: 1.5px; background: currentColor;
  transition: transform .28s var(--ease), top .2s;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }
.is-open .nav-toggle span { background: transparent; }
.is-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
.is-open .nav-toggle span::after  { top: 0; transform: rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute;
    inset: 100% 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--gutter) 30px;
    background: rgba(16,14,13,.98);
    border-bottom: 1px solid var(--ink-line);
    display: none;
  }
  .site-header.is-open .nav { display: flex; }
  .nav a { padding: 15px 0; border-bottom: 1px solid var(--ink-line); font-size: .95rem; }
  .nav a[aria-current="page"] { color: var(--rust-soft); border-bottom-color: var(--ink-line); }
  .nav .header-cta { margin-top: 20px; justify-content: center; border-bottom: none; padding: 1em 1.4em; }
  .nav .header-cta[aria-current="page"] { color: #fff; }
}

/* --- Hero ----------------------------------------------------------------- */
.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(600px, 92vh, 900px);
  padding-block: 150px 90px;
  color: var(--on-dark);
  background: var(--ink);
  isolation: isolate;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; background: var(--ink); }
.hero__media picture { position: absolute; inset: 0; display: block; }
.hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  opacity: 0;
  transform: scale(1.07);
  transition: opacity 1.5s var(--ease), transform 8.5s linear;
  will-change: opacity, transform;
}
.hero__media img.is-active { opacity: 1; transform: scale(1); }
/* This shot is vertical action — frame it on the bar, and tighter still on phones. */
.hero__media .hero-slide--pullup { object-position: 40% 38%; }
@media (max-width: 700px) { .hero__media .hero-slide--pullup { object-position: 50% 30%; } }
/* One image only (or no JS): show it, no motion */
.hero__media img:only-child { opacity: 1; transform: none; }

/* --- Hero slideshow controls --- */
.hero__controls {
  position: absolute;
  right: var(--gutter);
  bottom: 26px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero__pause {
  width: 30px; height: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  background: rgba(36,33,24,.45);
  border: 1px solid rgba(245,237,225,.32);
  border-radius: 50%;
  color: var(--on-dark);
  cursor: pointer;
  transition: background .25s var(--ease), border-color .25s var(--ease);
}
.hero__pause:hover { background: rgba(36,33,24,.75); border-color: var(--on-dark); }
.hero__pause svg { width: 13px; height: 13px; fill: currentColor; }
.hero__pause .i-play { display: none; }
.hero__pause[aria-pressed="true"] .i-pause { display: none; }
.hero__pause[aria-pressed="true"] .i-play { display: block; }

.hero__dots { display: flex; align-items: center; gap: 9px; }
.hero__dots button {
  width: 9px; height: 9px;
  padding: 0;
  background: rgba(245,237,225,.34);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.hero__dots button:hover { background: rgba(245,237,225,.7); }
.hero__dots button[aria-selected="true"] { background: var(--rust-soft); transform: scale(1.35); }

@media (max-width: 560px) {
  .hero__controls { right: 0; left: 0; bottom: 18px; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__media img { transform: none !important; }
}
.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 50% 30%, rgba(16,14,13,.42) 0%, rgba(16,14,13,.86) 62%, rgba(16,14,13,.96) 100%),
    linear-gradient(180deg, rgba(16,14,13,.9) 0%, rgba(16,14,13,.35) 32%, rgba(16,14,13,.94) 100%);
}
.hero__inner { text-align: center; display: grid; justify-items: center; }
.hero__lockup { display: grid; justify-items: center; gap: 14px; margin-bottom: clamp(26px, 4vw, 42px); }
.hero__lockup .mark { width: clamp(150px, 24vw, 250px); height: auto; }
.hero__wordmark {
  font-family: var(--head);
  font-size: clamp(1.35rem, 4vw, 2.3rem);
  letter-spacing: .3em;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0;
  text-indent: .34em;
}
.hero__tagline {
  font-family: var(--mono);
  font-size: clamp(.6rem, 1.3vw, .72rem);
  font-weight: 400;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--rust-soft);
  text-indent: .38em;
}
.hero h1 { max-width: 15ch; }
.hero__sub { max-width: 54ch; margin: 1.4rem 0 2.2rem; color: #DCD5CC; font-size: clamp(1rem, 1.6vw, 1.14rem); }
.hero__meta {
  margin-top: 2.6rem;
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--on-dark-muted);
}

/* Compact hero used on interior pages */
.page-hero {
  position: relative;
  padding: clamp(140px, 18vw, 200px) 0 clamp(56px, 8vw, 90px);
  color: var(--on-dark);
  background: var(--ink);
  isolation: isolate;
  overflow: hidden;
}
.page-hero__media { position: absolute; inset: 0; z-index: -2; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(16,14,13,.94) 0%, rgba(16,14,13,.68) 45%, rgba(16,14,13,.92) 100%);
}
.page-hero h1 { max-width: 18ch; }
.page-hero p { max-width: 60ch; margin-top: 1.25rem; color: #D6CFC6; }

/* --- Media blocks --------------------------------------------------------- */
.figure { position: relative; isolation: isolate; }
.figure img { width: 100%; border-radius: var(--radius); }
.figure--framed::before {
  content: "";
  position: absolute;
  inset: -14px -14px 14px 14px;
  border: 1px solid var(--rust);
  border-radius: var(--radius);
  z-index: -1;
}
.figure--tall img { aspect-ratio: 3 / 4; object-fit: cover; }
.figure--wide img { aspect-ratio: 4 / 3; object-fit: cover; }

.band {
  position: relative;
  color: var(--on-dark);
  background: var(--ink);
  isolation: isolate;
  overflow: hidden;
}
.band__media { position: absolute; inset: 0; z-index: -2; }
.band__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.band::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(16,14,13,.97) 0%, rgba(16,14,13,.9) 46%, rgba(16,14,13,.6) 100%);
}
@media (max-width: 780px) {
  .band::after { background: linear-gradient(180deg, rgba(16,14,13,.9) 0%, rgba(16,14,13,.95) 60%); }
}

/* --- Cards / features ----------------------------------------------------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0;
  border: 1px solid var(--bone-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.dark .cards, .dark-2 .cards, .band .cards {
  background: rgba(255,255,255,.03);
  border-color: var(--ink-line);
}
.card {
  padding: clamp(28px, 3.2vw, 40px) clamp(22px, 2.6vw, 32px);
  border-right: 1px solid var(--bone-line);
  transition: background .3s var(--ease);
}
.dark .card, .dark-2 .card, .band .card { border-right-color: var(--ink-line); }
.card:last-child { border-right: none; }
.card:hover { background: rgba(194,91,44,.05); }
.card__icon { width: 40px; height: 40px; color: var(--rust); margin-bottom: 18px; }
.card h3 { margin-bottom: .7rem; }
.card p { font-size: .96rem; line-height: 1.62; color: var(--on-light-muted); margin: 0; }
.dark .card p, .dark-2 .card p, .band .card p { color: var(--on-dark-muted); }
@media (max-width: 720px) {
  .card { border-right: none; border-bottom: 1px solid var(--bone-line); }
  .dark .card, .dark-2 .card, .band .card { border-bottom-color: var(--ink-line); }
  .card:last-child { border-bottom: none; }
}

/* --- Lists ---------------------------------------------------------------- */
.check-list, .x-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.check-list li, .x-list li {
  position: relative;
  padding-left: 36px;
  line-height: 1.6;
}
.check-list li::before, .x-list li::before {
  position: absolute;
  left: 0; top: .18em;
  width: 21px; height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1;
}
.check-list li::before {
  content: "✓";
  background: var(--rust);
  color: #fff;
}
.x-list li::before {
  content: "–";
  background: rgba(255,255,255,.12);
  color: var(--on-dark-muted);
  border: 1px solid rgba(255,255,255,.2);
}
.on-light .x-list li::before { background: var(--bone-2); color: var(--on-light-muted); border-color: var(--bone-line); }

.fit-cols {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.fit-panel {
  padding: clamp(28px, 3.4vw, 42px);
  border-radius: var(--radius);
  border: 1px solid var(--ink-line);
  background: rgba(255,255,255,.025);
  height: 100%;
}
.fit-panel--yes { border-left: 3px solid var(--rust); }
.fit-panel h3 { margin-bottom: 1.5rem; }

/* --- Steps ---------------------------------------------------------------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; counter-reset: step; }
.steps li {
  counter-increment: step;
  position: relative;
  padding: 26px 0 26px 76px;
  border-bottom: 1px solid var(--bone-line);
}
.steps li:first-child { border-top: 1px solid var(--bone-line); }
.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0; top: 24px;
  font-family: var(--mono);
  font-size: 1.2rem;
  letter-spacing: 0;
  color: var(--rust-ink);
}
.steps h3 { margin-bottom: .4rem; }
.steps p { margin: 0; color: var(--on-light-muted); font-size: .98rem; }

/* --- Credentials ---------------------------------------------------------- */
.creds { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.creds li {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .7em 1em;
  border: 1px solid var(--ink-line);
  border-radius: 999px;
  color: var(--on-dark);
  background: rgba(255,255,255,.03);
}
.on-light .creds li { border-color: var(--bone-line); color: var(--on-light); background: #fff; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: var(--ink-line);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  overflow: hidden;
}
.stat { background: var(--ink); padding: 26px 22px; text-align: center; }
.stat b {
  display: block;
  font-family: var(--mono);
  font-size: clamp(1.45rem, 2.9vw, 1.95rem);
  font-weight: 500;
  letter-spacing: -.01em;
  color: var(--rust-soft);
  line-height: 1;
  margin-bottom: .5rem;
}
.stat span {
  font-family: var(--mono);
  font-size: .63rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--on-dark-muted);
}

/* --- Pricing -------------------------------------------------------------- */
.price-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, .9fr);
  gap: clamp(24px, 3.4vw, 46px);
  align-items: start;
}
.price-card {
  background: #fff;
  border: 1px solid var(--bone-line);
  border-radius: var(--radius);
  padding: clamp(26px, 3.2vw, 40px);
}
.price-card--accent { border-top: 3px solid var(--rust); }
.price-card > h3 { margin-bottom: 1.6rem; }
.price-list { list-style: none; margin: 0; padding: 0; }
.price-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px dashed var(--bone-line);
}
.price-list li:last-child { border-bottom: none; }
.price-list .label { line-height: 1.4; }
.price-list .label small { display: block; font-size: .82rem; color: var(--on-light-muted); }
.price-list .amount {
  font-family: var(--mono);
  font-size: 1.08rem;
  letter-spacing: -.01em;
  white-space: nowrap;
  color: var(--rust-2);
}
.price-list .amount.text { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--on-light-muted); }
.price-note {
  margin-top: 22px;
  padding: 16px 18px;
  background: var(--bone-2);
  border-left: 3px solid var(--rust);
  border-radius: var(--radius);
  font-size: .95rem;
  color: var(--on-light-muted);
}

/* --- Quote ---------------------------------------------------------------- */
.quote {
  border-left: 3px solid var(--rust);
  padding: 6px 0 6px clamp(20px, 3vw, 34px);
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 0;
}

/* --- Form ----------------------------------------------------------------- */
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: clamp(30px, 4.5vw, 66px);
  align-items: start;
}
.form-card {
  background: #fff;
  border: 1px solid var(--bone-line);
  border-radius: var(--radius);
  padding: clamp(26px, 3.4vw, 42px);
}
.field { display: grid; gap: 8px; margin-bottom: 20px; }
.field > label, .fieldset > legend {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--on-light);
}
.req { color: var(--rust); }
.field input, .field select, .field textarea {
  font: inherit;
  font-size: 1rem;
  width: 100%;
  padding: .82em .95em;
  color: var(--on-light);
  background: var(--bone);
  border: 1px solid var(--bone-line);
  border-radius: var(--radius);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--rust);
  box-shadow: 0 0 0 3px rgba(194,91,44,.16);
}
.field-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
.fieldset { border: none; margin: 0 0 22px; padding: 0; }
.fieldset > legend {
  padding: 0;
  margin-bottom: 12px;
}
.radio-row { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-pill {
  position: relative;
  display: inline-flex;
}
.radio-pill input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.radio-pill span {
  display: block;
  padding: .68em 1.15em;
  font-size: .92rem;
  border: 1px solid var(--bone-line);
  border-radius: 999px;
  background: var(--bone);
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
}
.radio-pill input:checked + span { border-color: var(--rust); background: rgba(194,91,44,.1); color: var(--rust-2); }
.radio-pill input:focus-visible + span { box-shadow: 0 0 0 3px rgba(194,91,44,.25); }
.form-foot { display: grid; gap: 14px; margin-top: 6px; }
.form-foot small { color: var(--on-light-muted); font-size: .87rem; line-height: 1.55; }
.form-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: var(--radius);
  font-size: .93rem;
  line-height: 1.55;
  display: none;
}
.form-note.is-visible { display: block; }
.form-note.ok    { background: rgba(46,110,64,.1);  border-left: 3px solid #2E6E40; color: #245633; }
.form-note.warn  { background: rgba(194,91,44,.1);  border-left: 3px solid var(--rust); color: var(--rust-2); }
.form-note.error { background: rgba(168,42,42,.1);  border-left: 3px solid #A82A2A; color: #8A2222; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.info-card {
  background: var(--ink);
  color: var(--on-dark);
  border-radius: var(--radius);
  padding: clamp(26px, 3.2vw, 38px);
}
.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 24px; }
.info-list h4 { color: var(--rust-soft); margin-bottom: .45rem; }
.info-list p { margin: 0; font-size: .96rem; color: var(--on-dark-muted); }
.info-list a { overflow-wrap: anywhere; color: var(--on-dark); text-decoration-color: rgba(244,241,236,.4); text-underline-offset: 3px; }
.info-list a:hover { color: var(--rust-soft); }

/* --- FAQ / details -------------------------------------------------------- */
.faq { border-top: 1px solid var(--bone-line); }
.faq details { border-bottom: 1px solid var(--bone-line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 44px 22px 0;
  position: relative;
  font-family: var(--head);
  font-size: 1.18rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 6px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--rust);
  transition: transform .25s var(--ease);
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details > div { padding: 0 40px 24px 0; color: var(--on-light-muted); }

/* --- CTA ------------------------------------------------------------------ */
.cta-final { text-align: center; }
.cta-final h2 { max-width: 20ch; margin-inline: auto; }
.cta-final p { max-width: 58ch; margin-inline: auto; }

/* --- Footer --------------------------------------------------------------- */
.site-footer { background: #0A0908; color: var(--on-dark); padding-block: clamp(50px, 6vw, 76px) 0; }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 4vw, 60px);
  padding-bottom: 46px;
}
.site-footer h4 { color: var(--on-dark); margin-bottom: 1.15rem; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer-links a { overflow-wrap: anywhere; color: var(--on-dark-muted); text-decoration: none; font-size: .96rem; transition: color .2s; }
.footer-links a:hover { color: var(--rust-soft); }
.footer-blurb { color: var(--on-dark-muted); font-size: .96rem; max-width: 40ch; margin-top: 20px; }
.social { display: flex; gap: 10px; margin-top: 22px; }
.social a {
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink-line);
  border-radius: 50%;
  color: var(--on-dark-muted);
  transition: color .2s, border-color .2s, background .2s;
}
.social a:hover { color: #fff; border-color: var(--rust); background: var(--rust); }
.social svg { width: 17px; height: 17px; }
.footer-bar {
  border-top: 1px solid var(--ink-line);
  padding-block: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-size: .84rem;
  color: #8B8279;
}

/* --- Reveal on scroll ----------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* --- Focus ---------------------------------------------------------------- */
:focus-visible { outline: 2px solid var(--rust-soft); outline-offset: 3px; border-radius: 2px; }
.skip-link {
  position: absolute;
  left: 12px; top: -60px;
  z-index: 200;
  padding: 12px 18px;
  background: var(--rust);
  color: #fff;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: top .2s;
}
.skip-link:focus { top: 12px; }

/* --- Responsive ----------------------------------------------------------- */
@media (max-width: 900px) {
  .price-grid, .form-layout, .fit-cols { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 780px) {
  body { font-size: 16px; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-2 .figure { order: -1; }
  .grid-2.media-last .figure { order: 0; }
  .figure--framed::before { inset: -10px -10px 10px 10px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .header-cta { width: auto; }
  .steps li { padding-left: 58px; }
}

/* --- Print ---------------------------------------------------------------- */
@media print {
  .site-header, .site-footer, .hero__media, .band__media, .page-hero__media { display: none !important; }
  body { background: #fff; color: #000; }
}

/* ==========================================================================
   Additions — offerings strip, testimonials, map, verse copy
   ========================================================================== */

/* Short-line "verse" copy blocks */
.verse { line-height: 1.95; }
.verse--lede { font-size: clamp(1.06rem, 1.7vw, 1.24rem); }

/* Offerings strip */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 1px;
  background: var(--bone-line);
  border: 1px solid var(--bone-line);
  border-radius: var(--radius);
  overflow: hidden;
}
.dark .offer-grid, .dark-2 .offer-grid { background: var(--ink-line); border-color: var(--ink-line); }
.offer {
  background: #fff;
  padding: clamp(28px, 3.2vw, 40px) clamp(22px, 2.6vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background .3s var(--ease);
}
.dark .offer, .dark-2 .offer { background: var(--ink); }
.offer:hover { background: rgba(194,91,44,.055); }
.dark .offer:hover, .dark-2 .offer:hover { background: rgba(194,91,44,.1); }
.offer__icon { width: 38px; height: 38px; color: var(--rust); }
.offer h3 { margin: 0; }
.offer p { margin: 0; font-size: .96rem; line-height: 1.6; color: var(--on-light-muted); }
.dark .offer p, .dark-2 .offer p { color: var(--on-dark-muted); }
.offer__foot { margin-top: auto; padding-top: 4px; }

/* Approach items */
.approach-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 28px; }
.approach-list li { padding-left: 26px; border-left: 2px solid var(--rust); }
.approach-list h3 { margin-bottom: .5rem; }
.approach-list p { margin: 0; color: var(--on-light-muted); }
.dark .approach-list p, .dark-2 .approach-list p, .band .approach-list p { color: var(--on-dark-muted); }

/* Pill list (who we coach) */
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.pill-list li {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: .72em 1.15em;
  border: 1px solid var(--bone-line);
  border-radius: 999px;
  background: #fff;
}
.dark .pill-list li, .dark-2 .pill-list li, .band .pill-list li {
  border-color: var(--ink-line);
  background: rgba(255,255,255,.03);
  color: var(--on-dark);
}

/* Testimonials */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 2.6vw, 30px);
}
.testimonial {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(26px, 3vw, 36px);
  background: #fff;
  border: 1px solid var(--bone-line);
  border-top: 3px solid var(--rust);
  border-radius: var(--radius);
}
.dark .testimonial, .dark-2 .testimonial {
  background: rgba(255,255,255,.03);
  border-color: var(--ink-line);
  border-top-color: var(--rust);
}
.testimonial blockquote {
  margin: 0;
  font-size: .99rem;
  line-height: 1.72;
  color: var(--on-light-muted);
}
.dark .testimonial blockquote, .dark-2 .testimonial blockquote { color: var(--on-dark-muted); }
.testimonial__mark { width: 26px; height: 26px; color: var(--rust); flex: none; }
.testimonial cite {
  margin-top: auto;
  font-family: var(--mono);
  font-style: normal;
  font-size: .72rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--rust-ink);
}
.dark .testimonial cite, .dark-2 .testimonial cite { color: var(--rust-soft); }

/* Results line-up */
.results-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: var(--bone-line);
  border: 1px solid var(--bone-line);
  border-radius: var(--radius);
  overflow: hidden;
}
.result {
  background: var(--bone);
  padding: 24px 18px;
  text-align: center;
  font-family: var(--mono);
  font-size: .73rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  line-height: 1.5;
}

/* Map */
.map-embed {
  position: relative;
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink-2);
  aspect-ratio: 4 / 3;
  max-width: 100%;
}
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.35) contrast(1.05); }
@media (max-width: 700px) { .map-embed { aspect-ratio: 4 / 3; } }

.address-block { display: grid; gap: 10px; }
.address-block .street {
  font-family: var(--head);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  letter-spacing: .07em;
  text-transform: uppercase;
  line-height: 1.35;
}
.address-block a { color: var(--rust-ink); text-decoration: none; }
.dark .address-block a, .dark-2 .address-block a, .band .address-block a { color: var(--rust-soft); }
.address-block a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ==========================================================================
   Services / Training page — per BBSL Website Design Brief
   ========================================================================== */

/* Forest-green section */
.forest { background: var(--forest); color: var(--on-dark); }
.forest .muted { color: #A9B7AC; }
.forest .eyebrow { color: var(--rust-soft); }
.forest .rule::after { background: var(--rust-soft); }

/* --- Intro strip --------------------------------------------------------- */
.intro-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(28px, 4.5vw, 64px);
  align-items: center;
}
@media (max-width: 860px) { .intro-strip { grid-template-columns: minmax(0, 1fr); } }

.stat-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--bone-line); border: 1px solid var(--bone-line); border-radius: var(--radius); overflow: hidden; }
.stat-list li {
  background: var(--bone);
  padding: 20px 22px;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
}
.stat-list li::before {
  content: "";
  width: 7px; height: 7px;
  flex: none;
  background: var(--rust);
  border-radius: 50%;
}

/* --- Service blocks ------------------------------------------------------ */
.service-block { border-top: 1px solid var(--bone-line); }
.service-block.dark, .service-block.dark + .service-block.dark { border-top-color: var(--ink-line); }
.service-block__inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4.4vw, 64px);
  align-items: center;
}
.service-block--flip .service-block__inner { grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); }
.service-block--flip .service-panel { order: 2; }
@media (max-width: 880px) {
  .service-block__inner,
  .service-block--flip .service-block__inner { grid-template-columns: minmax(0, 1fr); }
  .service-block--flip .service-panel { order: 0; }
}

/* Service photo — full-bleed, no wash or overlay */
.service-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink-2);
  aspect-ratio: 4 / 3;
}
.service-panel__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}

/* --- Meta grid ----------------------------------------------------------- */
.meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 22px 30px;
  margin: clamp(22px, 2.6vw, 30px) 0;
  padding: clamp(20px, 2.4vw, 26px) 0;
  border-top: 1px solid var(--bone-line);
  border-bottom: 1px solid var(--bone-line);
}
.dark .meta-grid, .service-block.dark .meta-grid { border-color: var(--ink-line); }
.meta-grid dt {
  font-family: var(--mono);
  font-size: .64rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--rust-ink);
  margin-bottom: .45rem;
}
.dark .meta-grid dt, .service-block.dark .meta-grid dt { color: var(--rust-soft); }
.meta-grid dd { margin: 0; font-size: .95rem; line-height: 1.55; }
.dark .meta-grid dd, .service-block.dark .meta-grid dd { color: var(--on-dark-muted); }

/* --- Service CTA + price ------------------------------------------------- */
.service-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 22px; }
.price-tag {
  font-family: var(--mono);
  font-size: .88rem;
  letter-spacing: .03em;
  color: var(--rust-ink);
}
.dark .price-tag, .service-block.dark .price-tag { color: var(--rust-soft); }
.price-tag .from {
  display: block;
  font-size: .62rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--on-light-muted);
  margin-bottom: 2px;
}
.dark .price-tag .from, .service-block.dark .price-tag .from { color: var(--on-dark-muted); }

/* --- Differentiator columns ---------------------------------------------- */
.diff-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0;
}
.diff-col { padding: 0 clamp(20px, 2.6vw, 34px); border-left: 1px solid var(--forest-line); }
.diff-col:first-child { padding-left: 0; border-left: none; }
.diff-col__tag {
  font-family: var(--mono);
  font-size: .64rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--rust-soft);
  margin-bottom: .7rem;
}
.diff-col h3 { margin-bottom: .7rem; }
.diff-col p { margin: 0; font-size: .95rem; line-height: 1.6; color: #A9B7AC; }
@media (max-width: 760px) {
  .diff-col { padding: 24px 0; border-left: none; border-top: 1px solid var(--forest-line); }
  .diff-col:first-child { padding-top: 0; border-top: none; }
}

/* --- Two stacked cards (remote / in-person) ------------------------------ */
.split-cards { display: grid; gap: 18px; }
.split-card {
  padding: clamp(24px, 2.8vw, 32px);
  border: 1px solid var(--ink-line);
  border-left: 3px solid var(--rust);
  border-radius: var(--radius);
  background: rgba(255,255,255,.03);
}
.split-card h3 { margin-bottom: .7rem; }
.split-card p { margin: 0; font-size: .96rem; color: var(--on-dark-muted); }

/* --- Comparison table ---------------------------------------------------- */
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-family: var(--mono);
  font-size: .82rem;
}
.compare th, .compare td {
  text-align: left;
  padding: 18px 18px;
  border-bottom: 1px solid var(--ink-line);
  vertical-align: middle;
}
.compare thead th {
  font-weight: 400;
  font-size: .64rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--rust-soft);
  border-bottom-color: var(--rust);
  padding-bottom: 12px;
}
.compare tbody th {
  font-family: var(--head);
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: var(--on-dark);
  white-space: nowrap;
}
.compare td { color: var(--on-dark-muted); }
.compare .price { color: var(--rust-soft); white-space: nowrap; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: none; }
.compare tbody tr { transition: background .25s var(--ease); }
.compare tbody tr:hover { background: rgba(255,255,255,.035); }

@media (max-width: 760px) {
  .compare-wrap { overflow-x: visible; }
  .compare { min-width: 0; display: block; }
  .compare thead { display: none; }
  .compare tbody, .compare tr, .compare th, .compare td { display: block; width: 100%; }
  .compare tbody tr {
    border: 1px solid var(--ink-line);
    border-left: 3px solid var(--rust);
    border-radius: var(--radius);
    margin-bottom: 14px;
    padding: 6px 0;
  }
  .compare tbody th { border-bottom: none; padding-bottom: 4px; white-space: normal; }
  .compare td { border-bottom: none; padding: 6px 18px; }
  .compare .price { white-space: normal; }
  .compare td::before {
    content: attr(data-label) " · ";
    color: var(--rust-soft);
    font-size: .64rem;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
}

/* Anchor targets must clear the fixed header */
[id] { scroll-margin-top: 96px; }
