@import url('./colors_and_type.css');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  background: var(--bfm-white);
  color: var(--bfm-black);
  overflow-x: hidden;
}

/* ════════════════════════════════════════════════════════════════════════
   SITE CHROME — header + footer used on every page
   ════════════════════════════════════════════════════════════════════════ */

.site-header {
  position: sticky; top: 0; z-index: 30;
  background: var(--bfm-white);
  border-bottom: 1px solid var(--line-hairline);
  backdrop-filter: blur(6px);
}
.site-header-inner {
  max-width: 1240px; margin: 0 auto;
  padding: 18px 28px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center;
}
.site-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; cursor: pointer; }
.site-logo img { height: 40px; width: auto; display: block; }
.site-logo .name {
  font-family: var(--font-display);
  font-size: 22px; letter-spacing: 0.01em; text-transform: uppercase; line-height: 1;
  color: var(--bfm-black); white-space: nowrap;
}
.site-logo .name .gold { color: var(--bfm-gold); }
.site-logo .tag {
  font-family: var(--font-body); font-size: 8.5px; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--bfm-gold); margin-top: 3px;
  font-weight: 600;
}
.site-nav { display: flex; gap: 30px; justify-content: center; }
.site-nav a {
  text-decoration: none; color: var(--bfm-black); cursor: pointer;
  font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  position: relative; padding: 6px 0;
  transition: color 120ms var(--ease-out);
}
.site-nav a:hover, .site-nav a.active { color: var(--bfm-gold); }
.site-nav a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--bfm-gold);
}
.site-cta {
  background: var(--bfm-black); color: var(--bfm-yellow);
  border: 0; padding: 12px 22px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 700; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap;
  cursor: pointer; transition: background 120ms var(--ease-out);
}
.site-cta:hover { background: #222; }
.site-cta.alt { background: var(--bfm-yellow); color: var(--bfm-black); }
.site-cta.alt:hover { background: var(--bfm-yellow-hi); }

/* Footer */
.site-footer {
  background: var(--bfm-black); color: var(--bfm-cream);
  padding: 72px 28px 24px;
  border-top: 1.5px solid rgba(255,255,255,0.08);
}
.site-footer-inner {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px;
}
.footer-brand { display: grid; gap: 14px; align-items: start; }
.footer-brand .lock { display: flex; align-items: center; gap: 12px; }
.footer-brand .lock img { width: 40px; height: auto; filter: invert(1) sepia(0.06) brightness(1.05); }
.footer-brand .lock .name { font-family: var(--font-display); font-size: 28px; line-height: 0.95; text-transform: uppercase; color: var(--bfm-cream); }
.footer-brand .lock .name .yellow { color: var(--bfm-yellow); }
.footer-brand p { font-size: 13px; line-height: 1.55; color: rgba(255,252,240,0.7); margin: 0; max-width: 340px; }
.footer-col h5 {
  font-family: var(--font-body); font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; font-size: 11px; color: var(--bfm-yellow);
  margin: 0 0 16px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { color: rgba(255,252,240,0.85); text-decoration: none; font-size: 13px; cursor: pointer; transition: color 120ms var(--ease-out); }
.footer-col a:hover { color: var(--bfm-yellow); }
.footer-rule { max-width: 1240px; margin: 56px auto 18px; height: 1px; background: rgba(255,255,255,0.12); }
.footer-legal {
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,252,240,0.5);
}

/* ════════════════════════════════════════════════════════════════════════
   SHARED HELPERS
   ════════════════════════════════════════════════════════════════════════ */

.section { padding: 96px 28px; }
.section-inner { max-width: 1240px; margin: 0 auto; }
.section-eyebrow {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px;
  font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; font-size: 12px;
  color: var(--bfm-gold); margin: 0 auto 18px; max-width: 460px;
}
.section-eyebrow > span { height: 1.5px; background: var(--bfm-gold); }
.section-eyebrow.on-yellow { color: var(--bfm-black); }
.section-eyebrow.on-yellow > span { background: var(--bfm-black); }
.section-eyebrow.on-dark { color: var(--bfm-yellow); }
.section-eyebrow.on-dark > span { background: var(--bfm-yellow); }

.section-title {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(56px, 6.5vw, 104px); line-height: 0.92; text-align: center;
  margin: 0 0 28px; color: var(--bfm-black); letter-spacing: -0.005em;
}
.section-title .alt { color: var(--bfm-gold); }
.on-yellow .section-title .alt { color: var(--bfm-white); }
.on-dark .section-title { color: var(--bfm-cream); }
.on-dark .section-title .alt { color: var(--bfm-yellow); }

.section-lede {
  text-align: center; font-size: 18px; line-height: 1.55; max-width: 680px;
  margin: 0 auto 64px; color: var(--bfm-ink-700);
}
.on-yellow .section-lede { color: var(--bfm-black); }
.on-dark .section-lede { color: rgba(255,252,240,0.85); }

/* Button utility */
.btn {
  border: 0; cursor: pointer; font-family: var(--font-body); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 13px;
  padding: 14px 26px; border-radius: 999px; transition: 120ms var(--ease-out);
  display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap;
}
.btn-primary { background: var(--bfm-black); color: var(--bfm-yellow); }
.btn-primary:hover { background: #222; }
.btn-yellow { background: var(--bfm-yellow); color: var(--bfm-black); }
.btn-yellow:hover { background: var(--bfm-yellow-hi); }
.btn-outline { background: transparent; color: var(--bfm-black); box-shadow: inset 0 0 0 1.5px var(--bfm-black); }
.btn-outline:hover { background: var(--bfm-black); color: var(--bfm-yellow); }
.btn-outline.on-yellow { color: var(--bfm-black); box-shadow: inset 0 0 0 1.5px var(--bfm-black); }
.btn-outline.on-dark { color: var(--bfm-cream); box-shadow: inset 0 0 0 1.5px var(--bfm-cream); }
.btn-outline.on-dark:hover { background: var(--bfm-cream); color: var(--bfm-black); }

/* ════════════════════════════════════════════════════════════════════════
   PAGE HEADER — small banner under nav on inner pages
   ════════════════════════════════════════════════════════════════════════ */
.page-banner {
  background: var(--bfm-yellow);
  padding: 90px 28px 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-banner::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 60px;
  background: linear-gradient(180deg, transparent 0%, transparent 60%, var(--bfm-white) 100%);
  pointer-events: none;
}
.page-banner .eyebrow {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px;
  font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; font-size: 12px;
  color: var(--bfm-black); max-width: 360px; margin: 0 auto 18px;
}
.page-banner .eyebrow span { height: 1.5px; background: var(--bfm-black); }
.page-banner h1 {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(72px, 9vw, 168px); line-height: 0.86;
  margin: 0; color: var(--bfm-black); letter-spacing: -0.005em;
}
.page-banner h1 .alt { color: var(--bfm-white); }
.page-banner .sub {
  font-size: 17px; line-height: 1.55; max-width: 620px; margin: 22px auto 0;
  color: var(--bfm-black);
}

/* ════════════════════════════════════════════════════════════════════════
   HOME — hero
   ════════════════════════════════════════════════════════════════════════ */
.hero {
  background: var(--bfm-yellow);
  position: relative; overflow: hidden;
}
.hero-inner {
  max-width: 1240px; margin: 0 auto;
  padding: 90px 28px 96px;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
}
.hero .eyebrow-row {
  display: grid; grid-template-columns: 32px auto 1fr; align-items: center; gap: 14px;
  font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; font-size: 12px;
  color: var(--bfm-black); margin-bottom: 18px;
}
.hero .eyebrow-row::before, .hero .eyebrow-row::after { content: ''; height: 1.5px; background: var(--bfm-black); }
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(72px, 8.5vw, 144px);
  line-height: 0.9; letter-spacing: -0.005em; text-transform: uppercase;
  margin: 0 0 22px; color: var(--bfm-black);
  white-space: nowrap;
}
.hero h1 .alt { color: var(--bfm-white); }
.hero-lede {
  font-size: 18px; line-height: 1.55; max-width: 480px;
  color: var(--bfm-black); margin: 0 0 28px;
}
.hero-lede b { font-weight: 700; border-bottom: 2px solid var(--bfm-black); padding-bottom: 1px; }
.hero-cta { display: inline-flex; gap: 12px; align-items: center; flex-wrap: wrap; }

/* Hero art card */
.hero-art {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--bfm-cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(11,11,11,0.18);
  display: grid; place-items: center;
}
.hero-art .stamp { position: absolute; inset: 0; display: grid; place-items: center; }
.hero-art .mark { width: 220px; height: auto; transform: translateY(-32px); }
.hero-art .label { position: absolute; left: 16px; right: 16px; bottom: 26px; text-align: center; }
.hero-art .label .word {
  font-family: var(--font-display); font-size: 44px; line-height: 0.95;
  text-transform: uppercase; color: var(--bfm-black); white-space: nowrap;
}
.hero-art .label .word .gold { color: var(--bfm-gold); }
.hero-art .label .tag {
  font-size: 9.5px; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 600;
  color: var(--bfm-gold); margin-top: 10px;
  display: inline-grid; grid-template-columns: 22px auto 22px; align-items: center; gap: 8px;
}
.hero-art .label .tag::before, .hero-art .label .tag::after { content: ''; height: 1.5px; background: var(--bfm-gold); }
.hero-art .marquee {
  position: absolute; top: 22px; left: 22px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700;
  color: var(--bfm-black);
}
.hero-art .marquee .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--bfm-yellow); border: 1.5px solid var(--bfm-black); }

