/* ==========================================================================
   JSR Construction & Remodeling
   Design system: Ink Pine / Burnt Clay / Antique Brass on Warm Bone
   All color pairs verified >= 4.5:1 contrast.
   ========================================================================== */

/* --- 1. Tokens ----------------------------------------------------------- */
:root {
  /* Ground */
  --ink:        #0E1512;  /* near-black pine  */
  --pine:       #16241E;  /* deep evergreen   */
  --pine-2:     #1E3229;  /* raised surface   */
  --pine-3:     #2A4136;  /* border on dark   */

  /* Paper */
  --bone:       #F6F2EA;
  --bone-2:     #EDE7DA;
  --bone-3:     #DED5C3;

  /* Type */
  --text-dark:  #1F2A25;  /* 11.6:1 on bone   */
  --text-muted: #55605A;  /*  5.9:1 on bone   */
  --text-light: #F6F2EA;  /* on pine          */
  --text-light-muted: #B9C4BC;

  /* Accents */
  --clay:       #7B2E22;  /* burnt oxblood — primary CTA, 8.3:1 on bone */
  --clay-hover: #62241B;
  --brass:      #B98B48;  /* 6.1:1 on ink — dark bg only */
  --brass-deep: #8A6220;  /* 4.9:1 on bone — light bg text */
  --brass-line: rgba(185,139,72,.34);

  /* Scale */
  --step--1: clamp(.82rem, .78rem + .18vw, .92rem);
  --step-0:  clamp(1rem, .96rem + .22vw, 1.12rem);
  --step-1:  clamp(1.22rem, 1.12rem + .5vw, 1.5rem);
  --step-2:  clamp(1.5rem, 1.32rem + .9vw, 2.1rem);
  --step-3:  clamp(1.9rem, 1.55rem + 1.7vw, 3rem);
  --step-4:  clamp(2.4rem, 1.7rem + 3.2vw, 4.4rem);

  --gutter:  clamp(1.25rem, 4vw, 3rem);
  --wrap:    76rem;
  --wrap-tight: 46rem;

  --r-sm: 3px;
  --r:    5px;
  --r-lg: 8px;

  --shadow:    0 1px 2px rgba(14,21,18,.06), 0 8px 28px -12px rgba(14,21,18,.22);
  --shadow-lg: 0 2px 4px rgba(14,21,18,.08), 0 26px 60px -22px rgba(14,21,18,.38);

  --ease: cubic-bezier(.22,.61,.36,1);

  /* z-scale */
  --z-nav: 30;
  --z-overlay: 50;
}

/* --- 2. 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; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
}
body {
  margin: 0;
  background: var(--bone);
  color: var(--text-dark);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: var(--step-0);
  line-height: 1.65;
  font-feature-settings: "kern","liga","cv11";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, svg { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: var(--clay); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--clay-hover); }

h1, h2, h3, h4, .display {
  font-family: Fraunces, "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.015em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); line-height: 1.25; }
p  { margin: 0 0 1.1em; max-width: 68ch; text-wrap: pretty; }
ul, ol { max-width: 68ch; }

/* --- 3. Focus / a11y ----------------------------------------------------- */
:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}
.on-dark :focus-visible, .nav :focus-visible { outline-color: var(--brass); }
/* Headings we move focus to for screen readers shouldn't flash a visible ring. */
[tabindex="-1"]:focus, [tabindex="-1"]:focus-visible { outline: none; }
.skip-link {
  position: absolute; left: .75rem; top: -100vh;
  background: var(--clay); color: var(--bone);
  padding: .7rem 1.1rem; border-radius: var(--r);
  z-index: 999; font-weight: 600; text-decoration: none;
}
.skip-link:focus { top: .75rem; color: var(--bone); }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* --- 4. Layout ----------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--tight { max-width: var(--wrap-tight); }
.section { padding-block: clamp(3.5rem, 8vw, 7rem); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.on-dark { background: var(--pine); color: var(--text-light); }
.on-dark h1, .on-dark h2, .on-dark h3 { color: var(--bone); }
.on-dark p { color: var(--text-light-muted); }
.on-ink { background: var(--ink); color: var(--text-light); }

.grid { display: grid; gap: clamp(1.25rem, 3vw, 2.25rem); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); }
.split { display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (min-width: 62rem) { .split { grid-template-columns: 1fr 1fr; } .split--wide-left { grid-template-columns: 1.15fr .85fr; } }

/* --- 5. Typographic utilities -------------------------------------------- */
.eyebrow {
  font-family: Inter, sans-serif;
  font-size: var(--step--1);
  letter-spacing: .17em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--brass-deep);
  margin: 0 0 1rem;
  display: flex; align-items: center; gap: .8rem;
}
.eyebrow::before { content: ""; width: 2rem; height: 1px; background: var(--brass-deep); flex: none; }
.on-dark .eyebrow, .on-ink .eyebrow { color: var(--brass); }
.on-dark .eyebrow::before, .on-ink .eyebrow::before { background: var(--brass); }
.lede { font-size: var(--step-1); line-height: 1.5; color: var(--text-muted); max-width: 46ch; }
.on-dark .lede, .on-ink .lede { color: var(--text-light-muted); }
.muted { color: var(--text-muted); }
.rule { border: 0; border-top: 1px solid var(--bone-3); margin-block: clamp(2rem,5vw,3.5rem); }
.on-dark .rule { border-color: var(--pine-3); }

