
/* Homepage cards: destination, journey time, action. */
body[data-page="home"] .route-carousel .city-content{grid-template-rows:34px 46px 44px;gap:12px;min-height:0}
body[data-page="home"] .route-carousel .city-content h3{grid-row:1}
body[data-page="home"] .route-carousel .city-journey{grid-row:2}
body[data-page="home"] .route-carousel .city-action{grid-row:3}
.site-header a[aria-current="page"]{color:#07884f;text-decoration:underline;text-underline-offset:7px}
.standalone-page main{padding-bottom:0}
.page-intro{background:linear-gradient(120deg,#eaf7f0,#eef5f9);border-bottom:1px solid #dcebe5;padding:48px 0 52px}
.page-intro h1{max-width:900px;font-size:clamp(34px,4.5vw,58px);line-height:1.08;letter-spacing:-.035em;margin:20px 0;color:#09283e}
.page-intro .intro-copy{max-width:790px;font-size:20px;line-height:1.6;color:#3e5869;margin-bottom:0}
.page-breadcrumb{font-size:14px;color:#466173;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}
.page-breadcrumb a{color:#126247}
.page-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-top:26px}
.page-actions a{min-height:46px;display:inline-flex;align-items:center}
.page-section{padding:54px 0}
.page-section.soft{background:#f2f8f5}
.page-section h2{font-size:clamp(27px,3vw,38px);line-height:1.2;margin:0 0 18px;color:#0a2b40}
.page-section p{line-height:1.7;color:#435d6d}
.page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}
.page-card{border:1px solid #dce7e2;border-radius:16px;background:#fff;padding:28px;min-width:0}
.page-card h3{font-size:22px;line-height:1.3;margin:0 0 12px;color:#0a2b40}
.page-card p:last-child{margin-bottom:0}
.page-step{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#07884f;color:white;font-weight:800;margin-bottom:18px}
.page-split{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:40px;align-items:start}
.page-note{background:#0c2d43;color:white;border-radius:16px;padding:30px}
.page-note h2,.page-note h3,.page-note p,.page-note a{color:white}
.page-note a{text-underline-offset:4px}
.page-contact-list{display:grid;gap:20px;margin-top:26px}
.page-contact-list a{color:#0c354c;font-size:20px;font-weight:750;overflow-wrap:anywhere}
.standalone-page .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.standalone-page .service-directory-link{grid-column:1/-1}
.standalone-page .service-assessment{min-height:280px}
.standalone-page .destination-tile[hidden]{display:none!important}
.standalone-page .directory-search{max-width:600px;margin-top:25px;display:block;font-weight:750}
.standalone-page .directory-search input{width:100%;min-height:52px;border:1px solid #b9cec5;border-radius:9px;padding:12px 16px;margin-top:8px;background:#fff;font:inherit}
.standalone-page .directory-count{min-height:1.5em;font-size:15px;color:#506774}
.standalone-page .quote-section{scroll-margin-top:110px}
@media(max-width:900px){.page-grid,.standalone-page .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-split{grid-template-columns:1fr}}
@media(max-width:600px){.page-intro{padding:30px 0 36px}.page-intro .intro-copy{font-size:18px}.page-grid,.standalone-page .service-grid{grid-template-columns:1fr}.page-section{padding:38px 0}.page-card{padding:23px}.page-breadcrumb{margin-bottom:22px}.page-actions{align-items:stretch}.page-actions .button-primary{justify-content:center}body[data-page="home"] .route-carousel .city-content{grid-template-rows:32px 46px 44px}}