/* Services overview teaser on home */
.services-teaser { background: var(--bfm-white); }
.services-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card {
  background: var(--bfm-cream);
  border-radius: var(--radius-lg);
  padding: 28px 30px;
  display: grid; grid-template-columns: 96px 1fr auto; gap: 22px;
  align-items: start;
  cursor: pointer;
  transition: transform 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
  text-decoration: none; color: inherit;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(11,11,11,0.12);
}
.service-card .badge { width: 96px; height: 96px; }
.service-card .badge img { width: 96px; height: 96px; display: block; }
.service-card h3 {
  font-family: var(--font-body); font-weight: 800;
  font-size: 22px; letter-spacing: 0.02em; text-transform: uppercase;
  margin: 0 0 8px; line-height: 1.05; color: var(--bfm-black);
}
.service-card h3 .alt { color: var(--bfm-gold); display: block; }
.service-card p { font-size: 14.5px; line-height: 1.5; color: var(--bfm-ink-700); margin: 0; }
.service-card .arrow {
  align-self: center; width: 36px; height: 36px; border-radius: 50%;
  background: var(--bfm-black); color: var(--bfm-yellow);
  display: grid; place-items: center; font-size: 16px;
  transition: transform 200ms var(--ease-out);
}
.service-card:hover .arrow { transform: translateX(4px); }

