/* Bespoke CamperVan — global styles
   Single stylesheet shared by every page (see Site Architecture Playbook #1). */

:root {
  --ink: #1C1A17;
  --bg: #FBFBFA;
  --band-bg: #EFEAE1;
  --band-border: #E2DBCF;
  --accent: #C36613;
  --accent-dark: #A5540F;
  --muted: #57503f;
  --muted-2: #6B6459;
  --muted-3: #8A8175;
  --muted-4: #453f34;
  --card-bg: #FFFFFF;
  --card-border: #E7E0D4;
  --card-border-2: #EEE7DA;
  --card-border-3: #F2ECE0;
  --input-border: #D5CCBC;
  --input-bg: #FBF9F5;
  --navy: #0E202F;
  --cream: #FAF7F1;
  --note-bg: #F7EDE4;
  --note-border: #E7C9B4;
  --note-text: #A5540F;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; }

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: clamp(18px, 4vw, 40px);
  padding-right: clamp(18px, 4vw, 40px);
}

/* ---------- Site header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 241, 234, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--band-border);
  padding-top: 18px;
}
.site-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 40px);
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.site-logo-img { display: block; width: 124px; height: 124px; position: relative; top: 30px; z-index: 2; }
.site-logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.site-logo-name { font-family: 'Newsreader', serif; font-size: 18px; font-weight: 500; color: var(--navy); letter-spacing: 0.01em; }
.site-logo-by { display: flex; align-items: baseline; justify-content: flex-end; gap: 7px; width: 100%; margin-top: 4px; }
.site-logo-by-label { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-3); font-weight: 600; }
.site-logo-coach-img { height: 11px; width: auto; display: block; }

.site-nav-primary { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.nav-link {
  position: relative; text-decoration: none; font-size: 14px; font-weight: 500; color: #4A443B;
  padding: 8px 12px; border-radius: 7px; letter-spacing: 0.01em; transition: color .15s, background .15s;
}
.nav-link:hover { background: #EBE5DA; color: var(--ink); }
.nav-link.is-active { color: var(--accent); font-weight: 600; }
.nav-cta {
  margin-left: 8px; text-decoration: none; font-size: 14px; font-weight: 600; color: var(--cream);
  padding: 10px 18px; border-radius: 8px; letter-spacing: 0.01em; white-space: nowrap;
  transition: background .15s, box-shadow .15s;
  background: var(--accent); box-shadow: 0 1px 2px rgba(28, 26, 23, 0.14);
}
.nav-cta:hover { background: var(--accent-dark); }
.nav-cta.is-active { background: var(--accent-dark); box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4); }
.nav-cta.is-active:hover { background: var(--accent-dark); box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4); }

/* ---------- Site footer ---------- */
.site-footer { background: var(--navy); color: #CFC7B8; }
.site-footer-grid {
  max-width: 1240px; margin: 0 auto;
  padding: clamp(48px, 7vw, 80px) clamp(18px, 4vw, 40px) 36px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(32px, 5vw, 64px);
}
.footer-brand-col { max-width: 320px; }
.footer-brand-row { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.footer-logo-img { display: block; width: 46px; height: 46px; }
.footer-brand-name { font-family: 'Newsreader', serif; font-size: 18px; color: var(--cream); }
.footer-desc { font-size: 14px; line-height: 1.65; color: #9A9284; margin: 0 0 20px; }
.footer-social {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  color: var(--cream); text-decoration: none; border: 1px solid #26485C; padding: 8px 14px; border-radius: 8px;
}
.footer-social:hover { border-color: var(--accent); }
.footer-col h3 {
  font-family: 'Hanken Grotesk', sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #77705F; margin: 0 0 16px; font-weight: 600;
}
.footer-nav-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-nav-list a { color: #CFC7B8; text-decoration: none; font-size: 14px; }
.footer-nav-list a:hover { color: var(--cream); }
.footer-address { font-style: normal; font-size: 14px; line-height: 1.7; color: #CFC7B8; }
.footer-address a { color: var(--cream); text-decoration: none; font-weight: 600; }
.footer-hours { font-size: 14px; line-height: 1.7; color: #CFC7B8; }
.footer-cta {
  display: inline-block; margin-top: 20px; font-size: 13px; font-weight: 600; color: var(--cream);
  background: var(--accent); padding: 10px 18px; border-radius: 8px; text-decoration: none;
}
.footer-cta:hover { background: var(--accent-dark); }
.site-footer-bottom { border-top: 1px solid #1C3A4C; }
.site-footer-bottom-inner {
  max-width: 1240px; margin: 0 auto; padding: 20px clamp(18px, 4vw, 40px);
  display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between;
  font-size: 12.5px; color: #77705F;
}

/* ---------- Builder: header band ---------- */
.bcv-band {
  border-bottom: 1px solid var(--band-border);
  background: var(--band-bg);
}
.bcv-band-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(52px, 5.5vw, 72px) clamp(18px, 4vw, 40px) clamp(28px, 4vw, 44px);
}
.bcv-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.bcv-h1 {
  font-family: 'Newsreader', serif;
  font-weight: 400;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.04;
  margin: 0 0 10px;
}
.bcv-lede {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
  max-width: 60ch;
}

/* ---------- Stepper ---------- */
.bcv-stepbar {
  position: sticky;
  top: 65px;
  z-index: 40;
  background: rgba(245, 241, 234, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--band-border);
}
.bcv-stepbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px clamp(18px, 4vw, 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.step-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 20px;
  white-space: nowrap;
  transition: all .15s;
  border: 1px solid var(--band-border);
  background: var(--card-bg);
  color: var(--muted-3);
}
.step-btn.is-active { border-color: var(--accent); background: var(--accent); color: var(--cream); }
.step-btn.is-done { color: var(--ink); }
.step-num {
  width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
  background: var(--band-bg); color: var(--muted-3);
}
.step-btn.is-active .step-num { background: rgba(250, 247, 241, 0.25); color: var(--cream); }
.step-btn.is-done .step-num { background: var(--accent); color: #fff; }

/* ---------- Body layout ---------- */
.bcv-body {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px) clamp(18px, 4vw, 40px) clamp(56px, 7vw, 88px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 3vw, 40px);
  align-items: flex-start;
}
.bcv-main { flex: 1 1 460px; min-width: 0; }

.step-kicker { font-size: 13px; font-weight: 600; color: var(--accent); letter-spacing: 0.04em; margin-bottom: 6px; }
.step-title { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(24px, 3vw, 36px); line-height: 1.1; margin: 0 0 8px; }
.step-subtitle { font-size: 15.5px; line-height: 1.6; color: var(--muted-2); margin: 0 0 26px; max-width: 60ch; }
.step-note {
  background: var(--note-bg); border: 1px solid var(--note-border); color: var(--note-text);
  border-radius: 12px; padding: 16px 20px; font-size: 14.5px; margin-bottom: 24px;
}

.options-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 16px; }
.option-card {
  text-align: left; cursor: pointer; background: var(--card-bg);
  border-radius: 14px; padding: 0; overflow: hidden;
  display: flex; flex-direction: column; width: 100%;
  border: 1px solid var(--band-border);
  transition: border-color .12s, box-shadow .12s;
}
.option-card.is-selected { border: 2px solid var(--accent); box-shadow: 0 6px 20px rgba(195, 102, 19, 0.15); }
.option-media {
  position: relative;
  background-color: #E7E0D4;
  background-image: repeating-linear-gradient(135deg, rgba(28, 26, 23, 0.045) 0 10px, rgba(28, 26, 23, 0) 10px 20px);
  border: 1px solid #DCD4C6;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.option-media span {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 11px; letter-spacing: 0.04em;
  color: var(--muted-3); text-transform: uppercase; text-align: center; padding: 6px 12px;
  background: rgba(250, 247, 241, 0.7); border-radius: 6px; max-width: 82%; line-height: 1.4;
}
.option-body { padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start; justify-content: space-between; }
.option-info { min-width: 0; }
.option-label { font-weight: 600; font-size: 15.5px; color: var(--ink); line-height: 1.25; }
.option-desc { font-size: 12.5px; color: var(--muted-2); margin-top: 6px; line-height: 1.5; }
.option-side { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; flex-shrink: 0; }
.option-price { font-size: 13.5px; font-weight: 700; white-space: nowrap; color: var(--ink); }
.option-price.is-included { color: var(--muted-3); }
.option-price.is-hidden { display: none; }
.option-check {
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 12px;
  border: 1.5px solid var(--input-border); color: transparent;
}
.option-check.is-selected { background: var(--accent); color: #fff; border: none; }

.step-nav { display: flex; gap: 12px; justify-content: space-between; margin-top: 32px; flex-wrap: wrap; }
.btn-back {
  cursor: pointer; font-size: 15px; font-weight: 600; color: var(--ink);
  background: transparent; border: 1px solid var(--input-border); padding: 14px 26px; border-radius: 10px;
}
.btn-back:hover { border-color: var(--ink); }
.btn-next {
  cursor: pointer; font-size: 15px; font-weight: 600; color: var(--cream);
  background: var(--accent); border: none; padding: 14px 30px; border-radius: 10px;
  margin-left: auto; transition: background .15s;
}
.btn-next:hover { background: var(--accent-dark); }

/* ---------- Summary step ---------- */
.summary-title { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(24px, 3vw, 36px); line-height: 1.1; margin: 0 0 8px; }
.summary-table { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; overflow: hidden; margin-bottom: 28px; }
.summary-row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 20px; border-bottom: 1px solid var(--card-border-2); font-size: 14.5px; }
.summary-row .label { color: var(--muted-4); }
.summary-row .price { font-weight: 600; color: var(--ink); white-space: nowrap; }
.summary-total { display: flex; justify-content: space-between; gap: 16px; padding: 18px 20px; background: var(--navy); color: var(--cream); }
.summary-total .amount { font-family: 'Newsreader', serif; font-size: 22px; }

.quote-form {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px;
  background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: clamp(22px, 3vw, 32px);
}
.quote-form h3 { grid-column: 1 / -1; font-family: 'Newsreader', serif; font-weight: 500; font-size: 22px; margin: 0; }
.field { display: grid; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--muted-4); }
.field.full { grid-column: 1 / -1; }
.field input, .field textarea {
  font-family: inherit; font-size: 15px; padding: 12px 14px; border: 1px solid var(--input-border);
  border-radius: 9px; background: var(--input-bg);
}
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--accent); outline: none; }
.form-actions { grid-column: 1 / -1; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn-submit {
  cursor: pointer; font-size: 15px; font-weight: 600; color: var(--cream); background: var(--accent);
  padding: 14px 30px; border: none; border-radius: 10px;
}
.btn-submit:hover { background: var(--accent-dark); }

/* ---------- Thank you ---------- */
.thankyou { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 18px; padding: clamp(36px, 5vw, 64px); text-align: center; }
.thankyou-icon {
  width: 60px; height: 60px; border-radius: 50%; background: var(--band-bg); color: var(--accent);
  display: flex; align-items: center; justify-content: center; font-size: 30px; margin: 0 auto 22px;
}
.thankyou-title { font-family: 'Newsreader', serif; font-weight: 500; font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 14px; }
.thankyou-text { font-size: 16.5px; line-height: 1.65; color: var(--muted); margin: 0 auto 8px; max-width: 46ch; }
.thankyou-sub { font-size: 15px; color: var(--muted-3); margin: 0 auto 28px; max-width: 44ch; }
.thankyou-sub strong { color: var(--accent); }
.btn-home {
  display: inline-block; text-decoration: none; font-size: 15px; font-weight: 600; color: var(--cream);
  background: var(--navy); padding: 14px 28px; border-radius: 10px;
}

/* ---------- Summary aside ---------- */
.bcv-aside {
  flex: 0 0 330px;
  position: sticky;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  overflow-y: auto;
  align-self: flex-start;
  max-width: 100%;
}
.aside-head { padding: 22px 22px 18px; border-bottom: 1px solid var(--card-border-2); }
.aside-kicker { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-3); margin-bottom: 6px; }
.aside-total { font-family: 'Newsreader', serif; font-size: clamp(30px, 4vw, 40px); line-height: 1; color: var(--ink); }
.aside-count { font-size: 12px; color: var(--muted-3); margin-top: 8px; }
.aside-lines { overflow-y: visible; }
.aside-line { display: flex; justify-content: space-between; gap: 12px; padding: 12px 22px; border-bottom: 1px solid var(--card-border-3); font-size: 13.5px; }
.aside-line .label { color: var(--muted); line-height: 1.35; }
.aside-line .price { font-weight: 600; color: var(--ink); white-space: nowrap; }
.aside-disclaimer { padding: 16px 22px; background: #FBF7F1; }
.aside-disclaimer p { font-size: 11.5px; line-height: 1.5; color: var(--muted-3); margin: 0; }

/* ---------- Home page ---------- */
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 16px;
}
.eyebrow-alt { color: #D08A62; }

.btn-primary {
  display: inline-block; text-decoration: none; font-size: 15px; font-weight: 600; color: var(--cream);
  background: var(--accent); padding: 15px 28px; border-radius: 10px;
  box-shadow: 0 2px 8px rgba(195, 102, 19, 0.28); transition: background .15s;
}
.btn-primary:hover { background: var(--accent-dark); }
.btn-secondary {
  display: inline-block; text-decoration: none; font-size: 15px; font-weight: 600; color: var(--ink);
  background: transparent; padding: 15px 28px; border-radius: 10px; border: 1px solid #CDC4B4;
  transition: border-color .15s, background .15s;
}
.btn-secondary:hover { border-color: var(--ink); background: var(--band-bg); }
.text-link { text-decoration: none; font-size: 14px; font-weight: 600; color: var(--accent); border-bottom: 1px solid var(--accent); padding-bottom: 2px; }

.section-head-row { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-end; justify-content: space-between; margin-bottom: clamp(32px, 4vw, 52px); }

.home-hero {
  max-width: 1240px; margin: 0 auto; padding: clamp(53px, 5vw, 69px) clamp(18px, 4vw, 40px) clamp(36px, 5vw, 64px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(32px, 5vw, 64px); align-items: center;
}
.home-hero h1 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(38px, 5.4vw, 66px); line-height: 1.04; letter-spacing: -0.01em; margin: 0 0 22px; }
.home-hero h1 em { font-style: italic; color: var(--accent); }
.home-hero-lede { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--muted); max-width: 52ch; margin: 0 0 32px; }
.home-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.home-hero-media { position: relative; }
.home-hero-badge {
  position: absolute; left: -8px; bottom: 22px; background: var(--navy); color: var(--cream);
  padding: 14px 20px; border-radius: 12px; box-shadow: 0 8px 30px rgba(28, 26, 23, 0.22);
}
.home-hero-badge .num { font-family: 'Newsreader', serif; font-size: 22px; line-height: 1; }
.home-hero-badge .sub { font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: #B7AE9E; margin-top: 5px; }

.trust-strip { border-top: 1px solid var(--band-border); border-bottom: 1px solid var(--band-border); background: var(--band-bg); }
.trust-grid { max-width: 1240px; margin: 0 auto; padding: clamp(28px, 3.5vw, 40px) clamp(18px, 4vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 28px 32px; }
.trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.trust-icon { height: 46px; display: flex; align-items: center; justify-content: center; }
.trust-icon img { height: 44px; width: auto; display: block; }
.trust-head { font-family: 'Newsreader', serif; font-size: clamp(24px, 2.6vw, 32px); color: var(--ink); line-height: 1; }
.trust-sub { font-size: 13.5px; line-height: 1.5; color: var(--muted-2); max-width: 26ch; }

.story-section { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 40px); }
.story-head { max-width: 720px; margin-bottom: clamp(36px, 4vw, 56px); }
.story-head h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.1; letter-spacing: -0.01em; margin: 0; }
.story-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(28px, 3.5vw, 48px); }
.story-card { border-top: 2px solid var(--ink); padding-top: 22px; }
.story-card h3 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; font-weight: 600; }
.story-card p { font-size: 16px; line-height: 1.65; color: var(--muted-4); margin: 0; }

