:root {
  --red: #a72128;
  --red-dark: #78171c;
  --red-bright: #c6383f;
  --brand-red: #c40000;
  --brand-green: #006b18;
  --green: #006b18;
  --green-dark: #004d13;
  --green-bright: #37b45d;
  --green-soft: #e8f3ea;
  --ink: #1d1c1a;
  --muted: #6f6b65;
  --cream: #f3f0e9;
  --sand: #e6dfd4;
  --paper: #fbfaf7;
  --white: #fff;
  --line: rgba(29, 28, 26, .13);
  --shadow: 0 28px 70px rgba(33, 27, 24, .16);
  --radius: 22px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--red); }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 116px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 11px 16px; color: var(--white); background: var(--ink); border-radius: 0 0 8px 8px; transition: top .2s; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 86px; color: var(--white); background: transparent; transition: height .25s, background .25s, box-shadow .25s; }
.site-header.is-scrolled { height: 72px; color: var(--ink); background: rgba(251, 250, 247, .96); box-shadow: 0 7px 30px rgba(30, 22, 19, .1); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; font-size: 20px; font-weight: 500; letter-spacing: .04em; text-decoration: none; white-space: nowrap; }
.brand-name { display: inline-flex; align-items: baseline; gap: .24em; padding: 4px 8px 3px; color: var(--brand-red); background: rgba(255,255,255,.96); border-radius: 6px; box-shadow: 0 7px 20px rgba(0,0,0,.12); font-family: "Times New Roman", Times, Georgia, serif; font-size: 1.08em; font-weight: 700; letter-spacing: .015em; line-height: 1; }
.brand-name strong { color: var(--brand-red); font-weight: 700; }
.brand-bus { color: var(--brand-green); font-weight: 700; }
.brand-mark { display: grid; width: 43px; height: 43px; place-items: center; background: var(--red); border-radius: 12px; transform: rotate(-3deg); }
.brand-mark svg { width: 34px; fill: var(--white); stroke: var(--white); stroke-width: 1.5; }
.brand-mark .mark-window { fill: var(--red-dark); stroke: none; }
.brand-mark .mark-wheel { fill: var(--ink); stroke: none; }
.main-nav { display: flex; align-items: center; gap: 35px; margin-left: auto; }
.main-nav a { position: relative; color: inherit; font-size: 14px; font-weight: 650; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 -6px; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-phone { display: flex; align-items: center; gap: 8px; margin-left: 34px; padding: 10px 15px; color: var(--white); background: var(--green); border-radius: 999px; font-size: 14px; font-weight: 750; text-decoration: none; box-shadow: 0 10px 25px rgba(0, 107, 24, .25); }
.header-phone svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; color: inherit; background: none; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 780px; padding: 154px 0 0; color: var(--white); background: radial-gradient(circle at 78% 24%, rgba(198, 56, 63, .37), transparent 33%), linear-gradient(120deg, #151515 0%, #211b1a 52%, #3b191b 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .05; background-image: url("images/transport-texture.png"); background-size: 300px; mix-blend-mode: screen; }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 540px; grid-template-columns: 1.03fr .97fr; gap: 42px; align-items: center; }
.hero-copy { min-width: 0; padding-bottom: 48px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero .eyebrow, .eyebrow-light { color: #f06e73; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 720px; font-size: clamp(60px, 6.1vw, 94px); }
h1 em, h2 em { color: var(--green); font-weight: 400; }
.hero h1 em, .about h2 em { color: var(--green-bright); }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 13px 23px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .18s, background .18s, color .18s, border-color .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 16px 32px rgba(167, 33, 40, .3); }
.button-primary:hover { background: var(--red-bright); box-shadow: 0 18px 40px rgba(167, 33, 40, .4); }
.button-link { min-height: auto; padding: 10px 0; color: var(--white); border-radius: 0; }
.button-link svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero-proof { display: flex; gap: 31px; margin-top: 44px; }
.hero-proof div { display: flex; align-items: center; gap: 10px; }
.hero-proof div + div { padding-left: 31px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-proof strong { font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.hero-proof span { max-width: 78px; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.35; text-transform: uppercase; }
.hero-visual { position: relative; min-width: 0; min-height: 450px; }
.hero-card { position: absolute; inset: 10px 0 40px 32px; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #c23a41, #8e1b20); border-radius: 36px 4px 36px 4px; box-shadow: 0 44px 90px rgba(0,0,0,.4); transform: rotate(2deg); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: translate(80px, -90px); }
.hero-card::after { content: "FRANK BUS"; position: absolute; top: 40px; right: -23px; color: rgba(255,255,255,.08); font-size: 84px; font-weight: 900; letter-spacing: -.07em; white-space: nowrap; transform: rotate(90deg); }
.hero-card img { position: relative; z-index: 2; width: min(86%, 470px); height: auto; object-fit: contain; filter: drop-shadow(0 22px 20px rgba(0,0,0,.35)); transform: rotate(-2deg) translateY(12px); }
.visual-note { position: absolute; z-index: 3; top: 28px; left: 30px; padding: 8px 12px; color: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.32); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.floating-card { position: absolute; z-index: 5; right: -18px; bottom: 5px; display: flex; align-items: center; gap: 12px; padding: 14px 18px 14px 13px; color: var(--ink); background: var(--white); border-radius: 14px; box-shadow: var(--shadow); }
.floating-icon { display: grid; width: 39px; height: 39px; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; font-weight: 900; }
.floating-card > span:last-child { display: flex; flex-direction: column; font-size: 11px; line-height: 1.4; }
.floating-card strong { font-size: 13px; }
.route-line { position: absolute; z-index: 1; width: 460px; height: 220px; border: 1px solid rgba(255,255,255,.08); border-color: rgba(255,255,255,.1) transparent transparent rgba(255,255,255,.1); border-radius: 50%; }
.route-line::before, .route-line::after { content: ""; position: absolute; width: 7px; height: 7px; background: var(--green-bright); border: 5px solid rgba(55,180,93,.17); border-radius: 50%; background-clip: padding-box; }
.route-line-one { top: 120px; left: -250px; transform: rotate(21deg); }
.route-line-one::before { top: -9px; right: 86px; }.route-line-one::after { left: -7px; bottom: 33px; }
.route-line-two { right: -270px; bottom: 55px; transform: rotate(190deg); }
.route-line-two::before { top: -9px; right: 80px; }
.hero-marquee { position: relative; z-index: 3; display: flex; height: 66px; align-items: center; justify-content: center; gap: 30px; color: rgba(255,255,255,.6); border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.hero-marquee i { color: var(--green-bright); font-size: 18px; font-style: normal; }

.section-heading h2 { font-size: clamp(47px, 5.1vw, 72px); }
.heading-split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.heading-split > p { max-width: 480px; margin: 0 0 4px; color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 64px; }
.service-card { position: relative; grid-column: span 2; min-height: 300px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .22s, box-shadow .22s, border-color .22s; overflow: hidden; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(0,107,24,.25); box-shadow: 0 22px 60px rgba(30,25,22,.1); }
.service-card-featured { color: var(--white); background: var(--red); border-color: var(--red); }
.service-card-featured::after { content: ""; position: absolute; width: 180px; height: 180px; top: -68px; right: -60px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.service-number { position: absolute; top: 23px; right: 24px; color: rgba(29,28,26,.25); font-family: Georgia, serif; font-size: 14px; }
.service-card-featured .service-number { color: rgba(255,255,255,.5); }
.service-icon { display: grid; width: 54px; height: 54px; margin-bottom: 50px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 16px; }
.service-card-featured .service-icon { color: var(--white); background: rgba(255,255,255,.14); }
.service-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 10px; font-size: 19px; line-height: 1.3; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card-featured p { color: rgba(255,255,255,.7); }

.about { color: var(--white); background: var(--ink); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 100px; align-items: center; }
.about-visual { position: relative; min-height: 540px; }
.about-photo { position: absolute; inset: 0 45px 0 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #eeeae3, #cfc8bd); border-radius: 4px 42px 4px 42px; overflow: hidden; }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.12)); }
.about-photo img { position: relative; z-index: 2; width: 113%; max-width: none; filter: drop-shadow(0 25px 22px rgba(0,0,0,.28)); transform: translate(-16px, 20px); }
.about-badge { position: absolute; z-index: 3; right: 0; bottom: 30px; display: flex; width: 138px; height: 138px; flex-direction: column; align-items: center; justify-content: center; background: var(--green); border: 8px solid var(--ink); border-radius: 50%; transform: rotate(5deg); }
.about-badge strong { font-family: Georgia, serif; font-size: 35px; font-weight: 500; line-height: 1; }
.about-badge span { margin-top: 7px; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-copy h2 { font-size: clamp(48px, 5.2vw, 74px); }
.about-lead { max-width: 590px; margin: 29px 0; color: rgba(255,255,255,.67); font-size: 18px; }
.check-list { display: grid; gap: 15px; margin: 32px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; }
.check-list li > span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 13px; font-weight: 900; }
.check-list div { display: flex; flex-direction: column; }
.check-list strong { font-size: 15px; }
.check-list small { margin-top: 2px; color: rgba(255,255,255,.5); font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--red); font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(5px); }
.text-link-light { margin-top: 9px; color: var(--white); }

.fleet { background: var(--cream); }
.fleet-heading { text-align: center; }
.fleet-heading .eyebrow { justify-content: center; }
.fleet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 65px; }
.fleet-card { position: relative; min-height: 490px; padding: 37px; border-radius: 28px; overflow: hidden; box-shadow: 0 24px 70px rgba(34,27,23,.09); }
.fleet-coach { color: var(--white); background: linear-gradient(145deg, #292624, #171615); }
.fleet-minibus { background: var(--white); }
.fleet-card::before { content: ""; position: absolute; right: -80px; bottom: -95px; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.fleet-minibus::before { border-color: rgba(29,28,26,.07); }
.fleet-copy { position: relative; z-index: 3; max-width: 70%; }
.fleet-topline { display: flex; align-items: center; gap: 11px; }
.fleet-topline span { color: var(--red-bright); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.fleet-minibus .fleet-topline span { color: var(--green); }
.fleet-topline strong { padding: 4px 8px; color: inherit; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; letter-spacing: .05em; opacity: .72; }
.fleet-card h3 { max-width: 330px; margin: 18px 0 22px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; line-height: 1.08; }
.fleet-card ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.62); font-size: 13px; }
.fleet-minibus ul { color: var(--muted); }
.fleet-card li::before { content: "✓"; margin-right: 9px; color: var(--red-bright); font-weight: 900; }
.fleet-minibus li::before { color: var(--green); }
.fleet-card img { position: absolute; z-index: 2; right: -60px; bottom: 16px; width: 72%; max-width: none; filter: drop-shadow(0 18px 17px rgba(0,0,0,.28)); }
.fleet-coach img { right: -72px; bottom: 5px; width: 75%; }
.fleet-minibus img { right: -68px; bottom: -20px; width: 75%; }
.fleet-note { margin: 29px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

.process { background: var(--paper); }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 68px 0 0; padding: 0; list-style: none; }
.process-list li { position: relative; display: flex; gap: 19px; padding-right: 55px; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 25px; right: 18px; left: 73px; border-top: 1px dashed rgba(29,28,26,.25); transform: translateX(100%); }
.process-list li > span { position: relative; z-index: 2; display: grid; width: 52px; height: 52px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; font-family: Georgia, serif; font-size: 20px; box-shadow: 0 9px 24px rgba(167,33,40,.24); }
.process-list li:nth-child(2) > span { background: var(--green); box-shadow: 0 9px 24px rgba(0,107,24,.24); }
.process-list strong { font-size: 17px; }
.process-list p { max-width: 250px; margin: 5px 0 0; color: var(--muted); font-size: 14px; }

.faq { padding-top: 40px; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-heading { position: sticky; top: 115px; align-self: start; }
.faq-heading h2 { font-size: clamp(43px, 4.2vw, 61px); }
.faq-heading > p:not(.eyebrow) { max-width: 390px; margin: 24px 0 18px; color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; font-size: 18px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 30px; height: 30px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 14px; left: 8px; width: 12px; height: 1px; background: var(--ink); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span { color: var(--white); background: var(--green); border-color: var(--green); }
.faq-list details[open] summary span::before, .faq-list details[open] summary span::after { background: var(--white); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 650px; margin: -5px 55px 25px 0; color: var(--muted); }

.quote-section { padding: 115px 0; color: var(--white); background: var(--ink); }
.quote-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 85px; align-items: start; }
.quote-intro { position: sticky; top: 110px; }
.quote-intro h2 { font-size: clamp(51px, 5.2vw, 74px); }
.quote-mobile-space { display: none; }
.quote-section .eyebrow { color: var(--red-bright); }
.quote-intro h2 em { color: var(--red-bright); }
.quote-intro > p:not(.eyebrow) { max-width: 460px; margin: 26px 0 34px; color: rgba(255,255,255,.65); font-size: 17px; }
.contact-list { display: grid; gap: 12px; }
.contact-list a { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.contact-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.contact-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-list a > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.contact-list small { color: rgba(255,255,255,.47); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-list strong { font-size: 14px; overflow-wrap: anywhere; }
.quote-form-wrap { color: var(--ink); background: var(--white); border-radius: 28px; box-shadow: 0 40px 90px rgba(39,8,10,.3); }
.quote-form-wrap form { position: relative; padding: 44px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; color: #4c4844; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.field label span { color: #99928b; font-weight: 500; }
.field input, .field textarea { width: 100%; color: var(--ink); background: #f7f5f1; border: 1px solid transparent; border-radius: 10px; outline: none; transition: background .18s, border-color .18s, box-shadow .18s; }
.field input { height: 51px; padding: 0 15px; }
.field textarea { min-height: 108px; padding: 13px 15px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #aaa39c; }
.field input:focus, .field textarea:focus { background: var(--white); border-color: rgba(0,107,24,.55); box-shadow: 0 0 0 3px rgba(0,107,24,.1); }
.field.has-error input, .field.has-error textarea { border-color: var(--red); }
.field small, .consent small { display: block; margin-top: 5px; color: var(--red); font-size: 11px; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 8px; align-items: start; margin: 2px 0 22px; }
.consent input { width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--green); }
.consent label { color: var(--muted); font-size: 11px; line-height: 1.5; }
.consent a { color: var(--ink); font-weight: 700; }
.consent small { grid-column: 2; margin-top: -5px; }
.form-submit { width: 100%; border: 0; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note { margin: 12px 0 0; color: #918a84; font-size: 10px; text-align: center; }
.form-alert { margin-bottom: 18px; padding: 12px 14px; color: #7c151b; background: #fbeaec; border-left: 3px solid var(--red); border-radius: 8px; font-size: 13px; }
.bot-field { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.form-success { display: flex; min-height: 600px; flex-direction: column; align-items: center; justify-content: center; padding: 50px; text-align: center; }
.form-success > span { display: grid; width: 74px; height: 74px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 32px; font-weight: 900; }
.form-success h3 { margin: 25px 0 9px; font-family: Georgia, serif; font-size: 39px; font-weight: 500; }
.form-success p { max-width: 480px; margin: 0 0 22px; color: var(--muted); }
.form-success .form-note { color: var(--red); }
.button-secondary { color: var(--ink); border-color: var(--line); }
.button-secondary:hover { color: var(--white); background: var(--ink); }

.site-footer { color: rgba(255,255,255,.68); background: #151413; }
.footer-main { display: grid; grid-template-columns: 1.5fr .9fr 1.15fr 1.15fr; gap: 52px; padding-top: 72px; padding-bottom: 62px; }
.brand-light { color: var(--white); }
.footer-brand p { max-width: 280px; margin: 19px 0 0; font-size: 13px; }
.footer-column h3 { margin: 3px 0 17px; color: var(--white); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a, .footer-column p, .footer-column address { display: block; margin: 0 0 7px; color: inherit; font-size: 13px; font-style: normal; line-height: 1.75; text-decoration: none; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 23px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--white); }
.mobile-call { display: none; }

.privacy-page { min-height: 100vh; background: var(--cream); }
.privacy-header { color: var(--ink); background: var(--white); box-shadow: 0 7px 30px rgba(30,22,19,.08); }
.privacy-header .header-inner { justify-content: space-between; }
.back-link { color: var(--green); font-size: 14px; font-weight: 800; text-decoration: none; }
.privacy-content { max-width: 850px; padding-top: 150px; padding-bottom: 100px; }
.privacy-content h1 { color: var(--ink); font-size: clamp(48px, 6vw, 75px); }
.privacy-content > p { color: var(--muted); font-size: 18px; }
.privacy-panel { margin-top: 40px; padding: 40px; background: var(--white); border-radius: var(--radius); box-shadow: 0 22px 60px rgba(30,25,22,.08); }
.privacy-panel h2 { margin: 33px 0 13px; font-family: inherit; font-size: 20px; font-weight: 800; letter-spacing: 0; line-height: 1.3; }
.privacy-panel h2:first-child { margin-top: 0; }
.privacy-panel p, .privacy-panel li { color: var(--muted); }
.privacy-panel a { color: var(--green); }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 10px; }
  .hero-card { left: 0; }
  .about-grid { gap: 60px; }
  .fleet-copy { max-width: 80%; }
  .fleet-card img { opacity: .86; }
  .quote-grid { gap: 55px; }
  .main-nav { gap: 22px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 720px); }
  .section { padding: 88px 0; }
  .main-nav { position: fixed; top: 0; right: 0; bottom: 0; display: flex; width: min(84vw, 390px); flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; padding: 60px; color: var(--white); background: #1c1918; box-shadow: -30px 0 70px rgba(0,0,0,.35); transform: translateX(105%); transition: transform .25s; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
  .header-phone { margin-left: auto; margin-right: 10px; }
  .nav-toggle { position: relative; z-index: 2; display: block; }
  .nav-toggle[aria-expanded="true"] { color: var(--white); }
  .hero { padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 10px; }
  .hero-visual { width: min(600px, 100%); min-height: 430px; margin: 0 auto 40px; }
  .hero-card img { width: min(86%, 470px); }
  .hero-marquee { display: grid; height: auto; min-height: 90px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; padding: 16px 24px; text-align: center; white-space: normal; }
  .hero-marquee i, .hero-marquee span:last-child { display: none; }
  .heading-split { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card, .service-card:nth-child(4) { grid-column: auto; }
  .service-card:last-child { grid-column: 1 / -1; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 500px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .process-list { gap: 30px; }
  .process-list li { padding: 0; }
  .process-list li:not(:last-child)::after { display: none; }
  .faq { padding-top: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-heading, .quote-intro { position: static; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-intro h2 br { display: none; }
  .quote-mobile-space { display: inline; }
  .footer-main { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 62px; }
  .container { width: min(100% - 28px, 520px); }
  .section { padding: 72px 0; }
  .site-header { height: 72px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 10px; }
  .brand-mark svg { width: 30px; }
  .header-phone { display: none; }
  .hero { min-height: auto; padding-top: 112px; }
  .hero-grid { min-height: 0; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 9px; }
  .button-link { justify-content: flex-start; }
  .hero-proof { gap: 14px; margin-top: 32px; }
  .hero-proof div { display: block; }
  .hero-proof div + div { padding-left: 14px; }
  .hero-proof strong, .hero-proof span { display: block; }
  .hero-proof strong { font-size: 23px; }
  .hero-proof span { font-size: 9px; }
  .hero-visual { min-height: 320px; margin-top: 10px; }
  .hero-card { inset: 10px 7px 30px; border-radius: 27px 3px 27px 3px; }
  .hero-card img { width: min(91%, 320px); transform: rotate(-2deg) translateY(14px); }
  .visual-note { top: 20px; left: 20px; font-size: 9px; }
  .floating-card { right: -3px; bottom: 4px; padding: 10px; }
  .hero-marquee { gap: 8px 10px; padding: 14px 10px; font-size: 9px; letter-spacing: .07em; overflow: visible; }
  .section-heading h2 { font-size: 47px; }
  .heading-split > p { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .service-card, .service-card:nth-child(4), .service-card:last-child { grid-column: auto; min-height: 270px; }
  .service-icon { margin-bottom: 34px; }
  .about-grid { gap: 45px; }
  .about-visual { min-height: 370px; }
  .about-photo { right: 22px; }
  .about-badge { width: 110px; height: 110px; right: -4px; border-width: 6px; }
  .about-badge strong { font-size: 29px; }
  .about-copy h2 { font-size: 48px; }
  .about-lead { font-size: 16px; }
  .fleet-card { min-height: 500px; padding: 28px; }
  .fleet-copy { max-width: 100%; }
  .fleet-card img { right: -55px; width: 94%; opacity: 1; }
  .fleet-coach img { right: -80px; width: 100%; }
  .fleet-minibus img { right: -60px; bottom: -7px; width: 94%; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { gap: 15px; }
  .faq-list summary { font-size: 16px; }
  .faq-list details p { margin-right: 5px; font-size: 14px; }
  .quote-section { padding: 72px 0; }
  .quote-grid { gap: 42px; }
  .quote-intro h2 { font-size: 50px; }
  .quote-form-wrap form { padding: 27px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-success { min-height: 470px; padding: 32px 22px; }
  .form-success h3 { font-size: 32px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; padding-top: 55px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .mobile-call { position: fixed; z-index: 95; right: 0; bottom: 0; left: 0; display: flex; height: 62px; align-items: center; justify-content: center; gap: 9px; color: var(--white); background: var(--green); font-size: 14px; font-weight: 850; text-decoration: none; box-shadow: 0 -8px 25px rgba(0,55,14,.24); }
  .mobile-call svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
  .privacy-content { padding-top: 120px; }
  .privacy-panel { padding: 25px 20px; }
}

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