/* =============================================================================
   AMF MEP — design system
   Premium editorial: deep teal-green + champagne gold on warm paper.
   ========================================================================== */

/* ---- Fonts (self-hosted; no external requests) --------------------------- */
@font-face { font-family: "Space Grotesk"; src: url("/static/fonts/space-grotesk-500.woff2") format("woff2"); font-weight: 500; font-display: swap; font-style: normal; }
@font-face { font-family: "Space Grotesk"; src: url("/static/fonts/space-grotesk-600.woff2") format("woff2"); font-weight: 600; font-display: swap; font-style: normal; }
@font-face { font-family: "Space Grotesk"; src: url("/static/fonts/space-grotesk-700.woff2") format("woff2"); font-weight: 700; font-display: swap; font-style: normal; }
@font-face { font-family: "IBM Plex Mono"; src: url("/static/fonts/plex-mono-500.woff2") format("woff2"); font-weight: 500; font-display: swap; font-style: normal; }
@font-face { font-family: "IBM Plex Mono"; src: url("/static/fonts/plex-mono-600.woff2") format("woff2"); font-weight: 600; font-display: swap; font-style: normal; }
@font-face { font-family: "Inter"; src: url("/static/fonts/inter-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/static/fonts/inter-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/static/fonts/inter-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/static/fonts/inter-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }

/* ---- Tokens -------------------------------------------------------------- */
:root {
  --green:      #123733;
  --green-deep: #0d2a26;
  --green-800:  #1c463f;
  --gold:       #ddcf83;
  --gold-deep:  #c7b56a;
  --cream:      #f5eee4;
  --paper:      #fbf8f3;
  --ink:        #1a1d1c;
  --ink-soft:   #46514d;
  --line:       #e4dccd;
  --white:      #ffffff;

  --serif: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  --mono: "IBM Plex Mono", "Cascadia Code", Consolas, monospace;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --container: 1200px;
  --gutter: clamp(1.25rem, 5vw, 4rem);

  --step--1: clamp(0.83rem, 0.8rem + 0.15vw, 0.92rem);
  --step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  --step-1:  clamp(1.2rem, 1.1rem + 0.5vw, 1.5rem);
  --step-2:  clamp(1.5rem, 1.3rem + 1vw, 2.1rem);
  --step-3:  clamp(2rem, 1.6rem + 2vw, 3.25rem);
  --step-4:  clamp(2.6rem, 1.9rem + 3.4vw, 4.75rem);

  --radius: 14px;
  --shadow: 0 18px 50px -24px rgba(18, 55, 51, 0.45);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- Reset --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { overflow-x: clip; max-width: 100%; }
body { overflow-anchor: none; } /* sliding sticky header + anchoring = scroll-lock loop */
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, picture, svg { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-underline-offset: 0.22em; text-decoration-thickness: from-font; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.02em; line-height: 1.08; color: var(--green); margin: 0 0 0.5em; }
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.2em; }
li { margin-bottom: 0.4em; }
strong { font-weight: 600; }

/* ---- Texture & depth layer ------------------------------------------------ */
/* Film grain on dark surfaces (subtle, engineering-print feel) */
.hero::before,
.page-hero::before,
.section--green::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.05;
}
.page-hero, .section--green { position: relative; }
.page-hero > .container, .section--green > .container { position: relative; z-index: 2; }
.hero::before { z-index: 1; }

/* Blueprint grid on cream surfaces */
.section--cream {
  background-image:
    linear-gradient(rgba(18, 55, 51, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 55, 51, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
}

/* 3D tilt (applied by JS on fine-pointer devices only) */
.tilt { transition: transform 0.3s var(--ease), box-shadow 0.4s var(--ease); transform-style: preserve-3d; will-change: transform; }

/* ---- Utilities ----------------------------------------------------------- */
.container { width: min(100% - var(--gutter) * 2, var(--container)); margin-inline: auto; }
.narrow { width: min(100% - var(--gutter) * 2, 760px); margin-inline: auto; }
.eyebrow {
  font-family: var(--sans); font-size: var(--step--1); font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep);
  display: inline-flex; align-items: center; gap: 0.7em; margin: 0 0 1.1rem;
}
.eyebrow::before { content: ""; width: 2rem; height: 1px; background: currentColor; opacity: 0.8; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--green); color: var(--white); padding: 0.7em 1.2em; z-index: 200; }
.skip-link:focus { left: 0.5rem; top: 0.5rem; }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; }

/* ---- Buttons ------------------------------------------------------------- */
.btn {
  --bg: var(--green); --fg: var(--cream);
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--sans); font-weight: 600; font-size: var(--step--1);
  letter-spacing: 0.02em; padding: 0.95em 1.7em; border-radius: 100px;
  background: var(--bg); color: var(--fg); text-decoration: none; border: 1px solid var(--bg);
  box-shadow: 0 8px 22px -10px rgba(13, 42, 38, 0.55);
  cursor: pointer;
  transition: transform 0.35s var(--ease), background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.35s var(--ease);
}
/* Shine sweep on hover — the "haptic" light pass */
.btn::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: -75%; width: 45%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg); transition: left 0.55s var(--ease); pointer-events: none;
}
.btn:hover::before { left: 130%; }
.btn:hover { transform: translateY(-2px); background: var(--green-deep); border-color: var(--green-deep); box-shadow: 0 14px 30px -12px rgba(13, 42, 38, 0.65); }
.btn:active { transform: translateY(0) scale(0.965); transition-duration: 0.08s; }
.btn .arrow { transition: transform 0.4s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn--gold { --bg: var(--gold); --fg: var(--green-deep); }
.btn--gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); box-shadow: 0 14px 32px -10px rgba(221, 207, 131, 0.5); }
.btn--ghost { --bg: transparent; --fg: var(--green); border-color: rgba(18,55,51,0.28); }
.btn--ghost:hover { background: var(--green); color: var(--cream); }
.btn--on-dark { --bg: var(--gold); --fg: var(--green-deep); }
.link-arrow { font-weight: 600; color: var(--green); text-decoration: none; display: inline-flex; align-items: center; gap: 0.5em; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.link-arrow .arrow { transition: transform 0.4s var(--ease); }
.link-arrow:hover .arrow { transform: translateX(4px); }

/* ---- Header -------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s;
}
.site-header.is-scrolled { background: var(--paper); border-bottom-color: var(--line); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0.75rem 0; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; text-decoration: none; }
.brand img { height: 48px; width: auto; }
@media (max-width: 620px) { .brand img { height: 40px; } }
.brand__text { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; color: var(--green); letter-spacing: 0.01em; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.1rem); }
.main-nav a { font-size: var(--step--1); font-weight: 500; text-decoration: none; color: var(--ink); position: relative; padding: 0.3em 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--gold); transition: width 0.3s var(--ease); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { width: 100%; }
.header-cta { display: inline-flex; gap: 0.6rem; align-items: center; }
.nav-toggle { display: none; }

/* ---- Boxed homepage system (Retonix-pattern, AMF brand) --------------------- */
/* Light hero with rounded media card + floating chips */
.hero-lite { background: var(--paper); padding-top: clamp(2rem, 5vh, 4rem); overflow: hidden; }
.hero-lite__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 900px) { .hero-lite__grid { grid-template-columns: 1fr; } }
.hero-lite__copy h1 { font-size: clamp(2.7rem, 1.6rem + 4.2vw, 5.2rem); letter-spacing: -0.02em; color: var(--green); margin: 0.6rem 0 1.2rem; }
.hero-lite__copy h1 em { color: var(--gold-deep); }
.hero-lite__lead { font-size: var(--step-1); color: var(--ink-soft); max-width: 46ch; margin-bottom: 1.8rem; }
.hero-lite__ticks { display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; margin-top: 1.8rem; }
.hero-lite__ticks span { display: inline-flex; align-items: center; gap: 0.5rem; font-size: var(--step--1); color: var(--ink-soft); font-weight: 500; }
.hero-lite__ticks i { font-style: normal; display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(221, 207, 131, 0.35); color: var(--green); font-size: 0.7rem; font-weight: 700; }