/* CTA strip — full bleed black */
.cta-strip {
  background: var(--bfm-black); padding: 96px 28px; text-align: center;
  color: var(--bfm-cream);
}
.cta-strip h2 {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(56px, 7.5vw, 120px); line-height: 0.9; letter-spacing: -0.005em;
  margin: 0 0 8px; color: var(--bfm-cream); white-space: nowrap;
}
.cta-strip h2 .alt { color: var(--bfm-yellow); }
.cta-strip .punch {
  font-family: var(--font-script); font-weight: 700; font-size: 56px;
  color: var(--bfm-yellow); line-height: 1; margin-bottom: 26px;
}

/* ════════════════════════════════════════════════════════════════════════
   ABOUT — What We Do
   ════════════════════════════════════════════════════════════════════════ */
.story { background: var(--bfm-white); padding: 96px 28px 64px; }
.story-inner { max-width: 980px; margin: 0 auto; }
.story-grid { display: grid; grid-template-columns: 220px 1fr; gap: 56px; align-items: start; }
.story-grid .label {
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  font-weight: 700; color: var(--bfm-gold); padding-top: 6px;
  border-top: 1.5px solid var(--bfm-gold);
}
.story-grid p {
  font-size: 17px; line-height: 1.65; color: var(--bfm-ink-700); margin: 0 0 22px;
}
.story-grid p b { font-weight: 700; color: var(--bfm-black); border-bottom: 2px solid var(--bfm-gold); padding-bottom: 1px; }
.story-grid p:last-child { margin-bottom: 0; }

