/* TVB: clear type, authentic imagery and quiet, one-time motion. */
:root {
  --blue: #003b96;
  --deep: #062858;
  --orange: #ff790f;
  --ink: #172b47;
  --muted: #526176;
  --paper: #f3f6fa;
  --line: #dbe2eb;
  --max: 1320px;
  --font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { font-family: var(--font); font-size: 16px; line-height: 1.7; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary { cursor: pointer; }
[hidden] { display: none !important; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:where(a, button, summary, input, textarea):focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
::selection { background: #ffcb9c; color: var(--deep); }
p { color: var(--muted); }
p + p { margin-top: 18px; }
h1, h2, h3 { line-height: 1.2; font-weight: 650; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 4.4vw, 4rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.85rem, 2.8vw, 2.6rem); letter-spacing: -.035em; color: var(--deep); max-width: 23ch; }
h3 { font-size: 1.3rem; letter-spacing: -.02em; }
ul { padding-left: 20px; }
.wrap { width: calc(100% - 112px); max-width: var(--max); margin-inline: auto; min-width: 0; }
.wrap > *, article, .story-copy { min-width: 0; }
.section { padding-block: 96px; }
.eyebrow { display: block; font-size: .75rem; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; color: var(--blue); line-height: 1.6; margin-bottom: 16px; }
.section-head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.section-head > p { max-width: 52ch; font-size: 1rem; }
.large-copy { font-size: 1.25rem; line-height: 1.6; color: var(--ink); letter-spacing: -.01em; }
.note { font-size: .875rem; margin-top: 22px; }
.btn-row { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 22px; border: 1px solid transparent; border-radius: 4px; font-size: .9375rem; font-weight: 650; line-height: 1.5; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.btn span, .text-link span { font-size: 1.15rem; line-height: 1; }
.btn-orange { background: var(--orange); color: #09284d; }
.btn-orange:hover { background: #ff943e; }
.btn-blue, .btn-primary { background: var(--blue); color: #fff; }
.btn-blue:hover, .btn-primary:hover { background: var(--deep); }
.btn-outline { background: transparent; border-color: #acbdcf; color: var(--deep); }
.btn-outline:hover { background: var(--deep); border-color: var(--deep); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: .9375rem; font-weight: 600; color: var(--blue); min-height: 44px; text-decoration: underline; text-decoration-color: #9eb4d2; text-underline-offset: 7px; transition: text-decoration-color 180ms ease; }
.text-link:hover { text-decoration-color: currentColor; }
.text-link.light { color: #fff; text-decoration-color: #7187a5; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: #fff; padding: 14px; color: var(--blue); }
.skip-link:focus { top: 12px; }
/* Navigation */
.topline { background: var(--deep); color: #e0e9f5; font-size: .75rem; padding: 8px 0; }
.topline .wrap { display: flex; justify-content: space-between; gap: 20px; }
.site-header { position: sticky; top: 0; background: #fff; z-index: 30; border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 62px; height: 62px; flex-shrink: 0; border-radius: 50%; background: #fff url('header-source.jpg') -28px -9px / 389px 152px no-repeat; }
.brand-name { font-size: 9px; font-weight: 700; letter-spacing: .045em; line-height: 1.4; color: var(--blue); }
.brand-name strong { display: block; font-size: 23px; letter-spacing: .03em; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 25px; padding: 0; }
.nav-links a { position: relative; font-size: .875rem; font-weight: 600; padding: 14px 0; }
.nav-links a::after { content: ''; position: absolute; bottom: 7px; left: 0; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.nav-links a:hover::after, .nav-links a[aria-current]::after { transform: scaleX(1); }
.nav-phone { display: inline-flex; align-items: center; gap: 18px; padding: 11px 17px; font-size: .875rem; font-weight: 650; white-space: nowrap; color: var(--blue); border: 1px solid #b7c7dc; border-radius: 4px; transition: background-color 180ms ease; }
.nav-phone:hover { background: var(--paper); }
.nav-toggle { display: none; padding: 10px; width: 44px; height: 44px; border: 0; background: transparent; }
body:not(.menu-ready) .nav-toggle { display: none; }
/* Hero: static photography and a calm, readable rate panel. */
.hero { background: var(--deep); color: #fff; padding: 72px 0; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 64px; }
.hero .eyebrow { color: #ffc28e; margin-bottom: 22px; }
.hero h1 { color: #fff; max-width: none; }
.hero h1 span { color: #fff; }
.hero-lead { font-size: 1.0625rem; color: #d9e3ef; line-height: 1.8; margin-top: 25px; margin-bottom: 28px; max-width: 52ch; }
.hero .btn-row { gap: 16px 24px; }
.hero .text-link { font-size: .875rem; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 27px; color: #d3dfed; font-size: .8125rem; }
.hero-checks span { display: inline-flex; gap: 8px; align-items: baseline; }
.hero-checks span::before { content: '✓'; color: #ffc28e; }
.hero-visual { overflow: hidden; border-radius: 6px; background: #fff; }
.hero-photo { position: relative; aspect-ratio: 1.42; overflow: hidden; background: #417398; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 66% 60%; }
.hero-photo figcaption { position: absolute; bottom: 0; inset-inline: 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding: 40px 22px 16px; background: linear-gradient(transparent, #061b32c9); color: #fff; font-size: .75rem; }
.hero-photo figcaption span { color: #dce5ee; }
.hero-rate { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 23px 28px; color: var(--deep); border-top: 3px solid var(--orange); }
.rate-label { display: block; font-size: .75rem; font-weight: 600; }
.hero-rate p { margin-top: 2px; color: var(--deep); font-size: .875rem; white-space: nowrap; }
.hero-rate strong { font-size: 2.5rem; line-height: 1.2; font-weight: 650; letter-spacing: -.04em; }
.rate-detail { text-align: right; }
.rate-detail > span { display: block; font-size: .75rem; color: var(--muted); }
.rate-detail a { display: inline-flex; align-items: center; gap: 12px; font-size: .875rem; font-weight: 600; min-height: 44px; }
.rate-detail a:hover { text-decoration: underline; text-underline-offset: 5px; }
.quick-facts { border-bottom: 1px solid var(--line); padding-block: 28px; }
.quick-facts .wrap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.quick-facts .wrap > div { display: flex; flex-direction: column; padding: 0 30px; border-left: 1px solid var(--line); }
.quick-facts .wrap > div:first-child { border: 0; padding-left: 0; }
.quick-facts strong { font-size: 1.125rem; font-weight: 650; color: var(--deep); letter-spacing: -.015em; }
.quick-facts span { font-size: .8125rem; color: var(--muted); margin-top: 2px; }
/* Vehicle comparison */
.vehicle-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.vehicle { padding: 34px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 4px; background: #fff; }
.vehicle-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.vehicle-title .eyebrow { margin-bottom: 9px; letter-spacing: .065em; }
.vehicle h3 { color: var(--deep); font-size: 1.5rem; }
.volume { font-size: 3.5rem; color: #c2cedd; font-weight: 600; letter-spacing: -.055em; line-height: 1; white-space: nowrap; }
.volume small { font-size: 1.125rem; letter-spacing: 0; margin-left: 3px; }
.vehicle > p { max-width: 51ch; }
.vehicle dl { margin-block: 23px 18px; border-top: 1px solid var(--line); font-size: .875rem; }
.vehicle dl > div { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 15px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.vehicle dt { color: var(--muted); }
.vehicle dd { font-weight: 600; }
.equipment { display: flex; flex-wrap: wrap; gap: 10px 26px; align-items: center; font-size: .875rem; padding-top: 25px; margin-top: 10px; }
.equipment > span:first-child { color: var(--blue); font-weight: 650; }
.equipment > span:not(:first-child)::before { content: '·'; color: var(--blue); margin-right: 10px; }
/* Prices */
.price-section { background: var(--paper); }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.price-card { display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.price-card .eyebrow { font-size: .75rem; margin-bottom: 14px; }
.price-card h3 { font-size: 1.375rem; }
.amount { display: flex; align-items: baseline; gap: 8px; font-size: 3.125rem; line-height: 1.25; letter-spacing: -.045em; font-weight: 650; color: var(--deep); margin-top: 22px; min-height: 64px; }
.amount > span { font-size: 1rem; letter-spacing: 0; font-weight: 400; }
.amount.request { font-size: 2rem; letter-spacing: -.035em; align-items: center; }
.price-card .price-unit { font-size: .875rem; margin-block: 4px 25px; }
.price-card > p:not(.price-unit) { margin-top: 0; flex-grow: 1; font-size: 1rem; }
.price-card ul { list-style: none; padding: 23px 0; font-size: .875rem; }
.price-card li { padding: 5px 0; }
.price-card li::before { content: '✓'; margin-right: 10px; }
.price-card .btn { font-size: .875rem; }
.price-card.orange { background: var(--deep); color: #fff; border-color: var(--deep); border-top: 3px solid var(--orange); padding-top: 30px; }
.price-card.orange .eyebrow { color: #ffc28e; }
.price-card.orange p { color: #d5e1ee; }
.price-card.orange .amount { color: #fff; }
.price-card.orange .btn { background: var(--orange); color: var(--deep); }
.price-card.orange .btn:hover { background: #ff943e; }
/* Use cases and booking process */
.use-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.use-grid article { display: flex; flex-direction: column; align-items: flex-start; border-top: 1px solid var(--line); padding-top: 28px; }
.use-grid h3 { margin-bottom: 16px; font-size: 1.25rem; }
.use-grid p { flex-grow: 1; }
.use-grid .text-link { margin-top: 20px; }
.blue-section { background: #edf3fa; border-block: 1px solid #dde6f1; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; }
.step-number { display: block; border-top: 1px solid #becde0; padding-top: 20px; margin-bottom: 18px; color: var(--blue); font-size: .875rem; font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.steps h3 { font-size: 1.25rem; margin-bottom: 14px; }
.steps p { font-size: 1rem; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.story-copy .large-copy { margin-bottom: 20px; }
.story-copy .text-link { margin-top: 20px; }
/* Accessories */
.accessories-section { background: var(--paper); }
.accessory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.accessory { display: flex; flex-direction: column; align-items: flex-start; }
.accessory-image { width: 100%; height: 180px; padding: 25px; display: flex; align-items: center; background: #fff; border-radius: 4px; margin-bottom: 22px; }
.accessory-image img { width: 100%; height: 100%; object-fit: contain; }
.accessory h3 { color: var(--deep); font-size: 1.1875rem; margin-bottom: 12px; }
.accessory p { font-size: .9375rem; flex-grow: 1; }
.accessory > strong { display: block; font-size: 1.5rem; font-weight: 650; color: var(--deep); margin-top: 20px; }
.accessory > strong > span { font-size: .8125rem; color: var(--muted); font-weight: 400; }
.accessory > small { color: var(--muted); font-size: .75rem; }
.accessory-extra { display: flex; justify-content: space-between; align-items: center; gap: 35px; border-top: 1px solid var(--line); margin-top: 36px; padding-top: 26px; }
.accessory-extra strong { font-size: 1rem; font-weight: 600; }
.accessory-extra p { font-size: .875rem; margin-top: 8px; }
.accessory-extra .text-link { flex-shrink: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.benefit-grid article { border-top: 1px solid var(--line); padding-top: 24px; }
.benefit-grid h3 { font-size: 1.125rem; margin-bottom: 14px; }
.benefit-grid p { font-size: 1rem; }
.region-section { background: #edf3fa; }
/* FAQ */
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.faq-grid > div:first-child > p { max-width: 39ch; margin-block: 24px 18px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; position: relative; font-size: 1rem; line-height: 1.6; font-weight: 600; padding: 22px 40px 22px 0; color: var(--deep); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 19px; font-size: 1.5rem; font-weight: 400; color: var(--blue); }
.faq details[open] summary::after { content: '−'; }
.faq details[open] summary { padding-bottom: 12px; }
.faq details p { font-size: 1rem; padding-bottom: 23px; padding-right: 20px; }
.faq details a { text-decoration: underline; text-underline-offset: 3px; }
/* Contact */
.contact-section { background: var(--deep); color: #fff; padding-bottom: 68px; }
.contact-section .eyebrow { color: #ffc28e; }
.contact-head { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; margin-bottom: 48px; }
.contact-head h2 { color: #fff; max-width: 19ch; }
.contact-head p { color: #d5e1ee; }
.contact-phone { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-block: 17px 12px; font-size: clamp(1.6rem, 2.6vw, 2.5rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.35; }
.contact-phone span { color: #ffa45d; }
.contact-head > div > p:last-child { font-size: .875rem; }
.contact-form-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding-block: 44px 50px; border-top: 1px solid #345172; }
.form-intro h3 { font-size: 1.65rem; margin-bottom: 20px; }
.form-intro p { font-size: 1rem; color: #d5e1ee; max-width: 36ch; }
.contact-form { min-width: 0; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; min-width: 0; }
.form-field label { font-size: .875rem; font-weight: 600; }
.form-field label span { font-size: .75rem; font-weight: 400; color: #c5d3e4; margin-left: 4px; }
.form-field input, .form-field textarea { font-size: 1rem; line-height: 1.6; width: 100%; min-width: 0; max-width: 100%; color: var(--ink); background: #fff; border: 1px solid #c5d2e1; border-radius: 3px; padding: 12px 14px; }
.form-field input { min-height: 50px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #667487; opacity: 1; }
.form-field textarea { resize: vertical; min-height: 135px; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.privacy-check { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: .875rem; color: #dce6f1; line-height: 1.7; }
.privacy-check input { appearance: auto; accent-color: var(--orange); width: 18px; height: 18px; flex: 0 0 18px; margin-top: 3px; }
.privacy-check a { text-decoration: underline; text-underline-offset: 3px; }
.form-submit { display: flex; align-items: center; gap: 22px; margin-top: 24px; }
.form-submit > span { color: #d5e1ee; font-size: .8125rem; max-width: 190px; }
.form-submit .btn:disabled { opacity: .65; cursor: wait; }
.form-status { font-size: .9375rem; color: var(--ink); background: #fff; border-left: 4px solid var(--orange); padding: 16px 20px; margin-top: 22px; border-radius: 3px; overflow-wrap: anywhere; }
.form-status[data-state='success'] { border-color: #299367; }
.form-note { font-size: .875rem; color: #d5e1ee; margin-top: 16px; }
.contact-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; border-top: 1px solid #345172; padding-top: 34px; font-size: .9375rem; }
.contact-details h3 { font-size: 1.125rem; margin-bottom: 18px; }
.contact-details p, .contact-details address { color: #d5e1ee; }
.contact-details address { font-style: normal; line-height: 1.9; margin-bottom: 12px; }
.contact-details a[href^='mailto'] { display: inline-block; overflow-wrap: anywhere; padding-block: 8px; }
.hours > div { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 3px 12px; padding-block: 4px; }
.hours dt { color: #d5e1ee; }
.hours dd { white-space: nowrap; }
.contact-details .note, .contact-details .hours + p { font-size: .8125rem; margin-top: 14px; }
/* Footer and legal routes */
.site-footer { padding: 32px 0 24px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 28px; }
.footer-main > span { color: var(--muted); font-size: .875rem; }
.back-top { font-size: .875rem; white-space: nowrap; padding-block: 10px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px 25px; border-top: 1px solid var(--line); padding-top: 18px; font-size: .75rem; color: var(--muted); }
.footer-bottom nav { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.footer-bottom a { padding-block: 8px; }
.motion-toggle { background: none; border: 0; color: inherit; padding: 5px 0; min-height: 34px; font-size: .75rem; }
.mobile-cta { display: none; }
.page-head, .page-hero { background: var(--paper); padding: 56px 0; border-bottom: 1px solid var(--line); }
.page-head h1, .page-hero h1 { overflow-wrap: anywhere; color: var(--deep); }
.crumb { font-size: .875rem; margin-bottom: 18px; }
.crumb a { text-decoration: underline; text-underline-offset: 3px; }
.narrow { max-width: 940px; }
.legal { padding: 52px 0 80px; }
.legal h2 { max-width: none; font-size: 1.5rem; margin: 35px 0 18px; }
.legal p, .legal li { font-size: 1rem; overflow-wrap: anywhere; }
.legal .box { padding: 26px; background: var(--paper); border-left: 3px solid var(--orange); margin-bottom: 26px; }
.legal .box p + p { margin-top: 4px; }
.legal .btn-row { margin-top: 35px; }
.legal a:not(.btn) { text-decoration: underline; text-underline-offset: 3px; }
.legal ul { margin-block: 16px; }
/* Motion never hides content or runs continuously. */
.motion-paused { scroll-behavior: auto; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation: none !important; transition: none !important; }
@media (max-width: 1200px) {
  .wrap { width: calc(100% - 72px); }
  .nav { gap: 18px; }
  .nav-links { gap: 19px; }
  .nav-phone { padding-inline: 13px; gap: 10px; }
  .brand-name strong { font-size: 21px; }
  .hero-grid { gap: 40px; }
  .hero-rate { padding: 20px; flex-wrap: wrap; gap: 8px 16px; }
  .section-head, .story-grid, .faq-grid, .contact-head, .contact-form-grid { gap: 50px; }
  .price-card { padding: 26px; }
  .price-card.orange { padding-top: 24px; }
  .accessory-grid { gap: 22px; }
  .accessory-image { padding: 18px; height: 155px; }
}
@media (max-width: 1000px) {
  .nav-phone { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero .btn-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-photo { aspect-ratio: 1.12; }
  .hero-rate { align-items: flex-start; }
  .rate-detail { text-align: left; }
  .quick-facts .wrap > div { padding-inline: 20px; }
  .quick-facts strong { font-size: 1rem; }
  .section { padding-block: 76px; }
  .vehicle { padding: 26px; }
  .vehicle-title { align-items: flex-start; }
  .vehicle h3 { font-size: 1.3rem; }
  .volume { font-size: 2.7rem; }
  .vehicle dl > div { flex-direction: column; }
  .price-grid { gap: 16px; }
  .price-card { padding: 22px; }
  .price-card.orange { padding-top: 20px; }
  .price-card .btn { padding-inline: 12px; gap: 8px; }
  .amount { font-size: 2.75rem; }
  .amount.request { font-size: 1.65rem; }
  .steps, .use-grid { gap: 28px; }
  .accessory-grid, .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 28px; }
  .accessory-image { height: 190px; }
  .contact-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-details > div:last-child { grid-column: 1 / -1; }
  .footer-main > span { display: none; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 95px; }
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 58px; }
  .topline .wrap { justify-content: center; }
  .topline .wrap > span:first-child { display: none; }
  .nav { min-height: 76px; flex-wrap: wrap; gap: 0; }
  .brand { gap: 9px; }
  .brand-mark { width: 54px; height: 54px; background-size: 339px 132px; background-position: -24px -8px; }
  .brand-name { font-size: 8px; }
  .brand-name strong { font-size: 21px; }
  .nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; margin-left: auto; }
  .nav-toggle span { height: 2px; width: 24px; display: block; background: var(--blue); transition: transform 180ms ease; }
  .nav-toggle[aria-expanded='true'] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .nav-toggle[aria-expanded='true'] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .nav-links { width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--line); padding: 8px 0 15px; max-height: calc(100dvh - 130px); overflow-y: auto; }
  .menu-ready .nav-links { display: none; }
  .menu-ready.nav-open .nav-links { display: flex; }
  .nav-links a { padding: 11px 0; font-size: .9375rem; }
  .nav-links a::after { display: none; }
  .hero { padding-block: 45px 32px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: clamp(2.25rem, 8.8vw, 3.4rem); max-width: 16ch; }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero-lead { font-size: 1rem; margin-block: 22px 24px; }
  .hero .btn-row { flex-direction: row; align-items: center; gap: 12px 20px; }
  .hero-checks { margin-top: 22px; gap: 8px 20px; }
  .hero-photo { aspect-ratio: 1.65; }
  .hero-rate { align-items: center; padding: 18px 20px; }
  .hero-rate strong { font-size: 2.125rem; }
  .rate-detail { text-align: right; }
  .quick-facts { padding-block: 22px; }
  .quick-facts .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 0; }
  .quick-facts .wrap > div { padding-inline: 18px 0; }
  .quick-facts .wrap > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .section-head, .story-grid, .faq-grid, .contact-head, .contact-form-grid { grid-template-columns: 1fr; gap: 22px; }
  .section-head { margin-bottom: 30px; }
  h2 { font-size: clamp(1.8rem, 6.4vw, 2.2rem); max-width: 26ch; }
  .section-head > p { max-width: none; }
  .vehicle-list, .price-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .vehicle { padding: 26px; }
  .vehicle-title { align-items: center; }
  .vehicle-title .eyebrow { font-size: .75rem; }
  .vehicle h3 { font-size: 1.375rem; }
  .vehicle dl > div { flex-direction: row; }
  .equipment { gap: 10px 20px; }
  .price-card { padding: 28px; }
  .price-card.orange { padding-top: 26px; }
  .price-card .btn { padding-inline: 20px; }
  .amount { font-size: 3rem; min-height: 60px; }
  .amount.request { font-size: 2rem; }
  .steps, .use-grid { grid-template-columns: 1fr; gap: 28px; }
  .use-grid article { padding-top: 22px; }
  .step-number { margin-bottom: 14px; }
  .steps h3 { margin-bottom: 12px; }
  .accessory-grid, .benefit-grid { gap: 30px 22px; }
  .accessory-image { height: 150px; padding: 16px; }
  .accessory p { font-size: .9375rem; }
  .accessory > strong > span { display: block; }
  .accessory-extra { flex-direction: column; align-items: flex-start; gap: 14px; }
  .benefit-grid h3 { font-size: 1.0625rem; }
  .faq-grid { gap: 30px; }
  .faq-grid > div:first-child > p { max-width: none; margin-block: 20px 12px; }
  .contact-head { margin-bottom: 30px; }
  .contact-head h2 { max-width: 25ch; }
  .contact-phone { font-size: clamp(1.5rem, 7vw, 2rem); }
  .contact-form-grid { gap: 28px; padding-block: 32px 38px; }
  .form-intro p { max-width: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { flex-wrap: wrap; gap: 16px; }
  .form-submit > span { max-width: none; }
  .contact-details { grid-template-columns: 1fr; gap: 30px; }
  .contact-details > div:last-child { grid-column: auto; }
  .hours { max-width: 370px; }
  .site-footer { padding-bottom: calc(100px + env(safe-area-inset-bottom)); }
  .footer-main { gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-bottom nav { gap: 18px; }
  .mobile-cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: fixed; z-index: 35; bottom: 0; inset-inline: 0; padding: 17px 20px calc(17px + env(safe-area-inset-bottom)); background: var(--deep); color: #fff; border-top: 2px solid var(--orange); box-shadow: 0 -4px 18px #071e3412; }
  .mobile-cta > span { font-size: .8125rem; }
  .mobile-cta strong { font-size: .9375rem; font-weight: 600; }
  .page-head, .page-hero { padding-block: 36px; }
  .legal { padding-block: 35px 55px; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 32px); }
  .brand-name strong { font-size: 19px; }
  .hero-rate { gap: 5px; }
  .rate-detail { text-align: left; }
  .vehicle { padding: 22px; }
  .vehicle-title { gap: 12px; }
  .volume { font-size: 2.25rem; }
  .vehicle dl > div { flex-direction: column; }
  .accessory-grid, .benefit-grid { grid-template-columns: 1fr; }
  .accessory-image { height: 180px; }
  .accessory > strong > span { display: inline; }
  .mobile-cta { padding-inline: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .topline, .site-header, .mobile-cta, .motion-toggle, .back-top, .contact-form-grid { display: none; }
  .section { padding-block: 24px; }
  .wrap { width: 100%; }
  body, .hero, .contact-section { background: #fff; color: #000; }
  .hero h1, .hero p, .hero .eyebrow, .contact-section h2, .contact-section h3, .contact-section p, .contact-section address, .contact-section dt { color: #000; }
  .hero-checks, .hero .btn-row { display: none; }
  .site-footer { padding-bottom: 0; }
  .price-card, .vehicle, .faq details { break-inside: avoid; }
}
