:root{
  --navy:#003366;
  --navy-2:#062844;
  --gold:#d4ac02;
  --gold-soft:#f3e7a7;
  --cream:#f5f0e6;
  --paper:#fffdf8;
  --white:#fff;
  --ink:#17293a;
  --muted:#607080;
  --line:#ded7c9;
  --soft:#ebe6dc;
  --green:#216b4d;
  --red:#9d3b34;
  --shadow:0 14px 38px rgba(0,35,66,.12);
  --shadow-sm:0 5px 18px rgba(0,35,66,.08);
  --radius-xl:28px;
  --radius-lg:20px;
  --radius-md:15px;
  --header-h:64px;
  --bottom-h:74px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--cream)}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;padding-bottom:calc(var(--bottom-h) + env(safe-area-inset-bottom))}
button,input,a{font:inherit}
button{cursor:pointer}
a{color:inherit}
img{max-width:100%}
[hidden]{display:none!important}
.skip-link{position:fixed;left:12px;top:-80px;background:#fff;color:var(--navy);padding:10px 14px;border-radius:10px;z-index:9999}.skip-link:focus{top:12px}
.app-header{height:calc(var(--header-h) + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;display:flex;align-items:center;justify-content:space-between;background:rgba(0,51,102,.97);color:#fff;position:sticky;top:0;z-index:1200;border-bottom:1px solid rgba(255,255,255,.1)}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;min-width:0}.brand-logo-wrap{width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;box-shadow:0 1px 0 rgba(255,255,255,.15)}.brand-logo{width:100%;height:100%;object-fit:contain;display:block}.brand-copy{display:flex;flex-direction:column;min-width:0}.brand-copy strong{font-family:Georgia,"Times New Roman",serif;font-size:1.06rem;line-height:1.05}.brand-copy small{font-size:.69rem;color:#dce8f2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}
.icon-button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.38);background:transparent;color:#fff;display:grid;place-items:center;font-weight:900}.icon-button.inverse{border-color:#d3cbbd;color:var(--navy);background:#fff}
.view{display:none;min-height:calc(100dvh - var(--header-h))}.view.is-active{display:block}
.content-wrap{width:min(1120px,100%);margin:0 auto;padding-left:16px;padding-right:16px}.page-pad{padding-top:28px;padding-bottom:44px}.page-pad-bottom-none{padding-top:28px;padding-bottom:0}
.hero-shell{position:relative;min-height:560px;height:calc(100svh - var(--header-h) - var(--bottom-h));max-height:760px;overflow:hidden;background:var(--navy)}
.hero-photo{position:absolute;inset:0;background-image:url('https://i0.wp.com/windhampreservationinc.org/wp-content/uploads/2026/01/WPI_Maps_Overview_11-Jan-2026_0927-1.jpg?fit=652%2C852&ssl=1');background-size:cover;background-position:center 43%;filter:saturate(.75) contrast(1.03);transform:scale(1.02)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,31,60,.15) 0%,rgba(0,42,79,.42) 35%,rgba(0,34,66,.92) 100%)}
.hero-content{position:absolute;left:0;right:0;bottom:0;color:#fff;padding:32px 18px calc(32px + env(safe-area-inset-bottom));max-width:820px;margin:0 auto}.hero-credit{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;padding:7px 11px 7px 7px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(0,28,54,.46);backdrop-filter:blur(10px)}.hero-credit img{width:42px;height:42px;object-fit:contain;border-radius:50%;background:#fff}.hero-credit span{display:flex;flex-direction:column;line-height:1.08}.hero-credit small{font-size:.62rem;color:#dce8f2;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.hero-credit strong{font-family:Georgia,"Times New Roman",serif;font-size:.9rem;color:#fff}.hero-content h1,.page-intro h1,.tour-sheet h1,.section-heading h2,.story-feature h2,.app-dialog h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.025em}.hero-content h1{font-size:clamp(2.35rem,9vw,4.8rem);line-height:.98;margin:7px 0 14px}.hero-content>p:not(.eyebrow){font-size:1.04rem;max-width:660px;color:#e7eef4;margin:0 0 22px}.eyebrow,.kicker{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.eyebrow{color:#f8dc60;margin:0}.kicker{color:#8a7214;margin:0 0 5px}
.hero-actions{display:grid;grid-template-columns:1fr;gap:9px}.button{min-height:48px;border:0;border-radius:14px;padding:12px 16px;font-weight:850;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .12s ease,filter .12s ease}.button:active{transform:translateY(1px)}.button-gold{background:var(--gold);color:#17283a}.button-navy{background:var(--navy);color:#fff}.button-soft{background:#fff;color:var(--navy);border:1px solid var(--line)}.button-glass{background:rgba(255,255,255,.13);color:#fff;border:1px solid rgba(255,255,255,.45);backdrop-filter:blur(12px)}.button.small{min-height:40px;padding:8px 12px;border-radius:12px;font-size:.88rem}.text-button{border:0;background:transparent;color:var(--navy);font-weight:850;padding:8px}.danger-text{color:var(--red)!important}
.home-content{padding-top:0;padding-bottom:44px}.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--paper);border:1px solid var(--line);border-radius:20px;margin:-18px 0 32px;position:relative;z-index:2;box-shadow:var(--shadow-sm);overflow:hidden}.stat-strip>div{padding:14px 8px;text-align:center}.stat-strip>div+div{border-left:1px solid var(--line)}.stat-strip strong{display:block;color:var(--navy);font-family:Georgia,serif;font-size:1.35rem}.stat-strip span{display:block;color:var(--muted);font-size:.7rem;margin-top:1px}
.section-block{margin:28px 0 40px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.section-heading h2{font-size:2rem;margin:0;color:var(--navy)}
.tour-cards{display:grid;grid-template-columns:1fr;gap:14px}.tour-card{position:relative;overflow:hidden;min-height:220px;border:0;border-radius:22px;padding:0;text-align:left;background:var(--navy);color:#fff;box-shadow:var(--shadow-sm)}.tour-card-image{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(.72) contrast(1.04);transition:transform .25s ease}.tour-card:hover .tour-card-image{transform:scale(1.025)}.tour-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,20,38,.06) 12%,rgba(0,31,58,.88) 100%)}.tour-card-copy{position:absolute;inset:auto 0 0;padding:18px;z-index:2}.tour-number{display:inline-flex;border-radius:999px;background:rgba(212,172,2,.94);color:#10283d;padding:5px 9px;font-size:.7rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.tour-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.65rem;line-height:1.05;margin:9px 0 6px}.tour-card p{font-size:.86rem;color:#e5edf3;margin:0}.tour-card-meta{display:flex;gap:9px;margin-top:11px;font-size:.74rem;color:#eef3f7}.tour-card-progress{height:4px;background:rgba(255,255,255,.25);border-radius:99px;margin-top:12px;overflow:hidden}.tour-card-progress i{display:block;height:100%;background:var(--gold);border-radius:99px}
.story-feature{border-radius:24px;overflow:hidden;background:var(--navy);color:#fff}.story-feature-image{min-height:250px;background-image:url('https://i0.wp.com/windhampreservationinc.org/wp-content/uploads/2026/04/Windham-Center-Environs.jpg?fit=750%2C579&ssl=1');background-size:cover;background-position:center}.story-feature-copy{padding:24px}.wpi-source-lockup{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.16)}.wpi-source-lockup img{width:68px;height:73px;object-fit:contain;background:#fff;border-radius:10px}.wpi-source-lockup div{display:flex;flex-direction:column;line-height:1.18}.wpi-source-lockup small{color:#c9d9e6;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.wpi-source-lockup strong{font-family:Georgia,"Times New Roman",serif;font-size:1rem}.story-feature .kicker{color:#f3d44e}.story-feature h2{font-size:2rem;line-height:1.05;margin:6px 0 12px}.story-feature p:not(.kicker){color:#d9e5ef}.story-feature .button{margin-top:8px;background:#fff;color:var(--navy)}
.page-intro{margin-bottom:22px}.page-intro h1{font-size:clamp(2.2rem,8vw,3.6rem);line-height:1;margin:6px 0 10px;color:var(--navy)}.page-intro>p:last-child{color:var(--muted);max-width:680px;margin:0}
.tour-mode-head{height:58px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:0 12px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:calc(var(--header-h) + env(safe-area-inset-top));z-index:1050}.back-button{border:0;background:transparent;color:var(--navy);font-weight:800;padding:7px 2px}.tour-mode-label{min-width:0;text-align:center;display:flex;flex-direction:column}.tour-mode-label small{color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;font-weight:850}.tour-mode-label strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.92rem;color:var(--navy)}
.tour-map-wrap{position:relative;background:#dfe5e8}.tour-map-wrap #tourMap{height:42svh;min-height:320px;max-height:510px}.map-locate-button{position:absolute;right:12px;bottom:12px;width:48px;height:48px;border-radius:15px;border:1px solid #c7d1d8;background:#fff;color:var(--navy);font-size:1.4rem;font-weight:900;z-index:500;box-shadow:var(--shadow-sm)}.gps-pill{position:absolute;left:12px;top:12px;z-index:500;background:rgba(255,255,255,.96);border:1px solid #d4dadd;border-radius:999px;padding:7px 10px;display:flex;align-items:center;gap:7px;font-size:.72rem;font-weight:800;color:var(--navy);box-shadow:var(--shadow-sm)}.gps-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px rgba(33,107,77,.14)}
.tour-sheet{position:relative;background:var(--cream);border-radius:24px 24px 0 0;margin-top:-18px;z-index:600;padding:10px 14px 38px;box-shadow:0 -10px 30px rgba(0,35,66,.08)}.sheet-handle{width:42px;height:4px;border-radius:4px;background:#bcb5aa;margin:0 auto 16px}.tour-summary-row{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:start}.tour-summary-row h1{font-size:2rem;line-height:1.03;color:var(--navy);margin:3px 0 8px}.tour-summary-row p:not(.kicker){margin:0;color:var(--muted);font-size:.9rem}.progress-ring,.big-ring{--p:0;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--gold) calc(var(--p)*1%),#ddd7cb 0);position:relative}.progress-ring{width:66px;height:66px}.progress-ring:after,.big-ring:after{content:"";position:absolute;border-radius:50%;background:var(--cream)}.progress-ring:after{inset:7px}.progress-ring span,.big-ring span{position:relative;z-index:2;color:var(--navy);font-weight:900}.progress-ring span{font-size:.73rem}.tour-primary-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:16px 0}.status-banner{background:#fff8d9;border:1px solid #dfca6b;color:#56480f;border-radius:14px;padding:11px 12px;font-size:.84rem;margin:12px 0}.next-stop-panel{background:var(--navy);color:#fff;border-radius:20px;padding:17px;margin:16px 0}.next-stop-panel .kicker{color:#f1d23c}.next-stop-top{display:flex;justify-content:space-between;align-items:center}.distance-chip{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:4px 8px;font-size:.72rem}.next-stop-panel h2{font-family:Georgia,serif;font-size:1.45rem;margin:4px 0 3px}.next-stop-panel .stop-sub{font-size:.8rem;color:#ccdbe7}.next-stop-panel p{font-size:.9rem;color:#e4edf4}.next-stop-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.next-stop-panel .button-soft{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff}
.segmented-control{display:grid;grid-template-columns:repeat(3,1fr);background:#e5dfd4;border-radius:14px;padding:4px;margin:18px 0 12px}.segmented-control button{border:0;background:transparent;border-radius:11px;min-height:40px;color:#536474;font-size:.8rem;font-weight:850}.segmented-control button.is-active{background:#fff;color:var(--navy);box-shadow:0 2px 7px rgba(0,35,66,.08)}
.stop-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:15px;margin:10px 0;scroll-margin-top:130px}.stop-card.is-visited{border-color:#a9cdb9;background:#fbfffc}.stop-card.is-arrival{outline:3px solid var(--gold)}.stop-card-head{display:grid;grid-template-columns:40px 1fr auto;gap:10px;align-items:start}.stop-index{width:40px;height:40px;border-radius:12px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900}.stop-card.is-visited .stop-index{background:var(--green)}.stop-card h3{margin:1px 0 3px;font-family:Georgia,serif;font-size:1.14rem;color:var(--navy);line-height:1.15}.stop-card-meta{color:var(--muted);font-size:.75rem}.check-button{width:34px;height:34px;border-radius:50%;border:1px solid #c8c2b8;background:#fff;color:#75828c;font-weight:900}.stop-card.is-visited .check-button{background:var(--green);color:#fff;border-color:var(--green)}.stop-card p{font-size:.9rem;color:#405465;margin:12px 0}.stop-actions{display:flex;gap:7px;flex-wrap:wrap}.stop-actions a,.stop-actions button{min-height:38px;border-radius:11px;border:1px solid var(--line);background:#fff;color:var(--navy);padding:7px 10px;font-size:.78rem;font-weight:850;text-decoration:none}.stop-actions .primary{background:var(--navy);color:#fff;border-color:var(--navy)}
.story-list details{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:0 14px;margin:9px 0}.story-list summary{padding:13px 0;cursor:pointer;color:var(--navy);font-weight:850}.story-list p{margin:0 0 14px;color:#435768;font-size:.9rem}.empty-stories{color:var(--muted);font-size:.9rem}.source-panel-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden}.source-panel-card img{display:block;width:100%;height:auto;background:#ebe8df}.source-panel-copy{padding:14px}.source-panel-copy p{font-size:.86rem;color:var(--muted)}.source-panel-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.explore-head h1{font-family:Georgia,serif;color:var(--navy);font-size:2.5rem;line-height:1;margin:5px 0 9px}.explore-head>p:last-of-type{color:var(--muted);margin:0}.search-box{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 12px;margin:18px 0 14px}.search-box span{font-size:1.2rem;color:var(--navy)}.search-box input{width:100%;border:0;outline:0;background:transparent;min-height:48px;color:var(--ink);font-size:1rem}.explore-map-wrap{background:#dfe5e8}.explore-map-wrap #exploreMap{height:39svh;min-height:300px;max-height:450px}.explore-list-wrap{padding-top:13px;padding-bottom:36px}.explore-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.compact-stop-list{display:grid;gap:8px}.compact-stop{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:12px;display:grid;grid-template-columns:36px 1fr auto;gap:9px;align-items:center;text-align:left;width:100%}.compact-stop-num{width:36px;height:36px;border-radius:10px;background:#e7edf2;color:var(--navy);display:grid;place-items:center;font-weight:900;font-size:.78rem}.compact-stop strong{display:block;color:var(--navy);font-size:.9rem}.compact-stop small{display:block;color:var(--muted);font-size:.7rem;margin-top:2px}.compact-stop>span:last-child{color:#8e7a24;font-weight:900}
.overall-progress-card{background:var(--navy);color:#fff;border-radius:22px;padding:20px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.overall-progress-card>div:first-child span,.overall-progress-card>div:first-child small{display:block}.overall-progress-card>div:first-child span{color:#cadbe8;font-size:.77rem}.overall-progress-card>div:first-child strong{font-family:Georgia,serif;font-size:3rem;line-height:1}.overall-progress-card>div:first-child small{color:#cadbe8}.big-ring{width:92px;height:92px;background:conic-gradient(var(--gold) calc(var(--p)*1%),rgba(255,255,255,.18) 0)}.big-ring:after{inset:9px;background:var(--navy)}.big-ring span{color:#fff}.progress-tour-list{display:grid;gap:10px;margin-bottom:18px}.progress-tour-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:14px}.progress-tour-top{display:flex;justify-content:space-between;gap:14px;align-items:center}.progress-tour-card strong{color:var(--navy)}.progress-tour-card small{color:var(--muted)}.progress-track{height:8px;background:#e3ddd1;border-radius:99px;overflow:hidden;margin-top:10px}.progress-track i{height:100%;background:var(--gold);display:block;border-radius:99px}
.bottom-nav{position:fixed;z-index:1400;left:0;right:0;bottom:0;height:calc(var(--bottom-h) + env(safe-area-inset-bottom));padding:5px 8px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.97);border-top:1px solid #d8d1c4;backdrop-filter:blur(16px)}.bottom-nav button{border:0;background:transparent;color:#687683;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.bottom-nav button span{font-size:1.2rem;line-height:1}.bottom-nav button small{font-size:.65rem;font-weight:800}.bottom-nav button.is-active{color:var(--navy)}
.app-dialog{width:min(92vw,560px);border:0;border-radius:22px;padding:24px;background:var(--paper);color:var(--ink);box-shadow:0 30px 80px rgba(0,20,40,.35)}.app-dialog::backdrop{background:rgba(0,27,53,.64);backdrop-filter:blur(4px)}.app-dialog h2{font-size:1.8rem;color:var(--navy);line-height:1.05;margin:5px 34px 12px 0}.dialog-brand-lockup{display:flex;align-items:center;gap:13px;margin:0 42px 18px 0}.dialog-brand-lockup img{width:82px;height:88px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:13px}.dialog-brand-lockup div{display:flex;flex-direction:column;line-height:1.1}.dialog-brand-lockup small{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:800}.dialog-brand-lockup strong{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:1.25rem}.app-dialog p{color:#425666}.dialog-close{position:absolute;right:14px;top:12px;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--navy);font-size:1.3rem}.source-dialog img{display:block;width:100%;max-height:62vh;object-fit:contain;background:#eee9df;border-radius:14px;margin:14px 0}.dialog-action-list{display:grid;gap:9px;margin-top:14px}
.arrival-toast{position:fixed;left:12px;right:12px;bottom:calc(var(--bottom-h) + env(safe-area-inset-bottom) + 12px);z-index:1600;background:var(--navy);color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:13px 14px;box-shadow:0 18px 50px rgba(0,27,53,.35);display:flex;align-items:center;justify-content:space-between;gap:12px}.arrival-toast div{display:flex;flex-direction:column}.arrival-toast small{color:#f2d84e;font-weight:850}.arrival-toast strong{line-height:1.15}.arrival-toast span{color:#ccdae5;font-size:.75rem}.arrival-toast button{border:0;background:var(--gold);color:var(--navy);font-weight:900;border-radius:11px;padding:9px 12px}
.leaflet-container{font-family:inherit}.leaflet-popup-content-wrapper{border-radius:14px}.leaflet-popup-content{margin:12px 14px}.map-pin{display:grid;place-items:center;width:30px;height:30px;border-radius:50% 50% 50% 4px;transform:rotate(-45deg);background:var(--navy);color:#fff;border:2px solid #fff;box-shadow:0 3px 8px rgba(0,27,53,.28)}.map-pin span{transform:rotate(45deg);font-size:.69rem;font-weight:900}.map-pin.visited{background:var(--green)}.user-dot{width:18px;height:18px;border:4px solid #fff;background:#1976d2;border-radius:50%;box-shadow:0 0 0 2px rgba(25,118,210,.35)}
@media (min-width:640px){.hero-actions{grid-template-columns:auto auto;justify-content:start}.tour-cards{grid-template-columns:repeat(2,1fr)}.tour-cards-featured .tour-card:first-child{grid-column:span 2;min-height:300px}.story-feature{display:grid;grid-template-columns:1.1fr .9fr}.story-feature-image{min-height:360px}.tour-primary-actions{grid-template-columns:auto auto;justify-content:start}.next-stop-buttons{grid-template-columns:auto auto;justify-content:start}}
@media (min-width:900px){body{padding-bottom:0}main{padding-top:54px}.app-header{padding-left:28px;padding-right:28px}.bottom-nav{position:fixed;top:calc(var(--header-h) + env(safe-area-inset-top));bottom:auto;height:54px;padding:0;display:flex;justify-content:center;gap:20px;border-top:0;border-bottom:1px solid var(--line);z-index:1150}.bottom-nav button{flex-direction:row;gap:7px;padding:0 14px}.bottom-nav button small{font-size:.78rem}.bottom-nav button span{font-size:1rem}.hero-shell{height:650px;min-height:650px}.hero-content{padding-bottom:50px}.tour-cards{grid-template-columns:repeat(3,1fr)}.tour-cards-featured{grid-template-columns:1.3fr 1fr 1fr}.tour-cards-featured .tour-card:first-child{grid-column:auto}.tour-card{min-height:270px}.story-feature{margin-top:44px}.tour-mode-head{top:calc(var(--header-h) + 54px + env(safe-area-inset-top));max-width:1120px;margin:0 auto;border:1px solid var(--line);border-top:0}.tour-map-wrap{width:min(1120px,100%);margin:0 auto}.tour-map-wrap #tourMap{height:510px}.tour-sheet{width:min(900px,calc(100% - 40px));margin:-60px auto 40px;padding:14px 24px 44px;border-radius:28px;box-shadow:0 -10px 35px rgba(0,35,66,.14),0 12px 40px rgba(0,35,66,.08)}.tour-summary-row h1{font-size:2.7rem}.explore-map-wrap{width:min(1120px,calc(100% - 32px));margin:0 auto;border-radius:22px;overflow:hidden;border:1px solid var(--line)}.explore-map-wrap #exploreMap{height:500px}.compact-stop-list{grid-template-columns:repeat(2,1fr)}.page-pad{padding-top:42px}.arrival-toast{left:50%;right:auto;transform:translateX(-50%);width:min(560px,calc(100vw - 40px));bottom:20px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.related-maps{margin-top:18px}.related-map-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.related-map-grid figure{margin:0;background:var(--paper);border:1px solid var(--line);border-radius:14px;overflow:hidden}.related-map-grid img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;background:#ebe7dd}.related-map-grid figcaption{padding:9px 10px;color:var(--muted);font-size:.72rem;font-weight:750}

/* v2.1 interaction polish */
.continue-tour{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-12px 0 30px;padding:16px 17px;border-radius:18px;background:var(--navy);color:#fff;box-shadow:var(--shadow-sm)}
.continue-tour-copy{min-width:0}.continue-tour .kicker{color:#f3d44e}.continue-tour h2{font-family:Georgia,"Times New Roman",serif;margin:2px 0 3px;font-size:1.3rem;line-height:1.05}.continue-tour p:last-child{margin:0;color:#d7e3ec;font-size:.78rem}.continue-tour .button{flex:0 0 auto}
.location-note{margin:-2px 2px 13px;color:var(--muted);font-size:.73rem;line-height:1.35}
.build-status{margin:16px 0;padding:10px 12px;border-radius:12px;background:#ece8de;border:1px solid var(--line);color:var(--muted);font-size:.76rem}
.stop-actions .share-stop{background:#f7f3e9;color:var(--navy)}
.copy-toast{position:fixed;z-index:1800;left:50%;bottom:calc(var(--bottom-h) + env(safe-area-inset-bottom) + 18px);transform:translateX(-50%);background:#17293a;color:#fff;border-radius:999px;padding:9px 14px;font-size:.78rem;font-weight:800;box-shadow:var(--shadow);white-space:nowrap}
@media(max-width:480px){.continue-tour{align-items:flex-start;flex-direction:column}.continue-tour .button{width:100%}.tour-primary-actions{gap:8px}.location-note{font-size:.7rem}.stop-actions a,.stop-actions button{flex:1 1 auto}}