/* Approach steps (numbered) */
.approach { background: var(--bfm-paper); padding: 96px 28px; }
.approach-inner { max-width: 1240px; margin: 0 auto; }
.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step {
  background: var(--bfm-cream);
  border-radius: var(--radius-lg);
  padding: 28px 26px 26px;
  position: relative;
  border-top: 4px solid var(--bfm-black);
}
.step .num {
  font-family: var(--font-display); font-size: 56px; line-height: 1;
  color: var(--bfm-gold); margin-bottom: 12px;
}
.step h4 {
  font-family: var(--font-body); font-weight: 800;
  font-size: 17px; letter-spacing: 0.04em; text-transform: uppercase;
  margin: 0 0 10px; color: var(--bfm-black);
}
.step p { font-size: 13.5px; line-height: 1.5; color: var(--bfm-ink-700); margin: 0; }

/* Quote on yellow */
.quote-band { background: var(--bfm-yellow); padding: 96px 28px; text-align: center; }
.quote-band .quote {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(36px, 4.5vw, 64px); line-height: 1; letter-spacing: -0.005em;
  margin: 0 auto; max-width: 980px; color: var(--bfm-black);
}
.quote-band .quote .alt { color: var(--bfm-white); }
.quote-band .punchline {
  font-family: var(--font-script); font-weight: 700; font-size: 56px; line-height: 1;
  color: var(--bfm-black); margin-top: 20px;
}

/* ════════════════════════════════════════════════════════════════════════
   WHY (Services) — deep-dive pillars
   ════════════════════════════════════════════════════════════════════════ */
.why-intro { background: var(--bfm-white); padding: 96px 28px 32px; }

.pillars-stack { background: var(--bfm-white); padding: 32px 28px 96px; }
.pillars-stack-inner { max-width: 1240px; margin: 0 auto; display: grid; gap: 36px; }
.pillar-row {
  background: var(--bfm-cream);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid; grid-template-columns: 160px 1fr 1fr; gap: 48px;
  align-items: start;
}
.pillar-row .badge { width: 160px; height: 160px; }
.pillar-row .badge img { width: 160px; height: 160px; display: block; }
.pillar-row .num-label {
  font-family: var(--font-display); font-size: 64px; line-height: 0.9;
  color: var(--bfm-gold); margin: -6px 0 6px;
}
.pillar-row h3 {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: 52px; line-height: 0.95; letter-spacing: -0.005em;
  margin: 0 0 14px; color: var(--bfm-black);
}
.pillar-row h3 .alt { color: var(--bfm-gold); display: block; }
.pillar-row .lede { font-size: 16px; line-height: 1.55; color: var(--bfm-ink-700); margin: 0; }
.pillar-row .deliverables { padding-left: 0; }
.pillar-row .deliverables h5 {
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700;
  color: var(--bfm-black); margin: 0 0 14px;
  padding-bottom: 8px; border-bottom: 1.5px solid var(--bfm-black);
}
.pillar-row .deliverables ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.pillar-row .deliverables li {
  display: grid; grid-template-columns: 16px 1fr; gap: 10px; align-items: start;
  font-size: 14px; line-height: 1.5; color: var(--bfm-ink-700);
}
.pillar-row .deliverables li::before {
  content: '→'; color: var(--bfm-gold); font-weight: 700;
}

/* Why — top reasons band */
.reasons { background: var(--bfm-black); padding: 96px 28px; color: var(--bfm-cream); }
.reasons-inner { max-width: 1240px; margin: 0 auto; }
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.reason {
  border-top: 2px solid var(--bfm-yellow);
  padding-top: 24px;
}
.reason .num {
  font-family: var(--font-display); font-size: 56px; line-height: 1;
  color: var(--bfm-yellow); margin-bottom: 10px;
}
.reason h4 {
  font-family: var(--font-body); font-weight: 800;
  font-size: 18px; letter-spacing: 0.04em; text-transform: uppercase;
  margin: 0 0 12px; color: var(--bfm-cream);
}
.reason p { font-size: 14.5px; line-height: 1.55; color: rgba(255,252,240,0.78); margin: 0; }

/* ════════════════════════════════════════════════════════════════════════
   CLIENTS — Meet our clients
   ════════════════════════════════════════════════════════════════════════ */
