:root{color-scheme:light;--ink: #101010;--muted: #5c564c;--line: #ddd6c7;--paper: #fffdf7;--soft: #f4f1ea;--accent: #e11923;--accent-soft: #e5f0ee;--radius-card: 0px;--radius-button: 999px;font-family:Geist,Inter,Aptos,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--soft);color:var(--ink);overflow-x:hidden}a{color:inherit;text-decoration:none}.site-header,.site-footer{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:18px clamp(18px,5vw,72px);background:var(--paper);border-bottom:1px solid var(--line)}.site-header{position:sticky;top:0;z-index:10;background:#a50a08;color:#fff;border-bottom:0;box-shadow:0 10px 28px #1e140c29}.site-footer{align-items:flex-start;border-top:1px solid var(--line);border-bottom:0;color:var(--muted)}.design-note{display:none}.brand{display:inline-flex;gap:10px;align-items:center;font-weight:900}.brand-mark{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#fff;color:#a50a08;font-size:11px;letter-spacing:0}nav{display:flex;flex-wrap:wrap;gap:14px;font-size:14px;font-weight:800}.site-header nav a{opacity:.94}.site-header nav a:hover{opacity:1}.site-header:has(+main .hero-go2africa){background:#fff;color:#3f3d39;border-bottom:1px solid rgba(63,61,57,.16);box-shadow:none}.site-header:has(+main .hero-go2africa) .brand-mark{background:#3f3d39;color:#fff}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr);gap:clamp(24px,6vw,72px);align-items:center;min-height:clamp(560px,74dvh,720px);padding:clamp(70px,9vw,118px) clamp(18px,5vw,72px);background:var(--paper);border-bottom:1px solid var(--line);overflow:hidden}.hero-safari{color:#fff;background:linear-gradient(90deg,#14110ed1,#14110e61),url(https://images.unsplash.com/photo-1516426122078-c23e76319801?auto=format&fit=crop&w=1800&q=80) center / cover}.hero-go2africa{min-height:clamp(650px,82dvh,820px);grid-template-columns:minmax(0,1fr);align-items:start;color:#fff;background:linear-gradient(90deg,#1f1d19bd,#1f1d1933),url(https://images.unsplash.com/photo-1547471080-7cc2caa01a7e?auto=format&fit=crop&w=1800&q=80) center / cover}.hero-safari:after{content:"";position:absolute;inset:auto 0 0;height:118px;background:linear-gradient(180deg,rgba(255,255,255,0),var(--soft));pointer-events:none}.hero-go2africa:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(180deg,rgba(255,255,255,0),var(--soft));pointer-events:none}.hero>*{min-width:0;max-width:100%}.hero>div{position:relative;z-index:1}.small-hero{padding-top:58px;padding-bottom:58px}.hero h1{max-width:900px;margin:0;font-size:clamp(44px,7vw,86px);line-height:.96;letter-spacing:0}.hero p{width:100%;max-width:min(720px,100%);color:var(--muted);line-height:1.65;overflow-wrap:anywhere}.hero-safari p{color:#ffffffe0}.hero-go2africa p{color:#ffffffe6;max-width:640px}.hero-panel{min-width:0;max-width:100%;min-height:250px;display:grid;align-content:end;gap:16px;padding:24px;border:1px solid rgba(255,255,255,.38);border-radius:var(--radius-card);background:#ffffffeb;color:var(--ink);box-shadow:0 18px 60px #0000002e;overflow:hidden}.hero-go2africa .hero-panel{width:min(420px,100%);min-height:auto;margin-top:clamp(52px,12vw,150px);margin-left:auto;background:#fffffff0;border:0;color:#2f302d}.hero-panel p{min-width:0;margin:0;color:var(--ink);font-weight:850;font-size:clamp(18px,2.4vw,24px);line-height:1.28;overflow-wrap:anywhere}.hero-panel ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.7}.finder{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:center;max-width:900px;margin-top:30px;padding:10px;border-radius:8px;background:#121212b8;box-shadow:0 20px 60px #00000038}.finder span,.finder a{min-height:54px;display:flex;align-items:center;padding:0 18px;background:#fff;color:#2a2d33;border-right:1px solid var(--line);font-weight:800}.finder span:first-child{border-radius:4px 0 0 4px}.finder a{justify-content:center;border:0;border-radius:4px;background:#e58c12;color:#fff;white-space:nowrap}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero-primary,.hero-secondary{min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:999px;font-weight:900}.hero-primary{background:#d8902f;color:#fff}.hero-secondary{background:#ffffff29;color:#fff;border:1px solid rgba(255,255,255,.55)}.eyebrow{color:var(--accent);font-weight:900;font-size:12px;letter-spacing:0;text-transform:uppercase}.hero-safari .eyebrow{color:#ffd17d}.hero-go2africa .eyebrow{color:#f4c26f}.section{padding:42px clamp(18px,5vw,72px)}.section h2{margin:0 0 20px;font-size:clamp(28px,4vw,44px);line-height:1.05}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.grid.compact{grid-template-columns:repeat(5,minmax(0,1fr))}.card{display:block;min-height:178px;padding:20px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--paper);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-2px);border-color:#a50a0859;box-shadow:0 14px 36px #16181d14}.card h3{margin:0 0 10px;font-size:20px}.card p{color:var(--muted);line-height:1.55}.card-kicker{margin:0 0 10px;color:#087f5b;font-size:12px;font-weight:900;text-transform:uppercase}.text-link{display:inline-flex;margin-top:12px;color:#a50a08;font-weight:900}.category-card{min-height:210px}.commercial{background:#f6efe6;border-top:1px solid #e6d3bd;border-bottom:1px solid #e6d3bd}.article{max-width:820px;margin:0 auto;padding:54px 18px;line-height:1.72}.article h1{font-size:clamp(34px,6vw,62px);line-height:1}.lede{color:var(--muted);font-size:19px}.markdown{white-space:pre-wrap;overflow:auto;padding:18px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--paper);font:inherit}.commercial-box{margin:32px 0;padding:18px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--accent-soft)}.cta{display:inline-flex;min-height:44px;align-items:center;padding:0 18px;border-radius:var(--radius-button);background:var(--accent);color:#fff;font-weight:800}.disclosure{color:var(--muted);font-size:13px}.go2-trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0 clamp(18px,5vw,72px);background:#fff;border-top:1px solid rgba(63,61,57,.12);border-bottom:1px solid rgba(63,61,57,.12)}.go2-trust-strip a{min-height:70px;display:flex;align-items:center;justify-content:center;padding:14px;border-right:1px solid rgba(63,61,57,.12);color:#4b4944;font-weight:850;text-align:center}.go2-trust-strip a:first-child{border-left:1px solid rgba(63,61,57,.12)}.go2-section{padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#f6f3ec}.section-copy{max-width:850px;margin-bottom:clamp(28px,5vw,54px)}.section-copy h2,.go2-feature-section h2,.go2-planner h2,.go2-commercial-section h2{margin:0;color:#24231f;font-size:clamp(34px,5vw,64px);line-height:.98;letter-spacing:0}.section-copy p,.go2-planner p,.go2-commercial-section p{max-width:680px;color:#666056;font-size:18px;line-height:1.7}.homepage-category-collections{background:#fff}.category-collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.category-collection-card{display:grid;align-content:start;gap:18px;min-height:360px;padding:24px;border:1px solid rgba(63,61,57,.14);background:#f6f3ec}.category-collection-card h3{margin:0;color:#24231f;font-size:clamp(24px,2.4vw,34px);line-height:1.02}.compact-rail{border-top:1px solid rgba(63,61,57,.14)}.compact-rail .rail-item{padding:16px 0}.compact-rail .rail-item strong{font-size:18px;line-height:1.18}.destination-mosaic{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-auto-rows:minmax(210px,auto);gap:18px}.destination-tile{position:relative;display:grid;align-content:end;min-height:230px;padding:24px;overflow:hidden;border-radius:0;background:#2f302d;color:#fff;isolation:isolate}.destination-tile:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,#16151214,#161512b8),url(https://images.unsplash.com/photo-1511185307590-3c29c11275ca?auto=format&fit=crop&w=1300&q=80) center / cover;transform:scale(1.02)}.destination-tile:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,#d8902f2e,#0000)}.destination-tile:hover:before{transform:scale(1.06);transition:transform .5s ease}.destination-tile span{position:absolute;top:20px;left:22px;color:#ffffffb8;font-size:13px;font-weight:900}.destination-tile h3{max-width:430px;margin:0 0 10px;font-size:clamp(24px,3vw,42px);line-height:1}.destination-tile p{max-width:480px;margin:0;color:#ffffffd1;line-height:1.55}.destination-tile.tile-1{grid-row:span 2;min-height:480px}.destination-tile.tile-2:before{background-image:linear-gradient(180deg,#16151214,#161512b8),url(https://images.unsplash.com/photo-1523805009345-7448845a9e53?auto=format&fit=crop&w=1000&q=80)}.destination-tile.tile-3:before{background-image:linear-gradient(180deg,#16151214,#161512b8),url(https://images.unsplash.com/photo-1516026672322-bc52d61a55d5?auto=format&fit=crop&w=1000&q=80)}.destination-tile.tile-4:before{background-image:linear-gradient(180deg,#16151214,#161512b8),url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1000&q=80)}.destination-tile.tile-5:before{background-image:linear-gradient(180deg,#16151214,#161512b8),url(https://images.unsplash.com/photo-1499696010180-025ef6e1a8f9?auto=format&fit=crop&w=1000&q=80)}.go2-feature-section{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(24px,5vw,62px);padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#fff}.feature-article{min-height:430px;display:grid;align-content:end;padding:clamp(28px,5vw,54px);border:1px solid rgba(63,61,57,.14);background:linear-gradient(180deg,#f6f3ec1a,#f6f3ecdb),url(https://images.unsplash.com/photo-1534177616072-ef7dc120449d?auto=format&fit=crop&w=1400&q=80) center / cover}.feature-article h2{max-width:840px}.feature-article p{max-width:620px;color:#5c5851;font-size:18px;line-height:1.65}.guide-rail{display:grid;align-content:start;gap:0;border-top:1px solid rgba(63,61,57,.18)}.rail-label{margin:0;padding:0 0 16px;color:#d8902f;font-size:13px;font-weight:900;text-transform:uppercase}.rail-item{display:grid;gap:8px;padding:22px 0;border-bottom:1px solid rgba(63,61,57,.18)}.rail-item span{color:#888074;font-size:12px;font-weight:900;text-transform:uppercase}.rail-item strong{color:#272520;font-size:clamp(20px,2vw,28px);line-height:1.1}.go2-planner{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(26px,6vw,76px);padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#2f302d;color:#fff}.go2-planner h2,.go2-planner p{color:#fff}.go2-planner p{color:#ffffffb8}.planner-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}.planner-steps li{display:grid;align-content:start;min-height:260px;padding:24px;border:1px solid rgba(255,255,255,.22);background:#ffffff14}.planner-steps span{color:#f4c26f;font-weight:900}.planner-steps strong{margin-top:34px;font-size:24px;line-height:1.05}.planner-steps p{color:#ffffffb3}.go2-commercial-section{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(26px,6vw,76px);padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#f6f3ec;border-top:1px solid rgba(63,61,57,.12)}.partner-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.partner-pill{display:grid;gap:10px;min-height:138px;padding:22px;border:1px solid rgba(63,61,57,.18);background:#fff}.partner-pill span{color:#d8902f;font-size:12px;font-weight:900;text-transform:uppercase}.partner-pill strong{color:#282620;font-size:22px;line-height:1.08}.category-reference-shell{padding:clamp(40px,7vw,92px) clamp(18px,5vw,72px);background:#f6f3ec}.category-intro-panel{max-width:960px;margin-bottom:clamp(28px,5vw,54px)}.category-intro-panel h1{max-width:980px;margin:0;color:#24231f;font-size:clamp(42px,6vw,78px);line-height:.96;letter-spacing:0}.category-intro-panel p{max-width:720px;color:#666056;font-size:19px;line-height:1.7}.local-deal-rail{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(22px,5vw,58px);margin:0 0 clamp(34px,6vw,70px);padding:clamp(26px,5vw,50px);border:1px solid rgba(4,122,109,.18);background:#fff}.local-deal-rail h2,.cornwall-area-map-list h2,.voucher-checklist h2{margin:0;font-size:clamp(28px,4vw,46px);line-height:1.02;letter-spacing:0}.local-deal-rail p{color:#5d665f;line-height:1.7}.local-deal-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.local-deal-list a{display:grid;gap:12px;min-height:142px;padding:20px;border:1px solid rgba(4,122,109,.16);background:#f4fbf9}.local-deal-list span{color:#047a6d;font-size:12px;font-weight:900;text-transform:uppercase}.local-deal-list strong{font-size:20px;line-height:1.08}.cornwall-area-map-list{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:22px;align-items:center;margin:0 0 clamp(34px,6vw,70px);padding:24px;border:1px solid rgba(216,144,31,.25);background:#fff7ea}.area-chip-list{display:flex;flex-wrap:wrap;gap:10px}.area-chip-list span{padding:10px 12px;border:1px solid rgba(216,144,31,.28);border-radius:999px;background:#fff;color:#4c4030;font-weight:800}.category-rail{max-width:1060px;margin-bottom:clamp(34px,6vw,70px);background:#fff;padding:26px;border:1px solid rgba(63,61,57,.12)}.category-planning-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:clamp(34px,6vw,70px)}.category-planning-links .destination-tile{min-height:270px}.planner-category-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(22px,5vw,58px);margin-bottom:clamp(34px,6vw,70px)}.planning-path-row{grid-template-columns:repeat(4,minmax(0,1fr))}.path-card{display:grid;gap:12px;min-height:180px;padding:22px;border:1px solid rgba(63,61,57,.14);background:#fff}.path-card span{color:#d8902f;font-size:12px;font-weight:900;text-transform:uppercase}.path-card strong{font-size:22px;line-height:1.08}.path-card p{margin:0;color:#665f56;line-height:1.55}.category-destination-mosaic{grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:minmax(210px,auto)}.park-comparison-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:clamp(34px,6vw,70px)}.park-comparison-grid article,.logistics-board article,.gear-shelf article,.operator-scorecard article{min-height:210px;padding:24px;border:1px solid rgba(63,61,57,.14);background:#fff}.park-comparison-grid span,.logistics-board span,.gear-shelf span,.operator-scorecard span,.article-strip span{color:#d8902f;font-size:12px;font-weight:900;text-transform:uppercase}.park-comparison-grid strong,.logistics-board strong,.gear-shelf strong,.operator-scorecard strong,.article-strip strong{display:block;margin-top:26px;font-size:24px;line-height:1.08}.park-comparison-grid p,.logistics-board p,.operator-scorecard p{color:#625c53;line-height:1.6}.logistics-board{grid-template-columns:repeat(2,minmax(0,1fr))}.logistics-board article:nth-child(1){grid-row:span 2;min-height:440px;background:#2f302d;color:#fff}.logistics-board article:nth-child(1) p{color:#ffffffb8}.article-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:clamp(34px,6vw,70px);border-top:1px solid rgba(63,61,57,.16);border-bottom:1px solid rgba(63,61,57,.16)}.article-strip a{min-height:170px;padding:22px;border-right:1px solid rgba(63,61,57,.16);background:#fff}.gear-shelf{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.gear-shelf article{display:grid;align-content:space-between;background:linear-gradient(180deg,#fff,#f6f3ec)}.gear-shelf strong{margin-top:54px}.packing-board{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(22px,5vw,58px);margin-bottom:clamp(34px,6vw,70px);padding:clamp(28px,5vw,54px);background:#2f302d;color:#fff}.packing-board h2{margin:0;color:#fff;font-size:clamp(32px,5vw,56px);line-height:1}.packing-board p{color:#ffffffb8;line-height:1.7}.operator-scorecard{grid-template-columns:.95fr 1.2fr .85fr}.operator-scorecard article:nth-child(2){min-height:300px;background:#fff7ea;border-color:#e0c9aa}.quote-checklist{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px;margin-bottom:clamp(34px,6vw,70px);padding:28px;border:1px solid rgba(63,61,57,.14);background:#fff}.quote-checklist h2{margin:0;font-size:clamp(30px,4vw,48px);line-height:1}.quote-checklist ul{margin:0;color:#625c53;line-height:1.8}.related-guides{margin:clamp(34px,6vw,70px) 0}.related-guides h2,.commercial-route-grid h2{margin:0 0 22px;font-size:clamp(30px,4vw,52px);line-height:1;letter-spacing:0}.commercial-route-grid{margin:clamp(34px,6vw,70px) 0 0;padding:clamp(26px,5vw,50px);border:1px solid rgba(63,61,57,.13);background:#fff}.reference-article{max-width:920px}.article-toc{display:grid;gap:10px;margin:30px 0;padding:22px;border-left:5px solid #d8902f;background:#f6f3ec}.article-toc strong{color:#25231f;font-size:18px}.article-toc span{color:#5d584f}.disclosure-panel{margin:32px 0 0;padding:24px;border:1px solid #e0c9aa;background:#fff7ea;color:#4c4030}.disclosure-panel h2{margin-top:0;font-size:24px}.commercial-route-shell{max-width:960px}.route-checklist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:28px 0;padding:0;list-style:none}.route-checklist li{min-height:210px;padding:22px;border:1px solid rgba(63,61,57,.14);background:#f6f3ec}.route-checklist span{color:#d8902f;font-weight:900}.route-checklist strong{display:block;margin-top:26px;font-size:22px;line-height:1.08}.route-checklist p{color:#625c53;line-height:1.6}.voucher-checklist{margin:28px 0;padding:24px;border:1px solid rgba(4,122,109,.18);background:#f4fbf9}.voucher-checklist ul{margin:16px 0 0;padding-left:20px;color:#4e5c55;line-height:1.8}.partner-disclosure-card{border-color:#d8901f57;background:#fff7ea}.fixed-page-shell{width:min(1180px,calc(100% - 48px));margin:0 auto clamp(58px,9vw,110px);padding-top:clamp(42px,7vw,88px)}.fixed-page-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:clamp(24px,5vw,64px);align-items:stretch;min-height:390px;padding:clamp(28px,5vw,58px);overflow:hidden;border:1px solid rgba(63,61,57,.14);background:linear-gradient(135deg,#fff,#f6f3ec)}.fixed-page-heading{position:relative;z-index:1;align-self:end;max-width:760px}.fixed-page-heading h1{margin:0;font-size:clamp(48px,8vw,96px);line-height:.92;letter-spacing:0}.fixed-page-heading p:not(.eyebrow){max-width:700px;color:#5d584f;font-size:clamp(17px,2vw,21px);line-height:1.55}.fixed-page-visual-card{position:relative;z-index:1;min-height:280px;overflow:hidden;border-radius:7px;border:1px solid rgba(63,61,57,.13);background:linear-gradient(145deg,#ffffffe6,#f6f3ecb8);box-shadow:0 28px 80px #1a191621}.fixed-page-visual-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#25231f05,#25231fb3),var(--fixed-page-image, linear-gradient(135deg, #f6f3ec, #fff));background-size:cover;background-position:center;transform:scale(1.02)}.fixed-page-visual-card span{position:absolute;left:22px;right:22px;bottom:20px;color:#fff;font-size:28px;font-weight:900;line-height:1}.fixed-page-body-grid{display:grid;grid-template-columns:minmax(230px,.32fr) minmax(0,1fr);gap:clamp(24px,5vw,58px);padding:clamp(34px,6vw,70px) 0 0}.fixed-page-sidebar{position:sticky;top:90px;align-self:start;display:grid;gap:18px;padding:24px;border:1px solid rgba(63,61,57,.14);background:#ffffffd1}.fixed-page-sidebar strong{font-size:20px;line-height:1.1}.fixed-page-sidebar ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.fixed-page-sidebar li{padding-left:16px;border-left:3px solid var(--accent);color:#625c53;line-height:1.45}.fixed-page-content{max-width:none;margin:0;padding:clamp(28px,5vw,58px);border:1px solid rgba(63,61,57,.14);background:#ffffffe6}.fixed-page-content h2{margin-top:34px;font-size:clamp(26px,3vw,38px);line-height:1.04}.fixed-page-content h2:first-child{margin-top:0}.fixed-page-content p,.fixed-page-content li,.fixed-page-content td{color:#5d584f;line-height:1.72}.fixed-page-content table{display:block;overflow-x:auto;width:100%;border-collapse:collapse;margin:24px 0;font-size:15px}.fixed-page-content th,.fixed-page-content td{padding:14px;border:1px solid rgba(63,61,57,.13);text-align:left;vertical-align:top}.fixed-page-content th{color:#25231f;background:#f6f3ec}.fixed-page-about{--fixed-page-image: url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=80)}.fixed-page-contact{--fixed-page-image: url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1200&q=80)}.fixed-page-privacy-policy{--fixed-page-image: url(https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1200&q=80)}.fixed-page-terms{--fixed-page-image: url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1200&q=80)}.fixed-page-affiliate-disclosure{--fixed-page-image: url(https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1200&q=80)}.fixed-page-disclaimer{--fixed-page-image: url(https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1200&q=80)}.fixed-page-local-travel{--accent: #087f8c}.fixed-page-local-travel.fixed-page-about{--fixed-page-image: url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=82)}.fixed-page-local-travel.fixed-page-contact{--fixed-page-image: url(https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?auto=format&fit=crop&w=1200&q=82)}.fixed-page-local-travel.fixed-page-privacy-policy{--fixed-page-image: url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=82)}.fixed-page-local-travel .fixed-page-hero{border-color:#087f8c2e;background:linear-gradient(135deg,#f6faf8,#e4f4ef 58%,#fff7ed)}.fixed-page-local-travel .fixed-page-content{border-color:#087f8c29;background:#fffffff0}.fixed-page-local-travel .fixed-page-sidebar{border-color:#087f8c29;background:#f1faf7}.fixed-page-local-travel .fixed-page-content th{background:#e4f4ef}.fixed-page-meta-product{--accent: #111827}.fixed-page-meta-product .fixed-page-hero{border-radius:28px;background:linear-gradient(135deg,#f8fafc,#eef3ff)}.fixed-page-meta-product .fixed-page-visual-card{border-radius:28px}.fixed-page-local-deal{--accent: #0f766e}.fixed-page-local-deal .fixed-page-hero{background:linear-gradient(135deg,#f5fbf8,#e5f4ee)}.contact-panel{display:grid;gap:18px;margin:24px 0;padding:24px;border:1px solid rgba(63,61,57,.14);background:#f6f3ec}.contact-panel h2{margin:0}body{background:#fffdf7;color:#101010}.header-timeout-leisure{min-height:76px;background:#fffdf7;color:#101010;border-bottom:1px solid rgba(16,16,16,.12);box-shadow:0 14px 38px #10101014}.header-timeout-leisure .brand{gap:12px;font-size:19px}.header-timeout-leisure .brand-mark,.header-timeout-leisure .brand-mark-logo{width:54px;height:42px;border-radius:14px;background:transparent;color:#fffdf7;overflow:hidden;box-shadow:0 12px 28px #e119232e}.header-timeout-leisure .brand-mark-logo img{width:100%;height:100%;object-fit:contain;display:block}.header-timeout-leisure nav{gap:8px}.header-timeout-leisure nav a{min-height:38px;display:inline-flex;align-items:center;padding:0 13px;border-radius:999px;background:#f4f1ea;color:#101010;border:1px solid rgba(16,16,16,.08);font-size:13px}.header-timeout-leisure nav a:hover{background:#e11923;color:#fffdf7}.hero-timeout-leisure{min-height:clamp(660px,82dvh,860px);grid-template-columns:minmax(0,1.05fr) minmax(360px,.74fr);gap:clamp(22px,6vw,86px);color:#fffdf7;background:#101010;border-bottom:0;isolation:isolate}.hero-timeout-leisure:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,#101010db,#1010106b 54%,#101010c7),url(https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?auto=format&fit=crop&w=1900&q=82) center / cover;transform:scale(1.01)}.hero-timeout-leisure:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:0;height:128px;background:linear-gradient(180deg,#fffdf700,#fffdf7);pointer-events:none}.hero-timeout-leisure>*{position:relative;z-index:1}.hero-timeout-leisure .eyebrow{color:#ffd43b}.hero-timeout-leisure h1{color:#fffdf7;font-size:clamp(62px,9vw,124px);line-height:.88;max-width:980px}.hero-timeout-leisure p{color:#fffdf7e0;font-size:clamp(18px,2vw,23px);line-height:1.5}.hero-timeout-leisure .hero-actions{margin-top:28px}.hero-timeout-leisure .hero-primary{background:#ffd43b;color:#101010}.hero-timeout-leisure .hero-secondary{background:#e11923;color:#fffdf7;border-color:#e11923}.hero-timeout-leisure .hero-panel{align-self:end;min-height:330px;border:0;border-radius:0;background:#fffdf7;color:#101010;box-shadow:16px 16px #ffd43b,0 24px 70px #10101047}.hero-timeout-leisure .hero-panel p{color:#101010;font-size:clamp(24px,3vw,38px);font-weight:950;line-height:.98}.hero-timeout-leisure .hero-panel ul{display:grid;gap:10px;margin-top:16px;padding:0;list-style:none}.hero-timeout-leisure .hero-panel li{padding:12px 14px;background:#f4f1ea;border-left:6px solid #e11923;color:#101010;font-weight:850}.timeout-hero-stack{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.timeout-hero-stack span{padding:10px 12px;border-radius:999px;background:#fffdf724;border:1px solid rgba(255,253,247,.24);color:#fffdf7;font-weight:900}.timeout-search-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:#e11923;color:#fffdf7;border-top:6px solid #ffd43b;border-bottom:6px solid #101010}.timeout-search-strip a{min-height:78px;display:flex;align-items:center;justify-content:center;padding:14px;border-right:1px solid rgba(255,253,247,.35);font-weight:950;text-align:center}.timeout-front-page{display:grid;grid-template-columns:minmax(0,.76fr) minmax(0,1fr) minmax(300px,.64fr);gap:18px;padding:clamp(54px,8vw,96px) clamp(18px,5vw,72px);background:#fffdf7}.timeout-front-lead{padding:28px;border-top:12px solid #101010;background:#ffd43b}.timeout-front-lead h2,.timeout-weekend-board h2,.timeout-category-board h2,.timeout-deal-board h2,.timeout-latest-rail h2{margin:0;font-size:clamp(36px,5vw,72px);line-height:.92;letter-spacing:0}.timeout-front-lead p{color:#3d3628;line-height:1.65}.timeout-feature-card{min-height:470px;display:grid;align-content:end;gap:16px;padding:28px;color:#fffdf7;background:linear-gradient(180deg,#1010100a,#101010c7),url(https://images.unsplash.com/photo-1517457373958-b7bdd4587205?auto=format&fit=crop&w=1300&q=82) center / cover}.timeout-feature-card span,.timeout-side-list span,.timeout-topic-card span,.timeout-deal-grid span,.timeout-route-grid span{color:#ffd43b;font-size:12px;font-weight:950;text-transform:uppercase}.timeout-feature-card strong{font-size:clamp(30px,4vw,56px);line-height:.96}.timeout-feature-card p{color:#fffdf7d1;line-height:1.55}.timeout-side-list{display:grid;border-top:1px solid rgba(16,16,16,.18)}.timeout-side-list a{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:center;min-height:112px;border-bottom:1px solid rgba(16,16,16,.18);color:#101010}.timeout-side-list strong{font-size:clamp(19px,2vw,27px);line-height:1.02}.timeout-weekend-board{display:grid;grid-template-columns:minmax(0,.66fr) minmax(0,1.34fr);gap:clamp(24px,5vw,70px);padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#101010;color:#fffdf7}.timeout-weekend-board p{color:#fffdf7b8;line-height:1.65}.timeout-weekend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.timeout-topic-card{min-height:238px;display:grid;align-content:space-between;padding:22px;background:#fffdf7;color:#101010}.timeout-topic-card:nth-child(2n){background:#ffd43b}.timeout-topic-card strong{font-size:clamp(22px,2.5vw,34px);line-height:1}.timeout-topic-card p{margin:0;color:#554f45}.timeout-category-board,.timeout-latest-rail{padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#f4f1ea}.timeout-board-heading{max-width:920px;margin-bottom:28px}.timeout-section-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid #101010;border-left:1px solid #101010;background:#fffdf7}.timeout-section-rail a{min-height:260px;display:grid;align-content:space-between;gap:18px;padding:22px;border-right:1px solid #101010;border-bottom:1px solid #101010}.timeout-section-rail a:nth-child(1){background:#e11923;color:#fffdf7}.timeout-section-rail a:nth-child(3){background:#ffd43b}.timeout-section-rail strong{font-size:clamp(22px,2.3vw,34px);line-height:.98}.timeout-section-rail p{margin:0;color:inherit;opacity:.78;line-height:1.45}.timeout-things-guide{padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#fffdf7}.timeout-things-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:14px}.timeout-things-card{min-height:260px;display:grid;align-content:end;gap:14px;padding:24px;color:#fffdf7;background:linear-gradient(180deg,#10101029,#101010c2),url(https://images.unsplash.com/photo-1528909514045-2fa4ac7a08ba?auto=format&fit=crop&w=1000&q=82) center / cover}.timeout-things-card:nth-child(2){background-image:linear-gradient(180deg,#1010101a,#101010c7),url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1000&q=82)}.timeout-things-card:nth-child(3){background-image:linear-gradient(180deg,#1010101a,#101010c7),url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1000&q=82)}.timeout-things-card:nth-child(4){background-image:linear-gradient(180deg,#1010101a,#101010c7),url(https://images.unsplash.com/photo-1517457373958-b7bdd4587205?auto=format&fit=crop&w=1000&q=82)}.timeout-things-card:nth-child(5){background-image:linear-gradient(180deg,#1010101a,#101010c7),url(https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?auto=format&fit=crop&w=1000&q=82)}.timeout-things-card:nth-child(6){background-image:linear-gradient(180deg,#1010101a,#101010c7),url(https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?auto=format&fit=crop&w=1000&q=82)}.timeout-things-card:first-child{grid-row:span 2;min-height:540px}.timeout-things-card span,.timeout-offer-scroll span,.timeout-culture-cards span,.timeout-escape-stack span{color:#ffd43b;font-size:12px;font-weight:950;text-transform:uppercase}.timeout-things-card strong{font-size:clamp(26px,3vw,46px);line-height:.96}.timeout-things-card p{margin:0;color:#fffdf7d6;line-height:1.45}.timeout-news-desk{display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1.38fr);gap:clamp(24px,5vw,72px);padding:clamp(56px,8vw,100px) clamp(18px,5vw,72px);background:#101010;color:#fffdf7}.timeout-news-desk h2,.timeout-offer-strip h2,.timeout-review-board h2,.timeout-newsletter-band h2,.timeout-culture-split h2,.timeout-best-city h2,.timeout-escape-city h2{margin:0;font-size:clamp(34px,5vw,68px);line-height:.92;letter-spacing:0}.timeout-news-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#fffdf733}.timeout-news-list a{min-height:220px;display:grid;align-content:space-between;padding:22px;background:#fffdf7;color:#101010}.timeout-news-list span{color:#e11923;font-weight:950}.timeout-news-list strong{font-size:clamp(22px,2.2vw,33px);line-height:1}.timeout-news-list p{margin:0;color:#565046;line-height:1.5}.timeout-offer-strip{padding:clamp(48px,7vw,86px) clamp(18px,5vw,72px);background:#ffd43b;color:#101010}.timeout-offer-strip{display:grid;grid-template-columns:minmax(0,.58fr) minmax(0,1.42fr);gap:clamp(24px,5vw,70px)}.timeout-offer-scroll{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));gap:12px;overflow:hidden}.timeout-offer-scroll a{min-height:250px;display:grid;align-content:space-between;padding:20px;background:#101010;color:#fffdf7;box-shadow:8px 8px #e11923}.timeout-offer-scroll strong{font-size:clamp(20px,2vw,30px);line-height:1}.timeout-offer-scroll p{color:#fffdf7c7;line-height:1.45}.timeout-review-board{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);min-height:620px;background:#fffdf7}.timeout-review-photo{background:linear-gradient(180deg,#1010100f,#1010102e),url(https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1500&q=82) center / cover;min-height:520px}.timeout-review-copy{align-self:center;padding:clamp(36px,6vw,82px);background:#fffdf7;border-left:16px solid #e11923}.timeout-mini-list{display:grid;gap:10px;margin:24px 0}.timeout-mini-list a{padding:14px 0;border-bottom:1px solid rgba(16,16,16,.18);color:#101010;font-weight:900}.timeout-text-cta{display:inline-flex;margin-top:8px;padding:14px 18px;background:#101010;color:#fffdf7;font-weight:950}.timeout-newsletter-band{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.56fr);gap:clamp(20px,4vw,56px);align-items:center;padding:clamp(48px,7vw,82px) clamp(18px,5vw,72px);background:#e11923;color:#fffdf7;border-top:10px solid #101010;border-bottom:10px solid #ffd43b}.timeout-newsletter-band p{color:#fffdf7d6;font-size:18px;line-height:1.6}.timeout-culture-split{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr);gap:clamp(24px,5vw,70px);padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#f4f1ea}.timeout-culture-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.timeout-culture-cards a{min-height:260px;display:grid;align-content:end;gap:12px;padding:22px;color:#fffdf7;background:linear-gradient(180deg,#10101014,#101010c7),url(https://images.unsplash.com/photo-1503095396549-807759245b35?auto=format&fit=crop&w=1000&q=82) center / cover}.timeout-culture-cards a:nth-child(2){background-image:linear-gradient(180deg,#10101014,#101010c7),url(https://images.unsplash.com/photo-1517457373958-b7bdd4587205?auto=format&fit=crop&w=1000&q=82)}.timeout-culture-cards a:nth-child(3){background-image:linear-gradient(180deg,#10101014,#101010c7),url(https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1000&q=82)}.timeout-culture-cards a:nth-child(4){background-image:linear-gradient(180deg,#10101014,#101010c7),url(https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?auto=format&fit=crop&w=1000&q=82)}.timeout-culture-cards strong{font-size:clamp(24px,3vw,42px);line-height:.98}.timeout-best-city{display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1.38fr);gap:clamp(24px,5vw,70px);padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#fffdf7}.timeout-best-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #101010;border-left:1px solid #101010}.timeout-best-list a{min-height:150px;display:flex;flex-direction:column;justify-content:space-between;padding:20px;border-right:1px solid #101010;border-bottom:1px solid #101010;color:#101010}.timeout-best-list a:nth-child(3n+1){background:#ffd43b}.timeout-best-list strong{font-size:clamp(22px,2.4vw,34px);line-height:1}.timeout-best-list span{color:#e11923;font-weight:950}.timeout-escape-city{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(24px,5vw,70px);padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#101010;color:#fffdf7}.timeout-escape-city p{color:#fffdf7b8;line-height:1.65}.timeout-escape-stack{display:grid;gap:12px}.timeout-escape-stack a{min-height:130px;display:grid;grid-template-columns:130px minmax(0,1fr);align-items:center;gap:18px;padding:16px;background:#fffdf714;color:#fffdf7;border:1px solid rgba(255,253,247,.2)}.timeout-escape-stack a:before{content:"";display:block;align-self:stretch;background:url(https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?auto=format&fit=crop&w=600&q=82) center / cover}.timeout-escape-stack strong{font-size:clamp(21px,2.4vw,34px);line-height:1}.timeout-deal-board{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:clamp(24px,5vw,70px);padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#e11923;color:#fffdf7}.timeout-deal-board p{color:#fffdf7cc;line-height:1.65}.timeout-deal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.timeout-deal-grid a{min-height:190px;display:grid;align-content:space-between;padding:22px;background:#fffdf7;color:#101010}.timeout-deal-grid strong{font-size:clamp(22px,2.4vw,32px);line-height:1}.timeout-latest-rail .grid .card{background:#fffdf7;border-color:#1010102e;box-shadow:8px 8px #e1192314}.timeout-trending-footer{padding:clamp(42px,6vw,74px) clamp(18px,5vw,72px);background:#101010;color:#fffdf7}.timeout-trending-footer>div{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.timeout-trending-footer a{padding:12px 15px;border-radius:999px;background:#fffdf71a;color:#fffdf7;border:1px solid rgba(255,253,247,.2);font-weight:850}.category-timeout-leisure-shell{padding:0;background:#fffdf7}.timeout-category-hero{position:relative;min-height:clamp(540px,72dvh,760px);display:grid;grid-template-columns:minmax(0,.86fr) minmax(320px,.5fr);gap:clamp(24px,5vw,76px);align-items:end;padding:clamp(86px,10vw,132px) clamp(18px,5vw,72px) clamp(46px,7vw,86px);color:#fffdf7;background:#101010;isolation:isolate;overflow:hidden}.timeout-category-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#101010e0,#10101066 54%,#101010c7),var(--category-bg) center / cover}.timeout-category-hero h1{margin:0;color:#fffdf7;font-size:clamp(54px,8vw,112px);line-height:.88;max-width:980px}.timeout-category-hero p{color:#fffdf7d6;font-size:19px;line-height:1.55}.timeout-category-hero .category-intro-card{padding:24px;border-left:12px solid #ffd43b;background:#10101099;backdrop-filter:blur(12px)}.timeout-category-hero .category-hero-card{min-height:250px;padding:24px;background:#fffdf7;color:#101010;box-shadow:12px 12px #e11923}.timeout-category-hero .category-hero-card span{color:#e11923;font-weight:950;text-transform:uppercase}.timeout-category-hero .category-hero-card p{color:#554f45}.timeout-leisure-rail{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(24px,5vw,70px);padding:clamp(58px,8vw,104px) clamp(18px,5vw,72px);background:#fffdf7}.timeout-leisure-rail h2{margin:0;font-size:clamp(34px,5vw,68px);line-height:.94}.timeout-leisure-rail p{color:#5c564c;line-height:1.65}.timeout-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.timeout-route-grid a{min-height:180px;display:grid;align-content:space-between;padding:22px;background:#f4f1ea;border-top:8px solid #101010}.timeout-route-grid a:nth-child(3n+1){background:#ffd43b}.timeout-route-grid strong{font-size:clamp(22px,2.5vw,34px);line-height:1}.timeout-route-grid p{margin:0;color:#514b41}.timeout-local-planner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:0 clamp(18px,5vw,72px) clamp(58px,8vw,104px);background:#fffdf7}.timeout-local-planner article{min-height:210px;padding:24px;border:1px solid #101010;border-right:0;background:#e11923;color:#fffdf7}.timeout-local-planner article:last-child{border-right:1px solid #101010;background:#101010}.timeout-local-planner article:nth-child(2){background:#ffd43b;color:#101010}.timeout-local-planner span{color:inherit;opacity:.72;font-weight:950;text-transform:uppercase}.timeout-local-planner strong{display:block;margin-top:44px;font-size:clamp(24px,3vw,40px);line-height:.98}.timeout-related-board{padding:clamp(42px,7vw,84px) clamp(18px,5vw,72px);background:#101010;color:#fffdf7}.timeout-related-board>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.timeout-related-board a{min-height:160px;padding:20px;background:#fffdf714;border:1px solid rgba(255,253,247,.18)}.timeout-related-board strong{color:#fffdf7;font-size:22px;line-height:1}.timeout-related-board p{color:#fffdf7b8;line-height:1.5}.fixed-page-timeout-leisure{--accent: #e11923;background:#fffdf7}.fixed-page-timeout-leisure .fixed-page-hero{background:#101010;color:#fffdf7;border:0;box-shadow:12px 12px #ffd43b}.fixed-page-timeout-leisure .fixed-page-heading h1,.fixed-page-timeout-leisure .fixed-page-heading p{color:#fffdf7}.fixed-page-timeout-leisure .fixed-page-visual-card{border-radius:0;border:0;background:#e11923;color:#fffdf7}.fixed-page-timeout-leisure .fixed-page-sidebar,.fixed-page-timeout-leisure .fixed-page-content{border-color:#10101029;background:#fffdf7}.fixed-page-timeout-leisure .fixed-page-content th{background:#ffd43b;color:#101010}@media(max-width:980px){.hero-timeout-leisure,.timeout-front-page,.timeout-weekend-board,.timeout-deal-board,.timeout-category-hero,.timeout-leisure-rail,.timeout-news-desk,.timeout-offer-strip,.timeout-review-board,.timeout-newsletter-band,.timeout-culture-split,.timeout-best-city,.timeout-escape-city{grid-template-columns:1fr}.timeout-search-strip,.timeout-weekend-grid,.timeout-section-rail,.timeout-local-planner,.timeout-related-board>div,.timeout-things-grid,.timeout-news-list,.timeout-culture-cards,.timeout-best-list{grid-template-columns:1fr 1fr}.timeout-deal-grid,.timeout-route-grid,.timeout-offer-scroll{grid-template-columns:1fr}.timeout-things-card:first-child{grid-row:auto;min-height:320px}}@media(max-width:640px){.timeout-search-strip,.timeout-weekend-grid,.timeout-section-rail,.timeout-local-planner,.timeout-related-board>div,.timeout-things-grid,.timeout-news-list,.timeout-culture-cards,.timeout-best-list{grid-template-columns:1fr}.hero-timeout-leisure h1,.timeout-category-hero h1{font-size:52px}.timeout-escape-stack a{grid-template-columns:1fr}.timeout-escape-stack a:before{min-height:120px}}@media(max-width:980px){.finder{grid-template-columns:1fr}.finder span,.finder a{border-right:0;border-bottom:1px solid var(--line)}.finder span:first-child{border-radius:4px 4px 0 0}}@media(max-width:820px){.site-header,.site-footer{display:grid}.hero{grid-template-columns:1fr;min-height:auto;padding-top:52px;padding-bottom:48px}.hero-panel{width:100%;min-height:190px}.grid,.grid.compact,.go2-trust-strip,.destination-mosaic,.category-collection-grid,.go2-feature-section,.go2-planner,.planner-steps,.go2-commercial-section,.partner-row,.category-planning-links,.route-checklist,.planner-category-grid,.park-comparison-grid,.logistics-board,.article-strip,.gear-shelf,.packing-board,.operator-scorecard,.quote-checklist,.local-deal-rail,.local-deal-list,.cornwall-area-map-list,.motion-card-rail,.comparison-lab,.lab-grid,.use-case-grid,.gadget-editorial-showcase,.deal-device-wall,.device-deal-grid,.device-stage-hero,.category-device-lab,.fixed-page-hero,.fixed-page-body-grid{grid-template-columns:1fr}.fixed-page-shell{width:min(100% - 28px,1180px)}.fixed-page-sidebar{position:static}.fixed-page-content{padding:22px}.destination-tile.tile-1{grid-row:auto;min-height:280px}.commercial-route-grid{padding:22px}.logistics-board article:nth-child(1){grid-row:auto;min-height:240px}}
