/* customhoodie.com.au - VS Wear next-gen design language (navy + amber, neutral chrome)
   Ported from DESIGN-vswear-proposed.md / vswear-proposed.css. Two shapes only:
   near-square content, pill actions. One action colour with one job. Hairlines, not
   shadows (single shadow: hero photo). Bands, not floating panels. */

:root {
  --primary: #f59e0b;
  --on-primary: #1e293b;
  --brand: #103b73;
  --brand-deep: #0b2a54;
  --canvas: #ffffff;
  --surface: #f6f7f9;
  --surface-2: #eef1f5;
  --ink: #0f172a;
  --text: #1f2937;
  --text-light: #475569;
  --text-muted: #64748b;
  --hairline: #e3e7ec;
  --hairline-strong: #cbd3dc;
  --link: #1e5cbf;
  --amber-ink: #b45309;
  --on-dark: #ffffff;
  --on-dark-dim: #c9d4e2;
  --success: #15803d;
  --danger: #b91c1c;
  --r-sm: 6px;
  --r-md: 8px;
  --r-pill: 999px;
  --section: clamp(30px, 4vw, 52px);
  --shadow-hero: 0 10px 30px rgba(15, 23, 42, .10);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
html, body { overflow-x: clip; }
body { font-family: var(--font); font-size: 17px; line-height: 1.7; color: var(--text); background: var(--canvas); -webkit-font-smoothing: antialiased; }
/* grid/flex children must never force columns wider than the viewport */
.ch-grid > *, .ch-hero__grid > *, .ch-footer__grid > *, .ch-stats > *,
.ch-proofGrid > *, .ch-figRow > *, .ch-header__in > * { min-width: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); }
a:hover { color: var(--brand); }

.ch-wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.ch-skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: var(--on-dark); padding: 10px 18px; z-index: 300; }
.ch-skip:focus { left: 8px; top: 8px; }

/* ---------- Typography ---------- */
h1, h2, h3 { color: var(--ink); line-height: 1.15; overflow-wrap: break-word; }
.ch-display, .ch-hero h1 { font-size: clamp(34px, 4.6vw, 52px); font-weight: 800; line-height: 1.03; letter-spacing: -0.028em; }
.ch-h2, main h2 { font-size: clamp(25px, 2.6vw, 33px); font-weight: 800; letter-spacing: -0.018em; margin: 0 0 16px; }
.ch-openH2 { font-size: clamp(30px, 3.8vw, 44px); line-height: 1.06; letter-spacing: -0.024em; }
main h3 { font-size: 19px; font-weight: 700; line-height: 1.35; margin: 28px 0 10px; }
main p, main li { max-width: 72ch; }
main p { margin: 0 0 18px; }
main ul, main ol { margin: 0 0 18px 22px; }
.ch-lead { font-size: clamp(17px, 1.3vw, 19px); line-height: 1.65; color: var(--text-light); max-width: 68ch; }
.ch-kicker { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-light); margin: 0 0 10px; }
.ch-band--dark .ch-kicker { color: var(--primary); }
.ch-small { font-size: 15px; line-height: 1.65; }

/* ---------- Bands ---------- */
.ch-band { padding: var(--section) 0; }
.ch-band--surface { background: var(--surface); }
.ch-band--dark { background: var(--brand-deep); color: var(--on-dark); }
.ch-band--dark h2, .ch-band--dark h3 { color: var(--on-dark); }
.ch-band--dark p, .ch-band--dark li { color: var(--on-dark-dim); }
.ch-band + .ch-band:not(.ch-band--surface):not(.ch-band--dark) { border-top: 1px solid var(--hairline); }

