:root{--ink:#15313a;--teal:#087f8c;--teal-dark:#075f69;--sky:#dff5f7;--yellow:#ffd84d;--coral:#ff755e;--paper:#fff;--soft:#f4f8f8;--line:#cde0e2;--shadow:0 18px 50px rgba(12,60,69,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:ui-rounded,"Avenir Next",Avenir,"Trebuchet MS",system-ui,sans-serif;line-height:1.55}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:20;background:#fff;padding:.7rem 1rem;color:var(--ink)}a{color:inherit}.site-header{height:78px;display:flex;align-items:center;gap:2rem;padding:0 clamp(1rem,4vw,4rem);background:#fff;border-bottom:1px solid rgba(21,49,58,.1);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:.7rem;font-weight:900;letter-spacing:.04em;text-decoration:none;white-space:nowrap}.brand-mark{width:34px;height:34px;border:7px solid var(--yellow);border-radius:50%;display:grid;place-items:center;position:relative;background:var(--teal)}.brand-mark span{width:8px;height:8px;border-radius:50%;background:#fff}.site-header nav{display:flex;gap:1.6rem;margin-left:auto}.site-header nav a{text-decoration:none;font-size:.95rem;font-weight:700}.site-header nav a:hover{color:var(--teal)}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:999px;padding:.88rem 1.35rem;background:var(--coral);color:#fff;font:inherit;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 8px 22px rgba(255,117,94,.25);transition:transform .18s,box-shadow .18s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(255,117,94,.32)}.button-small{padding:.65rem 1rem;font-size:.9rem}.hero{min-height:690px;position:relative;display:flex;align-items:center;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,42,49,.88) 0%,rgba(5,42,49,.67) 34%,rgba(5,42,49,.1) 65%,rgba(5,42,49,0) 100%)}.hero-content{position:relative;z-index:1;width:min(650px,90%);margin-left:clamp(1rem,7vw,7rem);color:#fff;padding:6rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;font-weight:900;margin:0 0 1rem}.teal{color:var(--teal)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.15rem,7vw,6.6rem);line-height:.91;letter-spacing:-.055em;margin-bottom:1.5rem;max-width:650px}h2{font-size:clamp(2.25rem,4.5vw,4rem);line-height:1.02;letter-spacing:-.04em;margin-bottom:1.1rem}h3{line-height:1.15;margin-bottom:.65rem}.hero-copy{font-size:clamp(1.05rem,2vw,1.3rem);max-width:570px;color:#eefbfc}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.text-link{font-weight:900;text-underline-offset:5px}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:var(--teal);color:#fff;padding:0 clamp(1rem,5vw,5rem)}.trust-strip div{padding:1.5rem 2rem;border-right:1px solid rgba(255,255,255,.24)}.trust-strip div:last-child{border-right:0}.trust-strip strong,.trust-strip span{display:block}.trust-strip span{font-size:.9rem;color:#d9f2f4}.section{padding:clamp(5rem,9vw,8rem) clamp(1rem,7vw,7rem)}.section-intro{max-width:820px;margin-bottom:3rem}.section-intro>p:not(.eyebrow){font-size:1.12rem;color:#45646d}.section-intro.compact{margin-bottom:2rem}.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.activity-card{min-height:270px;border-radius:28px;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.activity-card span{font-weight:900;margin-bottom:auto}.activity-card h3{font-size:1.45rem}.activity-card p{margin:0}.activity-card.coral{background:#ffe4de}.activity-card.yellow{background:#fff2b9}.activity-card.blue{background:#dff5f7}.steps{background:var(--soft);display:grid;grid-template-columns:.85fr 1.15fr;gap:5rem;align-items:start}.steps ol{list-style:none;margin:0;padding:0}.steps li{display:grid;grid-template-columns:54px 1fr;gap:1rem;padding:1.5rem 0;border-top:1px solid var(--line)}.steps li:last-child{border-bottom:1px solid var(--line)}.steps li>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);font-weight:900}.steps li p{margin:0;color:#526d75}.safety{background:var(--teal-dark);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.safety-copy p:not(.eyebrow){font-size:1.08rem;color:#d7eff1}.safety-list{list-style:none;padding:0;margin:0;background:#fff;color:var(--ink);border-radius:28px;padding:1.4rem 2rem;box-shadow:var(--shadow)}.safety-list li{padding:1rem 0;border-bottom:1px solid var(--line);font-weight:800}.safety-list li:last-child{border-bottom:0}.safety-list span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--yellow);margin-right:.65rem}.faq-list{max-width:920px}.faq details{border-top:1px solid var(--line);padding:1.25rem 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-size:1.15rem;font-weight:900;list-style:none;display:flex;justify-content:space-between}.faq summary::after{content:"+";color:var(--teal);font-size:1.5rem}.faq details[open] summary::after{content:"−"}.faq details p{max-width:760px;color:#526d75;margin:.8rem 0 0}.booking{background:var(--yellow);display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem}.booking-copy{padding-top:1rem}.booking-copy p:not(.eyebrow){font-size:1.08rem}.email-link{font-weight:900;text-underline-offset:4px}.booking form{background:#fff;border-radius:28px;padding:clamp(1.4rem,4vw,2.5rem);box-shadow:var(--shadow)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}label{display:block;font-size:.9rem;font-weight:900;margin-bottom:1rem}input,textarea{width:100%;display:block;margin-top:.4rem;border:1px solid #a9c1c5;border-radius:12px;background:#fff;padding:.83rem .9rem;font:inherit;color:var(--ink)}input:focus,textarea:focus{outline:3px solid rgba(8,127,140,.2);border-color:var(--teal)}textarea{resize:vertical}.form-note{font-size:.82rem;color:#5e7378;margin:.8rem 0 0}footer{padding:3rem clamp(1rem,7vw,7rem);background:#102f37;color:#fff;display:grid;grid-template-columns:1fr auto;gap:.5rem 2rem;align-items:center}footer p{margin:0;color:#d3e8ea}.footer-brand{grid-row:span 2}.legal{font-size:.85rem}@media(max-width:850px){.site-header nav{display:none}.site-header{height:70px;padding:0 1rem}.site-header .button-small{margin-left:auto}.hero{min-height:670px;align-items:flex-end}.hero>img{object-position:64% center}.hero-shade{background:linear-gradient(0deg,rgba(5,42,49,.93) 0%,rgba(5,42,49,.78) 43%,rgba(5,42,49,.08) 76%)}.hero-content{margin:0;padding:3rem 1.1rem 3.7rem;width:100%}h1{font-size:clamp(3rem,14vw,5rem);max-width:600px}.trust-strip{grid-template-columns:1fr;padding:0 1rem}.trust-strip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.22);padding:1.05rem .25rem}.trust-strip div:last-child{border-bottom:0}.activity-grid,.steps,.safety,.booking{grid-template-columns:1fr}.steps,.safety,.booking{gap:2rem}.activity-card{min-height:220px}.section{padding:4.5rem 1rem}.field-row{grid-template-columns:1fr}.booking form{border-radius:22px}.hero-actions{align-items:flex-start;flex-direction:column;gap:1rem}footer{grid-template-columns:1fr}.footer-brand{grid-row:auto;margin-bottom:1rem}}
@media(max-width:430px){.site-header .button-small{font-size:0;width:46px;height:46px;padding:0}.site-header .button-small::after{content:"Book";font-size:.78rem}.brand{font-size:.9rem}.brand-mark{width:30px;height:30px;border-width:6px}.hero{min-height:620px}.hero-copy{font-size:1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* FUN ON WHEELS brand palette */
:root{--ink:#0b2d5c;--navy:#0b2d5c;--teal:#35b9b8;--teal-dark:#168f96;--sky:#d9f4f6;--yellow:#ffbf22;--orange:#ff9418;--coral:#ff406c;--green:#91bd22;--purple:#7d4aa5;--paper:#fff;--cream:#fff8e9;--soft:#f4fbfb;--line:#c9e6e7;--shadow:0 18px 50px rgba(11,45,92,.16)}
.site-header{height:82px;border-bottom-color:rgba(11,45,92,.12)}
.brand-logo{display:block;width:auto;height:66px;object-fit:contain}
.site-header nav a:hover{color:var(--coral)}
.button{background:var(--coral);box-shadow:0 8px 22px rgba(255,64,108,.25)}
.button:hover{box-shadow:0 12px 28px rgba(255,64,108,.34)}
.hero-shade{background:linear-gradient(90deg,rgba(11,45,92,.92) 0%,rgba(11,45,92,.72) 36%,rgba(11,45,92,.12) 68%,rgba(11,45,92,0) 100%)}
.trust-strip{background:var(--navy,#0b2d5c)}
.trust-strip span{color:#d9f4f6}
.activity-card{border-top:8px solid transparent}
.activity-card.coral{background:#ffe1ea;border-top-color:var(--coral)}
.activity-card.yellow{background:#fff1bd;border-top-color:var(--orange)}
.activity-card.blue{background:#dcf5f4;border-top-color:var(--teal)}
.steps li:nth-child(1)>span{background:var(--yellow)}
.steps li:nth-child(2)>span{background:var(--green);color:#fff}
.steps li:nth-child(3)>span{background:var(--purple);color:#fff}
.safety{background:linear-gradient(135deg,#0b2d5c 0%,#123d72 100%)}
.safety-list span{background:var(--yellow);color:var(--navy,#0b2d5c)}
.faq summary::after{color:var(--coral)}
.booking{background:linear-gradient(135deg,var(--yellow) 0%,var(--orange) 100%)}
input:focus,textarea:focus{outline-color:rgba(53,185,184,.28)}
footer{background:#0b2d5c}
.footer-brand{background:#fff;border-radius:22px;padding:.45rem .75rem;width:max-content}
.footer-brand .brand-logo{height:96px}
@media(max-width:850px){.site-header{height:72px}.brand-logo{height:56px}.hero-shade{background:linear-gradient(0deg,rgba(11,45,92,.95) 0%,rgba(11,45,92,.8) 43%,rgba(11,45,92,.08) 76%)}.footer-brand .brand-logo{height:82px}}
@media(max-width:430px){.brand-logo{height:48px}.footer-brand .brand-logo{height:72px}}
.hero>img{object-position:center center}
.hero-shade{background:linear-gradient(90deg,rgba(11,45,92,.94) 0%,rgba(11,45,92,.78) 30%,rgba(11,45,92,.28) 50%,rgba(11,45,92,.05) 72%,rgba(11,45,92,0) 100%)}
@media(max-width:850px){.hero>img{object-position:48% center}.hero-shade{background:linear-gradient(0deg,rgba(11,45,92,.96) 0%,rgba(11,45,92,.82) 42%,rgba(11,45,92,.16) 74%,rgba(11,45,92,.02) 100%)}}

/* Light brand surfaces */
.hero-shade{background:linear-gradient(90deg,rgba(255,248,233,.98) 0%,rgba(255,248,233,.88) 32%,rgba(217,244,246,.42) 57%,rgba(217,244,246,.08) 78%,rgba(217,244,246,0) 100%)}
.hero-content{color:var(--ink)}
.hero-copy{color:#315c67}
.text-link{color:var(--ink)}
.trust-strip{background:var(--sky);color:var(--ink)}
.trust-strip div{border-right-color:rgba(11,45,92,.14)}
.trust-strip span{color:#315c67}
.safety{background:linear-gradient(135deg,#d9f4f6 0%,#fff8e9 100%);color:var(--ink)}
.safety-copy p:not(.eyebrow){color:#315c67}
footer{background:#d9f4f6;color:var(--ink);border-top:1px solid var(--line)}
footer p{color:#315c67}
.footer-brand{border:1px solid var(--line)}
@media(max-width:850px){.hero-shade{background:linear-gradient(0deg,rgba(255,248,233,.98) 0%,rgba(255,248,233,.9) 43%,rgba(217,244,246,.34) 72%,rgba(217,244,246,.02) 100%)}.trust-strip div{border-bottom-color:rgba(11,45,92,.14)}}
.form-honey{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.booking button:disabled{cursor:wait;opacity:.7;transform:none}
.form-note a{font-weight:900;text-underline-offset:3px}
.header-phone{font-weight:900;color:var(--navy);text-decoration:none;white-space:nowrap}
.header-phone:hover{color:var(--coral)}
.phone-link{font-weight:900;text-underline-offset:4px}
.footer-phone{font-weight:900;text-decoration:none;text-underline-offset:4px}
.footer-phone:hover{text-decoration:underline}
.footer-brand{grid-row:span 3}
@media(max-width:850px){.header-phone{margin-left:auto}.site-header .button-small{margin-left:0}.footer-brand{grid-row:auto}}
@media(max-width:620px){.header-phone{font-size:0;width:44px;height:44px;border:2px solid var(--navy);border-radius:50%;display:grid;place-items:center}.header-phone::after{content:"Call";font-size:.75rem}.site-header .button-small{display:none}}