.builder-feature { background: var(--navy); color: #F0EBE1; }
.builder-feature-grid { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(36px, 5vw, 64px); align-items: center; }
.builder-feature h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(28px, 3.8vw, 48px); line-height: 1.08; margin: 0 0 20px; color: var(--cream); }
.builder-feature p { font-size: 17px; line-height: 1.65; color: #B7AE9E; max-width: 50ch; margin: 0 0 30px; }
.builder-points { list-style: none; margin: 0 0 32px; padding: 0; display: grid; gap: 12px; }
.builder-points li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: #D8D0C2; }
.builder-points li .dash { color: #D08A62; font-weight: 700; }

.models-section { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 40px); }
.models-section h2, .gallery-teaser h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.1; margin: 0; }
.models-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(20px, 2.5vw, 32px); }
.model-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.model-card-body { padding: 24px 24px 26px; }
.model-card h3 { font-family: 'Newsreader', serif; font-size: 26px; font-weight: 500; margin: 0 0 4px; }
.model-length { font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 14px; }
.model-card p { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0; }

.included-section { background: var(--band-bg); border-top: 1px solid var(--band-border); border-bottom: 1px solid var(--band-border); }
.included-inner { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 40px); }
.included-head { max-width: 680px; margin-bottom: clamp(32px, 4vw, 52px); }
.included-head h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.1; margin: 0 0 16px; }
.included-head p { font-size: 16px; line-height: 1.65; color: var(--muted); margin: 0; }
.included-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(24px, 3vw, 40px); }
.included-col h3 { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); margin: 0 0 14px; font-weight: 700; border-bottom: 1px solid var(--input-border); padding-bottom: 10px; }
.included-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.included-list li { font-size: 14px; line-height: 1.5; color: var(--muted); display: flex; gap: 9px; }
.included-list li .bullet { color: var(--accent); }

