/* ==========================================================================
   CAJOLE — cajole.cc landing page
   Implements "CAJOLE Landing Page.dc.html" (Claude Design handoff).
   Desktop values below are the design's 1440 frame, verbatim.
   Visual identity is a pending brand task (Ref §5) — everything restyles
   from the token block.
   ========================================================================== */

/* --------------------------------------------------------------- Tokens -- */
:root {
  /* Surfaces */
  --paper:        oklch(.985 .004 85);
  --panel:        oklch(.955 .006 85);
  --ink:          oklch(.24 .008 80);
  --ink-deep:     oklch(.18 .008 80);

  /* Rules */
  --rule:         oklch(.89 .006 80);
  --rule-strong:  oklch(.86 .006 80);
  --rule-soft:    oklch(.88 .006 80);

  /* Accent — the single blue */
  --accent:       oklch(.45 .075 225);
  --accent-dark:  oklch(.36 .075 225);
  --accent-lift:  oklch(.70 .075 225);
  --accent-pale:  oklch(.75 .075 225);
  --accent-link:  oklch(.80 .075 225);

  /* Clay — reserved for placeholders and OPEN marks */
  --clay:         oklch(.52 .09 55);
  --clay-deep:    oklch(.42 .09 55);

  /* Ink tints on paper */
  --t-70:         oklch(.30 .008 80);
  --t-65:         oklch(.34 .008 80);
  --t-60:         oklch(.38 .008 80);
  --t-55:         oklch(.40 .008 80);
  --t-50:         oklch(.48 .008 80);
  --t-45:         oklch(.55 .008 80);
  --t-35:         oklch(.62 .008 80);
  --t-28:         oklch(.72 .006 80);
  --t-25:         oklch(.75 .006 80);

  /* Paper tints on ink */
  --d-97:         oklch(.97 .004 85);
  --d-90:         oklch(.90 .006 85);
  --d-88:         oklch(.88 .006 85);
  --d-86:         oklch(.86 .006 85);
  --d-82:         oklch(.82 .006 85);
  --d-78:         oklch(.78 .008 80);
  --d-72:         oklch(.72 .008 80);
  --d-70:         oklch(.70 .075 225);
  --d-60:         oklch(.60 .008 80);
  --d-38:         oklch(.38 .008 80);

  /* Type */
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Measure & rhythm */
  --measure: 1140px;
  --gutter: 72px;
  --section-y: 88px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, p, blockquote, figure { margin: 0; }

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

em { font-style: italic; }

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 12px 18px;
}
.skip-link:focus { left: 0; text-decoration: none; }

/* ------------------------------------------------------------- Skeleton -- */
.wrap {
  max-width: var(--measure);
  margin: 0 auto;
  width: 100%;
}

.section {
  padding: var(--section-y) var(--gutter);
  border-bottom: 1px solid var(--rule);
}
.section--hero  { padding-top: 96px; }
.section--panel { background: var(--panel); }
.section--dark  { background: var(--ink); color: var(--d-97); }
.section--contact { border-bottom: 0; }

.stack { display: flex; flex-direction: column; }
.stack--6  { gap: 6px; }
.stack--8  { gap: 8px; }
.stack--12 { gap: 12px; }
.stack--14 { gap: 14px; }
.stack--16 { gap: 16px; }
.stack--20 { gap: 20px; }
.stack--24 { gap: 24px; }
.stack--26 { gap: 26px; }
.stack--36 { gap: 36px; }
.stack--40 { gap: 40px; }
.stack--44 { gap: 44px; }

/* Hairline grid: 1px gaps read as rules against the grid's own background. */
.hair {
  display: grid;
  gap: 1px;
  background: var(--rule-strong);
  border: 1px solid var(--rule-strong);
}
.hair > .cell { background: var(--paper); min-width: 0; }

/* auto-fit is safe wherever the desktop column count equals the item count:
   empty tracks collapse, so the items never over-split. */
.hair--2up      { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }
.hair--3up      { grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.hair--boundary { grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr)); }
.hair--defs     { grid-template-columns: 1fr; }

/* 4- and 12-item grids need an explicit count. */
.hair--offers {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;             /* equal card heights */
}
.hair--faq { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.three-up { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 40px; }
.three-up--claims { gap: 32px; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.three-up--about  { gap: 32px; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); }

.two-up { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 32px; }

.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); gap: 56px; align-items: start; }

/* ------------------------------------------------------------- Elements -- */
.eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--t-50);
}
.section--dark .eyebrow { color: var(--d-72); }

