@import url('fonts.css');
:root{--green:#173d31;--deep:#102c24;--lime:#dafa69;--ink:#192d24;--muted:#65736b;--line:#dce3dc;--paper:#f3f5ef;--white:#fff;--radius:24px;font-family:'Manrope',Arial,sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{ -webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}img{display:block;max-width:100%;object-fit:cover}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #6c9426;outline-offset:5px}p{font-size:17px;line-height:1.75}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em}h2{font-size:clamp(36px,4vw,56px);line-height:1.13;font-weight:750;margin-bottom:0}h2 em{font-style:normal;color:#64806a}h3{font-size:25px;line-height:1.2}button{border:0}section[id]{scroll-margin-top:20px}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.section{padding-block:100px}.header{height:100px;padding:0 48px;display:flex;align-items:center;gap:38px;position:sticky;top:0;z-index:30;background:rgb(255 255 255/.96);backdrop-filter:blur(20px);border-bottom:1px solid #173d3109}.brand{display:block;flex-shrink:0}.brand img{object-fit:contain}.navigation{display:flex;align-items:center;gap:32px;margin-left:auto}.navigation a{font-size:15px;font-weight:650;position:relative}.navigation a:after{content:'';position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--green);transition:width .2s}.navigation a:hover:after{width:100%}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:56px;padding:15px 26px;border-radius:100px;background:var(--green);color:white;font-size:15px;font-weight:750;transition:background .2s,transform .2s;line-height:1.3}.button:hover{background:#2d5746;transform:translateY(-2px)}.button span{font-size:23px;font-weight:400;line-height:1}.button.small{min-height:48px;padding:13px 22px;font-size:14px;gap:20px}.button.lime{background:var(--lime);color:var(--deep)}.button.lime:hover{background:#e8ff9c}.button.glass{background:#ffffff14;border:1px solid #ffffff6b;backdrop-filter:blur(10px);color:white}.button.glass:hover{background:#ffffff30}.menu-toggle{display:none}.mobile-menu[hidden]{display:none}.skip{position:fixed;left:10px;top:-100px;padding:14px;background:white;z-index:100}.skip:focus{top:10px}.hero{height:min(760px,calc(100svh - 124px));min-height:580px;margin:0 24px;position:relative;border-radius:26px;overflow:hidden;background:var(--green);color:white}.hero-photo{position:absolute;width:100%;height:100%;object-position:65% 50%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,35,25,.86) 0%,rgba(9,35,25,.65) 29%,rgba(9,35,25,.14) 63%),linear-gradient(0deg,rgba(9,35,25,.55),transparent 35%)}.hero-content{position:relative;z-index:1;padding:64px max(48px,calc((100vw - 1280px)/2 - 24px));max-width:1000px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;line-height:1.6;color:#5a6b5e;margin-bottom:20px;display:block}.eyebrow.light{color:var(--lime)}h1{font-size:clamp(58px,6.4vw,92px);line-height:1.01;font-weight:750;margin:24px 0;letter-spacing:-.055em}h1 em{color:var(--lime);font-style:normal}.hero-description{font-size:18px;line-height:1.65;color:#ffffffe0}.actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:27px}.hero-bottom{position:absolute;left:max(48px,calc((100vw - 1280px)/2 - 24px));right:48px;bottom:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.06em}.hero-bottom a{display:flex;gap:24px;align-items:center}.hero-bottom a span{font-size:23px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);padding-block:43px;border-bottom:1px solid var(--line);gap:40px}.benefits article{display:flex;gap:20px;align-items:flex-start}.benefits h2{font-size:17px;letter-spacing:-.02em;margin-bottom:8px;line-height:1.4}.benefits p{font-size:14px;color:var(--muted);margin:0;line-height:1.7}.benefit-icon{display:grid;place-items:center;color:var(--green);border:1px solid #cad8c7;border-radius:50%;width:42px;height:42px;font-size:12px;font-weight:750;flex-shrink:0}.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:flex-end;margin-bottom:42px}.section-heading>p{max-width:410px;color:var(--muted);margin:0 0 5px;font-size:16px}.bike-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bike-card{border-radius:22px;background:var(--paper);overflow:hidden;border:1px solid #e7ebe3;display:flex;flex-direction:column}.bike-photo{position:relative;overflow:hidden;aspect-ratio:1.5}.bike-photo img{width:100%;height:100%;transition:transform .5s}.bike-card:hover .bike-photo img{transform:scale(1.035)}.bike-label{position:absolute;top:16px;left:16px;border-radius:40px;padding:8px 13px;background:white;font-size:12px;font-weight:800}.bike-label.lime{background:var(--lime)}.bike-content{padding:28px;display:flex;flex-direction:column;flex:1}.bike-content h3{margin-bottom:12px;font-size:27px}.bike-subtitle{font-size:14px;color:var(--muted);margin:0 0 20px;min-height:48px}.price{display:flex;align-items:baseline;gap:10px;margin-bottom:22px}.price strong{font-size:38px;letter-spacing:-.04em;font-weight:750;line-height:1}.price span{font-size:13px;color:var(--muted)}.bike-features{list-style:none;padding:18px 0 0;border-top:1px solid #dce3d9;margin:0 0 18px}.bike-features li{font-size:14px;padding:5px 0;display:flex;gap:9px;line-height:1.5}.bike-features li:before{content:'✓';font-weight:700;color:#568242}.bike-card details{font-size:14px;border-top:1px solid #dce3d9;margin-bottom:24px}.bike-card summary{padding-block:17px;cursor:pointer;font-weight:700;list-style:none;display:flex;justify-content:space-between;gap:12px}.bike-card summary:after{content:'+';font-size:18px}.bike-card details[open] summary:after{content:'−'}.bike-card details ul{padding-left:18px;line-height:1.9;color:#526359;margin-top:0}.bike-card .button{width:100%;margin-top:auto}.practical{display:grid;grid-template-columns:1.15fr 1fr 1fr;background:var(--paper);padding:30px 34px;border-radius:22px;gap:32px;margin-top:-60px;margin-bottom:100px}.practical article+article{border-left:1px solid #d8e1d4;padding-left:32px}.practical h3{font-size:18px;letter-spacing:-.02em;margin-bottom:12px}.practical p{font-size:14px;color:#5a6b60;margin:0 0 10px;line-height:1.7}.practical strong{color:var(--ink)}.routes-section{background:var(--paper)}.route-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{background:transparent;border:1px solid #cdd7ca;border-radius:50px;padding:13px 20px;color:var(--ink);font-size:14px;font-weight:650}.filters button.active{background:var(--green);border-color:var(--green);color:white}.filters span{margin-left:6px;font-size:11px;opacity:.65}.route-toolbar>p{font-size:13px;color:var(--muted);margin:0}.route-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px 22px}.route-card[hidden]{display:none}.route-card{min-width:0}.route-image{position:relative;overflow:hidden;border-radius:17px;aspect-ratio:1.35;margin-bottom:19px}.route-image img{width:100%;height:100%;transition:transform .5s}.route-card:hover img{transform:scale(1.05)}.distance{position:absolute;left:12px;top:12px;background:#ffffffef;padding:7px 12px;border-radius:30px;font-size:13px;font-weight:750}.route-card h3{font-size:23px;margin-bottom:10px;line-height:1.24}.route-card p{font-size:14px;line-height:1.65;color:#65736b;margin-bottom:18px}.route-open{display:flex;justify-content:space-between;align-items:center;gap:15px;width:100%;background:none;padding:15px 0 4px;border-top:1px solid #d3ddd0;color:var(--ink);font-size:13px;font-weight:750;text-align:left}.route-open span{font-size:22px;font-weight:400}.callout{display:grid;grid-template-columns:1.1fr 1fr;margin-block:100px;border-radius:28px;background:var(--green);overflow:hidden;color:white}.callout>div:first-child{padding:60px 50px}.callout h2{font-size:clamp(36px,3.8vw,53px)}.callout h2 em{color:var(--lime)}.callout p:not(.eyebrow){font-size:16px;color:#ffffffe0;margin:22px 0 0}.phone-link{font-size:17px;font-weight:650;border-bottom:1px solid #ffffff50;padding:10px 0}.callout-image{position:relative;min-height:440px}.callout-image img{height:100%;width:100%;object-position:50% center}.photo-note{position:absolute;left:25px;bottom:25px;border:1px solid #ffffff80;border-radius:60px;background:#14382745;backdrop-filter:blur(12px);padding:12px 18px;font-size:13px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-top:1px solid var(--line);padding-top:70px}.address{font-size:22px;line-height:1.6;margin:28px 0 16px}.text-link{font-size:15px;font-weight:750;border-bottom:1px solid #a8b9a6;padding-bottom:7px;display:inline-flex;gap:28px}.coordinates{font-size:12px;color:var(--muted);letter-spacing:.05em;margin:18px 0 0}.contact-details .eyebrow{margin-bottom:10px}.big-contact{display:block;font-size:clamp(26px,3vw,38px);font-weight:700;letter-spacing:-.035em;margin-bottom:7px}.mail-contact{font-size:19px}.hours{padding-block:27px;margin-top:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hours p{display:flex;justify-content:space-between;gap:20px;font-size:21px;margin:0 0 6px}.hours>span:last-child{font-size:14px;color:var(--muted)}.operator{padding-top:27px}.operator p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}.footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:24px;padding-block:28px;font-size:12px;color:var(--muted)}.footer .brand{width:140px}.footer>div{display:flex;gap:22px;margin-left:auto}.route-dialog{border:0;padding:0;border-radius:24px;max-width:830px;width:calc(100% - 40px);max-height:90svh;color:var(--ink);box-shadow:0 30px 80px #0003}.route-dialog::backdrop{background:#0c251fcc;backdrop-filter:blur(7px)}.dialog-close{position:absolute;right:18px;top:18px;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:white;color:var(--green);font-size:30px;z-index:2;box-shadow:0 2px 12px #0001}.detail-photo{width:100%;height:280px}.detail-body{padding:35px 40px 40px}.detail-body h2{font-size:38px;margin:8px 0 24px}.detail-body p{font-size:16px}.route-stats{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.route-stats span{background:var(--paper);padding:9px 14px;border-radius:24px;font-size:13px;font-weight:650}.detail-body .eyebrow{margin-bottom:10px}.detail-body .button{margin-top:10px}.empty-state{font-size:16px}.subpage{background:var(--paper)}.subpage .header{background:#fffffff5}.subpage-main{padding-block:60px 100px}.breadcrumb{display:flex;gap:12px;color:var(--muted);font-size:13px;margin-bottom:40px}.booking-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.booking-intro{position:sticky;top:145px}.booking-intro h1,.legal-intro h1{font-size:clamp(44px,4.5vw,66px);color:var(--green);line-height:1.06;margin:18px 0 25px}.booking-intro h1 em{color:#6c8869}.booking-intro>p{color:var(--muted);font-size:16px}.booking-note{padding:23px;border:1px solid #cdddc4;background:#eaf0e4;border-radius:18px;margin-top:30px;font-size:15px;line-height:1.7}.booking-note strong{display:block;margin-bottom:6px}.booking-help{margin-top:30px}.booking-help .big-contact{font-size:29px}.booking-image{width:100%;height:230px;object-fit:cover;border-radius:20px;margin-top:30px}.booking-form{background:white;border-radius:24px;padding:36px;box-shadow:0 15px 70px #0c291005}.form-section{margin:0 0 26px;padding:0 0 27px;border:0;border-bottom:1px solid var(--line);min-width:0}.form-section legend{font-size:20px;font-weight:750;letter-spacing:-.03em;margin-bottom:21px;padding:0}.form-section legend span{font-size:12px;padding:6px 9px;border-radius:50%;background:var(--lime);vertical-align:middle;margin-right:9px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 16px}.form-grid .wide{grid-column:1/-1}label{display:block;font-size:14px;font-weight:650;line-height:1.5}input:not([type=checkbox]),textarea,select{width:100%;min-width:0;border:1px solid #cdd7cc;border-radius:11px;padding:13px 14px;min-height:50px;color:var(--ink);background:#fafbf8;margin-top:7px;font-size:16px}input::placeholder,textarea::placeholder{color:#849184}textarea{resize:vertical;min-height:120px}.field-hint{display:block;font-size:12px;color:var(--muted);margin-top:6px;font-weight:450;line-height:1.6}.consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:450;margin-bottom:20px}.consent input{margin:4px 0 0;width:18px;height:18px;accent-color:var(--green);flex-shrink:0}.consent a{text-decoration:underline}.form-explain{font-size:13px;color:var(--muted);line-height:1.65;margin:12px 0 0}.form-feedback{background:#edf5df;border:1px solid #c0d29f;border-radius:14px;padding:18px;margin-top:22px;font-size:14px;line-height:1.7}.form-feedback[hidden]{display:none}.form-feedback button{padding:9px 0;text-decoration:underline;color:var(--green);background:none;font-size:14px;font-weight:700}.legal-page{max-width:900px}.legal-body{padding:40px;background:#fff;border-radius:24px}.legal-body p,.legal-body li{font-size:16px;line-height:1.85}.legal-body a{color:var(--green);text-decoration:underline}.legal-body ol{padding-left:23px}.legal-body li{margin-bottom:18px}.legal-intro{margin-bottom:36px}.legal-intro h1{font-size:48px}.legal-body h2{font-size:28px}.noscript{background:#f5f5de;padding:20px;margin:20px;border-radius:16px}.notice{font-size:13px;color:var(--muted);margin-top:15px}
@media(min-width:1600px){.hero-content{padding-top:80px}.hero{height:790px;max-height:850px}.hero h1{font-size:100px}}
@media(max-width:1150px){.header{gap:24px;padding:0 30px;height:90px}.navigation{gap:20px}.brand img{width:168px}.wrap{width:calc(100% - 64px)}.hero{margin:0 16px}.hero-content{padding:58px 40px}.hero-bottom{left:40px;right:40px}.section{padding-block:78px}.benefits{gap:24px}.benefits article{gap:12px}.benefit-icon{width:33px;height:33px}.benefits p br{display:none}.section-heading{gap:30px}.section-heading>p{max-width:340px}.bike-content{padding:23px}.bike-content h3{font-size:25px}.practical{margin-top:-40px;margin-bottom:78px;padding:27px;gap:23px}.practical article+article{padding-left:23px}.route-grid{grid-template-columns:repeat(2,1fr);gap:36px 24px}.route-image{aspect-ratio:1.6}.route-card h3{font-size:26px}.callout{margin-block:78px}.callout>div:first-child{padding:44px 34px}.callout .actions{gap:12px}.callout .phone-link{font-size:16px}.footer{flex-wrap:wrap;gap:17px}.footer>div{gap:18px}.footer>span{display:none}.booking-layout{gap:40px;grid-template-columns:.85fr 1.15fr}.booking-form{padding:28px}.booking-intro h1{font-size:51px}.booking-image{height:220px}}
@media(max-width:850px){.navigation{display:none}.header{height:82px;gap:20px}.header>.button{margin-left:auto}.menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;width:44px;height:44px;background:transparent;flex-shrink:0}.menu-toggle span{height:2px;width:23px;background:var(--green);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4.5px) rotate(-45deg)}.mobile-menu{position:fixed;top:82px;left:0;right:0;background:#fff;padding:20px 32px 30px;z-index:29;box-shadow:0 20px 40px #173d311f}.mobile-menu a{display:block;font-size:20px;font-weight:650;padding:13px 0;border-bottom:1px solid var(--line)}.hero{height:670px;min-height:580px}.hero-content{padding:60px 34px}.hero h1{font-size:72px}.hero-shade{background:linear-gradient(90deg,#092319d9, #09231965 70%,#09231918),linear-gradient(0deg,#09231970,transparent 50%)}.hero-photo{object-position:64%}.hero-bottom{left:34px;right:34px}.benefits{gap:20px}.benefits article{display:block}.benefit-icon{margin-bottom:16px}.benefits h2{font-size:16px}.benefits p{font-size:13px}.section-heading{display:block}.section-heading>p{max-width:550px;margin-top:24px}.bike-grid{gap:14px}.bike-content{padding:20px}.bike-content h3{font-size:23px}.bike-content .price{flex-wrap:wrap;gap:6px}.bike-content .price strong{font-size:33px}.bike-subtitle{min-height:65px;font-size:13px}.bike-features li{font-size:13px}.bike-card .button{gap:10px;padding:14px 13px;font-size:13px}.practical{gap:18px;padding:23px}.practical article+article{padding-left:18px}.practical h3{font-size:16px}.practical p{font-size:13px}.callout{grid-template-columns:1.2fr 1fr}.callout>div:first-child{padding:40px 28px}.callout-image{min-height:430px}.callout h2{font-size:38px}.photo-note{left:14px;right:14px;bottom:18px;padding:12px;font-size:11px;text-align:center}.contact{gap:35px}.contact h2{font-size:42px}.hours p{font-size:18px}.mail-contact{font-size:17px}.footer>div{flex-wrap:wrap;gap:13px 22px}.booking-layout{grid-template-columns:1fr;gap:35px}.booking-intro{position:static}.booking-intro h1{font-size:58px}.booking-image{display:none}.booking-help{margin-top:24px}.booking-note{margin-top:20px}.booking-form{padding:34px}.booking-intro>p{max-width:590px}.legal-intro h1{font-size:44px}}
@media(max-width:600px){html{scroll-padding-top:88px}.wrap{width:calc(100% - 40px)}.header{height:76px;padding:0 20px;gap:10px}.brand img{width:143px}.header>.button{font-size:12px;padding:11px 14px;min-height:40px;gap:8px}.header>.button span{display:none}.menu-toggle{width:35px}.mobile-menu{top:76px;padding-inline:24px}.hero{margin:0 10px;border-radius:20px;min-height:600px;height:calc(100svh - 90px);max-height:760px}.hero-content{padding:45px 24px}.hero .eyebrow{font-size:10px;letter-spacing:.1em;max-width:260px}.hero h1{font-size:clamp(52px,12.8vw,70px);margin:26px 0}.hero-description{font-size:15px;line-height:1.75}.hero-photo{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#092319e0,#09231972 75%),linear-gradient(0deg,#09231966,transparent 50%)}.actions{gap:10px;margin-top:25px}.hero .button{font-size:13px;min-height:50px;padding:13px 18px;gap:13px}.hero .button.glass{padding-inline:16px}.hero-bottom{left:24px;right:24px;bottom:24px;font-size:10px;letter-spacing:.01em}.hero-bottom>a{font-size:0;gap:0}.hero-bottom>a span{font-size:25px}.benefits{padding-block:30px;grid-template-columns:1fr;gap:23px}.benefits article{display:flex;gap:16px}.benefit-icon{margin:0;width:36px;height:36px}.benefits h2{font-size:16px;margin-bottom:5px}.benefits p{font-size:14px}.section{padding-block:60px}h2{font-size:38px}.eyebrow{font-size:11px;margin-bottom:15px}.section-heading{margin-bottom:30px}.section-heading>p{font-size:15px;margin-top:22px}.bike-grid{grid-template-columns:1fr;gap:23px}.bike-photo{aspect-ratio:1.6}.bike-content{padding:26px}.bike-content h3{font-size:29px}.bike-subtitle{min-height:0;font-size:15px;margin-bottom:22px}.bike-content .price strong{font-size:39px}.bike-content .price{gap:10px}.bike-features li{font-size:14px}.bike-card .button{font-size:15px}.practical{grid-template-columns:1fr;margin-top:-30px;margin-bottom:60px;padding:27px;gap:20px}.practical article+article{border-left:0;border-top:1px solid #d8e1d4;padding:22px 0 0}.practical h3{font-size:18px}.practical p{font-size:14px}.route-toolbar{display:block;margin-bottom:28px}.route-toolbar>p{margin-top:17px;font-size:12px}.filters{gap:6px}.filters button{font-size:12px;padding:11px 14px}.filters span{display:none}.route-grid{gap:30px 15px}.route-image{aspect-ratio:1.05;border-radius:12px;margin-bottom:16px}.distance{left:9px;top:9px;padding:6px 9px;font-size:11px}.route-card h3{font-size:20px;letter-spacing:-.04em;margin-bottom:10px}.route-card p{font-size:13px;line-height:1.6}.route-open{font-size:11px;gap:3px;padding-top:12px}.route-open span{font-size:18px}.callout{grid-template-columns:1fr;margin-block:60px;border-radius:23px}.callout>div:first-child{padding:37px 27px}.callout h2{font-size:37px}.callout p:not(.eyebrow){font-size:14px}.callout-image{min-height:0;height:280px}.callout-image img{object-position:center 45%}.photo-note{left:20px;right:auto;bottom:20px;font-size:12px;padding:10px 14px}.contact{grid-template-columns:1fr;gap:36px;padding-top:50px}.contact h2{font-size:42px}.address{font-size:21px;margin-top:24px}.big-contact{font-size:32px}.mail-contact{font-size:18px}.hours p{font-size:20px}.footer{display:block;padding-block:26px}.footer .brand{margin-bottom:24px}.footer>div{font-size:12px;gap:15px 24px}.footer>div a:last-child{width:100%;margin-top:6px}.route-dialog{width:calc(100% - 24px);max-height:92svh;border-radius:18px}.detail-photo{height:200px}.detail-body{padding:25px}.detail-body h2{font-size:32px}.detail-body p{font-size:15px}.route-stats{gap:7px}.route-stats span{font-size:11px;padding:8px 10px}.subpage-main{padding-block:32px 60px}.breadcrumb{font-size:12px;margin-bottom:30px}.booking-intro h1{font-size:49px}.booking-intro>p{font-size:15px}.booking-note{font-size:14px;padding:20px}.booking-form{padding:26px 21px;border-radius:19px}.form-grid{gap:17px 13px}.form-section legend{font-size:18px}.form-grid label{font-size:13px}.form-section legend span{margin-right:6px}.booking-form .button{width:100%;font-size:14px;padding-inline:15px}.field-hint{font-size:11px}.form-grid .mobile-wide{grid-column:1/-1}.legal-intro h1{font-size:39px;overflow-wrap:anywhere}.legal-body{padding:25px 21px}.legal-body p,.legal-body li{font-size:14px}.legal-body ol{padding-left:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Final asset composition and dedicated trip pages. */
.header .brand img{width:212px;height:auto}.hero-photo{width:66%;right:0;object-position:50% 42%}.hero-shade{background:linear-gradient(90deg,#102f25 0%,#102f25 27%,#102f25eb 36%,#102f2580 49%,#102f2500 72%),linear-gradient(0deg,#102f2566,transparent 38%)}
.route-image{display:block}.bike-photo{display:block}.bike-content h3{min-height:65px}.zoom-mark{position:absolute;right:16px;bottom:16px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#ffffffed;font-size:21px;color:var(--green)}.bike-detail-photo{width:100%;max-height:70svh;object-fit:contain}.bike-detail-title{font-size:23px;padding:20px 28px 26px}.optional{font-weight:400;color:var(--muted)}.form-feedback p{font-size:14px;margin:9px 0}.form-feedback textarea[hidden]{display:none}.form-feedback textarea{font-size:13px;min-height:180px}.trip-page{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:24px;overflow:hidden}.trip-cover{height:100%;min-height:600px}.trip-cover img{width:100%;height:100%;object-fit:cover}.trip-content{padding:45px}.trip-content h1{font-size:49px;color:var(--green);line-height:1.07;margin:0 0 25px}.trip-content p{font-size:16px}.trip-content .notice{font-size:13px}.trip-content .button{font-size:13px;padding-inline:20px}.trip-content .text-link{font-size:13px}.back-link{margin-top:35px}.legacy-anchor{display:block;scroll-margin-top:110px}
@media(max-width:1150px){.header .brand img{width:185px}.trip-content{padding:35px}.trip-content h1{font-size:42px}.trip-cover{min-height:650px}.hero-photo{width:72%}.hero-shade{background:linear-gradient(90deg,#102f25 0%,#102f25f5 25%,#102f2599 47%,#102f2510 80%),linear-gradient(0deg,#102f2599,transparent 40%)}}
@media(max-width:850px){.header .brand img{width:178px}.hero-photo{width:100%;object-position:65% 40%}.hero-shade{background:linear-gradient(90deg,#102f25f0,#102f2580 60%,#102f2522),linear-gradient(0deg,#102f2599,transparent 40%)}.trip-page{grid-template-columns:1fr}.trip-cover{min-height:0;height:370px}.trip-content{padding:35px}}
@media(max-width:600px){.header .brand img{width:147px}.hero-photo{object-position:58% 50%}.hero-shade{background:linear-gradient(90deg,#102f25e8,#102f2577),linear-gradient(0deg,#102f25a0,transparent 40%)}.bike-content h3{min-height:0}.trip-cover{height:250px}.trip-content{padding:27px}.trip-content h1{font-size:38px}.trip-content p{font-size:15px}.trip-content .actions{gap:20px}.trip-content .button{width:100%;font-size:12px}.trip-content .eyebrow{font-size:10px}}

@media(min-width:851px) and (max-width:1599px){.hero{min-height:680px}.hero-content{padding-top:54px}.hero h1{font-size:clamp(58px,6vw,84px)}}

/* HERO v2: alpha fade removes the physical left edge of the inset photograph. */
@media (min-width: 851px) {
  .hero { background-color: #102f25; }
  .hero-photo {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.04) 5%, rgba(0,0,0,.2) 11%, rgba(0,0,0,.5) 18%, rgba(0,0,0,.8) 25%, #000 34%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.04) 5%, rgba(0,0,0,.2) 11%, rgba(0,0,0,.5) 18%, rgba(0,0,0,.8) 25%, #000 34%);
  }
}
