@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#071a38;--blue:#063b81;--red:#bd1838;--paper:#fff;--line:#dce1ea;--muted:#546176}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.75 'DM Sans',Arial,sans-serif}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Manrope',Arial,sans-serif;font-weight:500;line-height:1.04;letter-spacing:-.035em}h1{font-size:clamp(3.1rem,5.8vw,5.8rem)}h2{font-size:clamp(2.4rem,4vw,3.8rem)}h3{font-size:1.2rem;line-height:1.4;font-weight:500}p{color:var(--muted)}a:focus-visible,summary:focus-visible{outline:3px solid #db2345;outline-offset:5px}.wrap{max-width:1360px;margin:auto;padding:0 48px}.topbar{background:var(--ink);color:#fff;text-align:center;padding:9px 16px;font-size:.875rem;letter-spacing:.055em}.nav{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:106px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;font-size:.9rem;font-weight:600;line-height:1.35;letter-spacing:.025em}.monogram{font-family:'Manrope',Arial,sans-serif;font-size:2.5rem;font-weight:500;border:1px solid #b3becf;border-bottom:3px solid var(--red);padding:0 11px;line-height:1.5}.navlinks{display:flex;align-items:center;gap:28px}.navlinks>a{font-size:.875rem;text-decoration:none}.flag{width:36px;height:24px;object-fit:cover;display:inline-block;vertical-align:middle;flex-shrink:0}.button{display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:15px;padding:15px 25px;background:var(--red);color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;border:1px solid var(--red);border-radius:0;line-height:1.5;transition:background .2s}.button:hover{background:#98122a;border-color:#98122a}.button.dark{background:var(--ink);border-color:var(--ink)}.button.outline{background:transparent;border-color:#aeb8ca;color:var(--ink)}.button.outline:hover{background:#eef1f6}.eyebrow{display:flex;align-items:center;gap:12px;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--blue);margin-bottom:22px}.hero{display:grid;grid-template-columns:1fr 1.1fr;align-items:stretch;padding:43px 0 0;gap:35px}.hero-copy{padding:22px 0 20px;align-self:center}.hero h1{margin-bottom:25px}.hero h1 em{color:var(--blue);font-weight:400}.hero p{font-size:1.05rem;max-width:510px}.hero-photo{margin:0;position:relative;min-height:515px;background:#091c35;overflow:hidden;border-bottom:5px solid var(--red)}.hero-photo img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:65% center}.photo-label{position:absolute;bottom:18px;left:22px;right:22px;color:white;font-size:.8rem;text-shadow:0 1px 7px #000;background:#071a38d9;padding:10px 15px;display:flex;justify-content:space-between;gap:15px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}.micro{font-size:.875rem!important;color:var(--muted)}.service-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;border-bottom:1px solid var(--line);padding:30px 0;text-align:center;font-size:.875rem}.service-strip strong{font-family:'Manrope',Arial,sans-serif;font-size:2rem;font-weight:500;display:block;line-height:1.2}.section{padding:80px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:45px;margin-bottom:35px}.section-head h2{margin-bottom:0}.section-head p{max-width:430px;margin-bottom:0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.category{display:flex;flex-direction:column;justify-content:space-between;min-height:250px;padding:29px;text-decoration:none;border-right:1px solid var(--line);background:#fff;transition:background .2s,color .2s}.category:last-child{border:0}.category:hover{background:var(--ink);color:#fff}.category:hover small,.category:hover .number{color:#fff}.number{font-size:.8rem;letter-spacing:.12em;color:var(--red);margin-bottom:33px}.category h3{font-family:'Manrope',Arial,sans-serif;font-size:2rem;line-height:1.1;max-width:190px}.category small{font-size:.875rem;color:var(--muted)}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.intro-grid h2{max-width:550px}.intro-grid p{max-width:610px}.text-link{color:var(--blue);text-underline-offset:5px}.signature{padding:50px;background:var(--ink);color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;margin:25px 0 70px;border-left:5px solid var(--red)}.signature .eyebrow{color:#a9c8f4}.signature p{color:#d7dfed}.signature h2{margin-bottom:0}.signature ul{padding:0;list-style:none;margin:20px 0 0}.signature li{padding:11px 0;border-bottom:1px solid #314159;color:#e0e6f0}.signature .text-link{color:white}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin:35px 0}.guide-grid h3{font-family:'Manrope',Arial,sans-serif;font-size:2.1rem}.step-label{font-size:.8rem;letter-spacing:.14em;color:var(--red);display:block;margin-bottom:15px}.directory{border-top:1px solid var(--line);padding-top:38px;margin-top:55px;scroll-margin-top:20px}.directory-title{display:flex;justify-content:space-between;gap:30px;align-items:center}.directory h2{font-size:2.35rem;max-width:900px}.count{font-size:.875rem;white-space:nowrap;border:1px solid var(--line);padding:3px 12px}.route-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 26px}.route-link{display:flex;justify-content:space-between;gap:15px;font-size:.9rem;line-height:1.5;padding:17px 0;border-bottom:1px solid var(--line);text-decoration:none}.route-link:hover{color:var(--blue);text-decoration:underline;text-underline-offset:4px}.route-link span:last-child{color:var(--red)}.booking{background:var(--blue);color:white;padding:50px;display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:35px}.booking p{color:#dbe7fc;margin-bottom:0}.booking h2{margin-bottom:15px}.booking .button{flex-shrink:0}footer{padding:45px 0 65px!important;font-size:.875rem;border-top:1px solid var(--line)}.footer-row{display:flex;justify-content:space-between;gap:45px;margin-bottom:25px}.footer-row p{max-width:540px;margin:12px 0}.footer-mark{display:flex;align-items:center;gap:14px;margin-bottom:18px}.breadcrumbs{font-size:.875rem;padding:24px 0;color:var(--muted)}.route-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(290px,.6fr);gap:55px;padding:35px 0 55px}.route-hero h1{font-size:clamp(2.9rem,4.7vw,4.5rem)}.route-hero p{font-size:1.05rem;max-width:780px}.route-hero>div>a{color:var(--blue);text-underline-offset:5px}.quote-card{padding:30px;background:var(--ink);color:white;border-top:4px solid var(--red);align-self:start}.quote-card h2{font-size:2.4rem}.quote-card p{color:#d7dfed;font-size:.95rem}.quote-card .button{width:100%}.quote-card .outline{color:white}.quote-card .outline:hover{background:#26364f}.route-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding:25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f7f8fb}.route-facts span{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.route-facts strong{display:block;font-weight:500}.content-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;padding:60px 0}.content-grid h2{font-size:2.6rem}.content-grid li{color:var(--muted);margin-bottom:12px}.related{background:#f2f5fa;padding:27px;margin-top:30px}.related h3{font-family:'Manrope',Arial,sans-serif;font-size:2rem}details{padding:20px 0;border-bottom:1px solid var(--line)}summary{font-weight:500;cursor:pointer}details p{margin:15px 0 0}.faq-section{max-width:940px;margin:auto;padding:10px 0 70px}.faq-section h2{text-align:center}.muted{color:var(--muted)}.mobile-call{display:none}.skip{position:absolute;left:-1000px}.skip:focus{left:10px;top:10px;background:white;padding:10px;z-index:9}@media(max-width:1000px){.wrap{padding:0 25px}.navlinks{gap:18px}.navlinks>a:not(.button){display:none}.hero{gap:22px}.hero-photo{min-height:460px}.hero h1{font-size:4rem}.category{padding:22px}.signature{padding:35px;gap:35px}.route-list{grid-template-columns:repeat(2,minmax(0,1fr))}.route-hero{gap:25px}.content-grid,.intro-grid{gap:35px}}@media(max-width:650px){.wrap{padding:0 20px}.topbar{font-size:.75rem}.nav{min-height:88px;gap:10px}.brand{font-size:.8rem;gap:9px}.monogram{font-size:2rem;padding:0 8px}.navlinks .flag{display:none}.nav .button{font-size:.8rem;padding:10px 11px}.hero{grid-template-columns:1fr;padding-top:20px;gap:10px}.hero-copy{padding:15px 0}.hero h1{font-size:3.8rem;max-width:430px}.hero-photo{min-height:330px}.hero-photo img{object-position:65% center}.photo-label{left:12px;right:12px;bottom:12px;padding:8px 11px;display:block}.photo-label span{display:block}.service-strip{grid-template-columns:repeat(2,1fr);padding:24px 0;gap:20px}.service-strip strong{font-size:1.8rem}.section{padding:50px 0}.section-head{display:block}.section-head p{margin-top:20px}.category-grid{grid-template-columns:repeat(2,1fr)}.category{min-height:215px;padding:22px 18px;border-bottom:1px solid var(--line)}.category:nth-child(2){border-right:0}.category:nth-child(3){border-bottom:0}.category h3{font-size:1.85rem}.intro-grid,.signature,.guide-grid{grid-template-columns:1fr;gap:25px}.signature{padding:27px;margin-bottom:45px}.signature h2{font-size:2.9rem}.route-list{grid-template-columns:1fr}.directory h2{font-size:2rem}.directory-title{align-items:flex-start;gap:15px}.directory .count{font-size:.75rem;margin-top:5px}.booking,.footer-row{display:block}.booking{padding:28px}.booking .button{margin-top:25px}.route-hero,.content-grid{grid-template-columns:1fr;gap:30px;padding:25px 0}.route-hero h1{font-size:2.9rem}.route-facts{grid-template-columns:1fr;gap:17px;padding:20px}.quote-card{padding:25px}.mobile-call{position:fixed;bottom:0;left:0;right:0;z-index:5;display:flex;justify-content:center;text-decoration:none;background:var(--red);color:white;padding:14px;font-weight:600;font-size:.95rem}.footer-row>div:last-child{margin-top:28px}footer{padding-bottom:95px!important}.faq-section{padding-bottom:45px}.eyebrow{font-size:.75rem;letter-spacing:.12em}.actions .button{flex-grow:1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.hero-photo{align-self:center;aspect-ratio:3/2;min-height:0}.hero-photo img{object-position:center}.signature .micro{color:#c7d2e5}@media(max-width:650px){.hero-photo{min-height:0;aspect-ratio:3/2}.hero-photo img{object-position:center}.nav{flex-wrap:wrap;padding:15px 0}.photo-label{font-size:.75rem}.hero h1{font-size:clamp(3rem,14vw,3.8rem)}}

