:root {
  --ivory: #f7f1e8;
  --paper: #fffdf9;
  --ink: #292823;
  --ink-soft: #5d5a52;
  --terracotta: #b95443;
  --terracotta-dark: #963e32;
  --sage: #6b7964;
  --sage-dark: #53614e;
  --gold: #b6843e;
  --gold-soft: #e8d5ad;
  --night: #242622;
  --line: rgba(41, 40, 35, .14);
  --light-line: rgba(255, 255, 255, .23);
  --shadow: 0 18px 48px rgba(58, 43, 31, .14);
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; font-size: 18px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #1675d1; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; transform: translateY(-150%); background: #fff; color: #111; padding: 10px 14px; border-radius: 4px; font-weight: 700; }
.skip-link:focus { transform: none; }
.hub-container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: var(--gutter); }
.section-space { padding-block: clamp(76px, 9vw, 132px); }
.kicker { margin: 0 0 14px; color: var(--terracotta-dark); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "DM Sans", system-ui, sans-serif; line-height: 1.05; font-weight: 600; letter-spacing: 0; }
h1 { font-size: clamp(42px, 5.4vw, 76px); }
h2 { font-size: clamp(36px, 4.2vw, 60px); }
h3 { font-size: clamp(24px, 2vw, 32px); }
p { margin: 0; color: var(--ink-soft); }
.section-heading { max-width: 760px; margin-bottom: clamp(38px, 5vw, 64px); }
.section-heading h2 { margin-bottom: 18px; }
/* Balanced ragging on homepage display headings — evens the lines and stops a
   single word orphaning on the last line, at every width. 2026-07-13 */