.hero-lite__media { position: relative; border-radius: 24px; overflow: visible; }
.hero-lite__media > img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; border-radius: 24px; display: block; box-shadow: 0 30px 60px -30px rgba(13, 42, 38, 0.45); }
@media (max-width: 900px) { .hero-lite__media > img { aspect-ratio: 16 / 11; } }

.float-chip {
  position: absolute; top: 1.1rem; right: 1.1rem; display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.55em 1em; border-radius: 100px; font-size: 0.78rem; font-weight: 600; color: var(--green);
  background: rgba(245, 238, 228, 0.88); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px -12px rgba(13, 42, 38, 0.5);
}
.float-chip svg { width: 15px; height: 15px; color: var(--gold-deep); }

.float-card {
  position: absolute; left: -1.4rem; bottom: 2.2rem; width: min(220px, 60%);
  background: var(--green-deep); color: var(--cream); border-radius: 16px; padding: 1.1rem 1.2rem;
  text-decoration: none; box-shadow: 0 24px 48px -20px rgba(13, 42, 38, 0.65);
  border: 1px solid rgba(221, 207, 131, 0.25);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.float-card:hover { transform: translateY(-4px); box-shadow: 0 30px 56px -20px rgba(13, 42, 38, 0.7); }
.float-card img { display: block; margin-bottom: 0.5rem; }
.float-card__num { display: block; font-family: var(--serif); font-size: 1.9rem; font-weight: 600; color: var(--gold); line-height: 1; }
.float-card__label { display: block; font-size: 0.78rem; color: color-mix(in srgb, var(--cream) 75%, transparent); margin-top: 0.3rem; }
@media (max-width: 900px) { .float-card { left: 0.9rem; bottom: 0.9rem; } }

.orbit-badge {
  position: absolute; right: -1.2rem; bottom: -1.6rem; width: 108px; height: 108px;
  background: var(--gold); border-radius: 50%; display: grid; place-items: center;
  text-decoration: none; box-shadow: 0 16px 34px -14px rgba(13, 42, 38, 0.55);
  transition: transform 0.35s var(--ease);
}
.orbit-badge:hover { transform: scale(1.06); }
.orbit-badge svg { position: absolute; inset: 7px; animation: orbit-spin 14s linear infinite; }
.orbit-badge svg text { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 0.06em; fill: var(--green-deep); }
.orbit-badge > span { font-size: 1.35rem; color: var(--green-deep); font-weight: 600; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .orbit-badge svg { animation: none; } }
@media (max-width: 900px) { .orbit-badge { right: 0.6rem; bottom: -1rem; width: 92px; height: 92px; } }

/* Light ECG variant (hero sits on paper) */
.ecg-band--light { margin-top: 2.6rem; }
.ecg-band--light .ecg-trace { stroke: var(--gold-deep); opacity: 0.75; filter: drop-shadow(0 0 5px rgba(191, 168, 77, 0.35)); }
/* Contrasting tracer: deep-green core with a gold ring, visible on the cream line
   AND while crossing the gold monogram */
.ecg-band--light .ecg-dot { fill: var(--green); stroke: var(--gold-deep); stroke-width: 2; filter: drop-shadow(0 0 6px rgba(191, 168, 77, 0.6)); }

/* Transient cardiac waveform drawn through the mark as the dot crosses */
.ecg-beat-path {
  stroke: var(--gold-deep); stroke-width: 2; fill: none;
  stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(191, 168, 77, 0.55));
  stroke-dasharray: var(--bl, 300); stroke-dashoffset: var(--bl, 300);
  opacity: 0;
}
.ecg-beat-path.is-crossing { animation: beat-draw 1.5s linear forwards; }
@keyframes beat-draw {
  0%   { opacity: 1; stroke-dashoffset: var(--bl, 300); }
  42%  { opacity: 1; stroke-dashoffset: 0; }
  70%  { opacity: 1; }
  100% { opacity: 0; stroke-dashoffset: 0; }
}
@media (prefers-reduced-motion: reduce) { .ecg-beat-path.is-crossing { animation: none; } }

/* Expanding pulse ring, fired with the beat */
.ecg-ring {
  position: absolute; top: 44.8px; width: 150px; height: 150px;
  border: 2px solid var(--gold-deep); border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.15); opacity: 0; pointer-events: none;
}
.ecg-ring.is-beating { animation: ring-pulse 0.95s var(--ease); }
@keyframes ring-pulse {
  0%   { opacity: 0.75; transform: translate(-50%, -50%) scale(0.15); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.35); }
}
@media (prefers-reduced-motion: reduce) { .ecg-ring.is-beating { animation: none; } }

/* The monogram BEATS as the tracer passes through it (class applied by site.js,
   synced to the dot's arrival at the M each cycle) */
.ecg-logo { transform-origin: 50% 78%; }
.ecg-logo.is-beating { opacity: 1; animation: logo-beat 0.6s cubic-bezier(0.3, 0, 0.2, 1); }
@keyframes logo-beat {
  0%   { transform: translateX(-50%) scale(1); filter: drop-shadow(0 0 12px rgba(221, 207, 131, 0.35)); }
  28%  { transform: translateX(-50%) scale(1.12); filter: drop-shadow(0 0 22px rgba(221, 207, 131, 0.85)); }
  55%  { transform: translateX(-50%) scale(0.97); filter: drop-shadow(0 0 14px rgba(221, 207, 131, 0.5)); }
  100% { transform: translateX(-50%) scale(1); filter: drop-shadow(0 0 12px rgba(221, 207, 131, 0.35)); }
}
@media (prefers-reduced-motion: reduce) { .ecg-logo.is-beating { animation: none; } }
.marquee--band { background: var(--green-deep); margin-top: 2.2rem; border-block: 0; }

/* Label-left section head */
.split-head { display: grid; grid-template-columns: 200px 1fr; gap: 1.5rem 3rem; align-items: start; margin-bottom: clamp(2rem, 5vh, 3.2rem); }
.split-head__label { font-family: var(--sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); padding-top: 0.55rem; }
.split-head__label::before { content: "— "; color: var(--gold); }
.split-head__title { font-size: var(--step-3); max-width: 26ch; margin: 0; }
.split-head--dark .split-head__title { color: var(--cream); }
.split-head--dark .split-head__label { color: var(--gold); }
@media (max-width: 760px) { .split-head { grid-template-columns: 1fr; gap: 0.6rem; } }

