/* ===========================================================================
   Third Agent Studio — monochrome editorial
   Implements design option 4a from "Third Agent Studio.dc.html"
   White paper, hairline rules, one weight of black, the phone number as poster.
   =========================================================================== */

/* --- Fonts (self-hosted, variable, unicode-range gated) ------------------- */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-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: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('fonts/jetbrains-mono-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: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('fonts/jetbrains-mono-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;
}

/* --- Tokens -------------------------------------------------------------- */

:root {
  /* Ink */
  --ink: #0f0f14;
  --paper: #fff;
  --body: #3a3a46;
  --muted: #5a5a68;
  --dim: #8a8a97;
  --faint: #a8a8b4;
  --hair: rgba(15, 15, 20, 0.16);
  --hair-soft: rgba(15, 15, 20, 0.22);
  --on-dark: rgba(255, 255, 255, 0.7);
  --on-dark-dim: rgba(255, 255, 255, 0.55);
  --on-dark-hair: rgba(255, 255, 255, 0.14);
  --plate: #efefef;

  /* Families */
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Fluid type — endpoints match the 390px and 1180px design frames */
  --fs-h1: clamp(1.8125rem, 0.6709rem + 4.6835vw, 4.125rem);          /* 29 → 66 */
  --fs-h2: clamp(1.875rem, 1.5047rem + 1.519vw, 2.625rem);            /* 30 → 42 */
  --fs-h2-sm: clamp(1.875rem, 1.6282rem + 1.0127vw, 2.375rem);        /* 30 → 38 */
  --fs-h3: clamp(1.0625rem, 1.0008rem + 0.2532vw, 1.1875rem);         /* 17 → 19 */
  --fs-brand: clamp(1.3125rem, 1.2199rem + 0.3797vw, 1.5rem);         /* 21 → 24 */
  --fs-phone: clamp(2.875rem, 0.7152rem + 8.8608vw, 7.25rem);         /* 46 → 116 */
  --fs-lead: clamp(0.96875rem, 0.8916rem + 0.3165vw, 1.125rem);       /* 15.5 → 18 */
  --fs-prose: clamp(0.9375rem, 0.8912rem + 0.1899vw, 1.03125rem);     /* 15 → 16.5 */
  --fs-text: clamp(0.90625rem, 0.86rem + 0.1899vw, 1rem);             /* 14.5 → 16 */
  --fs-text-sm: clamp(0.84375rem, 0.7975rem + 0.1899vw, 0.9375rem);   /* 13.5 → 15 */
  --fs-mono: clamp(0.65625rem, 0.6408rem + 0.0633vw, 0.6875rem);      /* 10.5 → 11 */

  /* Rhythm */
  --maxw: 1180px;
  --gut: clamp(1.25rem, 0.1393rem + 4.557vw, 3.5rem);                 /* 20 → 56 */
  --pad-y: clamp(1.875rem, 0.95rem + 3.797vw, 3.75rem);               /* 30 → 60 */
  --pad-hero: clamp(2.125rem, 0.7671rem + 5.5696vw, 4.875rem);        /* 34 → 78 */

  /* The Web Ready AI launcher is fixed bottom-right at 217x48 with an 18px
     inset, above everything. Reserve that corner so page copy is never sitting
     underneath it. */
  --agent-clear: 4.625rem;                                            /* 74px */

  color-scheme: light;
}

/* --- Reset --------------------------------------------------------------- */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--fs-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }

:where(a, button, [tabindex]):focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}
.on-dark :where(a, button):focus-visible,
.site-foot :where(a, button):focus-visible { outline-color: #fff; }

@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;
  }
}

/* --- Primitives ---------------------------------------------------------- */

.wrap {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
}

.mono {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.12em;
}

.eyebrow {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
}
.eyebrow--ink { color: var(--ink); }

.idx {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.04em;
  color: var(--dim);
}
.idx--ink { color: var(--ink); }
.idx--faint { color: var(--faint); }

h1, h2, h3, h4 { font-weight: 600; }

.h1 {
  font-size: var(--fs-h1);
  line-height: 1.04;
  letter-spacing: -0.042em;
  text-wrap: balance;
}
/* The second sentence is the hook — it starts its own line rather than being
   split across two by the wrap. */
.h1__line { display: block; }

.h2 {
  font-size: var(--fs-h2);
  line-height: 1.1;
  letter-spacing: -0.042em;
  text-wrap: balance;
}
.h2--sm {
  font-size: var(--fs-h2-sm);
  line-height: 1.14;
  letter-spacing: -0.038em;
}

