/* ─── Carbon Neutral Approach — Stylesheet ────────────────────────────────── */

/* ── Custom Properties ──────────────────────────────────────────────────── */
:root {
  --ink:         #111410;
  --ink-mid:     #2d3129;
  --ink-soft:    #5a6057;
  --cream:       #f5f1e8;
  --cream-mid:   #ece7da;
  --white:       #ffffff;
  --brass:       #9b7a3b;
  --brass-light: #c9a55a;
  --dark:        #0e1210;
  --dark-mid:    #1a2018;
  --dark-green:  #1f2e22;
  --border:      #d9d3c5;
  --max:         1160px;
  --font-display:'Jost', system-ui, sans-serif;
  --font-body:   'Jost', system-ui, sans-serif;
  --font-serif:  'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --ease:        cubic-bezier(0.4, 0, 0.2, 1);
  --text-body:   0.95rem;
  --text-btn:    0.82rem;
}

/* ── Reset & Base ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a   { color: inherit; }

/* ── Typography ─────────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 200;
  line-height: 1.3;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.6rem, 5.5vw, 4.4rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }

p  { margin: 0 0 1rem; }

/* ── Utilities ──────────────────────────────────────────────────────────── */
.section-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

.section-label {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 1rem;
}

.section-header {
  max-width: 800px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.section-intro {
  font-size: var(--text-body);
  color: var(--ink-soft);
  margin: 0;
}

/* ── Buttons ────────────────────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--text-btn);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
  cursor: pointer;
}

.btn--primary {
  background: var(--brass);
  color: var(--white);
  border-color: var(--brass);
}
.btn--primary:hover {
  background: var(--brass-light);
  border-color: var(--brass-light);
}

.btn--ghost {
  background: transparent;
  color: rgba(255,255,255,0.88);
  border-color: rgba(255,255,255,0.36);
}
.btn--ghost:hover {
  background: rgba(255,255,255,0.1);
  color: var(--white);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.48);
}
.btn--outline:hover {
  background: rgba(255,255,255,0.08);
}

.btn--large {
  padding: 17px 38px;
}

/* ── Site Header ────────────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--dark);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  height: 82px;
}

/* Logo lockup — gold atom mark + wordmark (shared by header & footer) */
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-mark {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 1.75rem;
  letter-spacing: 0.14em;
  margin-right: -0.14em;
  line-height: 1;
  color: var(--brass-light);
  flex-shrink: 0;
}

/* Brand logo mark (gold atom + C) */
.brand-logo {
  display: block;
  height: 52px;
  width: auto;
  flex-shrink: 0;
}
.footer-brand .brand-logo { height: 62px; }

/* Full horizontal logo (gold atom-C + wordmark + tagline) on transparent bg */
.brand-logo-full {
  display: block;
  height: 72px;
  width: auto;
  flex-shrink: 0;
}
/* Footer logo runs a touch larger than the header on wider screens */
@media (min-width: 561px) {
  .footer-brand .brand-logo-full { height: 82px; }
}

/* Wordmark beside the mark — gold-gradient serif */
.brand-wordmark {
  display: grid;
  gap: 4px;
}
.brand-wordmark strong {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.05;
  white-space: nowrap;
  background: linear-gradient(180deg, #e9cd82 0%, #c9a55a 55%, #9b7a3b 100%);
  color: #c9a55a;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .brand-wordmark strong {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
.brand-wordmark > span {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-light);
  white-space: nowrap;
}

/* The "o" in Carbon rendered as a globe wrapped in electron orbits */
.orbit-o { white-space: nowrap; }

.orbit-o__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.orbit-o__mark {
  display: inline-block;
  width: 1.85em;
  height: auto;
  vertical-align: middle;
  margin: -0.2em 0.05em 0;
}

.brand-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.14);
  flex-shrink: 0;
}

.brand-text {
  display: grid;
  gap: 3px;
}

.brand-text strong {
  display: block;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
  line-height: 1.1;
}

.brand-text > span {
  display: block;
  font-family: var(--font-body);
  font-weight: 200;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}

.nav a {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
  transition: color 0.2s;
}