/* About grid: rounded media card + stat tiles */
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 4.5vw, 4rem); align-items: start; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
.about-media { position: relative; border-radius: 20px; overflow: hidden; }
.about-media img { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; display: block; }
@media (max-width: 900px) { .about-media img { aspect-ratio: 16 / 10; } }
.about-media__btn {
  position: absolute; left: 1.2rem; bottom: 1.2rem; display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--gold); color: var(--green-deep); font-weight: 700; font-size: 0.85rem;
  padding: 0.7em 1.3em; border-radius: 100px; text-decoration: none;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
  box-shadow: 0 12px 26px -12px rgba(13, 42, 38, 0.55);
}
.about-media__btn:hover { transform: translateY(-3px); }
.about-body { font-size: var(--step-1); color: var(--ink-soft); max-width: 56ch; margin-bottom: 1.8rem; }

.stat-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.8rem; }
@media (max-width: 520px) { .stat-tiles { grid-template-columns: 1fr; } }
.stat-tile {
  position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 16px;
  padding: 1.4rem 1.4rem 1.3rem;
  transition: border-color 0.3s, transform 0.35s var(--ease), box-shadow 0.4s var(--ease);
}
.stat-tile:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow); }
.stat-tile__icon {
  position: absolute; top: 1.1rem; right: 1.1rem; display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: 10px; background: rgba(221, 207, 131, 0.22); color: var(--green);
}
.stat-tile__icon svg { width: 20px; height: 20px; }
.stat-tile__num { display: block; font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 1.5rem + 1.2vw, 2.6rem); color: var(--green); line-height: 1; }
.stat-tile__label { display: block; font-weight: 600; color: var(--ink); margin-top: 0.45rem; font-size: var(--step--1); }
.stat-tile__desc { display: block; color: var(--ink-soft); font-size: 0.8rem; margin-top: 0.2rem; }

/* Service cards with tick bullets */
.svc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
@media (max-width: 980px) { .svc-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .svc-cards { grid-template-columns: 1fr; } }
.svc-card {
  position: relative; display: block; background: var(--white); border: 1px solid var(--line);
  border-radius: 16px; padding: 1.7rem 1.7rem 1.5rem; text-decoration: none;
  transition: border-color 0.3s, transform 0.35s var(--ease), box-shadow 0.4s var(--ease);
}
.svc-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-card__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: rgba(221, 207, 131, 0.22); color: var(--green); margin-bottom: 1rem; }
.svc-card__icon svg { width: 24px; height: 24px; }
.svc-card h3 { font-size: var(--step-1); color: var(--green); margin-bottom: 0.7rem; }
.tick-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.45rem; }
.tick-list li { position: relative; padding-left: 1.6rem; color: var(--ink-soft); font-size: var(--step--1); }
.tick-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0.05em;
  display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%;
  background: rgba(221, 207, 131, 0.35); color: var(--green); font-size: 0.62rem; font-weight: 700;
}
.svc-card__arrow { position: absolute; top: 1.5rem; right: 1.5rem; color: var(--gold-deep); font-size: var(--step-1); opacity: 0.45; transform: translateX(-6px); transition: transform 0.35s var(--ease), opacity 0.35s; }
.svc-card:hover .svc-card__arrow { opacity: 1; transform: translateX(0); }
.svc-card--cta { background: var(--green); border-color: var(--green); }
.svc-card--cta h3 { color: var(--cream); }
.svc-card--cta p { color: color-mix(in srgb, var(--cream) 78%, transparent); font-size: var(--step--1); margin: 0; }
.svc-card--cta .svc-card__arrow { color: var(--gold); }
.svc-card--cta:hover { border-color: var(--gold); }

/* Dark rounded why-panel */
.why-panel { background: var(--green-deep); border-radius: 24px; padding: clamp(1.8rem, 4vw, 3.5rem); position: relative; overflow: hidden; }
.why-panel::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.why-panel > * { position: relative; }

/* ---- Motion system: masks, load choreography, magnetic ---------------------- */
.mask { display: block; overflow: hidden; }
.mask__inner { display: block; }

/* Hero load-in: staged entrance, CSS-only */
.hero-in { opacity: 0; transform: translateY(22px); animation: hero-in 0.85s var(--ease) forwards; }
.hero-in--1 { animation-delay: 0.1s; }
.hero-in--4 { animation-delay: 0.55s; }
.hero-in--5 { animation-delay: 0.75s; }
.hero-in--6 { animation-delay: 0.95s; }
@keyframes hero-in { to { opacity: 1; transform: none; } }
.hero-mask { transform: translateY(112%); animation: hero-mask 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.hero-mask--1 { animation-delay: 0.2s; }
.hero-mask--2 { animation-delay: 0.34s; }
@keyframes hero-mask { to { transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .hero-in, .hero-mask { opacity: 1; transform: none; animation: none; }
}

/* Manifesto: display statement, line masks slide up when the section arrives */
.manifesto__text {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2rem, 1.1rem + 3.6vw, 4.3rem);
  line-height: 1.1; letter-spacing: -0.02em; color: var(--green);
  max-width: none; margin: 1.2rem 0 2.2rem;
}
.manifesto__text em { color: var(--gold-deep); }
.manifesto__text .mask__inner { transform: translateY(112%); transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); }
.manifesto__text .mask:nth-child(2) .mask__inner { transition-delay: 0.1s; }
.manifesto__text .mask:nth-child(3) .mask__inner { transition-delay: 0.2s; }
.manifesto__text .mask:nth-child(4) .mask__inner { transition-delay: 0.3s; }
.manifesto__text.is-in .mask__inner { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .manifesto__text .mask__inner { transform: none; transition: none; } }
.manifesto__foot { display: flex; justify-content: space-between; align-items: baseline; gap: 3rem; flex-wrap: wrap; }
.manifesto__foot p { max-width: 52ch; color: var(--ink-soft); margin: 0; }