.label {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--t-50);
}
.label--sm     { font-size: 11px; letter-spacing: .18em; }
.label--accent { color: var(--accent); }
.label--clay   { color: var(--clay); }
.section--dark .label { color: var(--d-72); }

.attr {
  font-family: var(--mono);
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--t-50);
}
.attr--sm   { font-size: 11px; }
.attr--foot { margin-top: auto; }

.placeholder {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--clay);
}

.h1 {
  font-size: 76px;
  line-height: 1.02;
  letter-spacing: -.025em;
  font-weight: 700;
  max-width: 960px;
  text-wrap: pretty;
}
.h1__engine {
  display: block;
  color: var(--accent);
  min-height: 1.02em;
}

.h2 {
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -.02em;
  font-weight: 700;
  max-width: 880px;
  text-wrap: pretty;
}

.body-lg {
  font-size: 20px;
  line-height: 1.55;
  text-wrap: pretty;
}
.body-lg--dark   { color: var(--d-90); max-width: 900px; }
.body-lg--offset { padding-top: 6px; }

.claim { display: flex; flex-direction: column; gap: 8px; padding-left: 18px; border-left: 2px solid var(--rule-strong); }
.claim--accent { border-left-color: var(--accent); }
.claim--clay   { border-left-color: var(--clay); }
.claim--tight  { padding-left: 16px; }
.claim__text     { font-size: 17px; line-height: 1.45; font-weight: 600; }
.claim__text--sm { font-size: 16.5px; }

/* --------------------------------------------------------------- Button -- */
.btn {
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  padding: 15px 25px;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn:hover { text-decoration: none; }
.btn--sm { font-size: 14.5px; padding: 10px 17px; }
.btn--md { padding: 14px 23px; white-space: nowrap; }
.btn--start { align-self: flex-start; }

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

.btn--outline-ink { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--outline-ink:hover { background: var(--ink); color: var(--paper); }

.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: var(--accent); }

.btn--light { background: var(--d-97); color: var(--ink); }
.btn--light:hover { background: var(--accent-lift); }

.btn--outline-light { border-color: var(--d-60); color: var(--d-97); background: transparent; }
.btn--outline-light:hover { border-color: var(--d-97); }

.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.btn-row--hero { margin-top: 4px; }
.btn-row--end  { justify-content: flex-end; gap: 24px; }

/* --------------------------------------------------------------- Header -- */
.header {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  position: relative;
  z-index: 30;
}
.header__inner {
  /* The design's header spans the full 1440 frame, not the 1140 measure —
     border-box, so the 72px gutters live inside this width. */
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px var(--gutter);
  display: flex;
  align-items: center;
  gap: 24px;
}

.wordmark {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .26em;
  color: var(--ink);
}
.wordmark:hover { text-decoration: none; }

.nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  font-size: 12.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--t-55);
}
.nav__link { color: inherit; white-space: nowrap; }
.nav__link:hover { text-decoration: underline; }

.nav__group { position: relative; display: flex; align-items: center; gap: 7px; }

.nav__toggle {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}
.nav__caret { font-size: 8px; line-height: 1; display: block; }

.nav__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 16px;
  z-index: 20;
}
.nav__group:hover .nav__menu,
.nav__group:focus-within .nav__menu,
.nav__group[data-open] .nav__menu { display: block; }

.nav__menu-inner {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--rule-strong);
  box-shadow: 0 18px 34px -22px oklch(.40 .01 80 / .45);
  padding: 6px 0;
}
.nav__menu-inner a {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--t-70);
  white-space: nowrap;
  padding: 10px 18px;
}
.nav__menu-inner a:hover { background: var(--panel); text-decoration: none; }

.header__cta { flex: none; white-space: nowrap; }
.nav__cta { display: none; }

.burger {
  display: none;
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  padding: 12px 8px;
  margin-left: auto;
}
.burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink);
}

/* ----------------------------------------------------------------- Hero -- */
.engines { display: flex; flex-wrap: wrap; gap: 10px; }
.engines span {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: .06em;
  padding: 7px 12px;
  border: 1px solid var(--rule);
  background: var(--panel);
}

.lede {
  font-size: 21px;
  line-height: 1.5;
  max-width: 800px;
  color: var(--t-65);
  text-wrap: pretty;
}

.hero__note {
  font-family: var(--mono);
  font-size: 14.5px;
  letter-spacing: .04em;
  color: var(--t-50);
}

/* --------------------------------------------------------- What changed -- */
.cell--lg { padding: 44px 40px; display: flex; flex-direction: column; gap: 14px; }
.statement { font-size: 34px; line-height: 1.12; letter-spacing: -.015em; font-weight: 600; }
.statement--accent { color: var(--accent); }