.nav a:hover { color: var(--white); }

.nav a.active {
  color: var(--white);
}
.nav a.active:not(.nav-cta) {
  border-bottom: 1px solid var(--brass);
  padding-bottom: 2px;
}

.nav-cta {
  background: var(--brass) !important;
  color: var(--white) !important;
  padding: 8px 18px;
  border-radius: 2px;
}
.nav-cta:hover { background: var(--brass-light) !important; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--white);
}

/* ── Hero Slider ────────────────────────────────────────────────────────── */
.hero-slider {
  position: relative;
  height: 92vh;
  min-height: 560px;
  max-height: 900px;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s var(--ease);
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 5s var(--ease);
}

.hero-slide.is-active .hero-slide__bg {
  transform: scale(1);
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10,14,10,0.55) 0%,
    rgba(10,14,10,0.62) 50%,
    rgba(10,14,10,0.55) 100%
  );
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kicker {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass-light);
  margin-bottom: 1.2rem;
}

.hero-inner h1 {
  color: var(--white);
  margin-bottom: 1.2rem;
  font-weight: 200;
}

.lead {
  font-size: var(--text-body);
  font-weight: 400;
  color: rgba(255,255,255,0.78);
  max-width: 800px;
  margin: 0 auto;
}

/* Slider controls */
.slider-controls {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-dot {
  width: 28px;
  height: 2px;
  background: rgba(255,255,255,0.35);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, width 0.3s;
}

.slider-dot.is-active {
  background: var(--brass-light);
  width: 48px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
  border-radius: 2px;
}

.slider-arrow:hover {
  background: rgba(255,255,255,0.15);
  color: var(--white);
}

.slider-arrow--prev { left: 28px; }
.slider-arrow--next { right: 28px; }

/* ── Service Pillars ────────────────────────────────────────────────────── */
.pillars-section {
  padding: 100px 0 90px;
  background: var(--cream);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.pillar-card {
  background: var(--cream);
  padding: 44px 34px 42px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: background 0.25s var(--ease);
}

.pillar-card:hover {
  background: var(--white);
}

.pillar-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1rem;
}

.pillar-icon {
  width: 34px;
  height: 34px;
  display: block;
  color: var(--brass);
  opacity: 0.85;
  flex-shrink: 0;
}

.pillar-card h3 {
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 0;
}

.pillar-card p {
  font-size: var(--text-body);
  color: var(--ink-soft);
  line-height: 1.6;
  flex: 1;
  margin: 0 0 1.4rem;
}

.pillar-link {
  font-size: 0.80rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--brass);
  margin-top: auto;
  transition: color 0.2s;
}

.pillar-link:hover { color: var(--ink); }

.pillars-cta {
  text-align: center;
  margin-top: 48px;
}

/* ── Why It Matters ─────────────────────────────────────────────────────── */
.matters-band {
  background: var(--dark-green);
  color: var(--white);
  padding: 100px 0;
}

.matters-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.matters-text h2 {
  color: var(--white);
  margin-bottom: 1.4rem;
}

.matters-text p:not(.section-label) {
  color: rgba(255,255,255,0.7);
  font-size: var(--text-body);
  margin-bottom: 0;
}

.matters-cta {
  text-align: center;
  margin-top: 3.5rem;
}

.principles-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.principles-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: var(--text-body);
  font-weight: 300;
  color: rgba(255,255,255,0.78);
  padding: 16px 12px;
  margin: 0 -12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s var(--ease), color 0.2s var(--ease), padding-left 0.2s var(--ease);
}

.principles-list li:first-child {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.principles-list li:hover {
  background: rgba(255,255,255,0.06);
  color: var(--white);
  padding-left: 20px;
}

.principles-list li::before {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: var(--brass-light);
  margin-top: 0.6em;
  flex-shrink: 0;
}

/* ── Statement Band ─────────────────────────────────────────────────────── */
.statement-band {
  background: var(--cream-mid);
  padding: 100px 0;
}

.statement-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}

.statement-headline h2 {
  margin: 0;
}

.statement-headline h2 span {
  display: block;
  margin-top: 0.2em;
  color: var(--brass);
}