/* Services index: full-width interactive rows */
.index-list { border-top: 1px solid rgba(245, 238, 228, 0.18); }
.index-row {
  position: relative; display: grid; grid-template-columns: 3.2rem 1fr 1.3fr auto;
  gap: clamp(1rem, 3vw, 2.5rem); align-items: center;
  padding: 1.7rem 1.2rem; border-bottom: 1px solid rgba(245, 238, 228, 0.18);
  text-decoration: none; overflow: hidden;
}
.index-row::before {
  content: ""; position: absolute; inset: 0; background: rgba(221, 207, 131, 0.09);
  transform: scaleY(0); transform-origin: bottom; transition: transform 0.45s var(--ease); z-index: 0;
}
.index-row:hover::before, .index-row:focus-visible::before { transform: scaleY(1); transform-origin: top; }
.index-row > * { position: relative; z-index: 1; }
.index-row__num { font-family: var(--sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.15em; color: var(--gold); }
.index-row__title { font-family: var(--serif); font-size: var(--step-2); color: var(--cream); line-height: 1.1; transition: transform 0.45s var(--ease); }
.index-row:hover .index-row__title { transform: translateX(8px); }
.index-row__desc { font-size: var(--step--1); color: color-mix(in srgb, var(--cream) 66%, transparent); max-width: 44ch; }
.index-row__arrow { font-size: var(--step-1); color: var(--gold); opacity: 0.45; transform: translateX(-10px); transition: transform 0.45s var(--ease), opacity 0.45s; }
.index-row:hover .index-row__arrow { opacity: 1; transform: translateX(0); }
@media (max-width: 760px) {
  .index-row { grid-template-columns: 2.4rem 1fr auto; }
  .index-row__desc { display: none; }
}

/* On-dark ghost button */
.btn--on-dark { --bg: transparent; --fg: var(--cream); background: transparent; border-color: rgba(245, 238, 228, 0.4); box-shadow: none; }
.btn--on-dark:hover { background: rgba(245, 238, 228, 0.1); border-color: var(--gold); color: var(--cream); }

/* Work index: numbered typographic rows, image as a small accent chip.
   Mirrors the services index geometry so the two sections read as twins. */
.work-index { border-top: 1px solid var(--line); }
.work-row {
  position: relative; display: grid;
  grid-template-columns: 2.8rem 1.1fr 1fr 128px auto;
  gap: clamp(1rem, 2.5vw, 2.2rem); align-items: center;
  padding: 1.3rem 1rem; border-bottom: 1px solid var(--line);
  text-decoration: none; overflow: hidden;
}
.work-row::before {
  content: ""; position: absolute; inset: 0; background: rgba(221, 207, 131, 0.12);
  transform: scaleY(0); transform-origin: bottom; transition: transform 0.45s var(--ease); z-index: 0;
}
.work-row:hover::before, .work-row:focus-visible::before { transform: scaleY(1); transform-origin: top; }
.work-row > * { position: relative; z-index: 1; }
.work-row__num { font-family: var(--sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.15em; color: var(--gold-deep); }
.work-row__body { display: block; min-width: 0; }
.work-row__tag { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.3rem; }
.work-row__title { display: block; font-family: var(--serif); font-size: var(--step-1); line-height: 1.12; color: var(--green); transition: transform 0.45s var(--ease); }
.work-row:hover .work-row__title { transform: translateX(6px); }
.work-row__desc { display: block; color: var(--ink-soft); font-size: var(--step--1); max-width: 44ch; }
.work-row__media { display: block; width: 128px; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 8px; justify-self: end; }
.work-row__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.work-row:hover .work-row__media img { transform: scale(1.08); }
.work-row__arrow { font-size: var(--step-1); color: var(--gold-deep); opacity: 0.45; transform: translateX(-10px); transition: transform 0.45s var(--ease), opacity 0.45s; }
.work-row:hover .work-row__arrow { opacity: 1; transform: translateX(0); }
@media (max-width: 900px) {
  .work-row { grid-template-columns: 2.4rem 1fr 96px; }
  .work-row__desc, .work-row__arrow { display: none; }
  .work-row__media { width: 96px; aspect-ratio: 1 / 1; }
}
@media (max-width: 480px) {
  .work-row { grid-template-columns: 2rem 1fr 64px; padding: 1rem 0.5rem; }
  .work-row__media { width: 64px; }
}

/* Pipeline pills: the live-work summary row */
.pipeline-links { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; margin-top: 2.2rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.pipeline-links__label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); margin-right: 0.5rem; }
.pipeline-pill {
  padding: 0.45em 1.1em; border: 1px solid var(--line); border-radius: 100px;
  background: var(--white); color: var(--ink-soft); font-size: var(--step--1); text-decoration: none;
  transition: border-color 0.25s, color 0.25s, transform 0.25s var(--ease), box-shadow 0.3s;
}
.pipeline-pill:hover { border-color: var(--gold-deep); color: var(--green); transform: translateY(-2px); box-shadow: var(--shadow); }

/* Gateway cards */
.gateway-card {
  position: relative; display: block; padding: 2rem 2.2rem 2rem 2rem;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  text-decoration: none; overflow: hidden;
  transition: border-color 0.3s, transform 0.35s var(--ease), box-shadow 0.4s var(--ease);
}
.gateway-card h3 { font-size: var(--step-1); color: var(--green); margin-bottom: 0.5rem; }
.gateway-card p { color: var(--ink-soft); margin: 0; font-size: var(--step-0); max-width: 34ch; }
.gateway-card__arrow { position: absolute; top: 1.6rem; right: 1.6rem; color: var(--gold-deep); font-size: var(--step-1); transform: translateX(-6px); opacity: 0.5; transition: transform 0.35s var(--ease), opacity 0.35s; }
.gateway-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow); }
.gateway-card:hover .gateway-card__arrow { transform: translateX(0); opacity: 1; }

/* Light why-items (cream section variant) */
.why-item--light { border-top: 1px solid var(--line); }
.why-item--light .why-item__index { color: var(--gold-deep); }

/* Header hides on scroll down, returns on scroll up */
.site-header { transition: transform 0.35s var(--ease), background 0.3s, box-shadow 0.3s; will-change: transform; }
.site-header.is-hidden { transform: translateY(-100%); }

/* ---- 2026 homepage layer --------------------------------------------------- */
/* Full-viewport hero with display-scale type */
.hero--full { min-height: calc(100svh - 72px); display: flex; flex-direction: column; }
.hero--full > .container { display: flex; flex-direction: column; flex: 1; }
.hero--full .hero__inner { margin-block: auto; padding-block: clamp(3rem, 6vh, 5rem); max-width: 64ch; }
.hero--full h1 { font-size: clamp(3.2rem, 2rem + 5.4vw, 6.4rem); letter-spacing: -0.02em; }
.hero--full .hero__lead { font-size: clamp(1.1rem, 1rem + 0.6vw, 1.4rem); }

/* Scroll cue */
.scroll-cue {
  position: relative; z-index: 2; display: flex; align-items: center; gap: 0.7rem;
  padding-bottom: 1.1rem; color: color-mix(in srgb, var(--cream) 65%, transparent);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
}
.scroll-cue i {
  width: 44px; height: 1px; background: var(--gold); display: block;
  transform-origin: 0 50%; animation: cue 2.4s var(--ease) infinite;
}
@keyframes cue { 0% { transform: scaleX(0); } 55% { transform: scaleX(1); } 100% { transform: scaleX(0); transform-origin: 100% 50%; } }
@media (prefers-reduced-motion: reduce) { .scroll-cue i { animation: none; } }

/* Ghost section numerals */
.section__head { position: relative; }
.sec-num {
  position: absolute; right: 0; top: -0.35em; z-index: 0; pointer-events: none;
  font-family: var(--serif); font-weight: 600; line-height: 1;
  font-size: clamp(5rem, 11vw, 10rem);
  color: transparent; -webkit-text-stroke: 1px rgba(18, 55, 51, 0.14);
}
.sec-num--dark { -webkit-text-stroke: 1px rgba(245, 238, 228, 0.16); }
@media (max-width: 700px) { .sec-num { font-size: 4.5rem; top: -0.2em; } }

/* Why-band indexed items */
.why-item { padding: 1.6rem 0; border-top: 1px solid rgba(245, 238, 228, 0.18); position: relative; }
.why-item__index {
  display: block; font-family: var(--sans); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.18em; color: var(--gold-deep); margin-bottom: 0.6rem;
}

/* Editorial feature grid: first project large, two stacked beside it */
.grid--feature { display: grid; gap: clamp(1.25rem, 2.5vw, 2rem); grid-template-columns: 1.25fr 1fr; }
.grid--feature .project-card { aspect-ratio: auto; min-height: 260px; }
.grid--feature .project-card--lead { grid-row: span 2; min-height: 560px; }
@media (max-width: 860px) { .grid--feature { grid-template-columns: 1fr; } .grid--feature .project-card--lead { grid-row: auto; min-height: 420px; } }