/* Refined contemporary typography across all town and hotel routes. */
h1,h2{font-weight:600;line-height:1.12;letter-spacing:-.045em;text-wrap:balance}
h1{font-size:clamp(2.7rem,4.6vw,4.6rem)}h2{font-size:clamp(2rem,3vw,3rem)}
.hero h1{font-size:clamp(2.7rem,4.8vw,4.7rem);font-weight:700;line-height:1.09}
.hero h1 em{font-style:normal;font-weight:500;letter-spacing:-.04em}
.monogram{font-size:1.75rem;font-weight:800;letter-spacing:-.07em;padding:7px 12px}
.brand{font-weight:700;letter-spacing:-.01em}.eyebrow,.step-label{letter-spacing:.12em;font-weight:700}
.category h3{font-size:1.6rem;font-weight:600;line-height:1.22;letter-spacing:-.035em}
.service-strip strong{font-size:1.7rem;font-weight:600;line-height:1.4;letter-spacing:-.035em}
.guide-grid h3{font-size:1.65rem;font-weight:600;line-height:1.25;letter-spacing:-.025em}
.directory h2{font-size:clamp(1.65rem,2.5vw,2.15rem);line-height:1.23}
.route-hero h1{font-size:clamp(2.2rem,3.5vw,3.5rem);overflow-wrap:break-word}
.quote-card h2,.content-grid h2{font-size:2rem;line-height:1.2}
.related h3{font-size:1.5rem;font-weight:600;letter-spacing:-.025em}
.button{font-weight:600;letter-spacing:.005em}summary{font-weight:600}
@media(max-width:650px){.hero h1{font-size:clamp(2.5rem,10.7vw,3.4rem)}.monogram{font-size:1.5rem;padding:6px 10px}.category h3{font-size:1.35rem}.signature h2{font-size:2.35rem}.route-hero h1{font-size:clamp(2rem,8.7vw,2.75rem)}.content-grid h2,.quote-card h2{font-size:1.8rem}.directory h2{font-size:1.6rem}.service-strip strong{font-size:1.6rem}}
/* Photo-led destinations and accessible native route browsing. */
.destination-section{padding-top:55px}.destination-section .section-head{align-items:center}.destination-section h2{max-width:730px}.direction-switch{border:0;padding:0;margin:0 0 25px;display:flex;flex-wrap:wrap;gap:10px}.direction-switch legend{font-size:.875rem;margin-bottom:12px;font-weight:600}.direction-switch label{position:relative;cursor:pointer}.direction-switch input{position:absolute;opacity:0;width:1px;height:1px}.direction-switch span{display:block;padding:12px 22px;border:1px solid #bac7da;border-radius:40px;font-size:.9rem}.direction-switch input:checked+span{background:var(--blue);border-color:var(--blue);color:white}.direction-switch input:focus-visible+span{outline:3px solid var(--red);outline-offset:3px}.destination-gallery{display:grid;grid-template-columns:1fr 1fr;gap:22px}.destination-photo{display:block;position:relative;min-height:390px;aspect-ratio:1.5;background:var(--ink);overflow:hidden;color:white;text-decoration:none;border-radius:8px}.destination-photo>img{position:absolute;width:100%;height:100%;object-fit:cover;transition:transform .55s}.destination-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 15%,#071a381a 35%,#071a38ef 100%)}.destination-photo:hover>img{transform:scale(1.05)}.destination-overlay{position:absolute;inset:auto 30px 30px;z-index:1}.destination-region{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#fff;background:#071a388c;padding:5px 10px;display:inline-block;margin-bottom:28px}.destination-caption{color:#fff;font-size:.95rem;margin:0 0 7px}.destination-photo h3{font-size:clamp(2rem,3.5vw,3.2rem);font-family:Manrope,Arial,sans-serif;font-weight:600;letter-spacing:-.04em;margin:0 0 15px}.destination-cta{font-size:.875rem;border-bottom:1px solid #ffffff9c;padding-bottom:5px}.route-finder{display:grid;grid-template-columns:1fr 1.4fr;align-items:center;gap:30px;padding:30px;background:#f1f5fb;border-bottom:3px solid var(--red);margin-top:25px}.route-finder h3{font-size:1.35rem;margin-bottom:6px}.route-finder p{margin-bottom:0}.route-finder form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.route-finder label{grid-column:1/-1;font-size:.875rem;font-weight:600}.route-finder select{font:inherit;min-width:0;max-width:100%;padding:14px 12px;border:1px solid #b8c3d4;background:white;color:var(--ink);border-radius:0}.route-finder button{cursor:pointer;font-family:inherit}.home-info{border:1px solid var(--line);padding:0;margin:15px 0}.home-info>summary{padding:22px 25px;font-size:1.05rem}.home-info>div{padding:15px 25px 25px}.home-info .intro-grid h2{font-size:2rem}.home-info .guide-grid{margin-bottom:0}.visual-fleet{grid-template-columns:1fr 1fr;padding:0;gap:0;margin:55px 0}.fleet-photo{margin:0;position:relative;min-height:350px}.fleet-photo img{width:100%;height:100%;object-fit:cover;position:absolute}.fleet-photo figcaption{position:absolute;bottom:12px;left:18px;color:white;background:#071a38b8;padding:5px 10px;font-size:.75rem}.fleet-copy{padding:35px}.fleet-copy h2{font-size:2.6rem;margin-bottom:22px}.fleet-details{border-color:#415570;padding:10px 0}.fleet-details summary{font-size:.9rem;color:white}.fleet-details p{margin-top:15px}.faq-section{padding-top:45px}.route-accordion{padding:0;margin:12px 0;border:1px solid var(--line);scroll-margin-top:20px}.route-accordion>summary{padding:23px 25px;font-size:1.2rem}.route-accordion>summary .count{float:right;margin-left:10px}.route-accordion .route-list{padding:0 25px 20px}.photo-credits{font-size:.875rem;margin-bottom:30px}.photo-credits p{margin:12px 0}.photo-credits summary{font-weight:400}.home-info[open]>summary,.route-accordion[open]>summary{background:#f1f5fb}.home-info summary:hover,.route-accordion summary:hover{color:var(--blue)}@media(max-width:950px){.destination-photo{min-height:340px}.destination-overlay{inset:auto 22px 25px}.route-finder{grid-template-columns:1fr}.fleet-copy{padding:25px}.fleet-copy h2{font-size:2.2rem}}@media(max-width:650px){.destination-gallery{grid-template-columns:1fr;gap:17px}.destination-photo{min-height:340px;aspect-ratio:1.08}.destination-overlay{inset:auto 23px 26px}.destination-photo h3{font-size:2.5rem}.destination-section{padding-top:35px}.direction-switch span{font-size:.8rem;padding:11px 16px}.route-finder{padding:23px;gap:20px}.route-finder form{grid-template-columns:1fr}.route-finder .button{width:100%}.visual-fleet{grid-template-columns:1fr;margin:35px 0}.fleet-photo{min-height:250px;aspect-ratio:1.5}.fleet-copy{padding:25px}.home-info>summary{font-size:.95rem;padding:20px}.home-info>div{padding:15px 20px 20px}.route-accordion>summary{font-size:1rem;padding:20px 17px}.route-accordion .route-list{padding:0 17px 17px}.route-accordion .count{font-size:.75rem}.destination-caption{font-size:.9rem}}
.quote-van{display:block;width:calc(100% + 60px);max-width:none;height:auto;margin:-30px -30px 25px;aspect-ratio:1.5;object-fit:cover}@media(max-width:650px){.quote-van{width:calc(100% + 50px);margin:-25px -25px 22px}}
/* Clean, open editorial layout inspired by the user's reference. */
:root{--ink:#151c2b;--blue:#064a98;--red:#d4213c;--muted:#626a78;--line:#e5e8ed;--paper:#fff}
body{background:#fff;line-height:1.75}.wrap{max-width:1320px;padding-left:55px;padding-right:55px}
.topbar{background:#fff;color:#5f6672;border-bottom:1px solid #edf0f4;font-size:.75rem;letter-spacing:.1em;padding:9px 15px}
.nav{min-height:100px;border:0;gap:30px}.brand{font-size:.95rem;font-weight:700}.monogram{border:0;border-radius:50%;background:var(--blue);color:#fff;padding:8px 12px;font-size:1.5rem;letter-spacing:-.06em;line-height:1.5}.navlinks{gap:28px}.navlinks>a:not(.button){display:block;color:#59616f;font-weight:500}.flag{width:32px;height:21px}.button,.button.dark{border-radius:7px;background:var(--red);border-color:var(--red);font-size:.875rem;padding:15px 25px;box-shadow:none}.button.dark:hover,.button:hover{background:#b4142d;border-color:#b4142d}.button.outline{background:#fff;color:var(--ink);border-color:#d5dae2}.button.outline:hover{background:#f2f5f9;border-color:#b4becc}
h1,h2{font-weight:700;line-height:1.12;letter-spacing:-.045em}.hero{display:flex;flex-direction:column;padding:42px 0 0;gap:36px}.hero-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:35px;align-items:center;padding:0;width:100%}.hero-copy .eyebrow{grid-column:1/-1;margin-bottom:20px;font-size:.75rem;letter-spacing:.12em}.hero h1{grid-column:1/-1;max-width:1100px;font-size:clamp(3rem,6.4vw,5.9rem);text-transform:uppercase;letter-spacing:-.055em;line-height:1.04;margin-bottom:28px;font-weight:800;text-wrap:balance}.hero h1 em{font-style:normal;color:var(--blue);font-weight:800;letter-spacing:inherit}.hero-copy>p:not(.micro){font-size:1rem;max-width:610px;margin:0;line-height:1.75}.hero-copy>.actions{margin:0;justify-content:flex-end;gap:10px}.hero-copy>.micro{grid-column:1/-1;margin:18px 0 0;font-size:.8rem!important;color:#747b85}.hero-photo{width:100%;align-self:auto;aspect-ratio:2.1;margin:0;border:0;border-radius:8px;min-height:0}.hero-photo img{object-fit:cover;object-position:center 64%}.photo-label{left:22px;right:auto;bottom:17px;background:#071a38bf;font-size:.7rem;border-radius:4px;padding:7px 12px;gap:20px}
.service-strip{padding:26px 0 30px;gap:0;border-bottom:1px solid var(--line)}.service-strip>span{border-right:1px solid var(--line);font-size:.8rem;color:var(--muted)}.service-strip>span:last-child{border:0}.service-strip strong{color:var(--ink);font-size:1.55rem;line-height:1.5;font-weight:700}
.section{padding-top:70px;padding-bottom:70px}.section-head{display:block;text-align:center;max-width:920px;margin:0 auto 30px}.section-head .eyebrow{justify-content:center}.section-head h2{font-size:clamp(2rem,3.1vw,2.8rem);max-width:none;margin-bottom:18px}.section-head p{margin:0 auto;max-width:650px;font-size:1rem}.direction-switch{justify-content:center;margin-bottom:32px}.direction-switch legend{width:100%;text-align:center;font-size:.8rem;color:var(--muted);font-weight:400}.direction-switch span{padding:11px 21px;font-size:.875rem;border-radius:5px;border-color:#e0e5ec}.destination-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.destination-photo{display:flex;flex-direction:column;min-height:0;aspect-ratio:auto;background:transparent;border:0;border-radius:0;overflow:hidden;color:var(--ink)}.destination-photo>img{position:static;display:block;width:100%;height:auto;aspect-ratio:1.25;object-fit:cover;border-radius:7px;transition:filter .2s}.destination-photo:hover>img{transform:none;filter:brightness(1.06)}.destination-photo:after{display:none}.destination-overlay{position:static;padding:17px 0 5px}.destination-region{display:block;background:none;color:var(--blue);padding:0;margin:0 0 10px;font-size:.7rem;font-weight:600;letter-spacing:.1em}.destination-caption{font-size:.875rem;line-height:1.55;color:var(--muted);margin-bottom:5px}.destination-photo h3{font-size:1.55rem;line-height:1.3;font-weight:700;margin-bottom:14px;letter-spacing:-.035em}.destination-cta{font-size:.8rem;color:var(--red);border:0;font-weight:600}.route-finder{margin-top:38px;padding:28px 30px;background:#f5f7fa;border:0;border-radius:8px;grid-template-columns:1fr 1.4fr}.route-finder h3{font-size:1.15rem;font-weight:600}.route-finder p{font-size:.875rem}.route-finder select{border:1px solid #dce1e8;border-radius:5px;font-size:.9rem}.route-finder label{font-size:.8rem}
.home-info{border:0;border-bottom:1px solid var(--line);margin:0;padding:0}.home-info>summary{padding:22px 0;font-size:1rem}.home-info>div{padding:16px 0 30px}.home-info[open]>summary{background:transparent}.home-info .intro-grid{gap:60px}.home-info .intro-grid h2{font-size:2rem}.home-info .guide-grid h3{font-size:1.5rem}.home-info .section-head{text-align:left;max-width:none}.home-info .section-head h2{font-size:2rem}.home-info .section-head p{margin:0}.signature.visual-fleet{background:#f5f7fa;color:var(--ink);border:0;border-radius:8px;overflow:hidden;margin:65px 0;grid-template-columns:1.1fr 1fr;align-items:stretch}.fleet-photo{min-height:355px}.fleet-photo img{object-position:62% center}.fleet-copy{padding:40px}.fleet-copy h2{font-size:2.35rem;line-height:1.15}.signature .eyebrow{color:var(--blue);font-size:.7rem}.signature p,.signature .micro{color:var(--muted)}.signature li{color:var(--muted);border-color:#dfe4ec;font-size:.9rem}.fleet-details{border-color:#dfe4ec}.fleet-details summary{color:var(--ink)}.faq-section{max-width:960px;padding-top:65px;padding-bottom:65px}.faq-section h2{font-size:2.35rem;margin-bottom:25px}.faq-section details{padding:20px 0}.faq-section summary{font-size:.95rem;font-weight:500}.booking{border-radius:8px;background:var(--blue);padding:40px;margin:10px 0 0}.booking h2{font-size:2.35rem;font-weight:600}.booking p{font-size:.95rem;max-width:700px}
#routes{padding-top:80px}#routes>.section-head{margin-bottom:45px}.directory{margin-top:36px;padding-top:28px}.directory-title{align-items:baseline;gap:25px}.directory h2{font-size:1.5rem;letter-spacing:-.025em;line-height:1.3;font-weight:600;max-width:950px}.count{border:0;padding:0;color:#707987;font-size:.8rem}.route-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 30px}.route-link{font-size:.875rem;padding:12px 0;line-height:1.55;color:#44536a}.route-link span:last-child{font-size:.8rem;color:var(--blue)}footer{padding-top:40px!important}.footer-row{gap:40px}.photo-credits{margin-bottom:30px}.route-hero{padding-top:30px;gap:60px}.route-hero h1{font-size:clamp(2.2rem,3.6vw,3.5rem)}.quote-card{border:0;background:#f5f7fa;color:var(--ink);border-radius:8px;overflow:hidden}.quote-card p{color:var(--muted)}.quote-card h2{font-size:1.8rem}.quote-card .outline{color:var(--ink);border-color:#bfc8d4}.quote-card .outline:hover{background:#e5eaf1}.route-facts{background:white;border-radius:0;padding:25px 0}.related{border-radius:8px;background:#f5f7fa}
@media(max-width:1050px){.wrap{padding-left:30px;padding-right:30px}.hero-copy{grid-template-columns:1fr}.hero-copy>.actions{justify-content:flex-start;margin-top:20px}.hero h1{font-size:clamp(3rem,7.7vw,5.3rem)}.hero-photo{aspect-ratio:1.9}.destination-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 25px}.destination-photo>img{aspect-ratio:1.5}.route-finder{grid-template-columns:1fr;gap:20px}.navlinks>a:not(.button){display:none}.fleet-copy{padding:30px}.route-hero{gap:30px}.route-list{gap:0 22px}}
@media(max-width:650px){.wrap{padding-left:21px;padding-right:21px}.topbar{font-size:.65rem;letter-spacing:.05em;padding:8px 12px}.nav{min-height:82px;gap:12px;padding:13px 0;flex-wrap:wrap}.brand{font-size:.8rem;gap:9px}.monogram{font-size:1.2rem;padding:7px 10px}.nav .button{padding:11px 14px;font-size:.78rem}.hero{padding-top:22px;gap:27px}.hero-copy .eyebrow{font-size:.67rem;letter-spacing:.06em;gap:9px}.hero h1{font-size:clamp(2.2rem,10.7vw,3.9rem);margin-bottom:20px;text-wrap:initial;line-height:1.06}.hero-copy>p:not(.micro){font-size:.95rem}.hero-copy>.actions{margin-top:20px;gap:9px}.hero-copy>.micro{font-size:.75rem!important;line-height:1.6}.hero-photo{aspect-ratio:1.5;min-height:0}.hero-photo img{object-position:center}.photo-label{left:10px;bottom:10px;font-size:.62rem;padding:6px 9px;max-width:calc(100% - 20px)}.service-strip{grid-template-columns:repeat(4,1fr);padding:23px 0;gap:0}.service-strip>span{font-size:.65rem;padding:0 4px}.service-strip strong{font-size:1.2rem}.section{padding-top:48px;padding-bottom:48px}.section-head h2{font-size:2rem}.section-head p{font-size:.95rem}.direction-switch span{font-size:.75rem;padding:10px 13px}.direction-switch{gap:8px}.destination-gallery{gap:25px 15px}.destination-photo>img{aspect-ratio:1;min-height:0}.destination-overlay{padding-top:13px}.destination-region{font-size:.65rem;margin-bottom:7px}.destination-caption{font-size:.8rem}.destination-photo h3{font-size:1.3rem;margin-bottom:9px}.destination-cta{font-size:.75rem;line-height:1.45;display:block}.route-finder{padding:23px;margin-top:28px}.route-finder form{grid-template-columns:1fr}.signature.visual-fleet{grid-template-columns:1fr;margin:45px 0}.fleet-photo{min-height:0;aspect-ratio:1.5}.fleet-copy{padding:26px}.fleet-copy h2{font-size:2.1rem}.home-info>summary{font-size:.95rem;padding:20px 0}.home-info .intro-grid{gap:15px}.faq-section{padding:45px 0}.faq-section h2{font-size:2rem}.booking{padding:28px;display:block}.booking h2{font-size:2rem}#routes{padding-top:55px}.directory h2{font-size:1.25rem}.directory-title{align-items:flex-start}.route-list{grid-template-columns:1fr}.route-link{font-size:.875rem;padding:12px 0}.directory .count{font-size:.7rem;white-space:nowrap}.route-hero{grid-template-columns:1fr;gap:28px}.route-hero h1{font-size:2.25rem}.content-grid h2{font-size:1.8rem}.mobile-call{font-size:.85rem}.button{padding:14px 18px}}

/* Preserve the full airport scene and Puerto Rican flag at every size. */
.hero-photo{aspect-ratio:1.5;border-bottom:5px solid var(--red)}.hero-photo img{object-position:center}.monogram{box-shadow:0 3px 0 var(--red)}

/* Keep the headline and van together in the first viewport. */
.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:28px;align-items:center;padding-top:22px}
.hero-copy{display:block}.hero h1{font-size:clamp(2.2rem,4.3vw,3.6rem);margin-bottom:18px}.hero-copy>.actions{justify-content:flex-start;margin-top:18px}.hero-copy>.micro{margin-top:14px}.hero-photo{width:100%;aspect-ratio:1.5}
@media(max-width:650px){
 .nav{min-height:66px;padding:9px 0;flex-wrap:nowrap}.brand{font-size:.75rem}.nav .button{padding:10px;font-size:.75rem;white-space:nowrap}
 .hero{display:grid;grid-template-columns:1fr;gap:12px;padding-top:10px}.hero-copy{display:contents}
 .hero-copy .eyebrow{grid-column:auto;order:0;font-size:.65rem;margin:0;gap:8px;line-height:1.4}
 .hero h1{grid-column:auto;order:1;font-size:clamp(1.85rem,8.1vw,2.65rem);line-height:1.04;margin:0}
 .hero-photo{order:2;aspect-ratio:1.5;max-width:390px;justify-self:center;border-bottom-width:3px}
 .hero-copy>p:not(.micro){order:3;margin:0;font-size:1rem;line-height:1.4;max-width:none}
 .hero-copy>.actions{order:4;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0}.hero .actions .button{padding:10px 8px;font-size:.875rem;line-height:1.3}
 .hero-copy>.micro{order:5;margin:0;line-height:1.5}.photo-label{bottom:7px;left:7px;padding:4px 7px}
}

/* A short arrival move; finishes still so booking remains easy. */
@keyframes airport-arrival {
  0% { transform:translate3d(5%,1%,0) scale(1.12); }
  72% { transform:translate3d(-.35%,0,0) scale(1.025); }
  100% { transform:translate3d(0,0,0) scale(1); }
}
@media(prefers-reduced-motion:no-preference){
 .hero-photo img{animation:airport-arrival 4.6s cubic-bezier(.2,.65,.25,1) both;transform-origin:60% 65%}
}
@media(prefers-reduced-motion:reduce){.hero-photo img{animation:none;transform:none}}

/* Repeat only while enabled; keep the photo's layout stable. */
@keyframes airport-arrival-visible{0%,100%{transform:scale(1.02) translateX(0)}45%,60%{transform:scale(1.2) translateX(-3%)}}
.hero-photo img{animation:none}
.hero-photo.arrival-playing img{animation:airport-arrival-visible 9s ease-in-out infinite;transform-origin:60% 65%}
.motion-toggle{position:absolute;z-index:2;top:10px;right:10px;border:1px solid #ffffff99;border-radius:6px;padding:10px 12px;background:#071a38e6;color:white;font:600 14px/1.4 Arial,sans-serif;cursor:pointer;min-height:44px}
.motion-toggle:focus-visible{outline:3px solid white;outline-offset:3px}
