/* Client logo and September collection refinements. */
:root {
  --bronze: #987046;
  --bronze-light: #d8bd91;
  --paper: #fcfbf8;
}

/* Preserve the complete supplied artwork on its original white background. */
.brand-logo {
  width: 76px;
  height: 76px;
  padding: 3px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #d9c4a6;
  border-radius: 50%;
  box-shadow: 0 4px 22px #00000012;
  flex-shrink: 0;
  transition: width .3s, height .3s;
}
.brand-name { font-size: 21px; letter-spacing: .17em; }
.brand-name small { font-size: 9px; letter-spacing: .14em; }
.header.scrolled .brand-logo { width: 62px; height: 62px; }
.desktop-nav { font-size: 14px; gap: 26px; }
.nav-cta { font-size: 14px; }
.hero-eyebrow { font-size: 12px; letter-spacing: .15em; }
.hero h1 { font-size: clamp(64px, 6.9vw, 103px); }
.hero-copy > p { max-width: 405px; font-size: 17px; line-height: 1.85; }
.hero-text-link { font-size: 14px; }
.play-ring svg { width: 20px; height: 20px; }
.hero-note { width: fit-content; font-size: 12px; letter-spacing: .11em; }
.hero-note svg { width: 17px; height: 17px; }
.hero-note > span:last-child { font-size: 18px; }
.button-gold {
  background: linear-gradient(115deg, #e0c699, #c6a26c);
  border-color: #f5e3c333;
  box-shadow: 0 5px 24px #0000000d;
}
.hero-car-label {
  border: 1px solid #ffffffb8;
  border-radius: 14px;
  box-shadow: 0 18px 55px #0c100930;
  padding: 23px 25px;
  gap: 28px;
}
.hero-car-label .tiny-label { font-size: 11px; color: #776247; }
.hero-car-label strong { font-size: 22px; margin-block: 7px 5px; }
.hero-feature-price { font-size: 14px; }
.feature-arrow { background: var(--ink); color: #ead3ac; border-color: var(--ink); }
.intro-strip { background: #f3efe6; }
.strip-kicker { font-size: 12px; color: #766347; letter-spacing: .1em; }
.strip-caption { font-size: 13px; }

/* A quieter gallery gives the individual cars and daily rates more room. */
.fleet-section {
  background: radial-gradient(ellipse at 90% 0, #f0e6d650, transparent 45%), var(--paper);
}
.section-intro p { font-size: 16px; }
.fleet-toolbar { gap: 18px; padding-bottom: 22px; }
.fleet-filters { gap: 5px; }
.filter { padding: 11px 16px; font-size: 14px; min-height: 46px; }
.filter span { font-size: 12px; }
.filter.active { background: #282e27; box-shadow: 0 4px 10px #171b1810; }
.fleet-count { font-size: 13px; }
.car-card {
  display: flex;
  flex-direction: column;
  padding: 9px 9px 0;
  border-color: #e5e0d6;
  border-radius: 20px;
  box-shadow: 0 6px 20px #43301605;
}
.car-card:hover, .car-card:focus-within {
  border-color: #bea17c;
  box-shadow: 0 20px 45px #43301612;
}
.car-image {
  display: block;
  flex-shrink: 0;
  aspect-ratio: 1.5;
  border: 0;
  border-radius: 13px;
  background: #f3f0ea;
}
.car-image:after { display: none; }
.car-category {
  top: 13px;
  left: 13px;
  padding: 5px 11px;
  font-size: 12px;
  color: #554a39;
  background: #fffffff0;
  border-color: #e4ded2;
}
.car-index { top: 17px; right: 15px; font-size: 12px; color: #6c604e; }
.car-image-arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd1bc;
  border-radius: 50%;
  background: #fffdf9e6;
  color: #765739;
  font-size: 22px;
  transition: transform .35s, background .35s;
}
.car-image:hover .car-image-arrow { transform: rotate(45deg); background: #e7d4b3; }
.car-body { display: flex; flex-direction: column; flex: 1; padding: 23px 15px 22px; }
.car-tag { font-size: 12px; color: #85623e; letter-spacing: .045em; margin-bottom: 8px; }
.car-body h3 { font-size: 22px; line-height: 1.4; align-content: flex-start; align-items: center; min-height: 62px; }
.car-variant { font-size: 12px; padding: 3px 9px; background: #f8f6f0; color: #6f685b; }
.car-specs { font-size: 14px; color: #63685c; gap: 17px; padding-block: 15px 20px; margin-top: auto; border-color: #eae5dc; }
.car-specs svg { width: 17px; height: 17px; color: #8e7753; }
.car-booking { display: flex; flex-direction: column; align-items: stretch; gap: 18px; padding-top: 20px; }
.car-price > span:first-child { font-size: 11px; letter-spacing: .1em; color: #6b7163; line-height: 1.5; }
.car-price strong { font-size: 31px; line-height: 1.5; letter-spacing: -.045em; }
.car-price small { font-size: 14px; }
.per-day { font-size: 14px; color: #6b7163; margin-left: 6px; }
.car-book-link {
  justify-content: space-between;
  min-height: 51px;
  padding: 9px 12px 9px 18px;
  border-radius: 10px;
  background: #f8f5ee;
  border-color: #dfd4c2;
  font-size: 14px;
  font-weight: 600;
  color: #373b31;
}
.car-book-link > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #e8dcc7; font-size: 21px; color: #413c30; }
.car-book-link:hover, .car-book-link:focus-visible { background: var(--ink); border-color: var(--ink); color: #fff; }
.car-book-link:hover > span { background: var(--bronze-light); }
.fleet-bottom p { font-size: 14px; }
.illustration-note { font-size: 12px; color: #767b6d; }

.about-caption { padding-right: 125px; }
.about-logo { position: absolute; right: 22px; bottom: 25px; width: 82px; height: 82px; object-fit: contain; padding: 3px; background: #fff; border-radius: 50%; border: 1px solid #d9c4a6; }
.contact-section { background: linear-gradient(125deg, #e2cda7, #cdb080); }
.contact-details { grid-template-columns: 1.3fr 1fr .95fr; gap: 35px; }
.contact-details .tiny-label { font-size: 12px; color: #5c503b; letter-spacing: .09em; }
.contact-location { padding-left: 23px; border-left: 2px solid #917148; }
.contact-location .tiny-label { display: flex; align-items: center; gap: 9px; }
.contact-location .tiny-label svg { width: 17px; height: 17px; }
.contact-location address { font-style: normal; }
.contact-location address strong { font-size: 25px; }
.contact-location address > span { display: block; font-size: 18px; margin-top: 3px; }
.contact-details > div > a:not(.contact-number) { font-size: 14px; margin-top: 14px; }
.contact-location .location-link { display: inline-flex; gap: 15px; align-items: center; }
.location-code { display: inline-block; margin-top: 12px; padding: 3px 9px; border: 1px solid #8c74484a; border-radius: 5px; font-size: 12px; letter-spacing: .04em; color: #564631; }
.location-actions { display: flex; align-items: flex-start; gap: 12px 20px; flex-wrap: wrap; margin-top: 18px; }
.location-actions a { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid #7e734e; padding-block: 4px; font-size: 14px; line-height: 1.6; }
.location-actions a:hover { border-color: var(--ink); }
.location-actions a > span { transition: transform .25s; }
.location-actions a:hover > span { transform: translate(2px, -2px); }
.footer-main .brand-logo { width: 100px; height: 100px; }
.footer-main > div > p { font-size: 14px; color: #b2baa9; }

@media (max-width: 1150px) {
  .brand-logo { width: 68px; height: 68px; }
  .brand-name { font-size: 18px; }
  .brand-name small { font-size: 8px; letter-spacing: .1em; }
  .desktop-nav { gap: 19px; font-size: 13px; }
  .nav-cta { gap: 10px; font-size: 13px; }
  .car-body { padding-inline: 12px; }
  .car-body h3 { font-size: 21px; }
  .car-specs { gap: 12px; font-size: 13px; }
  .fleet-count { display: none; }
  .about-caption { padding-right: 110px; }
  .about-logo { width: 72px; height: 72px; right: 18px; }
  .contact-details { grid-template-columns: 1.3fr 1fr; gap: 30px; }
  .contact-details > div:last-child { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
  .contact-details > div:last-child .tiny-label { margin: 0; }
}
@media (max-width: 900px) {
  .hero-car-label { padding: 18px 22px; }
  .hero-car-label strong { font-size: 21px; }
  .hero h1 { font-size: clamp(66px, 9vw, 80px); }
  .intro-grid { column-gap: 24px; }
  .strip-kicker { font-size: 11px; }
  .car-body h3 { font-size: 22px; }
  .about-caption { padding: 22px; min-width: 0; }
  .about-logo { position: static; width: 68px; height: 68px; margin-top: 18px; }
}
@media (max-width: 600px) {
  .nav-wrap { min-height: 94px; }
  .header.scrolled .nav-wrap { min-height: 80px; }
  .brand-logo { width: 66px; height: 66px; }
  .header.scrolled .brand-logo { width: 58px; height: 58px; }
  .brand-name { font-size: 19px; }
  .brand-name small { font-size: 8px; letter-spacing: .1em; }
  .hero-inner { padding-top: 148px; }
  .hero-eyebrow { font-size: 11px; letter-spacing: .08em; }
  .hero h1 { font-size: clamp(49px, 12.8vw, 73px); margin-block: 24px; }
  .hero-copy > p { font-size: 16px; max-width: 340px; line-height: 1.8; }
  .hero-actions { gap: 15px; margin-top: 25px; }
  .hero-actions .button { font-size: 14px; gap: 17px; padding-inline: 18px 12px; }
  .hero-text-link { font-size: 13px; background: transparent; border: 0; padding: 0; gap: 8px; }
  .hero-text-link .play-ring { width: 31px; height: 31px; }
  .hero-note { display: none; }
  .hero-car-label { padding: 15px 18px; gap: 20px; max-width: 285px; border-radius: 12px; }
  .hero-car-label .tiny-label { font-size: 10px; }
  .hero-car-label strong { font-size: 20px; margin-block: 4px; }
  .hero-feature-price { font-size: 13px; }
  .strip-caption { font-size: 12px; }
  .strip-kicker { font-size: 11px; }
  .filter { font-size: 14px; padding-inline: 16px; }
  .car-body { padding: 21px 14px 22px; }
  .car-body h3 { min-height: 0; font-size: 23px; }
  .car-specs { font-size: 14px; gap: 22px; margin-top: 5px; }
  .car-price strong { font-size: 32px; }
  .car-book-link { font-size: 15px; }
  .fleet-bottom p { font-size: 13px; }
  .about-caption { padding: 23px 108px 23px 23px; min-width: 280px; }
  .about-logo { position: absolute; margin: 0; width: 68px; height: 68px; right: 20px; bottom: 24px; }
  .about-caption strong { font-size: 18px; }
  .contact-details { grid-template-columns: 1fr; gap: 30px; }
  .contact-details > div:last-child { display: block; }
  .contact-details > div:last-child .tiny-label { margin-bottom: 12px; }
  .contact-location { padding-left: 19px; }
  .contact-location address strong { font-size: 25px; }
  .footer-main .brand-logo { width: 86px; height: 86px; }
  .footer-main .brand-name { font-size: 19px; }
}
@media (max-width: 375px) {
  .hero-actions { gap: 12px; }
  .hero-actions .button { font-size: 13px; gap: 10px; }
  .hero-text-link { font-size: 12px; gap: 5px; }
  .hero-text-link .play-ring { width: 28px; height: 28px; }
  .about-caption { min-width: 255px; padding-right: 92px; padding-left: 18px; }
  .about-logo { right: 13px; width: 61px; height: 61px; }
  .footer-main .brand-logo { width: 72px; height: 72px; }
  .footer-main { column-gap: 18px; }
  .footer-main .brand-name { font-size: 17px; }
}

/* White opening: editorial typography, bronze accents and a full car portrait. */
:root { --paper: #fff; }
.topbar { background: #f5f4f1; color: #706b61; border-bottom: 1px solid #eae7e1; font-size: 12px; letter-spacing: .06em; }
.topbar a { font-size: 12px; }
.topbar strong { color: #79552f; }
.header, .header.scrolled { position: sticky; top: 0; background: #ffffffed; color: var(--ink); backdrop-filter: blur(18px); box-shadow: 0 1px 0 #26251e0c; }
.nav-wrap, .header.scrolled .nav-wrap { min-height: 98px; border: 0; }
.header .brand-logo, .header.scrolled .brand-logo { width: 72px; height: 72px; box-shadow: none; }
.header .nav-cta, .header.scrolled .nav-cta { background: #292e27; color: white; border-color: #292e27; }
.header .nav-cta:hover { background: #785633; border-color: #785633; }
.header .menu-toggle span { background: var(--ink); }
.hero.hero-light { min-height: 0; height: auto; max-height: none; overflow: hidden; background: white; color: var(--ink); }
.hero-light .hero-inner { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(28px, 4.5vw, 74px); padding-block: 58px 70px; min-height: 610px; height: auto; }
.hero-light .hero-copy { width: auto; max-width: none; padding: 0; min-width: 0; }
.hero-light .hero-eyebrow { color: #896338; font-size: 12px; letter-spacing: .13em; }
.hero-light h1 { font-size: clamp(58px, 6.2vw, 90px); letter-spacing: -.055em; line-height: 1.1; margin-block: 26px; }
.hero-light h1 em { color: #9a7046; }
.hero-light .hero-copy > p { color: #697065; font-size: 17px; max-width: 425px; }
.hero-light .hero-actions { flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.hero-light .button-gold { background: #292e27; color: #fff; border-color: #292e27; padding: 13px 16px 13px 24px; }
.hero-light .button-gold:hover { background: #785633; border-color: #785633; }
.hero-light .button-gold > span { background: #d8be94; color: #332c21; }
.hero-light .hero-text-link { color: #353b31; font-size: 14px; background: none; border: none; padding: 0; }
.hero-light .play-ring { border-color: #d9dcd2; }
.hero-light .play-ring:hover { background: #f5f2ec; }
.hero-light .hero-note { display: flex; margin-top: 28px; color: #77786d; font-size: 14px; letter-spacing: 0; }
.hero-light .note-icon { color: #987046; }
.hero-showcase { position: relative; min-width: 0; border: 1px solid #e7dfd2; border-radius: 24px 90px 24px 24px; overflow: hidden; background: #f6f2ea; box-shadow: 0 26px 65px #4833180a; animation: showroom-in 1.2s .15s both; }
.showcase-heading { display: flex; justify-content: space-between; gap: 20px; color: #7b6648; font-size: 12px; letter-spacing: .12em; padding: 29px 40px 23px 27px; }
.showcase-heading > span:last-child { color: #8e887c; white-space: nowrap; }
.showcase-image { display: block; overflow: hidden; }
.showcase-image img { width: 100%; height: auto; aspect-ratio: 1.5; object-fit: contain; transition: transform 1s cubic-bezier(.2,.65,.2,1); }
.showcase-image:hover img { transform: scale(1.035); }
.showcase-caption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 25px; background: #fffdf9; border-top: 1px solid #e7dfd2; }
.showcase-caption .tiny-label { font-size: 10px; letter-spacing: .09em; color: #887353; }
.showcase-caption > div > strong { display: block; font: 600 21px/1.4 var(--heading); letter-spacing: -.035em; margin-top: 5px; }
.showcase-price { text-align: right; flex-shrink: 0; }
.showcase-price > span { font-size: 12px; color: #777c6d; }
.showcase-caption .showcase-price > strong { font-size: 18px; }
.showcase-price small { font: 12px var(--font); color: #6f7569; }
.showcase-caption .feature-arrow { width: 36px; height: 36px; font-size: 21px; }
.intro-strip { background: #fff; border-top: 1px solid #e8e5df; border-bottom-color: #e8e5df; }
.intro-grid { padding-block: 29px; }
.intro-grid > div + div { border-color: #e7e2d8; }
@keyframes showroom-in { from { opacity: 0; transform: translateY(32px) scale(.96); } to { opacity: 1; transform: none; } }
@media (max-width: 1150px) {
  .hero-light .hero-inner { gap: 32px; padding-block: 44px 55px; min-height: 0; }
  .hero-light h1 { font-size: clamp(52px, 6.2vw, 70px); }
  .showcase-caption { flex-wrap: wrap; padding: 20px; gap: 12px; }
  .showcase-caption > div:first-child { flex: 1; }
  .showcase-caption .feature-arrow { display: none; }
  .showcase-caption > div > strong { font-size: 19px; }
  .showcase-caption .showcase-price > strong { font-size: 17px; }
  .showcase-heading { font-size: 11px; padding: 25px 32px 20px 23px; }
  .hero-light .hero-actions { gap: 17px; }
}
@media (max-width: 900px) {
  .hero-light .hero-inner { grid-template-columns: 1fr; gap: 38px; padding-block: 40px 50px; }
  .hero-light .hero-copy { max-width: 640px; }
  .hero-light h1 { font-size: clamp(61px, 10vw, 80px); }
  .hero-light .hero-copy > p { max-width: 510px; }
  .hero-showcase { width: 100%; max-width: 670px; justify-self: center; }
  .showcase-caption { padding: 23px 27px; }
  .showcase-caption .feature-arrow { display: grid; }
  .showcase-caption > div > strong { font-size: 24px; }
  .showcase-caption .showcase-price > strong { font-size: 21px; }
}
@media (max-width: 600px) {
  .nav-wrap, .header.scrolled .nav-wrap { min-height: 86px; }
  .header .brand-logo, .header.scrolled .brand-logo { width: 64px; height: 64px; }
  .topbar { font-size: 10px; letter-spacing: .025em; }
  .hero-light .hero-inner { padding-block: 32px 38px; gap: 32px; }
  .hero-light .hero-eyebrow { font-size: 11px; letter-spacing: .06em; gap: 10px; }
  .hero-light h1 { font-size: clamp(47px, 12.7vw, 70px); margin-block: 22px; }
  .hero-light .hero-copy > p { font-size: 16px; line-height: 1.8; }
  .hero-light .hero-actions { gap: 16px; margin-top: 25px; }
  .hero-light .hero-text-link { font-size: 13px; }
  .hero-light .button-gold { padding-inline: 18px 12px; }
  .hero-light .hero-note { margin-top: 22px; font-size: 13px; }
  .hero-showcase { border-radius: 18px 55px 18px 18px; }
  .showcase-heading { padding: 20px 24px 18px 19px; font-size: 10px; letter-spacing: .08em; }
  .showcase-caption { padding: 19px; gap: 12px; }
  .showcase-caption > div > strong { font-size: 19px; }
  .showcase-caption .tiny-label { font-size: 9px; }
  .showcase-caption .showcase-price > strong { font-size: 17px; }
  .showcase-caption .feature-arrow { display: none; }
  .intro-grid { padding-block: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-showcase { animation: none; }
  .showcase-image:hover img { transform: none; }
}

/* A composed finish: a travel photograph, easy booking and a clear local address. */
.journey-band { width: min(1320px, calc(100% - var(--gutter) * 2)); margin: 0 auto; border-radius: 24px; }
.journey-photo { opacity: .65; background-position: center 57%; filter: none; }
.journey-band:after { background: linear-gradient(90deg, #122016ef, #122016aa 45%, #1220161a); }
.journey-inner { width: calc(100% - 100px); padding-block: 65px; }
.journey-inner > .eyebrow { font-size: 12px; }
.journey-inner h2 { font-size: clamp(42px, 4vw, 59px); }
.journey-inner > div > p { font-size: 16px; color: #e1e6da; }
.journey-word { display: none; }
.booking-section { margin-top: 80px; background: #f7f8f5; border-block: 1px solid #e8ebe3; }
.booking-layout { grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 6vw, 95px); }
.booking-copy { padding-top: 27px; }
.booking-copy > .eyebrow { font-size: 12px; color: #88653b; }
.booking-copy h2 { font-size: clamp(46px, 4.5vw, 64px); }
.booking-copy h2 em { color: #987046; }
.booking-copy > p { font-size: 16px; max-width: 420px; }
.booking-steps { gap: 24px; margin-block: 34px 36px; }
.booking-steps li { gap: 18px; flex-direction: row; align-items: flex-start; }
.booking-steps li > span { width: 43px; height: 43px; border-color: #d9d0be; background: #fff; font-size: 12px; color: #8c6840; }
.booking-steps strong { font-size: 17px; font-weight: 600; }
.booking-steps p { font-size: 14px; line-height: 1.8; max-width: 290px; }
.direct-call { max-width: 430px; padding-top: 25px; border-color: #dde2d5; }
.direct-call > div > span { font-size: 13px; }
.direct-call a { font-size: 27px; }
.call-circle { background: #e9eee3; border: 0; width: 50px; height: 50px; flex-shrink: 0; color: #536a40; }
.booking-form { background: #fff; border: 1px solid #e1e5da; border-radius: 22px; box-shadow: 0 18px 60px #26371908; padding: 38px; }
.booking-form:before { display: none; }
.form-heading { border-bottom-color: #eceee8; padding-bottom: 24px; margin-bottom: 25px; }
.form-eyebrow { display: block; font-size: 11px; letter-spacing: .1em; color: #947044; margin-bottom: 7px; }
.form-heading h3 { font-size: 25px; font-weight: 600; line-height: 1.4; }
.form-heading > span { display: grid; place-items: center; width: 46px; height: 46px; background: #f4f1e9; border-radius: 50%; flex-shrink: 0; }
.form-heading svg { width: 23px; height: 23px; }
.form-grid { gap: 21px 18px; }
.form-grid label { font-size: 14px; gap: 9px; }
.form-grid input, .form-grid select, .form-grid textarea { background: #fafbf8; border-color: #dfe4d7; font-size: 16px; min-height: 51px; border-radius: 8px; padding: 12px 14px; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #808777; }
.form-submit { border-radius: 9px; min-height: 56px; font-size: 15px; background: #293626; }
.form-submit:hover { background: #3c4a32; }
.form-note { font-size: 12px; color: #777e6e; }
.booking-estimate { background: #f5f7ef; padding: 18px; border: 1px solid #dbe1ce; border-radius: 9px; }
.booking-estimate > div > span { font-size: 14px; }
.booking-estimate p, .form-feedback { font-size: 13px; }
.faq-section { background: white; border: 0; }
.faq-layout { grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.faq-layout .eyebrow { font-size: 12px; }
.faq-layout h2 { font-size: clamp(43px, 4.2vw, 59px); }
.faq-layout h2 em { color: #987046; }
.faq-layout > div > p { font-size: 16px; }
.faqs { display: grid; gap: 12px; counter-reset: questions; }
.faqs details, .faqs details:first-child { counter-increment: questions; border: 1px solid #e5e8df; background: #fafbf8; border-radius: 12px; overflow: hidden; transition: background .25s, border-color .25s; }
.faqs details[open] { border-color: #c7b28e; background: #fffdf8; box-shadow: 0 8px 26px #6c512107; }
.faqs summary { display: grid; grid-template-columns: 25px 1fr auto; gap: 16px; font-size: 16px; padding: 23px; }
.faqs summary:before { content: counter(questions, decimal-leading-zero); font-size: 12px; color: #98805a; }
.faqs summary > span { width: 26px; text-align: center; font-size: 24px; }
.faqs details p { font-size: 15px; margin: 0 25px 24px 64px; color: #6d7366; line-height: 1.9; }
.faqs details[open] summary { padding-bottom: 14px; }
.contact-section.contact-light { padding-block: 0 90px; background: white; overflow: visible; }
.contact-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; border: 1px solid #e3e6dc; border-radius: 26px; padding: 55px; background: #f6f7f3; }
.contact-light .contact-heading { border: 0; padding: 0; min-width: 0; }
.contact-light .contact-heading .eyebrow { font-size: 12px; color: #857049; margin-bottom: 22px; }
.contact-light .contact-heading h2 { font-size: clamp(58px, 5.4vw, 78px); line-height: 1.04; }
.contact-light .contact-heading h2 em { color: #987046; }
.contact-heading > p { font-size: 16px; line-height: 1.85; color: #727967; max-width: 340px; margin-top: 23px; }
.contact-primary { margin-top: 28px; }
.contact-primary > .tiny-label, .contact-alternatives > .tiny-label { font-size: 11px; letter-spacing: .1em; color: #85826e; }
.contact-primary .contact-number { font-size: clamp(27px, 2.9vw, 37px); margin-top: 3px; font-weight: 600; letter-spacing: -.04em; }
.contact-whatsapp { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: #416233; padding-block: 9px; margin-top: 4px; }
.contact-whatsapp svg { width: 20px; height: 20px; }
.contact-alternatives { border-top: 1px solid #dfe4d6; margin-top: 20px; padding-top: 18px; }
.contact-alternatives > div { display: flex; flex-wrap: wrap; gap: 6px 13px; margin-top: 6px; font-size: 16px; }
.contact-alternatives > div > span { color: #bbc2af; }
.contact-light .contact-location { align-self: stretch; display: flex; flex-direction: column; background: white; border: 1px solid #e2e6d9; border-radius: 18px; padding: 35px; min-width: 0; box-shadow: 0 10px 24px #20311b03; }
.location-heading { display: flex; gap: 16px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid #eceee7; margin-bottom: 25px; }
.location-pin { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #f4eee3; color: #96703d; flex-shrink: 0; }
.location-pin svg { width: 25px; height: 25px; }
.location-heading .tiny-label { font-size: 11px; letter-spacing: .1em; color: #8d7b5d; }
.location-heading b { display: block; font: 600 18px/1.4 var(--heading); letter-spacing: -.03em; color: #333d2e; margin-top: 5px; }
.contact-light .contact-location address strong { display: block; font: 600 26px/1.4 var(--heading); letter-spacing: -.04em; }
.contact-light .contact-location address > span { font-size: 17px; color: #6b7561; margin-top: 9px; line-height: 1.85; }
.contact-light .location-code { align-self: flex-start; border-color: #e2e5da; color: #737e63; background: #fafbf7; font-size: 12px; margin-top: 17px; padding: 5px 9px; }
.contact-light .location-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 27px; }
.contact-light .location-actions a { justify-content: space-between; font-size: 14px; }
.contact-light .location-link { width: 100%; border: 1px solid #2b3825; border-radius: 8px; padding: 13px 17px; background: #2b3825; color: #fff; }
.contact-light .location-link:hover { background: #405233; }
.contact-light .directions-link { align-self: center; border: 0; padding: 9px 0; gap: 15px; color: #685b42; }
.location-footer { margin-top: auto; padding-top: 20px; display: flex; align-items: flex-start; gap: 13px; }
.location-rule { height: 1px; background: #c6b388; width: 27px; flex-shrink: 0; margin-top: 11px; }
.location-footer p { font-size: 13px; color: #879077; line-height: 1.8; }
footer { background: #1e281c; border-top: 3px solid #bd9c6d; }
.footer-main { padding-block: 55px; align-items: center; gap: 45px; }
.footer-main .brand-logo { width: 106px; height: 106px; }
.footer-main > div > p { font-size: 14px; line-height: 1.85; margin-top: 18px; color: #b9c3b0; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 38px; font-size: 14px; color: #d3dccb; }
.footer-main .back-top { font-size: 13px; color: #d0dcc4; }
.footer-bottom { font-size: 12px; color: #a9b69d; border-color: #ffffff18; padding-block: 24px; }
@media (max-width: 1150px) {
  .booking-layout { gap: 40px; }
  .booking-form { padding: 29px; }
  .form-heading h3 { font-size: 23px; }
  .contact-shell { gap: 34px; padding: 38px; }
  .contact-light .contact-location { padding: 28px; }
  .contact-light .contact-location address strong { font-size: 24px; }
  .footer-main { gap: 25px; }
  .footer-main nav { gap: 12px 25px; }
}
@media (max-width: 900px) {
  .journey-inner { width: calc(100% - 64px); padding-block: 48px; }
  .journey-inner > div { align-items: flex-start; flex-direction: column; gap: 24px; }
  .booking-section { margin-top: 55px; }
  .booking-layout { grid-template-columns: 1fr; gap: 35px; }
  .booking-copy { padding-top: 0; }
  .booking-copy > p { max-width: 550px; }
  .booking-steps { grid-template-columns: 1fr; gap: 20px; }
  .booking-steps p { max-width: none; }
  .direct-call { max-width: none; }
  .booking-form { padding: 34px; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .contact-shell { grid-template-columns: 1fr; gap: 32px; padding: 38px; }
  .contact-heading > p { max-width: 450px; }
  .contact-light .contact-location { padding: 32px; }
  .contact-light .location-actions { flex-direction: row; align-items: center; gap: 24px; }
  .contact-light .location-link { width: auto; gap: 25px; }
  .contact-light .location-footer { margin-top: 0; }
  .footer-main { display: grid; grid-template-columns: 1fr auto; gap: 35px; }
  .footer-main nav { grid-row: 2; grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); justify-content: start; }
}
@media (max-width: 600px) {
  .journey-band { border-radius: 18px; }
  .journey-inner { width: calc(100% - 44px); padding-block: 38px; }
  .journey-inner > .eyebrow { font-size: 11px; line-height: 1.8; }
  .journey-inner h2 { font-size: clamp(32px, 8.5vw, 44px); }
  .journey-inner > div { margin-top: 22px; }
  .journey-inner > div > p { font-size: 15px; }
  .journey-inner .button { font-size: 13px; margin-top: 18px; padding-inline: 17px; gap: 15px; }
  .booking-section { margin-top: 45px; }
  .booking-copy h2 { font-size: 48px; }
  .booking-copy > .eyebrow { font-size: 12px; }
  .booking-copy > p { margin-block: 22px; }
  .booking-form { padding: 26px 20px; border-radius: 16px; }
  .form-heading { gap: 12px; }
  .form-heading h3 { font-size: 21px; }
  .form-eyebrow { font-size: 10px; }
  .form-heading > span { width: 36px; height: 36px; }
  .form-heading svg { width: 20px; height: 20px; }
  .form-grid { column-gap: 13px; }
  .form-grid label { font-size: 14px; }
  .form-grid input, .form-grid select, .form-grid textarea { font-size: 16px; padding-inline: 11px; }
  .form-submit { font-size: 14px; padding-inline: 15px; gap: 8px; }
  .booking-estimate > div { flex-wrap: wrap; gap: 7px; }
  .booking-estimate > div > span { max-width: none; }
  .faq-layout h2 { font-size: 44px; }
  .faqs summary { font-size: 15px; grid-template-columns: 20px 1fr 22px; padding: 20px 17px; gap: 10px; }
  .faqs details p { font-size: 15px; margin: 0 19px 22px 47px; }
  .contact-section.contact-light { padding-bottom: 50px; }
  .contact-shell { padding: 26px 21px; border-radius: 18px; gap: 28px; }
  .contact-light .contact-heading .eyebrow { font-size: 11px; line-height: 1.8; margin-bottom: 18px; }
  .contact-light .contact-heading h2 { font-size: 61px; }
  .contact-heading > p { font-size: 16px; }
  .contact-primary .contact-number { font-size: 30px; }
  .contact-whatsapp { font-size: 13px; gap: 8px; }
  .contact-alternatives > div { font-size: 15px; gap: 6px 10px; }
  .contact-light .contact-location { padding: 23px 20px; border-radius: 13px; }
  .location-heading { gap: 12px; padding-bottom: 19px; margin-bottom: 21px; }
  .location-pin { width: 42px; height: 42px; }
  .location-heading b { font-size: 17px; }
  .contact-light .contact-location address strong { font-size: 23px; }
  .contact-light .contact-location address > span { font-size: 16px; }
  .contact-light .location-actions { flex-direction: column; align-items: stretch; gap: 7px; }
  .contact-light .location-link { width: 100%; font-size: 13px; padding: 12px; gap: 12px; }
  .contact-light .location-footer { gap: 10px; }
  .location-footer p { font-size: 12px; }
  .footer-main { gap: 28px 18px; padding-block: 40px; }
  .footer-main .brand-logo { width: 77px; height: 77px; }
  .footer-main .brand-name { font-size: 18px; }
  .footer-main nav { grid-template-columns: 1fr 1fr; gap: 13px 20px; }
  .footer-main .back-top { font-size: 0; }
  .footer-bottom { font-size: 12px; line-height: 1.8; }
}
@media (max-width: 375px) {
  .hero-light .hero-actions { gap: 12px; }
  .hero-light .hero-text-link { font-size: 12px; }
  .showcase-caption { flex-direction: column; align-items: flex-start; gap: 12px; }
  .showcase-price { text-align: left; }
  .showcase-price > span { display: inline; margin-right: 5px; }
  .showcase-caption .showcase-price > strong { display: inline; }
  .booking-copy h2 { font-size: 43px; }
  .form-heading > span { display: none; }
  .contact-shell { padding-inline: 18px; }
  .contact-light .contact-location { padding-inline: 17px; }
  .contact-primary .contact-number { font-size: 27px; }
  .contact-light .contact-heading h2 { font-size: 55px; }
  .contact-whatsapp { gap: 7px; font-size: 12px; }
  .footer-main .brand-logo { width: 66px; height: 66px; }
  .footer-main .brand-name { font-size: 16px; }
}

/* Phone usability: readable inputs, complete category controls and comfortable taps. */
.location-heading .tiny-label { display: block; }
@media (max-width: 600px) {
  html { scroll-padding-top: 100px; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .hero-light .hero-text-link, .hero-light .hero-note { min-height: 44px; }
  .hero-light .hero-note { margin-top: 14px; }
  .fleet-toolbar { display: block; }
  .fleet-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; width: 100%; max-width: 100%; margin: 0; padding: 0; overflow: visible; }
  .filter { min-height: 46px; padding: 9px 12px; border-color: #e2e3d9; border-radius: 9px; background: white; }
  .filter.active { border-color: #282e27; }
  .mobile-nav { gap: 0; padding-block: 9px 17px; max-height: calc(100svh - 165px); overflow-y: auto; }
  .mobile-nav a { min-height: 48px; padding-block: 12px; border-bottom: 1px solid #e9ece3; font-size: 16px; }
  .car-specs { flex-wrap: wrap; gap: 9px 18px; }
  .car-book-link { min-height: 52px; }
  .contact-whatsapp, .contact-alternatives a, .directions-link { min-height: 44px; display: inline-flex; align-items: center; }
  .contact-alternatives > div { align-items: center; }
  .location-heading .tiny-label { font-size: 10px; }
  .location-heading b { font-size: 17px; }
  .footer-main nav { gap: 1px 18px; }
  .footer-main nav a { min-height: 44px; display: flex; align-items: center; }
  .mobile-booking-bar { min-height: 65px; }
  .mobile-booking-bar a { min-height: 64px; font-size: 14px; }
}
@media (max-width: 420px) {
  .form-grid label:has(#booking-date), .form-grid label:has(#booking-days) { grid-column: 1 / -1; }
  .form-submit > span:last-child { display: none; }
  .form-submit { justify-content: center; flex-wrap: wrap; line-height: 1.5; }
  .form-heading h3 { overflow-wrap: anywhere; }
}

/* Final site-wide rhythm and alignment. */
.section { padding-block: clamp(76px, 7vw, 105px); }
.section-heading { margin-bottom: 38px; gap: 40px; }
.section-heading h2 { font-size: clamp(43px, 4.4vw, 64px); }
.section-heading .eyebrow, .about-copy > .eyebrow { font-size: 12px; margin-bottom: 22px; }
.section-intro { max-width: 380px; gap: 20px; }
.section-intro p, .section-heading > p { font-size: 16px; }
.section-symbol { font-size: 44px; }
.section-index { font-size: 11px; width: 28px; height: 28px; }
.services-section { background: #222d20; }
.services-section:before { display: none; }
.services-section .section-heading > p { color: #c0cab8; max-width: 355px; }
.services-grid { gap: 20px; align-items: stretch; }
.service-card { padding: 29px 25px; border-radius: 14px; background: #ffffff03; border-color: #ffffff29; }
.service-card:nth-child(2), .service-card:nth-child(4), .service-card.is-visible:nth-child(2), .service-card.is-visible:nth-child(4) { transform: none; }
.service-card:hover, .service-card:nth-child(2):hover, .service-card:nth-child(4):hover, .service-card.is-visible:nth-child(2):hover, .service-card.is-visible:nth-child(4):hover { transform: translateY(-4px); background: #ffffff08; }
.service-top { margin-bottom: 30px; }
.service-number { font-size: 12px; color: #a6b49b; }
.service-card h3 { font-size: 21px; font-weight: 600; line-height: 1.4; }
.service-card p { font-size: 16px; line-height: 1.85; color: #bac7b1; margin-bottom: 27px; }
.service-link { font-size: 14px; line-height: 1.5; padding-top: 20px; }
.about-layout { grid-template-columns: 1fr 1fr; gap: clamp(45px, 6vw, 85px); }
.about-visual { padding: 0; min-width: 0; }
.about-image { height: auto; aspect-ratio: 1.45; border-radius: 22px; }
.about-image img { object-position: 63% center; }
.about-caption { position: relative; inset: auto; width: calc(100% - 36px); min-width: 0; margin: -25px 18px 0; padding: 25px 121px 25px 25px; background: #f7f5ef; color: var(--ink); border: 6px solid #fff; border-radius: 14px; box-shadow: 0 12px 30px #1d271308; }
.about-caption > span:first-child { font-size: 10px; color: #987447; letter-spacing: .08em; }
.about-caption strong { font-size: 22px; font-weight: 500; }
.about-logo { position: absolute; right: 20px; bottom: 26px; margin: 0; width: 78px; height: 78px; }
.about-copy h2 { font-size: clamp(43px, 4.1vw, 58px); }
.about-copy h2 em { color: #967044; }
.about-copy > p { font-size: 16px; }
.benefits { gap: 19px; }
.benefits strong { font-size: 16px; font-weight: 600; }
.benefits p { font-size: 14px; }
.text-link { font-size: 14px; min-height: 44px; }
.car-body h3 { font-weight: 600; }
.car-price > span:first-child, .showcase-caption .tiny-label, .form-eyebrow { font-size: 12px; letter-spacing: .065em; }
.brand-name small { font-size: 10px; letter-spacing: .09em; }
@media (max-width: 1150px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { padding: 28px; }
  .about-layout { gap: 35px; }
  .about-caption { width: calc(100% - 18px); margin-inline: 9px; padding: 22px 100px 22px 20px; }
  .about-caption strong { font-size: 19px; }
  .about-logo { width: 67px; height: 67px; right: 17px; bottom: 23px; }
}
@media (max-width: 900px) {
  .section-heading { gap: 25px; }
  .about-layout { grid-template-columns: 1fr; gap: 38px; }
  .about-visual { max-width: 650px; width: 100%; justify-self: center; }
  .about-image { aspect-ratio: 1.6; }
  .about-copy h2 br:nth-of-type(1) { display: none; }
  .about-caption { width: calc(100% - 40px); margin-inline: 20px; }
  .about-caption strong { font-size: 22px; }
  .about-logo { width: 76px; height: 76px; }
}
@media (max-width: 600px) {
  .section { padding-block: 63px; }
  .section-heading { gap: 24px; margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(39px, 10.8vw, 48px); }
  .section-heading .eyebrow, .about-copy > .eyebrow { font-size: 11px; letter-spacing: .09em; margin-bottom: 19px; }
  .section-heading > p, .section-intro p { font-size: 16px; }
  .section-symbol { display: none; }
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 25px; }
  .service-top { margin-bottom: 24px; }
  .service-card h3 { font-size: 23px; }
  .service-card p { margin-bottom: 23px; }
  .about-caption { width: calc(100% - 14px); margin: -18px 7px 0; padding: 21px 91px 21px 16px; }
  .about-caption > span:first-child { font-size: 10px; }
  .about-caption strong { font-size: 18px; }
  .about-logo { width: 62px; height: 62px; right: 14px; bottom: 25px; }
  .about-copy h2 { font-size: 44px; }
  .about-copy h2 br:nth-of-type(1) { display: initial; }
  .hero-light .hero-eyebrow { font-size: 12px; letter-spacing: .04em; }
  .showcase-heading { font-size: 11px; }
  .showcase-caption .tiny-label { font-size: 11px; }
  .car-price > span:first-child { font-size: 12px; }
  .brand-name small, .header .brand-name small { font-size: 9px; }
  .illustration-note { font-size: 12px; }
}
@media (max-width: 360px) {
  .about-caption { padding-right: 78px; }
  .about-caption strong { font-size: 16px; }
  .about-logo { width: 52px; height: 52px; right: 12px; }
  .about-copy h2 { font-size: 39px; }
  .hero-light .hero-eyebrow { font-size: 11px; }
  .header .brand-name { font-size: 17px; }
  .header .brand-name small { font-size: 8px; }
}