/* Scroll parallax (progressive: scroll-driven animation where supported) */
@supports (animation-timeline: view()) {
  .parallax img { animation: parallax-y linear both; animation-timeline: view(); animation-range: entry 0% exit 100%; }
  @keyframes parallax-y { from { transform: translateY(4%) scale(1.06); } to { transform: translateY(-4%) scale(1.06); } }
  @media (prefers-reduced-motion: reduce) { .parallax img { animation: none; } }
}

/* Bigger closing statement */
.cta-band h2 { font-size: var(--step-4); letter-spacing: -0.015em; }

/* ---- Hero ---------------------------------------------------------------- */
.hero { position: relative; background: var(--green); color: var(--cream); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background:
    radial-gradient(120% 90% at 85% -10%, rgba(221,207,131,0.18), transparent 55%),
    linear-gradient(180deg, rgba(13,42,38,0) 40%, rgba(13,42,38,0.55) 100%); pointer-events: none; }
.hero__inner { position: relative; z-index: 2; padding-block: clamp(4.5rem, 12vh, 9rem); max-width: 60ch; }
.hero h1 { color: var(--cream); font-weight: 500; margin-bottom: 0.4em; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero__lead { font-size: var(--step-1); color: color-mix(in srgb, var(--cream) 86%, transparent); max-width: 48ch; margin-bottom: 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img, .hero__media video { width: 100%; height: 100%; object-fit: cover; opacity: 0.34; }
.hero__stats { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: clamp(0.8rem, 2vw, 1.4rem); padding-block: 2rem; }
/* Glass chips */
.stat {
  flex: 1 1 auto; min-width: 0; padding: 1.1rem 1.5rem; border-radius: 12px;
  background: rgba(245, 238, 228, 0.07);
  border: 1px solid rgba(245, 238, 228, 0.16);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow: inset 0 1px 0 rgba(245, 238, 228, 0.12), 0 14px 34px -18px rgba(0, 0, 0, 0.5);
}
.stat__num { font-family: var(--serif); font-size: var(--step-3); color: var(--gold); line-height: 1; }
.stat__label { font-size: var(--step--1); letter-spacing: 0.04em; color: color-mix(in srgb, var(--cream) 78%, transparent); margin-top: 0.4rem; overflow-wrap: break-word; }

/* ---- Hero ECG heartbeat (the AMF pulse) ----------------------------------- */
/* In-flow spacer inside the hero copy; the SVG escapes the text column to span the
   full viewport width: left offset = -(distance from column to viewport edge). */
.ecg-band { position: relative; height: 84px; margin: 0.6rem 0 1.2rem; pointer-events: none; }
.ecg-band svg {
  position: absolute; top: 0; height: 84px; width: 100vw; max-width: none;
  left: min(calc((var(--container) - 100vw) / 2), calc(0px - var(--gutter)));
  display: block; overflow: visible; pointer-events: none;
}
.ecg-trace {
  stroke: var(--gold); stroke-width: 2; fill: none; opacity: 0.9;
  stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(221, 207, 131, 0.65));
}
/* Left-to-right wipe reveal (clip-path is scale-proof; negative inset keeps the glow) */
.ecg-band svg {
  clip-path: inset(-24px 100% -24px 0);
  animation: ecg-wipe 2.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}
@keyframes ecg-wipe { to { clip-path: inset(-24px 0 -24px 0); } }
.ecg-dot { fill: var(--gold); filter: drop-shadow(0 0 8px rgba(221, 207, 131, 0.9)); }
/* The real monogram artwork, baseline seated on the trace (line y = 44.8px of the 84px
   band; monogram baseline = 77.9% of its height -> top offset aligns the two). The
   trace and dot render BEHIND it, so the tracer runs through the letterforms. */
.ecg-logo {
  position: absolute; top: 15.8px; height: 58px; width: auto; max-width: none;
  left: calc(min(calc((var(--container) - 100vw) / 2), calc(0px - var(--gutter))) + 50vw);
  transform: translateX(-50%);
  filter: drop-shadow(0 0 12px rgba(221, 207, 131, 0.35));
  opacity: 0; animation: glyph-in 0.7s ease-out 1.45s forwards;
}
@keyframes glyph-in { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .ecg-band svg { clip-path: none; animation: none; }
  .ecg-logo { opacity: 1; animation: none; }
}

/* ---- Sections ------------------------------------------------------------ */
.section { padding-block: clamp(3.5rem, 9vh, 7rem); }
.section--paper { background: var(--paper); }
.section--cream { background: var(--cream); }
.section--green { background: var(--green); color: var(--cream); }
.section--green h2, .section--green h3 { color: var(--cream); }
.section--green .eyebrow { color: var(--gold); }
.section__head { max-width: 62ch; margin-bottom: clamp(2rem, 5vh, 3.5rem); }
.section__head.center { margin-inline: auto; text-align: center; }
.section__head p { font-size: var(--step-1); color: var(--ink-soft); }
.section--green .section__head p { color: color-mix(in srgb, var(--cream) 82%, transparent); }

/* ---- Grid + cards -------------------------------------------------------- */
.grid { display: grid; gap: clamp(1.25rem, 2.5vw, 2rem); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid--3, .grid--2 { grid-template-columns: 1fr; } }

.pillar { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.8rem; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.3s; }
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold); }
.pillar__icon { width: 44px; height: 44px; color: var(--green); margin-bottom: 1.1rem; }
.pillar h3 { font-size: var(--step-1); margin-bottom: 0.5rem; }
.pillar p { color: var(--ink-soft); font-size: var(--step-0); margin-bottom: 0; }

.project-card { position: relative; display: block; overflow: hidden; border-radius: var(--radius); text-decoration: none; color: var(--cream); background: var(--green-deep); aspect-ratio: 4 / 5; }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,42,38,0) 35%, rgba(13,42,38,0.85) 100%); }
.project-card:hover img { transform: scale(1.06); }
.project-card__body { position: absolute; z-index: 2; inset: auto 0 0 0; padding: 1.5rem; }
.project-card__loc { display: block; font-size: var(--step--1); letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }
.project-card__badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; margin: 0; }
.project-card--typo .status-pill { display: inline-block; margin-bottom: 0.6rem; }
.project-card__title { font-family: var(--serif); font-size: var(--step-1); margin: 0.3rem 0 0; color: var(--cream); }

.insight-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--ink); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.insight-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.insight-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--cream); }
.insight-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.insight-card:hover .insight-card__media img { transform: scale(1.05); }
.insight-card__body { padding: 1.4rem 1.4rem 1.6rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.insight-card__cat { font-size: var(--step--1); letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.insight-card__title { font-family: var(--serif); font-size: var(--step-1); color: var(--green); margin: 0; line-height: 1.2; }
.insight-card__excerpt { color: var(--ink-soft); font-size: var(--step-0); margin: 0; }

/* ---- Split feature ------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.split--reverse .split__media { order: -1; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split--reverse .split__media { order: 0; } }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.feature-list li { position: relative; padding-left: 2rem; margin-bottom: 1rem; color: var(--ink-soft); }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 12px; height: 12px; border: 2px solid var(--gold-deep); border-radius: 50%; }

/* ---- CTA band ------------------------------------------------------------ */
.cta-band { background: var(--green); color: var(--cream); border-radius: var(--radius); padding: clamp(2.5rem, 6vw, 4.5rem); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 120% at 50% -20%, rgba(221,207,131,0.22), transparent 60%); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: var(--cream); margin-bottom: 0.6rem; }
.cta-band p { color: color-mix(in srgb, var(--cream) 84%, transparent); font-size: var(--step-1); max-width: 46ch; margin-inline: auto; margin-bottom: 2rem; }

/* ---- Prose (legal, project, post bodies) --------------------------------- */
.prose { max-width: 72ch; }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; font-size: var(--step-1); }
.prose h5 { font-family: var(--sans); font-weight: 600; color: var(--ink-soft); font-size: var(--step-0); }
.prose a { color: var(--green); text-decoration: underline; text-decoration-color: var(--gold); }
.prose img, .body-figure img { border-radius: var(--radius); }
.body-figure { margin: 2rem 0; }
.prose blockquote { border-left: 3px solid var(--gold); margin: 1.6rem 0; padding: 0.4rem 0 0.4rem 1.4rem; font-family: var(--serif); font-style: italic; font-size: var(--step-1); color: var(--green); }

