/* ============================================================
   abby's hope — shared stylesheet
   Brand: purple + orange, warm not corporate. Lowercase logo, always.
   Type: Aleo (display, slab — web stand-in for Ernestine Pro) + Mulish (body sans)
   ============================================================ */

:root {
  /* brand palette (from supplied color-code cards) */
  --purple: #662d91;
  --purple-deep: #4e2270;
  --orange: #f7941d;
  --orange-deep: #e07d05;
  --magenta: #ec008c;
  --lime: #85c441;
  --green: #00a651;
  --red: #ef4136;

  /* neutrals — warm, low saturation */
  --bg: #fbf9f6;
  --card: #ffffff;
  --ink: #2c2640;        /* warm near-black, purple-tinted */
  --ink-soft: #6c6580;   /* muted secondary */
  --rule: #ece5dc;       /* warm divider */
  --purple-tint: #f4eefa;/* faint purple wash */
  --orange-tint: #fdf0dd;

  --font-display: "Aleo", Georgia, serif;
  --font-body: "Mulish", system-ui, -apple-system, sans-serif;

  --maxw: 1180px;
  --prose: 720px;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(44,38,64,.05), 0 12px 32px rgba(44,38,64,.08);
  --shadow-lift: 0 2px 6px rgba(44,38,64,.07), 0 22px 50px rgba(44,38,64,.13);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; height: auto; }
picture { display: contents; }
/* full-bleed band keeps its cover crop (height:auto above would otherwise un-crop it) */
.fullbleed img { height: 78vh; }

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.08;
  color: var(--ink);
  margin: 0 0 .5em;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