.h3 {
  font-size: var(--fs-h3);
  line-height: 1.28;
  letter-spacing: -0.018em;
}

.lead { font-size: var(--fs-lead); line-height: 1.65; color: var(--body); text-wrap: pretty; }
.prose { font-size: var(--fs-prose); line-height: 1.7; color: var(--body); text-wrap: pretty; }
.text { font-size: var(--fs-text); line-height: 1.65; text-wrap: pretty; }
.text-sm { font-size: var(--fs-text-sm); line-height: 1.6; color: var(--muted); text-wrap: pretty; }

.link-mono {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.link-mono:hover { border-bottom-color: var(--ink); }
.link-mono .ico { width: 0.72em; height: 0.72em; }

.ico { fill: none; stroke: currentColor; stroke-width: 1.6; flex: none; }

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 12px 18px;
  background: var(--ink);
  color: #fff;
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.skip:focus { left: 0; }

.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags li {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.02em;
  padding: 6px 12px;
  border: 1px solid var(--hair-soft);
}

/* --- Header -------------------------------------------------------------- */

.site-head {
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.site-head__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: clamp(0.875rem, 0.7rem + 0.7vw, 1.375rem);
}

.brand { display: block; flex: none; }
.brand img {
  height: clamp(30px, 26px + 1.2vw, 40px);
  width: auto;
  object-fit: contain;
  filter: grayscale(1) contrast(1.08);
}

.nav {
  display: none;
  align-items: center;
  gap: clamp(1rem, -0.4rem + 2.4vw, 1.75rem);
}
.nav a {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* Scoped away from .btn-solid: `.nav a` is (0,1,1) and `.btn-solid` is (0,1,0), so
   an unscoped border-bottom here beat the button's own `border` shorthand and left
   it with a transparent bottom edge — invisible while the fill was ink, an open
   box on hover once the fill went white. */
.nav a:not(.btn-solid) {
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.nav a:not(.btn-solid):hover { border-bottom-color: var(--ink); }

.btn-solid {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 16px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.btn-solid:hover { background: var(--paper); color: var(--ink); }

/* Mobile menu. The panel is plain markup: with no JS it simply stays open
   below 900px, so navigation never depends on a script. */
.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 32px;
  padding: 0 10px;
  background: none;
  border: 0;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 1.5px;
  background: var(--ink);
  transition: transform 0.2s ease;
}
.nav-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
html:not([data-js]) .nav-toggle { display: none; }

.nav-panel {
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}
[data-js] .nav-panel { display: none; }
[data-js] .nav-panel[data-open] { display: block; }

.nav-panel ul { display: flex; flex-direction: column; padding-block: 6px 0; }
.nav-panel a:not(.btn-solid) {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--hair);
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nav-panel .btn-solid {
  margin-block: 18px;
  justify-content: center;
  padding-block: 13px;
}

/* --- Hero ---------------------------------------------------------------- */

.hero { padding-top: var(--pad-hero); }
.hero .h1 { max-width: 940px; margin-bottom: clamp(1.25rem, 0.6rem + 2.6vw, 2rem); }
.hero .lead { max-width: 620px; margin-bottom: clamp(1.75rem, 0.5rem + 4.5vw, 3.625rem); }

/* --- Phone poster -------------------------------------------------------- */

.poster { padding-bottom: var(--pad-y); }

/* The number is the clickable region; the notes below it sit inside the same
   ruled frame but outside the link, so one of them can be its own link. */
.poster__hit { display: block; color: inherit; }

.poster__frame {
  border-block: 1px solid var(--ink);
  padding-block: clamp(1.5rem, 1.1rem + 1.6vw, 2rem);
  transition: background 0.2s ease, color 0.2s ease;
}

.poster__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(0.875rem, 0.7rem + 0.7vw, 1rem);
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.poster__status { display: inline-flex; align-items: center; gap: 7px; }

.poster__num {
  font-size: var(--fs-phone);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.poster__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 36px;
  margin-top: clamp(0.875rem, 0.7rem + 0.7vw, 1.125rem);
  font-size: var(--fs-text);
  color: var(--muted);
  transition: color 0.2s ease;
}
.poster__notes li { text-wrap: pretty; }
.poster__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  color: var(--ink);
  border-bottom: 1px solid var(--hair-soft);
  transition: border-color 0.15s ease, color 0.15s ease;
}
.poster__cta:hover { border-bottom-color: currentColor; }
.poster__cta .ico { width: 0.72em; height: 0.72em; }

/* Not wrapped in @media (hover: hover): some desktop Chrome configurations report
   `hover: none`, which silently disabled this whole effect. Safe unwrapped now
   that the ground, the notes and the link all invert together — a sticky :hover
   after a tap is legible rather than white-on-white. */
.poster__frame:hover { background: var(--ink); color: var(--paper); }
.poster__frame:hover .poster__notes { color: rgba(255, 255, 255, 0.62); }
.poster__frame:hover .poster__cta {
  color: var(--paper);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

/* --- Trust band: the replay + why it doesn't make things up -------------- */

.trust { border-bottom: 1px solid var(--ink); }
.trust__grid { display: grid; }

.trust__col {
  padding-block: clamp(1.75rem, 1.4rem + 1.4vw, 2.625rem) clamp(2rem, 1.6rem + 1.6vw, 2.875rem);
}
.trust__col + .trust__col { border-top: 1px solid var(--hair); }

.panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: clamp(1.125rem, 0.9rem + 0.9vw, 1.5rem);
}
/* Keep the timestamp label intact — the button drops to its own line instead. */
.panel-head > .eyebrow { white-space: nowrap; }

.btn-ghost {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.1em;
  padding: 7px 14px;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-ghost .ico { fill: currentColor; stroke: none; width: 0.62em; height: 0.62em; }
.btn-ghost[data-state='playing'] { cursor: progress; }

/* Transcript.
   The full transcript ships in the static HTML so crawlers and assistants that
   don't execute scripts can still read it. When JS is present the inline head
   script stamps [data-js] on <html>, the static copy gives way to the idle
   state, and the button drives the replay. */
[data-js] .call__static { display: none; }
html:not([data-js]) .call__idle,
html:not([data-js]) [data-call-play] { display: none; }

[data-js] .receipt { display: none; }
[data-js] [data-call-state='done'] .receipt { display: block; }
[data-js] [data-call-state='playing'] .call__idle,
[data-js] [data-call-state='done'] .call__idle { display: none; }

.call__idle {
  padding-block: clamp(2rem, 1rem + 4vw, 3.5rem);
  border-top: 1px solid var(--hair);
  font-size: var(--fs-lead);
  line-height: 1.7;
  color: var(--dim);
  max-width: 340px;
}

.call__log { display: flex; flex-direction: column; }

.call__line {
  display: grid;
  gap: 6px;
  padding-block: 14px;
  border-top: 1px solid var(--hair);
  animation: line-in 0.28s ease both;
}
.call__who { display: flex; align-items: baseline; gap: 10px; }
.call__role {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dim);
}
.call__line[data-who='agent'] .call__role { color: var(--ink); }
.call__time { font-family: var(--mono); font-size: var(--fs-mono); color: var(--faint); }
.call__text { font-size: var(--fs-text); line-height: 1.6; }

@keyframes line-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: none; }
}

