:root {
  --ink: #182331;
  --navy: #121d2a;
  --navy-soft: #1f3041;
  --yellow: #f5c518;
  --yellow-deep: #d9aa00;
  --paper: #f5f7f8;
  --white: #fff;
  --muted: #66717d;
  --line: #dce2e6;
  --green: #1d6b54;
  --shadow: 0 18px 48px rgba(18, 29, 42, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.65; }
body.inner-page { background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:where(a, button, input, textarea, select):focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: "Montserrat", sans-serif; font-weight: 800; line-height: 1.12; letter-spacing: 0; }
h1 { font-size: clamp(2.5rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.35rem); }
h3 { font-size: 1.2rem; }
.container-xl { width: min(100% - 40px, 1240px); }
.section { padding: 96px 0; }
.section-soft { background: var(--paper); }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; color: var(--navy); background: var(--yellow); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: #6d5600; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.eyebrow svg { width: 16px; height: 16px; }
.eyebrow-light { color: var(--yellow); }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 4px; padding: 11px 20px; font-weight: 700; }
.btn svg { width: 18px; }
.btn-brand { color: var(--navy); border-color: var(--yellow); background: var(--yellow); }
.btn-brand:hover, .btn-brand:focus { color: var(--navy); border-color: #ffd84b; background: #ffd84b; transform: translateY(-1px); }
.btn-ghost { color: var(--white); border: 1px solid rgba(255, 255, 255, .62); background: rgba(10, 18, 26, .2); }
.btn-ghost:hover, .btn-ghost:focus { color: var(--navy); background: var(--white); }
.btn-dark-outline { color: var(--navy); border: 1px solid var(--navy); }
.btn-dark-outline:hover { color: var(--white); background: var(--navy); }

.site-header { z-index: 1030; box-shadow: 0 5px 20px rgba(18, 29, 42, .1); }
.topbar { padding: 7px 0; color: #dce4ea; background: var(--navy); font-size: .82rem; }
.topbar-links { display: flex; align-items: center; gap: 28px; }
.topbar-links span, .topbar-links a { display: inline-flex; align-items: center; gap: 7px; }
.topbar-links svg { width: 15px; }
.navbar { min-height: 76px; padding: 10px 0; background: rgba(255, 255, 255, .98); }
.navbar-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); }
.brand-mark { width: 52px; height: 52px; display: grid; flex: 0 0 52px; place-items: center; overflow: hidden; border-radius: 50%; background: var(--white); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.navbar-brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.navbar-brand strong { font-family: "Montserrat", sans-serif; font-size: 1rem; letter-spacing: .035em; }
.navbar-brand small { margin-top: 4px; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .24em; }
.navbar-nav { gap: 7px; }
.navbar .nav-link { padding: 10px 11px !important; color: #33404c; font-size: .92rem; font-weight: 600; }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: #795e00; }
.dropdown-menu { padding: 8px; border-color: var(--line); border-radius: 4px; box-shadow: 0 16px 35px rgba(18, 29, 42, .13); }
.dropdown-item { padding: 9px 12px; border-radius: 3px; color: #33404c; font-size: .88rem; font-weight: 600; }
.dropdown-item:hover, .dropdown-item:focus { color: var(--navy); background: #fff4c4; }
.header-actions { gap: 15px; }
.header-phone { align-items: center; gap: 9px; color: var(--navy); }
.header-phone > svg { width: 20px; color: #8b6c00; }
.header-phone span { display: flex; flex-direction: column; line-height: 1.2; }
.header-phone small { color: var(--muted); font-size: .7rem; }
.header-phone strong { font-size: .95rem; }
.navbar-toggler { width: 46px; height: 46px; margin-left: 2px; padding: 8px; border: 1px solid var(--line); border-radius: 4px; }

.hero { position: relative; min-height: min(720px, calc(100svh - 112px)); display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(10, 18, 27, .96) 0%, rgba(10, 18, 27, .82) 43%, rgba(10, 18, 27, .25) 72%, rgba(10, 18, 27, .07) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: 70px; padding-bottom: 70px; }
.hero-copy { max-width: 735px; }
.hero h1 { max-width: 700px; margin-bottom: 24px; color: var(--white); }
.hero-copy > p { max-width: 650px; margin-bottom: 30px; color: #e1e7ec; font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 13px 25px; margin-top: 32px; color: #f0f3f5; font-size: .92rem; font-weight: 600; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points svg { width: 18px; color: var(--yellow); }
.move-planner { position: relative; z-index: 2; padding: 40px 0 34px; border-top: 5px solid var(--yellow); background: var(--white); }
.planner-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 25px; }
.planner-heading h2 { margin: 0; font-size: clamp(1.55rem, 2.5vw, 2.35rem); }
.planner-heading > p { max-width: 480px; margin: 0; color: var(--muted); font-size: .9rem; }
.planner-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 7px; color: #735a00; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.planner-kicker svg { width: 16px; }
.planner-form { display: grid; gap: 16px; }
.planner-services { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; border: 0; }
.planner-services label { cursor: pointer; }
.planner-services input { position: absolute; opacity: 0; pointer-events: none; }
.planner-services span { height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; color: #4e5963; border: 1px solid var(--line); border-radius: 3px; background: #f8f9fa; font-size: .82rem; font-weight: 700; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.planner-services svg { width: 16px; }
.planner-services input:checked + span { color: var(--navy); border-color: var(--yellow-deep); background: var(--yellow); }
.planner-services input:focus-visible + span { outline: 3px solid rgba(245, 197, 24, .32); outline-offset: 2px; }
.planner-route { display: grid; grid-template-columns: minmax(190px, 1fr) 42px minmax(190px, 1fr) minmax(165px, .65fr) auto; align-items: end; gap: 10px; }
.planner-field { min-width: 0; }
.planner-field > span:first-child { display: block; margin-bottom: 6px; color: #4d5862; font-size: .73rem; font-weight: 700; }
.planner-input { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid #cbd3d8; border-radius: 3px; background: var(--white); }
.planner-input:focus-within { border-color: #a68000; box-shadow: 0 0 0 3px rgba(245, 197, 24, .2); }
.planner-input svg { width: 18px; flex: 0 0 18px; color: #826700; }
.planner-input input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--navy); background: transparent; }
.planner-input input::placeholder { color: #8b949b; }
.planner-input input[type="date"] { font-size: .86rem; }
.route-swap { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 6px; color: var(--navy); border: 1px solid var(--line); border-radius: 50%; background: var(--paper); }
.route-swap:hover { border-color: var(--yellow-deep); background: var(--yellow); }
.route-swap svg { width: 18px; }
.planner-submit { min-height: 54px; }
.trust-strip { position: relative; z-index: 2; color: var(--white); background: var(--navy-soft); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div, .trust-grid > a { min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 22px; border-right: 1px solid rgba(255, 255, 255, .11); }
.trust-grid > :last-child { border: 0; }
.trust-grid > a:hover { background: rgba(255, 255, 255, .04); }
.trust-grid strong { color: var(--yellow); font-family: "Montserrat", sans-serif; font-size: 1.7rem; }
.trust-grid span { max-width: 145px; color: #e1e7ec; font-size: .84rem; line-height: 1.35; }
.trust-grid svg { width: 30px; color: var(--yellow); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr); align-items: end; gap: 60px; margin-bottom: 45px; }
.section-heading h2 { margin: 0; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); }
.section-heading-centered { display: block; max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading-centered p { max-width: 620px; margin: 16px auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { min-height: 310px; padding: 31px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card-visual { min-height: 0; padding: 0; overflow: hidden; }
.service-image { aspect-ratio: 16 / 7; overflow: hidden; background: #edf0f1; }
.service-image img { width: 100%; height: 100%; object-fit: cover; }
.service-image-contain img { object-fit: contain; mix-blend-mode: multiply; }
.service-copy { padding: 31px; }
.icon-tile { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; color: var(--navy); border-radius: 4px; background: var(--yellow); }
.icon-tile svg { width: 23px; }
.service-card h3 { margin-bottom: 11px; }
.service-card p { color: var(--muted); }
.service-copy > a { display: inline-flex; align-items: center; gap: 6px; margin-top: 15px; color: #705700; font-weight: 700; }
.service-copy > a svg { width: 17px; }
.check-list { display: grid; gap: 8px; margin: 17px 0 0; padding: 0; list-style: none; color: #3d4953; font-size: .9rem; }
.check-list li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 700; }

.section-dark { color: #d8e0e5; background: var(--navy); }
.about-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1fr); align-items: center; gap: clamp(45px, 7vw, 95px); }
.about-media { position: relative; min-height: 540px; }
.about-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; border-radius: 6px; }
.experience-stamp { width: 126px; height: 126px; position: absolute; right: -20px; bottom: 34px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--navy); border: 8px solid var(--navy); border-radius: 50%; background: var(--yellow); }
.experience-stamp strong { font-size: .78rem; text-transform: uppercase; }
.experience-stamp span { font-family: "Montserrat", sans-serif; font-size: 1.6rem; font-weight: 800; }
.about-copy h2 { color: var(--white); }
.about-copy > p { color: #bfcad2; }
.about-brandline { display: flex; align-items: center; gap: 18px; margin-bottom: 14px; }
.about-brandline img { width: 104px; height: 104px; flex: 0 0 104px; object-fit: contain; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 5px rgba(245, 197, 24, .14); }
.about-brandline .eyebrow { margin: 0; }
.about-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin: 30px 0; }
.about-features > div { display: flex; align-items: flex-start; gap: 12px; }
.about-features svg { width: 23px; flex: 0 0 23px; color: var(--yellow); }
.about-features span { display: flex; flex-direction: column; color: #aebac3; font-size: .86rem; }
.about-features strong { color: var(--white); font-size: .96rem; }
.text-link-light { display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-weight: 700; }
.text-link-light svg { width: 18px; }

.reviews-section { color: var(--white); background: #24333f; }
.reviews-section h2 { margin: 0; color: var(--white); }
.reviews-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; margin-bottom: 42px; }
.review-score { min-width: 260px; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 13px; color: #bac5cc; }
.score-number { grid-row: span 2; color: var(--white); font-family: "Montserrat", sans-serif; font-size: 3rem; font-weight: 800; line-height: 1; }
.score-number small { color: #aebac3; font-size: 1rem; }
.score-stars { color: var(--yellow); letter-spacing: .08em; }
.review-score > span:last-of-type { font-size: .76rem; }
.review-score a { grid-column: span 2; display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: var(--yellow); font-size: .82rem; font-weight: 700; }
.review-score a svg { width: 16px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; color: var(--navy); border-radius: 5px; background: var(--yellow); }
.review-card > svg, .review-card-photo > div > svg { width: 34px; height: 34px; opacity: .55; }
.review-card blockquote { margin: 30px 0; font-family: "Montserrat", sans-serif; font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 700; line-height: 1.35; }
.review-card footer { display: flex; flex-direction: column; }
.review-card footer span { font-weight: 800; }
.review-card footer small { opacity: .7; }
.review-card-dark { color: var(--white); background: var(--navy); }
.review-card-photo { position: relative; padding: 0; overflow: hidden; color: var(--white); background: var(--navy); }
.review-card-photo > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.review-card-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 15, 22, .96) 0%, rgba(8, 15, 22, .2) 80%); }
.review-card-photo > div { position: relative; z-index: 1; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; }
.review-card-photo blockquote { margin: 10px 0 22px; }

.process-section { background: var(--paper); }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin: 0; padding: 15px 0 0; list-style: none; }
.process-list::before { content: ""; position: absolute; top: 44px; right: 10%; left: 10%; border-top: 1px dashed #afb8bf; }
.process-list li { position: relative; text-align: center; }
.process-list li > span { position: absolute; top: 0; right: calc(50% - 38px); color: #796000; font-size: .67rem; font-weight: 700; }
.process-list li > svg { width: 58px; height: 58px; position: relative; z-index: 1; margin: 0 auto 24px; padding: 16px; color: var(--navy); border: 1px solid #d5b537; border-radius: 50%; background: var(--yellow); }
.process-list p { max-width: 240px; margin: 0 auto; color: var(--muted); font-size: .9rem; }

.fleet-section { overflow: hidden; }
.fleet-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 230px); gap: 16px; }
.fleet-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 5px; background: #dfe4e6; }
.fleet-gallery .fleet-main { grid-row: span 2; }
.fleet-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.fleet-gallery figure:hover img { transform: scale(1.035); }
.fleet-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 38px 24px 20px; color: var(--white); background: linear-gradient(transparent, rgba(8, 14, 21, .82)); font-weight: 600; }
.packing-band { background: var(--yellow); }
.packing-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(40px, 7vw, 95px); }
.packing-grid p { max-width: 570px; color: #3f3b2f; }
.packing-grid img { width: 100%; height: 400px; object-fit: cover; border-radius: 6px; box-shadow: 18px 18px 0 rgba(18, 29, 42, .16); }
.packing-band .eyebrow { color: #554500; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(45px, 8vw, 110px); }
.faq-grid > div:first-child > p { color: var(--muted); }
.faq-call { display: inline-flex; align-items: center; gap: 13px; margin-top: 20px; }
.faq-call > svg { width: 42px; height: 42px; padding: 10px; color: var(--navy); border-radius: 50%; background: var(--yellow); }
.faq-call span { display: flex; flex-direction: column; color: var(--muted); font-size: .8rem; }
.faq-call strong { color: var(--navy); font-size: 1.08rem; }
.accordion-item { border-color: #cfd6da; background: transparent; }
.accordion-button { padding: 23px 0; color: var(--navy); background: transparent; box-shadow: none !important; font-family: "Montserrat", sans-serif; font-weight: 700; }
.accordion-button:not(.collapsed) { color: #6f5700; background: transparent; }
.accordion-body { padding: 0 34px 23px 0; color: var(--muted); }
.accordion-button::after { border-radius: 50%; }

.quote-cta { padding: 72px 0; color: var(--white); background: var(--green); }
.quote-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.quote-cta h2 { max-width: 700px; margin-bottom: 8px; color: var(--white); }
.quote-cta p { margin: 0; color: #d6e8e2; }
.quote-cta-actions { display: flex; min-width: max-content; align-items: center; flex-direction: column; gap: 11px; }
.quote-cta-actions a:last-child { color: var(--white); font-size: .9rem; text-decoration: underline; text-underline-offset: 3px; }
.btn-light { color: var(--navy); }

.breadcrumb-band { padding: 13px 0; color: var(--muted); border-bottom: 1px solid var(--line); background: var(--white); }
.breadcrumb { margin: 0; font-size: .82rem; }
.breadcrumb a { color: #705700; font-weight: 700; }
.service-hero { min-height: 600px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.service-hero-media, .service-hero-shade { width: 100%; height: 100%; position: absolute; inset: 0; }
.service-hero-media { object-fit: cover; object-position: center; }
.service-hero-shade { background: linear-gradient(90deg, rgba(10, 18, 27, .97) 0%, rgba(10, 18, 27, .82) 48%, rgba(10, 18, 27, .18) 82%); }
.service-hero-content { position: relative; z-index: 1; padding-top: 75px; padding-bottom: 75px; }
.service-hero-content h1 { max-width: 790px; margin-bottom: 22px; color: var(--white); font-size: clamp(2.55rem, 5vw, 4.8rem); }
.service-hero-content > p { max-width: 680px; margin-bottom: 30px; color: #dce4e9; font-size: 1.14rem; }
.service-overview { background: var(--white); }
.service-overview-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .62fr); align-items: start; gap: clamp(45px, 8vw, 110px); }
.service-overview-grid > div > p { max-width: 720px; color: var(--muted); }
.service-summary { padding: 32px; color: #dce4e9; border-top: 5px solid var(--yellow); border-radius: 5px; background: var(--navy); box-shadow: var(--shadow); }
.service-summary h2, .service-summary h3 { color: var(--white); font-size: 1.35rem; }
.service-summary p { color: #dce4e9; }
.service-summary p a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.service-summary > a { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; color: var(--yellow); font-size: .88rem; font-weight: 700; }
.service-summary > a svg { width: 17px; }
.service-ticks { display: grid; gap: 13px; margin: 22px 0 0; padding: 0; list-style: none; }
.service-ticks li { display: flex; align-items: flex-start; gap: 10px; }
.service-ticks svg { width: 19px; flex: 0 0 19px; color: var(--yellow); }
.service-inclusions { background: var(--paper); }
.inclusion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.inclusion-grid article { min-height: 245px; padding: 28px; border-top: 3px solid var(--yellow); background: var(--white); box-shadow: 0 10px 30px rgba(18, 29, 42, .07); }
.inclusion-grid article > svg { width: 38px; height: 38px; margin-bottom: 23px; padding: 8px; color: var(--navy); background: var(--yellow); }
.inclusion-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.areas-section { color: #dce4e9; background: var(--navy-soft); }
.areas-grid, .areas-home-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); align-items: center; gap: clamp(45px, 8vw, 105px); }
.areas-grid h2 { color: var(--white); }
.areas-grid p { max-width: 690px; margin: 0; color: #bac5cc; }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255, 255, 255, .12); }
.area-list span { min-height: 54px; display: flex; align-items: center; padding: 12px 17px; color: var(--white); background: var(--navy); font-size: .87rem; font-weight: 700; }
.area-list span::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; margin-right: 10px; background: var(--yellow); }
.areas-home { padding: 82px 0; background: var(--white); }
.areas-home-grid > div:first-child > p { max-width: 680px; color: var(--muted); }
.area-list-light { background: var(--line); }
.area-list-light span { color: var(--navy); background: var(--paper); }
.story-hero, .coverage-hero { min-height: 660px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.story-hero-media, .story-hero-shade, .coverage-hero-media, .coverage-hero-shade { width: 100%; height: 100%; position: absolute; inset: 0; }
.story-hero-media, .coverage-hero-media { object-fit: cover; }
.story-hero-media { object-position: center 44%; }
.coverage-hero-media { object-position: center; transform: scale(1.02); }
.story-hero-shade { background: linear-gradient(90deg, rgba(8, 15, 22, .97) 0%, rgba(8, 15, 22, .83) 48%, rgba(8, 15, 22, .28) 76%, rgba(8, 15, 22, .1) 100%); }
.coverage-hero-shade { background: linear-gradient(90deg, rgba(8, 15, 22, .96) 0%, rgba(8, 15, 22, .73) 53%, rgba(8, 15, 22, .48) 100%); }
.story-hero-layout, .coverage-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr); align-items: center; gap: clamp(50px, 8vw, 115px); padding-top: 86px; padding-bottom: 86px; }
.story-hero-copy, .coverage-hero-copy { max-width: 760px; }
.story-hero h1, .coverage-hero h1 { max-width: 750px; margin-bottom: 23px; color: var(--white); font-size: clamp(3rem, 5.5vw, 5.7rem); }
.story-hero-copy > p, .coverage-hero-copy > p { max-width: 650px; margin-bottom: 30px; color: #dbe3e8; font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.story-hero-card { padding: 29px; color: #dbe3e8; border: 1px solid rgba(255, 255, 255, .24); border-top: 5px solid var(--yellow); border-radius: 5px; background: rgba(10, 18, 27, .8); backdrop-filter: blur(8px); box-shadow: 0 24px 60px rgba(0, 0, 0, .28); }
.story-hero-card > span, .coverage-compass-label { display: block; margin-bottom: 12px; color: var(--yellow); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.story-hero-card > strong { display: block; color: var(--white); font-family: "Montserrat", sans-serif; font-size: 1.65rem; line-height: 1.16; }
.story-hero-card ul { display: grid; gap: 11px; margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255, 255, 255, .17); list-style: none; }
.story-hero-card li::before { content: ""; width: 7px; height: 7px; display: inline-block; margin-right: 10px; background: var(--yellow); }
.proof-ribbon { color: var(--white); border-top: 5px solid var(--yellow); background: var(--navy-soft); }
.proof-ribbon-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-ribbon-grid > div { min-height: 116px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 20px; border-right: 1px solid rgba(255, 255, 255, .12); text-align: center; }
.proof-ribbon-grid > div:last-child { border-right: 0; }
.proof-ribbon-grid strong { color: var(--yellow); font-family: "Montserrat", sans-serif; font-size: 2rem; line-height: 1; }
.proof-ribbon-grid span { margin-top: 7px; color: #d2dbe1; font-size: .82rem; font-weight: 700; }
.proof-ribbon-grid svg { width: 34px; height: 34px; color: var(--yellow); }
.about-story-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .82fr); align-items: center; gap: clamp(55px, 8vw, 115px); }
.about-story-media { min-height: 590px; position: relative; }
.about-story-main { width: 88%; height: 470px; object-fit: cover; border-radius: 5px; box-shadow: var(--shadow); }
.about-story-detail { width: 235px; height: 235px; position: absolute; right: 0; bottom: 0; object-fit: cover; border: 10px solid var(--white); border-radius: 5px; box-shadow: var(--shadow); }
.about-year-stamp { width: 126px; height: 126px; position: absolute; right: 145px; bottom: 92px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--navy); border: 6px solid var(--white); border-radius: 50%; background: var(--yellow); box-shadow: 0 13px 35px rgba(18, 29, 42, .22); }
.about-year-stamp small { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.about-year-stamp strong { font-family: "Montserrat", sans-serif; font-size: 1.55rem; line-height: 1.1; }
.about-story-copy h2 { margin-bottom: 23px; }
.about-story-copy p { color: var(--muted); }
.about-story-copy .about-principle { margin: 28px 0; padding: 23px 25px; color: var(--navy); border-left: 5px solid var(--yellow); background: var(--paper); font-family: "Montserrat", sans-serif; font-size: 1.08rem; font-weight: 700; line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #705700; font-weight: 800; }
.text-link svg { width: 18px; }
.about-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-value-grid article { min-height: 310px; position: relative; padding: 31px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.about-value-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.about-value-grid article > svg { width: 46px; height: 46px; margin: 43px 0 25px; padding: 11px; color: var(--navy); background: var(--yellow); }
.about-value-grid h3 { font-size: 1.12rem; }
.about-value-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.value-number { position: absolute; top: 17px; right: 20px; color: #e5e9eb; font-family: "Montserrat", sans-serif; font-size: 3.1rem; font-weight: 800; line-height: 1; }
.about-credentials { padding: 80px 0; color: #d5dfe5; background: var(--navy); }
.about-credentials-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(500px, 1fr); align-items: center; gap: clamp(45px, 8vw, 110px); }
.about-credentials h2 { max-width: 460px; margin: 0; color: var(--white); }
.credential-links { display: grid; gap: 10px; }
.credential-links a { min-height: 76px; display: grid; grid-template-columns: 42px 1fr 20px; align-items: center; gap: 15px; padding: 14px 18px; border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .04); }
.credential-links a:hover { border-color: var(--yellow); background: rgba(255, 255, 255, .07); }
.credential-links > a > svg:first-child { width: 38px; height: 38px; padding: 9px; color: var(--navy); background: var(--yellow); }
.credential-links > a > svg:last-child { width: 18px; color: var(--yellow); }
.credential-links span { display: flex; flex-direction: column; color: #aebbc4; font-size: .78rem; }
.credential-links strong { color: var(--white); font-size: .93rem; }
.coverage-compass { position: relative; padding: 28px; color: var(--white); border: 1px solid rgba(255, 255, 255, .23); border-radius: 6px; background: rgba(9, 17, 25, .78); backdrop-filter: blur(8px); box-shadow: 0 24px 60px rgba(0, 0, 0, .3); }
.coverage-origin { display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; align-items: center; padding: 18px; color: var(--navy); background: var(--yellow); }
.coverage-origin svg { width: 28px; height: 28px; grid-row: span 2; }
.coverage-origin strong { font-family: "Montserrat", sans-serif; font-size: 1.08rem; }
.coverage-origin small { font-size: .75rem; }
.coverage-route { display: flex; justify-content: space-between; gap: 20px; padding: 17px 3px; border-bottom: 1px solid rgba(255, 255, 255, .13); font-size: .8rem; }
.coverage-route:last-child { border-bottom: 0; }
.coverage-route span { color: var(--yellow); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.coverage-route strong { text-align: right; }
.coverage-intro { color: var(--navy); background: var(--yellow); }
.coverage-intro-grid { min-height: 145px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 40px; }
.coverage-intro-grid > div { display: flex; align-items: center; gap: 14px; }
.coverage-intro-grid > div > strong { font-family: "Montserrat", sans-serif; font-size: 3.5rem; line-height: 1; }
.coverage-intro-grid > div > span { font-size: .8rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; letter-spacing: .04em; }
.coverage-intro-grid small { font-weight: 600; text-transform: none; }
.coverage-intro-grid p { max-width: 650px; margin: 0; font-weight: 600; }
.coverage-intro-grid > a { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; white-space: nowrap; }
.coverage-intro-grid > a svg { width: 18px; }
.area-cluster-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 38px; }
.area-cluster { min-height: 310px; position: relative; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--yellow); border-radius: 5px; background: var(--white); box-shadow: 0 10px 30px rgba(18, 29, 42, .07); transition: transform .2s ease, box-shadow .2s ease; }
.area-cluster:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.area-cluster > svg { width: 42px; height: 42px; margin-bottom: 25px; padding: 10px; color: var(--navy); background: var(--yellow); }
.area-cluster > small { display: block; margin-bottom: 7px; color: #705700; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.area-cluster h2 { margin-bottom: 12px; font-size: 1.35rem; }
.area-cluster p { max-width: 520px; margin: 0; color: var(--muted); }
.area-cluster > a { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--yellow); font-weight: 800; }
.area-cluster > a svg { width: 17px; }
.cluster-index { position: absolute; top: 23px; right: 27px; color: #e5e9eb; font-family: "Montserrat", sans-serif; font-size: 3.2rem; font-weight: 800; line-height: 1; }
.area-cluster-featured { color: #dce4e9; border-color: var(--navy); background: var(--navy); }
.area-cluster-featured h2 { color: var(--white); }
.area-cluster-featured p { color: #b8c4cc; }
.area-cluster-featured .cluster-index { color: rgba(255, 255, 255, .09); }
.route-confidence-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(440px, 1fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.route-confidence-copy > p { max-width: 650px; color: var(--muted); }
.route-benefits { display: grid; gap: 17px; margin: 30px 0 0; padding: 0; list-style: none; }
.route-benefits li { display: grid; grid-template-columns: 44px 1fr; align-items: start; gap: 15px; }
.route-benefits svg { width: 42px; height: 42px; padding: 10px; color: var(--navy); background: var(--yellow); }
.route-benefits span { display: flex; flex-direction: column; color: var(--muted); font-size: .88rem; }
.route-benefits strong { color: var(--navy); font-size: .98rem; }
.route-confidence-media { position: relative; padding: 0 22px 22px 0; }
.route-confidence-media::after { content: ""; position: absolute; z-index: -1; right: 0; bottom: 0; width: 65%; height: 70%; background: var(--yellow); }
.route-confidence-media img { width: 100%; min-height: 430px; object-fit: cover; border-radius: 5px; box-shadow: var(--shadow); }
.route-confidence-media > div { position: absolute; right: 0; bottom: 22px; padding: 20px 24px; color: var(--white); background: var(--navy); }
.route-confidence-media > div span { display: block; color: #b9c5cc; font-size: .78rem; }
.local-service-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }
.local-service-links a { min-height: 190px; display: grid; grid-template-rows: 48px 1fr 22px; padding: 24px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.local-service-links a:hover { transform: translateY(-4px); border-color: var(--yellow-deep); box-shadow: 0 13px 30px rgba(18, 29, 42, .1); }
.local-service-links > a > svg:first-child { width: 44px; height: 44px; padding: 10px; color: var(--navy); background: var(--yellow); }
.local-service-links > a > svg:last-child { width: 18px; color: #705700; }
.local-service-links span { display: flex; flex-direction: column; align-self: center; color: var(--muted); font-size: .78rem; }
.local-service-links strong { color: var(--navy); font-size: 1rem; }

/* About page */
.about-page-hero { padding: 88px 0 94px; text-align: center; }
.about-hero-inner { display: flex; align-items: center; flex-direction: column; }
.about-page-hero h1 { max-width: min(100%, 980px); overflow-wrap: anywhere; }
.about-page-hero p { max-width: 760px; }
.about-hero-actions { justify-content: center; margin-top: 30px; }
.about-photo-grid { max-width: 1050px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); grid-template-rows: repeat(2, 238px); gap: 18px; margin: 0 auto; }
.about-photo-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 5px; background: #dfe4e6; box-shadow: 0 12px 34px rgba(18, 29, 42, .1); }
.about-photo-grid .about-photo-team { grid-row: 1 / span 2; }
.about-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-grid .about-photo-team img { object-position: center 45%; }
.about-photo-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 36px 19px 15px; color: var(--white); background: linear-gradient(transparent, rgba(8, 15, 22, .82)); font-size: .78rem; font-weight: 700; }
.about-intro-copy { max-width: 900px; margin: 64px auto 0; text-align: center; }
.about-intro-copy h2 { max-width: 760px; margin-right: auto; margin-left: auto; }
.about-intro-copy p { color: var(--muted); font-size: 1.02rem; }
.about-facts { color: var(--white); border-top: 5px solid var(--yellow); background: var(--navy-soft); }
.about-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.about-facts-grid > div { min-height: 125px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 22px; border-right: 1px solid rgba(255, 255, 255, .12); text-align: center; }
.about-facts-grid > div:last-child { border-right: 0; }
.about-facts-grid strong { color: var(--yellow); font-family: "Montserrat", sans-serif; font-size: 2rem; line-height: 1; }
.about-facts-grid span { margin-top: 8px; color: #d0d9df; font-size: .8rem; font-weight: 700; }
.about-facts-grid svg { width: 34px; height: 34px; color: var(--yellow); }
.about-care-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-care-grid article { min-height: 280px; position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); }
.about-care-grid article > svg { width: 44px; height: 44px; margin-bottom: 25px; padding: 10px; color: var(--navy); background: var(--yellow); }
.about-care-grid article > span { position: absolute; top: 20px; right: 23px; color: #dde3e6; font-family: "Montserrat", sans-serif; font-size: 2.4rem; font-weight: 800; }
.about-care-grid h3 { font-size: 1.08rem; }
.about-care-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.about-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr); align-items: center; gap: clamp(50px, 8vw, 105px); }
.about-detail-grid > div > p { max-width: 690px; color: var(--muted); }
.about-check-panel { padding: 34px; color: #d5dfe5; border-top: 5px solid var(--yellow); border-radius: 5px; background: var(--navy); box-shadow: var(--shadow); }
.about-check-panel h2 { margin-bottom: 24px; color: var(--white); font-size: 1.55rem; }
.about-check-panel > a { min-height: 68px; display: grid; grid-template-columns: 36px 1fr 18px; align-items: center; gap: 13px; padding: 12px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.about-check-panel > a > svg:first-child { width: 34px; height: 34px; padding: 7px; color: var(--navy); background: var(--yellow); }
.about-check-panel > a > svg:last-child { width: 17px; color: var(--yellow); }
.about-check-panel a span { display: flex; flex-direction: column; color: #aebbc4; font-size: .76rem; }
.about-check-panel a strong { color: var(--white); font-size: .9rem; }

/* Areas page */
.areas-page-hero { padding: 86px 0 92px; }
.areas-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .55fr); align-items: center; gap: clamp(50px, 8vw, 105px); }
.areas-hero-grid > div > p { max-width: 700px; margin-bottom: 30px; }
.areas-scope-card { padding: 28px; border: 1px solid rgba(255, 255, 255, .18); border-top: 5px solid var(--yellow); border-radius: 5px; background: rgba(255, 255, 255, .055); }
.areas-scope-card > span { display: block; margin-bottom: 8px; color: var(--yellow); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.areas-scope-card > div { display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 13px; padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.areas-scope-card > div:last-child { border-bottom: 0; padding-bottom: 0; }
.areas-scope-card svg { width: 36px; height: 36px; padding: 8px; color: var(--navy); background: var(--yellow); }
.areas-scope-card p { display: flex; flex-direction: column; margin: 0; color: #aebbc4; font-size: .78rem; }
.areas-scope-card strong { color: var(--white); font-size: .93rem; }
.coverage-map-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .78fr); align-items: center; gap: clamp(48px, 7vw, 90px); }
.coverage-map-frame { min-height: 520px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #e8ecee; box-shadow: var(--shadow); }
.coverage-map-frame iframe { width: 100%; height: 520px; display: block; border: 0; filter: saturate(.72) contrast(1.03); }
.map-home-marker { position: absolute; top: 18px; left: 18px; display: flex; align-items: center; gap: 11px; padding: 12px 15px; color: var(--navy); background: var(--yellow); box-shadow: 0 9px 24px rgba(18, 29, 42, .2); }
.map-home-marker svg { width: 23px; }
.map-home-marker span { display: flex; flex-direction: column; font-size: .7rem; }
.map-home-marker strong { font-size: .9rem; }
.map-attribution-link { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; color: var(--white); background: rgba(18, 29, 42, .9); font-size: .72rem; font-weight: 700; }
.map-attribution-link svg { width: 15px; }
.coverage-map-copy p { color: var(--muted); }
.coverage-map-copy .btn { margin-top: 13px; }
.local-area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.local-area-grid article { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--yellow); border-radius: 5px; background: var(--white); }
.local-area-direction { display: block; margin-bottom: 24px; color: #705700; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.local-area-grid h3 { margin-bottom: 11px; font-size: 1.12rem; }
.local-area-grid p { margin: 0; color: var(--muted); font-size: .87rem; }
.local-area-grid .local-area-question { color: #d9e1e6; border-color: var(--navy); background: var(--navy); }
.local-area-question > svg { width: 42px; height: 42px; margin-bottom: 22px; padding: 9px; color: var(--navy); background: var(--yellow); }
.local-area-question h3 { color: var(--white); }
.local-area-question p { color: #b6c1c9; }
.local-area-question a { display: inline-flex; align-items: center; gap: 7px; margin-top: 19px; color: var(--yellow); font-weight: 800; }
.local-area-question a svg { width: 17px; }
.hampshire-reach-section { padding: 82px 0; color: #c9d3da; background: var(--navy-soft); }
.hampshire-reach-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .78fr); align-items: center; gap: clamp(50px, 8vw, 105px); }
.hampshire-reach-grid h2 { color: var(--white); }
.hampshire-reach-grid > div > p { max-width: 680px; margin: 0; }
.hampshire-reach-grid ul { display: grid; gap: 1px; margin: 0; padding: 0; background: rgba(255, 255, 255, .12); list-style: none; }
.hampshire-reach-grid li { min-height: 84px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; padding: 17px; background: var(--navy); }
.hampshire-reach-grid li svg { width: 40px; height: 40px; padding: 9px; color: var(--navy); background: var(--yellow); }
.hampshire-reach-grid li span { display: flex; flex-direction: column; color: #aebbc4; font-size: .78rem; }
.hampshire-reach-grid li strong { color: var(--white); font-size: .93rem; }
.area-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.area-service-grid a { min-height: 172px; display: grid; grid-template-rows: 46px 1fr 20px; padding: 23px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.area-service-grid a:hover { transform: translateY(-4px); border-color: var(--yellow-deep); box-shadow: var(--shadow); }
.area-service-grid > a > svg:first-child { width: 42px; height: 42px; padding: 9px; color: var(--navy); background: var(--yellow); }
.area-service-grid > a > svg:last-child { width: 17px; color: #705700; }
.area-service-grid span { display: flex; flex-direction: column; align-self: center; color: var(--muted); font-size: .76rem; }
.area-service-grid strong { color: var(--navy); font-size: .96rem; }
.footer-trust { display: grid; gap: 5px; margin-top: 18px; }
.footer-trust a { display: inline-flex; align-items: center; gap: 6px; color: #d2d9de; font-size: .78rem; }
.footer-trust svg { width: 13px; }
.page-hero-compact { padding-top: 60px; padding-bottom: 64px; }
.legal-content { background: var(--white); }
.prose { max-width: 840px; }
.prose h2 { margin-top: 36px; font-size: 1.45rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--muted); }
.prose li { margin-bottom: 8px; color: var(--muted); }
.prose a { color: #705700; text-decoration: underline; text-underline-offset: 3px; }
.error-page { min-height: 62vh; display: grid; align-items: center; }

.site-footer { padding: 70px 0 25px; color: #aebac3; background: #0b131c; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 55px; padding-bottom: 48px; }
.navbar-brand-light .brand-mark { width: 62px; height: 62px; flex-basis: 62px; }
.navbar-brand-light strong { color: var(--white); }
.navbar-brand-light small { color: #aebac3; }
.footer-brand p { max-width: 330px; margin-top: 20px; }
.site-footer h2 { margin-bottom: 18px; color: var(--white); font-family: "DM Sans", sans-serif; font-size: .92rem; letter-spacing: 0; }
.site-footer a { display: block; width: fit-content; max-width: 100%; margin-bottom: 9px; overflow-wrap: anywhere; }
.site-footer .navbar-brand { display: inline-flex; }
.site-footer a:hover { color: var(--yellow); }
.site-footer address, .site-footer p { margin-bottom: 10px; font-size: .88rem; font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid #27333d; font-size: .78rem; }
.footer-credit a { display: inline; margin-bottom: 0; color: inherit; }
.mobile-callbar { height: 62px; position: fixed; z-index: 1040; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); box-shadow: 0 -5px 18px rgba(0, 0, 0, .2); }
.mobile-callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); font-size: .84rem; font-weight: 700; }
.mobile-callbar a:last-child { color: var(--navy); background: var(--yellow); }
.mobile-callbar svg { width: 19px; }

.page-hero { padding: 76px 0 82px; color: #dce4e9; background: var(--navy); }
.page-hero h1 { max-width: 780px; margin-bottom: 18px; color: var(--white); font-size: clamp(2.4rem, 4vw, 4.2rem); }
.page-hero p { max-width: 680px; margin: 0; color: #c3ced5; font-size: 1.1rem; }
.page-hero.quote-page-hero { padding: 26px 0 30px; }
.quote-page-hero .eyebrow { margin-bottom: 8px; }
.quote-page-hero h1 { margin-bottom: 10px; font-size: clamp(1.75rem, 2.8vw, 2.5rem); }
.quote-page-hero p { max-width: none; font-size: 1rem; }
.section.quote-form-section { padding-top: 30px; }
.quote-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .7fr); align-items: start; gap: 42px; }
.quote-form-shell { padding: clamp(24px, 5vw, 52px); border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: var(--shadow); }
.form-section + .form-section { margin-top: 39px; padding-top: 35px; border-top: 1px solid var(--line); }
.form-section-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 23px; }
.form-section-heading span { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; color: var(--navy); border-radius: 50%; background: var(--yellow); font-weight: 800; }
.form-section-heading h2 { margin: 0; font-family: "DM Sans", sans-serif; font-size: 1.25rem; }
.form-label { color: #35414b; font-size: .88rem; font-weight: 700; }
.form-control, .form-select { min-height: 52px; border-color: #cbd3d8; border-radius: 4px; }
textarea.form-control { min-height: 140px; }
.form-control:focus, .form-select:focus { border-color: #b38a00; box-shadow: 0 0 0 3px rgba(245, 197, 24, .22); }
.form-hint { margin: 16px 0 0; color: var(--muted); font-size: .8rem; }
.form-hint a { color: #705700; text-decoration: underline; text-underline-offset: 2px; }
.quote-aside { position: sticky; top: 134px; display: grid; gap: 20px; }
.contact-panel { padding: 29px; color: #dce4e9; border-radius: 6px; background: var(--navy); }
.contact-panel h2 { color: var(--white); font-size: 1.35rem; }
.contact-panel > p { color: #adbac3; font-size: .9rem; }
.contact-list { display: grid; gap: 18px; margin-top: 25px; }
.contact-list > div, .contact-list > a { display: flex; align-items: flex-start; gap: 12px; }
.contact-list svg { width: 20px; flex: 0 0 20px; color: var(--yellow); }
.contact-list span { display: flex; flex-direction: column; color: #aebac3; font-size: .78rem; }
.contact-list strong { color: var(--white); font-size: .94rem; overflow-wrap: anywhere; }
.contact-list span { min-width: 0; }
.promise-panel { padding: 26px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.promise-panel h2 { font-size: 1.12rem; }
.promise-panel ul { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .88rem; }
.promise-panel li { display: flex; gap: 9px; }
.promise-panel li::before { content: "✓"; color: var(--green); font-weight: 800; }
.alert { border-radius: 4px; }

@media (max-width: 1199px) {
  .header-phone { display: none !important; }
  .navbar-nav { gap: 0; }
  .about-media { min-height: 470px; }
}

@media (max-width: 991.98px) {
  html { scroll-padding-top: 76px; }
  .section { padding: 76px 0; }
  .navbar-collapse { order: 4; flex-basis: 100%; margin-top: 10px; padding: 10px 0 4px; border-top: 1px solid var(--line); }
  .navbar .nav-link { padding: 11px 3px !important; }
  .hero { min-height: 620px; }
  .hero-shade { background: linear-gradient(90deg, rgba(10, 18, 27, .94) 0%, rgba(10, 18, 27, .72) 68%, rgba(10, 18, 27, .32) 100%); }
  .planner-route { grid-template-columns: 1fr 42px 1fr; }
  .planner-date { grid-column: span 2; }
  .planner-submit { grid-column: span 1; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > :nth-child(2) { border-right: 0; }
  .trust-grid > :nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .11); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { min-height: 480px; }
  .about-copy { max-width: 760px; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .review-card-photo { grid-column: span 2; min-height: 330px; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 45px 24px; }
  .process-list::before { display: none; }
  .packing-grid { grid-template-columns: 1fr; }
  .packing-grid img { height: 360px; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .quote-cta-inner { align-items: flex-start; flex-direction: column; }
  .quote-cta-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .service-overview-grid { grid-template-columns: 1fr; }
  .service-summary { max-width: 680px; }
  .inclusion-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-grid, .areas-home-grid { grid-template-columns: 1fr; }
  .local-service-links { grid-template-columns: repeat(2, 1fr); }
  .story-hero-layout, .coverage-hero-layout { grid-template-columns: 1fr; gap: 35px; }
  .story-hero-copy, .coverage-hero-copy { max-width: 680px; }
  .story-hero-card, .coverage-compass { max-width: 520px; }
  .proof-ribbon-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-ribbon-grid > :nth-child(2) { border-right: 0; }
  .proof-ribbon-grid > :nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .about-story-grid, .about-credentials-grid, .route-confidence-grid { grid-template-columns: 1fr; }
  .about-story-copy { max-width: 760px; }
  .about-value-grid { grid-template-columns: repeat(2, 1fr); }
  .about-credentials-grid { gap: 38px; }
  .credential-links { max-width: 760px; }
  .coverage-intro-grid { grid-template-columns: 200px 1fr; padding-top: 28px; padding-bottom: 28px; }
  .coverage-intro-grid > a { grid-column: 2; }
  .route-confidence-copy { max-width: 760px; }
  .route-confidence-media { max-width: 720px; }
  .about-care-grid, .area-service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-detail-grid, .areas-hero-grid, .coverage-map-grid, .hampshire-reach-grid { grid-template-columns: 1fr; }
  .about-detail-grid > div, .coverage-map-copy, .hampshire-reach-grid > div { max-width: 760px; }
  .about-check-panel, .areas-scope-card { max-width: 650px; }
  .local-area-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-map-frame { max-width: 850px; }
}

@media (max-width: 767.98px) {
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px)); }
  .mobile-callbar { height: calc(62px + env(safe-area-inset-bottom, 0px)); padding-bottom: env(safe-area-inset-bottom, 0px); }
  .container-xl { width: min(100% - 28px, 1240px); }
  .section { padding: 62px 0; }
  h2 { font-size: 2rem; }
  .hero { min-height: calc(100svh - 72px); max-height: none; }
  .hero-media { object-position: 70% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10, 18, 27, .93), rgba(10, 18, 27, .63)), linear-gradient(0deg, rgba(10, 18, 27, .74), transparent 50%); }
  .hero-content { padding-top: 64px; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
  .hero-copy > p { font-size: 1.04rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-points { display: grid; grid-template-columns: repeat(2, 1fr); }
  .planner-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .planner-route { grid-template-columns: 1fr 42px 1fr; }
  .planner-date { grid-column: 1 / span 2; }
  .planner-submit { grid-column: 3; }
  .trust-grid > div, .trust-grid > a { min-height: 95px; padding: 18px 12px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p { margin-top: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-image { aspect-ratio: 16 / 9; }
  .about-media { min-height: 380px; }
  .experience-stamp { width: 105px; height: 105px; right: -6px; bottom: 20px; }
  .about-features { grid-template-columns: 1fr; }
  .reviews-heading { grid-template-columns: 1fr; gap: 30px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card-photo { grid-column: auto; }
  .fleet-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 175px; }
  .fleet-gallery .fleet-main { grid-column: span 2; grid-row: auto; }
  .packing-grid img { height: 300px; box-shadow: 10px 10px 0 rgba(18, 29, 42, .16); }
  .quote-cta { padding: 58px 0; }
  .quote-cta-actions, .quote-cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .quote-aside { grid-template-columns: 1fr; }
  .service-hero { min-height: 560px; }
  .service-hero-shade { background: linear-gradient(90deg, rgba(10, 18, 27, .94), rgba(10, 18, 27, .58)), linear-gradient(0deg, rgba(10, 18, 27, .72), transparent 55%); }
  .service-hero-content { padding-top: 60px; padding-bottom: 60px; }
  .inclusion-grid { grid-template-columns: 1fr; }
  .story-hero, .coverage-hero { min-height: auto; }
  .story-hero-layout, .coverage-hero-layout { padding-top: 68px; padding-bottom: 68px; }
  .story-hero h1, .coverage-hero h1 { font-size: clamp(2.7rem, 12vw, 4.5rem); }
  .story-hero-shade, .coverage-hero-shade { background: linear-gradient(90deg, rgba(8, 15, 22, .94), rgba(8, 15, 22, .68)), linear-gradient(0deg, rgba(8, 15, 22, .78), transparent 55%); }
  .story-hero-card { display: none; }
  .coverage-compass { max-width: none; }
  .proof-ribbon-grid > div { min-height: 96px; padding: 16px 10px; }
  .proof-ribbon-grid strong { font-size: 1.55rem; }
  .about-story-media { min-height: 470px; }
  .about-story-main { width: 94%; height: 380px; }
  .about-story-detail { width: 175px; height: 175px; border-width: 7px; }
  .about-year-stamp { width: 105px; height: 105px; right: 115px; bottom: 69px; }
  .about-value-grid, .area-cluster-grid, .local-service-links { grid-template-columns: 1fr; }
  .about-value-grid article { min-height: 260px; }
  .about-credentials { padding: 62px 0; }
  .coverage-intro-grid { grid-template-columns: 1fr; gap: 17px; }
  .coverage-intro-grid > a { grid-column: auto; }
  .area-cluster { min-height: 280px; }
  .route-confidence-media img { min-height: 330px; }
  .about-page-hero { padding: 66px 0 72px; }
  .about-page-hero h1 { font-size: clamp(2.1rem, 8vw, 3rem); }
  .areas-page-hero h1 { font-size: clamp(2.25rem, 9vw, 3.2rem); }
  .about-photo-grid { grid-template-columns: 1fr; grid-template-rows: 300px 220px 220px; }
  .about-photo-grid .about-photo-team { grid-row: auto; }
  .about-intro-copy { margin-top: 48px; text-align: left; }
  .about-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .about-facts-grid > :nth-child(2) { border-right: 0; }
  .about-facts-grid > :nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .about-facts-grid > div { min-height: 105px; padding: 17px 10px; }
  .about-care-grid, .local-area-grid, .area-service-grid { grid-template-columns: 1fr; }
  .about-care-grid article { min-height: 240px; }
  .about-check-panel { padding: 27px 22px; }
  .areas-page-hero { padding: 64px 0 70px; }
  .areas-scope-card { margin-top: 4px; }
  .coverage-map-frame, .coverage-map-frame iframe { min-height: 370px; height: 370px; }
  .map-home-marker { top: 11px; left: 11px; }
  .local-area-grid article { min-height: 210px; }
  .hampshire-reach-section { padding: 62px 0; }
  .hampshire-reach-grid { gap: 36px; }
}

@media (max-width: 479.98px) {
  .navbar-brand .brand-mark { width: 43px; height: 43px; flex-basis: 43px; }
  .navbar-brand strong { font-size: .87rem; }
  .navbar-brand small { font-size: .58rem; }
  .header-actions .btn { display: none !important; }
  .hero-points { grid-template-columns: 1fr; }
  .move-planner { padding: 32px 0; }
  .planner-services { display: grid; grid-template-columns: repeat(2, 1fr); }
  .planner-services span { width: 100%; justify-content: center; padding: 0 8px; }
  .planner-route { grid-template-columns: 1fr 38px; }
  .planner-field:first-child { grid-column: 1; }
  .route-swap { grid-column: 2; grid-row: 1; align-self: end; }
  .planner-field:nth-of-type(2), .planner-date, .planner-submit { grid-column: 1 / -1; }
  .route-swap svg { transform: rotate(90deg); }
  .trust-grid strong { font-size: 1.35rem; }
  .trust-grid span { font-size: .75rem; }
  .service-copy { padding: 24px; }
  .about-brandline img { width: 84px; height: 84px; flex-basis: 84px; }
  .process-list { grid-template-columns: 1fr; }
  .fleet-gallery { grid-template-columns: 1fr; grid-template-rows: 280px 190px 190px; }
  .fleet-gallery .fleet-main { grid-column: auto; }
  .quote-form-shell { padding: 23px 18px; }
  .page-hero { padding: 58px 0 62px; }
  .area-list { grid-template-columns: 1fr; }
  .area-cluster-grid, .local-service-links { grid-template-columns: 1fr; }
}

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