/* --- 6. Buttons ---------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 48px; padding: .85rem 1.65rem;
  border: 1px solid transparent; border-radius: var(--r);
  font-family: Inter, sans-serif; font-size: var(--step-0);
  font-weight: 600; letter-spacing: .01em;
  text-decoration: none; cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.btn--primary { background: var(--clay); color: var(--bone); box-shadow: var(--shadow); }
.btn--primary:hover, .btn--primary:focus-visible { background: var(--clay-hover); color: var(--bone); }
.btn--ghost { background: transparent; color: var(--text-dark); border-color: var(--bone-3); }
.btn--ghost:hover { background: var(--bone-2); color: var(--text-dark); border-color: var(--text-muted); }
.on-dark .btn--ghost, .on-ink .btn--ghost, .hero .btn--ghost, .band .btn--ghost {
  color: var(--bone); border-color: rgba(246,242,234,.42); background: rgba(14,21,18,.35);
}
.on-dark .btn--ghost:hover, .on-ink .btn--ghost:hover,
.hero .btn--ghost:hover, .hero .btn--ghost:focus-visible,
.band .btn--ghost:hover { background: rgba(14,21,18,.72); color: var(--bone); border-color: var(--brass); }
.btn--brass { background: var(--brass); color: var(--ink); }
.btn--brass:hover { background: #cc9c56; color: var(--ink); }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }
.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }
.btn svg { width: 1.05em; height: 1.05em; flex: none; }

/* --- 7. Nav -------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: var(--z-nav);
  background: rgba(14,21,18,.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--pine-3);
  color: var(--bone);
}
.nav__inner { display: flex; align-items: center; gap: 1rem; min-height: 68px; }
.nav__brand {
  display: flex; align-items: center; gap: .7rem;
  color: var(--bone); text-decoration: none; margin-right: auto;
  min-width: 0;
}
.nav__brand img { height: 30px; width: auto; flex: none; }
.nav__brand span {
  font-family: Inter, sans-serif; font-size: .58rem; letter-spacing: .19em;
  text-transform: uppercase; color: var(--brass); font-weight: 600;
  line-height: 1.25; max-width: 7.5em;
  padding-left: .7rem; border-left: 1px solid var(--pine-3);
}
@media (max-width: 26rem) {
  .nav__brand span { display: none; }
  .nav__brand img { height: 26px; }
}
.nav__links { display: none; gap: .35rem; align-items: center; list-style: none; margin: 0; padding: 0; }
.nav__links a {
  display: inline-block; padding: .55rem .8rem; border-radius: var(--r-sm);
  color: var(--text-light-muted); text-decoration: none;
  font-size: .95rem; font-weight: 500;
  transition: color .2s var(--ease), background-color .2s var(--ease);
}
.nav__links a:hover { color: var(--bone); background: var(--pine-2); }
.nav__links a[aria-current="page"] { color: var(--brass); }
.nav__cta { display: none; }
.nav__tel { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; color: var(--bone); text-decoration: none; font-weight: 600; font-size: .95rem; padding: .5rem .7rem; border-radius: var(--r-sm); }
.nav__tel:hover { color: var(--brass); background: var(--pine-2); }
.nav__toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; background: transparent;
  border: 1px solid var(--pine-3); border-radius: var(--r); color: var(--bone); cursor: pointer;
}
.nav__toggle:hover { border-color: var(--brass); }
.nav__panel {
  display: none; border-top: 1px solid var(--pine-3);
  padding: 1rem var(--gutter) 1.5rem; background: var(--ink);
}
.nav__panel.is-open { display: block; }
.nav__panel ul { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; gap: .2rem; }
.nav__panel a { display: block; padding: .8rem .2rem; color: var(--bone); text-decoration: none; font-size: 1.05rem; border-bottom: 1px solid var(--pine-2); }
@media (min-width: 62rem) {
  .nav__links, .nav__cta { display: flex; }
  .nav__toggle, .nav__panel { display: none !important; }
}

/* --- 8. Hero ------------------------------------------------------------- */
.hero { position: relative; background: var(--ink); color: var(--bone); overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img, .hero__media video { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to right, rgba(14,21,18,.94) 0%, rgba(14,21,18,.82) 42%, rgba(14,21,18,.45) 100%),
    linear-gradient(to top, rgba(14,21,18,.9) 0%, rgba(14,21,18,0) 55%);
}
.hero__inner { padding-block: clamp(4.5rem, 13vw, 9.5rem); position: relative; }
.hero h1 { color: var(--bone); max-width: 17ch; margin-bottom: .35em; }
.hero .lede { color: #D5DCD6; max-width: 44ch; margin-bottom: 2rem; }
.hero--page .hero__inner { padding-block: clamp(3.5rem, 9vw, 6rem); }
.hero--page h1 { max-width: 22ch; }

.hero__stats { display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 5vw, 3.5rem); margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--pine-3); }
.hero__stat b { display: block; font-family: Fraunces, Georgia, serif; font-size: var(--step-2); font-weight: 500; color: var(--brass); line-height: 1; }
.hero__stat span { font-size: var(--step--1); letter-spacing: .1em; text-transform: uppercase; color: var(--text-light-muted); }