/* ---------- Buttons: pill or nothing ---------- */
.ch-btn { display: inline-block; font-size: 15.5px; font-weight: 700; line-height: 1.2; letter-spacing: 0.005em; padding: 15px 30px; border-radius: var(--r-pill); text-decoration: none; border: 0; cursor: pointer; font-family: var(--font); text-align: center; }
.ch-btn--primary { background: var(--primary); color: var(--on-primary); }
.ch-btn--primary:hover { background: #dd8f07; color: var(--on-primary); }
.ch-btn--secondary { background: var(--brand); color: var(--on-dark); }
.ch-btn--secondary:hover { background: var(--brand-deep); color: var(--on-dark); }
.ch-btn--tertiary { background: transparent; color: var(--ink); border: 1px solid var(--hairline-strong); }
.ch-btn--tertiary:hover { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }
.ch-band--dark .ch-btn--tertiary { color: var(--on-dark); border-color: rgba(255,255,255,.4); }
.ch-band--dark .ch-btn--tertiary:hover { background: var(--on-dark); color: var(--ink); }
.ch-ctaRow { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin: 26px 0 6px; }
/* one primary per row, enforced */
.ch-ctaRow .ch-btn--primary ~ .ch-btn--primary { background: transparent; color: var(--ink); border: 1px solid var(--hairline-strong); }
.ch-inlineCta { color: var(--brand); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--amber-ink); }
.ch-inlineCta:hover { color: var(--brand-deep); }
.ch-band--dark .ch-inlineCta { color: var(--on-dark); }

/* ---------- Header ---------- */
.ch-header { position: sticky; top: 0; z-index: 120; background: var(--canvas); border-bottom: 1px solid var(--hairline); }
.ch-header > .ch-wrap { max-width: 1320px; }
.ch-header__in { display: flex; align-items: center; gap: 12px; min-height: 62px; flex-wrap: nowrap; }
.ch-logo { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; white-space: nowrap; }
.ch-logo span { color: var(--brand); }
.ch-nav { display: flex; gap: 0; margin-left: auto; flex-wrap: nowrap; }
.ch-nav > div { position: relative; }
.ch-nav a.ch-nav__top { display: inline-block; padding: 9px 9px; color: var(--ink); text-decoration: none; font-weight: 700; font-size: 14.5px; border-radius: var(--r-sm); white-space: nowrap; }
.ch-nav a.ch-nav__top:hover { background: var(--surface); }
.ch-nav__menu { display: none; position: absolute; top: 100%; left: 0; background: var(--canvas); border: 1px solid var(--hairline); min-width: 230px; padding: 8px; z-index: 130; }
.ch-nav > div:hover .ch-nav__menu, .ch-nav > div:focus-within .ch-nav__menu { display: block; }
.ch-nav__menu a { display: block; padding: 9px 12px; color: var(--text); text-decoration: none; font-size: 15.5px; border-radius: var(--r-sm); }
.ch-nav__menu a:hover { background: var(--surface); color: var(--ink); }
.ch-header__phone { color: var(--brand); font-weight: 700; text-decoration: none; white-space: nowrap; font-size: 14.5px; border: 1px solid var(--hairline-strong); border-radius: var(--r-pill); padding: 9px 14px; }
.ch-header__phone:hover { background: var(--surface); color: var(--brand-deep); }
.ch-header .ch-btn { padding: 11px 18px; font-size: 14.5px; white-space: nowrap; }
.ch-menuBtn { display: none; margin-left: auto; background: none; border: 1px solid var(--hairline-strong); border-radius: var(--r-pill); padding: 10px 16px; font-weight: 700; font-size: 15px; cursor: pointer; color: var(--ink); }

/* Mobile drawer */
.ch-drawer { display: none; position: fixed; inset: 0; z-index: 200; background: var(--canvas); overflow-y: auto; padding: 20px 24px 40px; }
.ch-drawer.is-open { display: block; }
.ch-drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.ch-drawer__close { background: none; border: 1px solid var(--hairline-strong); border-radius: var(--r-pill); width: 44px; height: 44px; font-size: 20px; cursor: pointer; color: var(--ink); }
.ch-drawer h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); margin: 22px 0 6px; }
.ch-drawer a { display: block; padding: 11px 0; font-size: 17px; font-weight: 600; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--hairline); }
.ch-drawer .ch-ctaRow { margin-top: 22px; flex-direction: column; align-items: stretch; }
.ch-drawer .ch-ctaRow .ch-btn { width: 100%; text-align: center; }

/* ---------- Instagram strip ---------- */
.ch-igStrip { background: var(--surface); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); padding: 16px 0; }
.ch-igStrip .ch-wrap { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; justify-content: space-between; }
.ch-igStrip p { margin: 0; font-size: 15px; color: var(--text); max-width: none; }
.ch-igStrip a.ch-btn { padding: 10px 20px; font-size: 14px; }