.section-heading h2,
.story-copy h2,
.rescue-copy h2,
.app-copy h2,
.memorial-copy h2,
.trust-heading h2 { text-wrap: balance; }
.section-heading > p:last-child { max-width: 640px; font-size: 19px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 6px; font-weight: 700; text-decoration: none; text-align: center; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(31, 27, 23, .18); }
.button-primary { background: var(--terracotta); color: #fff; }
.button-primary:hover { background: var(--terracotta-dark); }
.button-light { background: rgba(255,255,255,.94); color: var(--ink); border-color: rgba(255,255,255,.6); }
.button-dark { width: 100%; background: var(--night); color: #fff; }

/* Header */
.hub-header { position: sticky; top: 0; z-index: 100; background: rgba(247, 241, 232, .94); border-bottom: 1px solid transparent; transition: border-color .2s ease, box-shadow .2s ease; backdrop-filter: blur(16px); }
.hub-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 24px rgba(44, 37, 30, .06); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hub-brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-family: "DM Sans", system-ui, sans-serif; font-size: 25px; font-weight: 600; }
.hub-brand img { border-radius: 8px; }
.hub-nav { display: flex; align-items: center; gap: clamp(13px, 1.4vw, 24px); }
.hub-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #45433d; text-decoration: none; font-size: 14px; font-weight: 600; white-space: nowrap; }
.hub-nav a:hover { color: var(--terracotta-dark); }
.hub-nav .nav-free { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1.5px; }
.hub-nav .nav-app { padding: 10px 16px; border-radius: 5px; background: var(--terracotta); color: #fff; }
.hub-nav .nav-app:hover { background: var(--terracotta-dark); color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s, opacity .2s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.brand-hero { position: relative; min-height: min(790px, calc(100svh - 76px)); overflow: hidden; background: #2b2018; }
.hero-photo { position: absolute; inset: 0; background: url('/assets/brand/home-hero-care.jpg') center 48% / cover no-repeat; transform: scale(1.01); filter: saturate(.96) contrast(1.03); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29, 23, 17, .95) 0%, rgba(29, 23, 17, .80) 35%, rgba(29, 23, 17, .30) 61%, rgba(29, 23, 17, .04) 100%), linear-gradient(0deg, rgba(26,21,17,.34), transparent 58%); }
.hero-inner { position: relative; min-height: inherit; display: grid; grid-template-columns: 1fr; align-items: center; padding-block: clamp(62px, 8vw, 104px); }
.hero-copy { max-width: 680px; }
.hero-copy .kicker { color: #f3c990; }
.hero-copy h1 { color: #fffaf2; text-wrap: balance; }
.hero-lead { max-width: 650px; margin-top: 24px; color: rgba(255,255,255,.86); font-size: clamp(18px, 1.6vw, 22px); }
.hero-lead span { display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; }
.hero-links a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-weight: 600; text-underline-offset: 5px; }
.hero-app { justify-self: end; display: grid; justify-items: center; gap: 14px; transform: translateY(34px); }
.phone-shell { width: min(300px, 31vw); padding: 10px; border: 1px solid rgba(255,255,255,.52); border-radius: 38px; background: #181817; box-shadow: 0 30px 70px rgba(0,0,0,.38); }
.phone-shell img { width: 100%; border-radius: 29px; }
.hero-app p { display: grid; gap: 2px; color: #fff; text-align: center; font-size: 14px; }
.hero-app p strong { color: #fff; font-size: 16px; }
.hero-app p span { color: rgba(255,255,255,.72); }

/* Needs */
.help-section { background: var(--paper); }
.help-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.help-tile { position: relative; min-height: 280px; overflow: hidden; border-radius: 8px; color: #fff; text-decoration: none; background: #373832; box-shadow: 0 18px 42px rgba(52, 42, 31, .11); }
.help-tile:nth-child(1), .help-tile:nth-child(2), .help-tile:nth-child(3) { grid-column: span 4; }
.help-tile:nth-child(n+4) { grid-column: span 3; min-height: 230px; }
.help-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .3s ease; }
.help-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(24,24,21,.92) 0%, rgba(24,24,21,.34) 43%, rgba(24,24,21,.02) 76%); }
.help-tile span { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; display: grid; gap: 3px; }
.help-tile strong { font-family: "DM Sans", system-ui, sans-serif; font-size: 25px; line-height: 1.08; }
.help-tile small { color: rgba(255,255,255,.82); font-size: 14px; }
.help-tile em { width: fit-content; margin-top: 10px; padding-bottom: 2px; color: #fff; font-size: 14px; font-style: normal; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.72); }
.help-tile:hover img { transform: scale(1.045); filter: saturate(1.04); }

/* Products */
.products-section { background: var(--night); color: #fff; }
.section-heading-light h2, .section-heading-light p { color: #fff; }
.section-heading-light > p:last-child { color: rgba(255,255,255,.68); }
.section-heading-light .kicker { color: #e7bd80; }
.lead-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lead-product { overflow: hidden; background: #f8f2e9; color: var(--ink); border-radius: 8px; }
.lead-media { height: 270px; overflow: hidden; background: #d9d2c7; }
.lead-media img { width: 100%; height: 100%; object-fit: cover; }
.app-product-media { background: #e8cbbf; display: grid; place-items: center; }
.app-product-media img { width: 49%; height: auto; align-self: end; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(0,0,0,.2)); }
.lead-copy { padding: 28px; }
.product-status { display: inline-block; margin-bottom: 12px; color: #6d665c; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.product-status-live { color: var(--sage-dark); }
.lead-copy h3 { margin-bottom: 12px; }
.lead-copy > p:not(.product-status) { min-height: 78px; }
.lead-copy ul, .product-card-copy ul { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 7px; }
.lead-copy li::before, .product-card-copy li::before { content: "✓"; margin-right: 9px; color: var(--sage-dark); font-weight: 700; }
.product-bottom { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-bottom a { min-height: 44px; display: inline-flex; align-items: center; color: var(--terracotta-dark); font-weight: 700; text-underline-offset: 4px; }
.specialist-intro { margin: clamp(66px, 7vw, 92px) 0 24px; display: flex; align-items: end; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--light-line); padding-bottom: 18px; }
.specialist-intro h3 { color: #fff; }
.specialist-intro p { color: rgba(255,255,255,.64); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; background: #fffdf9; color: var(--ink); border-radius: 8px; }
.product-card > img { width: 100%; aspect-ratio: 4 / 5.25; object-fit: cover; object-position: top; background: #ece6dc; }
.product-card-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.product-kicker { margin-bottom: 8px; color: var(--terracotta-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.product-card-copy h3 { font-size: 27px; margin-bottom: 12px; }
.product-card-copy > p:not(.product-kicker) { min-height: 104px; font-size: 18px; }
.product-card-copy ul { margin-bottom: 24px; font-size: 18px; }
.product-price { margin-top: auto; padding: 16px 0; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 7px; }
.product-price strong { font-family: "DM Sans", system-ui, sans-serif; font-size: 32px; }
.product-price span { color: var(--ink-soft); font-size: 14px; }

/* Offer bar */
.offer-bar { background: var(--paper); border-block: 1px solid var(--line); }
.offer-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 30px; padding-block: 24px; }
.offer-item { display: flex; align-items: flex-start; gap: 13px; }
.offer-item svg { flex: 0 0 26px; width: 26px; height: 26px; fill: none; stroke: var(--terracotta); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; margin-top: 1px; }
.offer-item span { display: block; font-size: 17px; color: var(--ink-soft); line-height: 1.5; }
.offer-item strong { display: block; color: var(--ink); font-size: 18px; margin-bottom: 2px; }

/* Generic text link */
.text-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--terracotta-dark); font-weight: 700; text-decoration: none; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }

/* Free (main conversion) */
.free-section { background: linear-gradient(180deg, #f6efe3 0%, #eee2d1 100%); }
.free-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 22px; }
.free-card { display: flex; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 34px rgba(60,42,28,.07); transition: transform .18s ease, box-shadow .18s ease; }
.free-card:hover { transform: translateY(-3px); box-shadow: 0 22px 46px rgba(60,42,28,.12); }
.free-thumb { display: block; aspect-ratio: 4 / 3; overflow: hidden; padding: 1.25rem; background: #eee5d8; }
.free-thumb img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(51, 42, 31, .16)); transition: transform .5s ease; }
.free-card:hover .free-thumb img { transform: scale(1.045); }
.free-body { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 24px; }
.free-eyebrow { margin: 0 0 8px; color: var(--sage-dark); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.free-card h3 { font-size: 22px; }
.free-body > p:not(.free-upsell) { margin-top: 9px; color: var(--ink-soft); font-size: 18px; }
.free-dl { align-self: flex-start; min-height: 46px; margin-top: 18px; display: inline-flex; align-items: center; padding: 11px 21px; border-radius: 6px; background: var(--sage); color: #fff; font-weight: 700; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.free-dl:hover { background: var(--sage-dark); transform: translateY(-2px); }
.free-upsell { margin-top: auto; padding-top: 18px; font-size: 17px; color: var(--ink-soft); }
.free-upsell a { color: var(--terracotta-dark); font-weight: 700; text-decoration: none; text-underline-offset: 4px; }
.free-upsell a:hover { text-decoration: underline; }
.free-all { margin-top: 42px; text-align: center; }
.free-all a { font-size: 16px; }

/* Complete plans (compact) */
.plans-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; max-width: none; }
.plans-heading > div { max-width: 620px; }
.plans-all { white-space: nowrap; }
.plans-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan-card { display: flex; gap: 18px; align-items: center; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; text-decoration: none; color: var(--ink); transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.plan-card:hover { border-color: var(--terracotta); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(60,42,28,.1); }
.plan-cover { flex: 0 0 78px; }
.plan-cover img { width: 78px; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 5px; box-shadow: 0 8px 20px rgba(45,31,24,.18); }
.plan-info { display: flex; flex-direction: column; min-width: 0; }
.plan-info strong { font-size: 18px; }
.plan-desc { margin-top: 5px; color: var(--ink-soft); font-size: 17px; }
.plan-meta { margin-top: 13px; display: flex; align-items: baseline; gap: 14px; }
.plan-price { font-size: 21px; font-weight: 700; color: var(--ink); }
.plan-link { color: var(--terracotta-dark); font-weight: 700; font-size: 17px; }

/* Story note + rescue hierarchy steps */
.story-note { margin: 16px 0 0; color: rgba(255,255,255,.66); font-size: 14px; }
.rescue-steps { display: grid; gap: 12px; margin-top: 24px; max-width: 520px; }
.rescue-step { display: flex; gap: 15px; align-items: center; padding: 14px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; text-decoration: none; color: var(--ink); transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.rescue-step:hover { border-color: var(--terracotta); transform: translateY(-1px); box-shadow: 0 12px 26px rgba(60,42,28,.08); }
.rescue-step-price { flex: 0 0 auto; min-width: 34px; font-size: 22px; font-weight: 700; color: var(--terracotta-dark); }
.rescue-step-body { display: flex; flex-direction: column; gap: 2px; font-size: 17px; color: var(--ink-soft); }
.rescue-step-body strong { color: var(--ink); font-size: 18px; }

/* Footer newsletter form */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.footer-hp { position: absolute; left: -5000px; }
.footer-form { display: flex; gap: 8px; margin-top: 6px; max-width: 300px; }
.footer-form input[type="email"] { flex: 1; min-width: 0; min-height: 48px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 6px; background: rgba(255,255,255,.06); color: #fff; font-size: 17px; }
.footer-form input[type="email"]::placeholder { color: rgba(255,255,255,.5); }
.footer-form input[type="email"]:focus { outline: none; border-color: var(--terracotta); }
.footer-sub { min-height: 46px; padding: 10px 18px; border: 0; border-radius: 6px; background: var(--terracotta); color: #fff; font-weight: 700; cursor: pointer; transition: background .18s ease; }
.footer-sub:hover { background: var(--terracotta-dark); }
.footer-news-status { margin: 10px 0 0; min-height: 1.1em; font-size: 13px; color: rgba(255,255,255,.72); }
@media (max-width: 560px) {
  .footer-form { flex-direction: column; max-width: 380px; gap: 10px; }
  .footer-form input[type="email"] { width: 100%; }
  .footer-form .footer-sub { width: 100%; }
}

/* Editorial bands */
.story-band { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 590px; background: #425146; }
.story-image { min-height: 590px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(54px, 7vw, 110px); }
.story-copy .kicker { color: #f1c68a; }
.story-copy h2 { max-width: 620px; color: #fff; }
.story-copy p:not(.kicker) { max-width: 580px; margin: 22px 0 30px; color: rgba(255,255,255,.78); font-size: 19px; }
.button-story { background: #fff5e8; color: #314037; }
.rescue-band { background: var(--paper); }
.rescue-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 7vw, 100px); align-items: center; }
.rescue-copy h2 { margin-bottom: 22px; }
.rescue-copy > p:not(.kicker) { font-size: 19px; }
.rescue-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 30px; }
.rescue-points span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 4px; color: var(--sage-dark); font-size: 13px; font-weight: 700; }
.rescue-visual { position: relative; }
.rescue-visual img { width: 100%; height: 100%; min-height: 460px; max-height: 560px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }
.memorial-band { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: #111; }
.memorial-photo, .memorial-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.memorial-photo { object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.03); }
.memorial-shade { background: linear-gradient(90deg, rgba(20,17,14,.92) 0%, rgba(20,17,14,.72) 42%, rgba(20,17,14,.16) 70%, rgba(20,17,14,.02)); }
.memorial-copy { position: relative; max-width: var(--container); margin-inline: auto; }
.memorial-copy .kicker { color: #dfbd86; }
.memorial-copy h2 { max-width: 620px; color: #fff; }
.memorial-copy p:not(.kicker) { max-width: 540px; margin: 22px 0 30px; color: rgba(255,255,255,.8); font-size: 19px; }

/* App */
.app-section { background: linear-gradient(180deg, #e7ece2 0%, #d6ddcf 100%); }
.plans-section { background: linear-gradient(180deg, #faf4ea 0%, #f2e9d9 100%); }
.app-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.app-device { display: grid; place-items: center; }
.phone-shell-large { width: min(360px, 80vw); }
.app-copy h2 { margin-bottom: 22px; }
.app-copy > p:not(.kicker):not(.app-note) { max-width: 660px; font-size: 20px; }
.app-features { margin: 30px 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 30px; }
.app-features li { padding-top: 14px; border-top: 1px solid rgba(42,49,39,.22); display: grid; gap: 5px; }
.app-features strong { font-size: 18px; }
.app-features span { color: #4e594b; font-size: 17px; }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.app-page-link { margin: 26px 0 16px; }
.store-badge { min-width: 190px; min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 8px 14px; border-radius: 6px; background: #161715; color: #fff; text-decoration: none; }
.store-badge > span:last-child { display: grid; line-height: 1.15; }
.store-badge small { font-size: 10px; }
.store-badge strong { font-size: 19px; }
.store-logo { width: 27px; height: 27px; flex: 0 0 27px; fill: currentColor; }
.store-logo-play { width: 30px; height: 30px; flex-basis: 30px; }
.app-note { margin-top: 14px; font-size: 13px; }
.app-note strong { color: var(--ink); }
.app-rating { width: fit-content; min-height: 44px; margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; color: var(--ink); text-decoration: none; }
.app-rating[hidden] { display: none; }
.app-rating-stars { color: #a56b1f; letter-spacing: 1px; }
.app-rating strong { font-size: 18px; }
.app-rating span:last-child { color: #4e594b; font-size: 14px; }

/* Honest community proof */
.community-proof { background: var(--night); color: #fff; }
.community-proof-heading h2 { color: #fff; }
.community-proof-heading > p:last-child { color: rgba(255,255,255,.7); }
.community-proof-heading .kicker { color: #e7bd80; }
.community-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.community-proof-grid figure { margin: 0; padding: clamp(25px, 3vw, 36px); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.055); }
.community-proof-grid blockquote { margin: 0; color: rgba(255,255,255,.92); font-family: "DM Sans", system-ui, sans-serif; font-size: clamp(20px, 2vw, 26px); line-height: 1.4; }
.community-proof-cta { margin-top: 32px; }

/* Trust and footer */
.trust-section { padding-block: clamp(66px, 7vw, 100px); background: linear-gradient(180deg, #f8f2e9 0%, #f0e7d8 100%); }
.trust-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 30px; margin-bottom: 38px; }
.trust-heading .kicker { margin: 0; }
.trust-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 26px 26px 26px 0; border-bottom: 1px solid var(--line); }
.trust-grid > div:not(:nth-child(3n+1)) { padding-left: 26px; border-left: 1px solid var(--line); }
.trust-grid strong { font-size: 18px; }
.trust-grid p { margin-top: 6px; font-size: 17px; }
.our-story-section { padding-block: clamp(76px, 9vw, 132px); background: var(--paper); }
.our-story-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 7vw, 100px); align-items: center; }
.our-story-photo img { width: 100%; min-height: 480px; max-height: 610px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }
.our-story-copy h2 { margin-bottom: 24px; text-wrap: balance; }
.our-story-copy p:not(.kicker) { max-width: 590px; margin-bottom: 16px; font-size: 19px; }
.our-story-copy .button { margin-top: 12px; }
.hub-footer { background: #232521; color: #fff; padding: 62px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1.5fr; gap: 40px; }
.footer-brand { color: #fff; }
.footer-lead p { max-width: 320px; margin-top: 16px; color: rgba(255,255,255,.58); }
.footer-top h2 { margin-bottom: 14px; color: #fff; font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.footer-top > div:not(.footer-lead) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-top a:not(.hub-brand):not(.footer-join) { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.72); text-decoration: none; font-size: 14px; }
.footer-news p { max-width: 250px; margin: 4px 0 16px; color: rgba(255,255,255,.58); font-size: 14px; }
.footer-join { min-height: 46px; }
.footer-top a:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.62); font-size: 12px; }

@media (max-width: 1100px) {
  .hub-nav { gap: 13px; }
  .hub-nav a { font-size: 13px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .free-rail { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .hub-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; align-items: stretch; padding: 16px var(--gutter) 24px; background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(40,32,24,.12); }
  .hub-nav.is-open { display: grid; }
  .hub-nav a { min-height: 42px; display: flex; align-items: center; font-size: 16px; }
  .hub-nav .nav-app { justify-content: center; margin-top: 6px; }
  .hero-inner { grid-template-columns: 1fr; }
  .help-tile:nth-child(n) { grid-column: span 6; min-height: 245px; }
  .help-tile:last-child { grid-column: span 12; }
  .lead-products { grid-template-columns: 1fr; }
  .lead-product { display: grid; grid-template-columns: .8fr 1.2fr; }
  .lead-media { height: 100%; min-height: 320px; }
  .lead-copy > p:not(.product-status) { min-height: 0; }
  .story-band { grid-template-columns: 1fr; }
  .story-image { min-height: 430px; }
  .rescue-inner, .app-inner { grid-template-columns: 1fr 1fr; }
  .community-proof-grid { grid-template-columns: 1fr; }
  .trust-heading { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 2fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 680px) {
  body { font-size: 18px; }
  .header-inner { min-height: 68px; }
  .hub-nav { top: 68px; }
  .brand-hero { min-height: auto; }
  .hero-photo { background-position: 67% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(29,23,17,.97) 0%, rgba(29,23,17,.88) 48%, rgba(29,23,17,.28) 78%, rgba(29,23,17,.08) 100%); }
  .hero-inner { min-height: 360px; align-content: end; padding-top: 86px; padding-bottom: 30px; }
  .hero-copy h1 { font-size: clamp(35px, 9.6vw, 48px); line-height: 1.05; margin: 0 0 12px; }
  .hero-copy .kicker { margin-bottom: 8px; }
  .hero-lead { margin-bottom: 18px; }
  .hero-lead { font-size: 18px; }
  .hero-app { position: absolute; top: 34px; right: var(--gutter); transform: none; }
  .hero-app .phone-shell { width: 145px; padding: 5px; border-radius: 21px; }
  .hero-app .phone-shell img { border-radius: 16px; }
  .hero-app p { display: none; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-links { justify-content: space-between; gap: 12px; }
  .help-grid { grid-template-columns: 1fr; }
  .help-tile:nth-child(n) { grid-column: auto; min-height: 210px; }
  .lead-product { display: block; }
  .lead-media { height: 240px; min-height: 0; }
  .product-grid { grid-template-columns: 1fr; }
  .specialist-intro { align-items: flex-start; flex-direction: column; }
  .product-card { display: grid; grid-template-columns: .72fr 1.28fr; }
  .product-card > img { height: 100%; aspect-ratio: auto; }
  .product-card-copy > p:not(.product-kicker), .product-card-copy ul { min-height: 0; }
  .free-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: calc(var(--gutter) * -1); padding: 0 var(--gutter) 22px 0; }
  .free-card { flex: 0 0 76vw; scroll-snap-align: start; }
  .free-card p { min-height: 0; }
  .story-image { min-height: 330px; }
  .story-copy { padding: 56px var(--gutter) 64px; }
  .rescue-inner, .app-inner, .our-story-inner { grid-template-columns: 1fr; }
  .rescue-copy { order: 2; }
  .rescue-visual { min-height: 430px; }
  .rescue-visual > img:first-child { height: 410px; }
  .rescue-cover { width: 150px; }
  .memorial-band { min-height: 610px; align-items: end; }
  .memorial-photo { object-position: 67% center; }
  .memorial-shade { background: linear-gradient(0deg, rgba(15,15,14,.93), rgba(15,15,14,.46) 65%, rgba(15,15,14,.12)); }
  .memorial-copy { padding-bottom: 70px; }
  .app-device { order: 2; }
  .our-story-photo { order: 2; }
  .our-story-photo img { min-height: 360px; }
  .app-features { grid-template-columns: 1fr; }
  .store-badge { flex: 1 1 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:not(:nth-child(3n+1)) { padding: 22px 0; border-left: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .product-card { display: block; }
  .product-card > img { height: 310px; }
  .product-bottom { align-items: flex-start; flex-direction: column; }
  .hero-links a { font-size: 14px; }
}

/* Rebuilt homepage — responsive */
@media (max-width: 1080px) {
  .offer-inner { grid-template-columns: repeat(2, 1fr); gap: 20px 28px; }
  .free-rail { grid-template-columns: repeat(2, 1fr); }
  .plans-row { grid-template-columns: 1fr; }
  .plans-heading { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .footer-top > .footer-news { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .footer-top > .footer-lead { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .free-body > p:not(.free-upsell) { min-height: 0; }
  .free-upsell a, .free-all a { min-height: 44px; display: inline-flex; align-items: center; }
  .offer-inner { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 460px) {
  .offer-inner { grid-template-columns: 1fr; gap: 15px; }
  .footer-top { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