/* ------------------------------------------------------------- Evidence -- */
.cell--stat { padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; }
.stat-row { display: flex; align-items: baseline; gap: 10px; }
.stat {
  font-size: 56px;
  line-height: 1;
  letter-spacing: -.03em;
  font-weight: 700;
  color: var(--accent);
}
.stat__qual { font-family: var(--mono); font-size: 12px; color: var(--t-45); }
.stat-row--triple {
  gap: 14px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.03em;
  font-weight: 700;
}
.stat-row--triple .slash { color: var(--t-25); font-size: 24px; }
.cell__body { font-size: 16px; line-height: 1.45; }
.cell__body--sm { font-size: 15.5px; }

/* ----------------------------------------------------------- What we do -- */
.pillar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 22px;
  border-top: 2px solid var(--d-70);
}
.pillar__title { font-size: 24px; line-height: 1.2; font-weight: 600; }
.pillar__body  { font-size: 16.5px; line-height: 1.55; color: var(--d-82); }

/* ---------------------------------------------------------- Engagements -- */
.cell--offer {
  padding: 40px 36px 72px;         /* deep bottom whitespace, all four equal */
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.offer__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.offer__title { font-size: 27px; line-height: 1.15; letter-spacing: -.015em; font-weight: 700; }
.offer__term {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .16em;
  color: var(--t-50);
  white-space: nowrap;
}
.offer__body { font-size: 17.5px; line-height: 1.55; color: var(--t-70); }

/* ---------------------------------------------------- Reporting standard -- */
.standard {
  padding: 36px 40px;
  background: var(--paper);
  border: 1px solid var(--rule-strong);
  border-left: 3px solid var(--accent);
  font-size: 24px;
  line-height: 1.45;
  max-width: 1000px;
  text-wrap: pretty;
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .06em;
  padding: 7px 11px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
}
.cell--commit { padding: 32px 34px; display: flex; flex-direction: column; gap: 10px; }
.commit__text { font-size: 20px; line-height: 1.4; font-weight: 600; }
.commit__text--foot { margin-top: auto; }

/* ------------------------------------------------------ Honest boundary -- */
.cell--boundary { padding: 36px 34px; display: flex; flex-direction: column; gap: 20px; }
.cell__note { font-size: 16.5px; line-height: 1.55; color: var(--t-65); }
.not-to-buy {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 32px;
  border-top: 1px solid var(--rule-strong);
}

/* ----------------------------------------------------- Partner Programs -- */
.cell--sm { padding: 24px 20px; display: flex; flex-direction: column; gap: 8px; }

.box {
  padding: 32px 34px;
  background: var(--paper);
  border: 1px solid var(--rule-strong);
}
.box__title { font-size: 24px; line-height: 1.25; font-weight: 600; }
.box__body  { font-size: 16.5px; line-height: 1.55; color: var(--t-65); }

.timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--t-60);
}
.timeline__arrow { color: var(--t-28); }

.market { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 48px; }

/* ---------------------------------------------------------------- Learn -- */
.cell--def {
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: baseline;
}
.def__term { font-size: 21px; line-height: 1.25; font-weight: 700; }
.def__abbr {
  display: block;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--t-50);
  font-weight: 400;
  margin-top: 6px;
}
.def__body { font-size: 17px; line-height: 1.55; }

.panel-card {
  padding: 28px 30px;
  background: var(--panel);
  border: 1px solid var(--rule-soft);
}
.panel-card__body { font-size: 17px; line-height: 1.55; }
.metric__name { font-size: 19px; font-weight: 700; }
.metric__desc { font-size: 16.5px; line-height: 1.5; }

.insights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border: 1px dashed var(--clay);
}
.insights__title { font-size: 18px; font-weight: 600; color: var(--clay-deep); }
.insights__body  { font-size: 15.5px; line-height: 1.5; color: var(--t-60); }
.insights__tag {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--clay);
  white-space: nowrap;
}

/* ------------------------------------------------------------------ FAQ -- */
.cell--faq { padding: 30px 32px; display: flex; flex-direction: column; gap: 10px; }
.faq__q { font-size: 19px; line-height: 1.3; font-weight: 700; }
.faq__a { font-size: 16.5px; line-height: 1.55; color: var(--t-70); }

/* ---------------------------------------------------------------- About -- */
.who {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 2px solid var(--ink);
}
.who__title { font-size: 20px; font-weight: 700; }
.who__body  { font-size: 16.5px; line-height: 1.55; color: var(--t-65); }