.receipt {
  margin-top: clamp(1.125rem, 0.9rem + 0.9vw, 1.375rem);
  padding: clamp(1rem, 0.85rem + 0.6vw, 1.125rem) clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem);
  background: var(--ink);
  color: #fff;
  animation: line-in 0.3s ease both;
}
.receipt__label { color: var(--on-dark-dim); margin-bottom: 8px; }
.receipt__what { font-weight: 600; font-size: var(--fs-text); margin-bottom: 4px; }
.receipt__how { font-size: var(--fs-text-sm); color: rgba(255, 255, 255, 0.65); }

/* Pillars */
.pillars { display: flex; flex-direction: column; }
.pillar {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding-block: 20px;
  border-top: 1px solid var(--hair);
}
.pillar:last-child { border-bottom: 1px solid var(--hair); }
.pillar .h3 { margin-bottom: 5px; letter-spacing: -0.014em; }

/* --- The work ------------------------------------------------------------ */

/* No bottom padding: the last row's rule is the divider into .pitch. */
.work { padding-block: var(--pad-y) 0; }

.section-head {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: clamp(1.375rem, 1.1rem + 1.1vw, 2rem);
}

.row {
  display: grid;
  gap: clamp(1.125rem, 0.6rem + 2.1vw, 2.5rem);
  padding-block: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  border-top: 1px solid var(--ink);
}
.row:last-child { border-bottom: 1px solid var(--ink); }

