/* ──────────────────────────────────────────────────────────────────
   Represent Commercial — Shared stylesheet
   British Racing Green primary · Brushed Gold accent · 3-font system
   ────────────────────────────────────────────────────────────────── */

:root {
  --green: #004225;
  --green-deep: #002D18;
  --green-bright: #00A35E;
  --gold: #C9A84C;
  --gold-ink: #8C6E1A;
  --sand: #D4C5A9;
  --bg-light: #F8F9F8;
  --border-light: #E1E4E1;
  --text-mid: #8A918A;
  --text-dark: #4A504A;
  --text-black: #0D0F0D;
  --f-display: 'Barlow Condensed', sans-serif;
  --f-editorial: 'Cormorant Garamond', serif;
  --f-body: 'DM Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  color: var(--text-black);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font-family: inherit; cursor: pointer; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--green-deep); }
::-webkit-scrollbar-thumb { background: var(--green); border-radius: 4px; }

/* ─── Layout ─── */
main { padding-top: 68px; }
.container { max-width: 1320px; margin: 0 auto; width: 100%; }
.section { padding: 112px 48px; position: relative; overflow: hidden; }
.section--green { background: var(--green); color: #fff; }
.section--deep { background: var(--green-deep); color: #fff; }
.section--light { background: var(--bg-light); }
.section--hero { padding: 140px 48px 96px; }
.section--narrow { padding: 80px 48px; }

/* Decorative concentric circles on dark sections */
.circle { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,0.03); pointer-events: none; top: 50%; transform: translateY(-50%); }
.circle-tr { top: auto; transform: none; }

/* ─── Typography ─── */
.eyebrow { font-family: var(--f-body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 12px; }
.eyebrow--gold { color: var(--gold); }
.eyebrow--dim-dark { color: rgba(255,255,255,0.4); }
.eyebrow--dim-light { color: rgba(0,66,37,0.4); }

h1, h2, h3 { font-family: var(--f-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.h-hero { font-size: clamp(60px, 8vw, 112px); line-height: 0.9; color: #fff; margin: 0; }
.h-1 { font-size: clamp(48px, 7vw, 88px); line-height: 0.92; }
.h-2 { font-size: clamp(40px, 5vw, 68px); line-height: 0.95; }
.h-3 { font-size: clamp(36px, 4.4vw, 64px); line-height: 0.95; }
.h-4 { font-size: clamp(32px, 4vw, 56px); line-height: 0.98; }
.italic { font-family: var(--f-editorial); font-style: italic; font-weight: 400; text-transform: none; letter-spacing: -0.01em; }

.lede { font-family: var(--f-body); font-size: 17px; line-height: 1.75; color: rgba(255,255,255,0.6); }
.lede--light { color: var(--text-dark); }
.body { font-family: var(--f-body); font-size: 15px; line-height: 1.8; color: var(--text-dark); }
.body--small { font-size: 14px; line-height: 1.75; }
.body--dim-dark { color: rgba(255,255,255,0.55); }
.tagline { font-family: var(--f-editorial); font-style: italic; font-size: 22px; line-height: 1.4; color: rgba(255,255,255,0.6); }
.tagline--quote { color: var(--text-dark); border-left: 2px solid var(--gold); padding-left: 20px; }

.gold-rule { width: 48px; height: 2px; background: var(--gold); display: block; margin: 0; border: 0; }

/* ─── Buttons ─── */
.btn { display: inline-block; font-family: var(--f-body); font-weight: 700; text-decoration: none; border: 1.5px solid transparent; border-radius: 8px; transition: opacity 0.2s, border-color 0.2s, background 0.2s; cursor: pointer; white-space: nowrap; }
.btn--lg { font-size: 15px; padding: 15px 34px; }
.btn--md { font-size: 14px; padding: 14px 30px; }
.btn--sm { font-size: 13px; padding: 9px 22px; font-weight: 700; }
.btn--gold { background: var(--gold); color: var(--green-deep); border-color: var(--gold); }
.btn--gold:hover { opacity: 0.85; }
.btn--green { background: var(--green); color: #fff; border-color: var(--green); }
.btn--green:hover { opacity: 0.85; }
.btn--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.25); }
.btn--outline:hover { border-color: rgba(255,255,255,0.6); }

/* ─── Header ─── */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(0,45,24,0.97); border-bottom: 1px solid rgba(255,255,255,0.06); height: 68px; display: flex; align-items: center; padding: 0 48px; backdrop-filter: blur(12px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 1320px; margin: 0 auto; }
.logo { text-decoration: none; display: inline-block; }
.logo__primary { font-family: var(--f-display); font-size: 38px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1; }
.logo__sub { font-family: var(--f-body); font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.38); text-transform: uppercase; letter-spacing: 0.35em; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav__link { font-family: var(--f-body); font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.48); padding: 8px 18px; border-radius: 6px; text-decoration: none; border-bottom: 1px solid transparent; transition: color 0.2s; }
.site-nav__link:hover { color: #fff; }
.site-nav__link.is-active { color: #fff; border-bottom-color: var(--gold); }
.site-nav__cta { margin-left: 12px; }

/* ─── Footer ─── */
.site-footer { background: var(--green-deep); padding: 80px 48px 40px; border-top: 1px solid rgba(255,255,255,0.06); color: rgba(255,255,255,0.45); }
.site-footer__inner { max-width: 1320px; margin: 0 auto; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; margin-bottom: 64px; }
.footer-col--hidden { display: none; }
.footer-brand .logo__primary { font-size: 32px; }
.footer-brand .logo__sub { font-size: 9px; margin: 3.4px 0 20px; color: rgba(255,255,255,0.3); }
.footer-brand .gold-rule { margin-bottom: 20px; }
.footer-brand .tagline { font-size: 18px; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.32); line-height: 1.7; max-width: 280px; }
.footer-col h3, .footer-col h4 { font-family: var(--f-body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col li, .footer-col a, .footer-col p { font-family: var(--f-body); font-size: 14px; color: rgba(255,255,255,0.45); line-height: 2; text-decoration: none; transition: color 0.2s; display: block; }
.footer-col a:hover { color: #fff; }
.footer-contact { line-height: 2.1; font-size: 14px; }
.footer-contact .stack { margin-top: 8px; }
.footer-meta { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-family: var(--f-body); font-size: 12px; color: rgba(255,255,255,0.22); }
.footer-meta__legals { display: flex; gap: 28px; color: rgba(255,255,255,0.34); }
.footer-meta__legals span { color: rgba(255,255,255,0.22); margin-right: 8px; }
.footer-linkedin { display: inline-flex; align-items: center; gap: 24px; color: var(--gold) !important; font-weight: 600; margin-top: 8px; }
.footer-linkedin:hover { opacity: 0.75; }

/* ─── Stat blocks (track record) ─── */
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,0.08); border-left: 1px solid rgba(255,255,255,0.08); }
.stat-cell { border-right: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 40px 36px 36px; min-height: 220px; }
.stat-cell__value { font-family: var(--f-display); font-size: clamp(64px, 7vw, 96px); font-weight: 700; color: var(--gold); line-height: 0.95; margin-bottom: 18px; letter-spacing: -0.01em; }
.stat-cell__label { font-family: var(--f-body); font-size: 11px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.18em; margin-bottom: 8px; }
.stat-cell__sub { font-family: var(--f-body); font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.55; }

/* ─── Pillars (operating model) ─── */
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.pillar { border-top: 2px solid var(--border-light); padding-top: 24px; }
.pillar__n { font-family: var(--f-body); font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 0.2em; margin-bottom: 16px; }
.pillar__title { font-family: var(--f-display); font-size: 26px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.05; margin-bottom: 14px; }
.pillar__body { font-family: var(--f-body); font-size: 14px; color: var(--text-dark); line-height: 1.75; }

/* ─── Service tier cards (home variant) ─── */
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.tier { background: #fff; border: 1px solid var(--border-light); border-radius: 12px; padding: 32px 28px; display: flex; flex-direction: column; position: relative; }
.tier--featured { background: var(--green); border-color: var(--green); }
.tier__badge { position: absolute; top: -1px; right: 24px; background: var(--gold); color: var(--green-deep); font-family: var(--f-body); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; padding: 5px 12px; border-radius: 0 0 4px 4px; }
.tier__num { font-family: var(--f-body); font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 0.2em; margin-bottom: 14px; }
.tier__name { font-family: var(--f-display); font-size: 44px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.03em; line-height: 0.95; margin-bottom: 16px; }
.tier--featured .tier__name { color: #fff; }
.tier__tag { font-family: var(--f-editorial); font-style: italic; font-size: 17px; color: var(--text-dark); line-height: 1.45; margin-bottom: 20px; }
.tier--featured .tier__tag { color: rgba(255,255,255,0.7); }
.tier__divider { height: 1px; background: var(--border-light); margin-bottom: 18px; }
.tier--featured .tier__divider { background: rgba(255,255,255,0.18); }
.tier__plus { font-family: var(--f-body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); margin-bottom: 4px; line-height: 1.5; }
.tier__items { list-style: none; display: flex; flex-direction: column; flex: 1; margin: 0; padding: 0; }
.tier__items li { display: flex; gap: 10px; align-items: flex-start; font-family: var(--f-body); font-size: 13px; color: var(--text-dark); line-height: 1.5; padding: 11px 0; border-bottom: 1px dashed rgba(0,0,0,0.14); }
.tier__items li:last-child { border-bottom: 0; }
.tier__items li::before { content: "—"; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.tier--featured .tier__items li { color: rgba(255,255,255,0.85); border-bottom-color: rgba(255,255,255,0.16); }
.tier__fee { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--border-light); font-family: var(--f-body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold); }
.tier--featured .tier__fee { border-top-color: rgba(255,255,255,0.18); }

/* ─── Step-rhythm row ─── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.steps::before { content: ""; position: absolute; top: 40px; left: 12.5%; right: 12.5%; height: 1px; background: rgba(0,66,37,0.12); z-index: 0; }
.step { position: relative; z-index: 1; padding-right: 24px; }
.step__circle { width: 80px; height: 80px; border-radius: 50%; background: #fff; border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; font-family: var(--f-display); font-size: 28px; font-weight: 700; color: var(--green); }
.step__eyebrow { font-family: var(--f-body); font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 0.2em; margin-bottom: 8px; }
.step__title { font-family: var(--f-display); font-size: 32px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 14px; }
.step__body { font-family: var(--f-body); font-size: 14px; color: var(--text-dark); line-height: 1.7; }

/* ─── Client cards (Who We Work With) ─── */
.client-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 28px 32px; display: flex; gap: 22px; align-items: flex-start; }
.client-card__icon { width: 48px; height: 48px; border-radius: 10px; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.client-card__title { font-family: var(--f-display); font-size: 24px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 6px; }
.client-card__body { font-family: var(--f-body); font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.65; }

/* ─── Project cards ─── */
.proj-card { background: #fff; border: 1px solid var(--border-light); border-radius: 14px; padding: 40px 40px 36px; height: 100%; }
.proj-card__head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; }
.proj-card__loc { font-family: var(--f-body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 6px; }
.proj-card__tag { font-family: var(--f-body); font-size: 13px; color: var(--text-mid); text-transform: uppercase; letter-spacing: 0.1em; }
.proj-card__headline { font-family: var(--f-display); font-size: clamp(56px, 5vw, 80px); font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.95; margin-bottom: 24px; }
.proj-card__divider { height: 1px; background: var(--border-light); margin-bottom: 24px; }

/* ─── Credentials cards (about) ─── */
.cred-card { background: #fff; border: 1px solid var(--border-light); border-radius: 10px; padding: 14px 18px; display: flex; gap: 16px; }
.cred-card__label { font-family: var(--f-body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-mid); width: 96px; flex-shrink: 0; padding-top: 2px; }
.cred-card__value { font-family: var(--f-body); font-size: 14px; color: #2E332E; line-height: 1.5; }

/* ─── Headshot card (about hero) ─── */
.headshot { position: relative; width: 300px; flex-shrink: 0; }
.headshot picture { display: block; }
.headshot__back { position: absolute; inset: 0; border-radius: 12px; background: rgba(201,168,76,0.12); transform: translate(10px, 10px); }
.headshot__img { position: relative; width: 300px; height: 380px; object-fit: cover; object-position: center top; border-radius: 12px; filter: grayscale(15%) contrast(1.05); }
.headshot__caption { position: absolute; bottom: 0; left: 0; right: 0; border-radius: 0 0 12px 12px; background: linear-gradient(to top, rgba(0,45,24,0.92) 30%, transparent 100%); padding: 36px 20px 18px; }
.headshot__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.headshot__name { font-family: var(--f-display); font-size: 20px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.06em; }
.headshot__role { font-family: var(--f-body); font-size: 11px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.18em; margin-top: 3px; }
.linkedin-btn { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: #fff; text-decoration: none; flex-shrink: 0; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.linkedin-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--green-deep); }

/* ─── Tier rows (services page) ─── */
.tier-row { background: #fff; border: 1px solid var(--border-light); border-radius: 14px; padding: 40px 44px; display: grid; grid-template-columns: 90px 280px 1fr; gap: 40px; align-items: start; position: relative; }
.tier-row--featured { border: 1.5px solid rgba(201,168,76,0.5); }
.tier-row__num { font-family: var(--f-display); font-size: 72px; font-weight: 700; color: var(--green); line-height: 0.9; }
.tier-row__name { font-family: var(--f-display); font-size: 44px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.03em; line-height: 0.95; margin-bottom: 14px; }
.tier-row__tag { font-family: var(--f-editorial); font-style: italic; font-size: 18px; color: var(--text-dark); line-height: 1.45; margin-bottom: 18px; }
.tier-row__fee { display: inline-block; font-family: var(--f-body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold); background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.25); padding: 5px 10px; border-radius: 4px; }
.tier-row__scope { font-family: var(--f-body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--text-mid); margin-bottom: 16px; }
.tier-row__items { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.tier-row__items li { display: flex; gap: 10px; align-items: flex-start; font-family: var(--f-body); font-size: 14px; color: var(--text-dark); line-height: 1.5; }
.tier-row__items li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); margin-top: 8px; flex-shrink: 0; }

/* ─── Form ─── */
.form-card { background: #fff; border-radius: 16px; padding: 44px; border: 1px solid var(--border-light); box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.form-card__eyebrow { font-family: var(--f-body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold); margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-family: var(--f-body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-dark); margin-bottom: 6px; }
.field input, .field textarea { width: 100%; font-family: var(--f-body); font-size: 14px; color: var(--text-black); background: var(--bg-light); border: 1.5px solid var(--border-light); border-radius: 8px; padding: 11px 14px; outline: none; transition: border-color 0.2s; }
.field input:focus, .field textarea:focus { border-color: var(--green); }
.field textarea { resize: vertical; }
.form-submit { width: 100%; background: var(--green); border: none; cursor: pointer; font-family: var(--f-body); font-size: 15px; font-weight: 700; color: #fff; padding: 15px 0; border-radius: 8px; transition: opacity 0.2s; }
.form-submit:hover { opacity: 0.85; }
.form-note { font-family: var(--f-body); font-size: 12px; color: var(--text-mid); text-align: center; margin-top: 14px; }
.form-success { text-align: center; padding: 48px 0; }
.form-success__icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(0,163,94,0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; border: 1.5px solid rgba(0,163,94,0.3); }

/* ─── Contact details list ─── */
.contact-list { display: flex; flex-direction: column; }
.contact-row { display: flex; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--border-light); }
.contact-row__label { font-family: var(--f-body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-mid); width: 80px; padding-top: 2px; }
.contact-row__value, .contact-row a { font-family: var(--f-body); font-size: 15px; color: var(--green); font-weight: 500; text-decoration: none; transition: color 0.2s; }
.contact-row a:hover { color: var(--gold); }

/* ─── Reveal animation ─── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ─── Responsive ─── */
@media (max-width: 1100px) {
  .site-header { padding: 0 24px; }
  .logo__primary { font-size: 32px; }
  .logo__sub { font-size: 10px; letter-spacing: 0.3em; }
  .section { padding: 96px 32px; }
  .section--hero { padding: 130px 32px 80px; }
  .container { padding: 0; }
  /* Inline-style grid overrides */
  [style*="grid-template-columns: 1fr 1.2fr"],
  [style*="grid-template-columns: 1fr auto"] { grid-template-columns: 1fr !important; gap: 48px !important; }
}

@media (max-width: 900px) {
  .site-header { height: 60px; padding: 0 20px; }
  .logo__primary { font-size: 26px; }
  .logo__sub { font-size: 9px; margin-top: 2px; }
  .site-nav { gap: 0; }
  .site-nav__link { padding: 6px 10px; font-size: 12px; }
  .site-nav__cta { padding: 8px 14px !important; font-size: 11px !important; margin-left: 8px; }
  main { padding-top: 60px; }

  .section { padding: 72px 24px; }
  .section--hero { padding: 100px 24px 64px; }
  .section--narrow { padding: 56px 24px; }

  /* Hero typography */
  .h-hero { font-size: clamp(44px, 11vw, 76px) !important; }
  .h-1 { font-size: clamp(40px, 9vw, 64px) !important; }
  .h-2 { font-size: clamp(34px, 8vw, 52px) !important; }
  .h-3 { font-size: clamp(30px, 7vw, 46px) !important; }
  .h-4 { font-size: clamp(26px, 6vw, 40px) !important; }
  .tagline, blockquote.tagline { font-size: 18px !important; }
  .lede { font-size: 16px !important; }

  /* Buttons stack on mobile, take full width */
  .btn--lg { padding: 13px 24px; font-size: 14px; }
  .btn--md { padding: 12px 22px; font-size: 13px; }

  /* Grid collapses */
  .pillar-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .tier-grid { grid-template-columns: 1fr; gap: 16px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .stat-cell { padding: 28px 24px; min-height: 0; }
  .stat-cell__value { font-size: clamp(48px, 11vw, 72px) !important; }
  .steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .steps::before { display: none; }
  .step { padding-right: 0; }
  .step__circle { width: 64px; height: 64px; font-size: 22px; margin-bottom: 16px; }
  .step__title { font-size: 26px; }

  /* Inline grid overrides */
  [style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; gap: 24px !important; }
  [style*="grid-template-columns: 1fr 1.2fr"],
  [style*="grid-template-columns: 1fr auto"] { grid-template-columns: 1fr !important; gap: 40px !important; }
  /* CTA strip flex */
  .section--narrow .container[style*="justify-content: space-between"] { flex-direction: column !important; align-items: flex-start !important; gap: 24px !important; }

  /* Headshot card */
  .headshot, .headshot__img { width: 100% !important; height: auto !important; aspect-ratio: 3 / 4; }
  .headshot__back { transform: translate(8px, 8px); }

  /* Tier rows on services page */
  .tier-row { grid-template-columns: 1fr !important; gap: 20px; padding: 28px; }
  .tier-row__items { column-count: 1 !important; }
  .tier-row__num { font-size: 56px; }
  .tier-row__name { font-size: 36px; }

  /* Credentials cards on about */
  .cred-card { flex-direction: column; gap: 6px; }
  .cred-card__label { width: auto; }

  /* Contact list */
  .contact-row { gap: 16px; }
  .form-card { padding: 28px 24px; }
  .form-grid { grid-template-columns: 1fr; }

  /* Footer */
  .site-footer { padding: 56px 24px 32px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 40px; }
  .footer-meta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .section { padding: 56px 20px; }
  .section--hero { padding: 88px 20px 56px; }
  .section--narrow { padding: 44px 20px; }

  /* Header: compact further, allow nav to live below logo or shrink */
  .site-header__inner { gap: 12px; }
  .logo__primary { font-size: 22px; }
  .logo__sub { font-size: 8px; letter-spacing: 0.25em; }
  .site-nav__link { display: none; }  /* hide About/Services text links, keep CTA button only */
  .site-nav__cta { margin-left: 0; }

  /* Stack pillars + stats + steps to single column */
  .pillar-grid { grid-template-columns: 1fr; gap: 24px; }
  .stat-grid { grid-template-columns: 1fr; border-top: 0; border-left: 0; }
  .stat-cell { border-left: 1px solid rgba(255,255,255,0.08); border-top: 1px solid rgba(255,255,255,0.08); }
  .steps { grid-template-columns: 1fr; gap: 28px; }

  .tier { padding: 24px 20px; }
  .tier__name { font-size: 36px; }
  .tier-row { padding: 24px 20px; }

  /* Hero buttons take full width */
  .btn--lg { width: 100%; text-align: center; }

  /* Footer single col */
  .site-footer__grid { grid-template-columns: 1fr; gap: 32px; }

  /* Project cards & client cards padding */
  .proj-card { padding: 28px 24px; }
  .proj-card__headline { font-size: clamp(42px, 12vw, 60px) !important; }
  .client-card { padding: 22px 20px; gap: 14px; }

  /* Italic 'managed with intent' accent line */
  .italic { letter-spacing: 0 !important; }
}

/* a11y: gold text on light */
.section--light .eyebrow--gold,.section--light .pillar__n,.section--light .step__eyebrow,.section--light .proj-card__loc,.tier:not(.tier--featured) .tier__num,.tier:not(.tier--featured) .tier__plus,.tier:not(.tier--featured) .tier__fee{color:var(--gold-ink)}

/* ─── Mobile nav (hamburger) ─── */
.nav-toggle { display: none; }
.nav-extra { display: none; }
@media (max-width: 600px) {
  .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 11px; margin-left: auto; background: transparent; border: 0; cursor: pointer; }
  .nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.22s ease, opacity 0.2s ease; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .site-nav { position: absolute; top: 60px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 6px 0 12px; background: rgba(0,45,24,0.98); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.08); box-shadow: 0 16px 30px rgba(0,0,0,0.35); }
  .site-nav.is-open { display: flex; }
  .site-nav__link { display: block !important; padding: 14px 24px; font-size: 15px; color: rgba(255,255,255,0.74); border-bottom: 0; border-radius: 0; }
  .site-nav__link.is-active { color: #fff; border-bottom-color: transparent; box-shadow: inset 3px 0 0 var(--gold); }
  .site-nav__cta { display: block; margin: 10px 24px 4px !important; text-align: center; }
  .nav-extra { display: block !important; }
}