/* ---- Page hero (interior) ------------------------------------------------ */
.page-hero { background: var(--green); color: var(--cream); padding-block: clamp(3rem, 8vh, 5.5rem); }
.page-hero h1 { color: var(--cream); }
.page-hero p { color: color-mix(in srgb, var(--cream) 84%, transparent); font-size: var(--step-1); max-width: 60ch; margin: 0; }
.breadcrumb { font-size: var(--step--1); color: color-mix(in srgb, var(--cream) 72%, transparent); margin-bottom: 1rem; display: flex; gap: 0.5rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--gold); text-decoration: none; }

/* Light hero variant (boxed system, matches the homepage register) */
.page-hero .eyebrow { color: var(--gold); }
.page-hero--lite { background: var(--paper); color: var(--ink); }
.page-hero--lite h1 { color: var(--green); }
.page-hero--lite .breadcrumb { color: var(--ink-soft); }
.page-hero--lite .breadcrumb a { color: var(--gold-deep); }
.page-hero--lite .eyebrow { color: var(--gold-deep); }
.page-hero--lite::before { display: none; }

/* ---- Q&A blocks (AEO/GEO) ------------------------------------------------ */
.qa { border-top: 1px solid var(--line); padding-top: 2rem; margin-top: 2rem; }
.qa h2 { font-size: var(--step-2); }
.qa__lead { font-weight: 500; color: var(--green); font-size: var(--step-1); font-family: var(--serif); }

/* ---- Contact ------------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.1rem; }
.field label { font-size: var(--step--1); font-weight: 600; letter-spacing: 0.02em; }
.field input, .field textarea { font-family: var(--sans); font-size: var(--step-0); padding: 0.85em 1em; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); }
.field input:focus, .field textarea:focus { outline: 2px solid var(--gold-deep); outline-offset: 1px; border-color: var(--gold-deep); }
.contact-detail { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.contact-detail svg { width: 22px; height: 22px; color: var(--gold-deep); flex: none; margin-top: 3px; }
.form-note { font-size: var(--step--1); color: var(--ink-soft); }
.form-status { padding: 1em 1.2em; border-radius: var(--radius); margin-bottom: 1rem; display: none; }
.form-status.is-error { display: block; background: #fbe9e7; color: #8a2c1f; }
.form-status.is-ok { display: block; background: #e7f2ea; color: #1d5b38; }

/* ---- Media band (page + service photography) ------------------------------ */
/* Contained, wide-aspect: gives a page an image without the giant slab that
   dominates the fold at narrow widths. */
.media-band { margin: 0 0 clamp(1.8rem, 4vh, 2.8rem); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--cream); }
.media-band img { display: block; width: 100%; height: auto; aspect-ratio: 21 / 9; object-fit: cover; }
@media (max-width: 720px) { .media-band img { aspect-ratio: 16 / 9; } }
/* Diagrams must not be cropped: show them whole, on their own ground. */
.media-band--diagram { background: var(--white); box-shadow: none; border: 1px solid var(--line); }
.media-band--diagram img { aspect-ratio: auto; object-fit: contain; padding: clamp(1rem, 3vw, 2rem); }
/* Image caption + open-licence credit line */
.media-credit { margin-top: 0.6rem; font-size: var(--step--1); color: var(--ink-soft); line-height: 1.4; }
.media-credit__attr { color: color-mix(in srgb, var(--ink-soft) 78%, transparent); }
.media-credit__attr a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* Service cards with a photograph: the thumb bleeds to the card edge, so it must
   cancel the card's 1.7rem side padding exactly. */
.svc-card--media { padding-top: 0; overflow: hidden; }
.svc-card__thumb { display: block; margin: 0 -1.7rem 1.3rem; }
.svc-card__thumb img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1); }
.svc-card--media:hover .svc-card__thumb img { transform: scale(1.04); }

/* ---- RIBA Plan of Work diagram (services page) ---------------------------- */
/* Native, so it stays crisp at any size and matches the palette exactly. Green
   cells are AMF's scope (Stage 3-7); the gold band restates that coverage. */
.riba { margin: 0; }
.riba__scroll { overflow-x: auto; padding-bottom: 0.4rem; -webkit-overflow-scrolling: touch; }
.riba__inner { min-width: 760px; }
.riba__track { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(8, 1fr); gap: 0.6rem; }
.riba__stage {
  position: relative; display: flex; flex-direction: column; gap: 0.5rem;
  min-height: 130px; padding: 1rem 0.85rem 1.1rem;
  border: 1px solid var(--line); border-radius: 12px; background: var(--white);
}
.riba__num { font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.14em; color: var(--ink-soft); }
.riba__name { font-family: var(--serif); font-weight: 600; font-size: 0.97rem; line-height: 1.24; color: var(--ink); margin-top: auto; }
/* AMF-covered stages */
.riba__stage.is-amf { background: var(--green); border-color: var(--green); box-shadow: var(--shadow); }
.riba__stage.is-amf .riba__num { color: var(--gold); }
.riba__stage.is-amf .riba__name { color: var(--cream); }
.riba__stage.is-amf::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  border-radius: 12px 12px 0 0; background: linear-gradient(90deg, var(--gold), var(--gold-deep));
}
/* Scope band, aligned under stages 3-7 via the same 8-column grid */
.riba__scope { display: grid; grid-template-columns: repeat(8, 1fr); gap: 0.6rem; margin-top: 0.7rem; }
.riba__band {
  grid-column: 4 / 9; position: relative; display: flex; align-items: center; gap: 0.85rem;
  padding: 0.72rem 1.15rem; border-radius: 999px; color: var(--green-deep);
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
}
.riba__band::before {
  content: ""; position: absolute; top: -7px; left: 24px;
  border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid var(--gold);
}
.riba__band-tag {
  font-family: var(--mono); font-weight: 600; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 0.2em 0.7em; border: 1.5px solid var(--green-deep); border-radius: 999px; white-space: nowrap;
}
.riba__band-label { font-family: var(--sans); font-size: 0.9rem; font-weight: 600; }
.riba__note { margin-top: 1.15rem; font-size: var(--step--1); color: var(--ink-soft); max-width: 70ch; }
@media (prefers-reduced-motion: no-preference) {
  .riba__stage { transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1); }
}