.statement-body p {
  font-size: var(--text-body);
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: 1.2rem;
}

.statement-body .btn {
  margin-top: 2rem;
}

/* ── Typical Clients ────────────────────────────────────────────────────── */
.clients-section {
  background: var(--cream-mid);
  padding: 100px 0 90px;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 0;
  border-top: 1px solid var(--border);
}

.client-item {
  padding: 22px 8px;
  border-bottom: 1px solid var(--border);
  font-size: var(--text-body);
  font-weight: 300;
  color: var(--ink-mid);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), padding-left 0.2s var(--ease);
}

.client-item:hover {
  background: var(--white);
  color: var(--ink);
  padding-left: 20px;
}

.client-item::before {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: var(--brass);
  flex-shrink: 0;
  transition: width 0.2s var(--ease);
}

.client-item:hover::before {
  width: 26px;
}

/* ── Procurement Boundary ───────────────────────────────────────────────── */
.boundary-section {
  background: var(--cream);
  padding: 0 0 100px;
}

.boundary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--border);
  border: 1px solid var(--border);
}

.boundary-col {
  position: relative;
  background: var(--white);
  padding: 44px 36px;
  transition: background 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.boundary-col h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 1rem;
}

.boundary-col p {
  font-size: var(--text-body);
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0;
}

.boundary-col--in {
  background: var(--dark-green);
}

.boundary-col--in h3 {
  color: var(--white);
}

.boundary-col--in p {
  color: rgba(255,255,255,0.72);
}

.boundary-col--out {
  background: var(--cream);
}

.boundary-col--in:hover {
  background: var(--dark-mid);
  box-shadow: 0 16px 34px rgba(155,122,59,0.28);
  z-index: 2;
}

.boundary-col--out:hover {
  background: var(--white);
  box-shadow: 0 16px 34px rgba(17,20,16,0.14);
  z-index: 2;
}

.boundary-label-out {
  color: var(--ink-soft);
}

/* ── CTA Band ───────────────────────────────────────────────────────────── */
/* Dark overlay keeps the white copy readable; falls back to plain
   dark-green until assets/images/cta-bg.jpg is added. */
.cta-band {
  background:
    linear-gradient(rgba(17, 26, 20, 0.72), rgba(17, 26, 20, 0.72)),
    url('../images/cta-bg.jpg') center / cover no-repeat,
    var(--dark-green);
  padding: 90px 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
}

.cta-inner h2 {
  color: var(--white);
  margin-bottom: 0.8rem;
}

.cta-inner p {
  color: rgba(255,255,255,0.65);
  font-size: var(--text-body);
  max-width: 520px;
  margin: 0;
}

/* ── Site Footer ────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--dark);
  color: rgba(255,255,255,0.6);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 52px 28px 0;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  gap: 40px;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav a {
  font-size: 0.8rem;
  font-weight: 300;
  text-decoration: none;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.footer-nav a:hover { color: var(--white); }

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.8rem;
}

.footer-contact a {
  color: var(--brass-light);
  text-decoration: none;
}

.footer-contact .footer-legal-link {
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}
.footer-contact .footer-legal-link:hover { color: var(--white); }

.footer-base {
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-base .footer-inner {
  grid-template-columns: 1fr auto;
  padding-top: 22px;
  padding-bottom: 22px;
  gap: 24px;
  align-items: center;
}

.footer-base small {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
}

.footer-credit-link {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-credit-link:hover {
  color: var(--brass-light);
}

.footer-tags {
  letter-spacing: 0.14em;
  word-spacing: 0.5em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
  text-align: right;
}

/* Mobile-only line break inside pillar copy (shown on phones only) */
.pillar-mbr { display: none; }

/* Responsive line breaks / copy — keeps the monitor view on its ORIGINAL
   wording and breaks; the .*-m variants only appear on phones (≤768px).
   .br-d / .cta-d are the original desktop breaks/copy (hidden on phones). */
.br-m,
.cta-m { display: none; }

/* ── Hero call-to-action ────────────────────────────────────────────────── */
.hero-cta { margin-top: 1.9rem; }