/* -------------------------------------------------------------- Contact -- */
.contact {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: start;
}
.contact__lede { max-width: 640px; }
.contact__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px 32px;
  border: 1px solid var(--d-38);
}
.contact__email { font-size: 24px; font-weight: 600; color: var(--d-97); }
.contact__email:hover { color: var(--accent-pale); }
.contact__meta { font-family: var(--mono); font-size: 13px; color: var(--d-78); }

/* --------------------------------------------------------------- Footer -- */
.footer {
  padding: 56px var(--gutter);
  background: var(--ink-deep);
  color: var(--d-82);
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 56px;
  align-items: start;
}
.footer__wordmark { font-size: 17px; font-weight: 700; letter-spacing: .26em; color: var(--d-97); }
.footer__boilerplate { font-size: 15px; line-height: 1.6; max-width: 720px; }
.footer__boilerplate a { color: var(--accent-link); }
.footer__nav { display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.footer__nav a { color: var(--d-86); }

/* ==========================================================================
   Tablet — 760–1079
   ========================================================================== */
@media (max-width: 1079px) {
  :root { --gutter: 40px; --section-y: 64px; }

  .h1 { font-size: 56px; }
  .h2 { font-size: 36px; }
  .statement { font-size: 28px; }
  .lede { font-size: 19px; }
  .standard { font-size: 21px; padding: 30px 32px; }
  .split { gap: 40px; }
  .contact { gap: 40px; }
  .three-up { gap: 32px; }
  .section--hero { padding-top: 72px; }
  .cell--offer { padding: 32px 30px 56px; }
  .cell--lg { padding: 36px 32px; }
}

/* Nav collapses before the items would crowd the CTA. */
@media (max-width: 900px) {
  .burger { display: flex; }
  .header__inner { flex-wrap: wrap; gap: 0; padding: 16px var(--gutter); }
  .header__cta { display: none; }

  .nav {
    display: none;
    flex: 0 0 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin: 16px calc(var(--gutter) * -1) -16px;
    border-top: 1px solid var(--rule);
  }
  .nav[data-open] { display: flex; }

  .nav > .nav__link,
  .nav__group {
    border-bottom: 1px solid var(--rule);
  }
  .nav > .nav__link { padding: 15px var(--gutter); }

  .nav__group { display: flex; align-items: stretch; justify-content: space-between; gap: 0; position: static; }
  .nav__group > .nav__link { flex: 1; padding: 15px var(--gutter); display: flex; align-items: center; }
  .nav__toggle { padding: 0 var(--gutter); }
  .nav__caret { transition: transform .15s ease; }
  .nav__group[data-open] .nav__caret { transform: rotate(180deg); }

  /* Accordion: the submenu pushes the page down instead of overlaying it. */
  .nav__menu {
    display: none;
    position: static;
    transform: none;
    padding-top: 0;
    flex: 0 0 100%;
    order: 3;
  }
  .nav__group:hover .nav__menu,
  .nav__group:focus-within .nav__menu { display: none; }
  .nav__group[data-open] .nav__menu { display: block; }

  .nav__menu-inner {
    border: 0;
    box-shadow: none;
    background: var(--panel);
    border-top: 1px solid var(--rule);
    padding: 4px 0;
  }
  .nav__menu-inner a { padding: 12px var(--gutter) 12px calc(var(--gutter) + 16px); }

  .nav__cta {
    display: block;
    text-align: center;
    margin: 16px var(--gutter);
  }
}

/* ==========================================================================
   Mobile — the 390 column
   ========================================================================== */
@media (max-width: 759px) {
  :root { --gutter: 20px; --section-y: 32px; }

  .section--hero { padding-top: 36px; }

  .header__inner { padding: 16px var(--gutter); }
  .wordmark { font-size: 15px; letter-spacing: .24em; }

  .eyebrow { font-size: 10.5px; letter-spacing: .16em; }
  .label   { font-size: 10.5px; letter-spacing: .18em; }
  .label--sm { font-size: 10.5px; }
  .attr, .attr--sm { font-size: 10.5px; }

  .stack--44, .stack--40, .stack--36 { gap: 20px; }
  .stack--26, .stack--24 { gap: 18px; }

  .h1 { font-size: 38px; line-height: 1.05; letter-spacing: -.02em; }
  .h1__engine { min-height: 1.05em; }
  .h2 { font-size: 27px; line-height: 1.15; letter-spacing: -.015em; }
  .statement { font-size: 24px; line-height: 1.15; }
  .lede { font-size: 16.5px; line-height: 1.5; }
  .hero__note { font-size: 11px; letter-spacing: 0; }
  .body-lg { font-size: 16.5px; line-height: 1.5; }

  /* Chips give way to the mono, dot-separated line from the 390 design. */
  .engines {
    display: block;
    font-family: var(--mono);
    font-size: 11px;
    line-height: 1.6;
    color: var(--t-50);
  }
  .engines span {
    display: inline;
    border: 0;
    background: none;
    padding: 0;
    font-size: inherit;
    letter-spacing: normal;
  }
  .engines span + span::before { content: " · "; }

  .btn { display: block; text-align: center; padding: 15px 17px; }
  .btn--md { white-space: normal; }
  .btn-row { flex-direction: column; align-items: stretch; gap: 10px; }
  .btn-row--end { gap: 10px; }
  .btn--start { align-self: stretch; }

  .split, .two-up, .three-up, .three-up--claims, .three-up--about { gap: 18px; }

  .hair--offers, .hair--faq, .market { grid-template-columns: 1fr; }
  .hair--offers { grid-auto-rows: auto; }
  .market { gap: 18px; }

  .cell--lg      { padding: 20px; gap: 8px; }
  .cell--stat    { padding: 20px; gap: 12px; }
  .cell--offer   { padding: 20px 20px 32px; gap: 8px; }
  .cell--commit  { padding: 20px; }
  .cell--boundary{ padding: 20px; gap: 16px; }
  .cell--sm      { padding: 18px 20px; }
  .cell--faq     { padding: 18px; gap: 8px; }
  .cell--def     { grid-template-columns: 1fr; gap: 10px; padding: 20px; }

  .stat { font-size: 48px; }
  .stat__qual { font-size: 11px; }
  .stat-row--triple { font-size: 32px; gap: 10px; }
  .stat-row--triple .slash { font-size: 20px; }

  .claim__text, .claim__text--sm { font-size: 16px; line-height: 1.4; }
  .claim { padding-left: 14px; }
  .claim--tight { padding-left: 14px; }

  .pillar__title { font-size: 17px; }
  .pillar__body  { font-size: 15px; line-height: 1.5; }
  .three-up { gap: 14px; }
  .pillar { padding-top: 14px; }

  .offer__title { font-size: 20px; }
  .offer__term  { font-size: 10.5px; letter-spacing: .14em; }
  .offer__body  { font-size: 15.5px; line-height: 1.5; }

  .standard { font-size: 16.5px; line-height: 1.5; padding: 20px; }
  .chips span { font-size: 11px; padding: 6px 9px; }
  .commit__text { font-size: 18px; line-height: 1.35; }

  .not-to-buy { padding-top: 20px; gap: 16px; }

  .box { padding: 18px; }
  .box__title { font-size: 18px; }
  .box__body  { font-size: 15.5px; line-height: 1.5; }
  .timeline { font-size: 11px; line-height: 1.7; gap: 8px; }

  .def__term { font-size: 18px; }
  .def__body { font-size: 15.5px; line-height: 1.5; }
  .panel-card { padding: 18px; }
  .panel-card__body { font-size: 15.5px; line-height: 1.5; }
  .metric__name { font-size: 17px; }
  .metric__desc { font-size: 15.5px; }
  .insights { padding: 18px; gap: 12px; }
  .insights__tag { font-size: 10.5px; }

  .faq__q { font-size: 17px; }
  .faq__a { font-size: 15.5px; line-height: 1.5; }

  .who { padding-top: 14px; }
  .who__title { font-size: 18px; }
  .who__body  { font-size: 15.5px; line-height: 1.5; }

  .contact { grid-template-columns: 1fr; gap: 24px; }
  .contact__card { padding: 20px; }
  .contact__email { font-size: 20px; }
  .contact__meta { font-size: 11.5px; }

  .footer { padding: 28px var(--gutter); }
  .footer__inner { grid-template-columns: 1fr; gap: 24px; }
  .footer__wordmark { font-size: 15px; letter-spacing: .24em; }
  .footer__boilerplate { font-size: 13.5px; }
  .footer__nav { font-size: 14px; }
}

/* Between mobile and the nav breakpoint the two wide grids still need to drop. */
@media (max-width: 880px) and (min-width: 760px) {
  .hair--offers, .hair--faq { grid-template-columns: 1fr; }
  .hair--offers { grid-auto-rows: auto; }
}
@media (max-width: 820px) and (min-width: 760px) {
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 900px) and (min-width: 760px) {
  .contact { grid-template-columns: 1fr; }
}
@media (max-width: 780px) and (min-width: 760px) {
  .market { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------- Reduced motion -- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
