:root{--orange:#ec5e1e;--orange-dark:#cf4610;--ink:#101827;--muted:#687184;--warm:#f3efe9;--line:#e6e1da;--paper:#fff;--shadow:0 18px 50px rgba(16,24,39,.09)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fbfaf8;color:var(--ink);font-family:Inter,Arial,sans-serif}
button,a{font:inherit}
.route-weather-departure{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,auto) auto;align-items:center;gap:10px;margin:-3px 0 18px;padding:12px 14px;border:1px solid var(--line);border-radius:15px;background:var(--warm)}.route-weather-departure label{display:flex;align-items:center;gap:9px;color:#4f4941;font-size:13px;font-weight:850}.route-weather-departure label i{color:var(--orange);font-size:16px}.route-weather-departure input{min-height:42px;padding:0 11px;border:1px solid #dcd5ca;border-radius:10px;background:#fff;color:var(--ink);font-size:13px;font-weight:700}.route-weather-departure button{min-height:42px;padding:0 14px;border:1px solid #ded6cb;border-radius:10px;background:#fff;color:var(--ink);cursor:pointer;font-size:12px;font-weight:850}.route-weather-departure button:hover{border-color:#f1b89e;color:var(--orange)}.route-weather-day.is-selected{border-color:#f4a985!important;background:#fff4ed!important;box-shadow:0 0 0 1px rgba(236,94,30,.08)}
img{display:block;max-width:100%}
.route-weather-departure{grid-template-columns:minmax(180px,1fr) minmax(190px,220px) 112px auto}.route-weather-field{position:relative;min-width:0}.route-weather-field>i{position:absolute;z-index:2;left:13px;top:50%;transform:translateY(-50%);color:var(--orange);font-size:14px;pointer-events:none}.route-weather-field input,.route-weather-field select{width:100%;min-height:44px;padding:0 12px 0 38px;border:1px solid #dcd5ca;border-radius:11px;background:#fff;color:var(--ink);font-family:Inter,Arial,sans-serif!important;font-size:13px!important;font-weight:750;letter-spacing:0}.route-weather-field input::-webkit-datetime-edit,.route-weather-field input::-webkit-date-and-time-value{font-family:Inter,Arial,sans-serif!important;font-size:13px!important;text-align:left}.route-weather-field select{appearance:none;padding-right:31px;background-image:linear-gradient(45deg,transparent 50%,#6e675e 50%),linear-gradient(135deg,#6e675e 50%,transparent 50%);background-position:calc(100% - 15px) 19px,calc(100% - 10px) 19px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;cursor:pointer}
.route-page{padding:22px 0 0;overflow:hidden}
.route-wrap{width:min(1220px,calc(100% - 48px));margin-inline:auto}
.route-breadcrumb{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;color:var(--muted);font-size:14px;font-weight:700}
.route-breadcrumb a{display:flex;gap:9px;align-items:center;color:var(--ink);text-decoration:none}.route-breadcrumb a:hover{color:var(--orange)}
.route-account-banner{display:flex;align-items:center;gap:16px;margin-bottom:18px;padding:17px 18px;border:1px solid #ffc9ae;border-radius:20px;background:linear-gradient(110deg,#fff4ed 0%,#fffaf6 58%,#fff 100%);box-shadow:0 10px 30px rgba(135,63,25,.08)}
.route-account-banner.is-saved{border-color:#dcd5ca;background:linear-gradient(110deg,#f4f1ec 0%,#fbfaf7 65%,#fff 100%)}
.route-account-banner__icon{display:grid;place-items:center;flex:0 0 auto;width:48px;height:48px;border-radius:15px;background:var(--orange);color:#fff;box-shadow:0 7px 18px rgba(236,94,30,.24);font-size:19px}.route-account-banner.is-saved .route-account-banner__icon{background:var(--ink);box-shadow:0 7px 18px rgba(16,24,39,.16)}
.route-account-banner__copy{display:grid;gap:4px;min-width:180px}.route-account-banner__copy strong{font-size:15px}.route-account-banner__copy span{color:var(--muted);font-size:12px;line-height:1.4}
.route-account-banner__lists{display:flex;align-items:center;gap:7px;flex:1;flex-wrap:wrap}.route-account-banner__lists a{display:inline-flex;align-items:center;gap:7px;max-width:220px;padding:8px 11px;border:1px solid #eaded4;border-radius:999px;background:#fff;color:#51483f;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-account-banner__lists a:hover{border-color:var(--orange);color:var(--orange)}.route-account-banner__lists i{color:var(--orange)}
.route-account-banner__action{display:flex;align-items:center;gap:9px;flex:0 0 auto;margin-left:auto;padding:11px 14px;border:1px solid transparent;border-radius:12px;color:var(--ink);text-decoration:none;font-size:13px;font-weight:900;white-space:nowrap}.route-account-banner__action:hover{border-color:#f0dfd4;background:#fff;color:var(--orange)}
.route-gallery{position:relative;height:530px;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:8px;overflow:hidden;border-radius:28px;background:#e8e3dc;box-shadow:var(--shadow)}
.route-gallery--single{grid-template-columns:1fr}
.route-gallery--two .gallery-side{grid-template-columns:1fr;grid-template-rows:1fr}.route-gallery--two .gallery-small{width:100%;height:100%}
.gallery-main,.gallery-small,.photo-tile,.review-photo{border:0;padding:0;background:none;cursor:pointer;overflow:hidden}
.gallery-main img,.gallery-small img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.gallery-main:hover img,.gallery-small:hover img{transform:scale(1.025)}
.gallery-side{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;min-width:0}
.gallery-small{position:relative;min-width:0;min-height:0}.gallery-more{position:absolute;inset:0;display:grid;place-items:center;background:rgba(16,24,39,.55);color:#fff;font-size:20px;font-weight:800}
.all-photos{position:absolute;right:20px;bottom:20px;border:0;border-radius:14px;background:#fff;color:var(--ink);padding:13px 17px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.18);cursor:pointer}.all-photos i{margin-right:7px}
.gallery-empty{grid-column:1/-1;display:grid;place-items:center;align-content:center;gap:15px;color:#777;background:linear-gradient(135deg,#e6dfd5,#f5f1eb)}.gallery-empty i{font-size:70px;color:var(--orange)}.gallery-empty span{font-size:20px;font-weight:800}
.route-heading{padding:44px 0 30px}
.route-heading__copy{width:100%}.route-heading h1{width:100%;margin:14px 0 12px;font-size:clamp(36px,5.1vw,67px);line-height:1.01;letter-spacing:-.055em}.route-heading p{max-width:780px;margin:0;color:var(--muted);font-size:18px;line-height:1.65}
.route-kicker{display:flex;gap:14px;align-items:center;flex-wrap:wrap;color:var(--muted);font-weight:700}.route-kicker>span:not(.difficulty){display:flex;gap:7px;align-items:center}
.difficulty{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:7px 11px;background:#eee9e2;color:#554d43;font-size:13px;font-weight:800}.difficulty--easy{background:#def5e5;color:#1c7441}.difficulty--hard{background:#ffe5dc;color:#a63813}.difficulty--moderate{background:#fff0ce;color:#8a5a08}
.route-rating{display:flex;align-items:center;gap:12px;margin-top:20px;font-weight:700}.route-rating a{color:var(--ink)}.stars,.review-stars{color:var(--orange)}.new-route{color:var(--muted);font-size:13px;font-weight:400}
.route-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 25px rgba(16,24,39,.045);overflow:hidden}
.route-stats>div{display:flex;align-items:center;gap:14px;padding:24px 26px;border-right:1px solid var(--line)}.route-stats>div:last-child{border:0}.route-stats i{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#fff0e9;color:var(--orange);font-size:18px}.route-stats span{display:grid;gap:5px;color:var(--muted);font-size:12px;font-weight:700}.route-stats strong{color:var(--ink);font-size:16px}
.route-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:42px;padding:54px 0 80px}.route-content{display:grid;gap:26px;min-width:0}
.content-section,.route-cta-card,.good-to-know{min-width:0;max-width:100%;border:1px solid var(--line);border-radius:24px;background:#fff;padding:34px}.content-section{width:100%;overflow:hidden}.content-section h2,.route-cta-card h2{margin:4px 0 20px;font-size:30px;letter-spacing:-.035em}.section-kicker{margin:0!important;color:var(--orange)!important;font-size:12px!important;line-height:1.2!important;font-weight:900!important;text-transform:uppercase;letter-spacing:.12em}
.route-description{color:#30394a;font-size:16px;line-height:1.78;white-space:normal}.muted{color:var(--muted)}.feature-tags,.aside-tags,.review-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.feature-tags span,.aside-tags span,.review-tags span{padding:8px 11px;border-radius:999px;background:var(--warm);color:#5d554b;font-size:12px;font-weight:800}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-head h2{margin:5px 0 0}.section-head>a{color:var(--orange);font-weight:800;text-decoration:none}.section-head>span{color:var(--muted);font-size:13px;font-weight:700}
.map-section{padding-bottom:28px}.route-map-wrap{position:relative;min-width:0;width:100%;height:490px;overflow:hidden;border-radius:18px;background:#f6f3e1}.route-map-wrap #routeMap{min-width:0;height:100%;width:100%}.route-map-wrap .mapboxgl-map,.route-map-wrap .mapboxgl-canvas-container,.route-map-wrap .mapboxgl-canvas{max-width:100%}.mapboxgl-ctrl-logo,.mapboxgl-ctrl-attrib{opacity:.58}.route-map-controls{position:absolute;right:16px;bottom:16px;display:grid;overflow:hidden;border:1px solid rgba(35,30,24,.09);border-radius:14px;background:#fff;box-shadow:0 7px 24px rgba(37,30,20,.2)}.route-map-controls button{width:48px;height:46px;border:0;border-bottom:1px solid #e7e1d8;background:#fff;color:var(--ink);cursor:pointer;font-size:17px}.route-map-controls button:last-child{border:0}.route-map-controls button:hover{background:#fff0e8;color:var(--orange)}
.route-marker{display:grid;place-items:center;width:31px;height:31px;border:3px solid #fff;border-radius:50%;background:var(--orange);color:#fff;box-shadow:0 4px 13px rgba(0,0,0,.3);font-size:12px}.route-marker--end{background:var(--ink)}.landmark-map-marker{display:grid;place-items:center;width:25px;height:25px;border:2px solid #fff;border-radius:50%;background:#ffd7c5;color:var(--orange-dark);box-shadow:0 3px 9px rgba(0,0,0,.25);font-size:10px}
.elevation-card{margin-top:18px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff9f5}.elevation-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.elevation-head span{color:var(--muted);font-size:13px;font-weight:700}.elevation-head i{color:var(--orange)}#elevationChart{display:block;width:100%;height:155px}
.route-surface-card{margin-top:18px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.route-surface-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.route-surface-head>div:first-child{display:grid;gap:4px}.route-surface-head strong{font-size:18px}.route-surface-head span{color:var(--muted);font-size:12px;font-weight:650}.route-surface-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px;border-radius:12px;background:#f1eee8}.route-surface-tab{min-width:105px;min-height:38px;padding:0 14px;border:0;border-radius:9px;background:transparent;color:#6f685f;font-size:12px;font-weight:850;cursor:pointer}.route-surface-tab.active{background:#fff;color:var(--ink);box-shadow:0 2px 8px rgba(45,37,27,.12)}.route-surface-loading{min-height:130px;display:flex;align-items:center;justify-content:center;gap:9px;color:#756e65;font-size:13px;font-weight:750}.route-surface-loading[hidden],.route-surface-content[hidden]{display:none}.route-surface-bar{height:17px;display:flex;overflow:hidden;margin-top:20px;border-radius:999px;background:#e8e4dc}.route-surface-bar span{height:100%;min-width:2px}.route-surface-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 16px;margin-top:16px}.route-surface-row{width:100%;display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border:0;border-radius:10px;background:transparent;color:#302c27;text-align:left;cursor:default}.route-surface-row:hover,.route-surface-row:focus-visible{background:#f5f2ec;outline:none}.route-surface-dot{width:11px;height:11px;border-radius:50%}.route-surface-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800}.route-surface-value{color:#6f685f;font-size:11px;font-weight:750}.route-surface-note{margin:13px 4px 0;color:#706960;font-size:12px;font-weight:600;line-height:1.5}
.route-surface-label small{margin-left:4px;color:#8a8278;font-size:10px;font-weight:700}
#routeGradientCard .route-surface-bar{margin-top:30px}
.route-surface-card .inspector-show-all{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:13px;padding:0 15px;border:1px solid #ddd6cc;border-radius:10px;background:#fff;color:#5f5850;font-size:12px;font-weight:850;cursor:pointer}.route-surface-card .inspector-show-all:hover,.route-surface-card .inspector-show-all.active{border-color:#f2b699;background:#fff2eb;color:#c44712}
.route-weather-section{overflow:visible}.route-weather-loading{display:flex;min-height:210px;align-items:center;justify-content:center;gap:10px;border-radius:18px;background:var(--warm);color:#71695f;font-weight:750}.route-weather-loading[hidden],.route-weather-content[hidden]{display:none}.route-weather-loading i{color:var(--orange);font-size:20px}.route-weather-loading.is-error{min-height:130px;text-align:center}.route-weather-content{display:grid;gap:18px}.route-weather-now{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:18px;padding:22px;border-radius:18px;background:linear-gradient(135deg,#fff1e9,#fff9f5)}.route-weather-now__icon{display:grid;place-items:center;width:68px;height:68px;border-radius:20px;background:#fff;color:var(--orange);box-shadow:0 7px 22px rgba(104,56,29,.1);font-size:31px}.route-weather-now__temperature{display:grid;min-width:122px}.route-weather-now__temperature strong{font-size:48px;line-height:1;letter-spacing:-.06em}.route-weather-now__temperature span{margin-top:5px;color:#645d55;font-size:13px;font-weight:800}.route-weather-now__details{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.route-weather-now__details>span{display:flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid rgba(119,86,61,.1);border-radius:11px;background:rgba(255,255,255,.75);color:#655e56;font-size:12px}.route-weather-now__details i{color:var(--orange)}.route-weather-now__details strong{color:var(--ink)}.route-weather-outlook{display:flex;align-items:center;gap:13px;padding:15px 17px;border:1px solid #dcebdc;border-radius:15px;background:#f3faf3}.route-weather-outlook>i{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:#dff1df;color:#31743b}.route-weather-outlook>div{display:grid;gap:3px}.route-weather-outlook strong{font-size:14px}.route-weather-outlook span{color:#625c54;font-size:12px;line-height:1.45}.route-weather-outlook--changeable{border-color:#eadfbd;background:#fffaf0}.route-weather-outlook--changeable>i{background:#f8ebc6;color:#8b6815}.route-weather-outlook--caution{border-color:#f2c7b4;background:#fff4ef}.route-weather-outlook--caution>i{background:#ffe0d1;color:#b64116}.route-weather-days{display:grid;grid-template-columns:repeat(7,minmax(84px,1fr));gap:8px}.route-weather-day{display:grid;justify-items:center;gap:7px;min-width:0;padding:14px 7px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:center}.route-weather-day:first-child{border-color:#f4b89c;background:#fff8f4}.route-weather-day>strong{font-size:12px}.route-weather-day>i{height:25px;color:var(--orange);font-size:23px}.route-weather-day__condition{min-height:28px;color:#756e65;font-size:10px;font-weight:700;line-height:1.3}.route-weather-day__temps{display:flex;align-items:baseline;gap:5px}.route-weather-day__temps b{font-size:17px}.route-weather-day__temps span{color:#858078;font-size:13px}.route-weather-day small{display:flex;align-items:center;gap:4px;color:#6d665e;font-size:10px;font-weight:700}.route-weather-day small i{color:#799cb3}.route-weather-day small:last-child i{color:#8b8378}.route-weather-note{margin:0;color:#756e65;font-size:11px;line-height:1.5}.route-weather-note a{color:var(--orange);font-weight:800}
.highlight-scroll,.photo-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,31%);gap:14px;overflow-x:auto;padding:2px 2px 10px;scroll-snap-type:x mandatory}.highlight-scroll::-webkit-scrollbar,.photo-scroll::-webkit-scrollbar{height:6px}.highlight-scroll::-webkit-scrollbar-thumb,.photo-scroll::-webkit-scrollbar-thumb{background:#d6cec3;border-radius:9px}
.highlight-card{overflow:hidden;border:1px solid var(--line);border-radius:17px;scroll-snap-align:start;background:#fff}.highlight-card>img,.highlight-placeholder{width:100%;height:145px;object-fit:cover}.highlight-placeholder{display:grid;place-items:center;background:#fff0e9;color:var(--orange);font-size:28px}.highlight-card>div:last-child{padding:16px}.highlight-card span{color:var(--orange);font-size:11px;font-weight:900;text-transform:uppercase}.highlight-card h3{margin:6px 0;font-size:16px}.highlight-card small{color:var(--muted)}
.photo-scroll{grid-auto-columns:minmax(230px,38%)}.photo-tile{position:relative;height:210px;border-radius:17px;scroll-snap-align:start}.photo-tile img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.photo-tile:hover img{transform:scale(1.025)}.photo-tile span{position:absolute;left:10px;bottom:10px;border-radius:8px;background:rgba(16,24,39,.76);color:#fff;padding:7px 9px;font-size:11px;font-weight:700}
.rating-summary{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:28px;padding:26px;border-radius:18px;background:#fff7f2}.rating-summary>div:first-child{display:grid;text-align:center}.rating-summary strong{font-size:52px;line-height:1}.rating-summary .stars{font-size:20px;letter-spacing:2px;margin:8px 0}.rating-summary small{color:var(--muted)}.rating-copy h3{font-size:22px;margin:0 0 8px}.rating-copy p{margin:0;color:var(--muted);line-height:1.6}
.review-list{display:grid;gap:16px;margin-top:22px}.review-card{padding:24px;border:1px solid var(--line);border-radius:18px}.review-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.review-person{display:flex;align-items:center;gap:12px}.review-person>img,.review-person>span{width:46px;height:46px;border-radius:50%;object-fit:cover}.review-person>span{display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:900}.review-person>div{display:grid;gap:4px}.review-person small{color:var(--muted)}.review-card>p{color:#343c4b;line-height:1.7;margin:18px 0 0}.review-notes{display:flex;gap:14px;flex-wrap:wrap;margin-top:16px;color:var(--muted);font-size:13px;font-weight:700}.review-notes i{color:var(--orange);margin-right:4px}.review-media{display:flex;gap:10px;overflow-x:auto;margin-top:18px}.review-photo,.review-media video{flex:0 0 150px;width:150px;height:120px;border-radius:12px;object-fit:cover}.review-photo img{width:100%;height:100%;object-fit:cover}.empty-review{text-align:center;padding:34px 15px}.empty-review i{font-size:36px;color:var(--orange)}.empty-review h3{margin:12px 0 5px}.empty-review p{margin:0;color:var(--muted)}
.route-sidebar{position:sticky;top:102px;display:grid;gap:18px}.route-cta-card{box-shadow:var(--shadow)}.route-cta-card h2{font-size:27px}.route-cta-card>p:not(.section-kicker){color:var(--muted);line-height:1.6}.primary-cta,.secondary-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;margin-top:10px;border-radius:14px;text-decoration:none;font-weight:900;cursor:pointer}.primary-cta{border:1px solid var(--orange);background:var(--orange);color:#fff}.primary-cta:hover{background:var(--orange-dark)}.secondary-cta{border:1px solid var(--line);background:#fff;color:var(--ink)}.secondary-cta:hover{border-color:var(--orange);color:var(--orange)}.good-to-know h3{margin:0 0 18px}.good-to-know ul{display:grid;gap:13px;margin:0;padding:0;list-style:none}.good-to-know li{display:flex;gap:10px;color:#495163;line-height:1.45}.good-to-know li i{color:var(--orange);margin-top:3px}
.nearby-section{padding:62px 0 76px;background:#f1eee9}.nearby-section>.route-wrap{padding-inline:8px}.nearby-section .section-head h2{font-size:34px}.nearby-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:4px 0 12px}.nearby-card{overflow:hidden;border-radius:18px;background:#fff;color:var(--ink);text-decoration:none;box-shadow:0 7px 24px rgba(16,24,39,.07)}.nearby-card>img,.nearby-placeholder{width:100%;height:180px;object-fit:cover}.nearby-placeholder{display:grid;place-items:center;background:#ffede4;color:var(--orange);font-size:36px}.nearby-card__body{padding:18px 18px 20px}.nearby-card h3{margin:10px 0 8px;font-size:17px;line-height:1.35}.nearby-card p{margin:0;color:var(--muted);font-size:13px}.nearby-card:hover h3{color:var(--orange)}
.mobile-route-bar{display:none}
.route-modal[hidden]{display:none}.route-modal{position:fixed;z-index:110000;inset:0;display:grid;place-items:center;padding:22px;background:rgba(10,14,21,.76);backdrop-filter:blur(8px)}.route-modal-close{display:grid;place-items:center;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:var(--ink);box-shadow:0 5px 20px rgba(0,0,0,.2);cursor:pointer;font-size:20px}.route-modal-close:hover{background:var(--orange);color:#fff}
.route-modal--3d{padding:0;background:#0b0e12}.route-modal__fullscreen{position:relative;width:100%;height:100%;display:grid;grid-template-rows:auto 1fr;background:#0b0e12}.route-modal__fullscreen>header{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px;padding:12px 22px;background:#111720;color:#fff}.route-modal__fullscreen>header span{color:#ff9566;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.route-modal__fullscreen h2{margin:4px 0 0;font-size:20px}.route-modal__fullscreen iframe{position:relative;z-index:2;width:100%;height:100%;border:0;background:#0b0e12}.preview3d-loading{position:absolute;z-index:1;inset:78px 0 0;display:grid;place-items:center;align-content:center;gap:14px;color:#fff;font-weight:800}.preview3d-loading i{color:var(--orange);font-size:28px}
.route-start-dialog{position:relative;width:min(540px,100%);max-height:calc(100vh - 44px);overflow:auto;border-radius:26px;background:#fff;padding:42px;box-shadow:0 28px 80px rgba(0,0,0,.28);text-align:center}.route-start-dialog>.route-modal-close{position:absolute;right:16px;top:16px;background:var(--warm);box-shadow:none}.route-start-dialog>.route-modal-close:hover{background:var(--orange)}.route-start-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 21px;border-radius:22px;background:#fff0e8;color:var(--orange);font-size:28px}.route-start-dialog h2{margin:8px 0 14px;font-size:36px;letter-spacing:-.045em}.route-start-dialog>p:not(.section-kicker){color:var(--muted);line-height:1.6}.route-start-details{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:24px 0}.route-start-details span{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border-radius:10px;background:var(--warm);color:#5d554b;font-size:12px;font-weight:800}.route-start-details i{color:var(--orange)}.route-start-action{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:56px;border:1px solid var(--orange);border-radius:15px;background:var(--orange);color:#fff;cursor:pointer;font-weight:900}.route-start-action:hover{background:var(--orange-dark)}.route-start-action.is-loading{cursor:progress;opacity:.8}.route-start-action[hidden]{display:none}.route-start-status{min-height:22px;margin:13px 0 0!important;color:var(--ink)!important;font-size:13px;font-weight:800}.route-start-status.is-error{color:#a93216!important}.route-start-status.is-success{display:flex;align-items:center;gap:14px;margin-top:18px!important;padding:17px 18px;border:1px solid #ffc3a8;border-radius:16px;background:#fff1ea;color:var(--ink)!important;text-align:left;line-height:1.45}.route-start-status.is-success i{flex:0 0 auto;color:var(--orange);font-size:25px}.route-start-status.is-success span{font-weight:600}.route-start-status.is-success strong{display:block;margin-bottom:2px;font-size:15px}.route-start-help{margin:4px 0 0!important;font-size:12px}.route-start-signin{color:var(--orange);font-weight:900}
.gallery-modal[hidden]{display:none}.gallery-modal{position:fixed;z-index:100000;inset:0;display:grid;grid-template-columns:70px 1fr 70px;place-items:center;background:rgba(8,12,19,.96);padding:25px}.gallery-modal figure{display:grid;place-items:center;gap:12px;margin:0;max-width:calc(100vw - 180px);max-height:92vh}.gallery-modal figure img{max-width:100%;max-height:84vh;object-fit:contain;border-radius:12px}.gallery-modal figcaption{color:#fff;font-weight:700}.gallery-close,.gallery-nav{display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--ink);cursor:pointer}.gallery-close{position:absolute;right:25px;top:25px;width:48px;height:48px;font-size:22px}.gallery-nav{width:50px;height:50px;font-size:18px}.gallery-nav:hover,.gallery-close:hover{background:var(--orange);color:#fff}
@media(max-width:980px){.route-account-banner{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px 14px}.route-account-banner__icon{grid-column:1;grid-row:1}.route-account-banner__copy{grid-column:2;grid-row:1}.route-account-banner__lists{grid-column:2/-1;grid-row:2;width:100%}.route-account-banner__action{grid-column:3;grid-row:1;margin-left:0}.route-gallery{height:450px}.route-heading{padding-top:34px}.route-stats{grid-template-columns:repeat(2,1fr)}.route-stats>div:nth-child(2){border-right:0}.route-stats>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.route-layout{grid-template-columns:1fr}.route-sidebar{position:static;grid-template-columns:1fr 1fr}.nearby-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.route-page{padding-top:12px;padding-bottom:74px}.route-wrap{width:min(100% - 24px,1220px)}.route-breadcrumb span{display:none}.route-account-banner{grid-template-columns:43px minmax(0,1fr) 42px;gap:11px 12px;padding:14px;border-radius:17px}.route-account-banner__icon{width:43px;height:43px;border-radius:13px}.route-account-banner__copy{min-width:0}.route-account-banner__copy strong{font-size:14px}.route-account-banner__copy span{font-size:11px}.route-account-banner__lists{gap:6px}.route-account-banner__lists a{max-width:100%;padding:7px 10px}.route-account-banner__action{width:42px;height:42px;justify-content:center;padding:0;border-color:#eaded4;border-radius:50%;background:#fff;color:var(--orange)}.route-account-banner__action span{display:none}.route-account-banner__action i{font-size:14px}.route-gallery{width:100%;height:370px;border-radius:0;grid-template-columns:1fr}.gallery-side{display:none}.all-photos{right:12px;bottom:12px}.route-heading{padding:26px 0 20px}.route-heading h1{font-size:38px}.route-heading p{font-size:16px}.route-stats>div{padding:18px 15px;gap:10px}.route-stats i{width:37px;height:37px}.route-stats strong{font-size:14px}.route-layout{padding:28px 0 44px;gap:20px}.content-section,.route-cta-card,.good-to-know{padding:22px;border-radius:19px}.content-section h2{font-size:26px}.route-map-wrap{height:390px}.elevation-head{align-items:flex-start;gap:8px;flex-direction:column}.route-surface-head{align-items:stretch;flex-direction:column}.route-surface-tabs{width:100%}.route-surface-tab{min-width:0}.route-surface-list{grid-template-columns:1fr}.highlight-scroll,.photo-scroll{grid-auto-columns:78%}.rating-summary{grid-template-columns:1fr;text-align:center}.review-card{padding:18px}.review-card header{flex-direction:column}.route-sidebar{display:none}.nearby-section{padding:42px 0 100px}.nearby-grid{display:flex;gap:16px;overflow-x:auto;scroll-padding-inline:4px;scroll-snap-type:x mandatory;padding:4px 4px 18px}.nearby-card{flex:0 0 82%;scroll-snap-align:start}.mobile-route-bar{position:fixed;z-index:5000;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 58px;gap:9px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 25px rgba(16,24,39,.11)}.mobile-route-bar button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:51px;border:1px solid var(--orange);border-radius:13px;background:var(--orange);color:#fff;font-weight:900}.mobile-route-bar button:last-child{background:#fff;color:var(--ink);border-color:var(--line)}.route-modal{padding:10px}.route-start-dialog{padding:34px 22px 26px;border-radius:22px}.route-start-dialog h2{font-size:31px}.route-modal__fullscreen>header{min-height:68px;padding:10px 13px}.route-modal__fullscreen h2{max-width:calc(100vw - 80px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.preview3d-loading{inset:68px 0 0}.gallery-modal{grid-template-columns:44px 1fr 44px;padding:12px}.gallery-modal figure{max-width:calc(100vw - 100px)}.gallery-nav{width:40px;height:40px}.gallery-close{right:12px;top:12px}.route-rating{flex-wrap:wrap}}
@media(max-width:420px){.route-stats{grid-template-columns:1fr 1fr}.route-stats>div{display:grid}.route-stats span{min-width:0}.gallery-modal{grid-template-columns:1fr}.gallery-nav{position:absolute;top:50%}.gallery-prev{left:8px}.gallery-next{right:8px}}
@media(max-width:700px){.route-weather-now{grid-template-columns:auto 1fr;padding:17px}.route-weather-now__icon{width:58px;height:58px;font-size:26px}.route-weather-now__temperature{min-width:0}.route-weather-now__temperature strong{font-size:40px}.route-weather-now__details{grid-column:1/-1;justify-content:flex-start}.route-weather-days{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:105px;overflow-x:auto;padding:2px 2px 9px;scroll-snap-type:x mandatory}.route-weather-day{scroll-snap-align:start}}
@media(max-width:700px){.route-weather-departure{grid-template-columns:1fr auto}.route-weather-departure label{grid-column:1/-1}.route-weather-departure input{min-width:0;width:100%}}
@media(max-width:700px){.route-weather-departure{grid-template-columns:minmax(0,1fr) 102px auto}.route-weather-departure label{grid-column:1/-1}.route-weather-departure button{padding-inline:11px}.route-weather-field input,.route-weather-field select{font-size:12px!important;padding-left:34px}.route-weather-field>i{left:11px}}