/* ── Where we get involved (project lifecycle) ──────────────────────────── */
.lifecycle-section {
  background: var(--cream);
  padding: 96px 0;
}
.lifecycle {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.lifecycle-step {
  background: var(--cream);
  padding: 38px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 0.25s var(--ease);
}
.lifecycle-step:hover { background: var(--white); }
.lifecycle-step__name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--brass);
}
.lifecycle-step__body {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ink-soft);
  text-wrap: balance;
}

/* ── Key client outcomes ────────────────────────────────────────────────── */
.outcomes-section {
  background: var(--cream-mid);
  padding: 96px 0;
}
/* Editorial showcase — oversized outline gold numerals, no cards or dividers */
.outcomes-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 36px;
  row-gap: 44px;
  margin-top: 3.4rem;
}
.outcome-feature {
  text-align: center;
  padding: 0 6px;
}
.outcome-feature__num {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 5vw, 4.5rem);
  line-height: 1;
  color: rgba(155, 122, 59, 0.4);   /* fallback if text-stroke unsupported */
  margin-bottom: 0.9rem;
}
@supports ((-webkit-text-stroke: 1px black) or (text-stroke: 1px black)) {
  .outcome-feature__num {
    color: transparent;
    -webkit-text-stroke: 1.2px var(--brass);
    text-stroke: 1.2px var(--brass);
    opacity: 0.7;
  }
}
.outcome-feature h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 0.55rem;
}
.outcome-feature p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 auto;
  max-width: 26ch;
  text-wrap: balance;
}
@media (max-width: 1080px) {
  .outcomes-showcase { grid-template-columns: repeat(2, 1fr); row-gap: 52px; }
}
@media (max-width: 560px) {
  .outcomes-showcase { grid-template-columns: 1fr; row-gap: 46px; }
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1080px) {
  .nav { display: none; }
  .nav-toggle { display: flex; }

  .site-header.nav-open .nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 82px;
    left: 0; right: 0;
    background: var(--dark);
    padding: 24px 28px 32px;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
}

/* Phones — full-screen menu with large, easy-to-tap links */
@media (max-width: 768px) {
  .site-header.nav-open .nav {
    position: fixed;
    inset: 0;
    z-index: 95;
    justify-content: center;
    align-items: center;
    gap: 34px;
    padding: 40px 28px;
    border-top: none;
    overflow-y: auto;
  }
  .site-header.nav-open .nav a {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .site-header.nav-open .nav .nav-cta {
    padding: 14px 34px;
    font-size: 1.15rem;
  }
  /* Keep the logo + hamburger above the overlay so it can still be closed */
  .site-header.nav-open .brand,
  .site-header.nav-open .nav-toggle {
    position: relative;
    z-index: 100;
  }
}

@media (max-width: 860px) {
  .hero-slider {
    height: 85vh;
  }

  .pillars-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lifecycle { grid-template-columns: 1fr 1fr; }

  .matters-inner,
  .cta-inner,
  .boundary-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* CTA button — left-aligned, compact "normal" size instead of a full-width bar */
  .cta-inner .btn {
    justify-self: start;
    width: max-content;
    max-width: 100%;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }
  .cta-inner .btn--large { padding: 13px 22px; }

  .boundary-grid { gap: 1px; }

  .clients-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-base .footer-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-tags { text-align: left; justify-self: start; }

  .slider-arrow { display: none; }
}

@media (max-width: 560px) {
  .lifecycle { grid-template-columns: 1fr; }

  /* Compact header on phones */
  .nav-wrap { height: 66px; gap: 14px; padding: 0 18px; }
  .site-header.nav-open .nav { top: 66px; }
  .brand-logo-full { height: 48px; }

  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner { padding: 0 20px; }
}

@media (max-width: 380px) {
  /* Very small phones — keep the logo clear of the menu button */
  .nav-wrap { gap: 12px; padding: 0 16px; }
  .brand-logo-full { height: 44px; }
}

/* Short viewports (landscape phones/tablets) — avoid an oversized hero forcing extra scroll */
@media (max-height: 600px) {
  .hero-slider {
    height: 100vh;
    min-height: 380px;
  }
}

/* ── Mobile screen edits (phones) ───────────────────────────────────────── */
@media (max-width: 768px) {

  /* Responsive breaks/copy — hide the desktop-authored variants, show the
     phone-authored ones. All our hero/CTA text edits live only here. */
  .br-d { display: none; }
  .br-m { display: inline; }
  .cta-d { display: none; }
  .cta-m { display: inline; }

  /* What we do — drop the desktop line breaks in the heading and intro */
  .pillars-section .section-header h2 br,
  .pillars-section .section-intro br { display: none; }

  /* Show the mobile-only line break (e.g. Operational Site Review) */
  .pillar-mbr { display: inline; }

  /* About — drop the desktop-authored CV line breaks on phones so they don't
     force awkward wrapping in the green sidebar + white summary panel.
     Keep phone-only breaks (.br-m) visible. */
  .about-cv-section br:not(.br-m) { display: none; }

  /* Why it matters / Typical clients — remove tap/press feedback on touch */
  .principles-list li,
  .client-item {
    cursor: default;
    -webkit-tap-highlight-color: transparent;
  }
  .principles-list li:hover {
    background: transparent;
    color: rgba(255,255,255,0.78);
    padding-left: 12px;
  }
  .principles-list li:hover::before { width: 18px; }
  .client-item:hover {
    background: transparent;
    color: var(--ink-mid);
    padding-left: 8px;
  }
  .client-item:hover::before { width: 18px; }

  /* Footer — centred logo, page links + contact in two balanced columns */
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  /* Footer logo enlarged on phones (48px base + 40px) */
  .footer-brand .brand-logo-full { height: 88px; }
  /* Centre each column so it aligns with the centred logo above */
  .footer-nav,
  .footer-contact {
    align-items: center;
    text-align: center;
  }

  /* Footer base — centred copyright, smaller tag line */
  .footer-base .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }
  .footer-copyright { text-align: center; }
  .footer-base .footer-tags {
    text-align: center;
    justify-self: center;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    word-spacing: 0.2em;
  }
}