/* ---------- Hero ---------- */
.ch-hero { background: var(--brand-deep); color: var(--on-dark); position: relative; overflow: hidden; }
.ch-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(22px, 3.4vw, 44px); align-items: center; padding: clamp(24px, 3.4vw, 44px) 24px; }
.ch-hero h1 { color: var(--on-dark); margin: 0 0 12px; }
.ch-hero .ch-kicker { color: var(--primary); margin-bottom: 8px; }
.ch-hero p { color: var(--on-dark-dim); font-size: clamp(16px, 1.25vw, 18px); max-width: 60ch; margin-bottom: 4px; }
.ch-hero__photo { background: var(--canvas); border-radius: var(--r-md); box-shadow: var(--shadow-hero); padding: 10px; }
.ch-hero__photo img { border-radius: var(--r-sm); width: 100%; height: auto; max-height: 470px; object-fit: contain; background: var(--canvas); }
/* transparent cutouts sit directly on the navy and pop, no white card */
.ch-hero__photo--nobg { background: none; box-shadow: none; padding: 0; }
.ch-hero__photo--nobg img { background: none; border-radius: 0; filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .35)); }
/* the hero band is dark even though it is not .ch-band--dark: tertiary must read */
.ch-hero .ch-btn--tertiary { color: var(--on-dark); border-color: rgba(255, 255, 255, .45); }
.ch-hero .ch-btn--tertiary:hover { background: var(--on-dark); color: var(--ink); border-color: var(--on-dark); }
.ch-trustline { display: flex; flex-wrap: wrap; gap: 5px 16px; margin-top: 14px; padding: 0; list-style: none; }
.ch-trustline li { font-size: 13.5px; font-weight: 600; color: var(--on-dark-dim); }
.ch-trustline li::before { content: "✓ "; color: var(--primary); font-weight: 800; }

/* ---------- Stats (hairline columns) ---------- */
.ch-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.ch-stats > div { padding: 18px 14px; text-align: center; }
.ch-stats > div + div { border-left: 1px solid var(--hairline); }
.ch-stats strong { display: block; font-size: clamp(30px, 3.4vw, 42px); font-weight: 800; line-height: 1; letter-spacing: -0.028em; color: var(--ink); }
.ch-stats strong span { color: var(--amber-ink); }
.ch-stats small { color: var(--text-muted); font-size: 14.5px; font-weight: 600; }

/* ---------- Cards ---------- */
.ch-grid { display: grid; gap: 24px; }
.ch-grid--2 { grid-template-columns: repeat(2, 1fr); }
.ch-grid--3 { grid-template-columns: repeat(3, 1fr); }
.ch-grid--4 { grid-template-columns: repeat(4, 1fr); }
.ch-card { background: var(--canvas); border: 1px solid var(--hairline); border-radius: var(--r-sm); overflow: hidden; display: flex; flex-direction: column; }
.ch-card__img { background: var(--canvas); aspect-ratio: 4 / 3; overflow: hidden; display: block; }
.ch-card__img img { width: 100%; height: 100%; object-fit: contain; background: var(--canvas); padding: 6px; }
.ch-card__body { padding: 20px; font-size: 15px; }
.ch-card__body h3 { margin: 0 0 8px; font-size: 18px; }
.ch-card__body p { margin: 0 0 10px; }
.ch-card a.ch-card__link { font-weight: 700; color: var(--brand); text-decoration: none; }
.ch-card a.ch-card__link:hover { text-decoration: underline; }