.gallery-teaser { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 40px); }
.gallery-teaser-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }

.faq-section { background: var(--navy); color: #EDE7DC; }
.faq-inner { max-width: 900px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 40px); }
.faq-inner h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(28px, 3.8vw, 46px); line-height: 1.08; margin: 0 0 clamp(32px, 4vw, 48px); color: var(--cream); }
.faq-item { border-top: 1px solid #1C3A4C; padding: 26px 0; }
.faq-item h3 { font-size: clamp(17px, 1.8vw, 21px); font-weight: 600; margin: 0 0 12px; color: var(--cream); }
.faq-item p { font-size: 15.5px; line-height: 1.65; color: #B7AE9E; margin: 0; max-width: 64ch; }

.cta-band { background: var(--accent); color: #F8F1E9; }
.cta-band-inner { max-width: 1240px; margin: 0 auto; padding: clamp(48px, 6vw, 80px) clamp(18px, 4vw, 40px); display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between; }
.cta-band h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(26px, 3.4vw, 42px); line-height: 1.1; margin: 0 0 12px; }
.cta-band p { font-size: 16.5px; line-height: 1.6; color: #F0DCCE; margin: 0; }
.cta-band-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-cta-primary {
  display: inline-block; text-decoration: none; font-size: 15px; font-weight: 600; color: var(--accent);
  background: #F8F1E9; padding: 15px 28px; border-radius: 10px; transition: transform .12s;
}
.btn-cta-primary:hover { transform: translateY(-1px); }
.btn-cta-secondary {
  display: inline-block; text-decoration: none; font-size: 15px; font-weight: 600; color: #F8F1E9;
  background: transparent; border: 1px solid rgba(248, 241, 233, 0.6); padding: 15px 28px; border-radius: 10px;
  transition: background .15s;
}
.btn-cta-secondary:hover { background: rgba(248, 241, 233, 0.14); }

/* ---------- Shared interior-page chrome (about, contact, gallery, vans-for-sale) ---------- */
.breadcrumb { font-size: 13px; color: var(--muted-3); margin-bottom: 26px; }
.breadcrumb a { color: var(--muted-3); text-decoration: none; }
.breadcrumb .current { color: var(--ink); }

.page-hero { max-width: 1240px; margin: 0 auto; padding: clamp(44px, 6vw, 84px) clamp(18px, 4vw, 40px) clamp(29px, 3.5vw, 48px); }
.page-hero h1 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; letter-spacing: -0.01em; margin: 0 0 20px; }
.page-hero p { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--muted); margin: 0; }
.page-hero p a { color: var(--accent); font-weight: 600; text-decoration: none; }

/* ---------- About page ---------- */
.history-section { background: var(--band-bg); border-top: 1px solid var(--band-border); border-bottom: 1px solid var(--band-border); }
.history-grid { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(36px, 5vw, 72px); }
.history-grid h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.1; margin: 0 0 28px; }
.history-text { display: grid; gap: 28px; max-width: 62ch; }
.history-text p { font-size: 17px; line-height: 1.7; color: var(--muted-4); margin: 0; }