/* --- 9. Cards ------------------------------------------------------------ */
.card {
  background: var(--bone); border: 1px solid var(--bone-3);
  border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.25rem);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.on-dark .card, .on-ink .card { background: var(--pine-2); border-color: var(--pine-3); color: var(--text-light-muted); }
.card h3 { margin-bottom: .5rem; }
.card p:last-child { margin-bottom: 0; }
.card__icon { width: 34px; height: 34px; color: var(--brass-deep); margin-bottom: 1.1rem; }
.on-dark .card__icon { color: var(--brass); }

a.card, .card--link { display: block; text-decoration: none; color: inherit; cursor: pointer; }
a.card:hover, .card--link:hover { border-color: var(--brass-deep); box-shadow: var(--shadow); color: inherit; }
.on-dark a.card:hover { border-color: var(--brass); }

/* Path cards — the two big choices */
.path-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--pine-2); border: 1px solid var(--pine-3);
  border-radius: var(--r-lg); overflow: hidden; text-align: left;
  color: var(--bone); text-decoration: none; cursor: pointer;
  width: 100%; padding: 0; font: inherit;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.path-card:hover, .path-card:focus-visible { border-color: var(--brass); box-shadow: var(--shadow-lg); color: var(--bone); }
.path-card__img { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; background: var(--pine-3); }
.path-card__body { padding: clamp(1.4rem, 3vw, 2rem); }
.path-card h3 { color: var(--bone); font-size: var(--step-2); margin-bottom: .4rem; }
.path-card p { color: var(--text-light-muted); font-size: var(--step--1); margin-bottom: 1.1rem; }
.path-card__go { display: inline-flex; align-items: center; gap: .5rem; color: var(--brass); font-weight: 600; font-size: .95rem; }
.path-card:hover .path-card__go svg { transform: translateX(4px); }
.path-card__go svg { transition: transform .2s var(--ease); }

