/* 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; }
.ch-drawer__acc { display: flex; align-items: center; justify-content: space-between; width: 100%; background: none; border: 0; border-bottom: 1px solid var(--hairline); padding: 11px 0; font-family: var(--font); font-size: 17px; font-weight: 600; color: var(--ink); cursor: pointer; text-align: left; }
.ch-drawer__chev { font-size: 13px; color: var(--text-muted); transition: transform .18s ease; }
.ch-drawer__group.is-open .ch-drawer__chev { transform: rotate(180deg); }
.ch-drawer__sub { display: none; padding: 2px 0 6px 14px; border-bottom: 1px solid var(--hairline); }
.ch-drawer__group.is-open .ch-drawer__sub { display: block; }
.ch-drawer__sub a { font-size: 15.5px; font-weight: 500; padding: 9px 0; border-bottom: 0; color: var(--text); }
.ch-drawer__sub a:first-child { font-weight: 700; color: var(--ink); }

/* ---------- 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 (compact: every step fits one screen) ---------- */
.ch-form { background: var(--canvas); border: 1px solid var(--hairline); border-radius: var(--r-md); padding: 18px 22px 20px; }
.ch-band--dark .ch-form { border: 0; }
.ch-form__progressRow { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; }
.ch-form__progress { display: flex; gap: 5px; flex: 1; }
.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: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; }
.ch-form h3 { margin: 0 0 10px; font-size: 16.5px; color: var(--ink); }
.ch-form fieldset { border: 0; margin: 0 0 11px; }
.ch-form legend, .ch-form label.ch-form__label { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.ch-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.ch-chip { border: 1px solid var(--hairline-strong); background: var(--canvas); color: var(--ink); border-radius: var(--r-pill); padding: 7px 13px; font-size: 13.5px; font-weight: 600; cursor: pointer; font-family: var(--font); line-height: 1.25; }
.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: 10px 12px; 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: 56px; resize: vertical; }
.ch-form__hint { font-size: 12px; color: var(--text-muted); margin-top: 5px; line-height: 1.5; }
.ch-form__meta { margin-top: 10px; text-align: center; }
.ch-form__meta .ch-form__hint { margin-top: 3px; }
.ch-form__err { color: var(--danger); font-size: 12.5px; font-weight: 600; margin-top: 5px; display: none; }
.ch-form__err.is-on { display: block; }
.ch-form__nav { display: flex; gap: 9px; margin-top: 14px; position: sticky; bottom: 0; background: var(--canvas); padding: 8px 0 2px; }
.ch-form__nav .ch-form__next { flex: 1; min-height: 48px; }
.ch-form__back { flex: 0 0 auto; min-width: 80px; background: var(--canvas); border: 1px solid var(--hairline-strong); border-radius: var(--r-pill); color: var(--ink); font-weight: 700; font-size: 14px; cursor: pointer; padding: 10px 16px; font-family: var(--font); }
.ch-form__back:hover { border-color: var(--brand); }
.ch-form__step { display: none; }
.ch-form__step.is-active { display: block; }
.ch-form__success { text-align: center; padding: 10px 4px 6px; }
.ch-form__success strong { display: block; font-size: 21px; color: var(--ink); margin-bottom: 6px; }
.ch-form__success p { font-size: 13.5px; color: var(--text); max-width: 340px; margin: 0 auto 10px; }
.ch-form__tick { width: 54px; height: 54px; border-radius: var(--r-pill); background: #dcfce7; color: #16a34a; font-size: 26px; display: flex; align-items: center; justify-content: center; margin: 2px auto 12px; }
.ch-form__ref { display: inline-block; background: var(--surface); border: 1px dashed var(--hairline-strong); border-radius: var(--r-sm); font-size: 13px; color: var(--text-muted); padding: 7px 14px; margin: 2px 0 14px; }
.ch-form__ref b { color: var(--brand); letter-spacing: .03em; }
.ch-form__successActions { display: flex; flex-direction: column; gap: 8px; }
.ch-form__successActions .ch-btn { width: 100%; text-align: center; white-space: normal; line-height: 1.35; }
.ch-form__successClose { display: inline-block; margin-top: 10px; text-decoration: underline; }
/* fine print appears on the final step only (A1 pattern) */
.ch-form__meta { display: none; }
.ch-form--laststep .ch-form__meta { display: block; }
.ch-visually-hidden { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Modal + exit popup (A1 presentation: floating card, both breakpoints) ---------- */
.ch-modal { position: fixed; inset: 0; z-index: 250; display: none; align-items: flex-start; justify-content: center; padding: 24px 20px; overflow-y: auto; background: rgba(11, 42, 84, .72); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.ch-modal.is-open { display: flex; }
.ch-modal__box { background: var(--canvas); border-radius: var(--r-md); max-width: 560px; width: 100%; margin: auto; position: relative; box-shadow: 0 18px 50px rgba(0, 0, 0, .35); }
@media (max-width: 640px) {
  .ch-modal { padding: 26px 14px; }
  /* the card may NEVER fill the phone screen: hard cap + the form scrolls inside
     it (head/banner fixed, sticky Next always in view) so page air stays visible */
  .ch-modal__box { display: flex; flex-direction: column; max-height: calc(100vh - 76px); max-height: calc(100dvh - 76px); }
  .ch-modal__box > .ch-modal__head, .ch-modal__box > .ch-exitBanner { flex: 0 0 auto; }
  .ch-modal__box > .ch-form { flex: 1 1 auto; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .ch-modal__head { padding: 12px 14px 0; }
  .ch-modal__head h2 { font-size: 17px; }
  .ch-modal__head p { font-size: 12.5px; }
  .ch-qhead__eyebrow { margin-bottom: 6px; padding: 3px 9px; font-size: 10.5px; }
  .ch-qhead__trust { font-size: 10.5px; margin-top: 7px; padding-top: 7px; }
  .ch-modal .ch-form { padding: 6px 14px 10px; }
  .ch-modal .ch-form__progressRow { margin-bottom: 6px; }
  .ch-form h3 { font-size: 15px; margin-bottom: 5px; }
  .ch-form fieldset { margin-bottom: 7px; }
  .ch-form legend, .ch-form label.ch-form__label { font-size: 12.5px; margin-bottom: 2px; }
  .ch-chips { gap: 4px; }
  .ch-chip { padding: 4px 9px; font-size: 12px; }
  .ch-modal .ch-form input[type="text"], .ch-modal .ch-form input[type="email"], .ch-modal .ch-form input[type="tel"] { padding: 8px 10px; }
  .ch-modal .ch-form textarea { min-height: 38px; }
  /* smallest screens: keep only the disclosure line in the modal fine print */
  .ch-modal .ch-form__meta .ch-form__hint:not(:last-child) { display: none; }
  .ch-form__nav { margin-top: 8px; padding: 5px 0 2px; }
  .ch-form__meta { margin-top: 5px; }
  .ch-form__meta .ch-form__hint { font-size: 11px; margin-top: 2px; }
  .ch-modal__close { top: -8px; right: 2px; width: 34px; height: 34px; font-size: 16px; }
  .ch-exitBanner { padding: 9px 40px 8px 16px; }
  .ch-exitBadge { margin-bottom: 4px; }
  .ch-exitBanner h2 { font-size: 15px; }
  .ch-exitBanner p { font-size: 12px; line-height: 1.45; }
  .ch-exitDecline { padding: 0 0 6px; }
  .ch-exitDecline .ch-form__back { padding: 4px 8px; }
  /* "Who is it for?" heading already says it: hide the duplicate legend visually */
  .ch-modal .ch-form fieldset[data-name="buyer_type"] legend { position: absolute; left: -9999px; }
  .ch-exitDecline { padding: 0 0 9px; }
}
.ch-modal__close { position: absolute; top: -14px; right: -6px; width: 38px; height: 38px; border-radius: var(--r-pill); border: none; background: var(--canvas); font-size: 18px; line-height: 1; cursor: pointer; color: var(--ink); z-index: 2; box-shadow: 0 6px 18px rgba(0, 0, 0, .3); display: flex; align-items: center; justify-content: center; }
.ch-modal__close:hover { background: var(--primary); }
.ch-modal__head { padding: 18px 22px 0; }
.ch-modal__head h2 { font-size: 19px; margin: 0 0 3px; }
.ch-modal__head p { color: var(--text-light); font-size: 13px; margin: 0; }
.ch-qhead__eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--amber-ink); background: rgba(245, 158, 11, .12); border: 1px solid var(--hairline); padding: 4px 10px; border-radius: var(--r-pill); margin-bottom: 8px; }
.ch-qhead__trust { font-size: 11.5px; color: var(--text-muted); font-weight: 600; margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--hairline); line-height: 1.55; }
.ch-qhead__dot { margin: 0 5px; opacity: .5; }
.ch-modal .ch-form { border: 0; padding: 12px 22px 16px; }
.ch-exitBanner { background: var(--brand-deep); color: var(--on-dark); border-radius: var(--r-md) var(--r-md) 0 0; padding: 14px 44px 12px 22px; }
.ch-exitBadge { display: inline-block; background: var(--primary); color: var(--brand-deep); font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: var(--r-pill); margin-bottom: 7px; }
.ch-exitBanner h2 { color: var(--on-dark); font-size: 17.5px; line-height: 1.3; margin: 0 0 4px; }
.ch-exitBanner p { color: var(--on-dark-dim); font-size: 12.5px; line-height: 1.5; margin: 0; }
.ch-exitTimer { display: inline-flex; align-items: center; background: rgba(0, 0, 0, .25); border-radius: var(--r-pill); padding: 1px 9px; white-space: nowrap; }
.ch-exitBanner .ch-countdown { font-variant-numeric: tabular-nums; font-weight: 800; color: var(--primary); }
.ch-exitDecline { text-align: center; padding: 0 0 12px; margin: 0; }
.ch-exitDecline .ch-form__back { font-size: 12.5px; text-decoration: underline; border: 0; background: none; min-width: 0; color: var(--text-muted); }

/* ---------- 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(5, 1fr); gap: 28px; margin-bottom: 34px; }
@media (max-width: 1080px) { .ch-footer__grid { grid-template-columns: repeat(3, 1fr); } }
.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; }
/* breadcrumbs live on ONE line: earlier crumbs keep their size, the current-page
   crumb truncates with an ellipsis instead of wrapping */
.ch-crumbs ol { list-style: none; display: flex; flex-wrap: nowrap; gap: 6px; margin: 0; padding: 0; overflow: hidden; }
.ch-crumbs li { white-space: nowrap; flex: 0 0 auto; }
.ch-crumbs li[aria-current] { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.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; }
  /* one-line auto-scrolling ticker: JS wraps the trustline in .ch-tickerView with a cloned copy */
  .ch-tickerView { display: flex; overflow: hidden; max-width: 100%; margin-top: 12px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent); }
  .ch-tickerView .ch-trustline { display: flex; flex-wrap: nowrap; gap: 0; margin: 0; width: max-content; animation: ch-ticker 22s linear infinite; }
  .ch-tickerView .ch-trustline li { flex: 0 0 auto; white-space: nowrap; padding-right: 24px; font-size: 12.5px; }
  @keyframes ch-ticker { from { transform: translateX(0); } to { transform: translateX(-100%); } }
  @media (prefers-reduced-motion: reduce) {
    .ch-tickerView { overflow-x: auto; }
    .ch-tickerView .ch-trustline { animation: none; }
  }
  .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; }
}