/* ---------- Tick list ---------- */
.ch-ticks { list-style: none; margin: 0 0 18px; padding: 0; }
.ch-ticks li { position: relative; padding-left: 32px; margin-bottom: 10px; max-width: 72ch; }
.ch-ticks li::before { content: "✓"; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: var(--r-pill); background: var(--brand); color: var(--on-dark); font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.ch-band--dark .ch-ticks li::before { background: var(--primary); color: var(--on-primary); }

/* ---------- Tables ---------- */
.ch-tableWrap { overflow-x: auto; margin: 0 0 20px; }
table.ch-table { border-collapse: collapse; width: 100%; border: 1px solid var(--hairline); font-size: 15.5px; }
.ch-table th { background: var(--brand); color: var(--on-dark); text-align: left; padding: 12px 14px; font-weight: 700; }
.ch-table td { padding: 11px 14px; border-top: 1px solid var(--hairline); vertical-align: top; }
.ch-table tr:hover td { background: var(--surface); }
.ch-table .yes { color: var(--success); font-weight: 700; }
.ch-table .no { color: var(--danger); font-weight: 700; }

/* ---------- FAQ disclosure rows ---------- */
.ch-faq { border-top: 1px solid var(--hairline); }
.ch-faq details { border-bottom: 1px solid var(--hairline); }
.ch-faq summary { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; cursor: pointer; list-style: none; padding: 22px 0; font-size: 17px; font-weight: 700; color: var(--ink); }
.ch-faq summary::-webkit-details-marker { display: none; }
.ch-faq summary::after { content: "+"; font-weight: 400; color: var(--text-muted); font-size: 22px; line-height: 1; }
.ch-faq details[open] summary::after { content: "\2212"; }
.ch-faq .ch-faq__a { padding: 0 0 22px; max-width: 72ch; color: var(--text); }

/* ---------- CTA box + closing band ---------- */
.ch-ctaBox { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-md); padding: 44px 28px; text-align: center; }
.ch-ctaBox .ch-ctaRow { justify-content: center; }
.ch-closer { text-align: left; }
.ch-closer .ch-ticks { columns: 2; column-gap: 40px; margin-top: 18px; }

/* ---------- Gallery / proof ---------- */
.ch-proofGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ch-proofGrid figure { margin: 0; background: var(--canvas); border: 1px solid var(--hairline); border-radius: var(--r-sm); overflow: hidden; }
.ch-proofGrid img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: var(--canvas); padding: 6px; }
.ch-proofGrid figcaption { font-size: 12.5px; color: var(--text-muted); padding: 7px 9px; border-top: 1px solid var(--hairline); }

/* ---------- In-content figures (always on white, never wider than the text column) ---------- */
.ch-article { max-width: 840px; }
.ch-article .ch-tableWrap { max-width: 100%; }
.ch-figure { margin: 20px 0; max-width: 680px; }
.ch-figure img { border-radius: var(--r-sm); border: 1px solid var(--hairline); width: 100%; height: auto; max-height: 460px; object-fit: contain; background: var(--canvas); padding: 8px; }
.ch-figure figcaption { font-size: 13.5px; color: var(--text-muted); margin-top: 6px; }
.ch-figRow { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; margin: 20px 0; max-width: 760px; }
.ch-figRow .ch-figure { margin: 0; }

