/* ACT ROUTE17-ROUTE41-HOMEPAGE-HERO-IMAGE-FIX-2
   Direct PNG repair: shorter explicit homepage hero, Route20-width parity retained, dark footer retained. */
body.page-layout-wide main.container{
  max-width:min(1480px, calc(100vw - 40px));
}
.page.page--wide{
  max-width:none;
}
.mx-masthead .container,
body.page-layout-wide .mx-masthead .container{
  max-width:min(1480px, calc(100vw - 40px));
}
.mx-masthead-inner{
  gap:16px;
}
.nav{
  justify-content:flex-end;
  min-width:0;
}
main.container:has(.page--index){
  padding-top:0;
}
.page--index .mx-article-surface{
  margin-top:0;
  padding:0 0 34px;
  overflow:hidden;
}
.page--index .mx-article-surface > :not(.mx-home-hero){
  margin-left:32px;
  margin-right:32px;
}
.page--index .mx-home-hero{
  position:relative;
  margin:0 0 20px;
  min-height:clamp(320px, 30vw, 420px);
  padding:20px 24px;
  border-radius:0;
  background-color:#dce9ef;
  background-image:
    linear-gradient(135deg, rgba(11,20,30,.52) 0%, rgba(11,20,30,.22) 34%, rgba(255,255,255,.84) 100%),
    url('/assets/media/homepage/route17-zoom-out-coastal-corridor-map-mini_trythis.png'),
    url('/assets/media/homepage/route17-zoom-out-coastal-corridor-map-mini_trythis.png');
  background-position:center, 96% center, center;
  background-size:cover, auto 118%, cover;
  background-repeat:no-repeat;
  border-bottom:1px solid rgba(220,229,238,.9);
  box-shadow:0 18px 42px rgba(8,18,28,.08);
}
.page--index .mx-home-hero::after{
  content:none;
  display:none;
}
.page--index .mx-home-hero__banner{
  position:relative;
  z-index:2;
  display:block;
  width:min(760px, 100%);
}
.page--index .mx-home-hero__copy{
  max-width:720px;
  padding:20px 20px 18px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:22px;
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(8px);
  box-shadow:0 16px 36px rgba(8,18,28,.14);
}
.page--index .mx-home-hero__eyebrow{
  margin:0 0 8px;
  color:#4f6780;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.page--index .mx-home-hero__copy h1{
  max-width:15ch;
  margin:0 0 12px;
  color:#111827;
  font-size:clamp(2.25rem, 4.1vw, 3.85rem);
  line-height:1;
  letter-spacing:-.04em;
}
.page--index .mx-home-hero__dek{
  max-width:52ch;
  margin:0;
  color:#566577;
  font-size:clamp(.96rem, 1.08vw, 1.06rem);
  line-height:1.48;
}
.page--index .mx-home-hero__chips{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  max-width:720px;
  padding-right:0;
  margin-top:12px;
}
.page--index .mx-home-hero__chips .mx-chip--soft{
  background:rgba(255,255,255,.74);
  border-color:rgba(45,103,178,.18);
  color:#234b7a;
  box-shadow:0 8px 18px rgba(24,37,54,.05);
}
.page--index .mx-home-hero__chips .mx-chip--ai{
  border-color:rgba(45,103,178,.28);
  background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(236,244,251,.80));
}
.page--index .mx-home-hero__visual{
  display:none;
}
.page--index .mx-home-hero .mx-search,
.page--index .mx-home-hero form[role="search"]{
  display:none;
}
.route-map-preview--text-only{
  display:block;
}
.route-map-preview--text-only .route-map-preview__body{
  max-width:76ch;
}
.home-decision{
  margin:18px 0 28px;
}
.home-decision__header{
  margin-bottom:16px;
  max-width:72ch;
}
.home-decision__eyebrow{
  margin:0 0 6px;
  color:#4f6780;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.home-decision__header h2{
  margin:0 0 8px;
  color:#111827;
  font-size:clamp(1.65rem, 2.3vw, 2.2rem);
  line-height:1.1;
  letter-spacing:-.03em;
}
.home-decision__intro{
  margin:0;
  color:#566577;
  font-size:1rem;
  line-height:1.55;
}
.home-decision-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}
.home-decision-card{
  padding:22px 22px 20px;
  border:1px solid rgba(45,103,178,.14);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,251,.96));
  box-shadow:0 14px 34px rgba(16,24,40,.06);
}
.home-decision-card--zoom-out{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(240,246,240,.96));
}
.home-decision-card__kicker{
  margin:0 0 8px;
  color:#4f6780;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.home-decision-card h3{
  margin:0 0 10px;
  color:#111827;
  font-size:1.5rem;
  line-height:1.08;
}
.home-decision-card p{
  margin:0;
  color:#566577;
  line-height:1.6;
}
.home-decision-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.home-decision-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 13px;
  border:1px solid rgba(45,103,178,.18);
  border-radius:999px;
  background:rgba(255,255,255,.8);
  color:#243e5e;
  font-size:.92rem;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(16,24,40,.04);
}
.home-decision-actions a:hover,
.home-decision-actions a:focus{
  border-color:rgba(45,103,178,.34);
  transform:translateY(-1px);
}