/* --- 10. Portfolio / media ----------------------------------------------- */
.figure { margin: 0; }
.figure img, .figure video { width: 100%; border-radius: var(--r-lg); background: var(--bone-2); }
.figure figcaption { font-size: var(--step--1); color: var(--text-muted); margin-top: .7rem; }
.on-dark .figure figcaption { color: var(--text-light-muted); }
.media-frame { border-radius: var(--r-lg); overflow: hidden; background: var(--pine-2); aspect-ratio: 16/9; }
.media-frame video, .media-frame img { width: 100%; height: 100%; object-fit: cover; }

/* Before/after slider */
.ba {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  background: var(--bone-2); aspect-ratio: 4/3; touch-action: pan-y;
}
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba__handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos, 50%);
  width: 2px; background: var(--bone); transform: translateX(-1px); pointer-events: none;
  box-shadow: 0 0 0 1px rgba(14,21,18,.35);
}
.ba__handle::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 44px; height: 44px; transform: translate(-50%,-50%);
  background: var(--bone) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237B2E22' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 6 3 12 9 18'/><polyline points='15 6 21 12 15 18'/></svg>") center / 22px no-repeat;
  border-radius: 50%; box-shadow: var(--shadow);
}
.ba input[type="range"] {
  position: absolute; inset: 0; width: 100%; height: 100%;
  margin: 0; opacity: 0; cursor: ew-resize; z-index: 2;
}
.ba input[type="range"]:focus-visible ~ .ba__handle { box-shadow: 0 0 0 3px var(--brass); }
.ba__tag {
  position: absolute; bottom: .75rem; z-index: 1;
  background: rgba(14,21,18,.8); color: var(--bone);
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600;
  padding: .3rem .65rem; border-radius: var(--r-sm); pointer-events: none;
}
.ba__tag--b { left: .75rem; }
.ba__tag--a { right: .75rem; }


/* --- 10b. Before / after pairs ------------------------------------------- */
.ba-grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
.ba-pair { display: grid; gap: .75rem; grid-template-columns: 1fr; }
.ba-pair__side { margin: 0; position: relative; }
.ba-pair__side img {
  width: 100%; aspect-ratio: var(--ba-ratio, 4/3); object-fit: cover;
  border-radius: var(--r-lg); background: var(--bone-2); display: block;
}
.ba-pair__side figcaption { position: absolute; left: .75rem; bottom: .75rem; }
.ba-pair__tag {
  display: inline-block; padding: .32rem .7rem; border-radius: var(--r-sm);
  font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 700;
}
.ba-pair__tag--b { background: rgba(14,21,18,.85); color: var(--bone); }
.ba-pair__tag--a { background: var(--brass); color: var(--ink); }
.ba-pair__label { grid-column: 1 / -1; margin: .3rem 0 0; font-size: var(--step--1); max-width: 75ch; }
.ba-pair__label strong { color: var(--brass-deep); }
.on-dark .ba-pair__label { color: var(--text-light-muted); }
.on-dark .ba-pair__label strong { color: var(--brass); }
@media (min-width: 48rem) {
  .ba-pair { grid-template-columns: 1fr 1fr; gap: 1rem .9rem; }
  /* A tall pair at full width becomes a wall of photo — rein it in. */
  .ba-pair:has(img[width="900"]) { max-width: 46rem; }
}