/* ── Mobile: Client outcomes — divide the stacked items with elegant hairline
   rules so they read as a framed editorial list instead of floating in empty
   space. Phone single-column layout only. ──────────────────────────────── */
@media (max-width: 560px) {
  .outcomes-showcase {
    row-gap: 0;
    margin-top: 2.6rem;
    border-top: 1px solid rgba(155, 122, 59, 0.18);
  }
  .outcome-feature {
    padding: 34px 12px;
    border-bottom: 1px solid rgba(155, 122, 59, 0.18);
  }
  .outcome-feature__num { margin-bottom: 0.55rem; }
}

/* ── Cookie Consent ─────────────────────────────────────────────────────── */
.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(14, 18, 16, 0.97);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(201, 165, 90, 0.25);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.cookie-consent.is-visible { transform: translateY(0); }

.cookie-consent__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1.1rem 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cookie-consent__text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 300;
  margin: 0;
}
.cookie-consent__text a {
  color: var(--brass-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent__actions { display: flex; gap: 0.6rem; }

.cookie-consent__btn {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.6rem 1.3rem;
  border: 1px solid var(--brass);
  background: var(--brass);
  color: var(--white);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.cookie-consent__btn:hover { background: var(--brass-light); border-color: var(--brass-light); }

.cookie-consent__btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.3);
}
.cookie-consent__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

@media (max-width: 640px) {
  .cookie-consent__inner { flex-direction: column; align-items: flex-start; }
  .cookie-consent__actions { width: 100%; }
  .cookie-consent__btn { flex: 1; }
}

/* ── reCAPTCHA badge + form status ──────────────────────────────────────── */
.grecaptcha-badge { visibility: hidden !important; }

.captcha-notice {
  font-size: 0.72rem;
  font-weight: 300;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-top: 0.9rem;
}
.captcha-notice a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-status {
  font-size: 0.9rem;
  min-height: 1.4em;
  margin: 0.75rem 0;
}
.form-status.is-success { color: #2c7a4b; }
.form-status.is-error   { color: #b0472f; }
