/* ==========================================================================
   Forward Deployed Studio — site.css
   Slate & Ember. Tokens first, then primitives, then components.
   Design system per "Forward Deployed Studio — Brand Kit v1".
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. FONTS — self-hosted, no third-party CDN (GDPR)
   Public Sans and Source Serif 4 are variable; one file covers all weights.
   -------------------------------------------------------------------------- */

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/source-serif-4-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/source-serif-4-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/public-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/public-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --------------------------------------------------------------------------
   2. TOKENS — brand kit v1, verbatim
   -------------------------------------------------------------------------- */

:root {
  /* Core palette */
  --ink:        oklch(0.24 0.012 255);
  --paper:      oklch(0.97 0.006 80);
  --mid:        oklch(0.52 0.012 255);
  --accent:     oklch(0.68 0.15 45);    /* Ember  — primary */
  --accent-2:   oklch(0.68 0.15 220);   /* Sky    — secondary, used small */

  /* Derived surfaces + states */
  --paper-lift: oklch(0.995 0.003 80);  /* cards on paper */
  --paper-sink: oklch(0.945 0.008 80);  /* alternating bands */
  --line:       oklch(0.88 0.008 80);
  --line-soft:  oklch(0.92 0.007 80);
  --accent-ink: oklch(0.46 0.13 45);    /* Ember at text contrast on paper — 7.4:1 */
  --accent-hov: oklch(0.38 0.12 45);    /* link hover: darker, so contrast rises */
  --accent-btn: oklch(0.73 0.15 45);    /* button hover: lighter, keeps ink label at 6.5:1 */
  --on-accent:  oklch(0.24 0.012 255);  /* Ember is too light for paper text (2.8:1).
                                           Slate ink on Ember is 5.4:1 and keeps the
                                           brand hue untouched. */
  --sky-ink:    oklch(0.45 0.12 220);   /* Sky at text contrast on paper */

  /* On the ink bands */
  --ink-line:   oklch(0.36 0.014 255);
  --ink-mid:    oklch(0.72 0.011 255);
  --ink-lift:   oklch(0.285 0.013 255);

  /* Type */
  --head: 'Source Serif 4', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --body: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  /* Scale */
  --step--1: 0.875rem;
  --step-0:  1rem;
  --step-1:  1.125rem;
  --step-2:  clamp(1.25rem, 0.4vw + 1.15rem, 1.4rem);
  --step-3:  clamp(1.5rem,  1.1vw + 1.25rem, 1.95rem);
  --step-4:  clamp(1.9rem,  2.2vw + 1.35rem, 2.75rem);
  --step-5:  clamp(2.4rem,  4.4vw + 1.2rem,  4.1rem);

  /* Space + shape */
  --gap:      1.5rem;
  --pad-x:    clamp(1.25rem, 4vw, 3rem);
  --band:     clamp(4.5rem, 8vw, 7.5rem);
  --radius:   4px;                       /* brand kit corner language */
  --container: 1180px;
  --measure:  65ch;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* --------------------------------------------------------------------------
   3. RESET + BASE
   -------------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;   /* clears the sticky header on anchor jumps */
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--step-0);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--head);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); line-height: 1.25; }
h4 { font-size: var(--step-1); line-height: 1.35; letter-spacing: -0.005em; }

p { max-width: var(--measure); text-wrap: pretty; }

a { color: var(--accent-ink); text-underline-offset: 0.18em; }
a:hover { color: var(--accent-hov); }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection { background: var(--accent); color: var(--on-accent); }

.skip-link {
  position: absolute; top: 0; left: 50%;
  transform: translate(-50%, -110%);
  background: var(--ink); color: var(--paper);
  padding: 0.7rem 1.2rem; border-radius: 0 0 var(--radius) var(--radius);
  font-family: var(--mono); font-size: var(--step--1);
  z-index: 200; transition: transform 160ms var(--ease);
}
.skip-link:focus { transform: translate(-50%, 0); color: var(--paper); }