/* ---- CV upload + consent (application forms) ------------------------------ */
.field-label { font-size: var(--step--1); font-weight: 600; letter-spacing: 0.02em; }
.opt { font-weight: 400; color: var(--ink-soft); }
.file-drop { position: relative; display: flex; align-items: center; gap: 1rem; padding: 1.1em 1.2em; border: 1.5px dashed var(--line); border-radius: var(--radius); background: var(--paper); cursor: pointer; transition: border-color 0.2s ease, background 0.2s ease; }
.file-drop:hover, .file-drop:focus-within { border-color: var(--gold-deep); background: var(--white); }
.file-drop:focus-within { outline: 2px solid var(--gold-deep); outline-offset: 2px; }
.file-drop.is-dragover { border-color: var(--gold-deep); background: color-mix(in srgb, var(--gold) 16%, var(--white)); }
.file-drop.is-filled { border-style: solid; border-color: var(--gold-deep); background: var(--white); }
#apply { scroll-margin-top: 96px; }
.form-status:focus { outline: none; }
.file-drop__input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.file-drop svg { width: 26px; height: 26px; color: var(--gold-deep); flex: none; }
.file-drop__text { display: flex; flex-direction: column; gap: 0.15rem; font-size: var(--step--1); }
.file-drop__hint { color: var(--ink-soft); }
.file-drop__name { margin-left: auto; font-family: var(--mono); font-size: var(--step--1); color: var(--green); max-width: 45%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.consent-row { display: flex; gap: 0.7rem; align-items: flex-start; margin: 0.4rem 0 1.4rem; font-size: var(--step--1); color: var(--ink-soft); cursor: pointer; }
.consent-row input { margin-top: 3px; width: 16px; height: 16px; flex: none; accent-color: var(--green); }
.consent-row a { color: var(--green); }

/* ---- Footer -------------------------------------------------------------- */
.site-footer { background: var(--green-deep); color: color-mix(in srgb, var(--cream) 82%, transparent); padding-block: clamp(3rem, 7vh, 5rem) 2rem; }
.site-footer a { color: color-mix(in srgb, var(--cream) 82%, transparent); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 2rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(245,238,228,0.14); }
@media (max-width: 860px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }
.footer-brand img { height: 44px; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.footer-brand p { max-width: 34ch; font-size: var(--step--1); }
.footer-col h4 { color: var(--gold); font-family: var(--sans); font-size: var(--step--1); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; margin-bottom: 1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.6rem; font-size: var(--step--1); }

/* ---- Motion: view transitions + reveals ----------------------------------- */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: vt-out 0.22s ease both; }
::view-transition-new(root) { animation: vt-in 0.3s ease both; }
@keyframes vt-out { to { opacity: 0; } }
@keyframes vt-in { from { opacity: 0; transform: translateY(6px); } }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }

/* ---- Marquee band (sector/discipline ticker) ------------------------------ */
.marquee { overflow: hidden; border-block: 1px solid rgba(245,238,228,0.16); padding-block: 1.1rem; }
.marquee__track { display: flex; gap: 3.5rem; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { font-family: var(--serif); font-size: var(--step-1); color: color-mix(in srgb, var(--cream) 62%, transparent); white-space: nowrap; display: flex; align-items: center; gap: 3.5rem; }
.marquee__item::after { content: "◆"; font-size: 0.5em; color: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; flex-wrap: wrap; width: auto; } }

/* ---- Filter chips ---------------------------------------------------------- */
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }
.chip { font-family: var(--sans); font-size: var(--step--1); font-weight: 600; letter-spacing: 0.02em; padding: 0.55em 1.2em; border-radius: 100px; border: 1px solid var(--line); background: var(--white); color: var(--ink-soft); cursor: pointer; transition: all 0.25s var(--ease); }
.chip:hover { border-color: var(--gold-deep); color: var(--green); }
.chip.is-active { background: var(--green); border-color: var(--green); color: var(--cream); }
.is-hidden { display: none !important; }

/* ---- Sticky split (services) ---------------------------------------------- */
.sticky-split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.sticky-split__aside { position: sticky; top: 96px; }
@media (max-width: 900px) { .sticky-split { grid-template-columns: 1fr; } .sticky-split__aside { position: static; } }
.service-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; margin-bottom: 1.1rem; transition: border-color 0.3s, box-shadow 0.4s var(--ease); counter-increment: service; }
.service-item:hover { border-color: var(--gold); box-shadow: var(--shadow); }
.service-item h3 { font-size: var(--step-1); display: flex; gap: 0.9rem; align-items: baseline; }
.service-item h3::before { content: counter(service, decimal-leading-zero); font-family: var(--sans); font-size: var(--step--1); font-weight: 600; color: var(--gold-deep); letter-spacing: 0.08em; }
.service-item p { color: var(--ink-soft); margin: 0.4rem 0 0; }
.service-list { counter-reset: service; }

/* ---- Project hero + detail ------------------------------------------------- */
.project-hero { position: relative; background: var(--green-deep); color: var(--cream); min-height: min(62vh, 560px); display: flex; align-items: flex-end; overflow: hidden; }
.project-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.project-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,42,38,0.15) 0%, rgba(13,42,38,0.88) 100%); }
.project-hero__inner { position: relative; z-index: 2; padding-block: clamp(2.5rem, 7vh, 4.5rem); }
.project-hero h1 { color: var(--cream); margin-bottom: 0.2em; }
.fact-strip { display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 4vw, 3.5rem); padding-block: 1.5rem; border-bottom: 1px solid var(--line); margin-bottom: 2.5rem; }
.fact__label { font-size: var(--step--1); letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.fact__value { font-family: var(--serif); font-size: var(--step-1); color: var(--green); }

/* ---- Typographic project covers (in-delivery projects, no imagery yet) ------ */
.project-card--typo { aspect-ratio: 4 / 5; background:
    radial-gradient(120% 100% at 85% -10%, rgba(221,207,131,0.22), transparent 55%),
    linear-gradient(160deg, var(--green) 0%, var(--green-deep) 100%); }
.project-card--typo::after { background: none; }
.project-card--typo::before {
  content: attr(data-initial);
  position: absolute; right: -0.08em; top: -0.18em;
  font-family: var(--serif); font-weight: 600; font-size: clamp(10rem, 16vw, 15rem);
  line-height: 1; color: rgba(221, 207, 131, 0.13); pointer-events: none;
  transition: color 0.5s var(--ease), transform 0.7s var(--ease);
}
.project-card--typo:hover::before { color: rgba(221, 207, 131, 0.22); transform: translateY(-6px); }
.project-card--typo .pulse {
  position: absolute; left: 1.5rem; top: 1.5rem; width: 72px; height: 24px; color: var(--gold); opacity: 0.9;
}
.project-card--typo .project-card__body { position: absolute; }
.status-pill { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.35em 0.9em; border: 1px solid rgba(221,207,131,0.5); border-radius: 100px; color: var(--gold); margin-bottom: 0.7rem; }
.status-pill--done { color: var(--green-deep); background: var(--gold); border-color: var(--gold); }

/* ---- Blog index ------------------------------------------------------------- */
.featured-post { display: grid; grid-template-columns: 1.2fr 0.8fr; border-radius: var(--radius); overflow: hidden; background: var(--green); color: var(--cream); margin-bottom: clamp(2rem, 5vh, 3.5rem); text-decoration: none; }
@media (max-width: 860px) { .featured-post { grid-template-columns: 1fr; } }
.featured-post__media { aspect-ratio: 16 / 10; }
.featured-post__media img { width: 100%; height: 100%; object-fit: cover; }
.featured-post__body { padding: clamp(1.6rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: center; gap: 0.8rem; }
.featured-post__body h2 { color: var(--cream); font-size: var(--step-2); margin: 0; }
.featured-post__body .excerpt { color: color-mix(in srgb, var(--cream) 80%, transparent); margin: 0; }
.post-meta { font-size: var(--step--1); letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); font-weight: 600; }

/* ---- Policy / document cards ------------------------------------------------ */
.doc-card { display: flex; align-items: center; gap: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.3rem; text-decoration: none; color: var(--ink); transition: border-color 0.3s, transform 0.3s var(--ease), box-shadow 0.4s var(--ease); }
.doc-card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: var(--shadow); }
.doc-card svg { width: 26px; height: 26px; color: var(--gold-deep); flex: none; }
.doc-card .title { font-weight: 600; font-size: var(--step-0); }
.doc-card .type { font-size: var(--step--1); color: var(--ink-soft); }