p { margin: 0 0 1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

strong { font-weight: 800; }

/* ---------- layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.prose { max-width: var(--prose); }
.section { padding: 96px 0; }
.section--tight { padding: 64px 0; }
.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 16px;
}
.eyebrow--purple { color: var(--purple); }
.eyebrow--onpurple { color: var(--lime); }

.lead { font-size: 21px; line-height: 1.55; color: var(--ink-soft); }

/* a short brand rule used under eyebrows / above headlines */
.rule-mark {
  width: 64px; height: 4px; border-radius: 4px;
  background: var(--orange);
  border: 0; margin: 0 0 28px;
}
.center .rule-mark { margin-left: auto; margin-right: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  padding: 17px 30px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
  text-decoration: none;
  min-height: 54px;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }
.btn .arr { transition: transform .15s ease; }
.btn:hover .arr { transform: translateX(3px); }

.btn--families { background: var(--orange); color: #3a2208; }
.btn--families:hover { background: var(--orange-deep); box-shadow: 0 10px 24px rgba(247,148,29,.4); }

.btn--partners { background: var(--purple); color: #fff; }
.btn--partners:hover { background: var(--purple-deep); box-shadow: 0 10px 24px rgba(102,45,145,.38); }

.btn--ghost { background: transparent; color: var(--purple); border-color: rgba(102,45,145,.3); }
.btn--ghost:hover { border-color: var(--purple); background: var(--purple-tint); }

/* on purple backgrounds */
.btn--onpurple { background: #fff; color: var(--purple); }
.btn--onpurple:hover { background: var(--orange); color: #3a2208; box-shadow: 0 10px 24px rgba(0,0,0,.25); }
.btn--onpurple-orange { background: var(--orange); color: #3a2208; }
.btn--onpurple-orange:hover { background: var(--orange-deep); }

/* plain text link with arrow */
.tlink {
  display: inline-flex; align-items: center; gap: .4em;
  font-weight: 800; color: var(--purple);
}
.tlink .arr { transition: transform .15s ease; }
.tlink:hover { text-decoration: none; }
.tlink:hover .arr { transform: translateX(4px); }
.tlink--orange { color: var(--orange-deep); }

/* ---------- top nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,249,246,.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--rule);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px; gap: 24px;
}
.nav__brand { display: flex; align-items: center; gap: 12px; }
/* logo sizing scale — assets are tight-cropped, so box height ≈ visible artwork height */
.nav__brand .nav__mark { height: 40px; width: auto; }
.nav__brand .nav__word { height: 26px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a {
  font-weight: 700; font-size: 15.5px; color: var(--ink);
}
.nav__links a:hover { color: var(--purple); text-decoration: none; }
.nav__links a.is-active { color: var(--purple); }
.nav__cta { display: flex; align-items: center; gap: 14px; }
.nav__cta .btn { padding: 12px 22px; font-size: 15px; min-height: 0; }

.nav__toggle {
  display: none; width: 46px; height: 46px; border: 0; background: transparent;
  cursor: pointer; align-items: center; justify-content: center;
}
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after {
  content: ""; display: block; width: 26px; height: 2.5px; background: var(--ink); border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav__toggle span::before { transform: translateY(-8px); }
.nav__toggle span::after { transform: translateY(5.5px); }
.nav__toggle[aria-expanded="true"] span { background: transparent; }
.nav__toggle[aria-expanded="true"] span::before { transform: rotate(45deg); }
.nav__toggle[aria-expanded="true"] span::after { transform: rotate(-45deg) translateY(0); }

/* mobile drawer */
.drawer {
  position: fixed; inset: 76px 0 0; z-index: 49;
  background: var(--bg);
  padding: 24px;
  transform: translateX(100%);
  transition: transform .28s ease;
  display: flex; flex-direction: column; gap: 4px;
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer a {
  font-family: var(--font-display); font-weight: 700; font-size: 26px;
  color: var(--ink); padding: 14px 4px; border-bottom: 1px solid var(--rule);
}
.drawer a:hover { color: var(--purple); text-decoration: none; }
.drawer .btn { margin-top: 18px; justify-content: center; }

/* ---------- skip link ---------- */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--purple); color: #fff; padding: 12px 18px; border-radius: 0 0 10px 0; font-weight: 700;
}
.skip:focus { left: 0; }

/* ---------- hero ---------- */
.hero { position: relative; }
.hero__media { position: relative; }
.hero__media img { width: 100%; height: 72vh; min-height: 460px; max-height: 760px; object-fit: cover; object-position: center 38%; }

/* hero text over image */
.hero--overlay .hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(44,38,64,.12) 0%, rgba(44,38,64,.05) 40%, rgba(78,34,112,.78) 100%);
}
.hero--overlay .hero__content {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
  z-index: 2;
}
.hero--overlay .hero__content .wrap { padding-bottom: 56px; }
.hero--overlay h1, .hero--overlay .hero__sub, .hero--overlay .hero__promise { color: #fff; }
.hero h1 { font-size: clamp(34px, 5.2vw, 64px); }
.hero__promise {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(24px, 3.4vw, 40px); line-height: 1.1; margin: 0 0 14px; color: var(--orange);
}
.hero__sub { font-size: clamp(17px, 2vw, 21px); max-width: 620px; line-height: 1.5; }
.hero__cta { margin-top: 26px; display: flex; gap: 16px; flex-wrap: wrap; }

/* stacked hero: full image band, then words on warm white below */
.hero--stacked .hero__media img { height: 56vh; min-height: 360px; max-height: 600px; object-position: center 42%; }
.hero--stacked .hero__intro { padding: 54px 0 6px; }
.hero--stacked h1 { color: var(--ink); font-size: clamp(32px, 5vw, 60px); }
.hero--stacked .hero__promise { color: var(--orange-deep); margin-top: 18px; }
.hero--stacked .hero__sub { color: var(--ink-soft); margin: 14px auto 0; }
.hero--stacked .hero__cta { justify-content: center; }

/* simple page hero (image left/right or full) */
.pagehero { background: var(--purple); color: #fff; position: relative; overflow: hidden; }
.pagehero .wrap { position: relative; z-index: 2; padding-top: 84px; padding-bottom: 84px; }
.pagehero h1 { color: #fff; font-size: clamp(36px, 5vw, 60px); }
.pagehero .lead { color: rgba(255,255,255,.85); }
.pagehero__mark {
  position: absolute; right: -80px; top: 50%; transform: translateY(-50%);
  width: 460px; opacity: .16; z-index: 1; pointer-events: none;
}

/* ---------- generic media + text split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split--narrow { gap: 48px; }
.split img.frame { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.split__media img { border-radius: var(--radius); width: 100%; }

/* full-bleed image band */
.fullbleed img { width: 100%; max-height: 78vh; object-fit: cover; }

/* ---------- purple strip ---------- */
.strip { position: relative; background: var(--purple); color: #fff; overflow: hidden; }
.strip h2, .strip h3 { color: #fff; }
.strip p { color: rgba(255,255,255,.88); }
.strip .eyebrow { color: var(--lime); }
.strip__mark {
  position: absolute; pointer-events: none; opacity: .18; z-index: 0;
}
.strip .wrap { position: relative; z-index: 1; }

/* gradient strip (rainbow brand moment — used sparingly) */
.strip--gradient {
  background: linear-gradient(110deg, var(--purple) 0%, var(--magenta) 42%, var(--red) 64%, var(--orange) 100%);
}

/* ---------- three sentences (home) ---------- */
.threeline { text-align: center; }
.threeline p {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(24px, 3.5vw, 38px); line-height: 1.28; color: var(--purple);
  max-width: 880px; margin: 0 auto .35em;
}
.threeline p.muted { color: var(--ink); }

/* ---------- documentary ---------- */
.film { text-align: center; }
.film__player {
  position: relative; max-width: 940px; margin: 36px auto 0;
  border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.4);
  aspect-ratio: 16 / 9; background: #1c1226; cursor: pointer;
}
.film__player img { width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.film__play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
}
.film__play span {
  width: 86px; height: 86px; border-radius: 999px; background: var(--orange);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,.4);
  transition: transform .2s ease, background .2s ease;
}
.film__player:hover .film__play span { transform: scale(1.08); background: #fff; }
.film__play svg { margin-left: 5px; }
.film__player iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- two paths ---------- */
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
/* allow grid tracks to shrink below content min-width (e.g. the formula spec cards
   kept 2-up via inline grid-template) so they never overflow at ~320px viewports */
.paths > .qa__block { min-width: 0; }
.pathcard {
  background: var(--card); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pathcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.pathcard__media { aspect-ratio: 16 / 11; overflow: hidden; }
.pathcard__media img { width: 100%; height: 100%; object-fit: cover; }
.pathcard__body { padding: 32px 32px 36px; display: flex; flex-direction: column; flex: 1; }
.pathcard__body .eyebrow { margin-bottom: 10px; }
.pathcard h3 { font-size: 26px; margin-bottom: 12px; }
.pathcard p { color: var(--ink-soft); margin-bottom: 24px; }
.pathcard .btn { margin-top: auto; align-self: flex-start; }
.pathcard--families { border-top: 6px solid var(--orange); }
.pathcard--partners { border-top: 6px solid var(--purple); }

/* ---------- formula snapshot ---------- */
.spec-list { list-style: none; margin: 0; padding: 0; }
.spec-list li {
  display: flex; align-items: baseline; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--rule);
  font-size: 18px;
}
.spec-list li:last-child { border-bottom: 0; }
.spec-list .dot { width: 12px; height: 12px; border-radius: 999px; flex: 0 0 auto; transform: translateY(2px); }
.spec-list .k { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--ink); }

/* ---------- credibility strip ---------- */
.cred { text-align: center; }
.cred__items {
  display: flex; flex-wrap: wrap; gap: 14px 32px; justify-content: center; align-items: center;
  margin-top: 22px;
}
.cred__items span {
  font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--ink);
}
.cred__items .sep { color: var(--rule); font-weight: 400; }
.cred__partner { margin-top: 22px; color: var(--ink-soft); font-size: 16px; }

/* ---------- email capture ---------- */
.capture .wrap { max-width: 760px; }
.form-row { display: grid; grid-template-columns: 1fr 1.4fr 1fr auto; gap: 12px; align-items: end; }
.field { display: flex; flex-direction: column; gap: 7px; text-align: left; }
.field label { font-weight: 700; font-size: 14px; }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 16px; color: var(--ink);
  padding: 14px 15px; border-radius: var(--radius-sm); border: 1.5px solid var(--rule);
  background: #fff; min-height: 52px; width: 100%;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 3px solid rgba(102,45,145,.25); border-color: var(--purple);
}
.strip .field label { color: #fff; }
.strip .field input, .strip .field select { border-color: transparent; }

/* big form (contact / partners) */
.form-stack { display: grid; gap: 18px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.form-note { font-size: 14px; color: var(--ink-soft); margin-top: 14px; }
.form-success {
  display: none; padding: 18px 20px; border-radius: var(--radius-sm);
  background: rgba(0,166,81,.12); border: 1.5px solid var(--green); color: #0a5b30; font-weight: 700;
}
.form-success.is-on { display: block; }

.form-error {
  display: none; margin-top: 14px; padding: 14px 18px; border-radius: var(--radius-sm);
  background: rgba(239,65,54,.1); border: 1.5px solid var(--red); color: #a3271f; font-weight: 700;
}
.strip .form-error { color: #fff; background: rgba(0,0,0,.28); border-color: rgba(255,255,255,.55); }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--rule); }
.faq__q {
  width: 100%; text-align: left; background: transparent; border: 0; cursor: pointer;
  font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--ink);
  padding: 24px 44px 24px 0; position: relative; line-height: 1.3;
}
.faq__q:hover { color: var(--purple); }
.faq__q::after {
  content: ""; position: absolute; right: 6px; top: 30px; width: 14px; height: 14px;
  border-right: 2.5px solid var(--purple); border-bottom: 2.5px solid var(--purple);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq__q[aria-expanded="true"]::after { transform: rotate(-135deg); top: 36px; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a-inner { padding: 0 44px 26px 0; color: var(--ink-soft); }
.faq__a-inner p:first-child { margin-top: 0; }

/* ---------- steps ---------- */
.steps { display: grid; gap: 22px; max-width: 820px; margin: 0 auto; }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start;
  background: var(--card); border-radius: var(--radius); padding: 28px 30px; box-shadow: var(--shadow);
}
.step__n {
  width: 46px; height: 46px; border-radius: 999px; background: var(--purple); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 20px; flex: 0 0 auto;
}
.step h3 { font-size: 21px; margin-bottom: 8px; }
.step p { color: var(--ink-soft); margin: 0; }

/* ---------- empathy answer blocks ---------- */
.qa { display: grid; gap: 28px; max-width: 820px; margin: 0 auto; }
.qa__block { background: var(--card); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); border-left: 6px solid var(--orange); }
.qa__block:nth-child(even) { border-left-color: var(--purple); }
.qa__q { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--purple); margin-bottom: 16px; }
.qa__block:nth-child(even) .qa__q { color: var(--orange-deep); }

/* pull / signature */
.signature { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--purple); margin-top: 6px; }

/* market stat tiles */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stat { background: var(--card); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); text-align: left; }
.stat__big { font-family: var(--font-display); font-weight: 700; font-size: 46px; line-height: 1; color: var(--purple); margin-bottom: 10px; }
.stat:nth-child(2) .stat__big { color: var(--orange-deep); }
.stat:nth-child(3) .stat__big { color: var(--green); }
.stat p { color: var(--ink-soft); margin: 0; font-size: 16px; }

/* checklist */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; }
.checklist .tick {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 999px; background: var(--green);
  display: flex; align-items: center; justify-content: center; margin-top: 1px;
}

/* deal points */
.dealcard { background: var(--purple-tint); border-radius: var(--radius); padding: 36px 40px; }
.dealcard ul { margin: 0; padding-left: 22px; }
.dealcard li { margin-bottom: 12px; }

/* ---------- footer CTA ---------- */
.footcta { text-align: center; }
.footcta h2 { font-size: clamp(28px, 4vw, 44px); max-width: 760px; margin: 0 auto 28px; }
.footcta__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 64px 0 40px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer h4 { color: #fff; font-family: var(--font-body); font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 16px; }
.footer a { color: rgba(255,255,255,.7); }
.footer a:hover { color: #fff; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer__brand img { height: 32px; width: auto; margin-bottom: 18px; }
.footer__brand p { font-size: 15px; max-width: 280px; }
.footer__legal {
  border-top: 1px solid rgba(255,255,255,.14); margin-top: 44px; padding-top: 24px;
  font-size: 12.5px; color: rgba(255,255,255,.5); line-height: 1.6;
}
.footer__legal .row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 14px; }

/* ---------- disclaimer band ---------- */
.disclaimer { background: var(--purple-tint); }
.disclaimer p { font-size: 13.5px; color: var(--ink-soft); margin: 0; text-align: center; max-width: 900px; }

/* ---------- mobile sticky call/CTA bar ---------- */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  display: none; gap: 10px; padding: 10px 14px;
  background: rgba(251,249,246,.96); backdrop-filter: blur(8px);
  border-top: 1px solid var(--rule);
}
.callbar .btn { flex: 1; justify-content: center; padding: 14px 12px; font-size: 14.5px; min-height: 50px; }

/* ---------- lightbox ---------- */
.lb { position: fixed; inset: 0; z-index: 80; background: rgba(20,12,28,.92); display: none; align-items: center; justify-content: center; padding: 24px; }
.lb.is-open { display: flex; }
.lb__inner { width: min(1040px, 100%); aspect-ratio: 16/9; position: relative; }
.lb__inner iframe { width: 100%; height: 100%; border: 0; border-radius: 12px; }
.lb__close { position: absolute; top: -46px; right: 0; background: transparent; border: 0; color: #fff; font-size: 30px; cursor: pointer; line-height: 1; }

/* ---------- misc utility ---------- */
.tag { display: inline-block; background: var(--orange); color: #3a2208; font-weight: 800; font-size: 13px; letter-spacing: .04em; padding: 6px 14px; border-radius: 999px; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.divider { height: 1px; background: var(--rule); border: 0; margin: 0; }

/* fade-in on scroll */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   responsive
   ============================================================ */
/* nav collapses at 1024px so the legible wordmark never collides with the links (920-1024 band) */
@media (max-width: 1024px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
}
@media (max-width: 920px) {
  .section { padding: 68px 0; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split--rev .split__media { order: -1; }
  .paths { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer__brand { grid-column: 1 / -1; }
  .callbar { display: flex; }
  body { padding-bottom: 72px; }
  .pagehero__mark { width: 320px; right: -120px; opacity: .12; }
  .hero--overlay .hero__media img { height: 80vh; }
}

@media (max-width: 560px) {
  body { font-size: 17px; }
  .wrap { padding: 0 20px; }
  .section { padding: 54px 0; }
  .form-row { grid-template-columns: 1fr; }
  .qa__block, .step, .stat, .dealcard { padding: 24px; }
  .pathcard__body { padding: 26px 24px 30px; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { justify-content: center; }
  /* slightly tighter logo on the smallest screens, proportions held */
  .nav__brand .nav__mark { height: 36px; }
  .nav__brand .nav__word { height: 23px; }
}