.row__id .name {
  font-size: var(--fs-brand);
  letter-spacing: -0.024em;
  line-height: 1.15;
  margin-bottom: 6px;
}
/* Sits between the 24px name and the 11px mono eyebrow, so the hierarchy steps
   down cleanly: name -> tagline -> label -> link. */
.row__tag {
  font-size: var(--fs-text-sm);
  line-height: 1.35;
  color: var(--muted);
  /* Inter ships no true italic, so this would be a synthesised oblique. Allow it
     here specifically — font-synthesis-weight is off globally on body, which does
     not affect style synthesis. */
  font-style: italic;
  margin-top: -2px;
  margin-bottom: 8px;
  text-wrap: pretty;
}
.row__id .eyebrow { display: block; margin-bottom: 6px; }
.row__body > * + * { margin-top: 12px; }

/* Each product row carries its own way in, so the products read as places to
   go rather than as portfolio entries. */
.row__cta { margin-top: 14px; }

.aside__label { display: block; margin-bottom: 14px; }

.ladder { display: flex; flex-direction: column; gap: 11px; }
.ladder li { display: flex; gap: 12px; }
.ladder .idx { padding-top: 1px; }
.ladder__title { font-weight: 600; font-size: var(--fs-text); line-height: 1.4; }

.flow { display: flex; flex-direction: column; gap: 9px; font-size: var(--fs-text-sm); }

/* --- Web Ready AI cross-sell -------------------------------------------- */
/* Rules are INSET to the content column, like every other mid-page rule here
   (poster, work rows, offer grid) — only the header and the trust band run
   full-bleed. The last work row's rule doubles as this band's top divider, so
   .work drops its bottom padding rather than leaving a sliver between two
   near-parallel hairlines. Kept on white paper: a second dark band would
   compete with the closing CTA. */

.pitch__in {
  display: grid;
  gap: clamp(1.5rem, 0.9rem + 2.4vw, 3rem);
  padding-block: var(--pad-y);
  border-bottom: 1px solid var(--ink);
  align-items: center;
}
.pitch__copy > .eyebrow { display: block; margin-bottom: clamp(0.75rem, 0.6rem + 0.6vw, 1rem); }
.pitch__copy .h2 { margin-bottom: clamp(0.75rem, 0.65rem + 0.4vw, 1.125rem); max-width: 24ch; }
.pitch__lead { max-width: 60ch; }

.pitch__act { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.pitch__note { font-size: var(--fs-text-sm); color: var(--muted); text-wrap: pretty; }

/* Meets the 44px minimum touch target; the header's .btn-solid sits at ~41px. */
.btn-solid--lg { padding: 15px 22px; }

.pitch__cta { gap: 10px; }
.pitch__cta .ico { width: 0.8em; height: 0.8em; }

/* --- About --------------------------------------------------------------- */

.about {
  display: grid;
  gap: clamp(1.75rem, 0.9rem + 3.4vw, 3.5rem);
  padding-block: var(--pad-y);
  align-items: start;
}

.portrait { max-width: 420px; }
.portrait__img {
  overflow: hidden;
  background: var(--plate);
  aspect-ratio: 4 / 3;
  filter: grayscale(1) contrast(1.06);
}
/* <picture> is inline by default, which would collapse the img's height: 100%. */
.portrait__img picture { display: block; width: 100%; height: 100%; }
.portrait__img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
/* Stacked, not space-between: "Joel Dokkestul · Founder & CEO" plus a location
   never fits a 320px column, and the wrap left the location stranded beside a
   half-line of the name. */
.portrait__cap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--ink);
}
.portrait__cap .who { font-weight: 500; font-size: var(--fs-text); }
.portrait__cap .where { color: var(--dim); text-transform: uppercase; white-space: nowrap; }

.about__body > .eyebrow { display: block; margin-bottom: clamp(0.875rem, 0.7rem + 0.7vw, 1.25rem); }
.about__body .h2--sm { max-width: 540px; margin-bottom: clamp(1.125rem, 0.9rem + 0.9vw, 1.5rem); }
.about__prose {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.8rem + 0.4vw, 1rem);
}
.tags__label { display: block; margin-top: clamp(1.125rem, 0.9rem + 0.9vw, 1.5rem); margin-bottom: 10px; }
.about__body .tags { margin-top: 0; }

