/*
Theme Name: Supreme Rentals
Theme URI: https://www.supremerentalsnh.com/
Author: Supreme Rentals
Description: Scalable multi-location car rental theme for Supreme Rentals, including locations, surrounding-city service pages, rental options, guides, structured data and location-specific booking.
Version: 1.0.3
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: supreme-rentals
*/
:root {
  --ink: #101010;
  --soft-ink: #1a1a1a;
  --paper: #f4f2ed;
  --white: #ffffff;
  --red: #ef2b2d;
  --red-dark: #c81419;
  --line: rgba(16, 16, 16, 0.16);
  --muted: #686863;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }

.section-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.hero-wrap { background: var(--ink); color: white; overflow: clip; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-shell { width: min(1320px, calc(100% - 40px)); height: 90px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.site-header .brand img { width: 220px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; }
.desktop-nav a { color: #d7d7d5; font-size: 14px; }
.desktop-nav a:hover { color: white; }
.button { border: 0; min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; letter-spacing: .02em; cursor: pointer; transition: .2s ease; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }

.hero { position: relative; padding: 76px 0 48px; display: grid; grid-template-columns: 45% 55%; }
.hero-copy { z-index: 2; padding: 56px 48px 100px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: #c7c7c1; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: var(--red); }
.eyebrow.dark { color: var(--muted); }
.hero h1 { margin: 0; font-size: clamp(52px, 5.4vw, 76px); line-height: .84; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { font-size: .72em; letter-spacing: -.045em; }
.hero-tagline { margin: 28px 0 0; color: var(--red); font-size: 18px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-lede { max-width: 520px; margin: 42px 0 0; color: #c2c2bd; font-size: 18px; line-height: 1.65; }
.hero-tagline + .hero-lede { margin-top: 18px; }
.hero-proof { display: flex; gap: 34px; margin-top: 48px; }
.hero-proof div { display: grid; gap: 6px; border-left: 1px solid #555; padding-left: 18px; }
.hero-proof strong { font-size: 25px; }
.hero-proof span { color: #91918c; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.hero-visual { min-height: 650px; position: relative; }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, transparent 27%), linear-gradient(0deg, var(--ink) 0%, transparent 28%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; filter: saturate(.86) contrast(1.05); }
.hero-tag { position: absolute; right: 24px; top: 24px; z-index: 2; display: grid; gap: 7px; }
.hero-tag span { padding: 8px 11px; background: rgba(16,16,16,.72); border: 1px solid rgba(255,255,255,.18); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-booking { position: relative; grid-column: 1 / -1; grid-row: 2; z-index: 4; width: 100%; margin-top: -38px; padding: 24px; background: var(--white); color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.booking-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; }
.booking-heading p { margin: 0; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.booking-heading span { color: var(--muted); font-size: 12px; }
.booking-form { display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; gap: 1px; background: #d9d9d5; border: 1px solid #d9d9d5; }
.booking-form > * { min-width: 0; }
.booking-form label { background: white; display: grid; gap: 8px; padding: 13px 16px; }
.booking-form label span { color: #777771; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.booking-form select, .booking-form input { border: 0; padding: 0; background: transparent; color: var(--ink); min-height: 28px; font-size: 14px; outline: none; width: 100%; }
.booking-submit { min-width: 185px; white-space: nowrap; }

.category-section { padding: 150px 0 120px; }
.section-heading h2 { margin: 0; font-size: clamp(48px, 6.4vw, 82px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.split-heading { display: grid; grid-template-columns: 1.5fr .55fr; align-items: end; gap: 50px; margin-bottom: 58px; }
.split-heading > p { color: var(--muted); line-height: 1.7; margin: 0 0 5px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.category-card { min-height: 470px; position: relative; overflow: hidden; color: white; }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.035); }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.05) 70%); }
.category-copy { position: absolute; inset: auto 27px 28px; }
.category-copy p { margin: 0 0 10px; font-size: 28px; font-weight: 800; text-transform: uppercase; }
.category-copy span { display: block; max-width: 320px; color: #d5d5d0; font-size: 13px; line-height: 1.5; min-height: 44px; }
.category-copy strong { display: block; margin-top: 22px; color: white; font-size: 12px; }

.locations-band { background: var(--soft-ink); color: white; padding: 105px 0; }
.location-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.location-heading .eyebrow { align-self: start; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #454545; border-bottom: 1px solid #454545; }
.location-card { min-height: 390px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid #454545; }
.location-card:last-child { border-right: 0; }
.location-index { align-self: end; color: #72726e; font-size: 12px; }
.location-card > p { color: var(--red); margin: 50px 0 9px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.location-card h3 { margin: 0; font-size: 43px; letter-spacing: -.05em; text-transform: uppercase; }
.location-card > span { color: #a9a9a3; line-height: 1.55; font-size: 13px; margin-top: 20px; max-width: 290px; }
.location-card small { color: #74746f; margin-top: 16px; }
.location-card a { margin-top: auto; font-size: 12px; font-weight: 800; display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #3f3f3f; }

.experience-section { display: grid; grid-template-columns: 1.02fr .98fr; gap: 90px; padding: 120px 0; align-items: center; }
.experience-image { min-height: 700px; position: relative; }
.experience-image img { width: 100%; height: 700px; object-fit: cover; }
.experience-badge { position: absolute; right: -35px; bottom: 40px; width: 170px; height: 170px; background: var(--red); color: white; border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(-8deg); }
.experience-badge strong { font-size: 36px; }
.experience-badge span { font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .1em; }
.experience-copy > h2 { margin: 0; font-size: clamp(54px, 6vw, 88px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.experience-copy > p { color: var(--muted); line-height: 1.75; max-width: 500px; margin: 34px 0 38px; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.benefit > span { color: var(--red); font-size: 10px; font-weight: 900; }
.benefit h3 { margin: 0 0 7px; font-size: 17px; }
.benefit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.requirements-section { background: #e7e4dc; padding: 100px 0; }
.requirements-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.requirements-grid h2 { margin: 0; font-size: clamp(45px, 5vw, 72px); text-transform: uppercase; line-height: .95; letter-spacing: -.05em; }
.requirement-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #c9c6be; border: 1px solid #c9c6be; }
.requirement-cards article { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; background: #eeece7; }
.requirement-cards strong { font-size: 42px; letter-spacing: -.05em; }
.requirement-cards span { color: var(--muted); font-size: 12px; line-height: 1.5; max-width: 170px; }
.text-link { grid-column: 2; justify-self: start; font-size: 13px; font-weight: 900; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.partner-teaser { padding: 110px 0; display: grid; grid-template-columns: 1.2fr .7fr; gap: 90px; align-items: end; }
.partner-teaser h2 { margin: 0; max-width: 760px; font-size: clamp(50px, 6vw, 84px); line-height: .91; letter-spacing: -.055em; text-transform: uppercase; }
.partner-teaser > div:last-child p { color: var(--muted); line-height: 1.7; margin: 0 0 28px; }
.final-cta { background: var(--red); color: white; padding: 110px 0; overflow: hidden; }
.final-cta-inner { position: relative; }
.final-cta p { font-size: 11px; text-transform: uppercase; letter-spacing: .17em; font-weight: 800; }
.final-cta h2 { margin: 35px 0 45px; font-size: clamp(65px, 9vw, 125px); line-height: .79; letter-spacing: -.07em; text-transform: uppercase; }
.final-cta h2 em { font-style: normal; color: var(--ink); }

.footer { background: var(--ink); color: white; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; }
.footer-brand img { width: min(250px, 100%); height: auto; object-fit: contain; }
.footer-brand p { margin-top: 22px; color: #858580; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid strong { color: var(--red); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; margin-bottom: 12px; }
.footer-grid a { color: #bcbcb8; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #343434; padding-top: 24px; margin-top: 60px; color: #6f6f6b; font-size: 11px; }
.mobile-book { display: none; }
.mobile-menu { display: none; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; color: #8e8e89; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.breadcrumbs > span { display: inline-flex; gap: 8px; align-items: center; }
.breadcrumbs b { color: #4e4e4b; font-weight: 400; }
.breadcrumbs a { color: #bebeb9; }
.breadcrumbs a:hover { color: white; }
.breadcrumbs [aria-current="page"] { color: var(--red); }

.booking-form.location-only { grid-template-columns: 1.2fr 1fr auto; }
.booking-context { background: white; display: grid; gap: 8px; padding: 13px 16px; }
.booking-context span { color: #777771; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.booking-context strong { font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.proof-bar { background: #e7e4dc; border-bottom: 1px solid #d4d0c7; }
.proof-bar-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-bar span { min-height: 34px; display: flex; align-items: center; padding: 0 24px; border-right: 1px solid #c8c4bb; color: #4d4d48; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.proof-bar span:first-child { padding-left: 0; }
.proof-bar span:last-child { border-right: 0; }
.section-action { margin-top: 35px; }
.text-link.standalone { grid-column: auto; display: inline-block; }
.how-section { background: white; padding: 110px 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.steps-grid article { min-height: 310px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.steps-grid article > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.steps-grid h3 { margin: auto 0 18px; font-size: 29px; letter-spacing: -.04em; text-transform: uppercase; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.area-teaser { padding: 120px 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.area-copy { position: sticky; top: 30px; }
.area-copy h2, .home-faq h2 { margin: 0; font-size: clamp(48px, 5.7vw, 75px); line-height: .91; letter-spacing: -.055em; text-transform: uppercase; }
.area-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin: 28px 0; max-width: 470px; }
.area-link-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-link-grid a { min-height: 210px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.area-link-grid a:hover { background: var(--ink); color: white; }
.area-link-grid span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.area-link-grid strong { margin: auto 0 18px; font-size: 23px; line-height: 1.1; text-transform: uppercase; }
.area-link-grid small { color: #7c7c76; }
.home-faq { padding: 0 0 120px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }

@media (max-width: 960px) {
  .nav-cta { display: none; }
  .mobile-menu { display: block; margin-left: auto; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; min-width: 104px; min-height: 50px; padding: 12px 15px; display: flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid var(--red); color: #fff; background: var(--red); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; box-shadow: 0 8px 24px rgba(239,43,45,.22); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary:hover { background: var(--red-dark); border-color: var(--red-dark); }
  .mobile-menu[open] summary { background: #fff; border-color: #fff; color: var(--ink); }
  .menu-icon { width: 19px; display: grid; gap: 4px; }
  .menu-icon i { display: block; width: 100%; height: 2px; background: currentColor; }
  .mobile-menu nav { position: absolute; top: 52px; right: 0; width: min(330px, calc(100vw - 24px)); padding: 20px; display: grid; gap: 0; background: #1a1a1a; border: 1px solid #3b3b3b; box-shadow: 0 20px 50px rgba(0,0,0,.4); }
  .mobile-menu nav > a:not(.button) { padding: 14px 4px; color: #d2d2ce; border-bottom: 1px solid #343434; font-size: 13px; }
  .mobile-menu nav .button { margin-top: 18px; }
  .proof-bar-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-bar span:nth-child(2) { border-right: 0; }
  .proof-bar span { min-height: 56px; }
  .booking-form.location-only { grid-template-columns: 1fr 1fr; }
  .booking-form.location-only .booking-submit { grid-column: 1 / -1; }
  .area-teaser, .home-faq { grid-template-columns: 1fr; gap: 50px; }
  .area-copy { position: static; }
}

@media (max-width: 640px) {
  .booking-form.location-only { grid-template-columns: 1fr; }
  .booking-form.location-only .booking-submit { grid-column: auto; }
  .booking-context { min-height: 72px; }
  .proof-bar-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .proof-bar span, .proof-bar span:nth-child(2) { border-right: 0; border-bottom: 1px solid #c8c4bb; padding-inline: 0; }
  .proof-bar span:last-child { border-bottom: 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 250px; }
  .area-link-grid { grid-template-columns: 1fr; }
  .area-link-grid a { min-height: 180px; }
  .area-teaser, .home-faq { padding-block: 85px; }
  .home-faq { padding-top: 0; }
}

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding: 20px 0 0; }
  .hero-copy { padding: 56px 0 25px; }
  .hero h1 { font-size: clamp(54px, 10vw, 82px); }
  .hero-visual { min-height: 440px; }
  .hero-visual img { min-height: 440px; }
  .hero-booking { grid-column: 1; grid-row: auto; margin: -42px 0 65px; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-form label:first-child { grid-column: 1 / -1; }
  .booking-submit { min-height: 62px; }
  .split-heading, .experience-section, .requirements-grid, .partner-teaser { grid-template-columns: 1fr; }
  .split-heading { gap: 24px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 390px; }
  .location-heading { display: block; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 330px; border-right: 0; border-bottom: 1px solid #454545; }
  .location-card:last-child { border-bottom: 0; }
  .experience-section { gap: 60px; }
  .experience-image, .experience-image img { min-height: 520px; height: 520px; }
  .experience-badge { right: 20px; }
  .text-link { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 36px, 1240px); }
  .nav-shell { width: calc(100% - 32px); height: 72px; }
  .site-header .brand img { width: clamp(132px, 37vw, 145px); height: auto; }
  .mobile-menu summary { min-width: 94px; min-height: 46px; padding: 10px 12px; }
  .mobile-menu nav { top: 48px; width: min(320px, calc(100vw - 32px)); }
  .nav-cta { min-height: 44px; padding: 0 14px; font-size: 11px; }
  .hero-copy { padding-top: 38px; }
  .hero h1 { font-size: clamp(38px, 11.6vw, 49px); }
  .hero-tagline { font-size: 14px; line-height: 1.35; }
  .hero-lede { font-size: 16px; margin-top: 30px; }
  .hero-proof { gap: 15px; justify-content: space-between; }
  .hero-proof strong { font-size: 20px; }
  .hero-visual, .hero-visual img { min-height: 350px; height: 350px; }
  .hero-booking { padding: 17px; margin-bottom: 38px; }
  .booking-heading span { display: none; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form label:first-child { grid-column: auto; }
  .category-section { padding: 76px 0; }
  .section-heading h2, .experience-copy > h2, .requirements-grid h2, .partner-teaser h2 { font-size: clamp(40px, 11vw, 48px); }
  .locations-band, .requirements-section { padding: 80px 0; }
  .experience-section { padding: 76px 0; }
  .experience-image, .experience-image img { min-height: 420px; height: 420px; }
  .experience-badge { width: 130px; height: 130px; right: 12px; bottom: 20px; }
  .requirement-cards { grid-template-columns: 1fr; }
  .partner-teaser { padding: 76px 0; gap: 35px; }
  .final-cta { padding: 72px 0; }
  .final-cta h2 { font-size: clamp(38px, 12vw, 52px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .mobile-book { display: flex; position: fixed; z-index: 20; left: 16px; right: 16px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 52px; align-items: center; justify-content: center; background: var(--red); color: white; font-weight: 900; font-size: 13px; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
  .home-faq { gap: 34px; }
  .home-faq .eyebrow { margin-bottom: 14px; }
  .home-faq h2 { max-width: none; font-size: clamp(38px, 11vw, 46px); line-height: 1; }
  .home-faq .faq-list.compact-faq summary { grid-template-columns: minmax(0, 1fr) 30px; gap: 16px; min-height: 0; padding: 22px 0; align-items: start; font-size: 16px; line-height: 1.35; }
  .home-faq .faq-list.compact-faq summary strong { display: flex; align-items: center; justify-content: center; line-height: 1; padding-top: 1px; }
  .home-faq .faq-list.compact-faq details p { padding: 0 46px 24px 0; font-size: 14px; line-height: 1.65; }
}

/* Interior pages */
.subpage-hero, .location-hero, .partner-hero { background: var(--ink); color: white; }
.subpage-title { padding: 100px 0 115px; }
.subpage-title h1 { max-width: 1080px; margin: 0; font-size: clamp(64px, 8.4vw, 118px); line-height: .83; letter-spacing: -.067em; text-transform: uppercase; }
.subpage-title > p:last-child { max-width: 620px; color: #aaa9a4; font-size: 17px; line-height: 1.7; margin: 34px 0 0; }
.compact-hero .subpage-title { padding-bottom: 85px; }
.directory-section, .results-section, .vehicle-list, .faq-section { padding: 100px 0 125px; }
.directory-intro { display: flex; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.directory-intro strong { color: var(--ink); }
.directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.directory-card { min-height: 450px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.directory-card:first-child { border-left: 1px solid var(--line); }
.directory-card > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.directory-card h2 { margin: 88px 0 18px; font-size: 50px; line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.directory-card p { color: var(--muted); line-height: 1.65; }
.directory-card small { color: #8b8b85; line-height: 1.5; }
.directory-card > strong { margin-top: auto; padding-top: 25px; border-top: 1px solid var(--line); font-size: 12px; }

.results-wrap { display: grid; gap: 38px; }
.results-summary { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.results-summary div { padding: 22px; display: grid; gap: 8px; border-right: 1px solid var(--line); }
.results-summary div:last-child { border-right: 0; }
.results-summary span, .location-facts span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.results-note { padding: 16px 18px; color: #6f5a14; background: #fff3c6; border-left: 3px solid #d89a00; font-size: 12px; line-height: 1.6; }
.result-grid { display: grid; gap: 18px; }
.result-card { min-height: 310px; display: grid; grid-template-columns: 43% 57%; background: white; border: 1px solid var(--line); }
.result-card > img { width: 100%; height: 100%; object-fit: cover; }
.result-card > div { padding: 34px; }
.result-card > div > span { color: var(--red); font-size: 10px; text-transform: uppercase; font-weight: 900; letter-spacing: .14em; }
.result-card h2 { font-size: 42px; text-transform: uppercase; margin: 14px 0; }
.result-card p { color: var(--muted); line-height: 1.6; margin-bottom: 28px; }

.location-hero-grid { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 70px 0 100px; }
.location-hero h1 { margin: 0; font-size: clamp(66px, 8vw, 112px); line-height: .83; letter-spacing: -.07em; text-transform: uppercase; }
.location-hero-grid > div > p:last-child { color: #aaa9a4; max-width: 500px; line-height: 1.7; margin-top: 35px; }
.location-hero-grid > img { width: 100%; height: 490px; object-fit: cover; }
.location-booking-panel { margin-top: -48px; background: white; position: relative; z-index: 3; padding: 24px; box-shadow: 0 24px 70px rgba(0,0,0,.16); }
.location-detail-grid { padding: 120px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.location-detail-grid h2 { margin: 0; font-size: clamp(58px, 7vw, 92px); text-transform: uppercase; line-height: .86; letter-spacing: -.06em; }
.location-facts { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.location-facts article { min-height: 150px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-facts strong { font-size: 14px; line-height: 1.55; }
.local-fleet { padding-bottom: 130px; }
.location-story { padding: 0 0 120px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.location-story-copy h2, .location-faq h2 { margin: 0 0 30px; font-size: clamp(48px, 5.8vw, 76px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.location-story-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); line-height: 1.75; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.button-outline { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.local-highlight-list { border-top: 1px solid var(--line); }
.local-highlight-list > span { display: block; padding: 18px 0; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.local-highlight-list > div { min-height: 90px; padding: 20px 0; display: grid; grid-template-columns: 45px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.local-highlight-list small { color: var(--red); font-weight: 900; }
.local-highlight-list strong { font-size: 18px; }
.nearby-section { background: white; padding: 105px 0; }
.nearby-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.nearby-grid a { min-height: 190px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nearby-grid span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.nearby-grid strong { margin: auto 0 15px; font-size: 22px; text-transform: uppercase; line-height: 1.1; }
.nearby-grid small { color: var(--muted); }
.location-faq { padding: 110px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.service-directory { padding: 110px 0 130px; display: grid; gap: 100px; }
.service-cluster { display: grid; grid-template-columns: .42fr 1fr; gap: 60px; align-items: start; }
.service-cluster-head { position: sticky; top: 30px; }
.service-cluster-head > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.service-cluster-head h2 { margin: 25px 0 16px; font-size: 52px; line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.service-cluster-head p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-cluster-head a { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 900; }
.service-cluster-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-cluster-links a { min-height: 280px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-cluster-links small { color: var(--red); font-weight: 900; letter-spacing: .14em; }
.service-cluster-links strong { margin: 42px 0 16px; font-size: 25px; line-height: 1.05; text-transform: uppercase; }
.service-cluster-links span { color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-cluster-links b { margin-top: auto; font-size: 11px; }

.service-area-hero { background: var(--ink); color: white; }
.service-area-hero-grid { min-height: 700px; padding: 75px 0 105px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.service-area-hero h1 { margin: 0; font-size: clamp(62px, 7.7vw, 105px); line-height: .83; letter-spacing: -.068em; text-transform: uppercase; }
.service-area-hero-grid > div > p:not(.eyebrow) { max-width: 630px; margin: 34px 0; color: #aaa9a4; font-size: 17px; line-height: 1.7; }
.service-area-hero-grid > img { width: 100%; height: 500px; object-fit: cover; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: white; background: transparent; }
.nearest-branch { padding: 110px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.nearest-branch h2 { margin: 0; font-size: clamp(52px, 6.5vw, 82px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.branch-card { padding: 35px; background: white; border: 1px solid var(--line); }
.branch-card > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.branch-card h3 { margin: 45px 0 6px; font-size: 35px; text-transform: uppercase; letter-spacing: -.04em; }
.branch-card > p { color: var(--muted); line-height: 1.65; }
.branch-card > div { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; margin-top: 30px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 900; }
.area-local-copy { background: var(--soft-ink); color: white; padding: 110px 0; }
.area-local-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; }
.area-local-grid h2 { margin: 0; font-size: clamp(55px, 6.8vw, 88px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.area-local-grid > div:first-child > p:not(.eyebrow) { color: #aaa9a4; font-size: 16px; line-height: 1.75; }
.destination-list { border-top: 1px solid #444; }
.destination-list > span { display: block; padding: 18px 0; color: #8f8f8a; border-bottom: 1px solid #444; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.destination-list > div { min-height: 86px; display: grid; grid-template-columns: 45px 1fr; align-items: center; border-bottom: 1px solid #444; }
.destination-list small { color: var(--red); font-weight: 900; }
.destination-list strong { font-size: 17px; }
.area-options { padding: 120px 0; }
.booking-location-grid { padding: 100px 0 130px; display: grid; gap: 20px; }
.booking-location-grid article { min-height: 430px; display: grid; grid-template-columns: 1fr 1fr; background: white; border: 1px solid var(--line); }
.booking-location-grid article:nth-child(even) { grid-template-columns: 1fr 1fr; }
.booking-location-grid article:nth-child(even) img { order: 2; }
.booking-location-grid article > img { width: 100%; height: 100%; object-fit: cover; }
.booking-location-grid article > div { padding: 38px; display: flex; flex-direction: column; align-items: flex-start; }
.booking-location-grid article > div > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.booking-location-grid h2 { margin: 46px 0 10px; font-size: 52px; line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.booking-location-grid p, .booking-location-grid small { color: var(--muted); line-height: 1.65; }
.booking-location-grid small { margin-bottom: 28px; }
.booking-location-grid .button { margin-top: auto; }
.booking-location-grid div > a:last-child { margin-top: 18px; font-size: 11px; font-weight: 900; border-bottom: 1px solid var(--ink); }
.requirements-page { padding: 110px 0 130px; display: grid; gap: 0; }
.requirements-page > article { min-height: 280px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding: 45px 0; border-top: 1px solid var(--line); }
.requirements-page > article:last-of-type { border-bottom: 1px solid var(--line); }
.requirements-page article > div > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.requirements-page h2 { margin: 55px 0 0; font-size: 42px; line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.requirements-page ul { margin: 0; padding: 0; list-style: none; }
.requirements-page li { min-height: 57px; display: flex; align-items: center; padding-left: 24px; border-bottom: 1px solid var(--line); color: var(--muted); line-height: 1.5; }
.requirements-page li:before { content: ""; width: 7px; height: 7px; margin-right: 15px; background: var(--red); flex: 0 0 auto; }
.requirements-callout { margin-top: 70px; padding: 45px; background: var(--ink); color: white; }
.requirements-callout strong { font-size: 32px; text-transform: uppercase; }
.requirements-callout p { max-width: 760px; color: #aaa9a4; line-height: 1.7; }
.requirements-callout .button { margin-top: 15px; }
.contact-grid { padding: 100px 0 130px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-grid article { min-height: 560px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-grid article > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.contact-grid h2 { margin: 60px 0 16px; font-size: 45px; line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.contact-grid article > p { color: var(--muted); line-height: 1.65; }
.contact-hours { width: 100%; margin: 25px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-hours small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-hours strong { font-size: 12px; line-height: 1.5; }
.contact-grid .button { margin-top: auto; }
.contact-grid article > a:not(.button) { margin-top: 15px; font-size: 11px; font-weight: 900; border-bottom: 1px solid var(--ink); }
.contact-email { padding: 100px 0; background: var(--red); color: white; }
.contact-email h2 { margin: 0 0 35px; font-size: clamp(38px, 6.5vw, 82px); letter-spacing: -.05em; word-break: break-word; }
.about-hero { background: var(--ink); color: white; }
.about-hero-grid { min-height: 760px; padding: 80px 0 110px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.about-hero h1 { margin: 0; font-size: clamp(62px, 7.7vw, 108px); line-height: .8; letter-spacing: -.07em; text-transform: uppercase; }
.about-hero h1 em { color: var(--red); font-style: normal; }
.about-hero-grid > img { width: 100%; height: 520px; object-fit: cover; }
.about-intro { padding: 120px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.about-intro h2, .about-locations h2 { margin: 0; font-size: clamp(52px, 6.3vw, 82px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.about-intro > div:last-child p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.about-values { background: var(--soft-ink); color: white; padding: 110px 0; }
.about-values .split-heading > p, .about-values .steps-grid p { color: #aaa9a4; }
.about-values .steps-grid { border-color: #444; }
.about-values .steps-grid article { border-color: #444; }
.about-locations { padding: 120px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.about-locations > div:last-child { border-top: 1px solid var(--line); }
.about-locations a { min-height: 120px; display: grid; grid-template-columns: 45px 1fr 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.about-locations a > span { color: var(--red); font-size: 10px; font-weight: 900; }
.about-locations a > strong { font-size: 25px; text-transform: uppercase; }
.about-locations a > small { color: var(--muted); }
.about-locations a > b { font-size: 11px; }
.legal-copy { width: min(860px, calc(100% - 48px)); padding: 100px 0 130px; }
.legal-copy h2 { margin: 48px 0 14px; font-size: 28px; text-transform: uppercase; letter-spacing: -.035em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.legal-copy a { color: var(--ink); border-bottom: 1px solid var(--ink); }

.vehicle-list { display: grid; gap: 18px; }
.vehicle-row { min-height: 490px; display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; background: white; }
.vehicle-row:nth-child(even) { grid-template-columns: .8fr 1.2fr; }
.vehicle-row:nth-child(even) img { order: 2; }
.vehicle-row img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-row > div { min-width: 0; padding: 50px; display: flex; flex-direction: column; align-items: flex-start; }
.vehicle-row > div > span { color: var(--red); font-size: 11px; font-weight: 900; }
.vehicle-row h2 { margin: 52px 0 18px; font-size: 55px; text-transform: uppercase; letter-spacing: -.05em; }
.vehicle-row p { color: var(--muted); line-height: 1.65; }
.vehicle-row small { color: #81817c; margin-bottom: 35px; line-height: 1.6; }
.vehicle-row .button { margin-top: auto; }
.option-detail { padding: 120px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.option-detail h2 { margin: 0 0 35px; font-size: clamp(55px, 7vw, 90px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.option-points { border-top: 1px solid var(--line); }
.option-points article { min-height: 84px; display: grid; grid-template-columns: 45px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.option-points span { color: var(--red); font-size: 10px; font-weight: 900; }
.option-points strong { font-size: 17px; }
.option-copy { padding-top: 7px; }
.option-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.75; }
.option-locations { background: var(--soft-ink); color: white; padding: 105px 0; }
.option-locations .split-heading > p { color: #aaa9a4; }

.partner-hero { min-height: 740px; }
.partner-hero-grid { padding: 90px 0 130px; display: grid; grid-template-columns: 1.2fr .55fr; align-items: end; gap: 80px; }
.partner-hero h1 { margin: 0; font-size: clamp(65px, 8vw, 112px); line-height: .8; text-transform: uppercase; letter-spacing: -.07em; }
.partner-hero h1 em { color: var(--red); font-style: normal; }
.partner-hero-grid > div:last-child p { color: #aaa9a4; line-height: 1.75; margin-bottom: 30px; }
.partner-steps { padding: 100px 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.partner-steps article { min-height: 300px; padding: 28px; border-right: 1px solid var(--line); }
.partner-steps article:first-child { border-left: 1px solid var(--line); }
.partner-steps span { color: var(--red); font-weight: 900; font-size: 11px; }
.partner-steps h2 { margin: 90px 0 18px; max-width: 220px; font-size: 28px; text-transform: uppercase; line-height: .95; }
.partner-steps p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.widget-showcase { background: var(--soft-ink); color: white; padding: 110px 0; }
.widget-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.widget-grid h2 { font-size: clamp(58px, 7vw, 90px); text-transform: uppercase; line-height: .85; letter-spacing: -.06em; margin: 0; }
.widget-grid > div:first-child > p:last-child { color: #aaa9a4; line-height: 1.7; max-width: 500px; }
.widget-demo { background: white; color: var(--ink); padding: 28px; box-shadow: 0 35px 80px rgba(0,0,0,.32); display: grid; gap: 14px; }
.widget-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.widget-top img { width: 185px; height: auto; object-fit: contain; }
.widget-top span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.widget-demo label { padding: 13px; border: 1px solid #d5d5d0; display: grid; gap: 7px; }
.widget-demo label span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.widget-demo select, .widget-demo input { border: 0; background: transparent; min-height: 28px; width: 100%; }
.widget-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.widget-demo small { color: var(--muted); line-height: 1.5; }

.faq-section { display: grid; grid-template-columns: .35fr .65fr; gap: 75px; }
.faq-intro { color: var(--muted); }
.faq-intro a { color: var(--ink); font-weight: 900; border-bottom: 1px solid var(--ink); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; min-height: 92px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; cursor: pointer; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--red); font-size: 10px; }
.faq-list summary > strong { font-size: 26px; font-weight: 400; }
.faq-list details[open] summary > strong { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); line-height: 1.7; padding: 0 55px 30px; margin: 0; }
.faq-list.compact-faq summary { grid-template-columns: minmax(0, 1fr) 30px; }
.faq-list.compact-faq summary > strong { color: var(--red); text-align: center; }
.faq-list.compact-faq details p { padding-left: 0; }

/* Rental guides */
.guide-directory { padding: 100px 0 130px; }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
.guide-card { min-height: 600px; display: grid; grid-template-rows: 285px 1fr; background: white; border: 1px solid var(--line); }
.guide-card:first-child { grid-column: 1 / -1; grid-template-columns: 1.15fr .85fr; grid-template-rows: none; min-height: 500px; }
.guide-card:first-child img { height: 100%; }
.guide-card img { width: 100%; height: 285px; object-fit: cover; }
.guide-card > div { padding: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.guide-card span, .guide-card strong { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.guide-card h2 { margin: 50px 0 18px; font-size: 39px; line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.guide-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.guide-card strong { margin-top: auto; padding-top: 28px; color: var(--ink); }
.guide-hero { background: var(--ink); color: white; }
.guide-hero-grid { min-height: 760px; padding: 80px 0 110px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.guide-hero h1 { margin: 0; font-size: clamp(55px, 6.7vw, 94px); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.guide-hero-grid > div > p:not(.eyebrow) { max-width: 640px; margin: 32px 0 24px; color: #aaa9a4; font-size: 17px; line-height: 1.75; }
.guide-hero small { color: #777771; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.guide-hero-grid > img { width: 100%; height: 520px; object-fit: cover; }
.guide-layout { padding: 120px 0; display: grid; grid-template-columns: .35fr .65fr; gap: 90px; align-items: start; }
.guide-layout aside { position: sticky; top: 30px; display: grid; border-top: 1px solid var(--line); }
.guide-layout aside > span { padding: 17px 0; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.guide-layout aside a { padding: 16px 0; color: var(--muted); font-size: 12px; line-height: 1.5; border-bottom: 1px solid var(--line); }
.guide-layout aside a:last-child { color: var(--ink); font-weight: 900; }
.guide-copy > section { scroll-margin-top: 30px; padding: 0 0 75px; margin-bottom: 75px; border-bottom: 1px solid var(--line); }
.guide-copy > section > span { color: var(--red); font-size: 10px; font-weight: 900; }
.guide-copy h2 { margin: 28px 0 28px; font-size: clamp(42px, 5vw, 68px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.guide-copy p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.guide-copy ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.guide-copy li { min-height: 64px; display: flex; align-items: center; padding: 12px 0; color: var(--muted); border-bottom: 1px solid var(--line); }
.guide-copy li:before { content: ""; width: 8px; height: 8px; margin: 0 16px 0 5px; background: var(--red); flex: 0 0 auto; }
.guide-note { padding: 34px; background: #e7e4dc; }
.guide-note strong { font-size: 24px; text-transform: uppercase; }
.guide-note p { margin-bottom: 0; font-size: 14px; }
.guide-next { padding: 110px 0; background: var(--soft-ink); color: white; }
.guide-next-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.guide-next h2 { margin: 0; font-size: clamp(50px, 6vw, 80px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.guide-next-grid > div:last-child { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #444; border-left: 1px solid #444; }
.guide-next-grid a { min-height: 280px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid #444; border-bottom: 1px solid #444; }
.guide-next-grid a span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.guide-next-grid a strong { margin: auto 0 20px; font-size: 26px; line-height: 1.05; text-transform: uppercase; }
.guide-next-grid a small { color: #999994; line-height: 1.55; }
.related-guides { padding: 110px 0 130px; }
.related-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-guide-grid a { min-height: 260px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-guide-grid span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.related-guide-grid strong { margin: 45px 0 20px; font-size: 24px; line-height: 1.05; text-transform: uppercase; }
.related-guide-grid small { margin-top: auto; color: var(--muted); font-weight: 900; }

@media (max-width: 900px) {
  .directory-grid, .partner-steps { grid-template-columns: 1fr; }
  .directory-card, .partner-steps article { border-left: 1px solid var(--line); }
  .location-hero-grid, .location-detail-grid, .partner-hero-grid, .widget-grid, .faq-section, .guide-hero-grid, .guide-next-grid { grid-template-columns: 1fr; }
  .location-hero-grid { padding-top: 70px; }
  .location-hero-grid > img { height: 420px; }
  .vehicle-row, .vehicle-row:nth-child(even), .result-card { min-height: 0; grid-template-columns: 1fr; }
  .vehicle-row:nth-child(even) img { order: 0; }
  .vehicle-row img { height: 360px; max-height: none; }
  .vehicle-row > div { min-height: 410px; }
  .location-story, .location-faq { grid-template-columns: 1fr; gap: 50px; }
  .nearby-grid { grid-template-columns: repeat(2, 1fr); }
  .option-detail { grid-template-columns: 1fr; gap: 55px; }
  .service-cluster, .service-area-hero-grid, .nearest-branch, .area-local-grid { grid-template-columns: 1fr; }
  .service-cluster-head { position: static; }
  .service-area-hero-grid > img { height: 420px; }
  .booking-location-grid article, .booking-location-grid article:nth-child(even) { grid-template-columns: 1fr; }
  .booking-location-grid article:nth-child(even) img { order: 0; }
  .booking-location-grid article > img { height: 360px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid article { min-height: 500px; }
  .about-hero-grid, .about-intro, .about-locations { grid-template-columns: 1fr; }
  .about-hero-grid > img { height: 420px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card:first-child { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 285px 1fr; min-height: 600px; }
  .guide-card:first-child img { height: 285px; }
  .guide-layout { grid-template-columns: 1fr; gap: 55px; }
  .guide-layout aside { position: static; }
  .related-guide-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .subpage-title { padding: 60px 0 68px; }
  .subpage-title h1, .location-hero h1, .partner-hero h1 { font-size: clamp(38px, 11.2vw, 50px); }
  .location-detail-grid h2, .location-story-copy h2, .location-faq h2, .nearest-branch h2, .area-local-grid h2, .about-intro h2, .about-locations h2, .option-detail h2, .widget-grid h2, .guide-next h2 { font-size: clamp(40px, 11vw, 48px); }
  .directory-card h2, .service-cluster-head h2, .contact-grid h2 { font-size: clamp(40px, 10.8vw, 44px); }
  .directory-section, .results-section, .vehicle-list, .faq-section { padding: 68px 0 78px; }
  .directory-intro { display: grid; gap: 10px; }
  .results-summary { grid-template-columns: 1fr; }
  .results-summary div { border-right: 0; border-bottom: 1px solid var(--line); }
  .result-card > div, .vehicle-row > div { padding: 26px; }
  .vehicle-row > div { min-height: 390px; }
  .vehicle-row img { height: 260px; }
  .result-card h2, .vehicle-row h2 { font-size: clamp(34px, 10vw, 38px); }
  .vehicle-row h2 { margin: 30px 0 16px; line-height: .95; }
  .vehicle-row p { margin: 0 0 18px; }
  .vehicle-row small { margin-bottom: 24px; }
  .location-hero-grid { min-height: auto; padding: 52px 0 76px; }
  .location-hero-grid > img { height: 300px; }
  .location-booking-panel { margin-top: -42px; padding: 17px; }
  .location-detail-grid { padding: 76px 0; gap: 45px; }
  .location-facts { grid-template-columns: 1fr; }
  .partner-hero { min-height: auto; }
  .partner-hero-grid { padding: 58px 0 76px; gap: 40px; }
  .partner-steps { padding: 70px 0; }
  .partner-steps article { min-height: 250px; }
  .widget-showcase { padding: 76px 0; }
  .widget-grid { gap: 50px; }
  .widget-top img { width: 145px; }
  .widget-dates { grid-template-columns: 1fr; }
  .faq-section { gap: 45px; }
  .location-story { padding-bottom: 76px; }
  .nearby-grid { grid-template-columns: 1fr; }
  .location-faq { padding: 76px 0; }
  .option-detail { padding: 76px 0; }
  .service-directory { padding: 76px 0; gap: 72px; }
  .service-cluster { gap: 35px; }
  .service-cluster-links { grid-template-columns: 1fr; }
  .service-cluster-links a { min-height: 245px; }
  .service-area-hero-grid { min-height: auto; padding: 52px 0 76px; }
  .service-area-hero h1 { font-size: clamp(36px, 10.5vw, 47px); }
  .service-area-hero-grid > img { height: 300px; }
  .nearest-branch { padding: 76px 0; gap: 45px; }
  .area-local-copy { padding: 76px 0; }
  .area-local-grid { gap: 50px; }
  .area-options { padding: 76px 0; }
  .booking-location-grid { padding: 68px 0 78px; }
  .booking-location-grid article > img { height: 280px; }
  .booking-location-grid article > div { padding: 26px; }
  .booking-location-grid h2 { font-size: 43px; }
  .requirements-page { padding: 76px 0; }
  .requirements-page > article { grid-template-columns: 1fr; gap: 35px; }
  .requirements-page h2 { margin-top: 25px; }
  .requirements-callout { padding: 28px; }
  .contact-grid { padding: 68px 0 78px; }
  .contact-email { padding: 76px 0; }
  .about-hero-grid { min-height: auto; padding: 52px 0 76px; }
  .about-hero h1 { font-size: clamp(38px, 11vw, 49px); }
  .about-hero-grid > img { height: 300px; }
  .about-intro, .about-locations { padding: 76px 0; gap: 50px; }
  .about-locations a { grid-template-columns: 38px 1fr; gap: 12px; padding: 20px 0; }
  .about-locations a > small, .about-locations a > b { grid-column: 2; }
  .legal-copy { width: min(100% - 36px, 860px); padding: 68px 0 82px; }
  .guide-directory { padding: 68px 0 78px; }
  .guide-card h2 { font-size: 34px; }
  .guide-hero-grid { min-height: auto; padding: 52px 0 76px; gap: 45px; }
  .guide-hero h1 { font-size: clamp(38px, 10.8vw, 47px); }
  .guide-hero-grid > img { height: 300px; }
  .guide-layout { padding: 76px 0; }
  .guide-copy > section { padding-bottom: 55px; margin-bottom: 55px; }
  .guide-next { padding: 76px 0; }
  .guide-next-grid > div:last-child { grid-template-columns: 1fr; }
  .related-guides { padding: 76px 0; }
}
/* Partner booking embed */
.embed-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #f2f2ef;
}

.embed-card {
  width: min(100%, 560px);
  padding: 30px;
  border-radius: 22px;
  background: #101112;
  color: white;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.embed-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.embed-brand img { width: 210px; height: auto; }
.embed-brand span { color: #a8aaad; font-size: 12px; }
.embed-card h1 { margin: 28px 0 20px; font-size: clamp(42px, 10vw, 68px); letter-spacing: -.06em; line-height: .9; }
.embed-form { display: grid; gap: 16px; }
.embed-form label { display: grid; gap: 8px; }
.embed-form label > span { color: #b9bbbe; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.embed-form select, .embed-form input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid #35373a; border-radius: 8px; background: #1a1c1e; color: white; color-scheme: dark; }
.embed-date-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.embed-form .button { width: 100%; border: 0; }
.embed-form small { color: #777b7f; text-align: center; }

.embed-instructions {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  padding-top: 110px;
  padding-bottom: 110px;
}

.embed-instructions h2 { margin: 14px 0 0; font-size: clamp(48px, 6vw, 84px); line-height: .92; letter-spacing: -.055em; }
.embed-instructions > div:last-child > p { max-width: 700px; color: #53565a; font-size: 18px; line-height: 1.65; }
.embed-instructions pre { margin: 28px 0 14px; padding: 24px; overflow-x: auto; border-radius: 14px; background: #101112; color: #f4f4f1; font-size: 13px; line-height: 1.6; }
.embed-instructions small { color: #73767a; }

@media (max-width: 760px) {
  .embed-page { padding: 16px; }
  .embed-card { padding: 22px; }
  .embed-brand { align-items: flex-start; flex-direction: column; gap: 12px; }
  .embed-brand img { width: 160px; }
  .embed-card h1 { font-size: clamp(38px, 10vw, 46px); }
  .embed-date-grid, .embed-instructions { grid-template-columns: 1fr; }
  .embed-instructions { gap: 34px; padding-top: 72px; padding-bottom: 72px; }
  .embed-instructions h2 { font-size: clamp(40px, 11vw, 48px); }
}


/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; clip: auto; top: 10px; left: 10px; z-index: 99999; padding: 12px 16px; background: #fff; color: #111; }
.content-page { padding: 90px 0 120px; }
.content-page > * { max-width: 820px; }
.content-page h2 { margin-top: 48px; font-size: clamp(30px, 4vw, 52px); line-height: 1; text-transform: uppercase; letter-spacing: -.04em; }
.content-page p, .content-page li { color: var(--muted); font-size: 16px; line-height: 1.75; }
.content-page a { color: var(--red-dark); text-decoration: underline; }
.booking-notice { margin-top: 14px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.booking-form select:focus, .booking-form button:focus, a:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.archive-hero { background: var(--ink); color: white; }
.archive-grid { padding: 100px 0 120px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.archive-card { display: flex; flex-direction: column; min-height: 360px; padding: 28px; background: white; border: 1px solid var(--line); }
.archive-card > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.archive-card h2 { margin: auto 0 18px; font-size: 34px; line-height: .95; letter-spacing: -.04em; text-transform: uppercase; }
.archive-card p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.archive-card a { margin-top: auto; font-size: 13px; font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: white; }
.wp-block-image img { height: auto; }
.site-header { background: var(--ink); }
.booking-page-panel { margin: 60px auto 10px; padding: 24px; background: white; box-shadow: 0 24px 70px rgba(0,0,0,.12); }
.faq-list summary b { min-width: 0; overflow-wrap: anywhere; }
.home-faq .faq-list.compact-faq summary > span { color: inherit; font-size: inherit; font-weight: inherit; }
@media (max-width: 960px) { .archive-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 640px) { .archive-grid { grid-template-columns: 1fr; padding-block: 72px; } .content-page { padding-block: 65px 100px; } .booking-page-panel { width: calc(100% - 36px); margin-top: 32px; padding: 17px; } }