/* --------------------------------------------------------------------------
   4. LAYOUT PRIMITIVES
   -------------------------------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}

.band { padding-block: var(--band); }
.band--sink { background: var(--paper-sink); }
.band--tight { padding-block: clamp(3rem, 5vw, 4.5rem); }

/* Inverted sections. Brand rule: at most two per page. */
.band--ink {
  background: var(--ink);
  color: var(--paper);
}
.band--ink h2, .band--ink h3, .band--ink h4 { color: var(--paper); }
.band--ink p { color: var(--ink-mid); }
.band--ink a { color: var(--paper); }

.stack   { display: flex; flex-direction: column; gap: var(--gap); }
.stack-s { display: flex; flex-direction: column; gap: 0.6rem; }
.stack-l { display: flex; flex-direction: column; gap: clamp(2rem, 4vw, 3.25rem); }

.grid-3 { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); }
.grid-2 { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(21rem, 1fr)); }

/* --------------------------------------------------------------------------
   5. TYPE UTILITIES
   -------------------------------------------------------------------------- */

.eyebrow {
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--accent-ink);
}
.band--ink .eyebrow { color: var(--accent); }
.eyebrow--quiet { color: var(--mid); }
.band--ink .eyebrow--quiet { color: var(--ink-mid); }

.lede { font-size: var(--step-1); color: var(--mid); max-width: 54ch; line-height: 1.6; }
.band--ink .lede { color: var(--ink-mid); }

.small { font-size: var(--step--1); color: var(--mid); }
.band--ink .small { color: var(--ink-mid); }

.section-head {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.band--ink .section-head { border-bottom-color: var(--ink-line); }
.section-head > .lede { margin-top: 0.2rem; }

/* --------------------------------------------------------------------------
   6. BUTTONS — Ember is rationed to the primary action only
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.8rem 1.4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 500; font-size: var(--step--1);
  text-decoration: none; cursor: pointer;
  transition: background-color 180ms var(--ease), color 180ms var(--ease),
              border-color 180ms var(--ease), transform 180ms var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn .arrow { transition: transform 200ms var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

.btn--primary { background: var(--accent); color: var(--on-accent); }
.btn--primary:hover { background: var(--accent-btn); color: var(--on-accent); }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { background: var(--paper-lift); border-color: var(--mid); color: var(--ink); }
.band--ink .btn--ghost { color: var(--paper); border-color: var(--ink-line); }
.band--ink .btn--ghost:hover { background: var(--ink-lift); border-color: var(--ink-mid); color: var(--paper); }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Inline text link with arrow */
.link-arrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--mono); font-size: 0.78rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--accent-ink); text-decoration: none;
  transition: gap 200ms var(--ease);
}
.link-arrow:hover { gap: 0.7rem; color: var(--accent-hov); }

/* --------------------------------------------------------------------------
   7. HEADER + NAV
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in oklab, var(--paper) 88%, transparent);
  backdrop-filter: saturate(1.4) blur(10px);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 220ms var(--ease), background-color 220ms var(--ease);
}
.site-header[data-scrolled='true'] { border-bottom-color: var(--line); }

.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--gap); min-height: 4.5rem;
}

.brand {
  display: inline-flex; align-items: center; gap: 0.65rem;
  text-decoration: none; color: var(--ink); flex: none;
}
.brand svg { flex: none; }
.brand-name {
  font-family: var(--head); font-weight: 600;
  font-size: 1.02rem; letter-spacing: -0.01em; white-space: nowrap;
}

.nav-links { display: flex; align-items: center; gap: 0.35rem; }
.nav-links a {
  position: relative;
  padding: 0.45rem 0.7rem;
  font-size: 0.92rem; font-weight: 500;
  color: var(--ink); text-decoration: none;
  border-radius: var(--radius);
  transition: color 160ms var(--ease);
}
.nav-links a::after {
  content: ''; position: absolute;
  left: 0.7rem; right: 0.7rem; bottom: 0.18rem; height: 1.5px;
  background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform 220ms var(--ease);
}
.nav-links a:hover { color: var(--accent-ink); }
.nav-links a:hover::after,
.nav-links a[aria-current='page']::after { transform: scaleX(1); }

.nav-end { display: flex; align-items: center; gap: 0.75rem; }

/* Language switcher */
.lang {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; flex: none;
}
.lang a {
  font-family: var(--mono); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.36rem 0.55rem; text-decoration: none;
  color: var(--mid); background: transparent;
  transition: background-color 160ms var(--ease), color 160ms var(--ease);
}
.lang a:hover { color: var(--ink); background: var(--paper-sink); }
.lang a[aria-current='true'] { background: var(--ink); color: var(--paper); }

