:root {
  --ink: #13252b;
  --ink-soft: #294149;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --line: #d7d9d1;
  --orange: #ed6b3d;
  --orange-deep: #c9502b;
  --mint: #a6d7c8;
  --mint-deep: #287766;
  --blue: #84a9b8;
  --white: #fffefa;
  --display: "Noto Serif SC", Georgia, serif;
  --body: "Manrope", "Noto Sans SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; color: var(--white); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(251, 250, 246, .96); box-shadow: 0 1px 0 rgba(19, 37, 43, .1); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; color: var(--ink); background: var(--orange); font-weight: 800; font-size: 13px; letter-spacing: 1px; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--display); font-size: 20px; font-weight: 600; }
.brand-copy small { margin-top: 4px; font-size: 8px; letter-spacing: 1.5px; opacity: .7; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; padding: 5px 0; font-size: 13px; font-weight: 600; opacity: .8; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.main-nav a:hover, .main-nav a.active { opacity: 1; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.phone-link svg { width: 15px; height: 15px; color: var(--orange); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--ink); background: var(--mint); font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--white); }
.header-cta svg { width: 14px; height: 14px; }
.menu-toggle { display: none; border: 0; padding: 7px; color: inherit; background: transparent; }
.menu-toggle svg { width: 22px; height: 22px; }

.hero-section { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-slider, .hero-shade { position: absolute; inset: 0; }
.hero-slider { z-index: 0; overflow: hidden; background: #253b3e; }
.hero-slide { position: absolute; inset: 0; overflow: hidden; background-color: #253b3e; background-image: var(--slide-image); background-position: center; background-size: cover; opacity: 0; transform: scale(1.04); transition: opacity .8s ease, transform 7s ease; }
.hero-slide img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(11, 30, 35, .82) 0%, rgba(11, 30, 35, .59) 46%, rgba(11, 30, 35, .35) 100%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; padding-top: 90px; }
.hero-copy { max-width: 800px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: 1.8px; }
.eyebrow.dark { color: var(--mint-deep); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(237, 107, 61, .18); }
.eyebrow-index { color: var(--orange); font-size: 11px; letter-spacing: 0; }
.hero-copy h1 { max-width: 680px; margin: 0; font-family: var(--display); font-size: 64px; font-weight: 600; line-height: 1.18; letter-spacing: 0; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 510px; margin: 27px 0 0; color: rgba(255, 254, 250, .8); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 47px; padding: 0 18px; border: 1px solid transparent; font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 16px; height: 16px; }
.button-primary { color: var(--ink); background: var(--mint); }
.button-primary:hover { background: var(--white); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.35); background: transparent; }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-orange { width: 100%; color: var(--white); background: var(--orange); }
.button-orange:hover { background: var(--orange-deep); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.4); }
.button-outline-light:hover { border-color: var(--mint); color: var(--ink); background: var(--mint); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 27px; color: rgba(255,255,255,.68); font-size: 11px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 14px; height: 14px; color: var(--mint); }
.quote-panel { padding: 25px 25px 22px; color: var(--ink); background: var(--white); border-top: 4px solid var(--orange); box-shadow: 20px 24px 0 rgba(15, 33, 38, .18); }
.quote-panel-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.panel-kicker { color: var(--orange-deep); font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.live-status { display: inline-flex; align-items: center; gap: 6px; color: var(--mint-deep); font-size: 10px; font-weight: 700; }
.live-status span { width: 6px; height: 6px; border-radius: 50%; background: #4da98c; }
.quote-panel h2 { margin: 27px 0 22px; font-family: var(--display); font-size: 29px; font-weight: 600; line-height: 1.35; }
.quote-panel h2 span { color: var(--orange-deep); }
.quote-form { display: grid; gap: 12px; }
.quote-form label { display: grid; gap: 4px; }
.quote-form label > span { display: flex; justify-content: space-between; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.quote-form label small { color: #849397; font-weight: 500; }
.quote-form input { width: 100%; height: 42px; padding: 0 12px; border: 1px solid #d9ded9; border-radius: 0; outline: 0; color: var(--ink); background: #f8f8f4; font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(237, 107, 61, .16); }
.quote-form input::placeholder { color: #9ba5a4; }
.form-note { display: flex; align-items: center; gap: 6px; margin: -2px 0 0; color: #8b9694; font-size: 10px; }
.form-note svg { width: 12px; height: 12px; }
.form-message { min-height: 18px; margin: 0; color: var(--mint-deep); font-size: 11px; font-weight: 700; }
.hero-content { grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: 75px; }
.hero-copy.reveal, .hero-price-panel.reveal { opacity: 1; transform: none; }
.hero-price-panel { padding: 24px; color: var(--ink); background: var(--white); border-top: 4px solid var(--orange); box-shadow: 18px 20px 0 rgba(12,30,35,.18); }
.hero-price-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--orange-deep); font-size: 9px; font-weight: 800; letter-spacing: 1.3px; }
.hero-price-panel-top b { display: inline-flex; align-items: center; gap: 5px; color: var(--mint-deep); font-size: 10px; letter-spacing: 0; }
.hero-price-panel-top svg { width: 13px; height: 13px; }
.hero-price-panel h2 { margin: 18px 0 7px; font-family: var(--display); font-size: 28px; font-weight: 600; line-height: 1.35; }
.hero-price-panel h2 em { color: var(--orange-deep); font-style: normal; }
.hero-price-panel > p { margin: 0 0 17px; color: #718082; font-size: 11px; line-height: 1.7; }
.route-price-query { display: grid; gap: 15px; }
.route-price-sides { display: grid; grid-template-columns: 1fr 28px 1fr; gap: 9px; align-items: center; }
.route-price-side { display: grid; gap: 7px; min-width: 0; margin: 0; padding: 11px; border: 1px solid #dce2dc; background: #fbfcf9; }
.route-price-side legend { padding: 0 3px; color: var(--orange-deep); font-size: 10px; font-weight: 800; }
.route-price-side select, .route-price-side input { width: 100%; height: 34px; min-width: 0; padding: 0 9px; border: 1px solid #d5ded8; border-radius: 0; outline: 0; color: var(--ink); background: var(--white); font-size: 11px; }
.route-price-side input::placeholder { color: #99a5a2; }
.route-price-side select:focus, .route-price-side input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(237,107,61,.13); }
.route-price-side select:disabled, .route-price-side input:disabled { color: #9aa5a2; background: #f1f3f0; cursor: not-allowed; }
.route-price-direction { width: 20px; height: 20px; color: var(--orange); }
.route-price-query .button { width: 100%; min-height: 43px; }
.route-price-query-actions { display: flex; align-items: center; gap: 14px; }
.route-price-query-actions .button { width: auto; min-width: 172px; }
.route-price-query-actions p { margin: 0; color: #768486; font-size: 10px; }
.route-price-result { margin-top: 15px; padding: 17px; border-left: 4px solid var(--orange); color: var(--white); background: var(--ink); }
.route-price-result[hidden] { display: none; }
.route-price-result-top h3 { margin: 0; font-family: var(--display); font-size: 22px; font-weight: 600; }
.route-price-result-top p, .route-price-result-note { margin: 4px 0 0; color: rgba(255,255,255,.61); font-size: 10px; }
.route-price-result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 14px; background: rgba(255,255,255,.16); }
.route-price-result-grid > div { display: grid; gap: 3px; padding: 10px; background: rgba(19,37,43,.94); }
.route-price-result-grid span, .route-price-result-grid small { color: rgba(255,255,255,.57); font-size: 9px; }
.route-price-result-grid strong { color: var(--mint); font-family: var(--display); font-size: 17px; font-weight: 600; }
.route-price-result-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 13px; }
.route-price-result-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 34px; padding: 0 10px; border: 1px solid rgba(237,107,61,.36); color: var(--orange); font-size: 10px; font-weight: 800; }
.route-price-result-actions a:hover { color: var(--ink); border-color: var(--mint); background: var(--mint); }
.route-price-result-actions .route-price-phone { color: var(--mint); border-color: rgba(166,215,200,.34); }
.route-price-result-actions .route-price-phone:hover { color: var(--ink); background: var(--mint); }
.route-price-result-actions a svg { width: 13px; height: 13px; }
.hero-slider-controls { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.hero-slider-arrow { position: absolute; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.72); color: var(--white); background: rgba(19,37,43,.62); cursor: pointer; pointer-events: auto; transform: translateY(-50%); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.hero-slider-prev { left: 32px; }
.hero-slider-next { right: 32px; }
.hero-slider-arrow:hover { border-color: var(--mint); background: rgba(166,215,200,.2); transform: translateY(calc(-50% - 2px)); }
.hero-slider-arrow svg { width: 15px; height: 15px; }
.hero-slider-dots { position: absolute; left: 50%; bottom: 27px; display: flex; align-items: center; gap: 6px; margin: 0; transform: translateX(-50%); pointer-events: auto; }
.hero-slider-dot { width: 24px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.38); cursor: pointer; transition: width .25s ease, background .25s ease; }
.hero-slider-dot.is-active { width: 40px; background: var(--orange); }
.hero-scroll { position: absolute; z-index: 2; right: 32px; bottom: 26px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: 1.4px; writing-mode: vertical-rl; }
.hero-scroll svg { width: 15px; height: 15px; color: var(--orange); }

.signal-bar { color: var(--white); background: var(--ink); border-top: 1px solid rgba(255,255,255,.15); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 125px; }
.signal-item { display: flex; align-items: center; gap: 14px; padding: 25px 26px; border-right: 1px solid rgba(255,255,255,.15); }
.signal-item:first-child { padding-left: 0; }
.signal-item:last-child { border-right: 0; }
.signal-item strong { font-family: var(--display); font-size: 35px; font-weight: 600; line-height: 1; }
.signal-item strong span { color: var(--orange); font-family: var(--body); font-size: 19px; }
.signal-item > span { color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.5; }
.signal-note { gap: 11px; color: var(--mint); }
.signal-note svg { width: 26px; height: 26px; }
.signal-note b { color: var(--white); font-weight: 600; }

.section { padding: 112px 0; }
.services-section { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .coverage-intro h2, .contact-inner h2 { margin: 0; font-family: var(--display); font-size: 43px; font-weight: 600; line-height: 1.3; letter-spacing: 0; }
.section-intro { max-width: 360px; margin: 0 0 5px; color: #607174; font-size: 13px; line-height: 1.85; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 270px; display: flex; flex-direction: column; align-items: flex-start; padding: 27px 28px; background: var(--paper); transition: transform .2s ease, background .2s ease; }
.service-card:hover { position: relative; z-index: 1; transform: translateY(-5px); background: var(--white); box-shadow: 0 14px 25px rgba(19,37,43,.08); }
.service-card-featured { background: var(--ink); color: var(--white); }
.service-card-dark { background: #203d42; color: var(--white); }
.service-card-featured:hover { background: var(--ink); }
.service-card-dark:hover { background: #203d42; }
.service-number { align-self: flex-end; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.service-icon { display: grid; place-items: center; width: 47px; height: 47px; margin-top: 24px; color: var(--ink); background: var(--mint); }
.service-icon svg { width: 23px; height: 23px; }
.service-card h3 { margin: 18px 0 7px; font-family: var(--display); font-size: 23px; font-weight: 600; }
.service-card p { max-width: 270px; margin: 0; color: #687b7e; font-size: 12px; line-height: 1.8; }
.service-card-featured p, .service-card-dark p { color: rgba(255,255,255,.67); }
.service-card a, .route-card a { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 17px; color: var(--orange-deep); font-size: 11px; font-weight: 800; }
.service-card-featured a, .service-card-dark a { color: var(--mint); }
.service-card a svg, .route-card a svg, .text-link svg { width: 14px; height: 14px; }

.about-section { background: var(--paper); }
.about-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: 100px; align-items: center; }
.about-visual { position: relative; min-height: 500px; }
.about-visual img { display: block; width: 100%; height: 500px; object-fit: cover; object-position: center; }
.visual-stamp { position: absolute; top: 24px; left: 24px; display: flex; align-items: center; gap: 10px; padding: 13px 15px; color: var(--ink); background: var(--orange); }
.visual-stamp span { font-size: 18px; font-weight: 800; letter-spacing: 1px; }
.visual-stamp small { padding-left: 9px; border-left: 1px solid rgba(19,37,43,.35); font-size: 8px; font-weight: 800; line-height: 1.45; letter-spacing: 1px; }
.visual-caption { position: absolute; right: 18px; bottom: -17px; margin: 0; padding: 11px 14px; color: var(--white); background: var(--ink); font-family: var(--display); font-size: 13px; }
.about-lede { max-width: 500px; margin: 25px 0 34px; color: #617174; font-size: 14px; line-height: 1.9; }
.principles { display: grid; gap: 0; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 43px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.principle > span { color: var(--orange); font-size: 11px; font-weight: 800; }
.principle h3 { margin: 0 0 3px; font-family: var(--display); font-size: 17px; font-weight: 600; }
.principle p { margin: 0; color: #768486; font-size: 11px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 28px; color: var(--orange-deep); font-size: 12px; font-weight: 800; }
.text-link:hover { color: var(--ink); }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 100px; align-items: start; }
.faq-intro > p:not(.eyebrow) { max-width: 400px; margin: 24px 0 0; color: #6b7b7d; font-size: 13px; line-height: 1.9; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 22px 0; list-style: none; cursor: pointer; font-family: var(--display); font-size: 17px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-family: var(--body); font-size: 10px; font-weight: 800; }
.faq-list summary svg { width: 17px; height: 17px; color: var(--orange-deep); transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -5px 0 23px 54px; color: #6b7b7d; font-size: 12px; line-height: 1.9; }
.faq-more { grid-column: 2; justify-self: start; margin-top: -28px; color: var(--orange-deep); border-color: var(--orange-deep); }
.faq-more:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }

.articles-section { padding-top: 0; background: var(--paper); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.article-card { min-height: 270px; display: flex; flex-direction: column; padding: 25px 27px; background: var(--cream); transition: transform .2s ease, background .2s ease; }
.article-card:hover { position: relative; z-index: 1; transform: translateY(-4px); background: var(--white); box-shadow: 0 12px 20px rgba(19,37,43,.08); }
.article-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--mint-deep); font-size: 10px; font-weight: 800; }
.article-meta time { color: #8c9998; font-weight: 600; }
.article-card h3 { max-width: 300px; margin: 28px 0 10px; font-family: var(--display); font-size: 20px; font-weight: 600; line-height: 1.45; }
.article-card p { margin: 0; color: #6b7b7d; font-size: 12px; line-height: 1.85; }
.article-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: var(--orange-deep); font-size: 11px; font-weight: 800; }
.article-card a svg { width: 14px; height: 14px; }

.routes-section { background: var(--cream); }
.routes-heading { align-items: end; }
.route-tabs { display: flex; gap: 7px; margin-bottom: 24px; }
.route-tab { min-width: 65px; padding: 9px 14px; border: 1px solid #cbd1cb; color: #627274; background: transparent; font-size: 11px; font-weight: 700; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.route-tab:hover, .route-tab.active { color: var(--white); border-color: var(--ink); background: var(--ink); }
.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.route-card { min-height: 275px; display: flex; flex-direction: column; padding: 23px 23px 21px; background: var(--paper); transition: transform .2s ease, background .2s ease; }
.route-card:hover { position: relative; z-index: 1; transform: translateY(-4px); background: var(--white); box-shadow: 0 12px 20px rgba(19,37,43,.08); }
.route-card.is-hidden { display: none; }
.route-card-top { display: flex; justify-content: space-between; align-items: center; }
.route-type { display: inline-block; padding: 4px 8px; color: var(--orange-deep); background: rgba(237,107,61,.13); font-size: 9px; font-weight: 800; }
.route-type-green { color: var(--mint-deep); background: rgba(40,119,102,.13); }
.route-type-blue { color: #477686; background: rgba(132,169,184,.2); }
.route-type-orange { color: #b0582f; background: rgba(237,107,61,.17); }
.route-code { color: #8a9695; font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.route-line { display: flex; align-items: center; gap: 12px; margin-top: 31px; }
.route-line strong { font-family: var(--display); font-size: 25px; font-weight: 600; }
.route-line svg { width: 17px; height: 17px; color: var(--orange); }
.route-card p { margin: 14px 0 18px; color: #6b7a7c; font-size: 11px; line-height: 1.75; }
.route-meta { display: flex; gap: 13px; padding-top: 13px; border-top: 1px solid var(--line); color: #81908e; font-size: 10px; }
.route-meta span { display: inline-flex; align-items: center; gap: 4px; }
.route-meta svg { width: 12px; height: 12px; color: var(--mint-deep); }
.route-card a { margin-top: auto; }

.coverage-section { padding: 92px 0; color: var(--white); background: var(--ink); }
.coverage-inner { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 95px; align-items: center; }
.coverage-intro .eyebrow { color: var(--mint); }
.coverage-intro h2 { color: var(--white); }
.coverage-intro > p:not(.eyebrow) { max-width: 410px; margin: 22px 0 27px; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.9; }
.city-list { display: flex; flex-wrap: wrap; gap: 8px; align-content: center; padding: 10px 0; }
.city-list span { padding: 11px 14px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.76); font-size: 12px; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.city-list span:hover { color: var(--ink); border-color: var(--mint); background: var(--mint); }

.contact-section { padding: 88px 0; background: var(--mint); }
.contact-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.contact-inner h2 { color: var(--ink); }
.contact-actions { display: flex; align-items: center; gap: 24px; }
.contact-actions .button-primary { color: var(--white); background: var(--ink); }
.contact-actions .button-primary:hover { background: var(--orange-deep); }
.contact-actions .text-link { margin-top: 0; color: var(--ink); }
.contact-note { padding-left: 20px; border-left: 1px solid rgba(19,37,43,.25); color: rgba(19,37,43,.67); font-size: 10px; line-height: 1.7; }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 50px; background: rgba(19,37,43,.14); }
.contact-details > div { display: flex; align-items: flex-start; gap: 13px; padding: 18px 20px; color: rgba(19,37,43,.66); background: rgba(255,255,255,.14); font-size: 11px; line-height: 1.65; }
.contact-details svg { width: 18px; height: 18px; color: var(--orange-deep); flex: 0 0 auto; }
.contact-details b { color: var(--ink); font-size: 12px; font-weight: 800; }

.site-footer { color: var(--white); background: #0c1c20; }
.footer-top { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 40px; align-items: center; padding: 47px 0 42px; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-top p { margin: 0; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.8; }
.footer-top p span { color: rgba(255,255,255,.46); font-size: 10px; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: rgba(255,255,255,.61); font-size: 11px; }
.footer-links a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0 21px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.37); font-size: 9px; letter-spacing: .2px; }
.mobile-contact-bar { display: none; }

.site-floating-actions { position: fixed; z-index: 28; right: 22px; bottom: 24px; display: grid; gap: 6px; }
.site-floating-action { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-width: 98px; min-height: 42px; padding: 0 12px; border: 1px solid rgba(19,37,43,.22); color: var(--ink); background: rgba(255,254,250,.97); box-shadow: 8px 9px 0 rgba(19,37,43,.12); font-size: 11px; font-weight: 800; white-space: nowrap; backdrop-filter: blur(8px); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.site-floating-action:hover { color: var(--white); border-color: var(--ink); background: var(--ink); transform: translate(-3px, -2px); box-shadow: 11px 12px 0 rgba(19,37,43,.16); }
.site-floating-action:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.site-floating-action svg { width: 16px; height: 16px; color: var(--orange-deep); }
.site-floating-action:hover svg { color: var(--mint); }
.site-floating-price { border-color: rgba(201,80,43,.42); color: var(--orange-deep); background: var(--cream); }
.site-floating-price svg { color: var(--orange-deep); }
.price-modal-open { overflow: hidden; }
.price-query-modal { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(19,37,43,.72); backdrop-filter: blur(5px); }
.price-query-modal[hidden] { display: none; }
.price-query-modal-panel { position: relative; width: min(810px, 100%); max-height: min(700px, calc(100vh - 48px)); overflow-y: auto; padding: 33px 36px 30px; border: 1px solid var(--line); border-top: 5px solid var(--orange); background: var(--white); box-shadow: 18px 22px 0 rgba(6,21,25,.22), 0 22px 60px rgba(4,15,18,.32); }
.price-query-modal-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); color: var(--ink); background: var(--paper); transition: color .2s ease, background .2s ease, border-color .2s ease; }
.price-query-modal-close:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }
.price-query-modal-close svg { width: 18px; height: 18px; }
.price-query-modal-kicker { margin: 0; color: var(--orange-deep); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; }
.price-query-modal-panel h2 { margin: 8px 54px 7px 0; font-family: var(--display); font-size: 31px; font-weight: 600; line-height: 1.3; }
.price-query-modal-intro { max-width: 560px; margin: 0 0 22px; color: #647477; font-size: 12px; line-height: 1.7; }
.price-query-modal .route-price-query { gap: 18px; }
.price-query-modal .route-price-sides { grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr); gap: 10px; }
.price-query-modal .route-price-side { padding: 15px; border-color: var(--line); border-top: 3px solid rgba(237,107,61,.4); background: #fbfcf9; }
.price-query-modal .route-price-side select { height: 42px; border-color: #d5ded8; background: var(--white); font-size: 12px; }
.price-query-modal .route-price-side select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(237,107,61,.13); }
.price-query-modal .route-price-direction { color: var(--orange); }
.price-query-modal .route-price-query-actions { display: block; }
.price-query-modal .route-price-query-actions .button { width: 100%; min-height: 50px; color: var(--white); background: var(--orange); box-shadow: 9px 10px 0 rgba(19,37,43,.12); }
.price-query-modal .route-price-query-actions .button:hover { background: var(--orange-deep); }
.price-query-modal .route-price-query-actions p { margin-top: 9px; text-align: center; }
.price-query-modal .route-price-result { margin-top: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .container { width: min(100% - 42px, 760px); }
  .main-nav { gap: 17px; }
  .phone-link span { display: none; }
  .hero-content { grid-template-columns: minmax(0, 1fr); }
  .hero-price-panel { max-width: 620px; margin-top: 6px; }
  .hero-copy h1 { font-size: 52px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .about-layout { gap: 50px; }
  .coverage-inner { gap: 50px; }
  .faq-layout { gap: 50px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-start; grid-column: 1 / -1; }
  .site-floating-actions { right: 14px; bottom: 22px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 64px; }
  .container { width: calc(100% - 36px); }
  .site-header { background: rgba(19,37,43,.82); }
  .site-header.scrolled { background: rgba(251,250,246,.97); }
  .header-inner { min-height: 70px; }
  .main-nav { position: fixed; z-index: -1; inset: 70px 0 auto; display: grid; gap: 0; padding: 10px 18px 19px; background: var(--ink); transform: translateY(-150%); transition: transform .25s ease; }
  .site-header.scrolled .main-nav { background: var(--paper); }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 13px; }
  .site-header.scrolled .main-nav a { border-color: var(--line); }
  .header-cta { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .hero-section { min-height: auto; padding: 120px 0 65px; }
  .hero-content { display: block; padding-top: 0; }
  .hero-price-panel { margin-top: 33px; padding: 18px; box-shadow: 9px 10px 0 rgba(12,30,35,.18); }
  .hero-price-panel h2 { font-size: 25px; }
  .route-price-sides { grid-template-columns: 1fr; gap: 9px; }
  .route-price-direction { justify-self: center; transform: rotate(90deg); }
  .route-price-query-actions { display: grid; gap: 9px; }
  .route-price-query-actions .button { width: 100%; }
  .route-price-result-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 41px; line-height: 1.23; }
  .hero-lede { font-size: 14px; }
  .hero-proof { gap: 10px 15px; }
  .hero-scroll { display: none; }
  .hero-slider-prev { left: 14px; }
  .hero-slider-next { right: 14px; }
  .hero-slider-arrow { width: 31px; height: 31px; }
  .hero-slider-dots { bottom: 20px; }
  .hero-slider-dot { width: 18px; }
  .hero-slider-dot.is-active { width: 31px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); min-height: auto; }
  .signal-item, .signal-item:first-child { min-height: 94px; padding: 19px 14px; }
  .signal-item:nth-child(2) { border-right: 0; }
  .signal-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .signal-item strong { font-size: 27px; }
  .signal-note { grid-column: 1 / -1; }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading h2, .about-copy h2, .coverage-intro h2, .contact-inner h2 { font-size: 34px; }
  .section-intro { margin-top: 21px; font-size: 12px; }
  .service-grid, .route-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .about-layout { grid-template-columns: 1fr; gap: 55px; }
  .about-visual, .about-visual img { min-height: 350px; height: 350px; }
  .routes-heading .text-link { margin-top: 20px; }
  .route-tabs { overflow-x: auto; padding-bottom: 3px; }
  .route-tab { flex: 0 0 auto; }
  .route-card { min-height: 240px; }
  .coverage-section { padding: 74px 0; }
  .coverage-inner { grid-template-columns: 1fr; gap: 33px; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .faq-more { grid-column: auto; margin-top: -20px; }
  .faq-list summary { font-size: 16px; }
  .faq-list details p { margin-left: 0; }
  .articles-section { padding-top: 0; }
  .article-grid { grid-template-columns: 1fr; }
  .city-list { gap: 6px; }
  .city-list span { padding: 9px 11px; font-size: 11px; }
  .contact-section { padding: 70px 0; }
  .contact-inner { display: block; }
  .contact-actions { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 28px; }
  .contact-note { width: 100%; padding: 12px 0 0; border-left: 0; border-top: 1px solid rgba(19,37,43,.25); }
  .contact-details { grid-template-columns: 1fr; gap: 1px; margin-top: 35px; }
  .footer-top { display: block; padding: 37px 0 29px; }
  .footer-top p { margin-top: 27px; }
  .footer-links { justify-content: flex-start; margin-top: 26px; gap: 12px 17px; }
  .footer-bottom { display: grid; gap: 6px; }
  .mobile-contact-bar { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 64px; padding-bottom: env(safe-area-inset-bottom); color: var(--white); background: var(--ink); box-shadow: 0 -5px 18px rgba(19,37,43,.18); }
  .mobile-contact-bar > a, .mobile-contact-bar > button { display: grid; grid-template-columns: 22px 1fr; grid-template-rows: 1fr 1fr; align-content: center; column-gap: 8px; padding: 10px 15px; border: 0; color: var(--white); background: transparent; text-align: left; }
  .mobile-contact-bar > a { border-right: 1px solid rgba(255,255,255,.18); }
  .mobile-contact-bar > a:hover, .mobile-contact-bar > button:hover { background: rgba(166,215,200,.14); }
  .mobile-contact-bar svg { grid-row: 1 / -1; align-self: center; width: 19px; height: 19px; color: var(--mint); }
  .mobile-contact-bar span { align-self: end; color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.1; }
  .mobile-contact-bar b { align-self: start; color: var(--white); font-size: 11px; line-height: 1.25; font-weight: 800; }
  .mobile-contact-bar .copy-toast { position: absolute; right: 50%; bottom: calc(100% + 10px); display: none; margin: 0; padding: 8px 11px; color: var(--ink); background: var(--mint); font-size: 10px; font-weight: 800; white-space: nowrap; transform: translateX(50%); box-shadow: 0 4px 12px rgba(19,37,43,.18); }
  .mobile-contact-bar .copy-toast.show { display: block; }
  .site-floating-actions { right: 12px; bottom: calc(78px + env(safe-area-inset-bottom)); }
  .site-floating-action { min-width: 88px; min-height: 38px; padding: 0 9px; font-size: 10px; }
  .price-query-modal { align-items: end; padding: 12px; }
  .price-query-modal-panel { max-height: calc(100vh - 24px); padding: 28px 16px 20px; }
  .price-query-modal-panel h2 { font-size: 26px; }
  .price-query-modal .route-price-sides { grid-template-columns: 1fr; gap: 10px; }
  .price-query-modal .route-price-direction { justify-self: center; transform: rotate(90deg); }
}