/* --- 11. Questionnaire --------------------------------------------------- */
.quiz { max-width: 44rem; margin-inline: auto; }
.quiz__progress { margin-bottom: 2.25rem; }
.quiz__bar { height: 4px; background: var(--bone-3); border-radius: 99px; overflow: hidden; }
.on-dark .quiz__bar, .on-ink .quiz__bar { background: var(--pine-3); }
.quiz__bar i { display: block; height: 100%; background: var(--brass); border-radius: 99px; transition: width .35s var(--ease); }
.quiz__meta { display: flex; justify-content: space-between; gap: 1rem; font-size: var(--step--1); color: var(--text-muted); margin-bottom: .6rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.on-dark .quiz__meta { color: var(--text-light-muted); }

.step { display: none; }
.step.is-active { display: block; animation: stepIn .32s var(--ease) both; }
@keyframes stepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.no-js .step { display: block !important; margin-bottom: 3rem; }
.no-js .quiz__nav, .no-js .quiz__progress, .no-js .path-picker__reset { display: none !important; }
.no-js .quiz { display: block !important; }

.step > h2 { font-size: var(--step-2); margin-bottom: .35rem; }
.step__hint { color: var(--text-muted); font-size: var(--step--1); margin-bottom: 1.5rem; }
.on-dark .step__hint { color: var(--text-light-muted); }

/* Option chips (radio / checkbox) */
.options { display: grid; gap: .7rem; margin: 0 0 1.25rem; padding: 0; border: 0; }
.options--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr)); }
.options--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 9.5rem), 1fr)); }
.opt { position: relative; display: block; cursor: pointer; }
.opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.opt > span {
  display: flex; align-items: flex-start; gap: .8rem;
  min-height: 56px; padding: .9rem 1.1rem;
  background: var(--pine-2); border: 1px solid var(--pine-3);
  border-radius: var(--r); color: var(--bone);
  font-size: var(--step-0); line-height: 1.35; font-weight: 500;
  transition: border-color .18s var(--ease), background-color .18s var(--ease);
}
.opt > span small { display: block; font-weight: 400; font-size: .82rem; color: var(--text-light-muted); margin-top: .2rem; line-height: 1.4; }
.opt:hover > span { border-color: var(--brass); background: #24382E; }
.opt input:focus-visible + span { outline: 3px solid var(--brass); outline-offset: 2px; }
.opt input:checked + span { border-color: var(--brass); background: #24382E; box-shadow: inset 0 0 0 1px var(--brass); }
.opt__mark {
  flex: none; width: 22px; height: 22px; margin-top: 1px;
  border: 1.5px solid var(--pine-3); border-radius: 50%;
  display: grid; place-items: center; transition: border-color .18s var(--ease), background-color .18s var(--ease);
}
.opt input[type="checkbox"] + span .opt__mark { border-radius: var(--r-sm); }
.opt input:checked + span .opt__mark { border-color: var(--brass); background: var(--brass); }
.opt__mark::after {
  content: ""; width: 9px; height: 9px; border-radius: 50%;
  background: var(--ink); transform: scale(0); transition: transform .18s var(--ease);
}
.opt input[type="checkbox"] + span .opt__mark::after { border-radius: 1px; }
.opt input:checked + span .opt__mark::after { transform: scale(1); }

/* Fields */
.field { margin-bottom: 1.15rem; }
.field label, .field > .lbl { display: block; font-size: var(--step--1); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-light-muted); margin-bottom: .45rem; }
.field input, .field textarea, .field select {
  width: 100%; min-height: 52px; padding: .8rem 1rem;
  background: var(--pine-2); color: var(--bone);
  border: 1px solid var(--pine-3); border-radius: var(--r);
  transition: border-color .18s var(--ease);
}
.field textarea { min-height: 118px; resize: vertical; line-height: 1.55; }
.field input::placeholder, .field textarea::placeholder { color: #7E8C84; }
.field input:hover, .field textarea:hover { border-color: #3A574A; }
.field-row { display: grid; gap: 1.15rem; }
@media (min-width: 40rem) { .field-row--2 { grid-template-columns: 1fr 1fr; } }

.quiz__nav { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid var(--pine-3); }
.quiz__nav .spacer { margin-left: auto; }
.err {
  display: none; align-items: center; gap: .5rem;
  color: #F2B8AC; background: rgba(123,46,34,.28);
  border: 1px solid #7B2E22; border-radius: var(--r);
  padding: .7rem 1rem; font-size: var(--step--1); margin-bottom: 1rem;
}
.err.is-shown { display: flex; }

.path-picker__reset { background: none; border: 0; color: var(--brass); cursor: pointer; font-size: var(--step--1); font-weight: 600; text-decoration: underline; padding: .5rem 0; text-underline-offset: .2em; }

/* Review list on final step */
.review { list-style: none; margin: 0 0 1.5rem; padding: 1.25rem; border: 1px solid var(--pine-3); border-radius: var(--r); background: rgba(0,0,0,.16); }
.review li { display: grid; gap: .1rem .9rem; padding: .5rem 0; border-bottom: 1px solid var(--pine-3); font-size: var(--step--1); }
.review li:last-child { border-bottom: 0; }
.review dt, .review b { color: var(--text-light-muted); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; font-size: .72rem; }
.review span { color: var(--bone); font-size: var(--step-0); }
@media (min-width: 34rem) { .review li { grid-template-columns: 12rem 1fr; align-items: baseline; } }

/* --- 12. Trust / list ---------------------------------------------------- */
.ticks { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: .8rem; }
.ticks li { display: flex; gap: .8rem; align-items: flex-start; }
.ticks svg { flex: none; width: 20px; height: 20px; margin-top: .28em; color: var(--brass-deep); }
.on-dark .ticks svg, .on-ink .ticks svg { color: var(--brass); }

.steps-num { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; gap: 1.75rem; }
.steps-num li { counter-increment: s; display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: start; }
.steps-num li::before {
  content: counter(s, decimal-leading-zero);
  font-family: Fraunces, Georgia, serif; font-size: 1.5rem; color: var(--brass);
  border: 1px solid var(--brass-line); border-radius: 50%;
  width: 3rem; height: 3rem; display: grid; place-items: center; flex: none;
}
.steps-num h3 { margin-bottom: .25rem; }
.steps-num p { margin-bottom: 0; }

.faq { border-top: 1px solid var(--bone-3); }
.faq details { border-bottom: 1px solid var(--bone-3); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.4rem 2.5rem 1.4rem 0;
  position: relative; font-family: Fraunces, Georgia, serif; font-size: var(--step-1);
  font-weight: 500; line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: .35rem; top: 50%; width: 14px; height: 14px;
  margin-top: -7px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>") center/contain no-repeat;
  color: var(--brass-deep); transition: transform .22s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding-bottom: 1.5rem; }
.faq details > div p:last-child { margin-bottom: 0; }

/* --- 13. Callout band ---------------------------------------------------- */
.band { background: var(--clay); color: var(--bone); }
.band h2 { color: var(--bone); }
.band p { color: #F0DAD5; }
.band .btn--brass { box-shadow: var(--shadow); }

/* --- 14. Footer ---------------------------------------------------------- */
.footer { background: var(--ink); color: var(--text-light-muted); padding-block: clamp(3rem,6vw,4.5rem) 2rem; font-size: .95rem; }
.footer a { color: var(--text-light-muted); text-decoration: none; }
.footer a:hover { color: var(--brass); text-decoration: underline; }
.footer h4 { font-family: Inter, sans-serif; font-size: var(--step--1); letter-spacing: .16em; text-transform: uppercase; color: var(--brass); margin-bottom: 1rem; font-weight: 600; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.footer__social { display: flex; gap: .6rem; margin-top: 1.25rem; }
.footer__social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--pine-2); color: var(--text-light-muted);
  transition: color .2s var(--ease), border-color .2s var(--ease), background-color .2s var(--ease);
}
.footer__social a:hover { color: var(--ink); background: var(--brass); border-color: var(--brass); }
.footer__social svg { width: 20px; height: 20px; }
.footer__grid { display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr)); }
.footer__logo { width: 170px; height: auto; margin-bottom: 1.1rem; }
.footer__bottom { margin-top: 3rem; padding-top: 1.75rem; border-top: 1px solid var(--pine-2); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .85rem; }

/* --- 15. Sticky mobile CTA ----------------------------------------------- */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-nav);
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--pine-3); border-top: 1px solid var(--pine-3);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-cta a {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 56px; text-decoration: none; font-weight: 600; font-size: .98rem;
}
.mobile-cta a:first-child { background: var(--ink); color: var(--bone); }
.mobile-cta a:last-child { background: var(--clay); color: var(--bone); }
.mobile-cta svg { width: 18px; height: 18px; }
@media (min-width: 62rem) { .mobile-cta { display: none; } }
@media (max-width: 61.99rem) {
  body { padding-bottom: 56px; }
  /* the sticky bottom bar already offers Call — no need to duplicate it in the header */
  .nav__tel { display: none; }
}