/* ---------- Quote form ---------- */
.ch-form { background: var(--canvas); border: 1px solid var(--hairline); border-radius: var(--r-md); padding: 26px; }
.ch-band--dark .ch-form { border: 0; }
.ch-form__progress { display: flex; gap: 6px; margin: 0 0 6px; }
.ch-form__progress span { height: 5px; flex: 1; background: var(--surface-2); border-radius: var(--r-pill); }
.ch-form__progress span.is-done { background: var(--primary); }
.ch-form__stepLabel { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }
.ch-form h3 { margin: 0 0 16px; font-size: 21px; color: var(--ink); }
.ch-form fieldset { border: 0; margin: 0 0 16px; }
.ch-form legend, .ch-form label.ch-form__label { display: block; font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.ch-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ch-chip { border: 1px solid var(--hairline-strong); background: var(--canvas); color: var(--ink); border-radius: var(--r-pill); padding: 10px 18px; font-size: 15px; font-weight: 600; cursor: pointer; font-family: var(--font); }
.ch-chip[aria-pressed="true"] { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }
.ch-form input[type="text"], .ch-form input[type="email"], .ch-form input[type="tel"], .ch-form textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--hairline-strong); border-radius: var(--r-sm); font-family: var(--font); font-size: 16px; color: var(--ink); background: var(--canvas);
}
.ch-form input:focus, .ch-form textarea:focus, .ch-chip:focus-visible, .ch-btn:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 2px solid var(--brand); outline-offset: 2px;
}
.ch-form textarea { min-height: 92px; resize: vertical; }
.ch-form__hint { font-size: 13.5px; color: var(--text-muted); margin-top: 6px; }
.ch-form__err { color: var(--danger); font-size: 14.5px; font-weight: 600; margin-top: 8px; display: none; }
.ch-form__err.is-on { display: block; }
.ch-form__nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; }
.ch-form__back { background: none; border: 0; color: var(--text-muted); font-weight: 700; font-size: 15px; cursor: pointer; padding: 12px 6px; font-family: var(--font); }
.ch-form__step { display: none; }
.ch-form__step.is-active { display: block; }
.ch-form__success { text-align: center; padding: 26px 8px; }
.ch-form__success strong { display: block; font-size: 24px; color: var(--ink); margin-bottom: 8px; }
.ch-form__ref { display: inline-block; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-pill); font-weight: 800; padding: 8px 18px; margin: 10px 0; color: var(--ink); }
.ch-visually-hidden { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Modal + exit popup ---------- */
.ch-modal { position: fixed; inset: 0; z-index: 250; display: none; align-items: flex-start; justify-content: center; padding: 24px; overflow-y: auto; background: rgba(15, 23, 42, .55); }
.ch-modal.is-open { display: flex; }
.ch-modal__box { background: var(--canvas); border-radius: var(--r-md); max-width: 620px; width: 100%; margin: 2.5vh auto; position: relative; }
@media (max-width: 640px) {
  .ch-modal { padding: 0; }
  .ch-modal__box { margin: 0; min-height: 100%; border-radius: 0; }
  .ch-modal__head { padding: 18px 18px 0 !important; }
  .ch-modal__head h2 { font-size: 20px; }
  .ch-modal__head p { display: none; }
  .ch-modal .ch-form { padding: 12px 18px 20px; }
  .ch-form h3 { font-size: 17px; margin-bottom: 10px; }
  .ch-form fieldset { margin-bottom: 11px; }
  .ch-form legend, .ch-form label.ch-form__label { font-size: 14px; margin-bottom: 5px; }
  .ch-form input[type="text"], .ch-form input[type="email"], .ch-form input[type="tel"] { padding: 11px 12px; }
  .ch-form textarea { min-height: 64px; }
  .ch-form__nav { margin-top: 12px; }
  .ch-exitBanner { padding: 16px 18px; border-radius: 0; }
  .ch-exitBanner h2 { font-size: 19px; }
}
.ch-modal__close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border-radius: var(--r-pill); border: 1px solid var(--hairline-strong); background: var(--canvas); font-size: 19px; cursor: pointer; color: var(--ink); z-index: 2; }
.ch-modal__head { padding: 26px 28px 0; }
.ch-modal__head h2 { font-size: 24px; margin: 0 0 4px; }
.ch-modal__head p { color: var(--text-light); font-size: 15.5px; margin: 0; }
.ch-modal .ch-form { border: 0; padding: 20px 28px 28px; }
.ch-exitBanner { background: var(--brand-deep); color: var(--on-dark); border-radius: var(--r-md) var(--r-md) 0 0; padding: 22px 28px; }
.ch-exitBanner .ch-kicker { color: var(--primary); margin-bottom: 6px; }
.ch-exitBanner h2 { color: var(--on-dark); font-size: 23px; margin: 0 0 6px; }
.ch-exitBanner p { color: var(--on-dark-dim); font-size: 15px; margin: 0; }
.ch-exitBanner .ch-countdown { font-variant-numeric: tabular-nums; font-weight: 800; color: var(--primary); }

/* ---------- Mobile call bar ---------- */
.ch-callbar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 140; background: var(--canvas); border-top: 1px solid var(--hairline); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 10px; }
.ch-callbar .ch-btn { flex: 1; padding: 14px 10px; font-size: 15.5px; }

/* ---------- Footer ---------- */
.ch-footer { background: var(--brand-deep); color: var(--on-dark-dim); padding: var(--section) 0 28px; font-size: 15px; }
.ch-footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 34px; }
.ch-footer h3 { color: var(--on-dark); font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px; }
.ch-footer ul { list-style: none; margin: 0; padding: 0; }
.ch-footer li { margin-bottom: 8px; }
.ch-footer a { color: var(--on-dark-dim); text-decoration: none; }
.ch-footer a:hover { color: var(--on-dark); text-decoration: underline; }
.ch-footer__legal { border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; font-size: 13.5px; color: var(--on-dark-dim); }
.ch-footer__legal a { text-decoration: underline; }