.tabs { display: flex; justify-content: center; gap: 6px; margin-bottom: 56px; }
.tabs button {
  border: 0; background: transparent; cursor: pointer; padding: 10px 18px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bfm-ink-500); transition: all 120ms var(--ease-out);
}
.tabs button.active { background: var(--bfm-black); color: var(--bfm-yellow); }
.tabs button:hover:not(.active) { color: var(--bfm-black); }

.clients-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.client-tile {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  position: relative; overflow: hidden;
  background: var(--bfm-cream);
  border: 1px solid var(--line-hairline);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 24px;
  cursor: pointer;
  transition: transform 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
}
.client-tile:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(11,11,11,0.12); }
.client-tile.dark { background: var(--bfm-black); color: var(--bfm-cream); }
.client-tile.yellow { background: var(--bfm-yellow); }
.client-tile .meta {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.client-tile .meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--bfm-gold); }
.client-tile.dark .meta .dot { background: var(--bfm-yellow); }
.client-tile .title {
  font-family: var(--font-display); font-size: 38px; line-height: 0.92; text-transform: uppercase;
  margin: 0 0 8px; letter-spacing: -0.005em;
}
.client-tile .title .alt { color: var(--bfm-gold); }
.client-tile.dark .title .alt { color: var(--bfm-yellow); }
.client-tile .sub { font-size: 13px; line-height: 1.5; opacity: 0.85; }
.client-tile .stat {
  display: flex; gap: 18px; margin-top: 16px;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700;
}
.client-tile .stat .num {
  font-family: var(--font-display); font-size: 28px; line-height: 0.9;
  color: var(--bfm-gold); letter-spacing: 0;
  display: block;
  margin-bottom: 2px;
}
.client-tile.dark .stat .num { color: var(--bfm-yellow); }
.client-tile .arrow {
  align-self: flex-end;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--bfm-black); color: var(--bfm-yellow);
  display: grid; place-items: center; font-size: 14px;
}
.client-tile.dark .arrow { background: var(--bfm-yellow); color: var(--bfm-black); }
.client-tile.yellow .arrow { background: var(--bfm-black); color: var(--bfm-yellow); }