.home-decision-visuals{
  margin-top:14px;
}
.home-decision-thumb-row{
  display:grid;
  gap:10px;
}
.home-decision-thumb-row--three{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.home-decision-thumb-row--two{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.home-decision-thumb{
  display:block;
  width:100%;
  aspect-ratio:4 / 3;
  height:auto;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(45,103,178,.14);
  box-shadow:0 8px 18px rgba(16,24,40,.05);
}
@media(max-width:820px){
  .home-decision-grid{
    grid-template-columns:1fr;
  }
  .home-decision-thumb-row--three,
  .home-decision-thumb-row--two{
    grid-template-columns:repeat(auto-fit, minmax(88px, 1fr));
  }
}
.mx-page-cover--regions .mx-page-cover__visual-card,
.route-card--state::before{
  background-image:url('/assets/media/homepage/route17-card-sunny-lowcountry-marsh.png');
}
.mx-page-cover--segments .mx-page-cover__visual-card,
.route-card--segment::before{
  background-image:url('/assets/media/homepage/route17-card-sunny-river-crossings.png');
}
.mx-page-cover--places .mx-page-cover__visual-card,
.route-card--place::before{
  background-image:var(--route-card-image, url('/assets/media/homepage/route17-card-sunny-waterfront-stops.png'));
}
.mx-page-cover--trips .mx-page-cover__visual-card,
.route-card--trip::before,
.route-card.route-card--sampler::before{
  background-image:url('/assets/media/homepage/route17-card-sunny-historic-towns.png');
}
.mx-page-cover--corridor .mx-page-cover__visual-card,
.route-card--corridor::before,
.route-card--overview::before,
.route-card--route::before{
  background-image:url('/assets/media/homepage/route17-card-sunny-coastal-street-charm.png');
}
.hero-slot{
  position:relative;
  width:100%;
  overflow:hidden;
}
.hero-image{
  display:block;
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:cover;
}
.page--places .kb-place-image{
  max-width:min(100%, 720px);
  margin:0 auto 24px;
  padding:14px;
  border:1px solid rgba(45,103,178,.14);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,251,.94));
  box-shadow:0 16px 36px rgba(16,24,40,.06);
}
.page--places .kb-place-image img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
}
.page--places .kb-place-image .kb-attribution{
  margin-top:10px;
  color:#64748b;
  font-size:.88rem;
  line-height:1.45;
}
.page--places .route-note-card--place-lead{
  margin-top:0;
}
.page--index .route-list-grid--taxonomy-cards .route-card--state::before{
  background-image:url('/assets/media/homepage/route17-zoom-out-state-flow-map-mini.png');
}
.page--index .route-list-grid--taxonomy-cards .route-card--place::before{
  background-image:url('/assets/media/homepage/route17-places-card-mapish.png');
}
.page--index .route-list-grid--taxonomy-cards .route-card--trip::before{
  background-image:url('/assets/media/homepage/route17-trips-card-mapish.png');
}

.page--index .route-list-grid--taxonomy-cards .route-card--segment::before{
  background-image:url('/assets/media/homepage/route17-segments-card-mapish.png');
}
.page--index .route-list-grid--taxonomy-cards .route-card--overview::before{
  background-image:url('/assets/media/homepage/route17-routes-card-mapish.png');
}
.page--index .route-list-grid--taxonomy-cards .route-card--route-overview::before{
  background-image:url('/assets/media/homepage/route17-zoom-out-coastal-corridor-map-mini.png');
}