.timeline-section { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 40px); }
.timeline-section h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(26px, 3.2vw, 40px); line-height: 1.1; margin: 0 0 clamp(32px, 4vw, 52px); }
.timeline-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(24px, 3vw, 40px); }
.timeline-item { border-top: 2px solid var(--ink); padding-top: 20px; }
.timeline-item .year { font-family: 'Newsreader', serif; font-size: clamp(30px, 3.4vw, 42px); color: var(--accent); line-height: 1; margin-bottom: 14px; }
.timeline-item p { font-size: 15px; line-height: 1.6; color: var(--muted-4); margin: 0; }

.values-section { background: var(--navy); color: #EDE7DC; }
.values-inner { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 40px); }
.values-head { max-width: 640px; margin-bottom: clamp(36px, 4vw, 56px); }
.values-head h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.1; margin: 0; color: var(--cream); }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(28px, 3.5vw, 48px); }
.value-card { border-top: 1px solid #1C3A4C; padding-top: 24px; }
.value-card h3 { font-family: 'Newsreader', serif; font-size: 24px; font-weight: 500; margin: 0 0 14px; color: var(--cream); }
.value-card p { font-size: 15.5px; line-height: 1.65; color: #B7AE9E; margin: 0; }

.upfitter-section { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 40px); }
.upfitter-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px; padding: clamp(32px, 4vw, 56px); display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(28px, 4vw, 56px); align-items: center; }
.upfitter-card h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(24px, 2.8vw, 36px); line-height: 1.12; margin: 0 0 16px; }
.upfitter-card p { font-size: 16px; line-height: 1.65; color: var(--muted); margin: 0 0 24px; max-width: 52ch; }
.upfitter-media { display: flex; align-items: center; justify-content: center; padding: clamp(12px, 2vw, 24px); }