/* --- What you'd get ------------------------------------------------------ */

/* Secondary to the products above: an eyebrow and a qualifying line mark this
   as the done-for-you alternative rather than the page's main offer. */
.offer { padding-bottom: var(--pad-y); }
.offer__eyebrow { display: block; margin-bottom: 8px; }
.offer__h { font-size: var(--fs-brand); line-height: 1.2; letter-spacing: -0.022em; }
.offer__lead {
  max-width: 60ch;
  margin-top: 8px;
  margin-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.375rem);
}

/* Compact boxed row. Deliberately light: the products above are the offer, this
   is a short "there's guidance if you want it" note, not a services section. */
.offer__grid {
  display: grid;
  border-block: 1px solid var(--ink);
}
.offer__card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-block: clamp(0.9375rem, 0.85rem + 0.45vw, 1.25rem);
}
.offer__card + .offer__card { border-top: 1px solid var(--hair); }
/* Terms sit once, under the grid, rather than as three uppercase mono strings
   inside the boxes — that repetition was most of the visual noise. */
.offer__terms + .offer__terms { margin-top: 8px; }
.offer__terms {
  margin-top: clamp(0.875rem, 0.8rem + 0.4vw, 1.125rem);
  color: var(--dim);
  /* No measure cap: these are single-sentence terms, and a 78ch limit forced
     each one onto two lines inside a 1068px column. */
  text-wrap: pretty;
}

/* --- CTA ----------------------------------------------------------------- */