/* Mobile menu toggle */
.nav-toggle {
  display: none;
  width: 2.5rem; height: 2.5rem;
  align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--line);
  border-radius: var(--radius); cursor: pointer;
}
.nav-toggle span {
  display: block; width: 1rem; height: 1.5px;
  background: var(--ink); position: relative;
  transition: background-color 160ms var(--ease);
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: ''; position: absolute; left: 0;
  width: 1rem; height: 1.5px; background: var(--ink);
  transition: transform 220ms var(--ease), top 180ms var(--ease);
}
.nav-toggle span::before { top: -5px; }
.nav-toggle span::after  { top: 5px; }
.nav-toggle[aria-expanded='true'] span { background: transparent; }
.nav-toggle[aria-expanded='true'] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded='true'] span::after  { top: 0; transform: rotate(-45deg); }

@media (max-width: 60rem) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: fixed; inset: 4.5rem 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem var(--pad-x) 1.5rem;
    transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity 200ms var(--ease), transform 200ms var(--ease);
  }
  .nav-links[data-open='true'] { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 0.85rem 0; font-size: 1.05rem; border-bottom: 1px solid var(--line-soft); }
  .nav-links a::after { display: none; }
  .nav-end .btn { display: none; }
}

/* --------------------------------------------------------------------------
   8. HERO
   -------------------------------------------------------------------------- */

.hero { padding-block: clamp(3.5rem, 9vw, 7rem) clamp(3rem, 6vw, 4.5rem); }
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
@media (max-width: 62rem) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-mark { display: none; }
}

.hero-copy { display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; }
.hero h1 { max-width: 15ch; }
.hero .lede { max-width: 48ch; font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.2rem); }

/* The one moving element on load: the monogram draws itself in. */
.hero-mark { display: grid; place-items: center; }
.hero-mark svg { width: min(100%, 20rem); height: auto; }
.hero-mark .ring {
  fill: none; stroke: var(--accent); stroke-width: 1.5;
  stroke-dasharray: 226; stroke-dashoffset: 226;
  animation: draw 1400ms var(--ease) 200ms forwards;
}
.hero-mark .disc { fill: var(--accent); opacity: 0; animation: fade 900ms var(--ease) 700ms forwards; }
.hero-mark .notch { fill: var(--paper); opacity: 0; animation: fade 900ms var(--ease) 1000ms forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fade { to { opacity: 1; } }

/* --------------------------------------------------------------------------
   9. PROOF BAR — logos + rating, sits directly under the hero
   -------------------------------------------------------------------------- */

.proof {
  border-block: 1px solid var(--line);
  padding-block: 1.6rem;
}
.proof-inner {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 1.25rem clamp(1.5rem, 4vw, 3rem);
  justify-content: space-between;
}
.proof-label {
  font-family: var(--mono); font-size: 0.7rem;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--mid);
  flex: none;
}
.logo-row {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0.9rem clamp(1.25rem, 3vw, 2.5rem);
}
.logo-row .logo {
  font-family: var(--head); font-weight: 600; font-size: 1.05rem;
  letter-spacing: -0.01em; color: var(--mid);
  opacity: 0.85; transition: opacity 200ms var(--ease), color 200ms var(--ease);
}
.logo-row .logo:hover { opacity: 1; color: var(--ink); }

.rating {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper-lift);
  text-decoration: none; color: var(--ink); flex: none;
  transition: border-color 180ms var(--ease);
}
.rating:hover { border-color: var(--mid); color: var(--ink); }
.rating .stars { display: inline-flex; gap: 1px; }
.rating .score { font-family: var(--mono); font-size: 0.78rem; font-weight: 500; }
.rating .src   { font-family: var(--mono); font-size: 0.68rem; color: var(--mid); letter-spacing: 0.06em; text-transform: uppercase; }

/* --------------------------------------------------------------------------
   10. SERVICE CARDS
   -------------------------------------------------------------------------- */

