:root {
  --black: #090a0b;
  --ink: #151719;
  --charcoal: #24272a;
  --muted: #747474;
  --paper: #f7f5ef;
  --white: #fff;
  --gold: #d6a52c;
  --gold-bright: #f1c75b;
  --line: rgba(24, 24, 24, .16);
  --shadow: 0 24px 70px rgba(0, 0, 0, .18);
  font-family: "Montserrat", "Avenir Next", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.6 "Montserrat", Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header {
  position: sticky; top: 0; z-index: 20; min-height: 104px; padding: 13px 4vw;
  display: grid; grid-template-columns: 250px 1fr 250px; align-items: center;
  background: rgba(247, 245, 239, .94); border-bottom: 1px solid rgba(0, 0, 0, .07); backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; color: #111; }
.brand-mark { width: 112px; height: 42px; overflow: hidden; flex: 0 0 auto; }
.brand-mark img { width: 112px; height: auto; max-width: none; filter: drop-shadow(-.6px 0 #080909) drop-shadow(.6px 0 #080909) drop-shadow(0 -.6px #080909) drop-shadow(0 .6px #080909); }
.brand-name { display: grid; gap: 4px; white-space: nowrap; text-transform: uppercase; letter-spacing: .22em; font-size: 10px; font-weight: 700; line-height: 1; }
.brand-name strong { color: #a8780d; font-weight: 700; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(26px, 4.5vw, 78px); text-transform: uppercase; letter-spacing: .28em; font-size: 11px; font-weight: 700; }
.main-nav a { padding: 12px 2px; border-bottom: 1px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: #9b7416; border-color: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; }
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 5px auto; background: var(--ink); }

.showroom { min-height: calc(100vh - 104px); color: var(--white); background: #080909; }
.vehicle-stage { min-height: calc(100vh - 104px); padding: 46px 4vw 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: radial-gradient(circle at 50% 36%, #292722 0, #111212 48%, #080909 76%); }
.stage-copy { position: relative; z-index: 2; margin-bottom: -4px; }
.eyebrow { margin: 0 0 8px; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .42em; font-size: 11px; font-weight: 700; }
.stage-copy h1, .booking-intro h1 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(43px, 6vw, 82px); line-height: .94; font-weight: 600; letter-spacing: -.025em; }
.vehicle-name { margin: 12px 0 0; color: rgba(255, 255, 255, .7); text-transform: uppercase; letter-spacing: .28em; font-size: 11px; }
.hero-vehicle { position: relative; width: min(1180px, 94vw); aspect-ratio: 16 / 8.4; margin: 28px auto 26px; overflow: hidden; background: #111; box-shadow: 0 38px 100px rgba(0,0,0,.5); }
.hero-vehicle img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-vehicle-shade { position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 75px rgba(0,0,0,.25); background: linear-gradient(to top, rgba(4,5,5,.18), transparent 35%); }
.gold-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-width: 205px; min-height: 52px; padding: 12px 28px; border: 1px solid var(--gold); color: #121212; background: linear-gradient(135deg, #efcb67, #c58c13); text-transform: uppercase; letter-spacing: .25em; font-size: 10px; font-weight: 700; box-shadow: 0 13px 35px rgba(204, 150, 22, .18); transition: transform .2s, box-shadow .2s; }
.gold-button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(204, 150, 22, .3); }
.gold-button span { font-size: 17px; }
.quick-price-section { scroll-margin-top: 104px; padding: clamp(52px, 6vw, 82px) 5vw clamp(60px, 7vw, 96px); color: var(--ink); background: #ece9e1; }
.quick-price-heading { width: min(760px, 100%); margin: 0 auto 34px; text-align: center; }
.quick-price-heading .eyebrow { color: #987015; }
.quick-price-heading h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(42px, 5vw, 67px); line-height: 1; }
.quick-price-heading > p:not(.eyebrow) { max-width: 620px; margin: 18px auto 0; color: #65645f; line-height: 1.8; }
.quick-price-card { width: min(1040px, 100%); min-width: 0; margin: 0 auto; padding: clamp(24px, 4vw, 46px); background: #fff; border: 1px solid #d9d3c6; box-shadow: var(--shadow); }
.quick-price-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.quick-price-form .gold-button { align-self: end; border: 0; cursor: pointer; }
.quick-price-form .quick-form-help { grid-column: 1 / -1; color: #777; }
.address-field { position: relative; display: grid; width: 100%; min-width: 0; max-width: 100%; gap: 8px; }
.address-suggestions { position: absolute; z-index: 35; top: calc(100% + 2px); left: 0; right: 0; max-height: 245px; overflow-y: auto; background: #fff; border: 1px solid #cfc9bc; box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.address-suggestions button { width: 100%; padding: 13px 14px; border: 0; border-bottom: 1px solid #ece8df; color: #333; background: #fff; text-align: left; font-size: 12px; line-height: 1.45; cursor: pointer; }
.address-suggestions button:hover, .address-suggestions button:focus { color: #5b430d; background: #fff7e6; outline: 2px solid var(--gold); outline-offset: -2px; }
.quote-status { min-height: 24px; margin: 22px 0 0; color: #78590f; font-weight: 650; }
.quick-price-result { margin-top: 25px; padding: clamp(22px, 4vw, 38px); color: #fff; background: radial-gradient(circle at 80% 10%, #3a3529, #111212 65%); }
.quick-price-result > strong { display: block; color: var(--gold-bright); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(47px, 7vw, 72px); line-height: 1; }
.quick-price-result dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 28px 0; background: rgba(255,255,255,.15); }
.quick-price-result dl div { padding: 14px; background: #1b1c1c; }
.quick-price-result dt { color: var(--gold-bright); text-transform: uppercase; letter-spacing: .15em; font-size: 8px; font-weight: 700; }
.quick-price-result dd { margin: 5px 0 0; color: rgba(255,255,255,.8); font-size: 12px; }
.quick-price-result ul { padding-left: 18px; color: rgba(255,255,255,.72); font-size: 12px; }
.quick-price-result > p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.7; }
.service-story { padding: clamp(76px, 10vw, 140px) 7vw; display: grid; justify-items: center; text-align: center; color: var(--ink); background: var(--paper); }
.service-story h2 { max-width: 920px; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 5vw, 68px); font-weight: 600; line-height: 1.02; }
.service-story > p:not(.eyebrow) { max-width: 820px; margin: 30px auto 0; color: #5f5f5b; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.85; }
.service-story .eyebrow { color: #a57912; }
.service-story-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px; margin-top: 42px; }
.text-call { padding: 12px 2px; border-bottom: 1px solid var(--gold); color: #6d5214; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 700; }
.local-service-band { padding: clamp(76px, 9vw, 130px) 5vw; color: var(--ink); background: #ece9e1; text-align: center; }
.local-service-heading { max-width: 860px; margin: auto; }
.local-service-heading .eyebrow { color: #987015; }
.local-service-heading h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 5vw, 64px); line-height: 1.03; }
.local-service-heading > p:not(.eyebrow) { max-width: 720px; margin: 24px auto 0; color: #60605c; }
.local-area-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; max-width: 1500px; margin: 50px auto 35px; background: #d3cdbf; border: 1px solid #d3cdbf; text-align: left; }
.local-area-grid a { min-height: 255px; padding: 30px 24px; background: #fff; transition: transform .2s, background .2s; }
.local-area-grid a:hover { position: relative; z-index: 1; transform: translateY(-5px); background: #fffaf0; }
.local-area-grid span { color: #a57912; font-family: "Cormorant Garamond", Georgia, serif; font-size: 21px; }
.local-area-grid h3 { margin: 22px 0 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 29px; }
.local-area-grid p { margin: 0; color: #666; font-size: 12px; line-height: 1.7; }

.areas-hero { min-height: 530px; display: grid; place-items: center; padding: 80px 7vw; color: #fff; text-align: center; background: linear-gradient(rgba(7,8,8,.4),rgba(7,8,8,.82)),url("assets/images/vehicle/expedition-city-hero.png") center 58% / cover; }
.areas-hero > div { max-width: 980px; }
.areas-hero h1 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(48px, 7vw, 88px); line-height: .96; font-weight: 600; }
.areas-hero p:not(.eyebrow) { max-width: 760px; margin: 26px auto 0; color: rgba(255,255,255,.76); font-size: 17px; }
.area-jump { position: sticky; top: 104px; z-index: 12; display: flex; justify-content: center; flex-wrap: wrap; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.area-jump a { padding: 16px clamp(14px, 2.5vw, 34px); color: #555; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-weight: 700; }
.area-jump a:hover { color: #88620e; background: #fff8e9; }
.areas-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 130px); align-items: center; padding: clamp(75px, 10vw, 140px) 7vw; background: #f7f5ef; }
.areas-intro h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 5vw, 64px); line-height: 1.04; }
.areas-intro .eyebrow { color: #9b7218; }
.areas-intro > p { margin: 0; color: #60605c; font-size: 17px; line-height: 1.9; }
.area-detail { scroll-margin-top: 165px; display: grid; grid-template-columns: 160px minmax(0, 980px); gap: clamp(30px, 6vw, 90px); justify-content: center; padding: clamp(72px, 9vw, 125px) 7vw; background: #fff; }
.area-detail.alt { background: #ece9e1; }
.area-number { color: #c4921e; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(60px, 8vw, 110px); line-height: .8; }
.area-copy .eyebrow { color: #916a11; }
.area-copy h2 { margin: 0 0 28px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; }
.area-copy > p:not(.eyebrow) { max-width: 900px; color: #5c5c59; font-size: 16px; line-height: 1.9; }
.area-services { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.area-services span { padding: 8px 12px; border: 1px solid #d4c9ae; color: #6f5313; background: #fffaf0; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.area-list-label { margin-top: 30px !important; color: #262626 !important; font-weight: 700; }
.service-area-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 14px; background: #d7d1c5; border: 1px solid #d7d1c5; }
.service-area-list span { padding: 13px 14px; color: #555; background: #fff; font-size: 12px; font-weight: 600; }
.areas-cta { padding: clamp(80px, 11vw, 150px) 7vw; color: #fff; text-align: center; background: radial-gradient(circle at 50% 20%,#373329,#0b0c0d 68%); }
.areas-cta h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(42px, 6vw, 72px); line-height: 1; }
.areas-cta > p:not(.eyebrow) { max-width: 750px; margin: 24px auto 35px; color: rgba(255,255,255,.68); }
.areas-cta > div { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 30px; }
.areas-cta .text-call { color: var(--gold-bright); }
.trust-grid { width: min(1180px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 58px; background: #d9d4c8; border: 1px solid #d9d4c8; text-align: left; }
.trust-grid article { padding: clamp(27px, 4vw, 48px); background: #fff; }
.trust-grid article > span { color: #a57912; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; }
.trust-grid h3 { margin: 18px 0 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 27px; }
.trust-grid p { margin: 0; color: #666; }
.faq-section { padding: clamp(76px, 9vw, 130px) 7vw; color: var(--white); background: #111212; }
.faq-section > .eyebrow, .faq-section > h2, .faq-list { width: min(980px, 100%); margin-left: auto; margin-right: auto; }
.faq-section > h2 { margin-top: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 5vw, 62px); line-height: 1.04; }
.faq-list { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.16); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.16); }
.faq-list summary { position: relative; padding: 25px 52px 25px 0; cursor: pointer; list-style: none; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--gold-bright); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 800px; padding: 0 30px 25px 0; margin: 0; color: rgba(255,255,255,.67); }
.faq-list a { color: var(--gold-bright); }

.booking-main { min-height: calc(100vh - 104px); display: grid; grid-template-columns: .8fr 1.2fr; background: var(--paper); }
.booking-intro { padding: clamp(58px, 8vw, 120px) clamp(34px, 7vw, 110px); color: var(--white); background: radial-gradient(circle at 20% 25%, #34312c, #101111 63%); }
.booking-intro h1 { max-width: 620px; }
.booking-intro > p:not(.eyebrow) { max-width: 560px; margin: 28px 0 55px; color: rgba(255,255,255,.67); font-size: 16px; }
.service-note { display: grid; grid-template-columns: 42px 1fr; gap: 19px; max-width: 500px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.13); }
.service-note > span { color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 25px; }
.service-note p { margin: 0; color: rgba(255,255,255,.65); }
.service-note strong { color: var(--white); font-weight: 600; }
.booking-card { padding: clamp(42px, 6vw, 90px) clamp(28px, 7vw, 110px); }
.booking-card form { max-width: 840px; margin: auto; }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading p { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; font-weight: 600; }
.form-heading span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
fieldset { min-width: 0; margin: 0; padding: 42px 0; border: 0; border-bottom: 1px solid var(--line); }
legend { padding: 0; margin-bottom: 24px; text-transform: uppercase; letter-spacing: .3em; font-size: 11px; font-weight: 700; color: #8d691a; }
.form-grid { display: grid; align-items: start; gap: 24px; }
.form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
label { display: grid; align-content: start; gap: 8px; width: 100%; min-width: 0; max-width: 100%; color: #555; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 700; }
input:not([type="checkbox"]), select, textarea { display: block; width: 100%; min-width: 0; max-width: 100%; min-height: 56px; margin: 0; padding: 14px 16px; border: 1px solid #d5d1c8; border-radius: 0; color: var(--ink); background-color: rgba(255,255,255,.9); outline: none; font-size: 14px; font-weight: 500; line-height: 1.3; letter-spacing: 0; text-transform: none; }
input:not([type="checkbox"]), select { height: 56px; }
input[type="date"], input[type="time"] { -webkit-appearance: none; appearance: none; }
input[type="date"]::-webkit-date-and-time-value, input[type="time"]::-webkit-date-and-time-value { min-height: 1.3em; margin: 0; text-align: left; }
select { -webkit-appearance: none; appearance: none; padding-right: 46px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25l5-5' fill='none' stroke='%23444749' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 17px center; background-size: 12px 8px; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214,165,44,.12); }
textarea { min-height: 120px; resize: vertical; }
.field-hint { display: block; margin-top: -3px; color: #8a8984; text-transform: none; letter-spacing: 0; font-size: 10px; font-weight: 500; }
.time-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.availability-hint { grid-column: 1 / -1; color: #777; text-transform: none; letter-spacing: 0; font-size: 10px; font-weight: 500; }
.full-label { margin-top: 24px; }
.dynamic-fields { display: grid; gap: 14px; margin-top: 22px; }
.dynamic-stop { max-width: 100%; }
.dynamic-stop-row { display: grid; grid-template-columns: 1fr auto; }
.dynamic-stop-row button, .inline-action { padding: 10px 14px; border: 1px solid #cdbf9d; color: #75570d; background: #fffaf0; cursor: pointer; font-size: 10px; font-weight: 700; }
.inline-action { margin-top: 16px; text-transform: uppercase; letter-spacing: .12em; }
.check-option { grid-template-columns: 18px 1fr; align-items: center; align-self: end; min-height: 56px; padding: 12px 15px; border: 1px solid #d5d1c8; background: rgba(255,255,255,.9); text-transform: none; letter-spacing: 0; font-size: 12px; }
.check-option input { width: 16px; height: 16px; accent-color: var(--gold); }
.booking-quote { margin-top: 42px; padding: clamp(24px, 5vw, 44px); color: #fff; background: radial-gradient(circle at 80% 5%,#3a3529,#111212 68%); }
.booking-quote h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 42px; }
.booking-quote [data-booking-total] { display: block; margin-top: 14px; color: var(--gold-bright); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(50px, 7vw, 74px); line-height: 1; }
.booking-quote [data-booking-quote-label] { color: rgba(255,255,255,.7); }
.booking-quote dl { margin: 25px 0; border-top: 1px solid rgba(255,255,255,.15); }
.booking-quote dl div { display: flex; justify-content: space-between; gap: 24px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.booking-quote dt { color: rgba(255,255,255,.68); }
.booking-quote dd { margin: 0; color: #fff; font-weight: 700; }
.booking-quote .quote-status { color: var(--gold-bright); }
.quote-expiration { color: rgba(255,255,255,.62); font-size: 11px; }
.reservation-submit { padding-top: 38px; }
.reservation-submit .eyebrow { color: #9b7218; }
.reservation-submit .submit-button { margin-top: 8px; }
.form-data-notice { margin-top: 28px; padding: 17px 18px; border-left: 3px solid var(--gold); color: #555; background: #f1eee6; font-size: 12px; }
.form-data-notice strong { display: block; margin-bottom: 4px; color: #2c2b28; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.form-data-notice p { margin: 0; }
.form-data-notice a { color: #7c5a0b; font-weight: 700; text-decoration: underline; }
.consent { grid-template-columns: 18px 1fr; align-items: start; margin: 28px 0 18px; text-transform: none; letter-spacing: 0; font-size: 12px; line-height: 1.5; font-weight: 500; }
.consent input { min-height: 0; width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--gold); }
.submit-button { border: 0; cursor: pointer; min-width: 280px; }
.submit-button:disabled { opacity: .55; cursor: wait; }
.form-message { display: none; margin: 18px 0; padding: 13px 15px; font-size: 13px; }
.form-message.error, .form-message.success { display: block; }
.form-message.error { color: #7d241d; border: 1px solid #e7b1aa; background: #fff1ef; }
.form-message.success { color: #205d3b; border: 1px solid #a6d1b7; background: #effaf3; }

.site-footer { display: grid; grid-template-columns: 1.35fr .7fr .8fr 1fr; gap: clamp(30px, 5vw, 80px); padding: 72px 5vw 30px; color: rgba(255,255,255,.72); background: #080909; border-top: 4px solid var(--gold); }
.footer-brand img { width: 250px; height: auto; margin: -12px 0 18px; }
.footer-brand p { max-width: 390px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-title { margin: 0 0 8px; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .24em; font-size: 9px; font-weight: 700; }
.footer-column a, .footer-column button { padding: 0; border: 0; color: rgba(255,255,255,.72); background: transparent; text-align: left; font: inherit; font-size: 12px; cursor: pointer; }
.footer-column a:hover, .footer-column button:hover { color: var(--gold-bright); }
.footer-column .footer-phone { color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; }
.footer-column p { margin: 0; font-size: 12px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 26px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .1em; }
.powered-by { text-align: right; text-transform: uppercase; letter-spacing: .13em; }
.powered-by a { color: rgba(255,255,255,.72); font-weight: 700; }
.powered-by a:hover { color: var(--gold-bright); }
.cookie-notice[hidden] { display: none; }
.cookie-notice { position: fixed; z-index: 80; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; max-width: 960px; margin: auto; padding: 22px 24px; color: rgba(255,255,255,.75); background: #151617; border: 1px solid rgba(255,255,255,.16); border-top: 3px solid var(--gold); box-shadow: 0 28px 80px rgba(0,0,0,.45); opacity: 0; transform: translateY(16px); transition: opacity .22s, transform .22s; }
.cookie-notice.visible { opacity: 1; transform: translateY(0); }
.cookie-notice p { margin: 0; font-size: 12px; }
.cookie-notice a { color: var(--gold-bright); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .gold-button { min-width: 110px; min-height: 40px; padding: 8px 16px; }
.cookie-secondary { min-width: 90px; min-height: 40px; border: 1px solid rgba(255,255,255,.32); color: #fff; background: transparent; cursor: pointer; }

.policy-main { min-height: 65vh; padding: clamp(55px, 8vw, 100px) 5vw; }
.policy-heading, .policy-card { width: min(930px, 100%); margin-left: auto; margin-right: auto; }
.policy-heading h1 { margin: 4px 0 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(45px, 7vw, 76px); line-height: 1; }
.policy-heading .eyebrow { color: #9b7218; }
.policy-updated { color: var(--muted); font-size: 12px; }
.policy-card { margin-top: 35px; padding: clamp(25px, 5vw, 52px); border: 1px solid #dcd8ce; background: #fff; box-shadow: var(--shadow); }
.policy-card h2 { margin: 34px 0 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 29px; }
.policy-card h2:first-child { margin-top: 0; }
.policy-card p, .policy-card li { color: #5d5d59; }
.policy-card ul { padding-left: 22px; }
.policy-card a { color: #7a590d; font-weight: 700; text-decoration: underline; }
.policy-notice { padding: 16px 18px; border-left: 3px solid var(--gold); background: #f3f0e8; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 86px; }
  .brand { gap: 9px; }
  .brand-mark { width: 82px; height: 31px; }
  .brand-mark img { width: 82px; }
  .brand-name { gap: 3px; letter-spacing: .18em; font-size: 9px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; gap: 0; padding: 18px 4vw 28px; background: var(--paper); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .showroom, .booking-main { min-height: calc(100vh - 86px); }
  .booking-main { grid-template-columns: 1fr; }
  .booking-intro { padding-bottom: 55px; }
  .hero-vehicle { width: 100%; }
  .trust-grid, .site-footer { grid-template-columns: 1fr 1fr; }
  .local-area-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-intro { grid-template-columns: 1fr; }
  .quick-price-section { scroll-margin-top: 86px; }
  .area-jump { top: 86px; }
  .footer-bottom { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .site-header { min-height: 76px; padding: 10px 16px; }
  .brand-mark { width: 76px; height: 29px; }
  .brand-mark img { width: 76px; }
  .brand-name { font-size: 8px; }
  .menu-toggle { width: 48px; height: 48px; }
  .showroom { min-height: calc(100vh - 76px); }
  .quick-price-section { scroll-margin-top: 76px; padding: 38px 16px 54px; }
  .quick-price-heading { margin-bottom: 24px; }
  .quick-price-heading .eyebrow { margin-bottom: 5px; }
  .quick-price-heading h2 { font-size: clamp(38px, 12vw, 50px); }
  .quick-price-heading > p:not(.eyebrow) { margin-top: 14px; line-height: 1.6; }
  .quick-price-card { padding: 20px 16px 22px; }
  .vehicle-stage { justify-content: flex-start; padding: 42px 0 52px; }
  .stage-copy { padding: 0 20px; }
  .hero-vehicle { aspect-ratio: 1.25; margin-top: 28px; }
  .hero-vehicle img { object-position: 54% center; }
  .vehicle-stage > .gold-button { margin-top: 22px; }
  .form-grid.two { grid-template-columns: 1fr; }
  .quick-price-form { grid-template-columns: 1fr; gap: 15px; }
  .quick-price-form .quick-form-help { grid-column: 1; }
  .quick-price-form input, .quick-price-form select { min-height: 54px; font-size: 16px; }
  .quick-price-form .gold-button { width: 100%; min-width: 0; min-height: 56px; }
  .address-suggestions { max-height: min(245px, 42vh); }
  .address-suggestions button { min-height: 48px; font-size: 13px; }
  .quote-status { margin-top: 15px; }
  .quick-price-result > .gold-button { width: 100%; min-width: 0; }
  .quick-price-result dl { grid-template-columns: 1fr; }
  .form-heading { align-items: start; flex-direction: column; }
  .time-pair { grid-column: auto; }
  .submit-button { width: 100%; min-width: 0; }
  .trust-grid, .site-footer { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .powered-by { text-align: left; }
  .cookie-notice { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr; gap: 16px; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions button { flex: 1; }
  .local-area-grid { grid-template-columns: 1fr; }
  .local-area-grid a { min-height: 0; }
  .area-detail { grid-template-columns: 1fr; }
  .service-area-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-number { font-size: 58px; }
  .area-jump { position: static; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