/* ---------- Contact page ---------- */
.contact-section { max-width: 1240px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px) clamp(56px, 7vw, 96px); display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(32px, 4vw, 56px); align-items: start; }
.contact-info { display: grid; gap: 28px; }
.info-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 28px; }
.info-card h2 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; font-weight: 600; }
.info-card address { font-style: normal; font-size: 17px; line-height: 1.7; color: var(--ink); }
.info-card address a { color: var(--accent); text-decoration: none; font-weight: 600; }
.hours-row { display: flex; justify-content: space-between; gap: 20px; font-size: 16px; line-height: 1.8; color: var(--ink); }
.hours-row span:last-child { color: var(--muted); }
.directions-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; text-decoration: none; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 22px 24px; transition: border-color .15s, box-shadow .15s; }
.directions-card:hover { border-color: var(--accent); box-shadow: 0 6px 20px rgba(28, 26, 23, 0.08); }
.directions-label { display: block; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 6px; }
.directions-title { display: block; font-size: 16px; font-weight: 600; color: var(--navy); }
.directions-sub { display: block; font-size: 13.5px; color: var(--muted-3); margin-top: 3px; }
.directions-arrow { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 18px; }

.contact-form-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: clamp(24px, 3vw, 40px); }
.contact-form { display: grid; gap: 18px; }
.contact-form[hidden] { display: none; }
.contact-form h2 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 24px; margin: 0 0 4px; }
.contact-field { display: grid; gap: 7px; font-size: 13px; font-weight: 600; color: var(--muted-4); }
.contact-field .req { color: var(--accent); }
.contact-field input, .contact-field textarea { font-family: inherit; font-size: 15px; padding: 13px 15px; border: 1px solid var(--input-border); border-radius: 9px; background: var(--input-bg); color: var(--ink); }
.contact-field textarea { resize: vertical; }
.contact-field input:focus, .contact-field textarea:focus { border-color: var(--accent); outline: none; }
.contact-submit { font-family: inherit; cursor: pointer; font-size: 15px; font-weight: 600; color: var(--cream); background: var(--accent); padding: 15px; border: none; border-radius: 10px; transition: background .15s; width: 100%; }
.contact-submit:hover { background: var(--accent-dark); }
.contact-alt { font-size: 12.5px; color: var(--muted-3); margin: 0; text-align: center; }
.contact-alt a { color: var(--accent); font-weight: 600; text-decoration: none; }
.contact-thanks { text-align: center; padding: 40px 12px; }
.contact-thanks-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--band-bg); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px; }
.contact-thanks h2 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 26px; margin: 0 0 12px; }
.contact-thanks p { font-size: 16px; line-height: 1.6; color: var(--muted); margin: 0 0 24px; max-width: 38ch; margin-left: auto; margin-right: auto; }
.contact-reset { font-family: inherit; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--accent); background: transparent; border: 1px solid var(--input-border); padding: 11px 22px; border-radius: 9px; }