/* ---------- Breadcrumbs ---------- */
.ch-crumbs { font-size: 14px; color: var(--text-muted); padding: 14px 24px 0; }
.ch-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.ch-crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--hairline-strong); }
.ch-crumbs a { color: var(--text-muted); text-decoration: none; }
.ch-crumbs a:hover { color: var(--brand); text-decoration: underline; }

/* ---------- Page head block ---------- */
.ch-pageHead { padding: 26px 24px 0; }
.ch-pageHead h1 { margin: 6px 0 10px; }

/* ---------- Responsive ---------- */
@media (max-width: 1280px) {
  .ch-header__phone { display: none; }
}
@media (max-width: 1150px) {
  .ch-nav { display: none; }
  .ch-menuBtn { display: inline-block; }
}
@media (max-width: 1024px) {
  .ch-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .ch-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .ch-proofGrid { grid-template-columns: repeat(3, 1fr); }
  .ch-stats { grid-template-columns: repeat(2, 1fr); }
  .ch-stats > div:nth-child(3) { border-left: 0; }
  .ch-stats > div:nth-child(n+3) { border-top: 1px solid var(--hairline); }
}
@media (max-width: 768px) {
  :root { --section: 26px; }
  .ch-hero__grid { grid-template-columns: 1fr; gap: 18px; padding: 20px 24px 24px; }
  .ch-hero__photo img { max-height: 300px; }
  .ch-figRow, .ch-grid--2 { grid-template-columns: 1fr; }
  .ch-trustline { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 10px; margin-top: 12px; }
  .ch-trustline li { font-size: 12.5px; }
  .ch-proofGrid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .ch-closer .ch-ticks { columns: 1; }
  .ch-callbar { display: flex; }
  body { padding-bottom: 72px; }
  .ch-header .ch-btn, .ch-header__phone { display: none; }
  .ch-header__in { min-height: 58px; }
  /* only the first primary goes full width; secondaries stay compact pills */
  .ch-ctaRow { margin: 18px 0 4px; gap: 10px; }
  .ch-ctaRow .ch-btn--primary:first-child { width: 100%; }
  .ch-ctaBox { padding: 26px 18px; }
  .ch-ctaBox .ch-btn { width: 100%; }
  .ch-footer__grid { grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 22px; }
  .ch-faq summary { padding: 15px 0; font-size: 16px; }
  .ch-faq .ch-faq__a { padding: 0 0 15px; }
  main p { margin: 0 0 14px; }
  main h3 { margin: 20px 0 8px; }
  .ch-figure { margin: 14px 0; }
  .ch-figure img { max-height: 320px; }
  .ch-stats strong { font-size: 24px; }
  .ch-stats small { font-size: 12.5px; }
  .ch-pageHead { padding: 16px 24px 0; }
  /* stacked tables: rows become cards, headers become data-labels (set by JS) */
  table.ch-table, .ch-table thead, .ch-table tbody, .ch-table tr, .ch-table td, .ch-table th { display: block; }
  .ch-table thead { position: absolute; left: -9999px; }
  .ch-table tr { border: 1px solid var(--hairline); border-radius: var(--r-sm); margin-bottom: 10px; padding: 4px 12px; }
  .ch-table tr:first-child { display: none; }
  .ch-table td { border-top: 0; padding: 7px 0; }
  .ch-table td + td { border-top: 1px solid var(--hairline); }
  .ch-table td::before { content: attr(data-label); display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1px; }
  .ch-table td:first-child::before { color: var(--brand); }
}
@media (max-width: 640px) {
  .ch-grid--3, .ch-grid--4 { grid-template-columns: 1fr; }
  .ch-grid { gap: 14px; }
  .ch-card__body { padding: 16px; }
  .ch-card__img { aspect-ratio: 16 / 10; }
}
@media (max-width: 480px) {
  .ch-footer__grid { grid-template-columns: 1fr; }
  .ch-chips { gap: 6px; }
  .ch-chip { padding: 8px 13px; font-size: 14px; }
  .ch-stats { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