/* ABC SSG navy variant — for client tiles with their own brand palette */
.client-tile.navy {
  background: #1F3088;
  color: var(--bfm-cream);
}
.client-tile.navy .meta { color: rgba(255,252,240,0.9); }
.client-tile.navy .meta .dot { background: #FFD000; }
.client-tile.navy .title .alt { color: #FFD000; }
.client-tile.navy .sub { color: rgba(255,252,240,0.85); }
.client-tile.navy .stat .num { color: #FFD000; }
.client-tile.navy .arrow { background: #FFD000; color: #1F3088; }

/* Hero image inside a tile (e.g. client logo) */
.client-tile.has-hero { padding-top: 24px; overflow: hidden; }
.client-tile.has-hero .tile-hero {
  margin: 0 0 18px;
  aspect-ratio: 16 / 10;
  background: var(--bfm-white);
  border-radius: var(--radius-md);
  display: grid; place-items: center;
  padding: 18px 22px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18), inset 0 0 0 1px rgba(255,255,255,0.04);
}
.client-tile.has-hero .tile-hero img {
  max-width: 84%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.client-tile.has-hero .meta { padding-top: 4px; }

/* New-client flag */
.client-tile { position: relative; }
.client-tile .new-flag {
  position: absolute; top: 18px; right: 18px;
  background: var(--bfm-yellow); color: var(--bfm-black);
  font-family: var(--font-body); font-weight: 800; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  z-index: 2;
}
.client-tile.is-new { border-color: var(--bfm-yellow); }

/* Testimonial band */
.testimonial-band { background: var(--bfm-paper); padding: 96px 28px; }
.testimonial-band .testimonials { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.testimonial {
  background: var(--bfm-white);
  border: 1px solid var(--line-hairline);
  border-radius: var(--radius-lg);
  padding: 36px;
  position: relative;
}
.testimonial .mark-q {
  position: absolute; top: -16px; left: 28px;
  font-family: var(--font-display); font-size: 96px; line-height: 1; color: var(--bfm-gold);
}
.testimonial .quote-body {
  font-size: 17px; line-height: 1.55; color: var(--bfm-ink-700);
  margin: 18px 0 22px;
}
.testimonial .who {
  display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center;
}
.testimonial .who .avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--bfm-black); color: var(--bfm-yellow);
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 18px; letter-spacing: 0;
}
.testimonial .who .name {
  font-weight: 700; font-size: 13px; color: var(--bfm-black);
  letter-spacing: 0.04em;
}
.testimonial .who .role {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bfm-ink-500);
  font-weight: 600;
}

/* ════════════════════════════════════════════════════════════════════════
   CONTACT
   ════════════════════════════════════════════════════════════════════════ */
.contact-area {
  background: var(--bfm-paper);
  padding: 96px 28px;
}
.contact-area-inner {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start;
}
.contact-side h2 {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: 72px; line-height: 0.92; letter-spacing: -0.005em;
  margin: 0 0 18px; color: var(--bfm-black);
}
.contact-side h2 .alt { color: var(--bfm-gold); }
.contact-side .lede { font-size: 16px; line-height: 1.6; color: var(--bfm-ink-700); margin: 0 0 28px; }
.contact-meta { display: grid; gap: 20px; margin-top: 28px; }
.contact-meta .row {
  display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start;
}
.contact-meta .row .ico {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--bfm-black); color: var(--bfm-yellow);
  display: grid; place-items: center;
  font-size: 14px; font-weight: 700;
}
.contact-meta .row .label {
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  font-weight: 700; color: var(--bfm-ink-500); margin-bottom: 3px;
}
.contact-meta .row .value { font-size: 15px; color: var(--bfm-black); }
.contact-meta .row .value a { color: var(--bfm-black); text-decoration: none; border-bottom: 1.5px solid var(--bfm-gold); }
.contact-meta .row .value a:hover { color: var(--bfm-gold); }

.contact-form {
  background: var(--bfm-white);
  border: 1px solid var(--line-hairline);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.contact-form .full { grid-column: 1 / -1; }
.contact-form .field { display: grid; gap: 6px; }
.contact-form label {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--bfm-black);
}
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: 13px 14px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--bfm-black); background: var(--bfm-white);
  font-family: var(--font-body); font-size: 14px; color: var(--bfm-black);
  outline: none; transition: 120ms var(--ease-out);
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  border-color: var(--bfm-gold);
  box-shadow: 0 0 0 3px rgba(192,143,63,0.18);
}
.contact-form .submit-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 6px; }
.contact-form .fineprint {
  font-size: 11px; color: var(--bfm-ink-500); line-height: 1.4;
}

/* Service chips inside contact (interest pills) */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips .chip {
  border: 1.5px solid var(--bfm-black);
  background: transparent;
  color: var(--bfm-black);
  font-family: var(--font-body); font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 999px;
  cursor: pointer; transition: 120ms var(--ease-out);
}
.chips .chip:hover { background: var(--bfm-black); color: var(--bfm-yellow); }
.chips .chip.active { background: var(--bfm-black); color: var(--bfm-yellow); }

/* Success / toast */
.toast {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%);
  background: var(--bfm-black); color: var(--bfm-yellow);
  padding: 14px 24px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  opacity: 0; pointer-events: none;
  transition: opacity 200ms var(--ease-out), transform 200ms var(--ease-out);
  z-index: 100;
}
.toast.show { opacity: 1; transform: translate(-50%, -8px); }

.contact-success {
  background: var(--bfm-cream);
  border: 1px solid var(--bfm-gold);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
}
.contact-success .check {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--bfm-black); color: var(--bfm-yellow);
  display: grid; place-items: center; margin: 0 auto 18px;
  font-size: 24px; font-weight: 800;
}
.contact-success h3 {
  font-family: var(--font-display); font-size: 40px; line-height: 0.95;
  text-transform: uppercase; margin: 0 0 10px; color: var(--bfm-black);
}
.contact-success p { font-size: 15px; line-height: 1.55; color: var(--bfm-ink-700); margin: 0 auto; max-width: 460px; }

