/* Bespoke transportation: photo-led, mobile-first, approved brand palette. */
.booking-confirmation { width: min(460px, calc(100% - 32px)); max-height: calc(100% - 40px); padding: 32px 26px; border: 1px solid var(--gold); border-radius: 12px; background: var(--paper); color: var(--ink); text-align: center; box-shadow: 0 24px 80px #16231d40; }
.booking-confirmation::backdrop { background: #16231db3; }
.booking-confirmation h2 { font-size: 2rem; }
.booking-confirmation p { font-size: 1.125rem; }
.booking-confirmation .button { width: 100%; }
.confirmation-check { display: grid; place-items: center; margin: 0 auto 24px; width: 56px; height: 56px; border-radius: 50%; background: var(--gold); color: var(--forest); font-size: 1.75rem; }
:root { --ink: var(--bcr-ink); --forest: var(--bcr-forest); --gold: var(--bcr-gold); --paper: var(--bcr-paper); --sand: var(--bcr-sand); --serif: var(--bcr-display); --sans: var(--bcr-sans); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1.125rem; line-height: 1.65; overflow-wrap: anywhere; -webkit-text-size-adjust: 100%; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
[hidden], .honeypot { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; box-shadow: 0 0 0 6px var(--paper); }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -120px; background: var(--paper); color: var(--ink); padding: 16px; }
.skip-link:focus { top: 12px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.17; letter-spacing: -.035em; }
h1 { font-size: 2.75rem; margin-bottom: 18px; }
h2 { font-size: 2.125rem; margin-bottom: 16px; }
h3 { font-size: 1.625rem; margin-bottom: 12px; }
p { margin-bottom: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 58px; padding: 15px 22px; border: 1px solid transparent; border-radius: 5px; background: var(--gold); color: var(--ink); font-size: 1.125rem; font-weight: 700; line-height: 1.5; cursor: pointer; transition: background .2s, box-shadow .2s, transform .2s; }
.button:hover { box-shadow: 0 5px 16px rgba(22,35,29,.14); transform: translateY(-1px); }
.button-forest { color: var(--paper); background: var(--forest); }
.button-forest:hover { background: var(--ink); }
.arrow { display: inline-block; width: 24px; height: 14px; position: relative; flex: 0 0 24px; margin-left: auto; }
.arrow::before { content: ''; position: absolute; left: 0; top: 6px; width: 23px; height: 1.5px; background: currentColor; }
.arrow::after { content: ''; position: absolute; right: 1px; top: 3px; width: 8px; height: 8px; border-top: 1.5px solid; border-right: 1.5px solid; transform: rotate(45deg); }
.line-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 58px; width: 100%; padding: 14px 20px; border: 1px solid var(--forest); border-radius: 5px; color: var(--forest); font-size: 1.125rem; font-weight: 700; line-height: 1.5; transition: background .2s; }
.line-link:hover { background: var(--sand); }
.wa-icon { fill: currentColor; width: 25px; height: 25px; flex: 0 0 auto; }
/* Approved production logo markup and geometry; no new lockup. */
.bcr-logo { --display-size: clamp(3rem, 5.85vw, 6.75rem); --icon-size: clamp(4.625rem, 7.5vw, 8.75rem); --icon-gap: clamp(1rem, 1.75vw, 1.5rem); --sub-size: clamp(.84rem, 1.64vw, 1.875rem); --sub-shift: clamp(4.625rem, 9vw, 10.4rem); --sub-gap: clamp(.25rem, .45vw, .56rem); align-items: center; color: var(--paper); display: inline-flex; gap: var(--icon-gap); text-decoration: none; }
.bcr-logo img { flex: 0 0 auto; height: var(--icon-size); transform: translateY(-.25rem); width: var(--icon-size); }
.bcr-logo span { display: grid; line-height: 1; }
.bcr-logo b { font-family: var(--serif); font-size: var(--display-size); font-style: italic; font-weight: 500; letter-spacing: -.065em; line-height: .82; text-transform: lowercase; white-space: nowrap; }
.bcr-logo em { font-family: var(--sans); font-size: var(--sub-size); font-style: normal; font-weight: 700; letter-spacing: .13em; margin-left: var(--sub-shift); margin-top: var(--sub-gap); text-transform: uppercase; white-space: nowrap; }
.bcr-logo--site { --display-size: 46px; --icon-size: 58px; --icon-gap: 14px; --sub-size: 13px; --sub-shift: 71px; --sub-gap: 4px; }

.landing-header { background: var(--paper); padding-top: env(safe-area-inset-top, 0px); }
.header-inner { min-height: 82px; padding-block: 15px; display: flex; align-items: center; justify-content: center; }
.landing-header .bcr-logo { color: var(--ink); }
.hero { position: relative; padding-bottom: 12px; }
.hero-visual { margin: 0; background: var(--forest); }
.hero-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: 62% 50%; }
.hero-panel { position: relative; background: var(--paper); margin: -40px 20px 0; padding: 30px 24px 28px; border-radius: 4px; box-shadow: 0 14px 40px rgba(22,35,29,.075); }
.hero-panel::before { content: ''; display: block; width: 44px; height: 2px; background: var(--gold); margin-bottom: 20px; }
.service-label { font-size: 1rem; font-weight: 600; margin-bottom: 12px; color: var(--forest); }
.hero-action > p:first-child { margin-bottom: 24px; }
.hero-action .button { width: 100%; }
.hero-assurance { font-size: 1rem; line-height: 1.5; margin: 14px 0 0; text-align: center; }
.services { padding-block: 58px 64px; }
.section-heading { margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p { margin-bottom: 0; }
.occasion-grid { display: grid; }
.occasion { display: grid; grid-template-columns: 32px minmax(0,1fr) 24px; align-items: center; gap: 16px; padding-block: 24px; border-top: 1px solid rgba(32,57,44,.2); }
.occasion:last-child { border-bottom: 1px solid rgba(32,57,44,.2); }
.occasion > svg { width: 30px; height: 30px; fill: none; stroke: var(--forest); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.occasion h3 { font-family: var(--sans); font-size: 1.125rem; font-weight: 700; letter-spacing: -.015em; line-height: 1.45; margin-bottom: 5px; }
.occasion p { font-size: 1rem; line-height: 1.55; margin-bottom: 0; }
.occasion .arrow { width: 20px; opacity: .8; }
.occasion[href]:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.vehicles { padding-block: 56px; background: var(--sand); }
.vehicles .section-heading { text-align: center; }
.vehicles .section-heading p { max-width: 680px; margin-inline: auto; }
.vehicle-grid { display: grid; gap: 28px; }
.vehicle { min-width: 0; border-radius: 8px; overflow: hidden; background: var(--paper); box-shadow: 0 8px 24px rgba(22,35,29,.04); display: flex; flex-direction: column; }
.vehicle-gallery { min-width: 0; background: var(--paper); color: var(--ink); }
.gallery-track { display: flex; width: 100%; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.gallery-slide { position: relative; flex: 0 0 100%; min-width: 0; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; background: var(--sand); }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.gallery-slide img[src*="photo-25-"] { object-position: 50% 54%; }
/* Reframe photo 4 in the page without changing the original image. */
.gallery-slide--close img { transform: scale(1.26); transform-origin: 77% 77%; }
.gallery-controls { display: none; grid-template-columns: 48px minmax(0,1fr) 48px; align-items: center; gap: 8px; padding: 12px 16px 8px; }
.is-ready .gallery-controls { display: grid; }
.gallery-controls button { display: grid; place-items: center; min-width: 48px; min-height: 48px; border: 1px solid var(--forest); border-radius: 50%; background: var(--paper); color: var(--forest); cursor: pointer; }
.gallery-controls button:disabled { opacity: .3; cursor: default; }
.gallery-controls button:hover:not(:disabled) { background: var(--sand); }
.gallery-controls svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.gallery-prev svg { transform: rotate(180deg); }
.gallery-caption { margin: 0; text-align: center; font-size: 1rem; line-height: 1.4; }
.gallery-hint { margin: 0; padding: 0 16px 16px; text-align: center; font-size: 1rem; }
.services { display: grid; gap: 32px; }
.service-content { order: 1; min-width: 0; }
.service-photo { order: 2; overflow: hidden; border-radius: 8px; }
.service-photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.services .occasion-grid { grid-template-columns: 1fr; gap: 0; }
.services .occasion { grid-template-columns: 32px minmax(0,1fr); border-bottom: 0; align-items: center; }
.services .occasion:last-child { border-bottom: 1px solid rgba(32,57,44,.2); }
.services .occasion .arrow { grid-column: auto; }
.vehicle-copy { padding: 26px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.vehicle-copy h3 { margin-bottom: 12px; }
.vehicle-copy p { margin-bottom: 18px; }
.vehicle-price { padding-block: 18px; margin-bottom: 22px; border-block: 1px solid rgba(32,57,44,.2); font-size: 1rem; }
.vehicle-price > span { display: block; margin-bottom: 4px; }
.vehicle-price p { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 0; }
.vehicle-price strong { font-size: 2rem; font-weight: 600; line-height: 1.4; }
.models, .vehicle-note { font-size: 1rem; line-height: 1.6; }
.vehicle-copy .line-link { margin-top: auto; }
.vehicle:first-child .vehicle-copy { color: var(--paper); background: var(--forest); }
.vehicle:first-child .vehicle-price { border-color: rgba(251,250,246,.25); }
.vehicle:first-child .line-link { background: var(--paper); border-color: var(--paper); }
.vehicle-note { margin: 24px 0 0; }
.day-inclusions { margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(32,57,44,.2); }
.day-inclusions h3 { font-family: var(--sans); font-size: 1.125rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; }
.day-inclusions p { margin-bottom: 14px; }
.day-inclusions p:last-child { margin-bottom: 0; }
.reviews { padding-block: 60px; }
.review-grid { display: grid; gap: 16px; }
.review { border: 1px solid rgba(32,57,44,.12); border-top: 3px solid var(--gold); border-radius: 8px; background: var(--sand); padding: 24px; display: flex; flex-direction: column; }
.review h3 { font-family: var(--sans); font-size: 1.25rem; line-height: 1.45; font-weight: 700; letter-spacing: 0; margin-bottom: 12px; }
.review-stars { color: var(--forest); font-size: 1.25rem; letter-spacing: .12em; margin-bottom: 14px; }
.review-author { font-size: 1rem; font-weight: 700; margin: auto 0 0; padding-top: 16px; border-top: 1px solid rgba(32,57,44,.15); }
.review-note { font-size: 1rem; margin: 24px 0 0; }
.faq { padding-block: 64px; }
.faq-heading h2 { margin-bottom: 26px; }
details { border-bottom: 1px solid rgba(32,57,44,.2); }
details:first-child { border-top: 1px solid rgba(32,57,44,.2); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; padding-block: 21px; list-style: none; font-size: 1.125rem; line-height: 1.55; font-weight: 600; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 1.5rem; font-weight: 400; flex: 0 0 auto; }
details[open] summary::after { content: '−'; }
details p { padding-right: 24px; }
.inquiry { background: var(--forest); color: var(--paper); padding-block: 52px; }
.inquiry-copy h2 { margin-bottom: 22px; }
.inquiry-copy > p { color: var(--sand); }
.whatsapp-card { padding: 26px 0 0; margin-top: 26px; border-top: 1px solid rgba(213,184,117,.5); }
.whatsapp-card h3 { font-family: var(--sans); letter-spacing: 0; font-size: 1.125rem; font-weight: 700; margin-bottom: 8px; }
.whatsapp-card p { font-size: 1rem; margin-bottom: 22px; }
.whatsapp-card .button { width: 100%; gap: 12px; padding-inline: 16px; }
.whatsapp-card .arrow { display: none; }
.contact-divider { display: flex; align-items: center; gap: 14px; margin-block: 32px; font-size: 1rem; text-align: center; }
.contact-divider::before, .contact-divider::after { content: ''; height: 1px; background: rgba(251,250,246,.25); flex: 1; }
.quote-form { padding: 28px 24px; background: var(--paper); color: var(--ink); border-radius: 8px; box-shadow: 0 12px 40px rgba(22,35,29,.16); }
.form-heading h3 { font-size: 1.75rem; margin-bottom: 12px; }
.form-intro { font-size: 1.125rem; margin-bottom: 16px; }
.form-requirements { font-size: 1rem; margin-bottom: 28px; }
fieldset { padding: 0; margin: 0; min-width: 0; border: 0; }
fieldset + fieldset { margin-top: 32px; }
legend { font-size: 1.125rem; font-weight: 700; padding: 0 0 12px; margin-bottom: 18px; width: 100%; border-bottom: 1px solid rgba(32,57,44,.2); }
.fields { display: grid; gap: 20px; }
.field { display: grid; gap: 8px; min-width: 0; font-size: 1rem; font-weight: 600; }
.optional { font-weight: 400; }
input, select, textarea { display: block; width: 100%; max-width: 100%; min-width: 0; min-height: 56px; border: 1px solid rgba(32,57,44,.65); border-radius: 5px; padding: 12px; color: var(--ink); background: var(--paper); font-size: 1.125rem; font-weight: 400; line-height: 1.5; }
input::placeholder, textarea::placeholder { color: var(--ink); opacity: .7; }
select { padding-right: 28px; }
input[type=date] { appearance: none; -webkit-appearance: none; text-align: left; }
input[type=date]::-webkit-date-and-time-value { text-align: left; min-height: 1.5em; }
.field-help { margin: 0; font-size: 1rem; font-weight: 400; }
.phone-row { display: grid; grid-template-columns: 5.25rem minmax(0, 1fr); gap: 10px; }
.phone-country-control { position: relative; min-width: 0; }
.phone-country-display { display: none; }
.phone-country-control.is-enhanced select { position: absolute; inset: 0; height: 100%; opacity: 0; z-index: 1; cursor: pointer; }
.phone-country-control.is-enhanced .phone-country-display { display: flex; align-items: center; justify-content: space-between; gap: 6px; height: 100%; min-height: 56px; padding: 12px 10px; border: 1px solid rgba(32,57,44,.65); border-radius: 5px; background: var(--sand); font-size: 1.125rem; font-weight: 400; }
.phone-country-display::after { content: ''; width: 7px; height: 7px; flex: 0 0 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.phone-country-control:focus-within .phone-country-display { outline: 2px solid var(--forest); outline-offset: 3px; }
.phone-error { padding: 12px; border-left: 3px solid var(--forest); background: var(--sand); }
.phone-field input[aria-invalid="true"] { border-width: 2px; }
.form-submit { width: 100%; margin-top: 28px; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.privacy-note { font-size: 1rem; margin: 16px 0 0; }
.form-status { margin-top: 20px; padding: 16px; border: 1px solid var(--forest); font-size: 1.125rem; overflow-wrap: anywhere; }
.form-progress { display: flex; list-style: none; gap: 16px; padding: 0 0 24px; margin: 0 0 24px; border-bottom: 1px solid rgba(32,57,44,.18); font-size: 1rem; line-height: 1.4; }
.form-progress li { display: flex; align-items: center; gap: 9px; flex: 1; }
.form-progress span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid var(--forest); border-radius: 50%; }
.form-progress [aria-current=step] { font-weight: 700; }
.form-progress [aria-current=step] span { background: var(--forest); color: var(--paper); }
.form-progress .is-complete span { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.quote-form.is-stepped fieldset { margin: 0; }
.quote-form input, .quote-form select { background: var(--sand); }
.form-actions { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 14px; align-items: center; margin-top: 28px; }
.form-actions .form-submit, .form-next { grid-column: 1 / -1; width: 100%; margin-top: 0; }
.is-stepped[data-current-step="2"] .form-submit { grid-column: 2; }
.form-back { min-height: 56px; padding: 12px 8px; border: 0; background: transparent; color: var(--forest); font-size: 1rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.selected-vehicle { padding: 12px 16px; border-left: 2px solid var(--gold); background: var(--sand); font-size: 1rem; }
.booking-note { margin: 8px 0 0; font-size: 1rem; }
.floating-whatsapp { display: grid; place-items: center; position: fixed; z-index: 35; right: max(20px, env(safe-area-inset-right, 0px)); bottom: calc(20px + env(safe-area-inset-bottom, 0px)); width: 60px; height: 60px; border-radius: 50%; border: 2px solid var(--paper); background: var(--gold); color: var(--ink); box-shadow: 0 4px 20px rgba(22,35,29,.22); transition: bottom .2s, opacity .2s, transform .2s; }
.floating-whatsapp .wa-icon { width: 30px; height: 30px; }
.floating-whatsapp:hover { transform: translateY(-2px); }
.floating-whatsapp.is-hidden, .is-input-focused .floating-whatsapp { opacity: 0; visibility: hidden; pointer-events: none; }
.landing-footer { color: var(--sand); background: var(--forest); border-top: 1px solid rgba(251,250,246,.2); }
.footer-inner { padding-block: 20px calc(24px + env(safe-area-inset-bottom, 0px)); font-size: 1rem; text-align: center; }
.footer-hibiscus { display: block; width: 48px; height: 48px; margin: 0 auto 12px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.confirmation { max-width: 720px; padding-block: 64px; }
.confirmation h1 { margin-bottom: 28px; }
.mobile-dock { position: fixed; bottom: 0; left: 0; right: 0; z-index: 30; padding: 10px max(20px, env(safe-area-inset-right, 0px)) calc(10px + env(safe-area-inset-bottom, 0px)) max(20px, env(safe-area-inset-left, 0px)); background: var(--paper); border-top: 1px solid rgba(32,57,44,.15); box-shadow: 0 -6px 24px rgba(22,35,29,.06); transition: none; }
.mobile-dock .button { width: calc(100% - 76px); }
.mobile-dock.is-hidden { transform: translateY(110%); visibility: hidden; pointer-events: none; }
@media (min-width: 721px) {
  .wrap { width: min(1180px, calc(100% - 80px)); }
  .header-inner { min-height: 104px; }
  .hero { padding: 0 40px 0; }
  .hero-grid { max-width: 1360px; margin: auto; position: relative; display: grid; grid-template-columns: 38% 62%; align-items: center; padding-block: 48px; }
  .hero-visual { position: absolute; inset: 0 0 0 24%; border-radius: 8px; overflow: hidden; }
  .hero-visual img { height: 100%; min-height: 560px; object-position: 76% center; }
  .hero-panel { grid-column: 1; margin: 0 -50px 0 0; padding: 40px; border-radius: 6px; }
  h1 { font-size: clamp(3rem, 4.4vw, 4.25rem); }
  .hero-action { max-width: 370px; }
  .hero-action .button { width: 100%; }
  .hero-assurance { text-align: left; }
  h2 { font-size: 2.75rem; }
  .services, .vehicles, .faq { padding-block: 88px; }
  .section-heading { margin-bottom: 40px; }
  .occasion-grid { grid-template-columns: repeat(3,1fr); gap: 28px; }
  .occasion { grid-template-columns: 32px minmax(0,1fr); align-items: start; padding-block: 24px; border-bottom: 1px solid rgba(32,57,44,.2); }
  .occasion .arrow { grid-column: 2; margin: 0; }
  .vehicle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .services { grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
  .service-photo { height: 100%; }
  .service-photo img { height: 100%; min-height: 480px; object-position: 70% center; }
  .vehicle-copy { padding: 32px; }
  .vehicle-copy h3 { font-size: 2rem; }
  .vehicle-note { text-align: center; }
  .day-inclusions { max-width: 800px; margin-inline: auto; text-align: center; }
  .reviews { padding-top: 88px; }
  .review-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px; }
  .faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; }
  .inquiry { padding-block: 88px; }
  .inquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
  .inquiry-copy { position: sticky; top: 40px; }

  .contact-divider { display: none; }
  .quote-form { padding: 40px; }
  .fields { grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr)); }
  .field-full { grid-column: 1 / -1; }
  .mobile-dock { display: none; }
  .footer-inner { padding-block: 24px; }
}
@media (min-width: 721px) and (max-width: 1050px) {
  .hero-grid { max-width: 820px; display: block; padding: 0; }
  .hero-visual { position: relative; inset: auto; }
  .hero-visual img { height: 380px; min-height: 0; object-position: center 56%; }
  .hero-panel { margin: -48px 32px 0; padding: 32px; }
  .hero-action { max-width: none; }
  .hero-action .button { max-width: 370px; }
  .occasion-grid { grid-template-columns: 1fr; gap: 0; }
  .occasion { grid-template-columns: 32px minmax(0,1fr) 24px; border-bottom: 0; }
  .occasion .arrow { grid-column: auto; }
  .inquiry-grid { grid-template-columns: 1fr; gap: 32px; }
  .inquiry-copy { position: static; max-width: 560px; }
  .vehicle-copy { padding: 24px; }
  .faq { grid-template-columns: 1fr; gap: 12px; }
  .services { grid-template-columns: 1fr; }
  .service-photo img { min-height: 0; height: auto; }
}
@media (max-width: 980px) { .bcr-logo--site { --display-size: 41.6px; --icon-size: 52px; --icon-gap: 12px; --sub-size: 11.52px; --sub-shift: 64px; --sub-gap: 4px; } }
@media (max-width: 620px) { .bcr-logo--site { --display-size: 35.2px; --icon-size: 44px; --icon-gap: 8.8px; --sub-size: 9.6px; --sub-shift: 53.6px; --sub-gap: 2.88px; } }
@media (max-width: 360px) {
  .hero-visual img { height: auto; }
  .hero-panel { margin-inline: 16px; padding: 26px 20px; }
  h1 { font-size: 2.5rem; }
  .wrap { width: calc(100% - 32px); }
  .quote-form, .vehicle-copy { padding: 24px 18px; }
  .occasion { gap: 12px; grid-template-columns: 26px minmax(0,1fr) 24px; }
  .occasion > svg { width: 25px; }
  .whatsapp-card .button { padding-inline: 12px; gap: 8px; font-size: 1rem; }
}
@media (orientation: landscape) { .wrap { padding-left: env(safe-area-inset-left, 0px); padding-right: env(safe-area-inset-right, 0px); } }
/* Edge-to-edge photography on phones; reading and touch controls retain gutters. */
@media (max-width: 720px) {
  .is-stepped[data-current-step="2"] .form-actions { gap: 4px; }
  .is-stepped[data-current-step="2"] .form-submit { grid-column: 1 / -1; grid-row: 1; }
  .form-back { grid-column: 1 / -1; grid-row: 2; min-height: 48px; }
  html { scroll-padding-bottom: calc(var(--booking-dock-height, 80px) + 20px); }
  .floating-whatsapp { bottom: calc(10px + env(safe-area-inset-bottom, 0px)); transition: none; box-shadow: none; }
  .mobile-dock { min-height: calc(80px + env(safe-area-inset-bottom, 0px)); }
  .mobile-dock .button { padding-inline: 16px; gap: 10px; }
  .mobile-dock .arrow { display: none; }
  .hero-visual img, .service-photo img { aspect-ratio: 16 / 9; height: auto; }
  .hero-panel { margin: -16px 0 0; padding: 28px max(24px, env(safe-area-inset-right, 0px)) 28px max(24px, env(safe-area-inset-left, 0px)); border-radius: 0; box-shadow: none; }
  .services.wrap, .vehicles > .wrap { width: 100%; padding-inline: 0; }
  .service-content { padding-inline: max(20px, env(safe-area-inset-left, 0px)) max(20px, env(safe-area-inset-right, 0px)); }
  .service-photo, .vehicle { border-radius: 0; box-shadow: none; }
  .vehicles .section-heading, .vehicle-note { margin-inline: max(20px, env(safe-area-inset-left, 0px)) max(20px, env(safe-area-inset-right, 0px)); }
  .vehicle-grid { gap: 24px; }
  .vehicle-copy { padding: 28px max(24px, env(safe-area-inset-right, 0px)) 32px max(24px, env(safe-area-inset-left, 0px)); }
  .gallery-controls { padding-inline: max(20px, env(safe-area-inset-left, 0px)) max(20px, env(safe-area-inset-right, 0px)); }
  .day-inclusions { padding-inline: max(20px, env(safe-area-inset-left, 0px)) max(20px, env(safe-area-inset-right, 0px)); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media (max-width: 720px) and (max-height: 700px) {
  .hero-panel { padding-top: 20px; }
  .hero-panel::before { margin-bottom: 12px; }
}
/* Keep both booking paths reachable when an iPhone rotates to landscape. */
@media (min-width: 721px) and (max-width: 1050px) and (max-height: 600px) and (orientation: landscape) {
  html { scroll-padding-bottom: calc(var(--booking-dock-height, 80px) + 20px); }
  .mobile-dock { display: block; min-height: calc(80px + env(safe-area-inset-bottom, 0px)); }
  .mobile-dock .button { padding-inline: 16px; gap: 10px; }
  .mobile-dock .arrow { display: none; }
  .floating-whatsapp { bottom: calc(10px + env(safe-area-inset-bottom, 0px)); transition: none; box-shadow: none; }
}
/* Full-day offer comparison: retain the established visual system. */
.service-minimum { margin: 22px 0 0; font-size: 1rem; font-weight: 600; }
.vehicle-heading { padding: 24px; }
.vehicle-heading h3 { margin-bottom: 8px; }
.vehicle-heading p { margin: 0; font-weight: 600; }
.vehicle:first-child .vehicle-heading { background: var(--forest); color: var(--paper); }
.vehicle-positioning { font-weight: 700; }
.driver-trust { padding-block: 52px; background: var(--forest); color: var(--paper); }
.driver-trust .section-heading { max-width: 780px; }
.driver-portraits { display: flex; align-items: center; width: max-content; max-width: 100%; margin-bottom: 24px; padding-left: 0; }
.driver-portraits img { display: block; width: 56px; height: 56px; flex: 0 0 56px; object-fit: cover; border: 2px solid var(--forest); border-radius: 50%; }
.driver-portraits img + img { margin-left: -10px; }
.driver-trust .section-heading > p, .driver-grid p { color: var(--sand); }
.driver-grid { display: grid; gap: 0; }
.driver-grid > div { border-top: 1px solid rgba(213,184,117,.4); padding-block: 24px; }
.driver-grid > div:last-child { padding-bottom: 0; }
.driver-grid h3 { font-family: var(--sans); font-size: 1.25rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; margin-bottom: 6px; }
.driver-grid p { margin-bottom: 0; }
.capacity-note { margin-top: 14px; padding: 16px; border-left: 3px solid var(--gold); background: var(--sand); font-size: 1rem; }
.capacity-note p { margin: 0; }
.capacity-actions { display: grid; gap: 10px; }
.capacity-actions button { margin-top: 10px; min-height: 48px; padding: 10px; border: 1px solid var(--forest); border-radius: 5px; background: var(--paper); color: var(--forest); font-size: 1rem; font-weight: 600; cursor: pointer; }
@media (min-width: 721px) {
  .vehicle-heading { padding: 28px 32px; }
  .driver-trust { padding-block: 64px; }
}
@media (min-width: 1051px) {
  .driver-trust > .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .driver-trust .section-heading { margin-bottom: 0; }
  .driver-grid > div:first-child { border-top: 0; padding-top: 0; }
}
@media (max-width: 720px) {
  .vehicle-heading { padding-inline: max(24px, env(safe-area-inset-left, 0px)) max(24px, env(safe-area-inset-right, 0px)); }
}

/* Desktop composition. The approved phone and tablet layouts stay intact. */
.desktop-header-cta { display: none; }
@media (min-width: 1051px) {
  .wrap { width: min(1480px, calc(100% - 96px)); }
  .header-inner { width: min(1720px, calc(100% - 96px)); min-height: 96px; justify-content: space-between; }
  .desktop-header-cta { display: inline-flex; align-items: center; gap: 24px; min-height: 48px; font-weight: 600; border-bottom: 1px solid var(--gold); }
  .desktop-header-cta:hover { color: var(--forest); border-color: var(--forest); }

  .hero { padding: 0; background: var(--sand); }
  .hero-grid { max-width: none; padding: 0; grid-template-columns: 40% minmax(0, 60%); align-items: stretch; min-height: clamp(560px, 38vw, 720px); }
  .hero-panel { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 56px 40px 56px max(48px, calc((100vw - 1720px) / 2)); background: transparent; border-radius: 0; box-shadow: none; }
  .hero-panel::before { width: 56px; margin-bottom: 26px; }
  .hero h1 { font-size: clamp(3.25rem, 3.7vw, 4.5rem); line-height: 1.08; margin-bottom: 28px; }
  .hero h1 span { display: block; }
  .service-label { margin-bottom: 18px; }
  .hero-action { max-width: 460px; }
  .hero-action > p:first-child { font-size: 1.25rem; line-height: 1.65; margin-bottom: 30px; }
  .hero-action .button { width: min(100%, 350px); }
  .hero-assurance { margin-top: 16px; }
  .hero-visual { position: relative; inset: auto; grid-column: 2; grid-row: 1; border-radius: 0; min-width: 0; }
  .hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; object-position: center; }

  h2 { font-size: clamp(2.5rem, 3vw, 3.25rem); }
  .services, .vehicles, .faq { padding-block: 104px; }
  .services { grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: clamp(48px, 5vw, 96px); }
  .service-photo { order: 0; height: auto; border-radius: 6px; }
  .service-photo img { height: auto; min-height: 0; aspect-ratio: 3 / 2; object-position: center; }
  .services .section-heading { margin-bottom: 28px; }
  .services .occasion { padding-block: 20px; }

  .vehicles .section-heading { margin-bottom: 44px; }
  .vehicles .section-heading h2 { margin-bottom: 16px; text-wrap: balance; }
  .vehicle-grid { gap: 36px; }
  .vehicle { border-radius: 6px; box-shadow: 0 16px 40px rgba(22,35,29,.06); }
  .vehicle-heading { min-height: 130px; padding: 28px 36px; }
  .vehicle-heading h3 { font-size: 2rem; }
  .vehicle-copy { padding: 28px 36px 32px; }
  .vehicle-copy > p:not(.vehicle-positioning) { max-width: 540px; }
  .vehicle-price { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-block: 20px; }
  .vehicle-price > span { margin: 0; }
  .gallery-controls { padding: 14px 24px; }
  .gallery-hint { display: none; }
  .day-inclusions { max-width: none; display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; text-align: left; margin-top: 40px; padding-top: 32px; }
  .day-inclusions h3 { margin-bottom: 10px; }
  .day-inclusions p:first-of-type { grid-column: 1; grid-row: 2 / 4; max-width: 580px; margin-bottom: 0; }
  .day-inclusions p:nth-of-type(2) { grid-column: 2; grid-row: 1 / 3; }
  .day-inclusions p:last-child { grid-column: 2; }

  .driver-trust { padding-block: 88px; }
  .driver-trust > .wrap { grid-template-columns: 1.12fr 1fr; gap: clamp(64px, 8vw, 144px); }
  .driver-trust .section-heading h2 { max-width: 620px; }
  .driver-trust .section-heading > p { max-width: 600px; }
  .driver-grid { border-left: 1px solid rgba(213,184,117,.4); padding-left: 48px; }
  .reviews { padding-top: 104px; }
  .review-grid { gap: 28px; }
  .review { padding: 32px; }
  .review-author { padding-top: 24px; }
  .faq { grid-template-columns: .7fr 1.3fr; gap: 80px; }
  .faq-heading { padding-top: 16px; }
  .faq details p { max-width: 780px; }
  .inquiry { padding-block: 96px; }
  .inquiry-grid { grid-template-columns: 1fr 1fr; gap: clamp(64px, 8vw, 144px); align-items: center; }
  .inquiry-copy { position: static; max-width: 580px; }
  .inquiry-copy h2 { max-width: 580px; }
  .whatsapp-card { max-width: 480px; padding-top: 32px; margin-top: 32px; }
  .quote-form { width: 100%; max-width: 640px; justify-self: end; padding: 40px; }
  .floating-whatsapp { right: 28px; bottom: 28px; }
}
@media (min-width: 1051px) and (max-width: 1350px) {
  .hero-grid { min-height: 0; }
  .hero-panel { padding: 32px 28px 32px 40px; }
  .hero-panel::before { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(2.5rem, 3.8vw, 3.25rem); margin-bottom: 22px; }
  .hero-action > p:first-child { font-size: 1.125rem; margin-bottom: 24px; }
  .vehicle-heading { min-height: 144px; padding-inline: 28px; }
  .vehicle-copy { padding-inline: 28px; }
  .vehicle-price { flex-wrap: wrap; gap: 8px; }
  .driver-grid { padding-left: 32px; }
  .review { padding: 26px; }
  .inquiry-grid { gap: 56px; }
}

/* Launch uses WhatsApp only; the full form remains in the review branch. */
.inquiry-whatsapp-only .whatsapp-card { margin-top: 32px; }
@media (min-width: 1051px) {
  .inquiry-whatsapp-only .whatsapp-card { width: 100%; max-width: 560px; justify-self: end; margin-top: 0; padding: 36px; border: 1px solid var(--gold); border-radius: 6px; }
  .inquiry-whatsapp-only .whatsapp-card h3 { font-size: 1.5rem; }
  .inquiry-whatsapp-only .whatsapp-card p { font-size: 1.125rem; }
}

/* Phone section rhythm: continuous surfaces, full-bleed photos, clear boundaries. */
@media (max-width: 720px) {
  .hero { padding-bottom: 0; background: var(--sand); }
  .hero-panel { background: var(--sand); padding-bottom: 40px; }
  .services { padding-block: 48px 0; gap: 32px; }
  .services .section-heading::before { content: ''; display: block; width: 40px; height: 2px; margin-bottom: 24px; background: var(--gold); }
  .vehicles { padding-block: 0; }
  .vehicles .section-heading { margin-block: 0; padding-block: 44px 36px; }
  .vehicle-grid { gap: 0; }
  .vehicle-heading { padding-block: 32px 24px; }
  .vehicle-copy { padding-bottom: 40px; }
  .vehicle:first-child .vehicle-gallery { background: var(--forest); color: var(--paper); }
  .vehicle:first-child .gallery-controls button { background: transparent; color: var(--paper); border-color: var(--gold); }
  .vehicle:first-child .gallery-controls button:hover:not(:disabled) { background: var(--ink); }
  .vehicle:first-child .gallery-hint { color: var(--sand); }
  .day-inclusions { margin-top: 0; padding-block: 40px; border-top: 0; }
  .reviews { padding-block: 48px 56px; }
  .inquiry { padding-top: 48px; }
  .inquiry-copy::before { content: ''; display: block; width: 40px; height: 2px; margin-bottom: 24px; background: var(--gold); }
}

/* Shared section typography and owner-approved alignment. */
.reviews .section-heading { text-align: center; }
.occasion h3, .day-inclusions h3, .whatsapp-card h3,
.driver-grid h3, .review h3, .vehicle-positioning {
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0;
}
.occasion p, .whatsapp-card p { font-size: 1.125rem; line-height: 1.65; }
@media (max-width: 720px) {
  .inquiry-copy > h2, .inquiry-copy > p { text-align: center; }
  .inquiry-copy::before { margin-inline: auto; }
}
/* Match the homepage's gold italic editorial accent. */
.hero h1 em { color: #89682D; font-family: var(--serif); font-style: italic; font-weight: 500; }

/* Owner-requested headline break on every screen size. */
.hero h1 > span { display: block; }