.cta { background: var(--ink); color: #fff; }
.cta__in {
  display: grid;
  gap: clamp(1.75rem, 0.9rem + 3.4vw, 3.75rem);
  padding-block: var(--pad-y);
  align-items: center;
}
.cta .h2 { margin-bottom: clamp(0.75rem, 0.65rem + 0.4vw, 1.125rem); }
.cta__lead {
  max-width: 440px;
  font-size: var(--fs-prose);
  line-height: 1.7;
  color: var(--on-dark);
  margin-bottom: clamp(1.25rem, 1.05rem + 0.8vw, 1.625rem);
  text-wrap: pretty;
}

.btn-outline {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn-outline:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-outline .dot { width: 6px; height: 6px; }

/* Booking panel. Not a placeholder any more — the agent is the scheduler, so
   these controls open it. Solid hairline rather than the dashed slot. */
.booking {
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: clamp(1.375rem, 1.1rem + 1.1vw, 1.75rem) clamp(1.125rem, 0.9rem + 0.9vw, 1.5rem);
  /* Clears the fixed agent launcher, which otherwise sits over the last line. */
  padding-bottom: calc(clamp(1.375rem, 1.1rem + 1.1vw, 1.75rem) + var(--agent-clear));
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.booking__label { color: var(--on-dark-dim); }
.booking__note { font-size: var(--fs-text-sm); color: rgba(255, 255, 255, 0.8); text-wrap: pretty; }
.booking__note a { border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.booking__note a:hover { border-bottom-color: #fff; }

/* --- Document pages (privacy) -------------------------------------------- */
/* Conventional legal-document layout: numbered sections, a real type step between
   heading (21-24px) and body (16px), a wider measure than marketing prose, and
   paragraph spacing near a full line so a dense document can breathe. */

.doc { padding-block: var(--pad-hero) clamp(2.5rem, 1.6rem + 3.7vw, 5rem); }
.doc__meta {
  display: block;
  margin-top: 10px;
  padding-bottom: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  border-bottom: 1px solid var(--ink);
}

/* 82ch ~ 730px: still a comfortable read, and it stops stranding a third of the
   column. Legal documents carry a wider measure than marketing copy. */
.doc__body { max-width: 82ch; }

.doc__intro {
  font-size: var(--fs-prose);
  line-height: 1.75;
  color: var(--body);
  text-wrap: pretty;
  margin-top: clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem);
}

.doc__sec { margin-top: clamp(2.25rem, 1.8rem + 1.8vw, 3.25rem); }

.doc__num { display: block; margin-bottom: 10px; }

.doc__h {
  font-size: var(--fs-brand);
  line-height: 1.2;
  letter-spacing: -0.022em;
  margin-bottom: clamp(0.875rem, 0.8rem + 0.4vw, 1.125rem);
}

.doc__sub {
  font-size: var(--fs-h3);
  line-height: 1.3;
  letter-spacing: -0.014em;
  margin-top: clamp(1.375rem, 1.2rem + 0.8vw, 1.875rem);
  margin-bottom: 9px;
}

/* Body copy in a document wants more leading and a near-full-line gap between
   paragraphs; 10px read as a single wall of grey. */
.doc__sec .text { line-height: 1.72; }
.doc__sec p + p,
.doc__sec ul + p { margin-top: clamp(0.875rem, 0.8rem + 0.4vw, 1.0625rem); }

.doc__list {
  list-style: disc;
  padding-left: 1.15em;
  margin-top: clamp(0.875rem, 0.8rem + 0.4vw, 1.0625rem);
  font-size: var(--fs-text);
  line-height: 1.72;
}
.doc__list li + li { margin-top: 11px; }
.doc__list li::marker { color: var(--faint); }
.doc__list strong { font-weight: 600; }

.doc__link { border-bottom: 1px solid var(--hair-soft); }
.doc__link:hover { border-bottom-color: var(--ink); }

/* --- Footer -------------------------------------------------------------- */

.site-foot {
  background: var(--ink);
  color: var(--on-dark-dim);
  border-top: 1px solid var(--on-dark-hair);
}
.site-foot__in {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  align-items: center;
  /* Same reason: at rest the page ends here, directly under the launcher. */
  padding-block: 20px calc(20px + var(--agent-clear));
}
.site-foot a { color: rgba(255, 255, 255, 0.75); }
.site-foot a:hover { color: #fff; }
.site-foot .mono { letter-spacing: 0.08em; text-transform: uppercase; }

/* --- Layout: >= 640px ---------------------------------------------------- */

@media (min-width: 640px) {
  .call__line { grid-template-columns: 76px 1fr; gap: 20px; padding-block: 16px; }
  .call__who { flex-direction: column; gap: 4px; }
  .pillar { grid-template-columns: 44px 1fr; gap: 18px; }
  .about { grid-template-columns: 240px 1fr; }
  .portrait { max-width: none; }
  .portrait__img { aspect-ratio: 1 / 1; }
}


/* --- Layout: >= 900px ---------------------------------------------------- */

@media (min-width: 900px) {
  .h1 { letter-spacing: -0.05em; line-height: 1.02; }

  .nav { display: flex; }
  .nav-toggle, .nav-panel { display: none !important; }

  .section-head { flex-direction: row; align-items: baseline; justify-content: space-between; gap: 20px; }

  .trust__grid { grid-template-columns: 1fr 1fr; }
  .trust__col { padding-block: clamp(2.25rem, 1.8rem + 1.8vw, 2.625rem) clamp(2.5rem, 2rem + 2vw, 2.875rem); }
  .trust__col + .trust__col { border-top: 0; }
  .trust__col--demo { padding-right: clamp(1.5rem, 0.5rem + 4vw, 2.5rem); border-right: 1px solid var(--hair); }
  .trust__col--pillars { padding-left: clamp(1.5rem, 0.5rem + 4vw, 2.5rem); }

  .row { grid-template-columns: 200px 1fr; }
  .row__aside { grid-column: 2; }

  .pitch__in { grid-template-columns: 1fr 340px; }

  .about { grid-template-columns: 320px 1fr; }


  .offer__grid { grid-template-columns: repeat(3, 1fr); }
  /* Halve the inner gutters so the middle card is not 28px narrower than the two
     beside it — that deficit was forcing its heading onto a second line. */
  .offer__card { border-top: 0; padding-inline: clamp(0.625rem, 0.1rem + 1vw, 1.5rem); border-right: 1px solid var(--hair); }
  .offer__card:first-child { padding-left: 0; }
  .offer__card:last-child { padding-right: 0; border-right: 0; }

  .cta__in { grid-template-columns: 1fr 380px; }
}

/* --- Layout: >= 1100px --------------------------------------------------- */

@media (min-width: 1100px) {
  .row { grid-template-columns: 200px 1fr 290px; }
  .row__aside { grid-column: 3; }
}


/* --- Print --------------------------------------------------------------- */

@media print {
  .site-head, .nav-panel, .btn-ghost, .booking { display: none; }
  [data-js] .call__static { display: block; }
  .call__idle { display: none; }
  .cta, .site-foot { background: #fff; color: #000; }
  .cta__lead, .site-foot { color: #333; }
  .poster__num { font-size: 48pt; }
  a[href^='http']::after { content: ' (' attr(href) ')'; font-size: 9pt; color: #555; }
}
