:root{--green:#118d43;--green-dark:#0d6b33;--green-deep:#094924;--sand:#d38a03;--ink:#1a1a1a;--muted:#5a5a5a;--card:rgba(255,255,255,0.95)}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:#f4f1ea;overflow-x:clip}a{color:var(--green-dark);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1100px,92vw);margin:0 auto}.site-header{background:#fff;border-bottom:1px solid #e5e0d6;padding:1rem 0;position:relative;z-index:50}.site-header__bar,.site-header__inner{display:flex;align-items:center;gap:1.5rem}.site-header__inner{font-weight:600}.site-header__nav{display:flex;align-items:center;font-weight:600}.site-header__nav--desktop{gap:1.5rem;margin-left:1rem}.site-header__search--desktop{margin-left:auto}.site-header__nav a{color:var(--ink);text-decoration:none;white-space:nowrap}.site-header__nav a.is-active,.site-header__nav a:hover{color:var(--green-dark);text-decoration:none}.site-header__nav .site-header__link--count{display:flex;align-items:center;gap:.4rem}.site-nav__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .4rem;margin-left:auto;border-radius:9999px;background:#d97706;color:#fff;font-size:.72rem;font-weight:700;line-height:1}.site-header__toggle{display:none;align-items:center;gap:.5rem;margin-left:auto;padding:.45rem .75rem;border:1px solid #e5e0d6;border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:600;font-size:.9rem;cursor:pointer}.site-header__toggle-icon{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:18px;height:14px}.site-header__toggle-icon span{display:block;height:2px;width:100%;background:var(--green-dark);border-radius:1px}.site-header__nav--mobile{display:none;border-top:1px solid #e5e0d6;background:#fff;padding:.75rem 0 1rem}.site-header__nav--mobile.is-open{display:block}.site-header__nav-mobile-inner{display:flex;flex-direction:column;gap:.25rem}.site-header__nav--mobile a{display:block;padding:.75rem 0;border-bottom:1px solid #f0ebe2;font-size:1rem;white-space:normal}.site-header__nav--mobile a:last-child{border-bottom:none}body.site-nav-open{overflow:hidden}.site-header__navitem{position:relative;display:flex;align-items:center}.site-header__navitem:after{content:"";position:absolute;top:100%;left:0;right:0;height:.75rem}.site-header__navitem-trigger{display:flex;align-items:center;gap:.15rem}.site-header__navitem-trigger span{cursor:default;color:var(--ink)}.site-header__navitem-trigger span.is-active{color:var(--green-dark)}.site-header__caret{display:inline-flex;align-items:center;justify-content:center;padding:.15rem;border:none;background:transparent;color:var(--ink);cursor:pointer;border-radius:6px;transition:transform .15s ease,color .15s ease}.site-header__caret:hover{color:var(--green-dark)}.site-header__navitem.is-open .site-header__caret{transform:rotate(180deg);color:var(--green-dark)}.site-header__submenu{position:absolute;top:calc(100% + .65rem);left:0;min-width:13rem;display:none;flex-direction:column;padding:.4rem;background:#fff;border:1px solid #e5e0d6;border-radius:10px;box-shadow:0 14px 32px rgba(31,41,33,.14);z-index:60}.site-header__navitem.is-open .site-header__submenu,.site-header__navitem:focus-within .site-header__submenu,.site-header__navitem:hover .site-header__submenu{display:flex}.site-header__submenu a{display:block;padding:.5rem .6rem;border-radius:7px;font-size:.95rem;font-weight:600;white-space:nowrap;color:var(--ink)}.site-header__submenu a.is-active,.site-header__submenu a:hover{background:rgba(17,141,67,.08);color:var(--green-dark)}.site-search{position:relative;width:100%;max-width:16rem}.site-search__field{position:relative;display:flex;align-items:center}.site-search__icon{position:absolute;left:.65rem;width:1rem;height:1rem;color:#8a8578;pointer-events:none}.site-search__input{width:100%;height:2.35rem;padding:0 2.1rem;border:1px solid #e5e0d6;border-radius:999px;background:#fbfaf6;font:inherit;font-size:.9rem;color:var(--ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.site-search__input::-webkit-search-cancel-button{display:none}.site-search__input:focus{background:#fff;border-color:var(--green-dark);box-shadow:0 0 0 3px rgba(17,141,67,.15)}.site-search__spinner{position:absolute;right:.7rem;width:1rem;height:1rem;color:#8a8578;animation:site-search-spin .8s linear infinite}@keyframes site-search-spin{to{transform:rotate(1turn)}}.site-search__clear{position:absolute;right:.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.2rem;border:none;background:transparent;color:#8a8578;cursor:pointer;border-radius:999px}.site-search__clear:hover{color:var(--ink)}.site-search__dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:min(22rem,88vw);max-height:70vh;overflow-y:auto;padding:.4rem;background:#fff;border:1px solid #e5e0d6;border-radius:12px;box-shadow:0 18px 40px rgba(31,41,33,.18);z-index:70}.site-search__empty{padding:.85rem .6rem;font-size:.9rem;color:#8a8578}.site-search__group+.site-search__group{margin-top:.35rem;padding-top:.35rem;border-top:1px solid #f0ebe2}.site-search__group-heading{padding:.3rem .6rem .2rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#a39d8e}.site-search__result{display:flex;flex-direction:column;gap:.05rem;width:100%;padding:.5rem .6rem;border:none;background:transparent;border-radius:8px;text-align:left;cursor:pointer}.site-search__result.is-active{background:rgba(17,141,67,.08)}.site-search__result-label{font-size:.92rem;font-weight:600;color:var(--ink)}.site-search__result-sub{margin-top:.1rem;font-size:.8rem;line-height:1.35;color:#8a8578;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.site-search__mark{background:rgba(17,141,67,.16);color:inherit;border-radius:3px;padding:0 .05em;font-weight:700}.site-search__result--route{gap:.35rem;padding:.6rem}.site-search__route-head{display:flex;align-items:center;gap:.5rem}.site-search__sport{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--green-dark)}.site-search__sport-icon{width:1.2rem;height:1.2rem}.site-search__route-head .site-search__result-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-search__route-head .site-search__pill{flex-shrink:0;gap:.3rem;min-height:0;height:1.3rem;padding:0 .5rem;font-size:.74rem;line-height:1;border-radius:999px}.site-search__route-head .site-search__pill .difficulty-icon{width:.6rem;height:.6rem}.site-search__route-stats{display:flex;flex-wrap:wrap;align-items:center;gap:.15rem .85rem;padding-left:calc(1.2rem + .5rem);font-size:.8rem;color:#6b675d}.site-search__route-stats--flush{padding-left:0}.site-search__stat{display:inline-flex;align-items:center;gap:.28rem;font-variant-numeric:tabular-nums}.site-search__stat-icon{width:.95rem;height:.95rem;color:#a39d8e}.site-header__search--mobile{max-width:none;margin-bottom:.5rem}.site-header__mobile-group{border-bottom:1px solid #f0ebe2}.site-header__mobile-grouprow{display:flex;align-items:center;justify-content:space-between}.site-header__mobile-grouprow>a,.site-header__mobile-grouprow>span{flex:1;padding:.75rem 0;font-size:1rem;font-weight:600;color:var(--ink)}.site-header__mobile-grouprow>a.is-active,.site-header__mobile-grouprow>span.is-active{color:var(--green-dark)}.site-header__mobile-caret{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border:none;background:transparent;color:var(--ink);cursor:pointer;transition:transform .15s ease}.site-header__mobile-caret.is-open{transform:rotate(180deg);color:var(--green-dark)}.site-header__mobile-submenu{display:flex;flex-direction:column;padding:0 0 .5rem .85rem}.site-header__mobile-submenu a{padding:.55rem 0;border-bottom:none;font-size:.95rem;color:#4a4a44}.site-header__mobile-submenu a.is-active{color:var(--green-dark)}@media (max-width:768px){.site-header{padding:.65rem 0 0}.site-header__bar{gap:.75rem;padding-bottom:.65rem}.site-header__nav--desktop,.site-header__search--desktop{display:none}.site-header__toggle{display:inline-flex}.logo__img{height:56px;max-width:64px}}.logo{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none;line-height:0}.logo__img{display:block;height:78px;width:auto;max-width:84px;-o-object-fit:contain;object-fit:contain}.hero{position:relative;min-height:52vh;display:grid;place-items:center;text-align:center;color:#fff;background:var(--green-deep);overflow:hidden}.hero__image,.hero__video{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.hero__image img,.hero__video-poster{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hero__video-poster{position:absolute;top:0;left:0;z-index:0}.hero__image-layer{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .7s ease-in-out}.hero__image-layer.is-active{opacity:1}.hero__video iframe{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100%;min-width:177.78vh;transform:translate(-50%,-50%) scale(1.12);border:0;pointer-events:none}.hero__video-shield{position:absolute;inset:0;z-index:1;pointer-events:auto;background:transparent}.hero__overlay{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.08),transparent 50%),linear-gradient(180deg,rgba(15,40,22,.45) 0,rgba(15,40,22,.55))}.hero-inner{position:relative;z-index:1;padding:3rem 1rem}.hero h1{font-size:clamp(2rem,5vw,3.2rem);margin:0 0 .5rem;letter-spacing:.04em}.hero p{font-size:1.2rem;opacity:.95;margin:0}.hero__eyebrow{font-size:1rem;letter-spacing:.12em;text-transform:uppercase;opacity:.9;margin:0 0 .75rem}.hero__subtitle{margin-top:.5rem}.hero__back{display:inline-block;margin-bottom:1rem;color:#fff!important;font-size:.9rem;opacity:.9;text-decoration:none}.hero__back:hover{text-decoration:underline;opacity:1}.btn{display:inline-block;margin-top:1.5rem;padding:.75rem 1.5rem;border-radius:8px;background:var(--sand);color:#fff;font-weight:700}.btn,.btn:hover{text-decoration:none}.btn:hover{filter:brightness(1.05)}.section{padding:3rem 0}.home-event-banner{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(1.25rem,4vw,2.75rem);align-items:center;background:linear-gradient(135deg,#0c2814,#14401f 60%,#0d2a16);border-radius:22px;padding:clamp(1.25rem,3vw,2.25rem);color:#fff;text-decoration:none;box-shadow:0 20px 44px -26px rgba(0,0,0,.65);border:1px solid rgba(140,198,63,.25);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home-event-banner:hover{transform:translateY(-4px);box-shadow:0 30px 64px -28px rgba(0,0,0,.72);border-color:rgba(140,198,63,.55);text-decoration:none}.home-event-banner__media{display:flex}.home-event-banner__media img{display:block;height:clamp(190px,26vw,300px);width:auto;border-radius:14px;box-shadow:0 12px 28px -16px rgba(0,0,0,.7)}.home-event-banner__eyebrow{margin:0 0 .5rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8cc63f}.home-event-banner__title{margin:0 0 .75rem;font-size:clamp(1.9rem,4.5vw,2.9rem);line-height:1.02;font-weight:800;letter-spacing:-.01em;text-transform:uppercase}.home-event-banner__title span{color:#8cc63f}.home-event-banner__lead{margin:0 0 1.1rem;max-width:46ch;color:rgba(255,255,255,.82);line-height:1.5}.home-event-banner__meta{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem}.home-event-banner__chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .8rem;border-radius:999px;font-size:.85rem;font-weight:600;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18)}.home-event-banner__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.3rem;border-radius:999px;font-weight:700;color:#0c2814;background:#8cc63f;transition:background .2s ease,transform .2s ease}.home-event-banner:hover .home-event-banner__cta{background:#9ed64f}@media (max-width:720px){.home-event-banner{grid-template-columns:1fr;text-align:center}.home-event-banner__media{justify-content:center}.home-event-banner__media img{height:auto;width:100%;max-width:460px}.home-event-banner__lead{margin-left:auto;margin-right:auto}.home-event-banner__meta{justify-content:center}}.legal-page{max-width:56rem}.legal-page__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e0d6}.legal-page__eyebrow{margin:0 0 .5rem;font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sand);font-weight:600}.legal-page__title{margin:0;font-size:clamp(1.9rem,4vw,2.6rem);letter-spacing:-.01em}.legal-page__updated{margin:.75rem 0 0;font-size:.95rem;color:var(--muted)}.legal-page__body{font-size:1.05rem;line-height:1.7;color:var(--ink)}.legal-page__intro{font-size:1.15rem;color:var(--muted)}.legal-page__body h2{margin:2rem 0 .6rem;font-size:clamp(1.2rem,2.5vw,1.45rem);letter-spacing:.01em;color:var(--green-deep)}.legal-page__body p{margin:0 0 1rem}.legal-page__body ul{margin:0 0 1rem;padding-left:1.3rem}.legal-page__body li{margin:.3rem 0}.legal-page__body a{color:var(--green-dark);font-weight:600}.legal-page__note{margin:1.5rem 0;padding:1rem 1.25rem;background:rgba(17,141,67,.06);border-left:3px solid var(--green);border-radius:0 8px 8px 0}.legal-page__note p{margin:0}.notfound{text-align:center;padding-top:4.5rem;padding-bottom:4.5rem;max-width:40rem}.notfound__code{margin:0;font-size:clamp(3.5rem,12vw,6rem);font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--green)}.notfound__title{margin:.75rem 0 0;font-size:clamp(1.5rem,4vw,2rem);letter-spacing:-.01em}.notfound__body{margin:1rem auto 0;max-width:34rem;line-height:1.65;color:var(--muted)}.notfound__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem}.notfound__actions .btn{margin-top:2rem}.notfound__link{margin-top:2rem;font-weight:600;color:var(--green-dark)}.notfound__link:hover{color:var(--green)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.route-card{background:var(--card);border-radius:12px;padding:1.25rem;box-shadow:0 12px 30px rgba(0,0,0,.08)}.route-card h3{margin:0 0 .5rem;color:var(--green-dark)}.route-listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,360px),1fr));gap:1.25rem}.route-listing-card{display:flex;flex-direction:column;gap:.85rem;background:var(--card);border-radius:14px;padding:1.15rem 1.2rem 1.2rem;box-shadow:0 10px 28px rgba(0,0,0,.07);border:1px solid #ebe6dc}.route-listing-card__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem .75rem}.route-listing-card__title{margin:0;font-size:1.15rem;line-height:1.25;flex:1 1 12rem;min-height:calc(1.25em * 2)}.route-listing-card__title a{color:var(--green-dark);text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.route-listing-card__title a:hover{text-decoration:underline}.route-listing-card__badges{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.route-listing-card__viz{display:flex;flex-direction:column;gap:.5rem}.route-card-scrub-map{position:relative;border-radius:10px;overflow:hidden;border:1px solid #e5e0d6;background:#eef4e8}.route-card-scrub-map__canvas{height:168px;width:100%;z-index:0}.route-card-scrub-map--mapbox .mapboxgl-map,.route-card-scrub-map--mapbox .route-card-scrub-map__canvas,.route-card-scrub-map--mapbox .route-card-scrub-map__canvas-inner{height:168px;min-height:168px;width:100%}.route-card-scrub-map--mapbox .mapboxgl-ctrl-bottom-right,.route-card-scrub-map--mapbox .mapboxgl-ctrl-top-left{display:none!important}.route-card-scrub-map__loading{position:absolute;inset:0;display:grid;place-items:center;font-size:.8rem;color:#888;background:#eef4e8;z-index:1;pointer-events:none}.route-gpx-crop-map.trailheads-overview-map{position:relative;top:auto;height:360px;min-height:360px}.route-gpx-crop-map.trailheads-overview-map:fullscreen{height:100%;min-height:0}.route-gpx-crop-map .trailheads-overview-map__canvas-host{z-index:0}.route-gpx-crop-map .trailheads-overview-map__overlay{z-index:6;transform:translateZ(0)}.route-card-scrub-map--empty{display:grid;place-items:center;min-height:168px;color:#888;font-size:.8rem}.route-card-scrub-map__footer{margin:0;padding:.4rem .55rem;font-size:.8rem;color:var(--muted);background:rgba(255,255,255,.92);border-top:1px solid #e5e0d6;min-height:1.65rem}.route-card-scrub-elev{border:1px solid #e5e0d6;border-radius:10px;background:#faf9f6;overflow:hidden}.route-card-scrub-elev--empty{display:grid;place-items:center;min-height:120px;color:#888;font-size:.8rem}.route-card-scrub-elev__readout{margin:0;padding:.45rem .65rem;font-size:.8rem;border-bottom:1px solid #ebe6dc;background:#fff;min-height:2rem}.route-card-scrub-elev__placeholder{color:#888}.route-card-scrub-elev__svg{display:block;width:100%;height:auto}.route-speed-value{display:inline-flex;align-items:baseline;gap:.05em}.route-speed-unit{font-size:.72em;font-weight:600;letter-spacing:-.02em}.route-speed-unit sub,.route-speed-unit sup{font-size:.68em;line-height:0}.route-listing-card__cta{margin:0;font-size:.88rem}.route-listing-card__cta a{color:var(--green-dark);font-weight:600;text-decoration:none}.route-listing-card__cta a:hover{text-decoration:underline}.route-listing-card__trailhead{margin:0;font-size:.85rem;color:var(--muted)}.route-listing-card__trailheads{display:flex;flex-wrap:wrap;gap:.35rem}.route-listing-card__trailhead-pill{font-size:.78rem;min-height:1.65rem;padding:.2rem .65rem}.route-listing-stats{display:flex;flex-wrap:wrap;align-items:center;gap:.15rem .35rem}.route-listing-stats__cell{display:inline-flex;align-items:center;gap:.3rem}.route-listing-stats__sep{color:#b8b0a6;-webkit-user-select:none;-moz-user-select:none;user-select:none}.route-listing-stats__item{display:inline-flex;align-items:center;gap:.35rem;font-size:.88rem}.route-listing-stats__icon{display:inline-flex;color:var(--green-dark);opacity:.85}.route-listing-stats__item strong{font-weight:600;color:var(--ink)}.badge{display:inline-block;padding:.2rem .6rem;border-radius:6px;font-size:.8rem;font-weight:600;background:var(--green);color:#fff;text-transform:capitalize}.filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:rgba(58,157,35,.12);border-radius:12px}.filters select{padding:.5rem .75rem;border-radius:8px;border:1px solid #ccc}.routes-hero{background:linear-gradient(135deg,var(--green-deep) 0,var(--green) 60%);color:#fff;padding:3rem 0 2rem;text-align:center}.site-footer{padding:calc(3rem + var(--footer-overlap, 0px)) 0 3rem;text-align:center;color:var(--muted);font-size:.9rem}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 3rem;margin-top:2rem;margin-bottom:4rem;text-align:left}.footer-nav__col{display:flex;flex-direction:column;gap:1.25rem;min-width:8rem}.footer-nav__heading{margin:0 0 .5rem;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--foreground,#1a1a1a)}.footer-nav__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.footer-nav__link{color:var(--muted);font-size:.875rem;text-decoration:none;transition:color .15s ease}.footer-nav__link:hover{color:var(--primary);text-decoration:none}.site-footer__social{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3.25rem}.social-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .85rem;border-radius:999px;border:1px solid #e3e3e3;background:#fff;color:#333;font-size:.8rem;font-weight:600;line-height:1;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.social-pill svg{width:1rem;height:1rem;color:var(--brand,var(--primary));transition:color .15s ease}.social-pill:hover{background:var(--brand,var(--primary));border-color:var(--brand,var(--primary));color:#fff}.social-pill:hover,.social-pill__label{text-decoration:none}.social-pill:hover svg{color:#fff}.site-footer__copy{color:var(--muted)}.site-footer__powered{margin-top:1.75rem;display:flex;justify-content:center}.site-footer__powered-logo{display:block;height:80px;width:auto;max-width:480px;-o-object-fit:contain;object-fit:contain;border-radius:8px;opacity:.92;transition:opacity .15s ease}.site-footer__powered a:hover .site-footer__powered-logo{opacity:1}.site-footer--has-hero{position:relative;isolation:isolate;overflow:hidden;margin-top:calc(-1 * var(--footer-pull, 0px));padding:calc(4rem + var(--footer-overlap, 0px)) 0 4rem;color:#fff}.site-footer__hero{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:50%;background-repeat:no-repeat}.site-footer__hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(8,10,12,.72),rgba(8,10,12,.82) 45%,rgba(8,10,12,.9))}.site-footer--has-hero .site-footer__copy{color:rgba(255,255,255,.82)}.site-footer--has-hero .footer-nav__heading{color:#fff}.site-footer--has-hero .footer-nav__link{color:rgba(255,255,255,.78)}.site-footer--has-hero .footer-nav__link:hover{color:#fff}.route-map{position:relative;width:100%;background:var(--green-deep)}.route-map:fullscreen{display:flex;flex-direction:column;width:100%;height:100%;background:var(--green-deep)}.route-map:fullscreen .leaflet-container,.route-map:fullscreen .route-map__canvas{flex:1;height:100%!important;min-height:0!important}.route-map__toolbar{position:absolute;top:10px;right:10px;z-index:1000;display:flex;align-items:flex-start;gap:.35rem;pointer-events:none}.route-map__toolbar>*{pointer-events:auto}.route-map__layer-group{display:flex;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.2)}.route-map__btn{border:none;background:rgba(255,255,255,.95);color:var(--ink);font-size:.78rem;font-weight:600;transition:background .15s ease,box-shadow .15s ease;padding:.4rem .55rem;cursor:pointer;line-height:1.2}.route-map__btn:not(.route-map__btn--active):hover{background:#eef2eb;box-shadow:0 2px 12px rgba(45,122,27,.28)}.route-map__btn--active{background:var(--green-dark);color:#fff}.route-map__btn--active:hover{background:var(--green)}.route-map__btn--icon,.route-map__layer-group .route-map__btn--glyph{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:2rem;min-height:2rem;min-width:2rem}.route-map__btn--icon{border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2);font-size:1rem;line-height:1;padding:0}.route-map__btn-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.route-map__btn-icon-wrap--struck:after{content:"";position:absolute;left:-1px;right:-1px;top:50%;height:2px;margin-top:-1px;background:currentColor;border-radius:1px;transform:rotate(-42deg);opacity:.9;pointer-events:none}.trailheads-overview-map--mapbox .poi-marker--muted:hover .poi-marker__badge{border-color:var(--green);border-width:2px}.trailheads-overview-map--mapbox .poi-marker--muted:hover .poi-marker__emoji{filter:none;opacity:1}.route-map__btn--glyph{padding:0 .55rem}.route-map__routes-menu{position:relative;flex-shrink:0}.route-map__filter-panel{position:absolute;top:calc(100% + 4px);right:0;z-index:1100;display:flex;flex-direction:row;align-items:flex-start;gap:.5rem;padding:.5rem;border-radius:10px;background:rgba(255,255,255,.98);box-shadow:0 4px 18px rgba(0,0,0,.22);border:1px solid #e5e0d6}.route-map__filter-panel--segments{flex-direction:column;align-items:stretch;gap:.45rem;min-width:min(92vw,22rem);padding:.55rem .6rem .6rem}.route-map__filter-panel--routes{min-width:0;width:-moz-max-content;width:max-content;max-width:92vw}.route-map__filter-panel__title{margin:0;font-size:.72rem;font-weight:700;color:var(--muted);letter-spacing:.01em}.route-map__filter-panel__cols{display:flex;flex-direction:row;align-items:flex-start;gap:.5rem}.route-map__filter-col-header{display:flex;align-items:center;justify-content:flex-start;gap:.3rem;width:100%;margin:0 0 .15rem;padding:.15rem .2rem;border:none;border-radius:6px;background:transparent;cursor:pointer;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);line-height:1.2}.route-map__filter-col-header:hover{color:var(--green-dark);background:rgba(45,122,27,.06)}.route-map__filter-col-header--static{cursor:default}.route-map__filter-col-header--static:hover{color:var(--muted);background:transparent}.route-map__filter-col-header--on{color:var(--green-dark)}.route-map__filter-col-header--partial{color:var(--green-dark);opacity:.85}.route-map__filter-col-header__box{display:inline-flex;align-items:center;justify-content:center;width:.78rem;height:.78rem;flex-shrink:0;border:1.5px solid #9a9288;border-radius:2px;background:#fff;box-sizing:border-box}.route-map__filter-col-header__box--on,.route-map__filter-col-header__box--partial{border-color:var(--green-dark);background:var(--green-dark)}.route-map__filter-col-header__mark{width:.52rem;height:.52rem;color:#fff;stroke:currentColor;flex-shrink:0}.route-map__filter-col-header--on .route-map__filter-col-header__box,.route-map__filter-col-header--partial .route-map__filter-col-header__box{border-color:var(--green-dark);background:var(--green-dark)}.route-map__filter-col-header--on .route-map__filter-col-header__box:after,.route-map__filter-col-header--partial .route-map__filter-col-header__box:after{content:none}.route-map__filter-col{display:flex;flex-direction:column;gap:.35rem;align-items:stretch;min-width:2.5rem}.route-map__filter-chip{display:inline-flex;align-items:center;justify-content:flex-start;gap:.25rem;width:100%;border:1px solid #d4cfc4;border-radius:8px;background:#fff;padding:.3rem .45rem;cursor:pointer;font-size:.72rem;font-weight:600;color:var(--ink);line-height:1.1;transition:border-color .12s,background .12s,opacity .12s}.route-map__filter-chip--on{border-color:var(--green-dark);background:rgba(45,122,27,.12);box-shadow:inset 0 0 0 1px var(--green-dark)}.route-map__filter-chip--disabled{opacity:.38;cursor:not-allowed;filter:grayscale(.85)}.route-map__filter-chip--sport{justify-content:center;min-height:2.1rem;padding:.35rem}.route-map__filter-sport-icon{width:1.15rem;height:1.15rem}.route-map__filter-diff-swatch{width:.65rem;height:.65rem;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.15)}.route-map__filter-diff-label{white-space:nowrap}.routes-index__dropdown-filters{margin-bottom:1rem}.routes-index__icon-filter{display:flex;flex-direction:row;align-items:flex-start;gap:.5rem;padding:.65rem .75rem;margin-bottom:1.5rem;border-radius:10px;background:rgba(255,255,255,.98);box-shadow:0 2px 10px rgba(0,0,0,.08);border:1px solid #e5e0d6;width:-moz-fit-content;width:fit-content;max-width:100%}.routes-index__icon-filter .route-map__filter-col{min-width:2.5rem}.routes-index{padding-bottom:4rem}.routes-hero-overlap{position:relative;z-index:20;margin-top:1.25rem;margin-bottom:2rem}.routes-filter-card{background:rgba(255,255,255,.98);border:1px solid #e5e0d6;border-radius:14px;box-shadow:0 12px 34px rgba(31,41,33,.18);padding:1rem 1.1rem}.routes-filter-card__cols{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:1rem 1.25rem}.routes-filter-card__col--trailheads{max-height:13.5rem;overflow-y:auto;padding-right:.25rem}.routes-filter-card__th-list{display:flex;flex-direction:column;gap:.35rem}.routes-filter-card__col--trailheads.routes-filter-card__col--trailheads-wide{max-height:none;overflow:visible}.routes-filter-card__col--trailheads-wide .routes-filter-card__th-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem .5rem}.routes-filter-card--th-2col .routes-filter-card__sliders{flex-basis:13rem;min-width:12rem}.routes-filter-card__sliders{display:flex;flex-direction:column;gap:.85rem;flex:1 1 16rem;min-width:14rem;padding-top:1.25rem}.routes-filter-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.9rem;padding-top:.75rem;border-top:1px solid #f0ebe2}.routes-filter-card__count{font-size:.85rem;font-weight:600;color:var(--muted)}.routes-filter-card__clear{border:1px solid #d4cfc4;background:#fff;color:var(--ink);font:inherit;font-size:.85rem;font-weight:600;padding:.4rem .9rem;border-radius:999px;cursor:pointer;transition:border-color .12s,color .12s,background .12s}.routes-filter-card__clear:hover{border-color:var(--green-dark);color:var(--green-dark);background:rgba(17,141,67,.06)}.routes-view-more{display:flex;justify-content:center;margin-top:1.75rem}.routes-view-more__btn{border:1px solid #d4cfc4;background:#fff;color:var(--ink);font:inherit;font-weight:600;padding:.7rem 1.6rem;border-radius:999px;cursor:pointer;transition:border-color .12s,color .12s,background .12s}.routes-view-more__btn:hover{border-color:var(--green-dark);color:var(--green-dark);background:rgba(17,141,67,.06)}.dual-range{display:flex;flex-direction:column;gap:.35rem}.dual-range__head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.dual-range__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.dual-range__value{font-size:.8rem;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}.dual-range__track{position:relative;height:1.5rem}.dual-range__rail{left:0;right:0;background:#e3ded3}.dual-range__fill,.dual-range__rail{position:absolute;top:50%;height:4px;transform:translateY(-50%);border-radius:999px}.dual-range__fill{background:var(--green-dark)}.dual-range__input{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none}.dual-range__input:disabled{opacity:.5}.dual-range__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;width:1rem;height:1rem;border-radius:50%;background:#fff;border:2px solid var(--green-dark);box-shadow:0 1px 4px rgba(0,0,0,.2);cursor:pointer}.dual-range__input::-moz-range-thumb{pointer-events:auto;width:1rem;height:1rem;border-radius:50%;background:#fff;border:2px solid var(--green-dark);box-shadow:0 1px 4px rgba(0,0,0,.2);cursor:pointer}.dual-range__input::-moz-range-track{background:transparent}@media (max-width:767px){.routes-filter-card__sliders{flex-basis:100%;padding-top:.25rem}}.route-map .leaflet-container,.route-map__canvas{width:100%;height:min(52vh,480px);min-height:320px;z-index:0}.route-map__canvas .mapboxgl-map,.route-map__canvas-inner{width:100%;height:100%;min-height:320px}.route-map--mapbox .mapboxgl-ctrl-top-left{display:none!important}.route-map__canvas-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#e8e4dc;color:var(--muted);font-size:.9rem;z-index:1;pointer-events:none}.leaflet-container img{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-tile-pane{z-index:200}.route-map__caption{margin:0;padding:.5rem 1rem;font-size:.85rem;color:rgba(255,255,255,.9);background:var(--green-deep);text-align:center}.route-map--empty,.route-map--loading{display:grid;place-items:center;min-height:280px;padding:2rem;color:var(--muted);background:#e8e4dc}.route-map--hero{min-height:200px}.route-orbit-map{position:relative;width:100%;height:min(52vh,480px);min-height:320px;background:#1a2e1f}.route-orbit-map__canvas{width:100%;height:100%}.route-orbit-map--fallback,.route-orbit-map--loading{display:grid;place-items:center;min-height:320px;height:min(52vh,480px);padding:1.5rem;text-align:center;color:#e8e4dc;background:#1a2e1f}.route-orbit-map--fallback p{margin:0;max-width:28rem;line-height:1.5}.route-orbit-map__hint{position:absolute;left:0;right:0;bottom:2.25rem;margin:0;padding:0 1rem;text-align:center;font-size:.8rem;color:rgba(255,255,255,.88);text-shadow:0 1px 4px rgba(0,0,0,.65);pointer-events:none;z-index:2}.route-orbit-map .mapboxgl-ctrl-bottom-left,.route-orbit-map .mapboxgl-ctrl-bottom-right{opacity:.85}.route-detail h1{color:var(--green-dark);margin-top:.5rem}.route-detail__info .route-detail__meta,.route-detail__meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center;margin:0}.route-detail__info{min-width:0;margin-top:.25rem}.route-detail__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,17rem);gap:1.25rem 2rem;align-items:start;margin-top:.5rem}.route-detail__body--solo{grid-template-columns:1fr}.route-detail__copy{min-width:0}.route-detail__badge{display:inline-flex;align-items:center;gap:.45rem;min-height:2rem;padding:.35rem .8rem;border-radius:999px;font-size:.85rem;font-weight:600;border:1px solid #e5e0d6;background:#fff;color:var(--ink)}.route-listing-card__badge{font-size:.8rem;min-height:1.85rem;padding:.25rem .7rem}.route-detail__badge--sport{color:var(--ink)}.route-detail__badge--difficulty{border-width:1px;background:#fff}.route-detail__badge--trailhead{background:#fff;color:#111;border:1px solid #d8d2c4;text-decoration:none}.route-detail__badge--trailhead:hover{border-color:var(--green);text-decoration:none}.route-detail__badge-icon{width:1.15rem;height:1.15rem;flex-shrink:0;color:var(--green-dark)}.difficulty-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;border:1px solid rgba(26,26,26,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}.difficulty-icon--sm{width:.7rem;height:.7rem}.difficulty-icon--md{width:.82rem;height:.82rem}.route-detail__stats--script{margin:.75rem 0 1rem}.route-detail__stat-line{margin:.15rem 0;font-family:var(--font-route-script),"Segoe Script","Bradley Hand",cursive;font-size:clamp(1.45rem,2.8vw,2rem);font-weight:600;color:var(--green-dark);line-height:1.35}.route-detail__stat-line strong{font-weight:700}.route-detail__stat-sub{margin:0 0 .35rem .15rem;font-family:var(--font-route-script),"Segoe Script","Bradley Hand",cursive;font-size:clamp(1.1rem,2.2vw,1.55rem);font-weight:600;color:var(--green-dark);line-height:1.3;opacity:.92}.route-detail__endpoint{display:flex;align-items:flex-start;gap:.5rem;margin:.35rem 0;font-size:1rem;line-height:1.45}.route-detail__endpoint-icon{flex-shrink:0;font-size:1.25rem;line-height:1.2}.route-detail__endpoint--loop{color:var(--muted);font-style:italic}.route-detail__stats{font-size:1.1rem}.route-detail__stats span{margin:0 .35rem;color:var(--muted)}.route-stats-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.15rem .35rem;padding:.75rem 0 1rem;margin-bottom:.25rem;border-bottom:1px solid #e5e0d6;color:#6f6760}.route-stats-bar__cell{display:inline-flex;align-items:center;gap:.35rem}.route-stats-bar__sep{color:#b8b0a6;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0 .1rem}.route-stats-bar__item{display:inline-flex;align-items:center;gap:.4rem}.route-stats-bar__icon{display:inline-flex;align-items:center;justify-content:center;color:#6f6760;flex-shrink:0}.route-stats-bar__value{font-size:.95rem;font-weight:600;color:var(--ink);white-space:nowrap}.route-stats-bar__cell--end{margin-left:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.elevation-chart__tip-slot{min-height:2.6rem;margin:0 0 .5rem}.elevation-chart__segment-tip{margin:0;padding:.5rem .7rem;font-size:.85rem;line-height:1.4;background:#e8f3e4;border-left:4px solid var(--green);border-radius:0 6px 6px 0;min-height:2.6rem;display:flex;align-items:center}.elevation-chart__segment-tip--placeholder{color:var(--muted);font-weight:400;border-left-color:#b8d4ae}.route-arrow-marker{background:transparent;border:none}.route-arrow-marker__wrap{display:flex;align-items:center;justify-content:center;width:18px;height:20px;transform-origin:50% 50%;filter:drop-shadow(0 0 1px rgba(255,255,255,.9))}.route-arrow-marker__svg{display:block}.route-map__segment-tip{position:absolute;left:50%;bottom:3.25rem;transform:translateX(-50%);z-index:500;max-width:min(92%,420px);padding:.5rem .75rem;font-size:.85rem;background:rgba(255,255,255,.96);border:1px solid #e5e0d6;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);pointer-events:none}.trail-endpoint{background:transparent;border:none}.trail-endpoint__emoji{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:1.35rem;filter:drop-shadow(0 1px 3px rgba(0,0,0,.45))}.segment-map-tooltip{font-size:.8rem;padding:.35rem .5rem;white-space:normal;max-width:280px}.elevation-section{padding:1.5rem 0 0}.route-experience .elevation-section{padding-top:0;margin-top:-.5rem}.elevation-chart{background:#fff;border-radius:12px;padding:1rem 1.25rem .75rem;box-shadow:0 8px 24px rgba(0,0,0,.08)}.elevation-chart--interactive{border:1px solid #e5e0d6}.elevation-chart__plot{position:relative}.elevation-chart__gpx-attribution{margin:.65rem 0 .15rem;padding-top:.55rem;max-width:100%;font-size:.72rem;line-height:1.35;color:#9a958a;text-align:right;pointer-events:none}.elevation-chart__header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.elevation-chart__title{margin:0;font-size:1.1rem;color:var(--green-dark)}.elevation-chart__readout{margin:0;font-size:.95rem;color:var(--ink)}.elevation-chart__readout span{color:var(--muted)}.elevation-chart__poi{opacity:.92}.elevation-chart__poi--hover{opacity:1}.badge--difficulty{text-transform:none;border:1px solid transparent}.route-section-block{padding-top:0}.route-detail__body .route-detail__description{margin:.75rem 0 0}.route-detail__download{margin:1rem 0 0}.route-surface-summary{background:linear-gradient(135deg,#e8f5e1,#f4f1ea);border:1px dashed var(--green);border-radius:12px;padding:1rem 1.15rem}.network-breakdown{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.25rem 2.5rem}.network-breakdown__group{flex:0 0 auto;min-width:0}.network-breakdown__group .route-surface-summary__heading{margin-top:0}.network-breakdown__work-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:6px;background:rgba(17,141,67,.1);color:var(--green-dark)}.network-breakdown__caption{flex:1 1 100%;width:100%;margin:.25rem 0 0;color:var(--muted);font-size:.82rem;line-height:1.55}.network-breakdown__work-icon svg{width:1.15rem;height:1.15rem}.home-intro .funding-section-heading{text-align:center}.home-intro__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1.5rem;text-align:left;align-items:start}@media (min-width:900px){.home-intro__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}}.home-intro__copy .funding-page__body,.home-intro__copy .funding-page__lead{max-width:none;margin-left:0;margin-right:0;text-align:left}.home-intro__copy .funding-page__lead{font-size:1.15rem;line-height:1.6;margin-bottom:1rem}.home-intro__copy .funding-page__body{margin-top:1rem}.home-intro__aside{display:flex;align-items:flex-start}.home-intro__stats{width:100%}.home-intro__stats .network-breakdown{gap:1rem 1.75rem}.home-intro__stats .network-breakdown__group{flex:1 1 8rem}.home-featured{padding-top:0}.home-featured .about-block--featured{margin-top:0;padding-top:0;border-top:none}.home-carousel{margin:3.5rem 0}.home-carousel__viewport{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.home-carousel__track{display:flex;width:-moz-max-content;width:max-content;margin:0;padding:0;list-style:none;animation-name:home-carousel-scroll;animation-timing-function:linear;animation-iteration-count:infinite}.home-carousel:hover .home-carousel__track{animation-play-state:paused}.home-carousel__item{flex:0 0 auto;width:clamp(220px,26vw,340px);aspect-ratio:4/3;margin-right:1rem;border-radius:16px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;background:#e9e4d8;box-shadow:0 10px 26px rgba(31,41,33,.14)}.home-carousel__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .35s ease}.home-carousel__item:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(31,41,33,.2)}.home-carousel__item:hover img{transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.home-carousel__item,.home-carousel__item img{transition:none}.home-carousel__item:hover,.home-carousel__item:hover img{transform:none}}@keyframes home-carousel-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (prefers-reduced-motion:reduce){.home-carousel__track{animation:none}.home-carousel__viewport{overflow-x:auto}}.route-surface-summary__heading{margin:0 0 .65rem;font-size:.88rem;font-weight:700;color:var(--green-dark);letter-spacing:.01em}.route-surface-summary__heading--spaced{margin-top:1.15rem}.route-surface-summary__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.route-surface-summary__row{display:flex;align-items:center;gap:.55rem}.route-surface-summary__icon-wrap{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.route-surface-summary__icon-wrap .surface-texture--admin{width:2rem;height:2rem;border-radius:6px}.route-surface-summary__difficulty-swatch{display:block;width:2rem;height:2rem;border-radius:6px;box-shadow:inset 0 0 0 1px rgba(26,26,26,.12)}.route-surface-summary__unsegmented-icon{display:block;width:2rem;height:2rem;border-radius:6px;border:1px dashed #9a9288;background:repeating-linear-gradient(-45deg,#e8e4dc,#e8e4dc 4px,#d8d2c4 0,#d8d2c4 8px)}.route-surface-summary__meta{display:flex;flex-direction:column;gap:.1rem;min-width:0}.route-surface-summary__name{font-size:.88rem;font-weight:600;color:var(--ink);line-height:1.25}.route-surface-summary__figures{font-size:.8rem;color:var(--muted);font-variant-numeric:tabular-nums}.route-surface-summary__sep{margin:0 .2rem}.route-detail__description{max-width:65ch;line-height:1.6}@media (max-width:720px){.route-detail__body{grid-template-columns:1fr}}.route-cursor-marker{background:transparent;border:none}.route-cursor-marker__dot{display:block;width:18px;height:18px;margin:1px;border-radius:50%;background:#fff;border:4px solid #c45c00;box-shadow:0 2px 8px rgba(0,0,0,.35);animation:cursor-pulse 1.2s ease-in-out infinite}@keyframes cursor-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.elevation-chart__svg{width:100%;height:auto;display:block}.elevation-chart--empty{padding:2rem;text-align:center;color:var(--muted)}.badge--sport{background:var(--sand)}.badge--muted{background:#8a8a8a}.pois-section,.segments-section{margin-top:2rem}.media-section h2,.pois-section h2,.segments-section h2{color:var(--green-dark);font-size:1.25rem}.segments-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.segments-list__item{background:#fff;border-radius:10px;padding:1rem 1.25rem;box-shadow:0 4px 12px rgba(0,0,0,.06)}.segments-list__head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}.segments-list__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 0}.segments-list__notes{margin:.5rem 0 0;color:var(--muted);font-size:.95rem}.pois-list{list-style:none;padding:0;margin:0}.pois-list li{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #e5e0d6}.pois-list__icon{font-size:1.5rem}.pois-list__type{color:var(--muted);text-transform:capitalize}.route-guide h2{color:var(--green-dark);font-size:1.25rem;margin:0 0 .35rem}.route-guide__intro{margin:0 0 1rem;color:var(--muted);font-size:.95rem;max-width:55ch}.route-guide__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.route-guide__item{display:flex;gap:.75rem;align-items:flex-start;background:#fff;border-radius:10px;padding:.85rem 1.1rem;box-shadow:0 4px 12px rgba(0,0,0,.06);border:1px solid transparent;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.route-guide__item--focus{background:#f3faf5;border-color:rgba(17,141,67,.45);box-shadow:0 4px 14px rgba(13,107,51,.12)}.route-guide__marker{font-size:1.35rem;line-height:1.2;flex-shrink:0}.surface-texture{display:block;background-color:var(--surface-color,#999);border-radius:4px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14)}.surface-texture--admin{width:22px;height:32px;border-radius:5px;margin:0 auto}.surface-texture--vertical{width:100%;min-height:3.75rem;flex:1;border-radius:4px}.surface-texture--horizontal{position:absolute;inset:0;display:block;overflow:hidden;background-color:var(--surface-color,#999)}.surface-texture--horizontal .surface-texture__rotated{position:absolute;left:50%;top:50%;width:28px;height:100cqw;min-height:100%;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center;background-repeat:repeat-y;pointer-events:none}@supports not (height:100cqw){.surface-texture--horizontal .surface-texture__rotated{height:900px}}.elevation-chart__surface-fo{overflow:hidden;pointer-events:none}.elevation-chart__surface-fo-inner,.elevation-chart__surface-strip{width:100%;height:100%;overflow:hidden}.elevation-chart__surface-strip{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:0;border-radius:3px;box-sizing:border-box;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.elevation-chart__surface-segment{container-type:inline-size;position:relative;display:block;flex:1 1 0;min-width:0;height:100%;overflow:hidden}.elevation-chart__surface-segment--gap .elevation-chart__surface-gap{position:absolute;inset:0;display:block;background-image:repeating-linear-gradient(180deg,rgba(255,255,255,.4) 0 3px,transparent 3px 7px)}.elevation-chart__surface-segment .surface-texture--horizontal{border-radius:0;box-shadow:none}.elevation-chart__surface-segment:first-child .surface-texture--horizontal{border-top-left-radius:3px;border-bottom-left-radius:3px}.elevation-chart__surface-segment:last-child .elevation-chart__surface-gap,.elevation-chart__surface-segment:last-child .surface-texture--horizontal{border-top-right-radius:3px;border-bottom-right-radius:3px}.surface-texture--gravel{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='28' viewBox='0 0 20 28'%3E%3Ccircle cx='3' cy='4' r='1.4' fill='rgba(0,0,0,0.32)'/%3E%3Ccircle cx='9' cy='2' r='0.7' fill='rgba(0,0,0,0.22)'/%3E%3Ccircle cx='15' cy='7' r='1.1' fill='rgba(0,0,0,0.28)'/%3E%3Ccircle cx='6' cy='11' r='0.9' fill='rgba(255,255,255,0.2)'/%3E%3Ccircle cx='17' cy='14' r='1.6' fill='rgba(0,0,0,0.3)'/%3E%3Ccircle cx='2' cy='16' r='0.8' fill='rgba(0,0,0,0.24)'/%3E%3Ccircle cx='11' cy='19' r='1.2' fill='rgba(0,0,0,0.26)'/%3E%3Ccircle cx='7' cy='24' r='1.5' fill='rgba(0,0,0,0.34)'/%3E%3Ccircle cx='14' cy='22' r='0.6' fill='rgba(255,255,255,0.18)'/%3E%3Ccircle cx='4' cy='26' r='1' fill='rgba(0,0,0,0.2)'/%3E%3C/svg%3E");background-size:20px 28px}.surface-texture--singletrack{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='28' viewBox='0 0 20 28'%3E%3Cpath d='M10 1 Q12.5 8 10 14 Q7.5 21 10 27' fill='none' stroke='rgba(75,50,28,0.72)' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-size:20px 28px}.surface-texture--jeep_track{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='28' viewBox='0 0 20 28'%3E%3Cpath d='M7 1 Q9 8 7 14 Q5 21 7 27' fill='none' stroke='rgba(75,50,28,0.72)' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M13 1 Q15 8 13 14 Q11 21 13 27' fill='none' stroke='rgba(75,50,28,0.72)' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");background-size:20px 28px}.surface-texture--sand{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24'%3E%3Cpath d='M4 0 Q6 6 4 12 Q2 18 4 24' fill='none' stroke='rgba(0,0,0,0.18)' stroke-width='1.2'/%3E%3Cpath d='M10 0 Q8 8 10 16 Q12 20 10 24' fill='none' stroke='rgba(0,0,0,0.14)' stroke-width='1'/%3E%3Cpath d='M14 0 Q12 5 14 11 Q16 17 14 24' fill='none' stroke='rgba(0,0,0,0.12)' stroke-width='0.9'/%3E%3C/svg%3E");background-size:16px 24px}.surface-texture--tar{background-image:linear-gradient(90deg,transparent 0 22%,rgba(255,255,255,.82) 22% calc(22% + 2px),transparent calc(22% + 2px) calc(78% - 2px),rgba(255,255,255,.82) calc(78% - 2px) 78%,transparent 78% 100%)}.surface-texture--grass{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='26' viewBox='0 0 18 26'%3E%3Cpath d='M3 26 L3.5 20' stroke='rgba(0,0,0,0.35)' stroke-width='1.1' stroke-linecap='round'/%3E%3Cpath d='M7 26 L6 19' stroke='rgba(0,0,0,0.3)' stroke-width='1' stroke-linecap='round'/%3E%3Cpath d='M11 26 L11.5 21' stroke='rgba(0,0,0,0.32)' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M15 26 L14 18' stroke='rgba(0,0,0,0.28)' stroke-width='0.9' stroke-linecap='round'/%3E%3Cpath d='M5 26 L5.8 22' stroke='rgba(0,0,0,0.22)' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9 26 L8.2 17' stroke='rgba(0,0,0,0.34)' stroke-width='1' stroke-linecap='round'/%3E%3Cpath d='M13 26 L13.5 23' stroke='rgba(0,0,0,0.2)' stroke-width='0.7' stroke-linecap='round'/%3E%3C/svg%3E");background-size:18px 26px}.surface-texture--rock{background-image:linear-gradient(155deg,transparent 42%,rgba(0,0,0,.22) 42% 58%,transparent 58%),linear-gradient(25deg,transparent 38%,rgba(0,0,0,.18) 38% 52%,transparent 52%),linear-gradient(110deg,transparent 50%,rgba(0,0,0,.15) 50% 62%,transparent 62%);background-size:11px 13px,13px 11px,12px 14px}.surface-texture--mixed{background-image:repeating-linear-gradient(90deg,rgba(0,0,0,.11) 0 1px,transparent 1px 6px),repeating-linear-gradient(90deg,transparent 0 3px,rgba(0,0,0,.08) 3px 4px,transparent 4px 9px)}.surface-texture--unknown{background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.32) 0 2px,transparent 2px 7px),repeating-linear-gradient(90deg,transparent 0 4px,rgba(255,255,255,.22) 4px 5px,transparent 5px 10px)}.surface-texture__rotated.surface-texture--gravel{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='28' viewBox='0 0 20 28'%3E%3Ccircle cx='3' cy='4' r='1.4' fill='rgba(0,0,0,0.32)'/%3E%3Ccircle cx='9' cy='2' r='0.7' fill='rgba(0,0,0,0.22)'/%3E%3Ccircle cx='15' cy='7' r='1.1' fill='rgba(0,0,0,0.28)'/%3E%3Ccircle cx='6' cy='11' r='0.9' fill='rgba(255,255,255,0.2)'/%3E%3Ccircle cx='17' cy='14' r='1.6' fill='rgba(0,0,0,0.3)'/%3E%3Ccircle cx='2' cy='16' r='0.8' fill='rgba(0,0,0,0.24)'/%3E%3Ccircle cx='11' cy='19' r='1.2' fill='rgba(0,0,0,0.26)'/%3E%3Ccircle cx='7' cy='24' r='1.5' fill='rgba(0,0,0,0.34)'/%3E%3Ccircle cx='14' cy='22' r='0.6' fill='rgba(255,255,255,0.18)'/%3E%3Ccircle cx='4' cy='26' r='1' fill='rgba(0,0,0,0.2)'/%3E%3C/svg%3E");background-size:20px 28px}.surface-texture__rotated.surface-texture--singletrack{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='28' viewBox='0 0 20 28'%3E%3Cpath d='M10 1 Q12.5 8 10 14 Q7.5 21 10 27' fill='none' stroke='rgba(75,50,28,0.72)' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-size:20px 28px}.surface-texture__rotated.surface-texture--jeep_track{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='28' viewBox='0 0 20 28'%3E%3Cpath d='M7 1 Q9 8 7 14 Q5 21 7 27' fill='none' stroke='rgba(75,50,28,0.72)' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M13 1 Q15 8 13 14 Q11 21 13 27' fill='none' stroke='rgba(75,50,28,0.72)' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");background-size:20px 28px}.surface-texture__rotated.surface-texture--sand{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24'%3E%3Cpath d='M4 0 Q6 6 4 12 Q2 18 4 24' fill='none' stroke='rgba(0,0,0,0.18)' stroke-width='1.2'/%3E%3Cpath d='M10 0 Q8 8 10 16 Q12 20 10 24' fill='none' stroke='rgba(0,0,0,0.14)' stroke-width='1'/%3E%3Cpath d='M14 0 Q12 5 14 11 Q16 17 14 24' fill='none' stroke='rgba(0,0,0,0.12)' stroke-width='0.9'/%3E%3C/svg%3E");background-size:16px 24px}.surface-texture__rotated.surface-texture--grass{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='26' viewBox='0 0 18 26'%3E%3Cpath d='M3 26 L3.5 20' stroke='rgba(0,0,0,0.35)' stroke-width='1.1' stroke-linecap='round'/%3E%3Cpath d='M7 26 L6 19' stroke='rgba(0,0,0,0.3)' stroke-width='1' stroke-linecap='round'/%3E%3Cpath d='M11 26 L11.5 21' stroke='rgba(0,0,0,0.32)' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M15 26 L14 18' stroke='rgba(0,0,0,0.28)' stroke-width='0.9' stroke-linecap='round'/%3E%3Cpath d='M5 26 L5.8 22' stroke='rgba(0,0,0,0.22)' stroke-width='0.8' stroke-linecap='round'/%3E%3Cpath d='M9 26 L8.2 17' stroke='rgba(0,0,0,0.34)' stroke-width='1' stroke-linecap='round'/%3E%3Cpath d='M13 26 L13.5 23' stroke='rgba(0,0,0,0.2)' stroke-width='0.7' stroke-linecap='round'/%3E%3C/svg%3E");background-size:18px 26px}.surface-texture__rotated.surface-texture--rock{background-image:linear-gradient(155deg,transparent 42%,rgba(0,0,0,.22) 42% 58%,transparent 58%),linear-gradient(25deg,transparent 38%,rgba(0,0,0,.18) 38% 52%,transparent 52%),linear-gradient(110deg,transparent 50%,rgba(0,0,0,.15) 50% 62%,transparent 62%);background-size:11px 13px,13px 11px,12px 14px}.surface-texture--horizontal.surface-texture--tar{background-image:linear-gradient(180deg,transparent 0 22%,rgba(255,255,255,.82) 22% calc(22% + 2px),transparent calc(22% + 2px) calc(78% - 2px),rgba(255,255,255,.82) calc(78% - 2px) 78%,transparent 78% 100%)}.surface-texture--horizontal.surface-texture--mixed{background-image:repeating-linear-gradient(180deg,rgba(0,0,0,.11) 0 1px,transparent 1px 6px),repeating-linear-gradient(180deg,transparent 0 3px,rgba(0,0,0,.08) 3px 4px,transparent 4px 9px)}.surface-texture--horizontal.surface-texture--unknown{background-image:repeating-linear-gradient(180deg,rgba(255,255,255,.32) 0 2px,transparent 2px 7px),repeating-linear-gradient(180deg,transparent 0 4px,rgba(255,255,255,.22) 4px 5px,transparent 5px 10px)}.elevation-chart__band-label{font-size:9px;fill:#9a958a;font-weight:500}.route-guide__segment-rail{flex-shrink:0;align-self:stretch;width:1.25rem;min-width:1.25rem;margin-top:.05rem;display:flex}.route-guide__item--segment{align-items:stretch}.route-guide__body{flex:1;min-width:0}.route-guide__body--split{display:flex;gap:1rem;align-items:flex-start}.route-guide__main{flex:1;min-width:0}.route-guide__aside{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;min-width:8.5rem;max-width:42%}.route-guide__stat-line{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;line-height:1.35;color:hsl(var(--muted-foreground,215 16% 47%));white-space:nowrap}.route-guide__stat-icon{width:.875rem;height:.875rem;flex-shrink:0;opacity:.7}.route-guide__stat-text{font-variant-numeric:tabular-nums}.route-guide__head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem 1rem}.route-guide__meta{margin:.35rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.45;display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.route-guide__meta-icon{width:.9rem;height:.9rem;flex-shrink:0;opacity:.7}.route-guide__item--segment .surface-texture{filter:grayscale(1);transition:filter .15s ease}.route-guide__item--segment:hover .surface-texture{filter:none}.route-guide__marker--poi{filter:grayscale(1);transition:filter .15s ease}.route-guide__item--poi:hover .route-guide__marker--poi{filter:none}.route-guide__description{margin:.4rem 0 0;color:var(--ink);font-size:.95rem;line-height:1.5}.route-guide__item--poi-in-segment{padding-left:.85rem}.route-guide__in-segment{color:var(--green-dark);font-size:.88rem}.route-detail__media{margin-top:1rem}.route-media{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.route-media--compact{margin-top:.5rem}.route-media__item{position:relative}.route-media__link{display:block;position:relative;border:none;padding:0;cursor:pointer;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);background:transparent}.media-lightbox-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.88)}.media-lightbox-panel{position:relative;width:min(96vw,900px);max-height:min(90vh,800px);display:flex;flex-direction:column;background:#111;border-radius:10px;overflow:hidden}.media-lightbox__close{position:absolute;top:.5rem;right:.5rem;z-index:2;width:2.25rem;height:2.25rem;border:none;border-radius:6px;background:rgba(0,0,0,.55);color:#fff;font-size:1.5rem;line-height:1;cursor:pointer}.media-lightbox__video-wrap{position:relative;background:#111}.media-lightbox__media{max-height:min(78vh,640px);display:block;background:#111}.media-lightbox__media,.media-lightbox__poster{width:100%;-o-object-fit:contain;object-fit:contain}.media-lightbox__poster{position:absolute;inset:0;height:100%;pointer-events:none}.media-lightbox__caption{margin:0;padding:.75rem 1rem;color:#f5f5f5;font-size:.9rem;background:#111}.media-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.75rem;height:2.75rem;border:none;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:1.75rem;line-height:1;cursor:pointer}.media-lightbox__nav:disabled{opacity:.25;cursor:default}.media-lightbox__nav--prev{left:.5rem}.media-lightbox__nav--next{right:.5rem}.media-lightbox__counter{position:absolute;top:.65rem;left:.75rem;z-index:2;margin:0;padding:.2rem .55rem;border-radius:4px;background:rgba(0,0,0,.55);color:#fff;font-size:.8rem}.media-lightbox__hints{margin:0;padding:.35rem 1rem .65rem;color:#aaa;font-size:.75rem;text-align:center;background:#111}.route-media__thumb{display:block;width:72px;height:54px;pointer-events:none;-o-object-fit:cover;object-fit:cover;background:#eee}.route-media__thumb--video-placeholder{background:linear-gradient(135deg,#2d4a35,#1a2e22)}.route-media__thumb--large{width:100%;height:auto;min-height:160px;max-height:220px}.route-media__play{position:absolute;bottom:6px;right:6px;font-size:.65rem;background:rgba(0,0,0,.65);color:#fff;padding:2px 5px;border-radius:4px}.route-media__km{display:block;font-size:.75rem;color:var(--muted);margin-bottom:.25rem}.route-media__caption{margin:.35rem 0 0;font-size:.85rem;color:var(--muted)}.route-media--library{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.route-media--library .route-media__item{background:#fff;border-radius:10px;padding:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.06)}.route-media--library .route-media__link{box-shadow:none}.route-media-library h2{color:var(--green-dark);font-size:1.25rem;margin:0 0 .35rem}.route-media-library__intro{margin:0 0 1rem;color:var(--muted);font-size:.95rem}.entity-media__grid{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.entity-media__item{position:relative}.entity-media__thumb{width:88px;height:66px;-o-object-fit:cover;object-fit:cover;border-radius:6px;background:#eee}.entity-media__delete{position:absolute;top:2px;right:2px;background:rgba(255,255,255,.9)!important}.admin-boundary-map .leaflet-container{width:100%;height:100%;background:#e8e4dc;z-index:0}.admin-boundary-map .leaflet-tile-pane{filter:none}.admin-boundary-vertex{background:transparent;border:none}.admin-boundary-vertex__dot{display:block;width:12px;height:12px;border-radius:50%;background:#16a34a;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.35)}.admin-boundary-vertex--draggable{cursor:grab}.admin-boundary-vertex--draggable:active{cursor:grabbing}@media print{.btn,.media-section,.route-detail>a,.route-experience,.site-footer,.site-header{display:none!important}.route-detail,.route-guide{box-shadow:none}.route-guide__item{box-shadow:none;border:1px solid #ccc;-moz-column-break-inside:avoid;break-inside:avoid}.route-guide__item--poi-in-segment{margin-left:.75rem!important}}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.media-grid__item{margin:0;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08)}.media-grid__thumb{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;display:block;background:#ddd}.media-grid__item figcaption{padding:.6rem .75rem;font-size:.85rem}.media-grid__geo{display:block;color:var(--muted);margin-top:.25rem}.poi-marker{background:transparent;border:none}.poi-marker__badge{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid var(--green);box-shadow:0 1px 4px rgba(0,0,0,.28);box-sizing:border-box}.poi-marker--highlighted .poi-marker__badge{border-color:#c45c00;border-width:3px}.poi-marker__emoji{font-size:1.05rem;line-height:1}.poi-marker--muted .poi-marker__badge{background:#fff;border:1.5px solid #d1d5db;opacity:.95}.poi-marker--muted .poi-marker__emoji{filter:grayscale(1);opacity:.75}.route-map--mapbox .poi-marker--highlighted .poi-marker__badge,.route-map--mapbox .poi-marker--muted:hover .poi-marker__badge{border-color:var(--green);border-width:2px}.route-map--mapbox .poi-marker--highlighted .poi-marker__emoji,.route-map--mapbox .poi-marker--muted:hover .poi-marker__emoji{filter:none;opacity:1}.route-map--mapbox .poi-marker--muted .poi-marker__badge{border:1.5px solid #d1d5db}.poi-marker--editing .poi-marker__emoji{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;border:2px solid #eab308;background:rgba(255,255,255,.96);box-shadow:0 0 0 4px rgba(250,204,21,.35)}.trailheads-page-body{padding-top:2rem;padding-bottom:3rem}.trailheads-split{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.1fr);gap:1.5rem;align-items:start}@media (max-width:900px){.trailheads-split{grid-template-columns:1fr}.trailheads-split__map{order:-1;min-height:320px}}.trailheads-split__list{display:flex;flex-direction:column;gap:1rem}.trailheads-overview-map{position:sticky;top:1rem;border-radius:12px;overflow:hidden;border:1px solid #e5e0d6;box-shadow:0 4px 20px rgba(0,0,0,.08)}.trailheads-overview-map__canvas{height:min(70vh,560px);width:100%}.trailheads-galleries{display:flex;flex-direction:column;gap:2.5rem}.trailheads-overview-map:fullscreen{display:flex;flex-direction:column;width:100%;height:100%;border-radius:0;background:var(--green-deep)}.trailheads-overview-map:fullscreen .trailheads-overview-map__viewport{flex:1;height:100%!important;min-height:0!important}.trailheads-overview-map:fullscreen .leaflet-container,.trailheads-overview-map:fullscreen .mapboxgl-map,.trailheads-overview-map:fullscreen .trailheads-overview-map__canvas,.trailheads-overview-map:fullscreen .trailheads-overview-map__canvas-host{flex:1;height:100%!important;min-height:0!important}.trailheads-overview-map--mapbox{position:relative}.trailheads-overview-map__viewport{position:relative;height:min(70vh,560px);width:100%}.trailheads-overview-map--mapbox .trailheads-overview-map__canvas,.trailheads-overview-map--mapbox .trailheads-overview-map__canvas-host{position:absolute;inset:0;width:100%;height:100%}.trailheads-overview-map__overlay{z-index:5;overflow:hidden}.mapbox-strava-chrome,.trailheads-overview-map__overlay{position:absolute;inset:0;pointer-events:none}.trailheads-overview-map--no-token{display:flex;align-items:center;justify-content:center;min-height:200px;padding:1.5rem}.th-mapbox-route-tip{position:absolute;z-index:4;pointer-events:none;max-width:min(300px,90vw);padding:.45rem .65rem;border-radius:6px;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 4px 14px rgba(0,0,0,.18);color:var(--ink);line-height:1.3;text-align:left}.mapbox-strava-controls{position:absolute;z-index:2;display:flex;flex-direction:column;gap:8px;pointer-events:none}.mapbox-strava-controls--tl{top:12px;left:12px;flex-direction:column;align-items:flex-start}.mapbox-strava-controls--tl,.mapbox-strava-row{display:flex;gap:6px;width:-moz-fit-content;width:fit-content}.mapbox-strava-row{flex-shrink:0;align-items:center}.mapbox-strava-controls--bl{bottom:12px;left:12px;gap:6px}.mapbox-strava-btn{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:4px;background:#fff;color:#1a1a1a;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.14);cursor:pointer;font-family:inherit}.mapbox-strava-btn:hover{background:#f5f5f5}.mapbox-strava-btn--active{background:#f0f0f0}.mapbox-strava-btn__icon,.mapbox-strava-btn__svg{width:20px;height:20px;display:block;color:#2b2b2b}.mapbox-strava-btn__label{font-size:.82rem;font-weight:700;letter-spacing:.02em}.mapbox-strava-stack{display:flex;flex-direction:column;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.14)}.mapbox-strava-btn--stacked{border-radius:0;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.08)}.mapbox-strava-btn--stacked:last-of-type{border-bottom:none}.mapbox-strava-pitch{display:flex;flex-direction:column;width:40px;height:40px;background:#fff;border-top:1px solid rgba(0,0,0,.08)}.mapbox-strava-pitch__half{flex:1;border:none;padding:0;cursor:pointer;background:#fff}.mapbox-strava-pitch__half--up{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3E%3Cpath fill='%23111' d='M10 2 L17 9 H3 Z'/%3E%3C/svg%3E") center 55% /14px 7px no-repeat}.mapbox-strava-pitch__half--up:hover{background-color:#f5f5f5}.mapbox-strava-pitch__half--down{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3E%3Cpath fill='%23b0b0b0' d='M10 8 L17 1 H3 Z'/%3E%3C/svg%3E") center 45% /14px 7px no-repeat}.mapbox-strava-pitch__half--down:hover{background-color:#f5f5f5}.mapbox-strava-style-menu{position:absolute;left:12px;bottom:104px;z-index:12;pointer-events:none}.mapbox-strava-style-menu>*{pointer-events:auto}.map-style-panel{width:min(88vw,13.5rem);padding:.5rem .5rem .55rem;border-radius:10px;background:rgba(255,255,255,.98);box-shadow:0 4px 18px rgba(0,0,0,.22);border:1px solid #e5e0d6}.map-style-panel__heading{margin:0 0 .4rem;font-size:.7rem;font-weight:700;color:var(--muted);letter-spacing:.02em}.map-style-panel__heading:not(:first-child){margin-top:.6rem}.map-style-panel__styles{display:grid;grid-template-columns:repeat(2,1fr);gap:.3rem}.map-style-panel__style-btn{display:flex;flex-direction:column;align-items:stretch;gap:.18rem;padding:.12rem;border:2px solid transparent;border-radius:8px;background:transparent;cursor:pointer}.map-style-panel__style-btn:hover{background:rgba(0,0,0,.04)}.map-style-panel__style-btn--on{border-color:var(--green-dark)}.map-style-panel__style-thumb{display:block;width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:1px solid #ddd}.map-style-panel__style-label{text-align:center;font-size:.66rem;font-weight:600;line-height:1.1;color:var(--ink)}.map-style-panel__prefs{display:flex;flex-direction:column;gap:.45rem}.map-style-panel__pref{display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer}.map-style-panel__pref-label{font-size:.78rem;font-weight:500;color:var(--ink)}.map-style-panel__switch{position:relative;width:2.35rem;height:1.35rem;flex-shrink:0;border:none;border-radius:999px;background:#d1d5db;cursor:pointer;transition:background .15s ease}.map-style-panel__switch--on{background:#f97316}.map-style-panel__switch-knob{position:absolute;top:.15rem;left:.15rem;width:1.05rem;height:1.05rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .15s ease}.map-style-panel__switch--on .map-style-panel__switch-knob{transform:translateX(1rem)}.trailheads-overview-map--mapbox .mapboxgl-ctrl-bottom-left{bottom:100px;left:12px;z-index:1}.trailheads-overview-map__overlay .route-map__toolbar{position:absolute;top:10px;right:10px;z-index:10;pointer-events:none}.trailheads-overview-map__overlay .route-map__toolbar>*{pointer-events:auto}.trailheads-overview-map--mapbox .mapboxgl-ctrl-scale{border:1px solid rgba(0,0,0,.35);background:rgba(255,255,255,.75);font-size:.72rem;font-weight:600;border-radius:2px;padding:0 4px}.trailheads-stack{display:flex;flex-direction:column;gap:1.75rem}.trailheads-stack__map .trailheads-overview-map{position:static}.trailheads-stack__map .trailheads-overview-map__viewport{height:min(72vh,640px)}.segment-editor-map.trailheads-overview-map{min-height:0}.segment-editor-map .trailheads-overview-map__canvas-host,.segment-editor-map .trailheads-overview-map__viewport{min-height:0;height:100%}.segment-editor-map .mapboxgl-cooperative-gesture-screen{display:none!important}.segment-editor-map .mapboxgl-marker{z-index:5}.segment-editor-map .mapboxgl-marker.segment-editor-endpoint-marker{z-index:12}.segment-editor-endpoint-marker__disc{width:28px;height:28px;border-radius:999px;border:2px solid #fff;color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;box-shadow:0 1px 4px rgba(0,0,0,.3);cursor:grab}.mapbox-strava-controls--tr{position:absolute;top:10px;right:10px;z-index:2;display:flex;flex-direction:column;gap:6px}.mapbox-strava-btn__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.mapbox-strava-btn__icon-wrap--struck:after{content:"";position:absolute;left:0;right:0;top:50%;height:2px;margin-top:-1px;background:currentColor;border-radius:1px;transform:rotate(-42deg);opacity:.92;pointer-events:none}.segment-status-switch{position:relative;display:block;width:2.75rem;height:1.5rem;flex-shrink:0;padding:0;border:none;border-radius:9999px;overflow:hidden;cursor:pointer;transition:background-color .15s ease}.segment-status-switch:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.segment-status-switch--on{background-color:hsl(var(--primary))}.segment-status-switch--off{background-color:hsl(var(--muted))}.segment-status-switch__thumb{position:absolute;top:2px;left:2px;width:1.25rem;height:1.25rem;border-radius:9999px;background:#fff;transition:transform .15s ease;box-shadow:none}.segment-status-switch--on .segment-status-switch__thumb{transform:translateX(1.25rem)}.segment-work-type-picker{display:flex;flex-wrap:nowrap;align-items:center;gap:.375rem}.segment-work-type-picker__btn{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid hsl(var(--border));border-radius:.375rem;background:hsl(var(--muted)/.35);color:hsl(var(--muted-foreground));cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.segment-work-type-picker__btn:hover:not(:disabled){border-color:hsl(var(--primary)/.45);background:hsl(var(--muted)/.55)}.segment-work-type-picker__btn--selected{border-color:hsl(var(--primary));background:hsl(var(--primary)/.1);color:hsl(var(--foreground));box-shadow:0 0 0 1px hsl(var(--primary)/.25)}.segment-work-type-picker__btn:disabled{opacity:.5;cursor:not-allowed}.segment-work-type-picker__btn:not(.segment-work-type-picker__btn--selected) svg{opacity:.45}.segment-work-type-picker__btn--selected svg{color:hsl(var(--primary))}.segment-editor-map--pointer .mapboxgl-canvas{cursor:pointer!important}.segment-editor-map--grabbing .mapboxgl-canvas{cursor:grabbing!important}.th-route-tip__endpoint-icon .surface-texture--admin{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem}.trailheads-stack__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}@media (max-width:720px){.trailheads-stack__cards{grid-template-columns:1fr}}.leaflet-tooltip.th-route-tip{padding:.45rem .65rem;line-height:1.3;text-align:left;max-width:18rem}.th-route-tip__body{display:flex;flex-direction:column;gap:.2rem}.th-route-tip__name{font-weight:700;font-size:.88rem}.th-route-tip__endpoint{display:flex;align-items:flex-start;gap:.35rem;margin:0;font-size:.78rem;line-height:1.35}.th-route-tip__endpoint-icon{flex-shrink:0;font-size:.95rem;line-height:1.2}.th-route-tip__metrics{margin:.1rem 0 0;font-size:.78rem;font-weight:600;color:var(--ink)}.th-route-tip__desc{margin:.15rem 0 0;font-size:.76rem;font-weight:400;color:#666;line-height:1.35}.th-segment-tip{display:flex;flex-direction:column;gap:.35rem}.th-segment-tip__head{display:flex;align-items:flex-start;gap:.45rem}.th-segment-tip__icon{flex-shrink:0;width:1.05rem;height:1.05rem;margin-top:.08rem;color:#9ca3af}.th-segment-tip__main{display:flex;flex-direction:column;gap:.12rem;min-width:0}.th-segment-tip__name{font-weight:700;font-size:.88rem;color:var(--ink);line-height:1.25}.th-segment-tip__metrics{margin:0;font-size:.78rem;font-weight:600;color:#6b7280;line-height:1.35}.th-segment-tip__meta{margin:0;padding-left:1.5rem;font-size:.68rem;font-weight:500;color:#9ca3af;line-height:1.35}.trailhead-card{display:flex;flex-direction:column;gap:.75rem;height:100%;padding:.75rem;background:var(--card);border:2px solid #e5e0d6;border-radius:12px;color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s}.trailhead-card:hover{text-decoration:none;border-color:var(--green);box-shadow:0 4px 16px rgba(45,122,27,.12)}.trailhead-card--active{border-color:var(--green);box-shadow:0 4px 16px rgba(45,122,27,.2)}.trailhead-card__top{display:grid;grid-template-columns:180px 1fr;gap:1rem;flex:1 1 auto;min-width:0}.trailhead-card__image-wrap{border-radius:8px;overflow:hidden;aspect-ratio:4/3;background:#dce8d4}.trailhead-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.trailhead-card__body{min-width:0}.trailhead-card__title{margin:0 0 .35rem;font-size:1.1rem;-webkit-line-clamp:2}.trailhead-card__summary,.trailhead-card__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.trailhead-card__summary{margin:0;font-size:.9rem;color:var(--muted);line-height:1.4;-webkit-line-clamp:5}.trailhead-card__stats{padding:.6rem 0 0;margin:0;border-top:1px solid #ece7dd;border-bottom:none;flex-wrap:wrap;justify-content:flex-start}@media (max-width:720px){.trailhead-card__stats{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.4rem .65rem;align-items:center}.trailhead-card__stats .route-stats-bar__cell{min-width:0}.trailhead-card__stats>.route-stats-bar__cell:nth-child(2) .route-stats-bar__sep,.trailhead-card__stats>.route-stats-bar__cell:nth-child(3) .route-stats-bar__sep,.trailhead-card__stats>.route-stats-bar__cell:nth-child(4){display:none}.trailhead-card__stats .route-stats-bar__item{min-width:0;max-width:100%}.trailhead-card__stats .route-stats-bar__value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.route-stats-bar__lucide{width:18px;height:18px;stroke-width:1.75}.route-stats-bar--compact .route-stats-bar__value{font-size:.85rem}.route-stats-bar--compact .route-stats-bar__icon svg{width:18px;height:18px}.trailhead-detail__header{padding-top:1.75rem;padding-bottom:.25rem}.trailhead-detail__header h1{margin:0 0 .5rem}.trailhead-detail__about-title{margin:0 0 .65rem;font-size:clamp(1.35rem,3vw,1.75rem);color:var(--green-dark);letter-spacing:.02em}.trailhead-detail__about .trailhead-detail__summary{margin:0}.trailhead-detail__summary{font-size:1.15rem;color:var(--muted);margin:0;max-width:42rem}.trailhead-detail__intro{padding:1.5rem 0 2rem}.trailhead-detail__intro-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1.15fr);gap:2rem;align-items:stretch}.trailhead-detail__intro-copy{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.trailhead-detail__intro-captains{margin-top:1.5rem}@media (max-width:900px){.trailhead-detail__intro-row{grid-template-columns:1fr}}.trailhead-detail__long p{line-height:1.6}.trailhead-detail__about+.trailhead-detail__stats,.trailhead-detail__stats+.trailhead-detail__long{margin-top:.15rem}.trailhead-detail__stats{margin:.25rem 0 .5rem}.trailhead-detail__stat-link{color:inherit;text-decoration:none}.trailhead-detail__stat-link:hover{color:var(--green);text-decoration:none}.trailhead-detail__stat-line{margin:.1rem 0;font-family:var(--font-route-script),"Segoe Script","Bradley Hand",cursive;font-size:clamp(1.45rem,2.8vw,2rem);font-weight:600;color:var(--green-dark);line-height:1.3}.trailhead-detail__map-wrap{display:flex;flex-direction:column;min-height:0;height:100%;border-radius:12px;overflow:hidden;border:1px solid #e5e0d6;box-shadow:0 8px 24px rgba(26,26,26,.08)}@media (max-width:900px){.trailhead-detail__map-wrap{min-height:280px;height:auto}}.trailhead-orbit-map .trailheads-overview-map__viewport{flex:1 1 auto;height:auto;min-height:0}.trailhead-orbit-map .trailhead-orbit-map__canvas,.trailhead-orbit-map .trailheads-overview-map__canvas-host{position:absolute;inset:0;width:100%;height:100%}.trailhead-detail__intro-row .trailhead-orbit-map{position:relative;top:auto;display:flex;flex-direction:column;flex:1 1 auto;width:100%;min-height:0;height:100%;background:#1a2e1f;border:0;border-radius:0;box-shadow:none}.trailhead-detail__intro-row .trailhead-orbit-map__canvas{flex:1 1 auto;width:100%;min-height:0;height:100%}.trailhead-detail__intro-row .trailhead-orbit-map--fallback,.trailhead-detail__intro-row .trailhead-orbit-map--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1 1 auto;min-height:0;height:100%;padding:1.5rem;text-align:center;color:#e8e4dc}.trailhead-orbit-map{position:relative;display:flex;flex-direction:column;flex:1 1 auto;width:100%;min-height:480px;height:100%;background:#1a2e1f}.trailhead-orbit-map__canvas{flex:1 1 auto;width:100%;min-height:440px;height:100%}.trailhead-orbit-map--fallback,.trailhead-orbit-map--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1 1 auto;min-height:480px;height:100%;padding:1.5rem;text-align:center;color:#e8e4dc}.trailhead-orbit-map--fallback p{margin:0;max-width:28rem;line-height:1.5}.trailhead-orbit-map--fallback code{font-size:.85em;opacity:.9}.trailhead-orbit-map__hint{position:absolute;left:0;right:0;bottom:2.25rem;margin:0;padding:0 1rem;text-align:center;font-size:.8rem;color:rgba(255,255,255,.88);text-shadow:0 1px 4px rgba(0,0,0,.65);pointer-events:none;z-index:2}.trailhead-orbit-map__earth-link{position:absolute;right:10px;bottom:10px;z-index:2;padding:.35rem .65rem;font-size:.78rem;font-weight:600;color:#fff!important;text-decoration:none!important;background:rgba(26,26,26,.72);border-radius:6px;backdrop-filter:blur(4px)}.trailhead-orbit-map__earth-link:hover{background:rgba(45,122,27,.92)}.trailhead-orbit-map .mapboxgl-ctrl-bottom-left,.trailhead-orbit-map .mapboxgl-ctrl-bottom-right{opacity:.85}.trailhead-location-map{position:relative;width:100%;min-height:360px}.trailhead-location-map__canvas{width:100%;height:360px}.trailhead-location-map--fullscreen{background:#1a1a1a}.trailhead-location-map--fullscreen .trailhead-location-map__canvas{height:100vh;min-height:100vh}.trailhead-location-map__toolbar{z-index:1000}.trailhead-location-map .leaflet-control-zoom{margin-left:10px;margin-bottom:10px}.trailhead-endpoint{background:transparent;border:none}.trailhead-endpoint__dot{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:14px;line-height:1;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.35)}.trailhead-section-heading{text-align:center;margin-bottom:1.5rem}.trailhead-section-heading h2{margin:0 0 .35rem;font-size:clamp(1.35rem,3vw,1.75rem);letter-spacing:.02em}.trailhead-section-heading p{margin:0;color:var(--muted);font-size:1.05rem}.trailhead-location-map .leaflet-control-zoom{border:none;box-shadow:0 2px 8px rgba(0,0,0,.2)}.trailhead-location-map .leaflet-control-zoom a{width:34px;height:34px;line-height:34px;font-size:18px;color:#1a1a1a;background:#fff}.trailhead-map-pin{background:transparent;border:none}.trailhead-map-pin__dot{display:block;width:14px;height:14px;margin:0 auto 4px;border-radius:50%;background:#2563eb;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.35)}.trailhead-map-pin__label{display:block;padding:.2rem .5rem;font-size:.75rem;font-weight:600;color:#1a1a1a;background:rgba(255,255,255,.92);border-radius:4px;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.15)}.trailhead-feature-box{background:linear-gradient(135deg,#e8f5e1,#f4f1ea);border:1px dashed var(--green);border-radius:12px;padding:1.5rem 1.75rem}.trailhead-feature-box h2{margin:0 0 .5rem;font-size:1.15rem}.trailhead-feature-box__empty{margin:0;color:var(--muted);font-size:.95rem}.trailhead-feature-box__grid{list-style:none;margin:1rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));gap:1.25rem 1rem}.trailhead-feature-box__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.5rem;border-radius:10px;border:1px solid transparent;transition:border-color .15s,background .15s,transform .15s}.trailhead-feature-box__item--interactive{cursor:pointer}.trailhead-feature-box__item--active{border-color:var(--green);background:rgba(45,122,27,.07);transform:translateY(-2px)}.trailhead-feature-box__count{font-size:.72rem;font-weight:600;color:var(--green)}.trailhead-feature-box__icon{font-size:2rem;line-height:1}.orbit-poi{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.95);border:2px solid #eab308;font-size:15px;line-height:1;box-shadow:0 0 0 3px rgba(234,179,8,.35),0 2px 8px rgba(0,0,0,.4);pointer-events:none}.trailhead-feature-box__label{font-size:.9rem;color:var(--ink)}.trailhead-feature-box__desc{margin:0;font-size:.8rem;color:var(--muted);line-height:1.35}.trailhead-detail__feature,.trailhead-detail__gallery-wrap,.trailhead-detail__routes{padding-top:2.5rem;padding-bottom:2.5rem}.trailhead-captains:not(.trailhead-captains--compact){padding-top:2.5rem;padding-bottom:2.5rem;background:linear-gradient(180deg,#f8f6f1,#f4f1ea);border-top:1px solid #e5e0d6;border-bottom:1px solid #e5e0d6}.trailhead-captains--compact{margin:0;padding:0}.trailhead-captains--compact .trailhead-captains__header{text-align:left;margin-bottom:.65rem}.trailhead-captains--compact .trailhead-captains__header h3{margin:0 0 .15rem;font-size:.95rem;font-weight:600;letter-spacing:.02em}.trailhead-captains--compact .trailhead-captains__header p{margin:0;font-size:.78rem;color:var(--muted)}.trailhead-captains__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.trailhead-captains__grid--compact{gap:.6rem;grid-template-columns:repeat(auto-fill,minmax(148px,1fr))}.trailhead-captain-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1.25rem;border-radius:12px;border:1px solid #e5e0d6;background:#fff;box-shadow:0 4px 14px rgba(26,26,26,.06)}.trailhead-captain-card--compact{padding:.55rem .45rem .65rem;box-shadow:0 2px 8px rgba(26,26,26,.05)}.trailhead-captain-card--compact .trailhead-captain-card__photo-frame{width:52px;height:52px;margin-bottom:.35rem;border-width:2px}.trailhead-captain-card--compact .trailhead-captain-card__photo{margin-bottom:0;border:none}.trailhead-captain-card--compact .trailhead-captain-card__name{font-size:.82rem;line-height:1.25}.trailhead-captain-card--compact .trailhead-captain-card__nickname{font-size:.72rem;margin-bottom:.2rem}.trailhead-captain-card--compact .trailhead-captain-card__sports{margin-bottom:.35rem;gap:.3rem}.trailhead-captain-card--compact .trailhead-captain-card__sport-icon{width:1.65rem;height:1.65rem}.trailhead-captain-card--compact .trailhead-captain-card__sport-icon svg{width:14px;height:14px}.trailhead-captain-card--compact .trailhead-captain-card__contact{font-size:.75rem}.trailhead-captain-card__photo-frame{width:120px;height:120px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:3px solid #e5e0d6;flex-shrink:0}.trailhead-captain-card__photo{width:100%;height:100%;border-radius:0;-o-object-fit:cover;object-fit:cover;margin-bottom:0;border:none;display:block}.trailhead-captain-card__photo--placeholder{background:linear-gradient(135deg,#e8e4dc,#d4cfc4)}.trailhead-captain-card__sports{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;list-style:none;margin:0 0 .75rem;padding:0}.trailhead-captain-card__sport-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#f0ebe2;color:var(--green-dark)}.trailhead-captain-card__sport-icon svg{display:block}.trailhead-captain-card__name{margin:0 0 .25rem;font-size:1.2rem}.trailhead-captain-card__nickname{margin:0 0 .5rem;font-size:.95rem;color:var(--muted)}.trailhead-captain-card__strava{display:inline-flex;align-items:center;justify-content:center;line-height:0;text-decoration:none}.trailhead-captain-card__strava:hover{text-decoration:none;opacity:.88}.community-captain-card__strava{margin:.1rem 0 .6rem}.sport-icon-tile{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2rem;border-radius:6px;background:#f0ebe2;color:var(--green-dark);border:1px solid #e5e0d6;flex-shrink:0}.sport-icon-tile--sm{width:2rem;height:1.65rem}.sport-icon-tile__svg{display:block;width:18px;height:18px}.sport-icon-tile--sm .sport-icon-tile__svg{width:16px;height:16px}.trailhead-captain-card__bio{margin:0 0 .75rem;font-size:.95rem;color:var(--muted);line-height:1.5}.trailhead-captain-card__contact{list-style:none;margin:0;padding:0;font-size:.9rem}.trailhead-captain-card__contact li+li{margin-top:.35rem}.community-page__intro{max-width:42rem;font-size:1.05rem;line-height:1.65;margin-bottom:2.5rem;color:var(--text-muted,#5a5348)}.community-page__supporters-long,.community-section__long{max-width:42rem;margin:0 0 1.5rem;color:var(--text-muted,#5a5348);line-height:1.6}.community-section{scroll-margin-top:1.5rem}.community-section+.community-section{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(0,0,0,.08)}.community-section__supporters-wrap{margin-top:.5rem}.community-section .trailhead-section-heading p,.community-section--supporters .trailhead-section-heading p{max-width:42rem;margin-left:auto;margin-right:auto}.community-partners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:1.25rem}.community-partner-card{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#fff;text-decoration:none;color:inherit;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}a.community-partner-card:hover{border-color:var(--green,#118d43);box-shadow:0 8px 24px rgba(17,141,67,.12);transform:translateY(-2px);text-decoration:none}.community-partner-card,.community-partner-card:focus-visible,.community-partner-card:hover{text-decoration:none}.community-partner-card__name{margin:0;font-size:1.1rem;font-weight:700;text-decoration:none}.community-partner-card__logo-wrap{display:flex;align-items:center;justify-content:center;min-height:72px}.community-partner-card__logo{max-height:64px;max-width:100%;-o-object-fit:contain;object-fit:contain}.community-partner-card__logo--placeholder{width:64px;height:64px;border-radius:8px;background:#eee9df}.community-partner-card__summary{margin:0;font-size:.92rem;line-height:1.5;color:var(--text-muted,#5a5348);flex:1}.community-partner-card__link-label{font-size:.85rem;font-weight:600;color:var(--green,#118d43)}.supporter-bubble-cloud{position:relative;width:min(100%,980px);max-width:980px;aspect-ratio:1;min-height:clamp(380px,72vw,680px);margin:0 auto;padding:1.5rem 0 2.5rem}@media (max-width:640px){.community-section--supporters .community-section__supporters-wrap{margin-top:1.5rem;padding-top:1.25rem}.supporter-bubble-cloud{padding-top:2.75rem;min-height:clamp(340px,92vw,560px)}}.supporter-bubble-cloud__lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.supporter-bubble-cloud__connector{stroke:var(--green,#118d43);stroke-width:1;stroke-dasharray:4 3;vector-effect:non-scaling-stroke}.supporter-bubble-cloud__hub{position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);width:min(calc(var(--supporter-hub-radius, 9.1%) * 2),7.5rem);aspect-ratio:1;height:auto;min-width:5.5rem;border-radius:50%;overflow:hidden;background:#fff;pointer-events:none}.supporter-bubble-cloud__hub img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.supporter-bubble{position:absolute;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-width:5.75rem;max-width:9rem;min-height:5.75rem;padding:.7rem .85rem;border-radius:999px;text-align:center;border:2px solid rgba(17,141,67,.35);background:radial-gradient(circle at 30% 25%,#fff 0,#eef8f1 55%,#dcefe3 100%);box-shadow:0 6px 20px rgba(17,141,67,.12);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;cursor:default;--bubble-scale:1}a.supporter-bubble{color:inherit;text-decoration:none}.supporter-bubble--link{cursor:pointer}.supporter-bubble--link:focus-visible{outline:3px solid var(--green,#118d43);outline-offset:3px}.supporter-bubble:hover{border-color:var(--green,#118d43);box-shadow:0 8px 24px rgba(17,141,67,.22);transform:translate(-50%,-50%) scale(calc(var(--bubble-scale) * 1.04)) translateY(-3px);z-index:2}.supporter-bubble--gold:hover{border-color:rgba(184,134,11,.85);box-shadow:0 10px 28px rgba(184,134,11,.28)}.supporter-bubble--gold{border-color:rgba(184,134,11,.55);background:radial-gradient(circle at 30% 25%,#fffef8 0,#faf3dc 55%,#f0e4b8 100%);box-shadow:0 8px 24px rgba(184,134,11,.18)}.supporter-bubble--silver{border-color:rgba(120,130,140,.45);background:radial-gradient(circle at 30% 25%,#fff 0,#f3f5f7 55%,#e4e8ec 100%)}.supporter-bubble--bronze{border-color:rgba(160,100,60,.45);background:radial-gradient(circle at 30% 25%,#fffaf6 0,#f5ebe3 55%,#e8d5c8 100%)}.supporter-bubble__name{font-weight:700;font-size:.85rem;line-height:1.2}.supporter-bubble__categories{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem .4rem;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--green-deep,#094924);opacity:.85}.community-captains-grid{margin-top:.5rem;align-items:stretch}.community-captain-card{height:100%}.community-captain-card .trailhead-captain-card__body{display:flex;flex-direction:column;flex:1;width:100%;align-items:center}.community-captain-card__trailheads{list-style:none;margin:auto 0 0;padding:.75rem 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;width:100%}.community-captain-card__trailhead-pill{display:inline-block;padding:.25rem .65rem;border-radius:999px;font-size:.78rem;font-weight:600;text-decoration:none;background:rgba(17,141,67,.12);color:var(--green-deep,#094924);border:1px solid rgba(17,141,67,.25);transition:background .15s ease}.community-captain-card__trailhead-pill:hover{background:rgba(17,141,67,.22)}.trailhead-detail__gallery-wrap{display:flex;justify-content:center;padding:3.5rem 0 2.5rem;width:100%;max-width:100%;overflow:hidden}.trailhead-alive-gallery{width:100%;max-width:100%;text-align:center;padding:0 1rem}.trailhead-alive-gallery__header{margin-bottom:1.5rem}.trailhead-alive-gallery--compact{text-align:left;padding:0}.trailhead-alive-gallery--compact .trailhead-alive-gallery__header--compact{margin-bottom:.85rem;text-align:left}.trailhead-alive-gallery--compact .trailhead-alive-gallery__header--compact h2{font-size:clamp(1.1rem,2vw,1.35rem);margin:0 0 .25rem}.trailhead-alive-gallery--compact .trailhead-alive-gallery__header--compact p{font-size:.85rem;margin:0}@media (min-width:901px){.trailhead-alive-gallery__header--desktop-hidden{display:none}}.trailhead-collage--compact{width:100%;max-width:100%;height:clamp(250px,30vw,315px);margin:0}.trailhead-collage--compact .trailhead-collage__btn{border-radius:1.25rem;box-shadow:0 12px 28px rgba(26,26,26,.14)}.trailhead-collage{position:relative;width:min(1080px,96vw);height:clamp(440px,52vw,640px);margin:0 auto .5rem}.trailhead-collage__tile{position:absolute;margin:0;will-change:transform;transition:transform .08s linear}.trailhead-collage__btn{position:relative;display:block;width:100%;height:100%;padding:0;border:none;border-radius:2rem;overflow:hidden;cursor:pointer;background:#e8e4dc;box-shadow:0 18px 44px rgba(26,26,26,.16)}.trailhead-collage__hover-title{position:absolute;left:0;right:0;bottom:0;padding:.55rem .65rem;font-size:.78rem;font-weight:600;line-height:1.25;color:#fff;text-align:left;background:linear-gradient(transparent,rgba(26,26,26,.82));opacity:0;transform:translateY(.35rem);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.trailhead-alive-gallery__slide-btn:focus-visible .trailhead-collage__hover-title,.trailhead-alive-gallery__slide-btn:hover .trailhead-collage__hover-title,.trailhead-collage__btn:focus-visible .trailhead-collage__hover-title,.trailhead-collage__btn:hover .trailhead-collage__hover-title{opacity:1;transform:translateY(0)}.trailhead-alive-gallery__slide-btn{position:relative}.trailhead-collage__btn img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .45s ease}.trailhead-collage__btn:hover img{transform:scale(1.04)}.trailhead-collage[data-count="5"] .trailhead-collage__tile--0{left:1%;top:6%;width:22%;aspect-ratio:3/4;z-index:2}.trailhead-collage[data-count="5"] .trailhead-collage__tile--1{left:34%;top:0;width:26%;aspect-ratio:3/4.2;z-index:4}.trailhead-collage[data-count="5"] .trailhead-collage__tile--2{right:2%;top:10%;width:22%;aspect-ratio:3/4;z-index:3}.trailhead-collage[data-count="5"] .trailhead-collage__tile--3{left:6%;bottom:0;width:44%;aspect-ratio:16/10;z-index:5}.trailhead-collage[data-count="5"] .trailhead-collage__tile--4{right:0;bottom:4%;width:46%;aspect-ratio:16/10;z-index:1}.trailhead-collage[data-count="4"] .trailhead-collage__tile--0{left:2%;top:8%;width:24%;aspect-ratio:3/4;z-index:2}.trailhead-collage[data-count="4"] .trailhead-collage__tile--1{left:32%;top:2%;width:28%;aspect-ratio:3/4.2;z-index:4}.trailhead-collage[data-count="4"] .trailhead-collage__tile--2{right:3%;top:12%;width:24%;aspect-ratio:3/4;z-index:3}.trailhead-collage[data-count="4"] .trailhead-collage__tile--3{left:14%;bottom:0;width:72%;aspect-ratio:16/9;z-index:5}.trailhead-collage[data-count="3"] .trailhead-collage__tile--0{left:4%;top:12%;width:28%;aspect-ratio:3/4;z-index:2}.trailhead-collage[data-count="3"] .trailhead-collage__tile--1{left:34%;top:4%;width:32%;aspect-ratio:3/4.2;z-index:4}.trailhead-collage[data-count="3"] .trailhead-collage__tile--2{right:4%;top:16%;width:28%;aspect-ratio:3/4;z-index:3}.trailhead-collage[data-count="2"] .trailhead-collage__tile--0{left:6%;top:10%;width:42%;aspect-ratio:4/5;z-index:2}.trailhead-collage[data-count="2"] .trailhead-collage__tile--1{right:6%;bottom:8%;width:44%;aspect-ratio:16/11;z-index:3}.trailhead-collage[data-count="1"]{display:flex;align-items:center;justify-content:center;height:clamp(320px,42vw,520px)}.trailhead-collage[data-count="1"] .trailhead-collage__tile--0{position:relative;left:auto;top:auto;width:min(720px,88%);aspect-ratio:16/10;z-index:1}.trailhead-alive-gallery__caption{min-height:2.75rem;margin:1rem auto 0;max-width:640px;font-size:.95rem;color:var(--muted)}.trailhead-alive-gallery__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.trailhead-alive-gallery__dot{width:10px;height:10px;padding:0;border:none;border-radius:50%;background:#d4cfc4;cursor:pointer}.trailhead-alive-gallery__dot.is-active{background:var(--green-dark);transform:scale(1.15)}.trailhead-alive-gallery__mobile-track{display:none}@media (max-width:900px){.trailhead-alive-gallery__desktop{display:none}.trailhead-alive-gallery__mobile-track{display:flex;gap:.85rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:.5rem max(1rem,calc((100% - 88vw) / 2)) 1rem;margin:0 -1rem;width:calc(100% + 2rem)}.trailhead-alive-gallery__mobile-slide{flex:0 0 88vw;width:88vw;max-width:440px;aspect-ratio:4/3;margin:0;scroll-snap-align:center;border-radius:14px;overflow:hidden;border:1px solid #e5e0d6;box-shadow:0 10px 28px rgba(26,26,26,.12);opacity:.9;transform:scale(.97);transition:opacity .3s ease,transform .3s ease,border-color .3s ease}.trailhead-alive-gallery__mobile-slide.is-active{opacity:1;transform:scale(1);border-color:var(--green-dark);box-shadow:0 16px 36px rgba(26,26,26,.16)}.trailhead-alive-gallery__slide-btn{display:block;width:100%;height:100%;padding:0;border:none;background:#e8e4dc;cursor:pointer}.trailhead-alive-gallery__slide-btn img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}}@media (prefers-reduced-motion:reduce){.trailhead-collage__tile{transition:none;transform:none!important}}.trailhead-gallery{width:min(1320px,100%);text-align:center}.trailhead-gallery--alive .trailhead-gallery__thumb-btn{overflow:hidden}.scroll-motion-image{width:100%;height:100%;will-change:transform;transition:transform .12s linear}.scroll-motion-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;pointer-events:none}.trailhead-gallery__mobile-carousel{display:none}.trailhead-gallery__header{margin-bottom:1.75rem}.trailhead-gallery__stage{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:380px;min-height:380px;max-height:380px}.trailhead-gallery__nav{flex-shrink:0;width:44px;height:44px;border:1px solid #e5e0d6;border-radius:50%;background:#fff;color:var(--ink);font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:0 2px 10px rgba(26,26,26,.08);transition:background .2s,border-color .2s,opacity .2s}.trailhead-gallery__nav:hover:not(:disabled){border-color:var(--green);background:#f4f9f1}.trailhead-gallery__nav:disabled{opacity:.35;cursor:not-allowed}.trailhead-gallery__strip{display:flex;align-items:center;justify-content:center;gap:1rem;flex:1;height:340px;min-height:340px;max-height:340px;max-width:1100px;margin:0 auto;outline:none;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:768px){.trailhead-gallery__stage{flex-direction:column;gap:1rem}.trailhead-gallery__nav--next,.trailhead-gallery__nav--prev{display:none}.trailhead-gallery__stage,.trailhead-gallery__strip{height:auto;min-height:0;max-height:none}.trailhead-gallery__strip{flex-direction:column;align-items:center}.trailhead-gallery__thumb--center,.trailhead-gallery__thumb--left,.trailhead-gallery__thumb--right{width:min(100%,420px);height:280px;max-width:420px;transform:none;opacity:1}.trailhead-gallery--alive .trailhead-gallery__stage{display:none}.trailhead-gallery--alive .trailhead-gallery__mobile-carousel{display:flex;gap:.85rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:.25rem max(1rem,calc((100% - 85vw) / 2)) 1rem;margin:0 -1rem;width:calc(100% + 2rem)}.trailhead-gallery__mobile-slide{flex:0 0 85vw;width:85vw;max-width:420px;height:min(62vw,360px);margin:0;scroll-snap-align:center;border-radius:12px;overflow:hidden;border:1px solid #e5e0d6;box-shadow:0 8px 24px rgba(26,26,26,.1);opacity:.88;transform:scale(.96);transition:opacity .35s ease,transform .35s ease,border-color .35s ease}.trailhead-gallery__mobile-slide--active{opacity:1;transform:scale(1);border-color:var(--green-dark);box-shadow:0 14px 32px rgba(26,26,26,.14)}.trailhead-gallery__mobile-slide .trailhead-gallery__thumb-btn,.trailhead-gallery__mobile-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}}.trailhead-gallery__thumb{margin:0;flex:none;width:240px;height:300px;border-radius:12px;overflow:hidden;border:1px solid #e5e0d6;background:#fff;box-shadow:0 4px 14px rgba(26,26,26,.06);transition:border-color .35s ease,box-shadow .45s cubic-bezier(.25,.46,.45,.94),opacity .45s ease}.trailhead-gallery__thumb--left,.trailhead-gallery__thumb--right{opacity:.82}.trailhead-gallery__thumb--center{width:380px;height:320px;z-index:2;opacity:1}.trailhead-gallery__thumb--active{border-color:var(--green-dark)}.trailhead-gallery__thumb:hover{border-color:var(--green);box-shadow:0 18px 40px rgba(26,26,26,.16)}.trailhead-gallery__thumb-btn{display:block;width:100%;height:100%;padding:0;border:none;background:#e8e4dc;cursor:pointer;overflow:hidden}.trailhead-gallery__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transform:scale(1);transform-origin:center center;transition:transform .6s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.trailhead-gallery__thumb:hover img{transform:scale(1.14)}.trailhead-gallery__caption{min-height:2.75rem;margin:.75rem auto 0;max-width:640px;padding:0 1rem;font-size:.9rem;color:var(--muted);line-height:1.45}.trailhead-gallery__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.trailhead-gallery__dot{width:10px;height:10px;padding:0;border:none;border-radius:50%;background:#d4cfc4;cursor:pointer;transition:background .15s,transform .15s}.trailhead-gallery__dot:hover{background:#9a958a}.trailhead-gallery__dot--active{background:var(--green-dark);transform:scale(1.15)}.trailhead-routes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.trailhead-route-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:#fff;border:1px solid #e5e0d6;border-radius:10px;color:inherit;text-decoration:none}.trailhead-route-card:hover{border-color:var(--green);text-decoration:none}.trailhead-route-card__meta{display:block;font-size:.85rem;color:var(--muted);font-weight:400;margin-top:.25rem}.funding-section-heading{text-align:center;margin-bottom:1.5rem}.funding-section-heading__eyebrow{margin:0 0 .5rem;font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sand);font-weight:600}.funding-section-heading__title{margin:0;font-size:clamp(1.35rem,3vw,1.75rem);letter-spacing:.02em}.funding-page__lead{font-size:1.1rem;margin:0 auto 1.25rem;text-align:center;color:var(--muted)}.funding-page__body,.funding-page__lead{line-height:1.65;max-width:42rem;white-space:pre-line}.funding-page__body{margin:0 auto 1.5rem;color:var(--ink)}.funding-page__body--center{text-align:center}.funding-page__body--muted{color:var(--muted)}.funding-intro-grid{display:grid;gap:1.75rem;align-items:start}@media (min-width:960px){.funding-intro-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem}}.funding-intro-grid__aside{width:100%;min-width:0}.funding-intro-grid__main .funding-page__body,.funding-intro-grid__main .funding-page__lead{max-width:none;margin-left:0;margin-right:0;text-align:left}.funding-intro-grid__main .funding-page__lead{margin-bottom:1rem}.funding-page__tax{margin:1rem 0 0;font-family:var(--font-funding-script),cursive;font-size:.92rem;line-height:1.5;color:var(--muted);white-space:pre-line}.funding-intro-grid__download{margin:1.25rem 0 0}.funding-intro-grid__download .funding-page__pdf-btn{margin-top:0}.funding-network-stats{margin:0}.funding-network-stats__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.funding-network-stats__item{display:flex;align-items:center;gap:.75rem}.funding-network-stats__icon-wrap{flex-shrink:0;display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:8px;background:rgba(45,122,27,.12);color:var(--green-dark)}.funding-network-stats__icon{width:1.2rem;height:1.2rem}.funding-network-stats__text{font-size:.95rem;line-height:1.35;color:var(--ink);white-space:nowrap}.funding-network-stats__text strong{font-weight:700;color:var(--green-deep)}.funding-page-aside{display:flex;flex-direction:column;gap:1rem;width:100%;padding:1.25rem 1.5rem;overflow:visible}.funding-page-aside__chart{margin:0;overflow:visible}.funding-page-aside__divider{height:1px;background:rgba(0,0,0,.08);margin:0}.funding-page-aside__chart-title{margin:0 0 .2rem;font-size:.95rem;font-weight:700;color:var(--green-deep);line-height:1.3}.funding-page-aside__chart-period{margin:0;font-size:.78rem;color:var(--muted)}.funding-page-aside__chart .expense-pie{margin:0;gap:0}.funding-page-aside__chart .expense-pie__chart-wrap{margin:-50px 0 -70px;overflow:visible}.funding-page-aside__chart .expense-pie__center{padding:2.5rem 2rem}.expense-pie{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.expense-pie__empty{margin:0;font-size:.875rem;color:var(--muted);text-align:center;padding:1rem 0}.expense-pie__chart-wrap{position:relative;width:100%;max-width:100%;overflow:visible}.expense-pie__svg{display:block;width:100%;height:auto;overflow:visible}.expense-pie__callout-label{font-size:10px;font-weight:600;fill:var(--ink)}.expense-pie__callout-meta{font-size:9px;fill:var(--muted);font-variant-numeric:tabular-nums}.expense-pie__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;text-align:center;padding:4rem 2.5rem}.expense-pie__center-total{font-size:1rem;font-weight:700;line-height:1.2;color:var(--green-deep)}.expense-pie__center-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.funding-block{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.funding-block--intro{border-top:none;padding-top:0;margin-top:0}.funding-block__action{text-align:center;margin:1.25rem 0 0}.funding-tax-box{max-width:42rem;margin:1.5rem auto 0;text-align:center}.funding-page__pdf-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:0}.funding-page__pdf-btn-icon{width:1.1rem;height:1.1rem}.funding-block--payments{margin-top:2.5rem}.funding-payment-grid{display:grid;gap:2.5rem}@media (min-width:960px){.funding-payment-grid--split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;align-items:start}}.funding-payment-grid__left{display:flex;flex-direction:column;gap:2.5rem}.funding-payment-grid__right .funding-section-heading,.funding-payment-grid__section .funding-section-heading{margin-bottom:1.25rem}@media (min-width:960px){.funding-payment-grid--split .funding-section-heading{text-align:left}}.funding-payment-grid__right .funding-donation{margin:0;max-width:none}.about-page .about-block--intro{margin-top:0}.about-page .funding-page__body:last-child{margin-bottom:0}.about-block--secrets{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(0,0,0,.08)}.about-block--secrets .funding-section-heading__title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;letter-spacing:-.01em}.about-secrets__grid{display:grid;grid-template-columns:1fr;gap:1px;border:1px solid rgba(0,0,0,.12);border-radius:12px;overflow:hidden;background:rgba(0,0,0,.1)}@media (min-width:640px){.about-secrets__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.about-secrets__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.about-secrets__item{position:relative;padding:1.75rem 1.5rem 1.65rem;background:#fff;transition:background-color .18s ease}.about-secrets__item:hover{background:rgba(17,141,67,.07)}.about-secrets__num{display:block;margin:0 0 .85rem;font-size:.8rem;font-weight:500;letter-spacing:.04em;color:rgba(0,0,0,.38);font-variant-numeric:tabular-nums}.about-secrets__title{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;line-height:1.3;color:var(--ink)}.about-secrets__text{margin:0;font-size:.95rem;line-height:1.55;color:var(--muted);max-width:28rem}.faqs-section .funding-page__lead{margin-bottom:2rem}.faqs-controls{display:flex;flex-direction:column;gap:1rem;margin:0 auto 2rem;max-width:52rem}.faqs-search{position:relative}.faqs-search__icon{position:absolute;left:.9rem;top:50%;width:1.05rem;height:1.05rem;transform:translateY(-50%);color:var(--muted);pointer-events:none}.faqs-search input{width:100%;padding:.7rem 1rem .7rem 2.5rem;border:1px solid rgba(0,0,0,.14);border-radius:999px;background:#fff;font-size:.95rem;color:var(--ink)}.faqs-search input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(17,141,67,.15)}.faqs-categories{display:flex;flex-wrap:wrap;gap:.5rem}.faqs-chip{padding:.4rem .85rem;border:1px solid rgba(0,0,0,.14);border-radius:999px;background:#fff;color:var(--muted);font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.faqs-chip:hover{border-color:var(--green);color:var(--green-dark)}.faqs-chip--active,.faqs-chip--active:hover{background:var(--green);border-color:var(--green);color:#fff}.faqs-groups{max-width:52rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.faqs-group__title{margin:0 0 .85rem;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sand);font-weight:600}.faqs-list{list-style:none;margin:0;padding:0;border-top:1px solid rgba(0,0,0,.08)}.faqs-item{border-bottom:1px solid rgba(0,0,0,.08)}.faqs-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem .25rem;background:none;border:none;text-align:left;cursor:pointer;font-size:1.02rem;font-weight:600;line-height:1.4;color:var(--ink)}.faqs-item__q:hover{color:var(--green-dark)}.faqs-item__icon{flex-shrink:0;width:1.15rem;height:1.15rem;color:var(--green);transition:transform .2s ease}.faqs-item--open .faqs-item__icon{transform:rotate(180deg)}.faqs-item__a{margin:0;padding:0 2.15rem 1.25rem .25rem;font-size:.97rem;line-height:1.65;color:var(--muted);white-space:pre-line}.faqs-empty{max-width:52rem;margin:0 auto;text-align:center;color:var(--muted)}.about-block--featured{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(0,0,0,.08)}.about-block--featured .funding-section-heading__title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;letter-spacing:-.01em}.about-featured__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.about-featured__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.featured-trailhead-card{display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.12);border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;color:inherit;transition:border-color .18s ease,box-shadow .18s ease}.featured-trailhead-card:hover{border-color:rgba(17,141,67,.35);box-shadow:0 8px 24px rgba(0,0,0,.08)}.featured-trailhead-card__image-wrap{aspect-ratio:16/10;overflow:hidden;background:#e8e4dc}.featured-trailhead-card__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-trailhead-card__pills{display:flex;flex-wrap:wrap;gap:.5rem;padding:1.25rem 1.5rem 0}.featured-trailhead-card__pill{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .7rem;border-radius:999px;background:#f0ede6;font-size:.78rem;font-weight:600;color:var(--ink);line-height:1.2}.featured-trailhead-card__pill-icon{width:1rem;height:1rem;flex-shrink:0;color:var(--ink);opacity:.85}.featured-trailhead-card__body{padding:1rem 1.5rem 1.25rem;flex:1}.featured-trailhead-card__title{margin:0 0 .55rem;font-size:1.15rem;font-weight:700;line-height:1.25;color:var(--ink)}.featured-trailhead-card__text{margin:0;font-size:.92rem;line-height:1.55;color:var(--muted)}.featured-trailhead-card .trailhead-card__stats{margin-top:auto;padding:1rem 1.5rem 1.25rem;border-top:1px solid rgba(0,0,0,.08)}.featured-trailhead-card,.featured-trailhead-card *,.featured-trailhead-card:hover,.featured-trailhead-card:hover *{text-decoration:none!important}.about-featured-route{margin-top:3.5rem;padding:3rem 0;background:#efe9dd}.featured-route-card{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center;text-decoration:none;color:inherit}.featured-route-card,.featured-route-card *,.featured-route-card:hover,.featured-route-card:hover *{text-decoration:none!important}@media (min-width:768px){.featured-route-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem}}.featured-route-card__image-wrap{aspect-ratio:16/11;overflow:hidden;border-radius:16px;background:#e8e4dc}.featured-route-card__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.featured-route-card:hover .featured-route-card__image{transform:scale(1.03)}.featured-route-card__body{min-width:0}.featured-route-card__eyebrow{margin:0 0 .6rem;font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--sand)}.featured-route-card__title{margin:0 0 .85rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;line-height:1.15;letter-spacing:-.01em;color:var(--ink)}.featured-route-card__pills{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.featured-route-card__pill{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:999px;background:rgba(0,0,0,.06);font-size:.8rem;font-weight:600;color:var(--ink);line-height:1.2}.featured-route-card__pill-icon{width:1rem;height:1rem;flex-shrink:0;opacity:.85}.featured-route-card__text{margin:0 0 1.5rem;font-size:1.05rem;line-height:1.6;color:var(--muted);max-width:34rem}.featured-route-card__stats{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;padding-top:1.4rem;border-top:1px solid rgba(0,0,0,.12)}.featured-route-card__stat{display:flex;flex-direction:column;gap:.35rem}.featured-route-card__stat-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:var(--muted)}.featured-route-card__stat-icon{display:inline-flex;color:var(--green-dark)}.featured-route-card__stat-icon svg{width:1rem;height:1rem}.featured-route-card__stat-value{font-size:1.4rem;font-weight:800;color:var(--ink);line-height:1}.contact-section__lead{max-width:44rem;margin:0 auto 2.25rem;text-align:center;font-size:1.05rem;line-height:1.6;color:var(--muted)}.contact-form{max-width:44rem;margin:0 auto}.contact-form__row{display:grid;grid-template-columns:1fr;gap:1.1rem;margin-bottom:1.1rem}@media (min-width:640px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.1rem}.contact-form__row .contact-form__field{margin-bottom:0}.contact-form__field label{font-size:.85rem;font-weight:600;color:var(--ink)}.contact-form__optional{font-weight:400;color:var(--muted)}.contact-form__field input,.contact-form__field textarea{width:100%;padding:.7rem .9rem;border:1px solid rgba(0,0,0,.14);border-radius:10px;background:#fff;font:inherit;font-size:.95rem;color:var(--ink);resize:vertical}.contact-form__field input:focus,.contact-form__field textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(17,141,67,.15)}.contact-form__error{margin:0 0 1.1rem;padding:.7rem .9rem;border-radius:10px;background:#fdecec;border:1px solid #f3c2c2;color:#9b1c1c;font-size:.9rem}.contact-form__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-form__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:999px;border:1px solid transparent;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,opacity .15s ease}.contact-form__btn-icon{width:1.05rem;height:1.05rem}.contact-form__btn--primary{background:var(--green);color:#fff}.contact-form__btn--primary:hover{background:#0d6f35}.contact-form__btn--primary:disabled{opacity:.65;cursor:default}.contact-form__btn--ghost{background:transparent;color:var(--green);border-color:rgba(17,141,67,.35)}.contact-form__btn--ghost:hover{background:rgba(17,141,67,.08)}.contact-form--sent{max-width:36rem;margin:0 auto;text-align:center;background:#fff;border:1px solid #e5e0d6;border-radius:16px;padding:2.5rem 1.75rem;box-shadow:0 12px 32px rgba(31,41,33,.12)}.contact-form__sent-icon{width:2.75rem;height:2.75rem;color:var(--green);margin-bottom:.75rem}.contact-form__sent-title{margin:0 0 .5rem;font-size:1.35rem;font-weight:800;color:var(--ink)}.contact-form__sent-text{margin:0 auto 1.5rem;max-width:30rem;color:var(--muted);line-height:1.6}.about-get-involved{position:relative;z-index:3;padding-top:3rem}.about-get-involved__card{position:relative;z-index:3;max-width:42rem;margin:0 auto;text-align:center;background:#fff;border:1px solid #e5e0d6;border-radius:16px;box-shadow:0 18px 44px rgba(31,41,33,.22);padding:2rem 1.75rem 2.25rem}.about-get-involved__card--cream{background:#faf6f3;border-color:#ece5da}.about-get-involved__logo{display:block;width:clamp(110px,16vw,160px);height:auto;margin:.25rem auto 1.25rem}@media (min-width:600px){.about-get-involved__card:has(.about-get-involved__logo){max-width:52rem}.about-get-involved__top:has(.about-get-involved__logo){display:flex;align-items:center;gap:1.75rem;text-align:left}.about-get-involved__top:has(.about-get-involved__logo) .about-get-involved__copy{flex:1;min-width:0}.about-get-involved__top:has(.about-get-involved__logo) .about-get-involved__body{margin-left:0;margin-right:0}.about-get-involved__top:has(.about-get-involved__logo) .about-get-involved__logo{margin:0;flex-shrink:0}}.about-get-involved__heading{margin:0 0 .75rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;letter-spacing:-.01em;color:var(--ink)}.about-get-involved__body{margin:0 auto 1.5rem;max-width:34rem;font-size:.95rem;line-height:1.55;color:var(--muted)}.about-get-involved__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.about-get-involved__btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.4rem;border-radius:999px;font-weight:700;font-size:.92rem;text-decoration:none;transition:filter .15s ease,background-color .15s ease,color .15s ease}.about-get-involved__btn--primary{background:var(--sand);color:#fff;border:2px solid var(--sand)}.about-get-involved__btn--primary:hover{filter:brightness(1.05);text-decoration:none}.about-get-involved__btn--secondary{background:#fff;color:var(--ink);border:2px solid #e0dacd}.about-get-involved__btn--secondary:hover{border-color:var(--green-dark);color:var(--green-dark);text-decoration:none}.funding-coming-soon{position:relative}.funding-coming-soon__content{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:grayscale(.15)}.funding-coming-soon__overlay{position:absolute;inset:-.5rem;z-index:3;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(13,107,51,.16);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px)}.funding-coming-soon__label{padding:.5rem 1.25rem;border-radius:999px;background:rgba(255,255,255,.92);color:var(--green-dark,#0d4a26);font-family:var(--font-funding-script),"Caveat",cursive;font-size:1.6rem;font-weight:700;letter-spacing:.01em;box-shadow:0 6px 18px rgba(13,64,33,.18)}.funding-snapscan-card__instructions{margin:0 0 1rem;line-height:1.6;color:var(--ink);white-space:pre-line}.funding-payment-grid__left .funding-snapscan-qr{margin-top:0}.funding-bank-card{margin:0;display:flex;flex-direction:column;gap:1.25rem}.funding-bank-card__logo-wrap{display:flex;justify-content:center;padding-bottom:.25rem;border-bottom:1px dashed rgba(45,122,27,.25)}.funding-bank-card__logo{max-height:3.5rem;max-width:12rem;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.funding-bank-card__dl{margin:0;display:grid;gap:.65rem}.funding-bank-card__dl div{display:grid;grid-template-columns:minmax(8.75rem,auto) 1fr;gap:.65rem;align-items:baseline}.funding-bank-card__dl dt{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0;white-space:nowrap}.funding-bank-card__dl dd{margin:0;font-weight:500;color:var(--ink)}.funding-bank-card__download{margin:0;padding-top:1rem;border-top:1px dashed rgba(45,122,27,.25)}.funding-bank-card__download .funding-page__pdf-btn{margin-top:0}.funding-bank-dl{max-width:28rem;margin:0 auto;display:grid;gap:.75rem}.funding-bank-dl div{display:grid;grid-template-columns:8.5rem 1fr;gap:.75rem;align-items:baseline}.funding-bank-dl dt{font-weight:600;color:var(--muted);margin:0}.funding-bank-dl dd{margin:0}.funding-snapscan-qr{text-align:center;margin-top:1rem}.funding-snapscan-qr img{max-width:220px;width:100%;height:auto;border-radius:12px;border:1px solid #e5e0d6}.funding-donation{max-width:28rem;margin:0 auto;padding:1.5rem;border-radius:16px;background:var(--green-deep);color:#fff;box-shadow:0 8px 32px rgba(9,73,36,.25)}.funding-donation__freq{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.funding-donation__freq-btn{border:1px solid rgba(255,255,255,.25);border-radius:10px;padding:.65rem 1rem;font-weight:600;background:rgba(255,255,255,.06);color:rgba(255,255,255,.85);cursor:pointer;transition:border-color .15s,background .15s}.funding-donation__freq-btn--on{border-color:var(--tier-color,var(--sand));background:rgba(211,138,3,.18);color:#fff}.funding-donation__freq-btn:disabled{opacity:.45;cursor:not-allowed}.funding-donation__freq-soon{font-weight:600;font-size:.78em;opacity:.8}.funding-donation__hint{text-align:center;font-size:.9rem;color:rgba(255,255,255,.72);margin:0 0 1.25rem}.funding-donation__tiers{display:grid;gap:.65rem;margin-bottom:1rem}.funding-tier{display:flex;align-items:flex-start;gap:.85rem;width:100%;text-align:left;border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:1rem 1.1rem;background:rgba(255,255,255,.04);color:#fff;cursor:pointer;transition:border-color .15s,background .15s}.funding-tier:hover{border-color:rgba(255,255,255,.35)}.funding-tier--selected{border-color:var(--tier-color,var(--sand));background:rgba(211,138,3,.24);box-shadow:0 0 0 2px var(--tier-color,var(--sand)),0 10px 24px rgba(0,0,0,.3);transform:translateY(-1px)}.funding-tier--selected .funding-tier__icon-wrap{background:var(--tier-color,var(--sand));color:#fff}.funding-tier__icon-wrap{flex-shrink:0;display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:8px;background:rgba(255,255,255,.08);color:var(--tier-color,var(--sand))}.funding-tier__icon{width:1.25rem;height:1.25rem}.funding-tier__body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.funding-tier__name{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--tier-color,var(--sand))}.funding-tier__amount{font-size:1.65rem;font-weight:700;line-height:1.15}.funding-tier__subtitle{font-size:.88rem;line-height:1.4;color:rgba(255,255,255,.72)}.funding-donation__custom{margin-bottom:1rem}.funding-donation__custom-label{display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:.45rem}.funding-donation__custom-field{display:flex;align-items:center;gap:.35rem;border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:.55rem .75rem;background:rgba(0,0,0,.15)}.funding-donation__custom-field--on{border-color:var(--sand)}.funding-donation__custom-prefix{font-weight:600;color:rgba(255,255,255,.75)}.funding-donation__custom-field input{flex:1;min-width:0;border:none;background:transparent;color:#fff;font-size:1rem;outline:none}.funding-donation__custom-field input::-moz-placeholder{color:rgba(255,255,255,.4)}.funding-donation__custom-field input::placeholder{color:rgba(255,255,255,.4)}.funding-donation__email{margin-bottom:1rem}.funding-donation__email-input{width:100%;border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:.55rem .75rem;background:rgba(0,0,0,.15);color:#fff;font-size:1rem;outline:none}.funding-donation__email-input:focus{border-color:var(--sand)}.funding-donation__email-input::-moz-placeholder{color:rgba(255,255,255,.4)}.funding-donation__email-input::placeholder{color:rgba(255,255,255,.4)}.funding-donation__submit{width:100%;margin-top:.5rem;padding:.95rem 1.5rem;font-size:1.15rem;font-weight:700;text-align:center}.funding-donation__note{text-align:center;font-size:.8rem;color:rgba(255,255,255,.6);margin:.75rem 0 0}.funding-brands{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem}.funding-brands--clickable{cursor:pointer;border-radius:10px;padding:.35rem .25rem;transition:background .15s ease,transform .1s ease}.funding-brands--clickable:hover{background:rgba(0,0,0,.04)}.funding-brands--clickable:active{transform:scale(.99)}.funding-brands--clickable:focus-visible{outline:2px solid var(--accent,#d38a03);outline-offset:2px}.funding-brands--clickable[aria-disabled=true]{cursor:default;opacity:.55}.funding-brands--clickable[aria-disabled=true]:hover{background:transparent}.funding-brand{display:inline-flex;align-items:center;justify-content:center;width:46px;height:30px;padding:3px 5px;background:#fff;border-radius:6px;box-shadow:0 1px 2px rgba(0,0,0,.25)}.funding-brand svg{width:100%;height:100%}.ama-timeline__card{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center;background:var(--green-deep);color:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 18px 40px -24px rgba(9,73,36,.65)}@media (min-width:768px){.ama-timeline__card{grid-template-columns:minmax(0,18rem) minmax(0,1fr);gap:2rem;padding:2rem 2.25rem}}.ama-timeline__media{border-radius:12px;overflow:hidden;aspect-ratio:4/3;background:rgba(255,255,255,.08)}.ama-timeline__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.ama-timeline__sub{margin:0 0 .85rem;font-size:clamp(1.25rem,2.4vw,1.6rem);font-weight:700;line-height:1.2;color:#fff}.ama-timeline__text{margin:0;font-size:.98rem;line-height:1.7;color:rgba(255,255,255,.88);white-space:pre-line}.ama-timeline__track{position:relative;display:flex;justify-content:space-between;gap:.5rem;margin-top:2.5rem;padding:16px .5rem .5rem;overflow-x:auto}.ama-timeline__line{position:absolute;left:.5rem;right:.5rem;top:22px;height:2px;background:rgba(0,0,0,.12)}.ama-timeline__year{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.65rem;flex:1 1 0;min-width:3.5rem;background:none;border:0;padding:0;cursor:pointer;font:inherit}.ama-timeline__year.is-empty{cursor:default}.ama-timeline__dot{width:14px;height:14px;border-radius:999px;background:#c9c9c2;transition:transform .18s ease,background-color .18s ease}.ama-timeline__year:not(.is-empty):hover .ama-timeline__dot{background:var(--green)}.ama-timeline__year.is-active .ama-timeline__dot{background:var(--green-deep);transform:scale(1.25);box-shadow:0 0 0 4px rgba(9,73,36,.18)}.ama-timeline__year.is-active:before{content:"";position:absolute;top:-10px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:8px solid var(--green-deep)}.ama-timeline__label{font-size:.95rem;font-weight:600;color:#b4b4ad;transition:color .18s ease}.ama-timeline__year:not(.is-empty) .ama-timeline__label{color:var(--ink)}.ama-timeline__year.is-active .ama-timeline__label{color:var(--ink);font-weight:800}.ama-timeline__year:not(.is-empty):hover .ama-timeline__label{color:var(--green-dark)}.ama-mission__lead{max-width:44rem;margin:0 auto 2.5rem;text-align:center;font-size:1.05rem;line-height:1.6;color:var(--muted)}.ama-mission__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:62rem;margin:0 auto}@media (min-width:768px){.ama-mission__grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:10px}}.ama-mission__item{display:flex;flex-direction:row;align-items:center;gap:1rem;text-align:left}.ama-mission__copy{flex:1}@media (min-width:768px){.ama-mission__item{align-items:flex-start}.ama-mission__item--left{flex-direction:row-reverse;text-align:right}.ama-mission__item--left .ama-mission__copy{padding:0 1.5rem 0 0}.ama-mission__item--right .ama-mission__copy{padding:0 0 0 1.5rem}}.ama-mission__petal{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;flex-shrink:0;color:#fff;background:var(--green-deep)}.ama-mission__icon{width:34px;height:34px}.ama-mission__petal--p0{border-radius:26px 26px 0 26px;background:var(--green-deep)}.ama-mission__petal--p1{border-radius:26px 26px 26px 0;background:#9b8456}.ama-mission__petal--p2{border-radius:26px 0 26px 26px;background:var(--green)}.ama-mission__petal--p3{border-radius:0 26px 26px 26px;background:var(--green-deep)}.ama-mission__title{margin:0 0 .4rem;font-size:1.15rem;font-weight:700;color:var(--ink)}.ama-mission__text{margin:0;font-size:.92rem;line-height:1.55;color:var(--muted)}.ama-people__grid{display:grid;grid-template-columns:1fr;gap:2rem 1.5rem}@media (min-width:600px){.ama-people__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.ama-people__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@supports (grid-template-rows:subgrid){@media (min-width:600px){.ama-people__card{display:grid;grid-row:span 3;grid-template-rows:subgrid;row-gap:0}}}.ama-people__name{margin:0 0 .15rem;font-size:1.5rem;font-weight:800;color:var(--green-dark);line-height:1.15}.ama-people__role{margin:0 0 .85rem;font-size:.85rem;color:var(--muted)}.ama-people__photo-frame{border-radius:12px;overflow:hidden;aspect-ratio:1/1;background:#e7e2d6}.ama-people__photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.ama-people__photo--placeholder{background:repeating-linear-gradient(45deg,#e7e2d6,#e7e2d6 10px,#ded8ca 0,#ded8ca 20px)}.ama-support{padding:3.5rem 0 4rem}.ama-support__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width:900px){.ama-support__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.ama-support__eyebrow{margin:0 0 .5rem;font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#9b8456}.ama-support__heading{margin:0 0 1rem;font-size:clamp(1.6rem,3.2vw,2.25rem);font-weight:800;color:#8a743f}.ama-support__text{margin:0;font-size:1rem;line-height:1.7;color:var(--ink)}.ama-support__media{border-radius:14px;overflow:hidden;aspect-ratio:4/3;background:#e7e2d6}.ama-support__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.ama-support__stats{list-style:none;margin:2.25rem 0 0;padding:1.5rem 1.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.5rem;background:#9b8456;color:#fff;border-radius:12px}@media (min-width:768px){.ama-support__stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.ama-support__stat{display:flex;align-items:flex-start;gap:.75rem}.ama-support__stat-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:999px;background:rgba(255,255,255,.16);color:#fff}.ama-support__stat-icon svg{width:20px;height:20px}.ama-support__stat-text{display:flex;flex-direction:column;gap:.3rem;min-width:0}.ama-support__stat-value{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;line-height:1}.ama-support__stat-label{font-size:.8rem;line-height:1.4;color:rgba(255,255,255,.85)}.ama-thanks{text-align:center}.ama-thanks__text{max-width:52rem;margin:0 auto;font-family:var(--font-route-script),"Segoe Script","Bradley Hand",cursive;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:600;line-height:1.4;color:var(--green-dark);white-space:pre-line}.ama-people__photo,.ama-support__media img,.ama-timeline__media img{transition:transform .35s ease}.ama-people__photo-frame:hover .ama-people__photo,.ama-support__media:hover img,.ama-timeline__media:hover img{transform:scale(1.05)}.ama-people__photo-frame{transition:transform .25s ease,box-shadow .25s ease}.ama-people__photo-frame:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(31,41,33,.18)}@media (prefers-reduced-motion:reduce){.ama-people__photo,.ama-people__photo-frame,.ama-support__media img,.ama-timeline__media img{transition:none}.ama-people__photo-frame:hover,.ama-people__photo-frame:hover .ama-people__photo,.ama-support__media:hover img,.ama-timeline__media:hover img{transform:none}}.ama-wild__lead{max-width:48rem;margin:0 auto 2.5rem;text-align:center}.ama-wild__lead p{margin:0 0 1.1rem;font-size:1.08rem;line-height:1.7;color:var(--muted)}.ama-wild__lead p:last-child{margin-bottom:0}.ama-wild__access{max-width:60rem;margin:0 auto 2.75rem;padding:2rem clamp(1.25rem,4vw,2.75rem);border-radius:22px;background:linear-gradient(135deg,rgba(17,141,67,.08),rgba(13,107,51,.05));border:1px solid rgba(17,141,67,.16);text-align:center}.ama-wild__access-intro{margin:0 0 1.5rem;font-size:clamp(1.2rem,2.4vw,1.55rem);font-weight:700;color:var(--green-deep)}.ama-wild__access-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin:0;padding:0;list-style:none}.ama-wild__access-item{display:flex;flex-direction:column;align-items:center;gap:.55rem;padding:1rem .75rem;background:#fff;border-radius:14px;box-shadow:0 6px 16px rgba(31,41,33,.06)}.ama-wild__access-icon{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:999px;background:rgba(17,141,67,.12);color:var(--green-dark)}.ama-wild__access-icon svg{width:1.3rem;height:1.3rem}.ama-wild__access-label{font-size:.92rem;font-weight:600;line-height:1.35;color:var(--ink)}.ama-wild__commit{max-width:60rem;margin:0 auto 2.75rem}.ama-wild__commit-title{margin:0 0 1.4rem;text-align:center;font-size:clamp(1.3rem,2.6vw,1.7rem);font-weight:700;color:var(--ink)}.ama-wild__commit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin:0;padding:0;list-style:none}.ama-wild__commit-item{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem;background:#fff;border:1px solid rgba(31,41,33,.08);border-radius:14px;font-size:1rem;line-height:1.45;color:var(--ink)}.ama-wild__commit-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.4rem;height:2.4rem;border-radius:12px;background:rgba(211,138,3,.12);color:var(--sand)}.ama-wild__commit-icon svg{width:1.25rem;height:1.25rem}.ama-wild__collab{max-width:50rem;margin:0 auto 3rem;text-align:center;font-family:var(--font-route-script),"Segoe Script","Bradley Hand",cursive;font-size:clamp(1.4rem,2.8vw,2rem);font-weight:600;line-height:1.4;color:var(--green-dark)}.ama-wild__quote{max-width:52rem;margin:0 auto;padding:2.5rem clamp(1.5rem,5vw,3rem);border-radius:24px;background:var(--green-deep);color:#fff;text-align:center}.ama-wild__quote-icon{width:2.4rem;height:2.4rem;margin-bottom:1rem;color:rgba(255,255,255,.7)}.ama-wild__quote-lead{margin:0 0 1.25rem;font-size:1.02rem;line-height:1.65;color:rgba(255,255,255,.85)}.ama-wild__quote-main{margin:0 0 1.5rem;font-size:clamp(1.5rem,3.4vw,2.1rem);font-weight:700;line-height:1.3}.ama-wild__quote-foot{margin:0;font-size:1rem;line-height:1.6;color:rgba(255,255,255,.78)}@media (max-width:768px){.ama-wild__access-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ama-wild__commit-grid{grid-template-columns:1fr}}.status-section__heading{margin:0 0 .35rem;font-size:1.6rem;font-weight:700;color:var(--ink);text-align:center}.status-section__subhead{margin:0 0 1.5rem;font-size:.95rem;color:#6b7280;text-align:center}.status-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.status-card{display:flex;flex-direction:column;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.07);border:1px solid #e5e0d6;border-top:4px solid #d4cfc4}.status-card--closed{border-top-color:#dc2626}.status-card--repair{border-top-color:#f59e0b}.status-section__resolved{margin-top:3rem}.status-card-resolved{position:relative}.status-card-resolved__content{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:grayscale(.25);height:100%}.status-card-resolved__overlay{position:absolute;inset:0;z-index:3;display:flex;align-items:flex-start;justify-content:center;padding-top:1rem;border-radius:14px;background:rgba(13,107,51,.14);backdrop-filter:blur(.5px);-webkit-backdrop-filter:blur(.5px)}.status-card-resolved__badge{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:999px;background:rgba(255,255,255,.95);color:var(--green-dark,#0d4a26);font-size:.85rem;font-weight:700;box-shadow:0 4px 14px rgba(0,0,0,.16)}.status-card__map{position:relative;aspect-ratio:16/10;background:#eef4e8}.status-card__map img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.status-card__map .mapboxgl-map,.status-card__map-canvas{position:absolute;inset:0}.status-card__map .mapbox-strava-controls--tl{top:8px;left:8px;gap:6px}.status-card__map .mapbox-strava-btn{width:20px;height:20px;border-radius:3px}.status-card__map .mapbox-strava-btn__icon,.status-card__map .mapbox-strava-btn__svg{width:10px;height:10px}.status-card__map .mapbox-strava-btn__label{font-size:.5rem}.status-card__body{display:flex;flex-direction:column;flex:1 1 auto;gap:.55rem;padding:1rem 1.1rem 1.15rem}.status-card__type{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.status-card__type svg{width:1.05rem;height:1.05rem;flex-shrink:0}.status-card__title{margin:0;font-size:1.1rem;font-weight:700;color:var(--ink);line-height:1.3}.status-card__meta{display:flex;flex-wrap:wrap;gap:.35rem .9rem}.status-card__stat{display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;color:#6b7280}.status-card__notes{margin:.1rem 0 0;font-size:.88rem;line-height:1.45;color:#374151}.status-card__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;margin-top:.15rem}.status-card__thumb{position:relative;min-width:0;aspect-ratio:1/1;padding:0;border:none;border-radius:8px;overflow:hidden;cursor:pointer;background:#eef4e8}.status-card__thumb img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease}.status-card__thumb:hover img{transform:scale(1.05)}.status-card__thumb-play{font-size:1rem;text-shadow:0 1px 4px rgba(0,0,0,.6);background:rgba(0,0,0,.15)}.status-card__thumb-more,.status-card__thumb-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none}.status-card__thumb-more{background:rgba(17,24,39,.55);font-size:.95rem;font-weight:700}.status-card__trailheads{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:.6rem}.status-card__pill{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:9999px;background:rgba(17,141,67,.1);color:var(--green-dark);font-size:.78rem;font-weight:600;text-decoration:none;transition:background .15s ease}.status-card__pill:hover{background:rgba(17,141,67,.18);text-decoration:none}.funding-promo{display:flex;align-items:stretch;width:100%;background:linear-gradient(90deg,var(--green-deep) 0,var(--green-dark) 100%);color:#fff}.funding-promo__main{display:flex;align-items:center;gap:16px;flex:1;min-width:0;padding:8px 12px 8px 18px;color:#fff;text-decoration:none}.funding-promo__main:hover{text-decoration:none}.funding-promo__icon{display:inline-flex;flex-shrink:0;color:var(--sand)}.funding-promo__hook{font-weight:700;font-size:.9rem;line-height:1.25;flex:1;min-width:0}.funding-promo__progress{display:flex;align-items:center;gap:10px;flex:1;min-width:0;justify-content:center}.funding-promo__bar{position:relative;display:block;width:clamp(80px,14vw,180px);height:7px;border-radius:999px;background:rgba(255,255,255,.22);overflow:hidden;flex-shrink:0}.funding-promo__fill{position:absolute;inset:0 auto 0 0;height:100%;border-radius:999px;background:var(--sand);transition:width .9s cubic-bezier(.22,1,.36,1)}.funding-promo__goal{font-size:.82rem;opacity:.92;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.funding-promo__cta{display:inline-flex;align-items:center;flex-shrink:0;padding:7px 16px;border-radius:999px;background:var(--sand);color:#1a1a1a;font-weight:700;font-size:.85rem;white-space:nowrap;transition:filter .15s ease,transform .1s ease}.funding-promo__main:hover .funding-promo__cta{filter:brightness(1.06)}.funding-promo__main:active .funding-promo__cta{transform:scale(.98)}.funding-promo__dismiss{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;border:none;background:transparent;color:rgba(255,255,255,.7);cursor:pointer;transition:color .15s ease,background .15s ease}.funding-promo__dismiss:hover{color:#fff;background:rgba(255,255,255,.1)}@media (max-width:860px){.funding-promo__progress{display:none}.funding-promo__main{gap:12px;padding:10px 12px 10px 14px}}@media (max-width:640px){.funding-promo__main{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;-moz-column-gap:10px;column-gap:10px;row-gap:8px;align-items:center}.funding-promo__icon{display:none}.funding-promo__hook{grid-column:1/-1;grid-row:1;font-size:.85rem;line-height:1.35}.funding-promo__cta{grid-column:2;grid-row:2;justify-self:end}}@media (max-width:420px){.funding-promo__hook{font-size:.82rem}.funding-promo__cta{padding:6px 12px;font-size:.8rem}}.maint-banner{display:flex;align-items:stretch;width:100%;overflow:hidden;text-decoration:none;border-radius:12px;isolation:isolate}.maint-banner:focus-visible,.maint-banner:hover,.maint-banner:hover .maint-banner__title,.maint-banner:hover .maint-banner__type{text-decoration:none}.maint-banner__label{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:0 16px;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;z-index:1}.maint-banner__viewport{position:relative;flex:1;overflow:hidden;display:flex;align-items:center}.maint-banner__track{display:inline-flex;align-items:center;white-space:nowrap;flex-shrink:0;min-width:100%;will-change:transform;animation-name:maint-marquee;animation-timing-function:linear;animation-iteration-count:infinite}.maint-banner:focus-visible .maint-banner__track,.maint-banner:hover .maint-banner__track{animation-play-state:paused}@keyframes maint-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.maint-banner__item{display:inline-flex;align-items:center;gap:8px;padding:8px 0;font-size:.82rem}.maint-banner__type{font-weight:700}.maint-banner__title{font-weight:500}.maint-banner__stat{display:inline-flex;align-items:center;gap:4px;opacity:.72;font-variant-numeric:tabular-nums}.maint-banner__sep{margin:0 18px;opacity:.45}.maint-banner--ticker{background:#0f172a;color:#e2e8f0;box-shadow:0 1px 3px rgba(15,23,42,.15)}.maint-banner--ticker .maint-banner__label{background:#1e293b;color:#fbbf24}.maint-banner__static{display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px;flex:1;padding:8px 16px;font-size:.82rem}.maint-banner--ok{background:#0f172a;color:#e2e8f0;box-shadow:0 1px 3px rgba(15,23,42,.15)}.maint-banner--ok .maint-banner__label{background:#14241c;color:#22c55e}.maint-banner--bold{background:linear-gradient(90deg,#b45309,#d97706 55%,#f59e0b);color:#fff7ed;box-shadow:0 2px 8px rgba(180,83,9,.28)}.maint-banner--bold .maint-banner__label{background:rgba(0,0,0,.22);color:#fff}.maint-banner--bold .maint-banner__type{text-transform:uppercase;letter-spacing:.02em}@media (prefers-reduced-motion:reduce){.maint-banner__track{animation:none;transform:none}}.here-page{background:#f6f5f1;min-height:100%}.here-page__inner{max-width:640px;margin:0 auto;padding:1.25rem 1rem 3rem;gap:1.5rem}.here-head,.here-page__inner{display:flex;flex-direction:column}.here-head{gap:.4rem}.here-head__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.here-head__coords{display:inline-flex;align-items:center;gap:.3rem;margin:0;font-size:.72rem;line-height:1.2;color:#8a958d;font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0}.here-head__coords-icon{width:12px;height:12px;flex-shrink:0;stroke-width:2}.here-head__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:#b8860b;display:flex;align-items:center;gap:.35rem}.here-head__eyebrow:before{content:"📍"}.here-head__title{font-size:clamp(1.6rem,6vw,2.1rem);line-height:1.1;font-weight:800;color:#14241a;margin:0}.here-head__sub{font-size:1rem;color:#4b5a50;margin:0}.here-head__intro{font-size:.95rem;color:#51605a;margin:.25rem 0 0;line-height:1.5}.here-head__meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.here-head__sports{display:inline-flex;gap:.4rem}.here-head__difficulty{margin-left:auto}.here-head__sport{justify-content:center;width:34px;height:34px;background:#e9ede8;color:#1f5130}.here-head__sport,.here-pill{display:inline-flex;align-items:center;border-radius:999px}.here-pill{padding:.28rem .8rem;font-size:.82rem;font-weight:700;color:#fff;white-space:nowrap;line-height:1}.here-pill--sm{padding:.2rem .55rem;font-size:.72rem}.here-section{display:flex;flex-direction:column;gap:.7rem}.here-section__title{font-size:1.05rem;font-weight:800;color:#14241a;margin:0}.here-section__title--alert{color:#b42318}.here-section--explore{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.here-alerts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.here-alert{border-radius:12px;padding:.8rem .9rem;border:1px solid #f3c6c0;background:#fef3f2}.here-alert--repair{border-color:#f4d9a8;background:#fef7ec}.here-alert__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.3rem}.here-alert__badge{display:inline-flex;align-items:center;gap:.3rem;text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:800;color:#fff;background:#b42318;border-radius:999px;padding:.18rem .55rem;flex-shrink:0}.here-alert__badge-icon{width:.85rem;height:.85rem}.here-alert--repair .here-alert__badge{background:#b9770d}.here-alert__dist{font-size:.75rem;color:#7a6a66;white-space:nowrap}.here-alert__title{margin:0;font-weight:700;color:#1f1512}.here-alert__notes{margin:.25rem 0 0;font-size:.88rem;color:#5c504c;line-height:1.45}.here-alert__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem;margin-bottom:.35rem}.here-alert__stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem .6rem;text-align:right}.here-stat{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;color:#6b7a70;white-space:nowrap}.here-stat__icon{width:.85rem;height:.85rem;flex-shrink:0;opacity:.8}.here-alert__thumbs{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem}.here-media-btn{display:block;position:relative;padding:0;margin:0;border:none;background:none;cursor:pointer;width:100%;line-height:0}.here-media-btn img{display:block;width:100%;-o-object-fit:cover;object-fit:cover}.here-media-btn--thumb{width:68px;height:68px;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.here-media-btn--thumb img{height:100%}.here-media-btn--spot img{aspect-ratio:4/3}.here-media-btn:focus-visible{outline:2px solid #0d6b33;outline-offset:2px}.here-media-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.15)}.here-media-play__icon{width:34%;max-width:40px;height:auto;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))}.here-spot-photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.55rem}.here-spot-photo{margin:0;border-radius:12px;overflow:hidden;border:1px solid #e6e9e2;background:#fff}.here-spot-photo figcaption{padding:.35rem .5rem;font-size:.72rem;color:#62716a;line-height:1.3}.here-map{position:relative;border-radius:14px;overflow:hidden;border:1px solid #dfe3da;box-shadow:0 6px 22px rgba(0,0,0,.08)}.here-map__canvas{height:min(54vh,460px);min-height:300px;width:100%}.here-map--empty{display:flex;align-items:center;justify-content:center;min-height:200px;padding:1.5rem;color:#6b7a70;font-size:.9rem}.here-map__caption{font-size:.78rem;color:#6b7a70;margin:0}.here-legend{list-style:none;margin:.6rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.here-legend+.here-map__caption{margin-top:.5rem}.here-fibre-promo{margin-top:.85rem;border-radius:14px;padding:1rem 1.1rem 1.15rem;background:linear-gradient(145deg,#00263a,#003d5c);color:#fff;display:flex;flex-direction:column;gap:.65rem}.here-fibre-promo__brand{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.here-fibre-promo__logo{height:22px;width:auto;display:block}.here-fibre-promo__badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;background:rgba(51,209,122,.18);border:1px solid rgba(51,209,122,.45);color:#b8f5d4;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.here-fibre-promo__badge-icon{width:13px;height:13px;flex-shrink:0}.here-fibre-promo__headline{margin:0;font-size:1rem;line-height:1.45;font-weight:600;color:#f4f8fb}.here-fibre-promo__place{margin:0;font-size:.78rem;color:rgba(255,255,255,.65)}.here-fibre-promo__cta{display:inline-flex;align-items:center;align-self:flex-start;margin-top:.15rem;padding:.55rem .95rem;border-radius:999px;background:#fba919;color:#1a1200;font-weight:800;font-size:.85rem;text-decoration:none;transition:filter .15s ease,transform .1s ease}.here-fibre-promo__cta:hover{filter:brightness(1.06);text-decoration:none}.here-fibre-promo__cta:active{transform:scale(.98)}.here-map-you{position:relative;width:40px;height:40px}.here-map-you__dot{position:absolute;inset:12px;border-radius:999px;background:#dc2626;border:3px solid #fff;box-shadow:0 0 0 2px rgba(220,38,38,.5),0 2px 8px rgba(0,0,0,.45);z-index:2}.here-map-you__pulse{position:absolute;inset:0;border-radius:999px;background:rgba(220,38,38,.4);box-shadow:0 0 18px 6px rgba(220,38,38,.45);animation:herePulse 1.8s ease-out infinite}@keyframes herePulse{0%{transform:scale(.45);opacity:.85}70%{opacity:.15}to{transform:scale(3.4);opacity:0}}.here-map-poi{cursor:pointer}.here-map-poi__badge{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#fff;border:2px solid #1f5130;box-shadow:0 1px 5px rgba(0,0,0,.3);font-size:15px;line-height:1}.here-routes{display:flex;flex-direction:column;gap:.6rem}.here-route{display:flex;align-items:center;gap:.75rem;padding:.55rem;border-radius:12px;background:#fff;border:1px solid #e6e9e2;text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .15s ease}.here-route:hover{box-shadow:0 6px 18px rgba(0,0,0,.1);transform:translateY(-1px)}.here-route__thumb{flex-shrink:0;width:64px;height:64px;border-radius:9px;overflow:hidden;background:#eef1ea;display:flex;align-items:center;justify-content:center;color:#1f5130}.here-route__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.here-route__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.here-route__title{font-weight:700;color:#16271c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.here-route__stats{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.8rem;color:#62716a}.here-pois,.here-segments{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;background:#fff;border:1px solid #e6e9e2;border-radius:12px;overflow:hidden}.here-poi,.here-segment{display:flex;align-items:center;gap:.7rem;padding:.7rem .85rem;border-top:1px solid #eef1ea}.here-poi:first-child,.here-segment:first-child{border-top:none}.here-segment__swatch{flex-shrink:0;width:6px;height:34px;border-radius:3px}.here-poi__body,.here-segment__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.here-poi__name,.here-segment__name{font-weight:600;color:#1b2a20}.here-segment__name{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.here-segment__repair{display:inline-flex;align-items:center;gap:.25rem;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:#b9770d;background:#fef7ec;border:1px solid #f4d9a8;border-radius:999px;padding:.1rem .4rem}.here-segment__repair-icon{width:.78rem;height:.78rem}.here-segment--repair .here-segment__swatch{outline:2px solid #b9770d;outline-offset:1px}.here-map-tip .mapboxgl-popup-content{padding:.5rem .65rem;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,.2)}.here-map-tip .mapboxgl-popup-tip{display:none}.here-segment__meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.78rem;color:#6b7a70;text-transform:capitalize}.here-poi__dist,.here-segment__dist{font-size:.75rem;color:#8a958d;white-space:nowrap;flex-shrink:0}.here-poi__icon{flex-shrink:0;width:30px;text-align:center;font-size:18px}.here-poi__desc{font-size:.8rem;color:#6b7a70;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.here-explore-btn{display:flex;align-items:center;justify-content:center;text-align:center;padding:.8rem .75rem;border-radius:12px;background:#1f5130;color:#fff;font-weight:700;font-size:.9rem;text-decoration:none}.here-explore-btn--ghost{background:#fff;color:#1f5130;border:1.5px solid #1f5130}.here-frogfoot{background:#00263a;border-radius:16px;padding:1.6rem 1.25rem 1.4rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.here-frogfoot__eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:700;color:#7fa9c0;margin:0}.here-frogfoot__logo-link{display:block;line-height:0}.here-frogfoot__logo{width:min(280px,78%);height:auto}.here-frogfoot__tagline{color:#cfe0ea;font-size:.9rem;line-height:1.5;margin:.1rem 0 .4rem;max-width:32ch}.here-frogfoot__cta{display:inline-flex;align-items:center;justify-content:center;background:#fba919;color:#00263a;font-weight:800;font-size:.92rem;padding:.7rem 1.5rem;border-radius:999px;text-decoration:none;transition:filter .15s ease}.here-frogfoot__cta:hover{filter:brightness(1.06)}.events-page{max-width:56rem}.events-page__lead{margin:.5rem 0 0;color:var(--muted);font-size:1.05rem;line-height:1.6;max-width:42rem}.events-page__crumb{font-size:.9rem;color:var(--muted);margin-bottom:1rem}.events-page__crumb a{color:inherit}.events-page__empty{color:var(--muted);margin-top:2rem}.events-page__grid{display:grid;gap:1.25rem;margin-top:2rem}.events-card{border:1px solid #e5e0d6;border-radius:12px;padding:1.25rem 1.35rem;background:#fff}.events-card__title{margin:0 0 .5rem;font-size:1.25rem}.events-card__summary{margin:0 0 1rem;color:var(--muted);line-height:1.5}.events-card__dates{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.events-card__dates li{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1rem;font-size:.95rem;padding-top:.65rem;border-top:1px solid #eee8df}.events-card__dates li:first-child{border-top:0;padding-top:0}.events-card__meta{display:flex;align-items:center;gap:.75rem;color:var(--muted)}.events-card__register{font-weight:600;color:var(--forest,#2d5016)}.events-card__closed{font-size:.85rem;color:var(--muted)}.events-card__more{display:inline-block;margin-top:1rem;font-size:.9rem;font-weight:600}.events-sponsors{margin:1.5rem 0}.events-sponsors__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 .5rem}.events-sponsors__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.events-rules{margin:2rem 0}.events-page__dates-heading{margin:2rem 0 1rem}.events-date-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.events-date-list__item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.15rem;border:1px solid #e5e0d6;border-radius:10px;background:#fff}.events-date-list__item h3{margin:0 0 .35rem;font-size:1.1rem}.events-date-list__meta{margin:.35rem 0 0;font-size:.9rem;color:var(--muted)}.event-rich{line-height:1.6;font-size:1rem}.event-rich p{margin:0 0 .75rem}.events-page--register{max-width:40rem}.event-register-form{margin-top:1.5rem;display:grid;gap:1.25rem}.event-register-form__fee{margin:0;font-size:1rem}.event-register-form__error{margin:0;color:#b42318;font-weight:500}.event-register-form__grid{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.event-register-form__full{grid-column:1/-1}.event-register-form label{display:grid;gap:.35rem;font-size:.9rem;font-weight:500}.event-register-form input,.event-register-form select,.event-register-form textarea{font:inherit;padding:.55rem .65rem;border:1px solid #d8d0c4;border-radius:8px;background:#fff}.event-register-form__guardian{border:1px solid #e5e0d6;border-radius:10px;padding:1rem;margin:0}.event-register-form__guardian legend{font-weight:600;padding:0 .35rem}.event-register-form__waiver{padding:1rem;background:#faf8f5;border-radius:10px;border:1px solid #e5e0d6}.event-register-form__waiver h3{margin:0 0 .75rem;font-size:1rem}.event-register-form__consents{display:grid;gap:.65rem}.event-register-form__consents label{display:flex;align-items:flex-start;gap:.5rem;font-weight:400;line-height:1.45}.event-register-form__consents input{margin-top:.2rem;width:auto}.event-register-closed{color:var(--muted)}@media (max-width:640px){.event-register-form__grid{grid-template-columns:1fr}}.event-series--night{--event-night-bg:#0f1410;--event-night-surface:#1a221c;--event-night-accent:#7cb342;--event-night-glow:rgba(124,179,66,0.15);--event-night-text:#eef2ea;--event-night-muted:#a8b5a0}.event-series-inset{margin-left:auto;margin-right:auto;padding-left:clamp(1.5rem,4vw,3rem);padding-right:clamp(1.5rem,4vw,3rem)}.event-series-inset,.event-series-inset--wide{width:min(1040px,86vw)}.event-series-gate{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.25rem}.event-series-gate--night{background:linear-gradient(165deg,#0a0f0c,#152018 45%,#0f1410);color:var(--event-night-text,#eef2ea)}.event-series-gate__card{width:100%;max-width:26rem;padding:2rem 1.75rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(26,34,28,.92);box-shadow:0 24px 48px rgba(0,0,0,.35)}.event-series-gate__eyebrow{margin:0 0 .5rem;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--event-night-muted,#a8b5a0)}.event-series-gate__title{margin:0 0 .75rem;font-size:1.5rem}.event-series-gate__lead{margin:0 0 1.25rem;color:var(--event-night-muted,#a8b5a0);line-height:1.55;font-size:.95rem}.event-series-gate__form{display:grid;gap:.75rem}.event-series-gate__form label{font-size:.9rem;font-weight:500}.event-series-gate__form input{padding:.65rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.25);color:inherit;font:inherit}.event-series-gate__error{margin:0;color:#f4a5a5;font-size:.9rem}.event-series-hero{position:relative;min-height:clamp(30rem,62vh,46rem);display:grid;place-items:end center;text-align:center;padding:3rem 0 4.5rem;background:#0a0f0c;color:var(--event-night-text,#eef2ea);overflow:hidden}.event-series-hero .hero__image--rotator{position:absolute;inset:0;z-index:0}.event-series-hero__scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,15,12,.18) 0,rgba(10,15,12,.34) 55%,rgba(15,20,16,.62) 100%),radial-gradient(ellipse 70% 50% at 75% 15%,var(--event-night-glow) 0,transparent 55%);pointer-events:none}.event-series-hero__overlay{display:none}.event-series-hero__inner{position:relative;z-index:2}.event-series-hero__crumb{margin:0 0 1rem;font-size:.9rem}.event-series-hero__crumb a{color:var(--event-night-muted,#a8b5a0)}.event-series-hero__eyebrow{margin:0 0 .75rem;font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;color:var(--event-night-accent,#7cb342);font-weight:600}.event-series-hero__title{margin:0 auto;font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.05;letter-spacing:-.02em}.event-series-hero__sub{margin:1rem auto 0;max-width:42rem;font-size:1.1rem;line-height:1.6;color:var(--event-night-muted,#a8b5a0)}.event-series-hero__cta{margin-top:1.75rem}.event-series--night .event-series-section{padding:3.5rem clamp(1.5rem,4vw,3rem);color:#1a1a1a;background:#faf8f5}.event-series--night .event-series-section--alt{background:#f0ebe3}.event-series--night .event-series-section--included{background:#fff}.event-series--night .event-series-section--register{background:linear-gradient(180deg,#f0ebe3,#faf8f5);scroll-margin-top:5rem}.event-series-section__title{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem)}.event-series-section__body,.event-series-section__lead{margin:0 0 1.5rem;max-width:42rem;line-height:1.65;color:var(--muted)}.event-series-split{display:grid;gap:2rem}@media (min-width:768px){.event-series-split{grid-template-columns:1fr 1fr;align-items:start}}.event-series-checklist{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.event-series-checklist li{display:flex;gap:.65rem;align-items:flex-start;line-height:1.45}.event-series-checklist__icon{width:1.15rem;height:1.15rem;flex-shrink:0;margin-top:.15rem;color:var(--forest,#118d43)}.event-series-info-band{padding:2.5rem 0;background:var(--event-night-surface,#1a221c);color:var(--event-night-text,#eef2ea)}.event-series-info-grid{display:grid;gap:1.5rem 1.25rem;grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:960px){.event-series-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.event-series-info-grid{grid-template-columns:1fr}}.event-series-info-card{padding:1.35rem 1.4rem;min-width:0;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);border-radius:14px}.event-series-info-card__head{display:flex;align-items:center;gap:.45rem;margin-bottom:.65rem}.event-series-info-card__icon{width:1.15rem;height:1.15rem;flex-shrink:0;color:var(--event-night-accent,#7cb342)}.event-series-info-card__label{margin:0;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--event-night-accent,#7cb342);font-weight:600}.event-series-info-card__lines{margin:0;padding:0;list-style:none;line-height:1.55;font-size:.92rem}.event-series-info-card__lines li+li{margin-top:.25rem}.event-series-info-card__value{margin:0;line-height:1.5;font-size:.98rem}.event-series-info-card__list{margin:0;padding-left:1.1rem;line-height:1.55;font-size:.98rem}.event-series-info-note{margin:1.5rem auto 0;max-width:none;font-size:.92rem;color:var(--event-night-muted,#a8b5a0);text-align:center}.event-series-distance-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.event-series-afterrun{display:grid;gap:2rem;grid-template-columns:1fr 1fr;align-items:center}@media (max-width:768px){.event-series-afterrun{grid-template-columns:1fr}}.event-series-afterrun__copy .event-series-section__body{margin-bottom:0}.event-series-afterrun__media img{display:block;width:100%;height:100%;max-height:22rem;-o-object-fit:cover;object-fit:cover;border-radius:14px}.event-series-route-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.event-series-route-grid .route-listing-card__trailheads,.event-series-route-grid .route-listing-stats__cell--descent{display:none}@media (max-width:720px){.event-series-route-grid{grid-template-columns:1fr}}.event-series-distance-card{display:flex;flex-direction:column;padding:1.5rem 1.6rem 1.4rem;border:1px solid #e5e0d6;border-radius:16px;background:#fff;box-shadow:0 6px 20px rgba(31,41,33,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.event-series-distance-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(31,41,33,.14);border-color:#c8d4bd}.event-series-distance-card h3{margin:0 0 .5rem;font-size:1.35rem;letter-spacing:-.01em}.event-series-distance-card p{margin:0 0 .75rem;font-size:.95rem;line-height:1.6;color:var(--muted)}.event-series-distance-card__note{display:inline-block;align-self:flex-start;margin:0 0 .85rem!important;padding:.25rem .65rem;border-radius:999px;background:rgba(17,141,67,.1);font-size:.74rem!important;letter-spacing:.05em;text-transform:uppercase;font-weight:700;color:var(--forest,#118d43)!important}.event-series-distance-card__fee{margin:auto 0 0!important;padding-top:.9rem;border-top:1px solid #ece7dd;font-weight:700;font-size:1.05rem;color:#1a1a1a!important}.event-series-included-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.event-series-included-card{padding:1.25rem;border-radius:12px;background:#f5f2ec;border:1px solid #e8e2d8}.event-series-included-card h3{margin:0 0 .5rem;font-size:1rem}.event-series-included-card p{margin:0;font-size:.92rem;line-height:1.55;color:var(--muted)}.event-series-quote{padding:3rem 1.25rem;text-align:center;background:var(--event-night-surface,#1a221c);color:var(--event-night-text,#eef2ea)}.event-series-quote h2{margin:0 0 1rem;font-size:clamp(1.35rem,3vw,1.75rem)}.event-series-quote p{margin:0 auto;max-width:38rem;line-height:1.65;color:var(--event-night-muted,#a8b5a0);font-size:1.05rem}.event-series-bullets{margin:0;padding-left:1.25rem;max-width:40rem;line-height:1.65;color:var(--muted)}.event-series-bullets li+li{margin-top:.45rem}.event-series-dates{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.event-series-dates__item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.15rem 1.25rem;border-radius:12px;border:1px solid #e5e0d6;background:#fff}.event-series-dates--night .event-series-dates__item{border-color:#d8d0c4;box-shadow:0 4px 16px rgba(15,20,16,.06)}.event-series-dates__item h3{margin:0 0 .35rem;font-size:1.1rem}.event-series-dates__when{margin:0;font-size:.95rem}.event-series-dates__meta{margin:.35rem 0 0;font-size:.88rem;color:var(--muted)}.event-series-dates__meta a{color:var(--forest,#118d43)}.event-series-dates__closed{font-size:.88rem;color:var(--muted)}.event-series-dates__empty{color:var(--muted);margin:0}.event-series-dates__btn{white-space:nowrap}.event-series-contact{margin:1.25rem 0 0;font-size:.95rem;color:var(--muted)}.event-series-distance-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:640px){.event-series-distance-grid--two{grid-template-columns:1fr}}.event-series-faq{margin-top:.5rem;border-radius:12px;overflow:hidden;border:1px solid #e5e0d6;background:#fff}.event-series-faq__item:last-child{border-bottom:none}.event-series-faq-pair{padding:3.5rem 0}.event-series-faq-pair__grid{display:grid;gap:1.25rem;grid-template-columns:1fr 1fr min(220px,28%);align-items:stretch}@media (max-width:960px){.event-series-faq-pair__grid{grid-template-columns:1fr}.event-series-faq-pair__image{min-height:14rem;order:-1}}.event-series-faq-box{background:#fff;border:1px solid #e5e0d6;border-radius:12px;padding:1.25rem 1.35rem .5rem;box-shadow:0 4px 18px rgba(31,41,33,.06)}.event-series-faq-box__title{margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.event-series-faq--compact .faqs-item__q{padding:.85rem .15rem;font-size:.95rem}.event-series-faq-pair__image{position:relative;min-height:100%;border-radius:12px;overflow:hidden;border:1px solid #e5e0d6}.event-series-faq-pair__image img{-o-object-fit:cover;object-fit:cover}.event-series-register-band{position:relative;z-index:3;padding:3rem 0 0;background:transparent}.event-series-register-stack{position:relative;padding-bottom:0}.event-series-register-band__card{position:relative;z-index:4;text-align:center;background:#fff;border:1px solid #e5e0d6;border-radius:16px;box-shadow:0 22px 48px rgba(31,41,33,.2);padding:2rem clamp(1.5rem,5vw,2.5rem) 2.25rem}.event-series-register-rows{list-style:none;margin:0;padding:0;display:grid;gap:.75rem;text-align:left}.event-series-register-rows__item{border-radius:10px;border:1px solid #e8e2d8;background:#faf8f5;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.event-series-register-rows__item:hover{transform:translateY(-2px);background:#fff;border-color:#c8d4bd;box-shadow:0 10px 24px rgba(31,41,33,.12)}.event-series-register-rows__link{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;width:100%;padding:.95rem 1.1rem;color:inherit;text-decoration:none;cursor:pointer}.event-series-register-rows__link:hover{text-decoration:none}.event-series-register-rows__link--closed{cursor:default}.event-series-register-rows__title{margin:0;font-weight:700;font-size:1rem}.event-series-register-rows__meta{margin:.2rem 0 0;font-size:.88rem;color:var(--muted)}.event-series-register-rows__btn{white-space:nowrap;margin-top:0}.event-series-register-band__title{margin:0 0 .65rem;font-size:clamp(1.45rem,3vw,1.85rem);font-weight:700;letter-spacing:-.01em;color:var(--ink)}.event-series-register-band__lead{margin:0 auto 1.5rem;max-width:none;font-size:.95rem;line-height:1.55;color:var(--muted)}.event-series-register-band__contact{margin:1.25rem 0 0;font-size:.92rem;color:var(--muted)}.event-series-register-band__footnote{margin:1rem 0 0;text-align:center;font-size:.9rem;color:var(--muted)}.event-series-dates--band{text-align:left}.event-series-dates--band .event-series-dates__item{border-color:#e8e2d8;background:#faf8f5}.event-series-dates--band .event-series-dates__btn{min-width:7rem}.events-card--featured{border-color:#c5d4bc;background:linear-gradient(180deg,#fff,#f7faf5)}.events-card--night{border-color:#2a352c;background:linear-gradient(165deg,#121a14,#1a221c);color:#eef2ea}.events-card--night .events-card__dates li,.events-card--night .events-card__meta,.events-card--night .events-card__summary{color:#a8b5a0;border-color:rgba(255,255,255,.08)}.events-card--night .events-card__more,.events-card--night .events-card__register,.events-card--night .events-card__title a{color:#9ccc65}.events-card__eyebrow{margin:0 0 .35rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--forest,#118d43);font-weight:600}.events-card--night .events-card__eyebrow{color:#9ccc65}.shop-page__crumb{margin:0 0 1.5rem;font-size:.9rem;color:var(--muted)}.shop-page__header{margin-bottom:2rem;max-width:48rem}.shop-page__eyebrow{margin:0 0 .5rem;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sand);font-weight:700}.shop-page__title{margin:0 0 .75rem;font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.1}.shop-page__lead{margin:0;font-size:1.05rem;line-height:1.55;color:var(--muted)}.shop-page__meta{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.1rem}.shop-page__chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:999px;background:rgba(17,141,67,.1);color:var(--green-dark);font-size:.9rem;font-weight:600}.shop-page__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,3rem);align-items:stretch}.shop-page__poster{display:flex}.shop-page__poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 18px 40px rgba(0,0,0,.12)}.shop-page__buy{display:flex;flex-direction:column}.shop-page__buy .shop-panel{flex:1 1 auto}.shop-page__filler{margin:2rem 0 0;font-size:.95rem;line-height:1.65;color:var(--muted)}.shop-page__filler p{margin:0 0 1rem}.shop-page__filler p:last-child{margin-bottom:0}@media (max-width:860px){.shop-page__grid{grid-template-columns:1fr}.shop-page__poster{max-width:30rem;margin:0 auto}}.shop-panel{background:var(--card);border:1px solid #e7e2d7;border-radius:16px;padding:clamp(1.25rem,3vw,1.75rem);box-shadow:0 12px 30px rgba(0,0,0,.06)}.shop-panel__items{display:flex;flex-direction:column;gap:.75rem}.shop-item{display:flex;align-items:center;gap:.9rem;padding:.9rem 1rem;border:1.5px solid #e7e2d7;border-radius:12px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.shop-item:hover{border-color:var(--green);box-shadow:0 8px 20px rgba(17,141,67,.12);transform:translateY(-2px)}.shop-item--active{border-color:var(--green);box-shadow:0 0 0 3px rgba(17,141,67,.12)}.shop-item--active:hover{box-shadow:0 0 0 3px rgba(17,141,67,.12),0 8px 20px rgba(17,141,67,.14)}.shop-item--bundle{background:linear-gradient(0deg,rgba(17,141,67,.06),rgba(17,141,67,.06)),#fff;border-color:rgba(17,141,67,.4)}.shop-item__icon{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;flex:0 0 auto;border-radius:10px;background:rgba(17,141,67,.12);color:var(--green-dark)}.shop-item__body{flex:1 1 auto;min-width:0}.shop-item__head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.shop-item__name{font-weight:700}.shop-item__badge{padding:.15rem .5rem;border-radius:999px;background:var(--sand);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.02em}.shop-item__desc{margin:.2rem 0 0;font-size:.88rem;line-height:1.4;color:var(--muted)}.shop-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex:0 0 auto}.shop-item__price{font-weight:800;color:var(--ink)}.shop-stepper{gap:.25rem;border:1px solid #e0dace;border-radius:999px;padding:.15rem;background:#fff}.shop-stepper,.shop-stepper__btn{display:inline-flex;align-items:center}.shop-stepper__btn{justify-content:center;width:1.9rem;height:1.9rem;border:none;border-radius:999px;background:rgba(17,141,67,.1);color:var(--green-dark);cursor:pointer;transition:background .15s ease}.shop-stepper__btn:hover:not(:disabled){background:rgba(17,141,67,.2)}.shop-stepper__btn:disabled{opacity:.4;cursor:not-allowed}.shop-stepper__count{min-width:1.5rem;text-align:center;font-weight:700;font-variant-numeric:tabular-nums}.shop-summary{margin-top:1.25rem;padding:1rem 1.1rem;border:1px dashed #d9d2c4;border-radius:12px;background:#fbfaf6}.shop-summary__title{margin:0 0 .6rem;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.shop-summary__empty{margin:0;color:var(--muted);font-size:.92rem}.shop-summary__lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.shop-summary__line{gap:1rem;font-size:.95rem}.shop-summary__line,.shop-summary__total{display:flex;justify-content:space-between}.shop-summary__total{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e7e2d7;font-size:1.15rem;font-weight:800}.shop-panel__email{margin-top:1.1rem;display:flex;flex-direction:column;gap:.4rem}.shop-panel__email label{font-size:.85rem;font-weight:600;color:var(--muted)}.shop-panel__email input{padding:.65rem .8rem;border:1px solid #d9d2c4;border-radius:10px;font-size:1rem}.shop-panel__email input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(17,141,67,.12)}.shop-panel__pay{width:100%;text-align:center;background:var(--green)}.shop-panel__pay:disabled{opacity:.5;cursor:not-allowed;filter:none}.shop-panel__note{margin:.75rem 0 0;font-size:.85rem;color:var(--green-dark)}.shop-panel__note--muted{color:var(--muted)}.shop-panel__fineprint{margin:.6rem 0 0;font-size:.82rem;color:var(--muted)}.shop-partners-band__logos{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem 2rem}.shop-partners-band__item{display:inline-flex;align-items:center}.shop-partners-band__logo{height:clamp(54px,9vw,84px);width:auto;display:block}.shop-partners-band__name{font-weight:700;color:var(--ink)}