/*
Theme Name: Nationwide Coaches Modern
Theme URI: https://nationwide-coaches.co.uk
Author: Nationwide Coaches
Description: A modern, responsive theme for Nationwide Coaches, with fleet, service, contact and quote experiences built in.
Version: 2.3.0
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: nationwide-coaches
*/

:root {
  --navy: #0b315c;
  --navy-deep: #071f3c;
  --blue: #165e9c;
  --sky: #eaf4fb;
  --red: #c6294a;
  --red-dark: #a71e3b;
  --ink: #142335;
  --muted: #607083;
  --line: #dce5ed;
  --cream: #f7f5f0;
  --white: #fff;
  --shadow: 0 20px 60px rgba(8, 38, 69, .12);
  --radius: 22px;
  --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 800px); margin-inline: auto; }
.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 { clip: auto; width: auto; height: auto; padding: 12px; margin: 8px; background: #fff; z-index: 100000; }

h1, h2, h3, h4 { margin: 0 0 .6em; color: var(--navy-deep); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.7rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
p { margin: 0 0 1.25em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 2px; background: currentColor; content: ""; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-head h2 { max-width: 780px; margin-bottom: 0; }
.section-head p { max-width: 460px; margin: 0; color: var(--muted); }

.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; background: var(--red); color: #fff; font-size: .88rem; font-weight: 800; letter-spacing: .04em; line-height: 1; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.btn:hover { color: #fff; background: var(--red-dark); box-shadow: 0 12px 26px rgba(198,41,74,.24); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: var(--sky); color: var(--navy); }
.btn--outline { border-color: rgba(255,255,255,.38); background: transparent; color: #fff; }
.btn--outline:hover { background: #fff; color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-decoration: none; }
.text-link::after { content: "\2192"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

.topbar { background: var(--navy-deep); color: rgba(255,255,255,.76); font-size: .8rem; }
.topbar__inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.topbar__contact { display: flex; gap: 22px; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(11,49,92,.09); background: rgba(255,255,255,.96); box-shadow: 0 8px 28px rgba(7,31,60,.08); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { display: grid; min-height: 88px; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.custom-logo-link, .brand { display: inline-flex; align-items: center; text-decoration: none; }
.custom-logo { width: auto; max-height: 58px; }
.brand__image { width: 210px; height: auto; }
.main-nav > ul, .main-nav .menu { display: flex; align-items: center; justify-content: flex-end; gap: 3px; margin: 0; padding: 0; list-style: none; }
.main-nav li { position: relative; }
.main-nav a { display: block; padding: 12px 13px; border-radius: 10px; color: var(--navy-deep); font-size: .86rem; font-weight: 750; text-decoration: none; }
.main-nav a:hover, .main-nav .current-menu-item > a { background: var(--sky); color: var(--blue); }
.main-nav .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; display: none; width: 240px; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); list-style: none; }
.main-nav li:hover > .sub-menu, .main-nav li:focus-within > .sub-menu { display: block; }
.header-phone { display: none; color: var(--navy); font-weight: 800; text-decoration: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: var(--sky); color: var(--navy); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; content: ""; transition: .2s; }

.hero { position: relative; min-height: 690px; overflow: hidden; color: #fff; background: var(--navy-deep); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,22,42,.95) 0%, rgba(6,37,68,.8) 45%, rgba(6,37,68,.18) 78%); content: ""; z-index: 1; }
.hero::after { position: absolute; right: -80px; bottom: -200px; width: 590px; height: 590px; border: 92px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; z-index: 1; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__inner { position: relative; z-index: 2; display: flex; min-height: 690px; align-items: center; }
.hero__content { max-width: 790px; padding: 90px 0 105px; }
.hero .eyebrow { color: #ff6d87; }
.hero h1 { max-width: 850px; margin-bottom: 24px; color: #fff; }
.hero h1 em { color: #ff7891; font-weight: 400; }
.hero__lead { max-width: 650px; color: rgba(255,255,255,.83); font-size: clamp(1.05rem, 2vw, 1.26rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 44px; padding: 0; list-style: none; color: rgba(255,255,255,.83); font-size: .88rem; font-weight: 700; }
.hero__proof li::before { margin-right: 8px; color: #ff7891; content: "\2713"; }

.quick-quote { position: relative; z-index: 5; margin-top: -52px; }
.quick-quote__card { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr) auto; align-items: end; gap: 14px; padding: 24px; border: 1px solid rgba(11,49,92,.08); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.quick-quote__intro h2 { margin: 0; font-size: 1.35rem; }
.quick-quote__intro p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; outline: none; background: #fbfdff; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,94,156,.1); }

.section { padding: 105px 0; }
.section--soft { background: var(--cream); }
.section--blue { background: var(--sky); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.intro-media { position: relative; }
.intro-media img { width: 100%; aspect-ratio: 4/5; border-radius: 26px; object-fit: cover; box-shadow: var(--shadow); }
.intro-media__badge { position: absolute; right: -28px; bottom: 34px; width: 176px; padding: 25px 20px; border-radius: 18px; background: var(--red); color: #fff; box-shadow: 0 18px 35px rgba(198,41,74,.22); }
.intro-media__badge strong { display: block; font-family: Georgia, serif; font-size: 2.5rem; line-height: 1; }
.intro-media__badge span { font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.intro-copy > p { color: var(--muted); font-size: 1.04rem; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 32px 0; }
.stat { padding-top: 18px; border-top: 2px solid var(--line); }
.stat strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 2rem; line-height: 1.1; }
.stat span { color: var(--muted); font-size: .78rem; font-weight: 700; }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 285px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-6px); }
.service-card__number { display: block; margin-bottom: 58px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin-bottom: 20px; color: var(--muted); font-size: .92rem; }
.service-card__arrow { position: absolute; right: 24px; bottom: 24px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sky); color: var(--navy); text-decoration: none; }

.fleet-showcase { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(2, 300px); gap: 18px; }
.fleet-card { position: relative; min-height: 300px; overflow: hidden; border-radius: var(--radius); background: var(--navy); color: #fff; }
.fleet-card:first-child { grid-row: 1 / 3; }
.fleet-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.fleet-card:hover img { transform: scale(1.035); }
.fleet-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(3,20,38,.92)); content: ""; }
.fleet-card__content { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 28px; }
.fleet-card h3 { margin: 0 0 5px; color: #fff; }
.fleet-card p { margin: 0; color: rgba(255,255,255,.76); font-size: .88rem; }
.fleet-card__tag { display: inline-block; margin-bottom: 10px; padding: 5px 9px; border-radius: 999px; background: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(45px, 8vw, 100px); }
.why-copy { position: sticky; top: 30px; }
.why-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.why-item { padding: 26px; border: 1px solid rgba(11,49,92,.1); border-radius: 18px; background: #fff; }
.why-item__icon { display: grid; width: 46px; height: 46px; margin-bottom: 20px; place-items: center; border-radius: 13px; background: var(--navy); color: #fff; font-weight: 900; }
.why-item h3 { margin-bottom: 8px; font-size: 1.23rem; }
.why-item p { margin: 0; color: var(--muted); font-size: .88rem; }

.testimonial { position: relative; padding: 90px 0; overflow: hidden; background: var(--navy-deep); color: #fff; }
.testimonial::before { position: absolute; top: -120px; left: -100px; width: 360px; height: 360px; border: 70px solid rgba(255,255,255,.04); border-radius: 50%; content: ""; }
.testimonial__inner { position: relative; display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; }
.testimonial h2 { color: #fff; }
.quote-mark { color: var(--red); font-family: Georgia, serif; font-size: 7rem; line-height: .7; }
.quote-text { max-width: 800px; margin-bottom: 25px; color: #fff; font-family: Georgia, serif; font-size: clamp(1.6rem,3vw,2.5rem); line-height: 1.3; }
.quote-author { color: rgba(255,255,255,.68); font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.cta { padding: 90px 0; background: var(--red); color: #fff; }
.cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { max-width: 780px; margin: 0; color: #fff; }
.cta p { max-width: 620px; margin: 12px 0 0; color: rgba(255,255,255,.82); }

.page-hero { padding: 85px 0; background: linear-gradient(135deg,var(--navy-deep),var(--navy)); color: #fff; }
.page-hero h1 { margin: 0; color: #fff; font-size: clamp(2.5rem,5vw,4.7rem); }
.page-hero p { max-width: 650px; margin: 16px 0 0; color: rgba(255,255,255,.75); font-size: 1.1rem; }
.breadcrumbs { border-bottom: 1px solid var(--line); background: #f8fbfe; color: var(--muted); font-size: .78rem; font-weight: 700; }
.breadcrumbs .wrap { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 0; }
.breadcrumbs a { color: var(--navy); text-decoration: none; }
.breadcrumbs a:hover { color: var(--red); }
.content-area { padding: 80px 0 100px; }
.entry-content > * { max-width: 800px; margin-right: auto; margin-left: auto; }
.entry-content > .alignwide { max-width: var(--wrap); }
.entry-content > .alignfull { max-width: none; }
.entry-content h2, .entry-content h3 { margin-top: 1.25em; }
.entry-content img { border-radius: 15px; }

.form-shell { display: grid; grid-template-columns: 1.4fr .6fr; gap: 55px; }
.form-card { padding: clamp(24px,5vw,46px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.form-grid .span-2 { grid-column: span 2; }
.form-card .btn { margin-top: 8px; }
.form-note { margin-top: 18px; color: var(--muted); font-size: .8rem; }
.contact-aside { padding: 32px; border-radius: var(--radius); background: var(--sky); }
.contact-aside h2 { font-size: 1.7rem; }
.contact-list { margin: 25px 0 0; padding: 0; list-style: none; }
.contact-list li { padding: 18px 0; border-top: 1px solid rgba(11,49,92,.13); }
.contact-list small { display: block; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-list a { color: var(--navy); font-weight: 800; text-decoration: none; }
.notice { margin-bottom: 25px; padding: 16px 20px; border-radius: 12px; background: #e5f6ed; color: #175b38; font-weight: 700; }
.notice--error { background: #fdebee; color: #8d2036; }
.honeypot { position: absolute; left: -9999px; }

.seo-panel { padding: clamp(28px,5vw,54px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 40px rgba(8,38,69,.06); }
.seo-panel > p { max-width: 850px; color: var(--muted); font-size: 1.05rem; }
.answer-grid, .area-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.answer-card, .area-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(8,38,69,.05); }
.answer-card h3, .area-card h2 { margin-bottom: 10px; font-size: 1.35rem; }
.answer-card p, .area-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.area-card > span { display: inline-block; margin-bottom: 18px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.area-card .text-link { margin-top: 22px; }
.feature-card h3 a { color: var(--navy-deep); text-decoration: none; }
.feature-card h3 a:hover { color: var(--red); }
.link-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.link-cloud a { display: inline-flex; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy); font-size: .86rem; font-weight: 800; text-decoration: none; }
.link-cloud a:hover { border-color: var(--red); color: var(--red); }

.site-footer { background: #061a31; color: rgba(255,255,255,.68); }
.footer-main { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 34px; padding: 75px 0 55px; }
.footer-brand { grid-column: span 2; }
.footer-brand img { width: 200px; padding: 10px; border-radius: 8px; background: #fff; }
.footer-brand p { max-width: 350px; margin-top: 22px; }
.footer-col h3 { margin-bottom: 18px; color: #fff; font-family: inherit; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col ul { margin: 0; padding: 0; list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { display: inline-flex; min-height: 32px; align-items: center; color: rgba(255,255,255,.72); text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.11); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a { min-height: 34px; display: inline-flex; align-items: center; }

@supports (content-visibility: auto) {
  .section, .testimonial, .cta, .site-footer { content-visibility: auto; contain-intrinsic-size: 1px 820px; }
}

@media (max-width: 1050px) {
  .site-header__inner { grid-template-columns: 200px 1fr auto; }
  .main-nav a { padding-inline: 8px; }
  .header-quote { display: none; }
  .quick-quote__card { grid-template-columns: repeat(3,1fr) auto; }
  .quick-quote__intro { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: repeat(3,1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .topbar__message { display: none; }
  .site-header { z-index: 500; }
  .site-header__inner { min-height: 76px; grid-template-columns: 1fr auto auto; }
  .site-branding { min-width: 0; }
  .custom-logo { max-width: 180px; max-height: 54px; object-fit: contain; }
  .brand__image { width: min(180px,46vw); }
  .header-phone { display: inline-flex; }
  .menu-toggle { position: relative; z-index: 3; display: block; }
  .menu-open .menu-toggle { background: var(--navy); color: #fff; }
  .menu-open .menu-toggle span { opacity: 0; }
  .menu-open .menu-toggle::before { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }
  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 14px;
    left: 14px;
    z-index: 2;
    width: auto;
    max-height: calc(100vh - 150px);
    padding: 12px;
    overflow-y: auto;
    border: 1px solid rgba(11,49,92,.1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(3,20,38,.24);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .2s, transform .2s, visibility .2s;
    visibility: hidden;
  }
  .menu-open .main-nav { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
  .main-nav > ul, .main-nav .menu { display: block; }
  .main-nav li { width: 100%; margin: 0 0 6px; }
  .main-nav a {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border-radius: 14px;
    color: var(--navy-deep);
    background: #fff;
    font-size: 1rem;
    font-weight: 850;
  }
  .main-nav a:hover, .main-nav .current-menu-item > a { background: var(--sky); color: var(--blue); }
  .main-nav .sub-menu {
    position: static;
    display: block;
    width: auto;
    margin: 6px 0 12px;
    padding: 8px;
    border: 1px solid rgba(11,49,92,.08);
    border-radius: 16px;
    background: #f8fbfe;
    box-shadow: none;
  }
  .main-nav .sub-menu a {
    min-height: 44px;
    padding: 11px 14px 11px 18px;
    background: transparent;
    color: var(--navy-deep);
    font-size: .96rem;
  }
  .hero, .hero__inner { min-height: 650px; }
  .hero::before { background: linear-gradient(90deg,rgba(3,22,42,.94),rgba(3,22,42,.68)); }
  .quick-quote__card { grid-template-columns: 1fr 1fr; }
  .quick-quote__card .btn { min-height: 50px; }
  .section { padding: 80px 0; }
  .intro-grid, .why-grid, .form-shell { grid-template-columns: 1fr; }
  .intro-media { max-width: 590px; }
  .answer-grid, .area-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .fleet-showcase { grid-template-columns: 1fr 1fr; grid-template-rows: 460px 280px; }
  .fleet-card:first-child { grid-column: 1 / -1; grid-row: auto; }
  .why-copy { position: static; }
  .testimonial__inner { grid-template-columns: 1fr; gap: 20px; }
  .cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .wrap, .narrow { width: min(calc(100% - 28px), var(--wrap)); }
  .topbar__inner { min-height: 34px; justify-content: center; }
  .topbar__contact a { display: inline-flex; min-height: 44px; align-items: center; }
  .topbar__contact { gap: 12px; }
  .topbar__contact a:last-child { display: none; }
  .header-phone { display: none; }
  .btn, .text-link, .link-cloud a, .footer-col a, .footer-legal a { min-height: 44px; }
  .hero, .hero__inner { min-height: 620px; }
  .hero__content { padding: 68px 0 90px; }
  .hero h1 { font-size: clamp(2.35rem,12vw,3.35rem); }
  .hero__proof { display: grid; gap: 7px; }
  .quick-quote { margin-top: -35px; }
  .quick-quote__card, .form-grid { grid-template-columns: 1fr; }
  .quick-quote__card .field:nth-of-type(3) { display: none; }
  .form-grid .span-2 { grid-column: auto; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .intro-media__badge { right: -5px; bottom: 20px; }
  .stats { grid-template-columns: 1fr; }
  .services-grid, .why-list, .answer-grid, .area-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-card__number { margin-bottom: 38px; }
  .fleet-showcase { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3,310px); }
  .fleet-card:first-child { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand, .footer-col:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Complete-site layouts */
.service-hero { position: relative; min-height: 610px; overflow: hidden; background: var(--navy-deep); color: #fff; }
.service-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,20,38,.96),rgba(5,35,65,.72) 56%,rgba(5,35,65,.18)); }
.service-hero__inner { position: relative; display: flex; min-height: 610px; align-items: flex-start; justify-content: center; flex-direction: column; padding-block: 85px; z-index: 2; }
.service-hero .eyebrow { color: #ff7891; }
.service-hero h1 { max-width: 850px; margin-bottom: 22px; color: #fff; }
.service-hero__inner > p { max-width: 720px; margin: 0; color: rgba(255,255,255,.84); font-size: clamp(1.08rem,2vw,1.3rem); }
.service-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: clamp(45px,8vw,100px); }
.service-intro > div > p { color: var(--muted); font-size: 1.05rem; }
.journey-card { padding: 32px; border-radius: var(--radius); background: var(--navy-deep); color: #fff; box-shadow: var(--shadow); }
.journey-card__label { display: block; margin-bottom: 18px; color: #ff7891; font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.journey-card ul { margin: 0 0 25px; padding: 0; list-style: none; }
.journey-card li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.journey-card li::before { margin-right: 10px; color: #ff7891; content: "✓"; }
.journey-card .text-link { color: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { min-height: 260px; padding: 30px; border: 1px solid rgba(11,49,92,.1); border-radius: var(--radius); background: #fff; }
.feature-card > span { display: block; margin-bottom: 55px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.feature-card h3 { margin-bottom: 10px; }
.feature-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.services-list { display: grid; gap: 26px; }
.service-panel { display: grid; min-height: 390px; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 12px 40px rgba(8,38,69,.07); }
.service-panel:nth-child(even) .service-panel__image { order: 2; }
.service-panel__image img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.service-panel__copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(32px,6vw,70px); }
.service-panel__copy h2 { font-size: clamp(2rem,3vw,3rem); }
.service-panel__copy p { color: var(--muted); }
.fleet-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.vehicle-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 38px rgba(8,38,69,.07); }
.vehicle-card__image { height: 340px; overflow: hidden; background: var(--sky); }
.vehicle-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.vehicle-card:hover .vehicle-card__image img { transform: scale(1.035); }
.vehicle-card__copy { padding: 30px; }
.vehicle-card__copy > span { color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.vehicle-card__copy h2 { margin: 10px 0; font-size: 1.75rem; }
.vehicle-card__copy p { color: var(--muted); }
.stats--large { grid-template-columns: repeat(4,1fr); }
.stats--large .stat { padding: 28px 0; }
.stats--large .stat strong { font-size: clamp(2.2rem,4vw,3.4rem); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.review-card { position: relative; min-height: 320px; padding: clamp(30px,5vw,50px); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.stars { margin-bottom: 35px; color: #efb92f; font-size: 1.25rem; letter-spacing: .13em; }
.review-card blockquote { margin: 0 0 30px; color: var(--navy-deep); font-family: Georgia,serif; font-size: clamp(1.3rem,2.5vw,1.85rem); line-height: 1.42; }
.review-card > p { position: absolute; right: 45px; bottom: 28px; left: 45px; margin: 0; color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.faq-item summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; color: var(--navy-deep); font-family: Georgia,serif; font-size: 1.18rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--sky); color: var(--blue); font-family: Arial,sans-serif; font-style: normal; transition: transform .2s; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-item > div { padding: 0 24px 22px; color: var(--muted); }
.faq-item p { margin: 0; }
.legal-content .entry-content { color: #3b4b5d; }
.legal-content .entry-content h2 { padding-top: 16px; color: var(--navy); font-size: clamp(1.45rem,2.5vw,2.05rem); }
.legal-content .entry-content li { margin-bottom: 9px; }

@media (max-width: 820px) {
  .service-intro { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1 / -1; }
  .service-panel { grid-template-columns: 1fr; }
  .service-panel:nth-child(even) .service-panel__image { order: 0; }
  .service-panel__image img { min-height: 310px; }
  .fleet-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .stats--large { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .service-hero, .service-hero__inner { min-height: 570px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card:last-child { grid-column: auto; }
  .service-panel__image img { min-height: 240px; }
  .service-panel__copy { padding: 30px 24px 36px; }
  .vehicle-card__image { height: 255px; }
  .stats--large { grid-template-columns: 1fr; }
  .review-card { min-height: 360px; }
}