.page--index .route-list-grid--live-states .route-card--state-florida::before{
  background-image:url('/assets/media/homepage/route17-state-florida-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-georgia::before{
  background-image:url('/assets/media/homepage/route17-state-georgia-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-south-carolina::before{
  background-image:url('/assets/media/homepage/route17-state-south-carolina-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-north-carolina::before{
  background-image:url('/assets/media/homepage/route17-state-north-carolina-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-virginia::before{
  background-image:url('/assets/media/homepage/route17-state-virginia-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-all::before{
  background-image:url('/assets/media/homepage/route17-zoom-out-state-flow-map-mini.png');
}
/* Temporary homepage card art bridge: these cards hard-code their image in
   --route-card-image until the shared route-card image contract is cleaned up. */
.page--index .route-card--image-var::before{
  background-image:var(--route-card-image);
}
.page--index .route-list-grid--proof-places{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
}
.page--index .route-list-grid--proof-places .route-card{
  grid-column:span 2;
}
.page--index .route-list-grid--proof-places .route-card--featured-place-primary{
  grid-column:span 3;
}
@media(max-width:900px){
  .page--index .route-list-grid--proof-places{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .page--index .route-list-grid--proof-places .route-card,
  .page--index .route-list-grid--proof-places .route-card--featured-place-primary{
    grid-column:span 1;
  }
}
@media(max-width:620px){
  .page--index .route-list-grid--proof-places{
    grid-template-columns:1fr;
  }
}
.mx-footer{
  margin-top:42px;
  padding-top:8px;
  background:#111827;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.82);
}
.mx-footer__inner--beta{
  display:grid;
  grid-template-columns:minmax(240px, .95fr) minmax(0, 2.2fr);
  gap:28px;
  padding:30px 18px 18px;
}
.mx-footer__title,
.mx-footer__heading{
  color:#fff;
}
.mx-footer__tagline,
.mx-footer__lede,
.mx-footer__meta{
  color:rgba(255,255,255,.68);
}
.mx-footer__lede{
  margin:12px 0 0;
  max-width:34ch;
}
.mx-footer__cols--beta{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px 28px;
}
.mx-footer__col a{
  margin:7px 0;
  color:rgba(255,255,255,.84);
}
.mx-footer__col a:hover{
  color:#fff;
}
.mx-footer__meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px 20px;
  padding:14px 18px 26px;
  border-top:1px solid rgba(255,255,255,.10);
  font:600 .9rem/1.4 Inter, Arial, sans-serif;
}
.mx-footer__legal,
.mx-footer__meta-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
}
.mx-footer__meta-links a{
  color:rgba(255,255,255,.84);
  text-decoration:none;
}
.mx-footer__meta-links a:hover{
  color:#fff;
  text-decoration:underline;
}
@media(max-width:1180px){
  .mx-masthead-inner{
    align-items:stretch;
  }
  .nav{
    justify-content:flex-start;
    flex-wrap:wrap;
  }
}
@media(max-width:900px){
  .page--index .mx-home-hero__banner{
    width:min(760px, 100%);
  }
  .mx-footer__inner--beta,
  .mx-footer__cols--beta{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  body.page-layout-wide main.container,
  .mx-masthead .container,
  body.page-layout-wide .mx-masthead .container{
    max-width:min(100%, calc(100vw - 20px));
  }
  .page--index .mx-article-surface > :not(.mx-home-hero){
    margin-left:18px;
    margin-right:18px;
  }
  .page--index .mx-home-hero{
    min-height:300px;
    padding:14px;
  }
  .page--index .mx-home-hero__copy{
    padding:16px;
    border-radius:20px;
  }
  .page--index .mx-home-hero__copy h1{
    font-size:clamp(2.05rem, 9vw, 3.05rem);
  }
}


/* ACT ROUTE17-NONFLORIDA-EXEMPLAR-PAGE-LAYERS-CARDS-COMMERCE-1
   Reusable content-page layer, card, media, two-column, and offer patterns. */
.route-content-hero{
  display:grid;
  grid-template-columns:minmax(0, 1.45fr) minmax(260px, .75fr);
  gap:22px;
  align-items:stretch;
  margin:6px 0 28px;
}
.route-content-hero__copy,
.route-content-panel,
.route-layer-card,
.route-offer-card{
  border:1px solid rgba(45,103,178,.14);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,251,.94));
  box-shadow:0 14px 34px rgba(16,24,40,.06);
}
.route-content-hero__copy{
  padding:24px;
}
.route-content-hero__eyebrow,
.route-layer-card__eyebrow,
.route-offer-card__eyebrow,
.route-content-kicker{
  margin:0 0 8px;
  color:#4f6780;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.route-content-hero__copy p:last-child,
.route-content-panel p:last-child,
.route-layer-card p:last-child,
.route-offer-card p:last-child{
  margin-bottom:0;
}
.route-content-hero__media{
  margin:0;
  min-height:100%;
}
.route-content-hero__media img,
.route-layer-card__image{
  display:block;
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  border:1px solid rgba(45,103,178,.14);
  border-radius:22px;
  box-shadow:0 14px 34px rgba(16,24,40,.08);
}
.route-content-two-col{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
  margin:22px 0;
}
.route-content-panel{
  padding:22px;
}
.route-layer-grid,
.route-offer-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin:18px 0 28px;
}
.route-layer-grid--two,
.route-offer-grid--two{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.route-layer-card,
.route-offer-card{
  overflow:hidden;
}
.route-layer-card__body,
.route-offer-card{
  padding:18px;
}
.route-offer-card--with-image{
  padding:0;
}
.route-offer-card__body{
  padding:18px;
}
.route-offer-card__image{
  display:block;
  width:100%;
  aspect-ratio:2 / 1;
  max-height:190px;
  object-fit:cover;
  border-bottom:1px solid rgba(45,103,178,.14);
}
.route-layer-card h3,
.route-offer-card h3{
  margin:0 0 8px;
  color:#111827;
  font-size:1.14rem;
  line-height:1.18;
}
.route-layer-card p,
.route-offer-card p{
  color:#566577;
  line-height:1.55;
}
.route-layer-card a:not(.route-card-button),
.route-offer-card__link{
  color:#234b7a;
  font-weight:800;
}
.route-card-button,
.route-offer-card__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:8px;
  min-height:38px;
  padding:8px 12px;
  border:1px solid rgba(45,103,178,.18);
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#243e5e;
  font-size:.9rem;
  font-weight:850;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(16,24,40,.04);
}
.route-offer-card__meta{
  margin:0 0 8px;
  font-weight:750;
}
.route-note-card{
  margin:18px 0 26px;
  padding:18px 20px;
  border:1px solid rgba(45,103,178,.14);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(250,253,255,.98), rgba(241,247,251,.94));
  color:#566577;
  box-shadow:0 10px 24px rgba(16,24,40,.05);
}
@media(max-width:980px){
  .route-content-hero,
  .route-content-two-col,
  .route-layer-grid,
  .route-layer-grid--two,
  .route-offer-grid,
  .route-offer-grid--two{
    grid-template-columns:1fr;
  }
  .route-content-hero__media img,
  .route-layer-card__image{
    min-height:190px;
  }
}

/* ACT ROUTE17-SC-CHARLESTON-PROD-READY-WITH-KB-ROLE-SEED-1
   Production-ready Route17 state/place decision patterns, adapted from mature Route20 page roles. */
.route-content-hero--deep-copy .route-content-hero__copy h1{
  margin:0 0 12px;
  color:#111827;
  font-size:clamp(2rem, 3vw, 3rem);
  line-height:1.02;
  letter-spacing:-.035em;
}
.route-content-hero__media figcaption{
  margin:10px 4px 0;
  color:#64748b;
  font-size:.9rem;
  line-height:1.45;
}
.route-section-intro{
  max-width:78ch;
  color:#566577;
  font-size:1.02rem;
  line-height:1.62;
}
.route-decision-facts{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:16px;
}
.route-decision-facts span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 11px;
  border:1px solid rgba(45,103,178,.16);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#314b68;
  font-size:.9rem;
  font-weight:760;
}
.route-decision-facts a{
  color:#234b7a;
  font-weight:900;
}
.route-list-grid--decision-cards .route-card{
  min-height:100%;
}
.route-list-grid--decision-cards .route-card p:last-child{
  margin-bottom:0;
}
.route-flow-list{
  display:grid;
  gap:14px;
  margin:18px 0 28px;
}
.route-flow-list section,
.route-decision-matrix section{
  padding:18px 20px;
  border:1px solid rgba(45,103,178,.14);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,251,.94));
  box-shadow:0 10px 24px rgba(16,24,40,.05);
}
.route-flow-list h3,
.route-decision-matrix h3{
  margin:0 0 8px;
  color:#111827;
  font-size:1.16rem;
  line-height:1.2;
}
.route-flow-list p:last-child,
.route-decision-matrix p:last-child{
  margin-bottom:0;
}
.route-flow-list a,
.route-decision-matrix a{
  color:#234b7a;
  font-weight:850;
}
.route-mini-list{
  margin:0;
  padding-left:1.15rem;
  color:#566577;
  line-height:1.58;
}
.route-mini-list li + li{
  margin-top:7px;
}
.route-decision-matrix{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
  margin:18px 0 28px;
}
.route-decision-matrix--place{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.route-layer-grid--four{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}
.route-layer-grid--three{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.route-layer-grid--compact-images .route-layer-card__image{
  min-height:160px;
  max-height:190px;
}
.route-content-two-col--asym{
  align-items:start;
}
.route-offer-card h3 + p{
  margin-top:0;
}
@media(max-width:1080px){
  .route-layer-grid--four,
  .route-decision-matrix{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media(max-width:760px){
  .route-layer-grid--four,
  .route-layer-grid--three,
  .route-decision-matrix,
  .route-decision-matrix--place{
    grid-template-columns:1fr;
  }
  .route-decision-facts span{
    width:100%;
  }
}

/* ACT ROUTE17-CHARLESTON-PAGE-FINISH-POLISH-1
   Narrower AI entry, follow-up AI chips under search, and Charleston lead/closing refinements. */
.page:not(.page--index) > .mx-search--hero{
  width:min(860px, calc(100% - 48px));
  max-width:860px;
  margin:30px auto 10px;
}
.page:not(.page--index) > .mx-section--ai-about{
  width:min(860px, calc(100% - 48px));
  max-width:860px;
  margin:0 auto 24px;
}
.page:not(.page--index) > .mx-section--ai-about .mx-chips--hero{
  justify-content:center;
}
.route-content-hero--lead-panel{
  margin:0 0 28px;
  grid-template-columns:minmax(0, 1.6fr) minmax(240px, .7fr);
}
.route-content-hero--lead-panel .route-content-hero__copy{
  padding:22px;
}
.route-content-hero--lead-panel .route-content-hero__copy h2{
  margin:0 0 12px;
  color:#111827;
  font-size:clamp(1.65rem, 2.4vw, 2.35rem);
  line-height:1.05;
  letter-spacing:-.03em;
}
.route-content-hero--lead-panel .route-content-hero__media img{
  min-height:190px;
}
.route-content-two-col--why-stop{
  align-items:stretch;
}
.route-content-two-col--why-stop .route-content-panel{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.route-note-card--commerce-hold,
.route-note-card--closing{
  max-width:86ch;
}
.route-note-card--closing{
  margin-bottom:8px;
}
@media(max-width:760px){
  .page:not(.page--index) > .mx-search--hero,
  .page:not(.page--index) > .mx-section--ai-about{
    width:calc(100% - 28px);
    margin-left:auto;
    margin-right:auto;
  }
  .page:not(.page--index) > .mx-search--hero{
    margin-top:18px;
  }
}

/* ACT ROUTE17-PILOT-CARD-MEANING-CLEANUP-1
   Intentional text-card treatment for pilot segment/trip cards that should not use generic imagery. */
.route-layer-card--text{
  padding:18px;
}
.route-layer-card--text::before{
  content:"";
  display:block;
  width:56px;
  height:4px;
  margin:0 0 14px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(45,103,178,.92), rgba(114,153,204,.58));
}
.route-layer-card--text .route-layer-card__body{
  padding:0;
}
.route-layer-card--text .route-decision-list{
  margin-bottom:0;
}

/* ACT ROUTE17-PILOT-SEGMENT-TRIP-FINISH-POLISH-1
   Lead-note treatment for pilot segment and trip pages. */
.route-note-card--lead{
  margin:0 0 28px;
  padding:24px 26px;
}
.route-note-card--lead h2{
  margin:0 0 12px;
  color:#111827;
  font-size:clamp(1.45rem, 2.2vw, 2rem);
  line-height:1.12;
  letter-spacing:-.025em;
}
.route-note-card--lead p:last-child{
  margin-bottom:0;
}
@media(max-width:760px){
  .route-note-card--lead{
    padding:20px;
  }
}

