:root {
  --ink: #19231b;
  --sky: #79b8ea;
  --cream: #fff8e9;
  --paper: #fffdf8;
  --lime: #d9f99d;
  --orange: #ff7448;
  --line: rgba(25, 35, 27, 0.16);
  --sans: "Nunito", sans-serif;
  --display: "Bricolage Grotesque", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
body { overflow-x: hidden; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.6 var(--sans); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 20; left: 1rem; top: -5rem; background: white; padding: .7rem 1rem; border-radius: 99px; }
.skip-link:focus { top: 1rem; }
.seo-nav { min-height: 76px; padding: .7rem clamp(1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--sky); border-bottom: 2px solid var(--ink); }
.seo-brand img { width: 132px; height: 52px; object-fit: contain; }
.seo-nav nav, .seo-footer nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.6rem); font-weight: 800; }
.seo-nav nav > a:not(.seo-pill), .seo-footer a { text-underline-offset: .22em; }
.seo-pill, .secondary-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .65rem 1rem; border: 2px solid var(--ink); border-radius: 99px; font-weight: 900; text-decoration: none; box-shadow: 3px 3px 0 var(--ink); transition: transform .15s, box-shadow .15s; }
.seo-pill { color: white; background: var(--ink); }
.secondary-pill { background: white; }
.seo-pill:hover, .secondary-pill:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.seo-pill-large { padding: .85rem 1.35rem; }
.seo-hero { min-height: 440px; display: grid; place-items: center; padding: clamp(3.5rem, 8vw, 7rem) clamp(1.2rem, 6vw, 6rem); background: var(--sky); border-bottom: 2px solid var(--ink); overflow: hidden; }
.seo-hero > div { width: min(960px, 100%); }
.seo-hero h1 { max-width: 900px; margin: .4rem 0 1rem; font: 800 clamp(3rem, 8vw, 7rem)/.9 var(--display); letter-spacing: -.065em; }
.seo-hero-guide h1 { font-size: clamp(2.8rem, 7vw, 6rem); }
.seo-hero h1 em { color: white; font-style: normal; text-shadow: 3px 3px 0 var(--ink); }
.seo-hero > div > p:not(.eyebrow):not(.updated) { max-width: 740px; font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 700; }
.eyebrow { margin: 0; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 900; }
.updated { margin-top: 1.8rem; font-size: .9rem; font-weight: 800; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .35rem .65rem; margin: 0 0 2.2rem; font-size: .82rem; font-weight: 800; }
.breadcrumbs a { text-underline-offset: .2em; }
.seo-section { padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 6vw, 6rem); }
.seo-section-cream { background: var(--cream); border-block: 2px solid var(--ink); }
.section-heading { width: min(1180px, 100%); margin: 0 auto 2rem; }
.section-heading h2, .seo-cta h2, .place-details h2 { margin: .2rem 0; font: 800 clamp(2.1rem, 5vw, 4.2rem)/1 var(--display); letter-spacing: -.045em; }
.category-grid, .destination-grid, .compact-grid { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; }
.category-card, .destination-grid a, .compact-grid a { min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.2rem; background: white; border: 2px solid var(--ink); border-radius: 18px; box-shadow: 5px 5px 0 var(--ink); text-decoration: none; }
.category-card:nth-child(3n+1) { background: var(--lime); }
.category-card:nth-child(3n+2) { background: #ffd9eb; }
.category-card span:first-child { margin-bottom: auto; font-size: 2rem; }
.category-card strong, .destination-grid strong { font: 800 1.45rem/1.1 var(--display); }
.category-card small, .destination-grid span, .compact-grid span { margin-top: .35rem; font-weight: 700; }
.compact-grid a { min-height: 110px; }
.city-links { width: min(1100px, 100%); margin: auto; display: flex; flex-wrap: wrap; gap: .7rem; }
.city-links a { padding: .65rem 1rem; border: 2px solid var(--ink); border-radius: 99px; background: white; font-weight: 900; text-decoration: none; }
.city-links span { opacity: .6; }
.ranking-note { width: min(940px, 100%); margin: 0 auto 3rem; padding: 1.4rem; background: var(--lime); border: 2px solid var(--ink); border-radius: 16px; }
.ranking-note strong { font: 800 1.3rem var(--display); }
.ranking-note p { margin: .35rem 0 0; }
.place-list { width: min(1060px, 100%); margin: auto; display: grid; gap: 2rem; }
.place-card { display: grid; grid-template-columns: minmax(220px, 360px) 1fr; gap: clamp(1.2rem, 4vw, 3rem); align-items: center; padding-bottom: 2rem; border-bottom: 2px solid var(--line); }
.place-card-image { position: relative; min-height: 230px; display: grid; place-items: center; overflow: hidden; background: var(--cream); border: 2px solid var(--ink); border-radius: 18px; font-size: 4rem; }
.place-card-image img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; position: absolute; inset: 0; }
.place-card-image b { position: absolute; top: .7rem; left: .7rem; display: grid; place-items: center; width: 44px; height: 44px; color: white; background: var(--orange); border: 2px solid var(--ink); border-radius: 50%; font: 800 1.2rem var(--display); box-shadow: 2px 2px 0 var(--ink); }
.place-kicker { margin: 0 0 .2rem; color: #48674e; font-size: .8rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.place-card h2 { margin: 0; font: 800 clamp(1.8rem, 4vw, 3rem)/1 var(--display); letter-spacing: -.035em; }
.place-card h2 a { text-decoration: none; }
.place-address { margin: .65rem 0; font-weight: 700; }
.seo-rating { display: inline-block; margin: .2rem 0; color: #604200; background: #fff0a9; border-radius: 99px; padding: .3rem .7rem; font-weight: 900; }
.seo-rating small { font: inherit; opacity: .7; }
.text-link { font-weight: 900; text-underline-offset: .2em; }
.seo-faq { width: min(920px, 100%); margin: auto; }
.seo-faq details { border-top: 2px solid var(--ink); padding: 1rem 0; }
.seo-faq details:last-child { border-bottom: 2px solid var(--ink); }
.seo-faq summary { cursor: pointer; font: 800 1.2rem var(--display); }
.place-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; background: var(--sky); border-bottom: 2px solid var(--ink); }
.place-hero-copy { align-self: center; padding: clamp(2rem, 6vw, 6rem); }
.place-hero h1 { margin: .4rem 0 1rem; font: 800 clamp(2.8rem, 6vw, 5.5rem)/.92 var(--display); letter-spacing: -.055em; }
.place-hero figure { min-height: 480px; margin: 0; overflow: hidden; border-left: 2px solid var(--ink); }
.place-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.place-placeholder { display: grid; place-items: center; border-left: 2px solid var(--ink); background: var(--cream); font-size: 8rem; }
.place-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.place-details { width: min(1120px, calc(100% - 2.4rem)); margin: auto; padding: clamp(4rem, 8vw, 7rem) 0; display: grid; grid-template-columns: 1.4fr .8fr; gap: clamp(2rem, 8vw, 7rem); }
.place-summary { font-size: 1.2rem; }
.amenity-list { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.1rem 0; padding: 0; list-style: none; }
.amenity-list li { padding: .45rem .75rem; background: var(--lime); border: 1.5px solid var(--ink); border-radius: 99px; font-weight: 800; }
.amenity-list li small { font-size: .78em; font-weight: 900; opacity: .55; }
.amenity-list-compact { gap: .4rem; margin: .8rem 0 .6rem; }
.amenity-list-compact li { padding: .28rem .6rem; font-size: .8rem; background: var(--cream); }
.policy-note { margin-top: 2rem; padding: 1rem; background: var(--cream); border-left: 4px solid var(--orange); }
.list-app-card { padding: clamp(1.4rem, 3vw, 2rem); background: var(--lime); border: 2px solid var(--ink); border-radius: 20px; box-shadow: 6px 6px 0 var(--ink); border-bottom: 2px solid var(--ink); }
.list-app-card .list-app-visual { display: grid; place-items: center; min-height: 180px; background: white; border: 2px solid var(--ink); border-radius: 16px; font-size: 4rem; }
.list-app-card h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
.list-app-card > div > p:not(.place-kicker) { font-weight: 700; }
.list-app-card .hero-cta { margin-top: .9rem; }
.place-details aside { align-self: start; padding: 1.4rem; background: var(--cream); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 5px 5px 0 var(--ink); }
.place-details aside h2 { font-size: 1.7rem; }
.hours { margin: 1rem 0 0; }
.hours div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 1rem; padding: .55rem 0; border-top: 1px solid var(--line); }
.hours dt { font-weight: 900; }
.hours dd { margin: 0; text-align: right; }
.seo-cta { padding: clamp(4rem, 9vw, 8rem) 1.2rem; text-align: center; background: var(--orange); border-block: 2px solid var(--ink); }
.seo-cta h2 { max-width: 760px; margin: .4rem auto 1rem; }
.seo-cta p:not(.eyebrow) { max-width: 680px; margin: 0 auto 1.5rem; font-weight: 700; }
.seo-footer { padding: 2.5rem clamp(1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; background: var(--ink); color: white; font-size: .9rem; }
.travel-hero { background: linear-gradient(135deg, var(--sky) 0 70%, #ffd9eb 70%); }
.travel-hub-hero { display: block; min-height: 0; padding: clamp(2rem, 4vw, 3.5rem) clamp(1.2rem, 6vw, 6rem) clamp(2.5rem, 5vw, 4rem); }
.travel-hub-grid { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.6rem, 4vw, 3.5rem); align-items: center; }
.travel-hub-hero h1 { font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
.travel-hub-hero .breadcrumbs { margin-bottom: 1.2rem; }
.travel-hub-copy > p:not(.eyebrow):not(.updated):not(.hero-cta-note) { font-size: clamp(1.05rem, 1.6vw, 1.2rem); font-weight: 700; }
.travel-hub-hero .updated { margin-top: 1.2rem; }
.planner-card { padding: 1.5rem; background: var(--paper); border: 2px solid var(--ink); border-radius: 20px; box-shadow: 6px 6px 0 var(--ink); }
.planner-card .eyebrow { color: #48674e; }
.planner-card h2 { margin: .25rem 0 1rem; font: 800 clamp(1.5rem, 2.4vw, 2.1rem)/1 var(--display); letter-spacing: -.035em; }
.planner-card .travel-planner label { font-size: .85rem; }
.planner-card .travel-planner select { min-height: 48px; border-color: var(--ink); }
.planner-card .travel-planner button { color: var(--ink); background: var(--lime); border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.planner-card .planner-result { margin-top: 1rem; padding: 1rem 1.1rem; border-color: var(--ink); font-size: .92rem; }
.travel-routes-nav { padding: 1.1rem clamp(1.2rem, 6vw, 6rem); background: var(--paper); border-bottom: 2px solid var(--ink); }
.travel-routes-nav-inner { width: min(1180px, 100%); margin: auto; display: flex; align-items: center; gap: 1rem; }
.travel-routes-nav .eyebrow { flex: none; }
.travel-routes-nav .city-links { width: auto; max-width: 100%; min-width: 0; margin: 0; flex-wrap: nowrap; overflow-x: auto; padding-bottom: .2rem; scrollbar-width: none; }
.travel-routes-nav .city-links a { flex: none; font-size: .88rem; padding: .5rem .85rem; }

/* pet-travel hub: one job — pick a route, get the guide */
.travel-hub { background: var(--paper); }
.travel-hub .th-hero { padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.2rem, 6vw, 6rem) clamp(1.8rem, 4vw, 2.6rem); background: linear-gradient(180deg, #eaf3fb 0%, var(--paper) 100%); border-bottom: 1px solid var(--line); }
.travel-hub .th-hero-inner { width: min(720px, 100%); margin: auto; text-align: center; }
.travel-hub .breadcrumbs { justify-content: center; margin-bottom: 1.6rem; opacity: .5; font-size: .78rem; }
.travel-hub h1 { margin: 0; font: 800 clamp(2.6rem, 7vw, 4.4rem)/.95 var(--display); letter-spacing: -.055em; }
.travel-hub .th-sub { max-width: 34em; margin: 1rem auto 0; font-size: 1.05rem; font-weight: 600; opacity: .7; }
.travel-hub .th-picker { margin: clamp(1.8rem, 4vw, 2.6rem) auto 0; padding: .5rem; display: grid; grid-template-columns: 1fr 1fr auto; gap: .5rem; align-items: end; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 34px rgba(25, 35, 27, .07); text-align: left; }
.travel-hub .th-picker label { display: grid; gap: .2rem; padding: .45rem .3rem .1rem .75rem; }
.travel-hub .th-picker label span { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .45; }
.travel-hub .th-picker select { width: 100%; min-height: 34px; padding: 0; color: var(--ink); background: transparent; border: 0; font: 700 1.02rem var(--sans); cursor: pointer; }
.travel-hub .th-picker select:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
.travel-hub .th-picker button { min-height: 54px; padding: 0 1.4rem; color: white; background: var(--ink); border: 0; border-radius: 14px; font: 800 1rem var(--sans); cursor: pointer; transition: opacity .15s; }
.travel-hub .th-picker button:hover { opacity: .85; }
.travel-hub .th-result { margin: 1rem auto 0; padding: 1.3rem 1.4rem; background: white; border: 1px solid var(--line); border-radius: 18px; text-align: left; }
.travel-hub .th-result h3 { margin: 0; font: 800 1.35rem/1.15 var(--display); letter-spacing: -.02em; }
.travel-hub .th-result p { margin: .5rem 0 1rem; font-weight: 600; opacity: .7; }
.travel-hub .th-result a { font-weight: 800; text-underline-offset: .25em; }
.travel-hub .th-meta { margin-top: 1.6rem; font-size: .82rem; font-weight: 700; opacity: .45; }
.travel-hub .th-guides { width: min(720px, 100%); margin: auto; padding: clamp(2.5rem, 6vw, 4rem) clamp(1.2rem, 6vw, 2rem); }
.travel-hub .th-guides h2 { margin: 0 0 .4rem; font: 800 .74rem var(--sans); letter-spacing: .16em; text-transform: uppercase; opacity: .45; }
.travel-hub .th-guides h2 + .th-list { margin-bottom: 2.6rem; }
.travel-hub .th-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.travel-hub .th-list li { border-bottom: 1px solid var(--line); }
.travel-hub .th-list a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .2rem 1rem; padding: 1rem .4rem; text-decoration: none; transition: padding .18s, background .18s; }
.travel-hub .th-list a:hover { padding-left: .8rem; background: rgba(25, 35, 27, .03); }
.travel-hub .th-route { grid-column: 1; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; opacity: .45; }
.travel-hub .th-route i { font-style: normal; }
.travel-hub .th-name { grid-column: 1; margin-top: .15rem; font: 700 1.05rem/1.35 var(--sans); }
.travel-hub .th-chev { grid-column: 2; grid-row: 1 / span 2; font-weight: 800; opacity: .3; transition: transform .18s, opacity .18s; }
.travel-hub .th-list a:hover .th-chev { transform: translateX(3px); opacity: .8; }
.travel-hub .th-cta { width: min(720px, 100%); margin: auto; padding: 2.2rem clamp(1.2rem, 6vw, 2rem); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.travel-hub .th-cta p { max-width: 26em; margin: 0; font-weight: 600; opacity: .7; }
.travel-hub .th-cta-link { flex: none; display: inline-flex; align-items: center; min-height: 48px; padding: 0 1.3rem; color: white; background: var(--ink); border-radius: 99px; font-weight: 800; text-decoration: none; transition: opacity .15s; }
.travel-hub .th-cta-link:hover { opacity: .85; }
.travel-hub .th-note { width: min(720px, 100%); margin: 0 auto; padding: 0 clamp(1.2rem, 6vw, 2rem) 3.5rem; font-size: .8rem; line-height: 1.6; opacity: .42; }
@media (max-width: 640px) {
  .travel-hub .th-picker { grid-template-columns: 1fr; }
  .travel-hub .th-picker button { width: 100%; }
  .travel-hub .th-cta { flex-direction: column; align-items: flex-start; }
}
.travel-article-hero { min-height: 520px; }
.planner-section { background: var(--ink); color: white; }
.planner-shell { width: min(1120px, 100%); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 5rem); }
.planner-shell h2 { margin: .25rem 0 1rem; font: 800 clamp(2.4rem, 5vw, 4.6rem)/.95 var(--display); letter-spacing: -.05em; }
.travel-planner { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.travel-planner label { display: grid; gap: .35rem; font-weight: 900; }
.travel-planner select { width: 100%; min-height: 52px; padding: .7rem .8rem; color: var(--ink); background: white; border: 2px solid white; border-radius: 10px; font: 700 1rem var(--sans); }
.travel-planner button { grid-column: 1 / -1; justify-self: start; color: var(--ink); background: var(--lime); border-color: white; box-shadow: 3px 3px 0 white; cursor: pointer; }
.planner-result { grid-column: 1 / -1; padding: 1.35rem; color: var(--ink); background: var(--cream); border: 2px solid white; border-radius: 16px; }
.planner-result h3 { margin: 0 0 .5rem; font: 800 1.6rem/1.1 var(--display); }
.planner-result p { margin: .45rem 0; }
.planner-result a { margin-top: .65rem; }
.travel-guide-grid { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; }
.travel-guide-grid a { min-height: 230px; display: flex; flex-direction: column; padding: 1.3rem; background: white; border: 2px solid var(--ink); border-radius: 18px; box-shadow: 5px 5px 0 var(--ink); text-decoration: none; }
.travel-guide-grid a:nth-child(3n+2) { background: var(--lime); }
.travel-guide-grid a:nth-child(3n+3) { background: #ffd9eb; }
.travel-guide-grid span { margin-bottom: auto; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.travel-guide-grid strong { margin: 1.4rem 0 .5rem; font: 800 1.45rem/1.05 var(--display); }
.travel-guide-grid small { font: 700 .92rem/1.4 var(--sans); }
.travel-overview { width: min(1120px, 100%); margin: auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(1.5rem, 5vw, 4rem); }
.travel-alert { align-self: start; padding: 1.35rem; background: #ffd9eb; border: 2px solid var(--ink); border-radius: 16px; box-shadow: 5px 5px 0 var(--ink); }
.travel-alert strong { font: 800 1.35rem var(--display); }
.travel-alert p { margin: .4rem 0 0; }
.travel-facts { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); border-radius: 16px; overflow: hidden; }
.travel-facts div { min-height: 130px; padding: 1.1rem; border: 1px solid var(--ink); background: white; }
.travel-facts dt { color: #48674e; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.travel-facts dd { margin: .35rem 0 0; font: 800 1.25rem/1.1 var(--display); }
.travel-timeline { width: min(960px, 100%); margin: auto; padding: 0; list-style: none; }
.travel-timeline li { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 1rem; padding-bottom: 2rem; }
.travel-timeline li:not(:last-child)::before { content: ""; position: absolute; left: 27px; top: 55px; bottom: 0; width: 3px; background: var(--ink); }
.travel-timeline li > span { z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; color: white; background: var(--orange); border: 2px solid var(--ink); border-radius: 50%; font: 800 1.3rem var(--display); }
.travel-timeline li > div { padding: .2rem 1.2rem 1.2rem; }
.travel-timeline h3, .transport-grid h3 { margin: .15rem 0 .4rem; font: 800 1.65rem/1.05 var(--display); }
.travel-timeline p { margin: .3rem 0; }
.travel-timing, .transport-grid article > p:first-child { color: #48674e; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.transport-grid { width: min(1120px, 100%); margin: auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; }
.transport-grid article { padding: 1.3rem; background: var(--lime); border: 2px solid var(--ink); border-radius: 16px; box-shadow: 4px 4px 0 var(--ink); }
.travel-airlines { background: var(--sky); border-block: 2px solid var(--ink); }
.airline-table-wrap { width: min(1180px, 100%); margin: auto; overflow-x: auto; border: 2px solid var(--ink); border-radius: 16px; box-shadow: 5px 5px 0 var(--ink); }
.airline-table { width: 100%; min-width: 900px; border-collapse: collapse; background: white; font-size: .93rem; }
.airline-table th, .airline-table td { padding: 1rem; text-align: left; vertical-align: top; border: 1px solid var(--line); }
.airline-table thead th { color: white; background: var(--ink); font-family: var(--display); }
.airline-table tbody th { min-width: 140px; font: 800 1.05rem var(--display); }
.travel-sources { background: var(--ink); color: white; }
.travel-sources ul { width: min(1000px, 100%); margin: auto; padding-left: 1.2rem; columns: 2; column-gap: 3rem; }
.travel-sources li { break-inside: avoid; margin: 0 0 .7rem; }
.travel-sources a { text-underline-offset: .2em; }
.travel-disclaimer { padding: 1.3rem clamp(1.2rem, 6vw, 6rem); color: #5b3d00; background: #fff0a9; border-block: 2px solid var(--ink); text-align: center; }
@media (max-width: 760px) {
  .seo-nav nav > a:not(.seo-pill) { display: none; }
  .seo-hero { min-height: 390px; }
  .place-card, .place-hero, .place-details { grid-template-columns: 1fr; }
  .place-card-image { min-height: 210px; }
  .place-hero figure, .place-placeholder { min-height: 360px; border-left: 0; border-top: 2px solid var(--ink); }
  .seo-footer { align-items: flex-start; flex-direction: column; }
  .seo-footer nav { flex-wrap: wrap; }
  .planner-shell, .travel-overview, .travel-hub-grid { grid-template-columns: 1fr; }
  .travel-routes-nav-inner { flex-direction: column; align-items: stretch; gap: .5rem; }
  .travel-routes-nav .city-links { width: 100%; }
  .travel-planner { grid-template-columns: 1fr; }
  .travel-planner button { grid-column: auto; }
  .travel-facts { grid-template-columns: 1fr; }
  .travel-facts div { min-height: 100px; }
  .travel-sources ul { columns: 1; }
}

/* editorial guides */
.editorial-hero h1 { font-size: clamp(2.4rem, 5.5vw, 4.6rem); letter-spacing: -.045em; }
.editorial-body { width: min(760px, 100%); margin: 0 auto; padding: clamp(3rem, 6vw, 5rem) clamp(1.2rem, 6vw, 6rem); }
.editorial-block + .editorial-block { margin-top: 2.6rem; }
.editorial-block h2 { margin: 0 0 .8rem; font: 800 clamp(1.6rem, 3.2vw, 2.3rem)/1.05 var(--display); letter-spacing: -.035em; }
.editorial-block p { margin: 0 0 1rem; font-size: 1.08rem; }
.editorial-block ul { margin: .4rem 0 0; padding-left: 1.2rem; display: grid; gap: .55rem; font-size: 1.05rem; }
.editorial-block li::marker { color: var(--orange); }
.related-section { padding-top: 0; }
.policy-note a { font-weight: 800; }
.travel-guide-grid a span { text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 900; }

/* CRO: hero app CTA */
.hero-promise { margin: .2rem 0 .6rem; display: inline-block; padding: .35rem .8rem; background: var(--lime); border: 2px solid var(--ink); border-radius: 99px; font-weight: 900 !important; font-size: 1rem !important; box-shadow: 2px 2px 0 var(--ink); }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.1rem; margin-top: 1.4rem; }
.appstore-badge-link { display: inline-flex; border-radius: 12px; transition: transform .15s; }
.appstore-badge-link:hover { transform: scale(1.04); }
.appstore-badge-link img { width: 152px; height: 51px; }
.hero-cta-note { margin: 0; max-width: 300px; font-size: .88rem !important; font-weight: 800 !important; line-height: 1.35; }
.place-actions .appstore-badge-link img { height: 46px; width: auto; }

/* CRO: interactive guide map */
.guide-map-section { padding: clamp(1.4rem, 3vw, 2.4rem) clamp(1.2rem, 6vw, 6rem); background: var(--cream); border-bottom: 2px solid var(--ink); }
.guide-map-shell { width: min(1180px, 100%); margin: auto; }
.guide-map { position: relative; height: clamp(320px, 52vw, 460px); display: grid; place-items: center; background: #e8f2fb; border: 2px solid var(--ink); border-radius: 20px; box-shadow: 6px 6px 0 var(--ink); overflow: hidden; z-index: 0; }
.guide-map-fallback { margin: 0; padding: 1rem; font-weight: 800; opacity: .55; }
.guide-map.is-live .guide-map-fallback { display: none; }
.guide-map-hint { width: fit-content; margin: .8rem 0 0; font-size: .85rem; font-weight: 800; opacity: .75; }
.doggo-pin { display: grid !important; place-items: center; width: 34px !important; height: 34px !important; color: white; background: var(--orange); border: 2px solid var(--ink); border-radius: 50%; box-shadow: 2px 2px 0 var(--ink); font: 800 1rem var(--display); cursor: pointer; }
.doggo-pin span { line-height: 1; }
.doggo-popup-wrap .leaflet-popup-content-wrapper { padding: 0; background: white; border: 2px solid var(--ink); border-radius: 14px; box-shadow: 4px 4px 0 var(--ink); overflow: hidden; }
.doggo-popup-wrap .leaflet-popup-content { margin: 0; width: 230px !important; font: 700 .88rem/1.35 var(--sans); color: var(--ink); }
.doggo-popup-wrap .leaflet-popup-tip { border: 2px solid var(--ink); background: white; }
.doggo-popup, .leaflet-container a.doggo-popup { display: block; text-decoration: none; color: var(--ink); }
.doggo-popup img { width: 100%; height: 110px; object-fit: cover; border-bottom: 2px solid var(--ink); }
.doggo-popup-body { display: grid; gap: .15rem; padding: .7rem .8rem .8rem; }
.doggo-popup-body strong { font: 800 1.05rem/1.1 var(--display); }
.doggo-popup-body em { font-style: normal; color: #604200; font-weight: 900; }
.doggo-popup-body small { opacity: .75; }
.doggo-popup-body b { margin-top: .3rem; font-weight: 900; text-decoration: underline; text-underline-offset: .2em; }

/* CRO: sticky mobile app bar */
#app-sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; align-items: center; gap: .7rem; padding: .6rem .8rem calc(.6rem + env(safe-area-inset-bottom)); background: var(--paper); border-top: 2px solid var(--ink); box-shadow: 0 -6px 24px rgba(25, 35, 27, .18); transform: translateY(110%); transition: transform .28s ease; }
#app-sticky-bar.is-visible { transform: translateY(0); }
.app-sticky-icon { display: grid; place-items: center; flex: none; width: 42px; height: 42px; background: var(--lime); border: 2px solid var(--ink); border-radius: 12px; font-size: 1.3rem; }
.app-sticky-copy { display: grid; min-width: 0; flex: 1; line-height: 1.25; }
.app-sticky-copy strong { font: 800 .95rem var(--display); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.app-sticky-copy small { font-weight: 700; font-size: .76rem; opacity: .75; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.app-sticky-cta { flex: none; min-height: 40px; padding: .45rem .9rem; font-size: .92rem; }
.app-sticky-close { flex: none; width: 30px; height: 30px; display: grid; place-items: center; padding: 0; background: none; border: none; color: var(--ink); font-size: 1.35rem; line-height: 1; opacity: .55; cursor: pointer; }
#app-float-cta { position: fixed; right: 1.4rem; bottom: calc(1.4rem + env(safe-area-inset-bottom)); z-index: 40; display: none; flex-direction: column; align-items: flex-start; gap: .1rem; padding: .75rem 1.25rem; color: white; background: var(--ink); border: 2px solid var(--ink); border-radius: 18px; text-decoration: none; box-shadow: 4px 4px 0 rgba(25, 35, 27, .35); transition: transform .15s; }
#app-float-cta:hover { transform: translateY(-2px); }
#app-float-cta strong { font: 800 1.05rem var(--display); }
#app-float-cta small { font-weight: 700; font-size: .74rem; color: var(--lime); }
@media (max-width: 900px) {
  #app-sticky-bar { display: flex; }
  body.has-sticky-bar { padding-bottom: 76px; }
}
@media (min-width: 901px) {
  #app-float-cta { display: inline-flex; }
}
