/* ==========================================================================
   Auto Pro Locksmiths — design system
   Archivo (headings) + IBM Plex Sans (body). Gold on charcoal.
   ========================================================================== */

/* --------------------------------------------------------------- tokens */
:root {
  --gold:        #C9942F;
  --gold-bright: #E0B355;
  --gold-soft:   #F6EAD2;
  --charcoal:    #23262B;
  --charcoal-2:  #15171A;

  --ink:         #14161A;
  --body:        #4C525B;
  --muted:       #767D87;
  --line:        #E1E4E9;
  --surface:     #F4F5F7;
  --white:       #FFFFFF;
  --urgent:      #B3271E;

  --font-head: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;

  --t-xs:   0.8125rem;
  --t-sm:   0.9375rem;
  --t-base: 1.0625rem;
  --t-lg:   1.1875rem;
  --t-xl:   1.4375rem;
  --t-2xl:  1.875rem;
  --t-3xl:  2.375rem;
  --t-4xl:  3.125rem;

  --s1: .5rem;  --s2: 1rem;  --s3: 1.5rem;  --s4: 2rem;
  --s5: 3rem;   --s6: 4rem;  --s7: 5.5rem;  --s8: 7rem;

  --radius: 6px;
  --container: 1180px;
  --shadow: 0 1px 2px rgba(20,22,26,.06), 0 8px 24px -12px rgba(20,22,26,.18);
}

/* ---------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--t-base);
  line-height: 1.65;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 var(--s2);
  text-wrap: balance;
}
h1 { font-size: clamp(2rem, 5vw, var(--t-4xl)); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, var(--t-3xl)); font-weight: 700; }
h3 { font-size: var(--t-xl); font-weight: 700; }
h4 { font-size: var(--t-lg); font-weight: 600; }
p  { margin: 0 0 var(--s2); max-width: 68ch; }
a  { color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--charcoal); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 2px; }
ul, ol { margin: 0 0 var(--s2); padding-left: 1.25em; }
li { margin-bottom: .4em; max-width: 68ch; }

/* Never justify. Hyphenation off. Both are readability problems. */
p, li, td { text-align: left; hyphens: none; }