.card {
  display: flex; flex-direction: column; gap: 0.85rem;
  background: var(--paper-lift);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
  text-decoration: none; color: inherit;
  transition: border-color 220ms var(--ease), transform 220ms var(--ease);
}
a.card:hover { border-color: var(--accent); transform: translateY(-2px); color: inherit; }
.card > p { max-width: none; }
.card-foot { margin-top: auto; padding-top: 0.6rem; }

/* Sky is the tag colour. Ember stays on the buttons. */
.tag {
  display: inline-block; align-self: flex-start;
  font-family: var(--mono); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.11em; text-transform: uppercase;
  color: var(--sky-ink);
  border: 1px solid var(--line); border-radius: 2px;
  padding: 0.2rem 0.5rem; background: var(--paper);
}

.card-stat {
  font-family: var(--mono); font-size: 0.78rem; color: var(--mid);
  padding-top: 0.7rem; border-top: 1px solid var(--line-soft);
}
.card-stat b { color: var(--ink); font-weight: 500; }

/* --------------------------------------------------------------------------
   11. PROCESS — a real sequence, so it is numbered
   -------------------------------------------------------------------------- */

.steps { display: grid; gap: 0; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.step {
  display: flex; flex-direction: column; gap: 0.6rem;
  padding: 1.6rem clamp(1rem, 2vw, 1.6rem) 1.6rem 0;
  border-top: 2px solid var(--line);
  position: relative;
}
.step:first-child { border-top-color: var(--accent); }
.step .n {
  font-family: var(--mono); font-size: 0.78rem; font-weight: 500;
  color: var(--accent-ink); letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
}
.step p { max-width: 34ch; }

/* --------------------------------------------------------------------------
   12. OUTCOMES — inverted band #1
   -------------------------------------------------------------------------- */

.stats { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); }
.stat { display: flex; flex-direction: column; gap: 0.35rem; }
.stat .fig {
  font-family: var(--head); font-weight: 600;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem); line-height: 1;
  letter-spacing: -0.02em; color: var(--paper);
  font-variant-numeric: tabular-nums;
}
.stat .fig .unit { color: var(--accent); }
.stat .cap {
  font-family: var(--mono); font-size: 0.74rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mid);
}

/* --------------------------------------------------------------------------
   13. REVIEWS
   -------------------------------------------------------------------------- */

.review {
  display: flex; flex-direction: column; gap: 0.9rem;
  background: var(--paper-lift);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.3rem, 2.2vw, 1.7rem);
}
.review blockquote {
  font-family: var(--head); font-size: var(--step-1);
  line-height: 1.45; letter-spacing: -0.005em;
}
.review figcaption { margin-top: auto; padding-top: 0.7rem; border-top: 1px solid var(--line-soft); }
.review .who { font-weight: 500; font-size: var(--step--1); }
.review .role { font-size: 0.8rem; color: var(--mid); }
.stars svg { display: block; }

/* --------------------------------------------------------------------------
   14. GROUP OF COMPANIES
   -------------------------------------------------------------------------- */

.sibling {
  display: flex; flex-direction: column; gap: 0.55rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper);
  text-decoration: none; color: inherit;
  transition: border-color 220ms var(--ease), background-color 220ms var(--ease);
}
.sibling:hover { border-color: var(--accent); background: var(--paper-lift); color: inherit; }
.sibling .host {
  font-family: var(--mono); font-size: 0.72rem;
  letter-spacing: 0.08em; color: var(--mid);
}

/* --------------------------------------------------------------------------
   15. CLOSING CTA — inverted band #2 — and the form
   -------------------------------------------------------------------------- */

.cta-grid {
  display: grid; gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  align-items: start;
}

.form { display: flex; flex-direction: column; gap: 0.9rem; }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field label {
  font-family: var(--mono); font-size: 0.7rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mid);
}
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--ink-lift);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  padding: 0.7rem 0.85rem;
  color: var(--paper);
  font-size: var(--step--1);
  transition: border-color 180ms var(--ease);
}
.field textarea { resize: vertical; min-height: 6rem; }
.field input::placeholder, .field textarea::placeholder { color: oklch(0.58 0.011 255); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); outline-offset: 1px; }
.field select { appearance: none; cursor: pointer; }