/* ---------- Gallery page ---------- */
.gallery-grid-section { max-width: 1240px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px) clamp(56px, 7vw, 96px); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: clamp(18px, 2.2vw, 28px); }
.gallery-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 18px; overflow: hidden; transition: box-shadow .15s, transform .15s; }
.gallery-card:hover { box-shadow: 0 12px 32px rgba(28, 26, 23, 0.12); transform: translateY(-3px); }
.gallery-card-body { padding: 20px 22px 24px; }
.gallery-card-tag { font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 8px; }
.gallery-card h2 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 22px; line-height: 1.2; margin: 0 0 6px; }
.gallery-card p { font-size: 13.5px; line-height: 1.5; color: var(--muted-2); margin: 0; }
.gallery-cta { margin-top: clamp(40px, 5vw, 64px); text-align: center; }
.gallery-cta p { font-size: 16px; color: var(--muted); margin: 0 0 20px; }

/* ---------- Vans for sale page ---------- */
.vans-grid-section { max-width: 1240px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px) clamp(56px, 7vw, 96px); }
.vans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(24px, 3vw, 36px); }
.van-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; }
.van-media-wrap { position: relative; }
.van-badge { position: absolute; top: 16px; left: 16px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 12px; border-radius: 20px; }
.van-badge.is-new { color: var(--cream); background: var(--accent); }
.van-badge.is-used { color: var(--ink); background: #E7B694; }
.van-card-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.van-tag { font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 8px; }
.van-card h2 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 26px; line-height: 1.15; margin: 0 0 16px; }
.van-specs { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.van-specs li { font-size: 12.5px; font-weight: 600; color: var(--muted); background: var(--band-bg); border: 1px solid var(--band-border); padding: 6px 12px; border-radius: 20px; }
.van-price-row { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.van-was { font-size: 15px; color: #A0988A; text-decoration: line-through; line-height: 1; }
.van-price { font-family: 'Newsreader', serif; font-size: 30px; color: var(--ink); line-height: 1.1; }
.van-inquire { text-decoration: none; font-size: 14px; font-weight: 600; color: var(--cream); background: var(--accent); padding: 13px 22px; border-radius: 10px; white-space: nowrap; transition: background .15s; }
.van-inquire:hover { background: var(--accent-dark); }

.vans-build-cta { margin-top: clamp(40px, 5vw, 64px); background: var(--navy); color: #F0EBE1; border-radius: 20px; padding: clamp(32px, 4vw, 56px); display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between; }
.vans-build-cta h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(24px, 3vw, 36px); line-height: 1.12; margin: 0 0 12px; color: var(--cream); }
.vans-build-cta p { font-size: 16px; line-height: 1.6; color: #B7AE9E; margin: 0; }
.btn-tan { text-decoration: none; font-size: 15px; font-weight: 600; color: var(--cream); background: var(--accent); padding: 15px 28px; border-radius: 10px; white-space: nowrap; transition: background .15s; }
.btn-tan:hover { background: var(--accent-dark); }

/* ---------- Videos page ---------- */
.videos-embed-section { max-width: 1240px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px) clamp(48px, 6vw, 80px); display: flex; justify-content: center; }
.videos-embed-inner { width: 100%; max-width: 540px; }

/* ---------- Shared dark CTA band (videos, gallery-detail) ---------- */
.dark-cta { background: var(--navy); color: #F0EBE1; }
.dark-cta-inner { max-width: 1240px; margin: 0 auto; padding: clamp(44px, 5vw, 72px) clamp(18px, 4vw, 40px); display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.dark-cta h2 { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(24px, 3vw, 36px); line-height: 1.12; margin: 0 0 12px; color: var(--cream); }
.dark-cta p { font-size: 16px; line-height: 1.6; color: #B7AE9E; margin: 0; }
.dark-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-outline-light { text-decoration: none; font-size: 15px; font-weight: 600; color: var(--cream); background: transparent; border: 1px solid rgba(240, 235, 225, 0.4); padding: 14px 26px; border-radius: 10px; transition: background .15s; }
.btn-outline-light:hover { background: rgba(240, 235, 225, 0.12); }

/* ---------- Gallery detail page ---------- */
.gallery-detail-title-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-bottom: 18px; }
.gallery-detail-title-row h1 { margin: 0; }
.pill-back {
  position: relative; top: -0.42em; display: inline-flex; align-items: center; gap: 7px; text-decoration: none;
  font-size: 14px; font-weight: 600; color: var(--accent); padding: 9px 16px 9px 13px; border: 1px solid var(--band-border);
  border-radius: 999px; background: var(--card-bg); white-space: nowrap; transition: border-color .15s, background .15s;
}
.pill-back:hover { border-color: var(--accent); background: #FBF3EC; }

.photo-grid-section { max-width: 1240px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px) clamp(48px, 6vw, 80px); }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: clamp(10px, 1.4vw, 16px); }
.photo-tile { cursor: pointer; padding: 0; border: none; background: #E7E0D4; border-radius: 12px; overflow: hidden; display: block; width: 100%; transition: opacity .15s; }
.photo-tile:hover { opacity: 0.88; }

.lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(14, 32, 47, 0.94); display: flex; align-items: center; justify-content: center; padding: clamp(16px, 3vw, 48px); }
.lightbox[hidden] { display: none; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute; border-radius: 50%; border: none; cursor: pointer; background: rgba(250, 247, 241, 0.14);
  color: var(--cream); display: flex; align-items: center; justify-content: center;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(250, 247, 241, 0.28); }
.lightbox-close { top: 18px; right: 20px; width: 46px; height: 46px; font-size: 22px; }
.lightbox-prev { left: clamp(10px, 2vw, 28px); top: 50%; transform: translateY(-50%); width: 52px; height: 52px; font-size: 24px; }
.lightbox-next { right: clamp(10px, 2vw, 28px); top: 50%; transform: translateY(-50%); width: 52px; height: 52px; font-size: 24px; }
.lightbox-figure { margin: 0; max-width: 92vw; max-height: 88vh; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.lightbox-caption { font-size: 13px; letter-spacing: 0.04em; color: #B7AE9E; }

@media (max-width: 860px) {
  .bcv-aside { position: static; max-height: none !important; flex-basis: 100%; }
  .bcv-stepbar { top: 0; }
}

@media (max-width: 760px) {
  .site-header { padding-top: 12px; }
  .site-header-inner { height: auto; flex-wrap: wrap; padding-top: 8px; padding-bottom: 12px; gap: 8px 16px; }
  .site-logo-img { width: 60px; height: 60px; top: 10px; }
  .site-nav-primary { width: 100%; justify-content: flex-start; }
  .nav-cta { margin-left: 0; }
}