/* ------------------------------------------------------------- utilities */
.wrap { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--s3); }
.section { padding-block: var(--s7); }
@media (max-width: 700px) {
  .section { padding-block: var(--s5); }
  .section--tight { padding-block: var(--s4); }
  .hero { padding-block: var(--s5); }
  .cta { padding: var(--s4) var(--s3); }
}
.section--tight { padding-block: var(--s5); }
.section--surface { background: var(--surface); }
.section--dark { background: var(--charcoal); color: #C7CCD3; }
.section--dark h2, .section--dark h3 { color: var(--white); }
.lede { font-size: var(--t-lg); color: var(--ink); max-width: 60ch; }
.eyebrow {
  font-family: var(--font-head); font-size: var(--t-sm); font-weight: 600;
  color: var(--gold); margin: 0 0 var(--s1);
}
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

.bitting {
  height: 3px; border: 0; margin: 0; padding: 0;
  background: var(--gold);
}

/* --------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-head); font-size: var(--t-base); font-weight: 700;
  padding: .8em 1.4em; border-radius: var(--radius); border: 2px solid transparent;
  text-decoration: none; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s;
}
.btn--call { background: var(--gold); color: var(--charcoal-2); font-size: var(--t-lg); }
.btn--call:hover { background: var(--gold-bright); color: var(--charcoal-2); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--charcoal); color: var(--charcoal); }
.btn--dark { background: var(--charcoal); color: var(--white); }
.btn--dark:hover { background: var(--charcoal-2); color: var(--white); }
.btn--urgent { background: var(--urgent); color: var(--white); }
.btn--urgent:hover { background: #931f18; color: var(--white); }
.btn--block { width: 100%; }

/* ---------------------------------------------------------------- header */
.topbar { background: var(--charcoal-2); color: #AEB4BC; font-size: var(--t-sm); }
.topbar__in { display: flex; justify-content: space-between; align-items: center; gap: var(--s3); padding-block: .5rem; }
.topbar a { color: var(--gold-bright); text-decoration: none; font-weight: 600; }
.topbar__meta { display: flex; gap: var(--s3); }
@media (max-width: 720px) {
  .topbar__meta span { display: none; }
  .topbar__in > span:first-child { display: none; }
  .topbar__in { justify-content: flex-end; }
}

.header { position: sticky; top: 0; z-index: 50; background: var(--charcoal); border-bottom: 1px solid rgba(255,255,255,.08); }
.header__in { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); padding-block: var(--s2); }

.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand img { width: 32px; height: 47px; flex: none; }
.brand__name {
  font-family: var(--font-head); font-weight: 800; font-size: 1.3rem;
  line-height: 1; letter-spacing: -.01em; text-transform: uppercase;
}
.brand__auto { color: var(--gold-bright); }
.brand__locks { color: var(--white); display: block; }
.brand__tag { font-size: .58rem; letter-spacing: .12em; color: #8D949D; text-transform: uppercase; margin-top: .25rem; }
@media (max-width: 560px) { .brand__tag { display: none; } .brand__name { font-size: 1.1rem; } }

.nav { display: flex; align-items: center; gap: var(--s3); }
.nav a { color: #DDE1E6; text-decoration: none; font-size: var(--t-sm); font-weight: 500; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--gold-bright); }
.nav__group { position: relative; }
.nav__toggle {
  background: none; border: 0; color: #DDE1E6; font: inherit; font-size: var(--t-sm);
  font-weight: 500; cursor: pointer; display: flex; align-items: center; gap: .3em; padding: 0;
}
.nav__toggle:hover { color: var(--gold-bright); }
.nav__panel {
  position: absolute; top: calc(100% + .9rem); left: 50%; transform: translateX(-50%);
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: var(--s3); width: min(92vw, 640px);
  display: none; grid-template-columns: repeat(3, 1fr); gap: var(--s1) var(--s3);
}
.nav__panel[data-open="true"] { display: grid; }
.nav__panel a { color: var(--body); font-size: var(--t-sm); }
.nav__panel a:hover { color: var(--gold); }
.nav__panel h4 { grid-column: 1 / -1; font-size: var(--t-xs); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 0; }

.burger { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.burger span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; }

@media (max-width: 960px) {
  .burger { display: block; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(85vw, 340px);
    background: var(--charcoal); flex-direction: column; align-items: stretch;
    padding: var(--s6) var(--s3) var(--s3); gap: var(--s2);
    transform: translateX(100%); transition: transform .2s ease; overflow-y: auto;
  }
  .nav[data-open="true"] { transform: translateX(0); }
  .nav a, .nav__toggle { font-size: var(--t-lg); padding-block: .4rem; }
  .nav__panel { position: static; transform: none; width: auto; grid-template-columns: 1fr 1fr; background: transparent; border: 0; box-shadow: none; padding: 0 0 var(--s2) var(--s2); }
  .nav__panel a { color: #AEB4BC; }
}

/* Sticky mobile call bar. The site's single most important control. */
.callbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: none;
  background: var(--charcoal-2); padding: .6rem var(--s2) calc(.6rem + env(safe-area-inset-bottom));
  gap: .6rem; border-top: 2px solid var(--gold);
}
.callbar .btn { flex: 1; padding-block: .7em; }
@media (max-width: 860px) { .callbar { display: flex; } body { padding-bottom: 76px; } }

/* ------------------------------------------------------------------ hero */
.hero { background: var(--charcoal); color: #C7CCD3; padding-block: var(--s7); position: relative; overflow: hidden; }

.hero--home {
  background-image:
    linear-gradient(90deg,
      rgba(20,22,26,.95) 0%,
      rgba(20,22,26,.88) 38%,
      rgba(20,22,26,.40) 62%,
      rgba(20,22,26,.20) 100%),
    linear-gradient(180deg,
      rgba(35,38,43,0) 70%,
      rgba(35,38,43,1) 100%),
    url('/img/home-hero.webp');
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 560px;
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .hero--home {
    min-height: auto;
    background-position: 72% bottom;
    background-image:
      linear-gradient(180deg,
        rgba(20,22,26,.93) 0%,
        rgba(20,22,26,.82) 50%,
        rgba(20,22,26,.90) 100%),
      url('/img/home-hero.webp');
  }
}

.hero__grid { max-width: 760px; }
.hero h1 { color: var(--white); }
.hero p { color: #B7BDC5; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s3); }
.hero__phone {
  font-family: var(--font-head); font-weight: 800; font-size: clamp(1.8rem, 4.4vw, 2.75rem);
  color: var(--gold-bright); text-decoration: none; letter-spacing: -.02em; display: inline-block;
}
.hero__phone:hover { color: var(--white); }
.hero__phonelabel { font-size: var(--t-sm); color: #8D949D; margin-bottom: .15rem; }
.hero__media img { border-radius: var(--radius); }
/* Brand chips — a flowing list, so an odd count never leaves an orphan row. */
.chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: var(--s3); padding: 0; list-style: none; }
.chips li { margin: 0; }
.chips a {
  display: block; padding: .6em 1.1em; border: 1px solid var(--line); border-radius: 999px;
  background: var(--white); color: var(--ink); text-decoration: none;
  font-family: var(--font-head); font-weight: 600; font-size: var(--t-sm);
  transition: border-color .15s, color .15s;
}
.chips a:hover { border-color: var(--gold); color: var(--gold); }

.makes { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: .5rem; margin-top: var(--s3); }
.makes__tile {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 60px; padding: .75rem .5rem;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
  font-family: var(--font-head); font-weight: 600; font-size: var(--t-sm);
  color: var(--ink); text-decoration: none;
  transition: border-color .15s, color .15s;
}
.makes__tile:hover { border-color: var(--gold); color: var(--gold); }
.makes__note { font-size: var(--t-sm); color: var(--muted); margin-top: var(--s3); }

/* ------------------------------------------------------------------ trust */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s3); }
.trust__item { padding-top: var(--s2); border-top: 3px solid var(--gold); }
.trust__label { font-family: var(--font-head); font-weight: 700; color: var(--ink); display: block; }
.section--dark .trust__label { color: var(--white); }
.trust__detail { font-size: var(--t-sm); color: var(--muted); }
@media (max-width: 800px) { .trust { grid-template-columns: 1fr 1fr; gap: var(--s2) var(--s3); } }
.trust-band { padding-block: var(--s4); }
.section--dark .trust__label { color: var(--white); }
.section--dark .trust__detail { color: #B7BDC5; }

/* ------------------------------------------------------------------ cards */
.grid { display: grid; gap: var(--s3); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card { border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s3); background: var(--white); }
.card h3 { font-size: var(--t-lg); margin-bottom: .5rem; }
.card p { font-size: var(--t-sm); margin-bottom: 0; }
.card--link { text-decoration: none; display: block; transition: border-color .15s; }
.card--link:hover { border-color: var(--gold); }
.card--link h3 { color: var(--ink); }

.tile { border-top: 3px solid var(--gold); padding-top: var(--s2); }
.tile h3 { font-size: var(--t-lg); }
.tile p { font-size: var(--t-sm); margin-bottom: 0; }

.scard { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; background: var(--white); }
.scard img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.scard__body { padding: var(--s3); display: flex; flex-direction: column; flex: 1; }
.scard__body h3 { font-size: var(--t-lg); margin-bottom: .35rem; }
.scard__body > p { font-size: var(--t-sm); color: var(--muted); margin-bottom: var(--s2); }
.scard ul { list-style: none; padding: 0; margin: 0 0 var(--s2); border-top: 1px solid var(--line); padding-top: var(--s2); }
.scard li { margin-bottom: .45rem; }
.scard li a { font-size: var(--t-sm); color: var(--ink); text-decoration: none; }
.scard li a:hover { color: var(--gold); }
.scard__all { margin-top: auto; font-size: var(--t-sm); font-weight: 600; color: var(--gold); text-decoration: none; }
.scard__all:hover { color: var(--charcoal); }
.scard--urgent { background: var(--charcoal); border-color: var(--charcoal); }
.scard--urgent h3 { color: var(--white); }
.scard--urgent > .scard__body > p { color: #B7BDC5; }
.scard__phone { font-family: var(--font-head); font-weight: 800; font-size: 1.6rem; color: var(--gold-bright); text-decoration: none; display: block; margin-top: auto; padding-top: var(--s2); border-top: 1px solid rgba(255,255,255,.15); letter-spacing: -.01em; }
.scard__phone:hover { color: var(--white); }
.scard__note { font-size: var(--t-xs); color: #8D949D; margin: .3rem 0 0; }

/* ------------------------------------------------------------------ steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s4); }
.steps__item { position: relative; }
.steps__item:not(:last-child)::after {
  content: ''; position: absolute; top: 28px; left: 68px; right: calc(var(--s4) * -1);
  height: 1px; background: var(--gold); opacity: .45;
}
.steps__icon {
  width: 56px; height: 56px; border: 1.5px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); background: var(--charcoal); position: relative; z-index: 1;
}
.section--dark .steps__icon { background: var(--charcoal); }
.steps__num {
  display: block; font-family: var(--font-head); font-size: var(--t-xs); font-weight: 700;
  letter-spacing: .1em; color: var(--gold); margin: var(--s2) 0 .35rem;
}
.steps__item h3 { font-size: var(--t-lg); margin-bottom: .35rem; }
.steps__item p { font-size: var(--t-sm); margin-bottom: 0; }
.steps__summary { font-size: var(--t-sm); color: var(--muted); margin-top: var(--s4); padding-top: var(--s3); border-top: 1px solid rgba(255,255,255,.1); width: 100%; max-width: none; }
.section--dark .steps__summary { margin-bottom: 0; }

@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr 1fr; gap: var(--s3); }
  .steps__item:not(:last-child)::after { display: none; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
}

/* -------------------------------------------------------------------- faq */
.faq { max-width: 800px; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  font-family: var(--font-head); font-weight: 600; font-size: var(--t-lg); color: var(--ink);
  padding: var(--s2) 2rem var(--s2) 0; cursor: pointer; list-style: none; position: relative;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: ''; position: absolute; right: .35rem; top: 50%; width: 10px; height: 10px;
  border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: translateY(-70%) rotate(45deg); transition: transform .15s;
}
.faq__item[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq__item summary:hover { color: var(--gold); }
.faq__answer { padding-bottom: var(--s2); }
.faq__answer p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------- reviews */
.reviews {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2 * var(--s2)) / 3);
  gap: var(--s2);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: var(--s1);
}
.reviews::-webkit-scrollbar { display: none; }
.review { margin: 0; border-left: 3px solid var(--gold); padding-left: var(--s2); scroll-snap-align: start; align-self: start; }
.review p { font-size: var(--t-sm); margin-bottom: var(--s1); }
.review__by { font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: var(--t-sm); }
.section--dark .review__by { color: var(--white); }
.review__ctx { font-size: var(--t-xs); color: var(--muted); }
.reviews__nav { display: flex; gap: .5rem; margin-top: var(--s2); }
.reviews__btn {
  width: 40px; height: 40px; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--white); color: var(--ink); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.reviews__btn:hover { border-color: var(--gold); color: var(--gold); }
.reviews__btn[disabled] { opacity: .35; cursor: default; }
.reviews__btn[disabled]:hover { border-color: var(--line); color: var(--ink); }
@media (max-width: 900px) { .reviews { grid-auto-columns: 80%; } .reviews__nav { display: none; } }

.reviews__layout { display: grid; grid-template-columns: 220px 1fr; gap: var(--s4); align-items: start; }
.reviews__intro h2 { margin: 0 0 .4rem; }
.reviews__intro p { font-size: var(--t-sm); color: var(--muted); margin: 0; }
.reviews__intro .rating__stars { font-size: var(--t-lg); margin: var(--s2) 0; }
.reviews__source { font-size: var(--t-sm); margin-top: 0; }
@media (max-width: 900px) { .reviews__layout { grid-template-columns: 1fr; gap: var(--s3); } }

.reviews__head { display: flex; justify-content: space-between; align-items: flex-end; gap: var(--s3); flex-wrap: wrap; }
.reviews__head p { margin-bottom: 0; }
.rating { display: flex; align-items: center; gap: .75rem; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-decoration: none; }
.rating:hover { border-color: var(--gold); }
.rating__score { font-family: var(--font-head); font-weight: 800; font-size: var(--t-2xl); color: var(--ink); line-height: 1; }
.rating__stars { display: block; color: var(--gold); font-size: var(--t-sm); letter-spacing: 1px; line-height: 1; }
.rating__count { display: block; font-size: var(--t-xs); color: var(--gold); margin-top: .2rem; }
.review__stars { display: block; color: var(--gold); font-size: var(--t-xs); letter-spacing: 1px; margin-bottom: .4rem; }
.reviews__foot { font-size: var(--t-sm); color: var(--muted); margin-top: var(--s3); padding-top: var(--s3); border-top: 1px solid var(--line); }

/* ------------------------------------------------------------------- form */
.form { display: grid; gap: var(--s2); }
.form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: var(--s2);
  row-gap: .3rem;
}
.form__row > .field {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / span 3;
  min-width: 0;
}
@media (max-width: 620px) {
  .form__row { grid-template-columns: 1fr; grid-template-rows: none; }
  .form__row > .field { display: flex; flex-direction: column; gap: .3rem; grid-row: auto; }
}
.field { min-width: 0; }
.form > .field { display: flex; flex-direction: column; gap: .3rem; }
.field label {
  display: block; font-size: var(--t-sm); font-weight: 600; color: var(--ink);
  margin: 0; line-height: 1.3; min-height: 1.3em;
}
.field .req { color: var(--urgent); }
.field input, .field select, .field textarea {
  display: block; width: 100%; min-width: 0;
  height: 2.75rem; box-sizing: border-box;
  font: inherit; font-size: var(--t-base); line-height: 1.3; color: var(--ink);
  padding: 0 .8em; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--white);
}
.field select {
  appearance: none;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%234C525B' d='M1.1 1.2 6 6.1l4.9-4.9 1.1 1.1L6 8.3 0 1.3z'/></svg>");
  background-repeat: no-repeat;
  background-position: right .8rem center;
  background-size: 12px;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: 2px solid var(--gold-soft); }
.field textarea { height: auto; min-height: 120px; padding: .65em .8em; resize: vertical; }
.field__hint { font-size: var(--t-xs); color: var(--muted); margin: .15rem 0 0; max-width: none; line-height: 1.4; }
.form > .btn { width: 100%; }
.form__vehicle[hidden] { display: none; }
.form__status { display: none; font-size: var(--t-sm); padding: var(--s2); border-radius: var(--radius); margin: 0; max-width: none; }
.form__status[data-state] { display: block; }
.form__status[data-state="error"] { background: #FCEEED; color: #8C1D16; }
.form__status[data-state="sending"] { background: var(--surface); color: var(--body); }

.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); margin-top: var(--s4); }
.benefit { border-top: 2px solid var(--gold); padding-top: var(--s2); }
.benefit__icon { color: var(--gold); display: block; margin-bottom: .5rem; }
.benefit h3 { font-size: var(--t-base); margin-bottom: .35rem; }
.benefit p { font-size: var(--t-sm); color: var(--muted); margin-bottom: 0; }
@media (max-width: 620px) { .benefits { grid-template-columns: 1fr; } }

.pullout { margin: var(--s4) 0 0; padding: var(--s3); background: var(--surface); border-left: 3px solid var(--gold); }
.pullout strong { display: block; font-family: var(--font-head); font-size: var(--t-base); color: var(--ink); margin-bottom: .35rem; }
.pullout p { font-size: var(--t-sm); color: var(--body); margin-bottom: 0; }

.form__hp { display: none; }
.form__foot { font-size: var(--t-sm); text-align: center; margin: var(--s2) 0 0; }
.form__fine { font-size: var(--t-xs); color: var(--muted); text-align: center; margin: .35rem 0 0; }

/* -------------------------------------------------------------- cta band */
.cta { background-color: var(--charcoal); color: #C7CCD3; border-radius: var(--radius); padding: var(--s5); }
.cta h2 { color: var(--white); }
.cta__actions { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s3); }

.cta--image {
  background-image:
    linear-gradient(90deg,
      rgba(21,23,26,.95) 0%,
      rgba(21,23,26,.88) 34%,
      rgba(21,23,26,.45) 58%,
      rgba(21,23,26,.15) 100%),
    url('/img/cta-van.webp');
  background-size: 100% 100%, cover;
  background-position: 0 0, center right;
  background-repeat: no-repeat;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 900px) {
  .cta--image {
    background-position: 0 0, 62% center;
    background-image:
      linear-gradient(180deg,
        rgba(21,23,26,.93) 0%,
        rgba(21,23,26,.85) 55%,
        rgba(21,23,26,.93) 100%),
      url('/img/cta-van.webp');
  }
}

/* ------------------------------------------------------------ breadcrumbs */
.crumbs { font-size: var(--t-sm); color: var(--muted); padding-block: var(--s2); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; }
.crumbs li + li::before { content: '/'; margin-right: .5rem; color: var(--line); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--gold); }

/* ----------------------------------------------------------------- footer */
.footer { background: var(--charcoal-2); color: #979EA7; padding-block: var(--s6) var(--s3); font-size: var(--t-sm); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: var(--s4); }
.footer h4 { color: var(--white); font-size: var(--t-sm); text-transform: uppercase; letter-spacing: .08em; margin-bottom: var(--s2); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: .5rem; }
.footer a { color: #979EA7; text-decoration: none; }
.footer a:hover { color: var(--gold-bright); }
.footer__legal { margin-top: var(--s5); padding-top: var(--s3); border-top: 1px solid rgba(255,255,255,.09); display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s2); font-size: var(--t-xs); }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ two-column */
.split { display: grid; grid-template-columns: 1.25fr .75fr; gap: var(--s6); align-items: start; }
.split > .aside { align-self: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: var(--s4); } }
.aside { position: sticky; top: 100px; border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s3); }
.aside h3 { margin: 0 0 .35rem; }
.aside > p { max-width: none; margin: 0 0 var(--s3); }
@media (max-width: 900px) { .aside { position: static; } }