/* ---- Glossary ----------------------------------------------------------------- */
.term { border-top: 1px solid var(--line); padding: 1.8rem 0; }
.term dt { font-family: var(--serif); font-size: var(--step-1); color: var(--green); font-weight: 500; margin-bottom: 0.4rem; }
.term dd { margin: 0; max-width: 70ch; }
.term .canonical { font-weight: 500; color: var(--ink); }
.term .elab { color: var(--ink-soft); margin-top: 0.4rem; }

/* ---- Openings ------------------------------------------------------------------ */
.opening { background: var(--white); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: var(--radius); padding: 1.8rem; margin-bottom: 1.2rem; }
.opening h3 { margin-bottom: 0.3rem; font-size: var(--step-1); }
.opening .meta { font-size: var(--step--1); color: var(--gold-deep); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.8rem; }

/* ---- Reading progress ------------------------------------------------------------ */
#read-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform-origin: 0 50%; transform: scaleX(0); z-index: 200; }

/* ---- Mobile nav ---------------------------------------------------------- */
@media (max-width: 940px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: none; border: 1px solid var(--line); border-radius: var(--radius); color: var(--green); cursor: pointer; }
  .main-nav, .header-cta { display: none; }
  .site-header.nav-open .main-nav { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0.4rem; background: var(--paper); padding: 1.2rem var(--gutter) 1.6rem; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-header.nav-open .main-nav a { padding: 0.6em 0; width: 100%; border-bottom: 1px solid var(--line); }
  .site-header.nav-open .header-cta { display: flex; }
}

/* ---- Engineering type system (Space Grotesk / Plex Mono / Inter) ----------- */
h1 em, h2 em, .manifesto__text em, .hero-lite__copy h1 em { font-style: normal; }
.eyebrow, .split-head__label, .pipeline-links__label, .work-row__num, .work-row__tag,
.index-row__num, .why-item__index, .post-meta, .insight-card__cat, .project-card__loc,
.fact__label, .stat-tile__label, .stat__label, .status-pill {
  font-family: var(--mono); letter-spacing: 0.06em;
}
.stat-tile__num, .stat__num, .float-card__num { font-family: var(--serif); font-weight: 700; }
.fact__value { font-family: var(--serif); }
blockquote { font-style: normal; }

/* ---- FAQ accordion (boxed system) ------------------------------------------ */
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (max-width: 860px) { .faq-grid { grid-template-columns: 1fr; } }
.faq-grid__intro .split-head__title { margin-bottom: 1rem; }
.faq-acc { display: grid; gap: 0.9rem; }
.qa-acc {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  transition: border-color 0.3s, box-shadow 0.4s var(--ease);
}
.qa-acc[open] { border-color: var(--gold); box-shadow: var(--shadow); }
.qa-acc summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1.2rem;
  padding: 1.25rem 1.4rem; cursor: pointer; list-style: none;
}
.qa-acc summary::-webkit-details-marker { display: none; }
.qa-acc__q { font-family: var(--serif); font-weight: 600; font-size: var(--step-1); color: var(--green); line-height: 1.25; }
.qa-acc__icon {
  flex: none; position: relative; width: 34px; height: 34px; border-radius: 10px;
  background: rgba(221, 207, 131, 0.25); transition: background 0.3s, transform 0.35s var(--ease);
}
.qa-acc__icon::before, .qa-acc__icon::after {
  content: ""; position: absolute; inset: 0; margin: auto; background: var(--green);
  width: 14px; height: 2px; border-radius: 2px; transition: transform 0.35s var(--ease);
}
.qa-acc__icon::after { transform: rotate(90deg); }
.qa-acc[open] .qa-acc__icon { background: var(--gold); }
.qa-acc[open] .qa-acc__icon::after { transform: rotate(0deg); }
.qa-acc__body { padding: 0 1.4rem 1.3rem; }
.qa-acc__body p { margin: 0; color: var(--ink-soft); max-width: 62ch; }
.qa-acc[open] .qa-acc__body { animation: qa-open 0.4s var(--ease); }
@keyframes qa-open { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .qa-acc[open] .qa-acc__body { animation: none; } }

/* Mission statement inside the dark panel */
.mission-statement {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.25rem, 1.05rem + 1vw, 1.8rem); line-height: 1.45;
  color: var(--cream); max-width: 62ch; margin: 0;
}

/* Story variant: shorter image to match a text-only column; tiles in a 4-up row */
.about-media--story img { aspect-ratio: 4 / 3.6; }
.stat-tiles--row { grid-template-columns: repeat(4, 1fr); margin: 2.4rem 0 0; }
@media (max-width: 980px) { .stat-tiles--row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .stat-tiles--row { grid-template-columns: 1fr; } }

/* Service card learn-more line */
.svc-card__more { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.9rem; font-size: var(--step--1); font-weight: 600; color: var(--gold-deep); }
.svc-card:hover .svc-card__more { color: var(--green); }

/* Contact form card */
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow); }

/* Glossary term cards */
.term-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem; transition: border-color 0.3s, transform 0.35s var(--ease), box-shadow 0.4s var(--ease); }
.term-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow); }
.term-card h3 { font-size: var(--step-1); color: var(--green); margin-bottom: 0.5rem; }
.term-card .canonical { font-weight: 500; color: var(--ink); margin-bottom: 0.5rem; }
.term-card .elab { color: var(--ink-soft); font-size: var(--step--1); margin: 0; }

/* Job meta chips */
.job-meta { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.job-meta span { padding: 0.4em 1em; border-radius: 100px; border: 1px solid rgba(245, 238, 228, 0.35); color: var(--cream); font-family: var(--mono); font-size: 0.75rem; letter-spacing: 0.06em; }

/* Service page: full-width overview + wide deliverables card */
.text-cols { columns: 2; column-gap: clamp(2rem, 5vw, 4.5rem); max-width: 100%; }
.text-cols p { break-inside: avoid; max-width: none; }
@media (max-width: 860px) { .text-cols { columns: 1; } }
.svc-card--wide { margin-top: 1.6rem; }
.svc-card--wide__head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.1rem; flex-wrap: wrap; }
.svc-card--wide__head .svc-card__icon { margin-bottom: 0; }
.svc-card--wide__head h3 { margin: 0; flex: 1; }
.tick-list--cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem 2.5rem; }
@media (max-width: 700px) { .tick-list--cols { grid-template-columns: 1fr; } }