/* Logo strip (clients page) */
.logo-strip { background: var(--bfm-white); padding: 64px 28px; border-top: 1px solid var(--line-hairline); border-bottom: 1px solid var(--line-hairline); }
.logo-strip-inner { max-width: 1240px; margin: 0 auto; }
.logo-strip h6 {
  font-size: 11px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--bfm-ink-500); text-align: center; margin: 0 0 30px;
}
.logo-strip .row {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px; align-items: center; justify-items: center;
}
.logo-strip .row .fake-logo {
  font-family: var(--font-display); font-size: 22px; line-height: 1;
  text-transform: uppercase; color: var(--bfm-ink-500); opacity: 0.8;
  letter-spacing: 0.02em;
  text-align: center;
}
.logo-strip .row .fake-logo small {
  display: block; font-family: var(--font-body); font-size: 9px;
  font-weight: 600; letter-spacing: 0.2em; margin-top: 4px;
  color: var(--bfm-ink-500);
}


/* ════════════════════════════════════════════════════════════════════════
   RESPONSIVE — mobile + tablet
   ════════════════════════════════════════════════════════════════════════ */

/* ---- Tablet ≤ 1024 ---- */
@media (max-width: 1024px) {
  .section { padding: 72px 22px; }
  .page-banner { padding: 72px 22px 90px; }
  .hero-inner { padding: 72px 22px; gap: 36px; grid-template-columns: 1.1fr 1fr; }
  .approach-grid { grid-template-columns: repeat(2, 1fr); }
  .reasons-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .pillar-row { grid-template-columns: 128px 1fr 1fr; gap: 28px; padding: 36px; }
  .pillar-row .badge,
  .pillar-row .badge img { width: 128px; height: 128px; }
  .pillar-row h3 { font-size: 42px; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-band .testimonials { grid-template-columns: 1fr; }
  .contact-area-inner { grid-template-columns: 1fr; gap: 36px; }
  .site-footer-inner { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer-inner > .footer-col:last-child { grid-column: 1 / -1; }
  .services-list { grid-template-columns: 1fr; }
}

/* ---- Mobile ≤ 720 ---- */
@media (max-width: 720px) {
  .section { padding: 56px 18px; }

  /* HEADER — collapse to mark + hamburger */
  .site-header-inner {
    padding: 14px 18px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }
  .site-logo img { height: 32px; }
  .site-logo .name { font-size: 18px; }
  .site-logo .tag { display: none; }
  .site-nav {
    position: fixed; inset: 64px 0 0; z-index: 25;
    background: var(--bfm-black);
    flex-direction: column; justify-content: flex-start; align-items: stretch;
    padding: 32px 28px; gap: 0;
    transform: translateX(100%);
    transition: transform 240ms var(--ease-out);
  }
  .site-nav.open { transform: translateX(0); }
  .site-nav a {
    color: var(--bfm-cream);
    font-size: 22px; letter-spacing: 0.08em;
    padding: 18px 0; border-bottom: 1px solid rgba(255,252,240,0.08);
    text-align: left;
  }
  .site-nav a:hover, .site-nav a.active { color: var(--bfm-yellow); }
  .site-nav a.active::after { display: none; }
  .site-cta { display: none; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 999px;
    background: var(--bfm-black); color: var(--bfm-yellow);
    border: 0; cursor: pointer; padding: 0;
  }
  .nav-toggle svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2.4; fill: none; stroke-linecap: round; }

  /* PAGE BANNER */
  .page-banner { padding: 56px 18px 72px; }
  .page-banner .eyebrow { font-size: 10px; gap: 10px; }
  .page-banner h1 { font-size: clamp(54px, 14vw, 88px); line-height: 0.88; }
  .page-banner .sub { font-size: 15px; }

  /* HERO */
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 56px 18px 72px; gap: 36px;
  }
  .hero h1 {
    font-size: clamp(56px, 16vw, 96px);
    white-space: normal;
  }
  .hero-lede { font-size: 16px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { padding: 12px 18px; font-size: 12px; }
  .hero-art {
    aspect-ratio: 4/4.6;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
  .hero-art .mark { width: 160px; transform: translateY(-22px); }
  .hero-art .label .word { font-size: 30px; }
  .hero-art .marquee { font-size: 9px; gap: 6px; }

  /* SECTION TYPE */
  .section-title { font-size: clamp(42px, 11vw, 72px); }
  .section-lede { font-size: 16px; margin-bottom: 40px; }
  .section-eyebrow { font-size: 10px; gap: 10px; max-width: 320px; }

  /* SERVICES TEASER */
  .services-list { gap: 14px; }
  .service-card {
    grid-template-columns: 72px 1fr;
    padding: 20px 22px; gap: 16px;
  }
  .service-card .badge,
  .service-card .badge img { width: 72px; height: 72px; }
  .service-card .arrow { display: none; }
  .service-card h3 { font-size: 18px; }
  .service-card p { font-size: 13.5px; }

  /* QUOTE BAND */
  .quote-band { padding: 64px 18px; }
  .quote-band .quote { font-size: clamp(28px, 7vw, 48px); }
  .quote-band .punchline { font-size: 38px; margin-top: 14px; }

  /* CTA STRIP */
  .cta-strip { padding: 64px 18px; }
  .cta-strip h2 {
    font-size: clamp(48px, 13vw, 80px);
    white-space: normal;
  }
  .cta-strip .punch { font-size: 36px; }
  .cta-strip .btn { padding: 14px 22px; font-size: 12px; }

  /* ABOUT — story */
  .story { padding: 64px 18px 32px; }
  .story-grid { grid-template-columns: 1fr; gap: 24px; }
  .story-grid .label { padding-top: 10px; }
  .story-grid p { font-size: 16px; }

  /* APPROACH */
  .approach { padding: 64px 18px; }
  .approach-grid { grid-template-columns: 1fr; gap: 14px; }
  .step { padding: 22px 22px 20px; }
  .step .num { font-size: 44px; }

  /* WHY — pillar rows */
  .why-intro { padding: 64px 18px 24px; }
  .pillars-stack { padding: 24px 18px 64px; gap: 22px; }
  .pillars-stack-inner { gap: 22px; }
  .pillar-row {
    grid-template-columns: 1fr;
    gap: 22px; padding: 28px 24px;
    text-align: left;
  }
  .pillar-row .badge { width: 88px; height: 88px; margin: 0 auto; }
  .pillar-row .badge img { width: 88px; height: 88px; }
  .pillar-row .num-label { font-size: 44px; margin-top: 0; text-align: center; }
  .pillar-row h3 { font-size: 36px; text-align: center; }
  .pillar-row .lede { font-size: 15px; text-align: center; }
  .pillar-row .deliverables { padding-top: 8px; }
  .pillar-row .deliverables h5 { text-align: center; border-bottom: none; }

  /* REASONS */
  .reasons { padding: 64px 18px; }
  .reasons-grid { grid-template-columns: 1fr; gap: 18px; }
  .reason { padding-top: 18px; }
  .reason .num { font-size: 44px; }

  /* CLIENTS */
  .tabs { flex-wrap: wrap; margin-bottom: 36px; gap: 4px; }
  .tabs button { font-size: 11px; padding: 8px 12px; }
  .clients-grid { grid-template-columns: 1fr; gap: 16px; }
  .client-tile {
    aspect-ratio: auto;
    min-height: 320px;
    padding: 22px;
  }
  .client-tile .title { font-size: 32px; }
  .client-tile.has-hero .tile-hero { aspect-ratio: 16/9; }

  /* TESTIMONIALS */
  .testimonial-band { padding: 64px 18px; }
  .testimonial { padding: 28px; }
  .testimonial .mark-q { font-size: 72px; }
  .testimonial .quote-body { font-size: 15.5px; }

  /* CONTACT */
  .contact-area { padding: 56px 18px; }
  .contact-side h2 { font-size: 56px; }
  .contact-form {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 14px;
  }
  .contact-form .submit-row { flex-direction: column; align-items: stretch; gap: 14px; }
  .contact-form .fineprint { text-align: left; }
  .contact-form .submit-row .btn { width: 100%; justify-content: center; }
  .contact-success { padding: 28px 24px; }
  .contact-success h3 { font-size: 32px; }

  /* FOOTER */
  .site-footer { padding: 48px 18px 24px; }
  .site-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .site-footer-inner .footer-brand { grid-column: 1 / -1; }
  .footer-brand .lock .name { font-size: 22px; }
  .footer-legal {
    flex-direction: column; gap: 8px; text-align: center;
    font-size: 10px;
  }

  /* TOAST */
  .toast { left: 18px; right: 18px; transform: none; bottom: 18px; }
  .toast.show { transform: translateY(-6px); }
}

/* Hide hamburger above mobile */
@media (min-width: 721px) {
  .nav-toggle { display: none; }
}