.form-row { display: grid; gap: 0.9rem; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-note { font-size: 0.78rem; color: var(--ink-mid); max-width: 40ch; }
.form-note a { color: var(--paper); text-decoration: underline; }

.form-status {
  border-radius: var(--radius);
  padding: 0.7rem 0.9rem;
  font-size: var(--step--1);
  border: 1px solid var(--ink-line);
  background: var(--ink-lift);
}
.form-status[data-state='ok']    { border-color: var(--accent); color: var(--paper); }
.form-status[data-state='error'] { border-color: oklch(0.6 0.16 25); color: oklch(0.82 0.11 25); }
.form-status[hidden] { display: none; }

.direct {
  display: flex; flex-direction: column; gap: 0.3rem;
  padding-top: 1.1rem; margin-top: 0.3rem;
  border-top: 1px solid var(--ink-line);
}
.direct a {
  font-family: var(--mono); font-size: var(--step--1);
  color: var(--paper); text-decoration: none;
  border-bottom: 1px solid var(--accent); align-self: flex-start;
  padding-bottom: 1px;
}
.direct a:hover { color: var(--accent); }

/* --------------------------------------------------------------------------
   16. FOOTER
   -------------------------------------------------------------------------- */

.site-footer { background: var(--ink); color: var(--ink-mid); padding-block: clamp(3rem, 5vw, 4.5rem) 2rem; }
.site-footer .brand-name { color: var(--paper); }
.footer-grid {
  display: grid; gap: clamp(2rem, 4vw, 3rem);
  grid-template-columns: minmax(14rem, 1.4fr) repeat(auto-fit, minmax(9rem, 1fr));
  padding-bottom: 2.5rem; border-bottom: 1px solid var(--ink-line);
}
.footer-col { display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col h4 {
  font-family: var(--mono); font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--paper); margin-bottom: 0.3rem; letter-spacing: 0.12em;
}
.footer-col a {
  font-size: 0.9rem; color: var(--ink-mid); text-decoration: none;
  transition: color 160ms var(--ease); width: fit-content;
}
.footer-col a:hover { color: var(--paper); }
.footer-blurb { font-size: 0.9rem; color: var(--ink-mid); max-width: 32ch; }

.footer-base {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem;
  justify-content: space-between; align-items: center;
  padding-top: 1.6rem;
  font-family: var(--mono); font-size: 0.72rem;
  letter-spacing: 0.06em; color: var(--ink-mid);
}
.footer-base a { color: var(--ink-mid); text-decoration: none; }
.footer-base a:hover { color: var(--paper); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem; }

/* --------------------------------------------------------------------------
   17. SCROLL REVEAL — 12px rise, 400ms, nothing else
   -------------------------------------------------------------------------- */

/* Hidden only when JS is confirmed running (html.js is set by an inline
   script in <head>). Without JS the content renders fully visible. */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 400ms var(--ease), transform 400ms var(--ease);
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .js [data-reveal] { opacity: 1; transform: none; }
  .hero-mark .ring { stroke-dashoffset: 0; }
  .hero-mark .disc, .hero-mark .notch { opacity: 1; }
}

/* --------------------------------------------------------------------------
   18. PRINT
   -------------------------------------------------------------------------- */

@media print {
  .site-header, .nav-toggle, .hero-mark, .form, .btn { display: none !important; }
  body { background: #fff; color: #000; }
  .band--ink, .site-footer { background: #fff !important; color: #000 !important; }
  .band--ink h2, .band--ink h3, .stat .fig { color: #000 !important; }
}

/* --------------------------------------------------------------------------
   19. PLACEHOLDER MARKER
   Every block awaiting real client content carries .is-placeholder so it is
   impossible to ship by accident. Delete the class with the content.
   Grep the HTML for "TODO:CONTENT" to find them all.
   -------------------------------------------------------------------------- */

.is-placeholder {
  border-style: dashed !important;
  border-color: var(--accent-2) !important;
  position: relative;
}
.band--ink .is-placeholder { border-color: var(--accent-2) !important; }

.is-placeholder::before {
  content: 'Placeholder';
  position: absolute; top: -0.62rem; left: 0.9rem;
  font-family: var(--mono); font-size: 0.6rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--paper); background: var(--accent-2);
  padding: 0.1rem 0.38rem; border-radius: 2px;
}

.logo-row.is-placeholder,
.stats.is-placeholder {
  border: 1px dashed var(--accent-2);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
}
