/* Autonoleggio Consolo: local fonts and the complete current stylesheet. */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url(../fonts/manrope/manrope-latin.woff2?v=a30ddcd34970) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url(../fonts/outfit/outfit-latin.woff2?v=6c18d579fd87) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Consolo — a new visual identity inspired by Pantelleria. */
:root{--ink:#102b39;--sea:#124c60;--deep:#0a2938;--sun:#f1cd64;--paper:#f7f8f6;--white:#fff;--muted:#61717a;--line:#dbe2e3;--radius:18px;--display:'Outfit',sans-serif;--body:'Manrope',sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;}
body{margin:0;color:var(--ink);background:var(--paper);font:400 17px/1.7 var(--body);-webkit-font-smoothing:antialiased}
body.gallery-open{overflow:hidden}
button,input,textarea,select{font:inherit}
button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{cursor:pointer}
img{display:block;max-width:100%;height:auto}
figure,p,h1,h2,h3,h4,h5,h6,blockquote{margin:0}
ul{list-style:none;margin:0;padding:0}
h1,h2,h3,h4{font-family:var(--display);font-weight:500;line-height:1.16;letter-spacing:-.045em;text-wrap:balance}
h2{font-size:clamp(2rem,3.7vw,3.5rem)}
h3{font-size:clamp(1.5rem,2.3vw,2.3rem)}
h4{font-size:1.15rem;letter-spacing:-.025em}
p+p{margin-top:1rem}
::selection{background:var(--sun);color:var(--deep)}
:focus-visible{outline:3px solid #deae2e;outline-offset:5px}
.wrap{width:min(1320px,calc(100% - 112px));margin-inline:auto}
.section{--section-space:108px;padding-block:var(--section-space)}
.eyebrow{display:block;margin-bottom:20px;font-size:.75rem;line-height:1.5;letter-spacing:.19em;text-transform:uppercase;font-weight:700}
.eyebrow .dot{display:inline-block;width:7px;height:7px;margin-right:10px;vertical-align:middle;border-radius:50%;background:currentColor}
.muted{color:var(--muted)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:56px;padding:15px 25px;border:1px solid transparent;border-radius:6px;background:var(--sun);color:var(--deep);font-size:.9rem;line-height:1.45;font-weight:700;transition:background .2s,transform .2s}
.button:hover{background:#ffdc7a;transform:translateY(-2px)}
.button-dark{background:var(--ink);color:white}.button-dark:hover{background:var(--sea)}
.button-line{background:transparent;border-color:#ffffff65;color:white}.button-line:hover{background:#ffffff15}
.button-light{background:white}.button-light:hover{background:var(--paper)}
.arrow{font-size:1.4rem;font-weight:400;line-height:1}
/* Link direction follows its destination, including local gallery photos. */
a[data-link-scope="internal"]{--link-arrow:"→";--link-arrow-y:0px}
.text-link{display:inline-flex;align-items:center;gap:18px;font-weight:600;font-size:.9rem;padding-block:8px;border-bottom:1px solid currentColor}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.skip-link{position:fixed;top:-100px;left:20px;z-index:1000;background:var(--sun);padding:12px 20px}.skip-link:focus{top:10px}
.topbar{background:var(--deep);color:#d6e2e7;font-size:.75rem;line-height:1.5;padding:9px 0}
.topbar .wrap{display:flex;justify-content:space-between;gap:18px}.topbar a:hover{color:var(--sun)}
.topbar-contacts{display:flex;gap:24px}
.site-header{position:sticky;top:0;z-index:40;background:#fffffffa;box-shadow:0 1px 0 #102b3912;backdrop-filter:blur(15px)}
.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:92px}
.wordmark{display:flex;flex-direction:column;flex-shrink:0;line-height:1}
.wordmark strong{font:600 31px/1 var(--display);letter-spacing:-.065em}
.wordmark small{margin-top:9px;font-size:9px;letter-spacing:.23em;font-weight:600}
.main-nav{display:flex;gap:27px;align-items:center}.main-nav>a{position:relative;font-size:.85rem;font-weight:500;padding:14px 0;white-space:nowrap}
.main-nav>a::after{content:'';position:absolute;left:0;right:100%;bottom:7px;height:2px;background:var(--sea);transition:right .2s}.main-nav>a:hover::after,.main-nav>a[aria-current=page]::after{right:0}
.nav-tools{display:flex;align-items:center;gap:23px}.nav-tools .button{min-height:44px;padding:11px 17px;font-size:.8rem;gap:16px}
.menu-toggle{display:none;border:0;padding:12px 4px;background:none;color:var(--ink);width:34px;height:44px}.menu-toggle span{display:block;height:2px;background:currentColor;margin:5px 0;transition:transform .2s}
.hero{position:relative;isolation:isolate;min-height:640px;min-height:calc(100svh - 160px);max-height:1000px;background:var(--deep);color:white;display:flex;align-items:center;overflow:hidden}
.hero-image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center 58%}
.hero::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,30,43,.88),rgba(5,30,43,.28) 66%,rgba(5,30,43,.1)),linear-gradient(0deg,rgba(5,30,43,.58),transparent 40%)}
.hero .wrap{padding-block:75px 135px;position:relative}
.hero .eyebrow{color:var(--sun)}
.hero h1{font-size:clamp(3.7rem,6.4vw,6.4rem);line-height:1.06;max-width:900px;letter-spacing:-.055em}
.hero h1 em{color:var(--sun);font-family:Georgia,serif;font-weight:400;letter-spacing:-.055em}
.hero-copy{margin-top:28px;max-width:490px;font-size:1.05rem;color:#e1e8ea;line-height:1.6}
.hero .actions{margin-top:32px}.hero .button{min-height:57px}

.hero-scroll{position:absolute;left:0;bottom:44px;display:flex;gap:16px;align-items:center;font-size:.72rem;letter-spacing:.08em}.hero-scroll span{display:grid;place-items:center;border:1px solid #ffffff60;width:35px;height:45px;border-radius:25px;font-size:1rem}
.travel-bar{position:relative;z-index:2;margin-top:-1px;background:var(--white);border-bottom:1px solid var(--line)}
.travel-bar .wrap{display:grid;grid-template-columns:1.1fr 1fr 1fr;align-items:center;min-height:115px}
.travel-item{display:flex;align-items:center;gap:20px;padding:16px 35px;border-right:1px solid var(--line)}.travel-item:first-child{padding-left:0}.travel-item:last-child{border:0;padding-right:0}

.travel-item strong{display:block;font:500 .93rem/1.5 var(--display);letter-spacing:-.03em}.travel-item small{display:block;font-size:.8rem;color:var(--muted);line-height:1.5}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:42px}.section-heading h2{max-width:720px}.section-heading .text-link{flex-shrink:0}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.service-card{display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .25s,box-shadow .25s}.service-card:hover{transform:translateY(-7px);box-shadow:0 18px 30px #0a293810}
.service-photo{position:relative;overflow:hidden;background:#fff;aspect-ratio:1.2}.service-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.service-card:hover img{transform:scale(1.045)}
.service-card:nth-child(-n+2) .service-photo img{object-fit:contain;padding:15px}

.service-info{display:flex;justify-content:space-between;gap:18px;padding:24px 22px;align-items:center;min-height:108px}.service-info h3{font-size:1.12rem;line-height:1.4;letter-spacing:-.03em}.service-info .arrow{color:var(--sea)}
.story{background:white}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.prose p{margin-top:24px;color:var(--muted)}.prose h2{margin-bottom:10px}.prose h3+p{margin-top:20px}.prose a:not(.button):not(.text-link){text-decoration:underline;text-underline-offset:3px}
.story-visual{position:relative;padding:0 0 32px 30px}.story-visual>img{width:100%;aspect-ratio:1.08;object-fit:cover;border-radius:var(--radius)}
.image-note{position:absolute;left:0;bottom:0;background:var(--sun);padding:23px 30px;max-width:255px;border-radius:10px;font-family:var(--display);font-size:1.2rem;line-height:1.4;letter-spacing:-.035em}
.electric{background:var(--sea);color:white;overflow:hidden}.electric .split{grid-template-columns:1.1fr 1fr;gap:75px}.electric .eyebrow{color:var(--sun)}.electric p{color:#d4e3e8;margin-top:24px}.electric h2{max-width:590px}
.electric-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}.electric-gallery a:first-child{grid-column:span 2}.electric-gallery a:last-child{grid-column:2;margin-top:-55px;margin-right:-20px;border:7px solid var(--sea);border-radius:13px;z-index:1}.electric-gallery img{width:100%;border-radius:10px;aspect-ratio:2.1;object-fit:cover}.electric-gallery a:last-child img{aspect-ratio:1.5}
.vehicle-facts{display:flex;gap:35px;margin-top:30px;border-top:1px solid #ffffff30;padding-top:26px}.vehicle-facts strong{font:500 2.2rem/1.3 var(--display);letter-spacing:-.055em}.vehicle-facts span{display:block;font-size:.8rem;color:#d4e3e8}
.experience{position:relative;isolation:isolate;color:white;min-height:520px;display:flex;align-items:center;background:var(--deep)}.experience>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.experience::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#082837ed,#08283772)}
.experience .wrap{padding-block:85px}.experience h2{max-width:680px}.experience p{max-width:620px;margin-top:24px;color:#e5ecef}.experience .eyebrow{color:var(--sun)}
.island-notes{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:35px;margin-top:40px;border-top:1px solid var(--line);color:var(--muted)}
.reviews{background:#edf2f3}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{padding:30px;background:white;border-radius:13px;display:flex;flex-direction:column}.quote-symbol{font:400 3.8rem/.8 Georgia,serif;color:var(--sea);height:44px}.review blockquote{font-size:1rem;line-height:1.65;flex:1}.review footer{margin-top:24px;padding-top:16px;border-top:1px solid var(--line);font-size:.75rem;color:var(--muted);display:flex;justify-content:space-between;gap:16px}.review footer strong{color:var(--ink);font-weight:600}
.location{background:white}.location .split{gap:80px;align-items:stretch}.location-copy{align-self:center}.location-copy h2{font-size:clamp(1.8rem,3vw,2.7rem)}.location-copy p{color:var(--muted);margin-top:22px}.map-panel{min-height:460px;border-radius:var(--radius);overflow:hidden;background:#e2eaec}.map-panel iframe{display:block;border:0;width:100%;height:100%;min-height:460px}
.closing-cta{background:var(--sun);padding:55px 0}.closing-cta .wrap{display:flex;gap:40px;align-items:center;justify-content:space-between}.closing-cta h2{font-size:clamp(1.8rem,3vw,3rem)}.closing-cta p{margin-top:10px}.closing-cta .button{flex-shrink:0}
.site-footer{background:var(--deep);color:#c2d1d8;padding-top:70px;font-size:.88rem}.footer-grid{display:grid;grid-template-columns:1.25fr .7fr 1.1fr;gap:65px;padding-bottom:55px}.site-footer .wordmark{color:white;margin-bottom:27px;display:inline-flex}.site-footer p{line-height:1.8}.site-footer h6{font:500 1rem/1.5 var(--display);letter-spacing:-.02em;color:white;margin-bottom:22px}.site-footer a:hover{color:var(--sun)}
.footer-about>p{font-size:.84rem}.footer-about>a:has(img){display:inline-block;margin-top:25px;background:white;padding:10px 12px;border-radius:6px}.footer-social>a:has(img){display:inline-block;padding:8px;background:white;border-radius:50%}.footer-social>a img{width:32px;height:32px}.footer-social .fb-page{margin-top:20px}.footer-contact li+li{margin-top:14px}.footer-contact .footer-whatsapp{display:flex;align-items:center;gap:10px}.footer-contact .footer-whatsapp>img{flex-shrink:0}.footer-contact a[href^="mailto:"]{overflow-wrap:anywhere}.footer-contact img{width:18px;height:18px}.footer-contact p{margin:0}.footer-bottom{border-top:1px solid #ffffff21;padding-block:25px;font-size:.75rem;line-height:1.8}.footer-bottom img{display:inline-block;vertical-align:middle;width:12px;height:auto}.footer-bottom a{text-decoration:underline;text-underline-offset:3px}
.inner-hero{min-height:430px;max-height:none}.inner-hero .wrap{padding-block:75px}.inner-hero h1{font-size:clamp(3rem,5.2vw,5rem);max-width:950px}.inner-hero .hero-copy{max-width:650px}.inner-hero .hero-image{object-position:center 55%}
.breadcrumb{display:flex;gap:12px;align-items:center;font-size:.8rem;color:#d6e4e9;margin-bottom:35px}.breadcrumb span[aria-hidden]{color:var(--sun)}
.fleet-intro{max-width:900px}.fleet-intro p{max-width:790px;margin-top:25px;color:var(--muted)}
.fleet-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:55px}.gallery-item{position:relative;background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.gallery-item img{width:100%;aspect-ratio:1.35;object-fit:cover;transition:transform .35s}.gallery-item:hover img{transform:scale(1.04)}.gallery-item[data-contain] img{object-fit:contain;padding:14px}.gallery-item span{display:block;padding:18px 21px;font-size:.88rem;font-weight:500}.gallery-item span::after{content:var(--link-arrow,'↗');float:right;font-size:1.2rem}
.services-list{display:grid;grid-template-columns:repeat(3,1fr);gap:0 42px;margin-top:40px}.service-row{display:flex;align-items:center;gap:18px;padding:27px 0;border-bottom:1px solid var(--line);font-size:1.03rem}.service-row small{color:var(--sea);font-size:.75rem}.services-photos{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;margin-top:55px}.services-photos img{height:320px;width:100%;object-fit:cover;border-radius:var(--radius)}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.contact-aside h4{font-size:1.25rem;margin:24px 0 18px}.contact-aside h4:first-child{margin-top:0}.contact-aside p{color:var(--muted)}.contact-aside li+li{margin-top:28px}.contact-aside .list li+li{margin-top:10px}.contact-aside a{color:var(--ink);text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}.contact-aside img{display:inline-block;vertical-align:middle}.contact-aside>img{display:block;margin-top:32px;border-radius:14px;width:100%;aspect-ratio:1.5;object-fit:cover}.contact-aside .eyebrow{margin-bottom:26px}.contact-panel{background:white;border:1px solid var(--line);padding:40px;border-radius:var(--radius);}.contact-panel h2{font-size:1.75rem;line-height:1.3}.contact-panel>.small{font-size:.8rem;color:var(--muted);margin-top:12px}.contact-form{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:22px 18px}.form-wrap{min-width:0}.form-wrap:has(textarea){grid-column:span 2}.form-wrap label{display:block;font-size:.85rem;font-weight:500;margin-bottom:7px}.form-input{display:block;width:100%;border:1px solid #cdd8dc;border-radius:5px;background:#f8faf9;padding:12px 14px;min-height:51px;color:var(--ink)}.form-input::placeholder{color:#849097}.form-input:focus{border-color:var(--sea);outline:2px solid #124c6020}.form-input:user-invalid{border-color:#bb473c}.form-input[type=number]{appearance:textfield}textarea.form-input{min-height:150px;resize:vertical}.contact-form>.small{grid-column:span 2;font-size:.8rem;line-height:1.6;color:var(--muted)}.contact-form .small a{color:var(--ink);text-decoration:underline}.contact-form input[type=checkbox]{accent-color:var(--sea);width:18px;height:18px;vertical-align:middle;margin:0 7px 2px 0}.contact-form button{justify-self:start}.contact-form button:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-status{grid-column:span 2;border-radius:6px;font-size:.9rem;line-height:1.5}.form-status:not(:empty){padding:15px;background:#edf3f2}.form-status[data-state=error]{background:#fff0ee;color:#963c30}.form-status[data-state=success]{background:#e5f3e8;color:#205d39}
.photo-dialog{border:0;background:#082330f5;color:white;width:100vw;max-width:none;height:100dvh;max-height:none;padding:35px;margin:0}.photo-dialog::backdrop{background:#082330}.photo-dialog[open]{display:flex;align-items:center;justify-content:center}.photo-dialog figure{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:calc(100% - 110px)}.photo-dialog img{max-width:100%;max-height:80dvh;object-fit:contain;border-radius:5px}.photo-dialog figcaption{font-size:.85rem}.dialog-close,.dialog-prev,.dialog-next{position:absolute;background:#ffffff13;color:white;border:1px solid #ffffff35;border-radius:50%;width:48px;height:48px;display:grid;place-items:center;font-size:1.5rem}.dialog-close{right:22px;top:20px}.dialog-prev{left:20px;top:50%}.dialog-next{right:20px;top:50%}
.back-top{position:fixed;right:24px;bottom:24px;z-index:20;width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:var(--deep);color:white;border:1px solid #ffffff40;box-shadow:0 3px 12px #0002;transition:opacity .2s}.back-top[hidden]{display:none}
@media(min-width:1700px){.hero{min-height:760px}.hero .wrap{padding-block:100px 140px}}
@media(max-width:1200px){.wrap{width:calc(100% - 64px)}.nav-shell{gap:20px}.main-nav{gap:18px}.nav-tools{gap:14px}.nav-tools .button{font-size:.75rem;padding-inline:12px}.split,.electric .split{gap:45px}.section{--section-space:80px;padding-block:var(--section-space)}.footer-grid{gap:35px}.contact-layout{gap:45px}.contact-panel{padding:30px}.hero h1{font-size:clamp(3.7rem,7.5vw,6.4rem)}}
@media(max-width:1000px){.topbar-contacts a:last-child{display:none}.wordmark strong{font-size:27px}.main-nav{gap:14px}.main-nav>a{font-size:.78rem}.nav-tools>.button{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.service-photo{aspect-ratio:1.5}.service-info{min-height:83px}.travel-item{padding-inline:20px;gap:12px}.travel-item strong{font-size:.85rem}.split{gap:40px}.story-visual{padding-left:20px}.reviews-grid{grid-template-columns:repeat(2,1fr)}.location .split{gap:40px}.footer-grid{grid-template-columns:1fr 1fr}.footer-about{grid-column:span 2}.footer-about>p{max-width:850px}.contact-layout{grid-template-columns:.8fr 1.2fr;gap:30px}.contact-form{grid-template-columns:1fr}.form-wrap:has(textarea),.contact-form>.small,.form-status{grid-column:auto}.fleet-gallery{grid-template-columns:repeat(2,1fr)}.services-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{font-size:16px}.wrap{width:calc(100% - 40px)}.section{--section-space:60px;padding-block:var(--section-space)}.eyebrow{font-size:.7rem;letter-spacing:.15em;margin-bottom:16px}.topbar{font-size:.7rem;padding-block:7px}.topbar .wrap{justify-content:center}.topbar-contacts{display:none}.nav-shell{min-height:77px}.wordmark strong{font-size:27px}.wordmark small{font-size:8px;letter-spacing:.18em}.nav-tools{gap:18px}.menu-toggle{display:block}.main-nav{display:none}.menu-open .site-header .main-nav{display:flex;position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 100px);overflow:auto;background:white;padding:20px 30px 35px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 20px #0a29381a}.main-nav>a{font-size:1.2rem;padding:16px 0}.hero{min-height:650px;min-height:calc(100svh - 106px);max-height:none}.hero .wrap{padding-block:65px 105px}.hero h1{font-size:clamp(3rem,10.5vw,4.7rem);line-height:1.1}.hero-image{object-position:65% center}.hero::before{background:linear-gradient(90deg,#082837d9,#08283757),linear-gradient(0deg,#08283788,transparent)}.hero-copy{font-size:1rem;max-width:430px;margin-top:24px}.hero .actions{gap:12px;margin-top:26px}.hero .button{font-size:.85rem;min-height:52px;padding:13px 18px;gap:20px}.hero-scroll{bottom:30px}.hero-scroll span{height:34px;width:28px}.travel-bar .wrap{grid-template-columns:1fr;min-height:auto;padding-block:12px}.travel-item,.travel-item:first-child,.travel-item:last-child{padding:16px 0;border-right:0;border-bottom:1px solid var(--line);gap:18px}.travel-item:last-child{border-bottom:0}.travel-item strong{font-size:.95rem}.travel-item small{font-size:.82rem}.section-heading{display:block;margin-bottom:30px}.section-heading .text-link{margin-top:18px}.service-grid{gap:14px}.service-info{padding:18px 15px;gap:8px;min-height:95px}.service-info h3{font-size:.95rem}.service-info .arrow{font-size:1.2rem}.service-photo{aspect-ratio:1.05}.service-card:nth-child(-n+2) .service-photo img{padding:8px}.split,.electric .split,.location .split{grid-template-columns:1fr;gap:38px}.story-visual{grid-row:2;padding-bottom:25px}.story-visual>img{aspect-ratio:1.3}.image-note{font-size:1.15rem;padding:20px 25px;max-width:235px}.electric-gallery{padding-right:18px}.electric-gallery a:last-child{margin-top:-35px}.vehicle-facts{gap:35px}.electric .button{margin-top:0}.experience{min-height:460px}.experience .wrap{padding-block:60px}.island-notes{grid-template-columns:1fr;gap:20px;padding-top:25px;margin-top:30px}.reviews-grid{grid-template-columns:1fr}.review{padding:25px}.location-copy h2{font-size:2rem}.map-panel,.map-panel iframe{min-height:330px}.closing-cta{padding-block:42px}.closing-cta .wrap{display:block}.closing-cta .button{margin-top:24px}.site-footer{padding-top:50px}.footer-grid{grid-template-columns:1fr;gap:35px;padding-bottom:35px}.footer-about{grid-column:auto}.footer-contact li+li{margin-top:13px}.footer-social .fb-page{max-width:100%;overflow:hidden}.inner-hero{min-height:350px}.inner-hero .wrap{padding-block:45px 55px}.inner-hero h1{font-size:clamp(2.7rem,8.5vw,4rem)}.breadcrumb{margin-bottom:26px}.fleet-gallery{gap:14px;margin-top:35px}.gallery-item span{padding:14px;font-size:.77rem}.fleet-gallery .gallery-item:first-child{grid-column:span 2}.services-list{grid-template-columns:1fr;margin-top:25px}.service-row{padding-block:22px}.services-photos{grid-template-columns:1fr;gap:18px;margin-top:35px}.services-photos img{height:auto;aspect-ratio:1.5}.contact-layout{grid-template-columns:1fr;gap:38px}.contact-panel{padding:26px 22px}.contact-panel h2{font-size:1.6rem}.contact-form{gap:20px}.contact-aside>img{max-height:280px}.photo-dialog{padding:20px}.photo-dialog figure{max-width:100%;padding-bottom:60px}.photo-dialog img{max-height:70dvh}.dialog-prev,.dialog-next{top:auto;bottom:25px}.dialog-prev{left:calc(50% - 62px)}.dialog-next{right:calc(50% - 62px)}.photo-dialog figcaption{text-align:center}.back-top{right:15px;bottom:15px;width:40px;height:40px}}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Refined art direction and fluid layouts — shared by all five languages. */
:root{--sea:#164f61;--deep:#0c2d3a;--sun:#f2d078;--paper:#f6f7f3;--gutter:clamp(20px,4.4vw,80px)}
html{scrollbar-gutter:stable;}
.wrap{width:min(1320px,calc(100% - var(--gutter)*2))}
.section{--section-space:clamp(64px,7.2vw,112px);padding-block:var(--section-space)}
:where(.wrap,.split,.section-heading,.service-grid,.reviews-grid,.footer-grid,.contact-layout,.contact-form,.services-photos)>*{min-width:0}
h1,h2,h3,h4{overflow-wrap:break-word}
.title-line{display:block}
.button{border-radius:100px;gap:22px;min-height:54px;padding:14px 24px}
.button .arrow{display:grid;place-items:center;width:26px;height:26px;flex-shrink:0;transition:transform .2s}
.button:hover .arrow,.text-link:is(:hover,:focus-visible)>span[aria-hidden=true]{transform:translate(2px,var(--link-arrow-y,-2px))}
.text-link{gap:24px}.text-link>span[aria-hidden=true]{flex:none;transition:transform .2s}
.eyebrow{letter-spacing:.16em}
.nav-shell{min-height:90px;gap:24px}
.wordmark strong{font-size:36px;letter-spacing:-.075em}
.wordmark strong>span{color:#aa8027}
.wordmark small{font-size:10px;letter-spacing:.17em}
.main-nav{gap:clamp(16px,2.2vw,30px)}
.main-nav>a{font-size:.875rem;padding-block:14px}
.main-nav>a::after{bottom:5px;height:3px;border-radius:3px}
.nav-tools{gap:18px;flex-shrink:0}
.nav-tools .button{padding:10px 17px;gap:10px;font-size:.8rem}
.menu-toggle{width:44px;height:44px;padding:10px 7px}
.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.hero{margin:0 18px;border-radius:24px;max-height:none}
.hero:not(.inner-hero){min-height:clamp(640px,calc(100svh - 125px),860px)}
.hero .wrap{width:min(1320px,calc(100% - var(--gutter)*2));padding-block:76px 138px}
.hero:not(.inner-hero) h1{font-size:clamp(3.5rem,6.9vw,6.7rem);letter-spacing:-.06em;line-height:1.025;max-width:850px}
.hero h1 em{font-size:1.09em;line-height:1.03;font-weight:400}
.hero::before{background:linear-gradient(90deg,#082635d9,#08263555 65%,#08263522),linear-gradient(0deg,#08263588,transparent 50%)}
.hero-image{object-position:center 57%}
.hero .eyebrow{font-size:.75rem;margin-bottom:24px}
.hero-copy{font-size:1.075rem;line-height:1.7;max-width:495px;margin-top:27px}
.hero .actions{margin-top:29px;gap:13px}
.hero .button{min-height:57px;font-size:.9rem}
.hero-scroll{bottom:59px;font-size:.7rem;letter-spacing:.11em}
.hero-scroll span{width:33px;height:43px}

.hero-postcard{position:absolute;right:0;bottom:110px;width:clamp(275px,24vw,330px);padding:9px;background:#fffffffa;color:var(--ink);border-radius:15px;box-shadow:0 20px 65px #031b3860;transform:rotate(3deg);transition:transform .35s}
.hero-postcard:hover{transform:rotate(0) translateY(-5px)}
.postcard-photo{overflow:hidden;border-radius:9px;background:var(--deep)}
.postcard-photo img{width:100%;aspect-ratio:1.65;object-fit:cover}
.postcard-caption{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 10px 9px}
.postcard-caption strong{display:block;font:500 1rem/1.4 var(--display);letter-spacing:-.04em}
.postcard-caption div>span{display:block;font-size:.75rem;color:var(--muted);margin-top:4px}
.postcard-arrow{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--sun);font-size:1.3rem;flex-shrink:0}
.travel-bar{background:transparent;border:0;margin-top:-32px}
.travel-bar .wrap{width:min(1236px,calc(100% - var(--gutter)*2));background:white;border:1px solid #dce3df;border-radius:15px;min-height:112px;padding:18px 30px;box-shadow:0 12px 32px #17374408}
.travel-item{padding:12px 25px;gap:18px}.travel-item:first-child{padding-left:0}.travel-item:last-child{padding-right:0}

.travel-item strong{font-size:.88rem;font-weight:500;line-height:1.55}.travel-item small{font-size:.8rem;line-height:1.55;margin-top:3px}
.section-heading{gap:30px;align-items:flex-end;margin-bottom:43px}
.section-heading h2{font-size:clamp(2.1rem,3.5vw,3.3rem)}
.service-grid{gap:22px}
.service-card{border:0;border-radius:18px;box-shadow:0 5px 25px #162d3510;position:relative}
.service-photo{aspect-ratio:1.14;background:white;border-bottom:1px solid #edf0ed}
.service-card:nth-child(-n+2) .service-photo img{padding:28px 14px 14px}
.service-card:nth-child(n+3) .service-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#102b3914,transparent 50%)}

.service-info{padding:24px 22px;min-height:130px;align-items:center;gap:10px}
.service-info h3{font-size:1.2rem;line-height:1.35}
.service-copy p{font-size:.82rem;line-height:1.5;color:var(--muted);margin-top:8px}
.service-info>.arrow{display:grid;place-items:center;flex-shrink:0;border:1px solid var(--line);border-radius:50%;width:37px;height:37px;font-size:1.25rem;transition:background .2s,color .2s}
.service-card:hover .service-info>.arrow{background:var(--sea);border-color:var(--sea);color:white}
.story{background:white}
.story .split{gap:clamp(38px,6vw,90px)}
.story h2{font-size:clamp(2.1rem,3.5vw,3.35rem);line-height:1.16}
.story .title-line:last-child{font:italic 400 1.12em/1.1 Georgia,serif;color:var(--sea);letter-spacing:-.055em;margin-top:8px}
.prose p{font-size:1rem;line-height:1.85}
.story-visual{padding:24px 0 38px 26px}
.story-visual::before{content:'';position:absolute;inset:0 28px 70px 0;border:1px solid #dce4df;border-radius:130px 16px 16px 16px;pointer-events:none}
.story-visual>img{position:relative;aspect-ratio:1.02;border-radius:115px 16px 16px 16px;object-position:45% center}
.image-note{left:0;bottom:0;padding:23px 29px;border-radius:10px;box-shadow:0 15px 25px #152c3012;font-size:1.18rem;max-width:270px}
.electric{margin-inline:18px;border-radius:24px;background:#164b5b}
.electric .eyebrow{font-size:.72rem;max-width:450px}
.electric h2{font-size:clamp(2.2rem,3.6vw,3.5rem)}
.electric .title-line:last-child{font:italic 400 1.06em/1.13 Georgia,serif;letter-spacing:-.045em;color:#f7dda0}
.electric .split{gap:clamp(40px,5vw,80px);grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}
.electric-gallery{padding:20px 12px 0 0;gap:0}
.electric-gallery a:first-child{overflow:hidden;border-radius:14px;transform:rotate(-2deg);box-shadow:0 18px 40px #06252c30}
.electric-gallery a:first-child img{aspect-ratio:1.6;object-fit:cover}
.electric-gallery a:last-child{margin-top:-62px;margin-right:-14px;border:7px solid #164b5b;border-radius:15px;transform:rotate(4deg);box-shadow:0 12px 25px #06252c30}
.electric-gallery a:last-child img{aspect-ratio:1.3}
.electric-gallery a{transition:transform .3s}.electric-gallery a:hover{transform:rotate(0)}
.vehicle-facts{gap:55px;margin-top:29px;padding-top:25px}.vehicle-facts strong{font-size:2.65rem}.vehicle-facts span{font-size:.85rem}
.experience{min-height:600px;margin-top:18px;overflow:hidden}
.experience>img{object-position:center 62%}
.experience::before{background:linear-gradient(90deg,#082837e0,#08283762 70%,#08283715)}
.experience h2{font-size:clamp(2.9rem,5.3vw,5rem);max-width:720px;line-height:1.09}
.experience p:not(.eyebrow){font-size:1rem;max-width:570px}
.experience .actions{margin-top:32px}
.island-notes{gap:60px;font-size:1rem;line-height:1.8;border-color:#cbd8d7}
.page-index .services-photos{gap:28px;align-items:start;margin-top:45px}
.page-index .services-photos img:first-child{aspect-ratio:1.55;height:auto;max-height:400px}
.page-index .services-photos img:last-child{aspect-ratio:1.55;height:auto;margin-top:65px}
.reviews{background:#eaf0ee}
.reviews-grid{gap:22px}.review{padding:32px;border:1px solid #dbe5df;background:#fffdf9;border-radius:14px}
.review:first-child{background:var(--sea);color:white;border-color:var(--sea)}
.review:first-child .quote-symbol{color:var(--sun)}
.review:first-child footer{border-color:#ffffff30;color:#e0e9eb}.review:first-child footer strong{color:var(--sun)}
.quote-symbol{font-size:4.7rem;height:53px}
.review blockquote{font-size:1rem;line-height:1.75}
.review footer{font-size:.78rem;align-items:flex-start;flex-wrap:wrap;gap:8px 15px}
.location .split{gap:clamp(40px,6vw,88px)}
.location-copy h2{font-size:clamp(2rem,3.5vw,3.1rem)}
.location-copy p{font-size:1rem;line-height:1.8}
.map-panel{position:relative;min-height:490px;border-radius:20px;border:1px solid #d9e3de}
.map-panel iframe{min-height:490px}
.closing-cta{padding-block:62px;background:#f2d078}
.closing-cta h2{font-size:clamp(2rem,3.7vw,3.5rem)}
.closing-cta .title-line:last-child{font:italic 400 1.13em/1.05 Georgia,serif;letter-spacing:-.05em}
.closing-cta p{font-size:1rem;max-width:680px}
.site-footer{padding-top:75px}.footer-grid{grid-template-columns:1.15fr .7fr 1.15fr;gap:60px}
.site-footer .wordmark strong{font-size:60px}.site-footer .wordmark strong>span{color:var(--sun)}
.site-footer .wordmark small{font-size:10px;letter-spacing:.15em}
.footer-about>p{font-size:.875rem;line-height:1.8}
.footer-contact{font-size:.875rem;line-height:1.75}.footer-contact a[href^=tel]{white-space:normal;overflow-wrap:anywhere}
.footer-navigation{margin-top:35px}.footer-navigation h6{margin-bottom:12px}
.footer-navigation>a{display:block;padding:5px 0;font-size:.875rem}
.footer-bottom{font-size:.78rem}
.inner-hero{min-height:400px;max-height:none}.inner-hero .wrap{padding-block:60px}
.inner-hero h1{font-size:clamp(2.8rem,5.15vw,5rem);line-height:1.11;max-width:990px}
.inner-hero .hero-copy{max-width:760px;font-size:1rem;line-height:1.7;margin-top:24px}
.breadcrumb{font-size:.8rem;margin-bottom:26px;flex-wrap:wrap}
.fleet-intro{max-width:970px}.fleet-intro h2{font-size:clamp(2rem,3.4vw,3.2rem);max-width:850px}
.fleet-intro p{font-size:1rem;line-height:1.85;max-width:840px}
.gallery-heading{border-top:1px solid var(--line);padding-top:55px;margin-top:60px}
.gallery-heading h2{font-size:clamp(1.85rem,3vw,2.8rem)}
.gallery-heading>p{margin-top:14px;font-size:.85rem;color:var(--muted)}
.fleet-gallery{margin-top:30px;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.gallery-item{border:0;box-shadow:0 5px 22px #132b350b}.gallery-item img{aspect-ratio:1.35;object-fit:cover}
.gallery-item span{padding:20px 22px;font-size:.9rem}
.gallery-item:first-child{grid-column:span 2;grid-row:span 2;display:flex;flex-direction:column}
.gallery-item:first-child img{flex:1;min-height:0;aspect-ratio:auto;object-fit:cover}
.gallery-item:first-child span{background:var(--sea);color:white;padding-block:23px}
.gallery-item[data-contain] img{padding:20px}
.service-collection{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:42px}
.service-feature{background:white;border:1px solid #e3e7e2;border-radius:18px;overflow:hidden;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr)}
.feature-photo{position:relative;min-height:300px;background:white}.feature-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.feature-photo.contain img{object-fit:contain;padding:25px 10px}

.feature-copy{padding:30px;align-self:center}.feature-copy h3{font-size:1.45rem;margin-bottom:19px}
.feature-copy li{font-size:.92rem;line-height:1.6;padding:8px 0;border-bottom:1px solid #e5eae5;overflow-wrap:anywhere}.feature-copy li:last-child{border-bottom:0}
.contact-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(40px,5vw,80px)}
.contact-aside p{font-size:1rem;line-height:1.85}.contact-aside h4{line-height:1.45;letter-spacing:-.035em}
.contact-aside>img{aspect-ratio:1.45;border-radius:70px 12px 12px 12px}
.contact-panel{padding:clamp(28px,3.2vw,48px);border:1px solid #dce4dd;border-radius:18px;box-shadow:0 16px 50px #1c3c3d08}
.contact-panel h2{font-size:clamp(1.5rem,2.25vw,2rem)}
.contact-form{gap:24px 20px;grid-template-columns:repeat(2,minmax(0,1fr))}
.form-input{font-size:1rem;min-height:55px;padding:13px 15px;border-radius:8px;background:#f8faf7;max-width:100%}
.form-wrap label{font-size:.875rem;line-height:1.55;min-height:22px}
.form-wrap:has(input[name=phone]){grid-column:1/-1}
.contact-form>.small{font-size:.85rem}
.contact-form input[type=checkbox]{width:20px;height:20px}
.contact-form .button{min-width:135px}
.photo-dialog{width:100%;overflow:auto}.photo-dialog figure{min-width:0}.photo-dialog figcaption{overflow-wrap:anywhere}
.photo-dialog img{width:auto;max-height:calc(100dvh - 160px)}
.back-top{right:20px;bottom:20px;box-shadow:0 5px 20px #07222f22}
@keyframes hero-entry{from{opacity:.4;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:no-preference){.hero h1{animation:hero-entry .8s cubic-bezier(.2,.7,.3,1) both}.hero-copy{animation:hero-entry .8s .1s both}.hero .actions{animation:hero-entry .8s .18s both}.enter-view{animation:hero-entry .6s both}}

@media(min-width:1800px){.hero:not(.inner-hero){min-height:820px}.hero:not(.inner-hero) h1{font-size:7rem}.hero-postcard{width:340px}.inner-hero{min-height:460px}.inner-hero .wrap{padding-block:70px}.service-photo{aspect-ratio:1.12}}
@media(max-width:1250px){.topbar-contacts{gap:16px}.topbar-contacts a:last-child{display:none}.nav-shell{gap:18px}.main-nav{gap:18px}.nav-tools{gap:10px}.nav-tools .button{font-size:.75rem;padding-inline:14px}.hero-postcard{width:265px}.hero-postcard .postcard-caption{padding-inline:7px}.postcard-caption strong{font-size:.9rem}.postcard-caption div>span{font-size:.7rem}.service-info{padding:22px 18px}.service-info h3{font-size:1.1rem}.service-info>.arrow{width:32px;height:32px}.footer-grid{gap:36px}.service-feature{display:flex;flex-direction:column}.feature-photo{min-height:0;aspect-ratio:1.8}.feature-copy{padding:28px;align-self:stretch}.feature-copy h3{font-size:1.5rem}.feature-copy li{font-size:1rem}}
@media(max-width:1100px){.hero-postcard{display:none}.main-nav{gap:16px}.main-nav>a{font-size:.8rem}.nav-tools>.button{display:none}.nav-shell{min-height:82px}.hero:not(.inner-hero){min-height:680px}.hero:not(.inner-hero) h1{font-size:clamp(3.6rem,7.7vw,5.6rem)}.travel-bar .wrap{padding:18px 23px}.travel-item{padding-inline:20px;gap:14px}.travel-item strong{font-size:.85rem}.travel-item small{font-size:.78rem}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.service-photo{aspect-ratio:1.6}.service-info{min-height:110px;padding:23px}.service-info h3{font-size:1.3rem}.service-copy p{font-size:.9rem}.service-info>.arrow{width:40px;height:40px}.story h2{font-size:clamp(2rem,3.8vw,2.7rem)}.electric .split{gap:40px}.electric h2{font-size:2.65rem}.electric-gallery a:last-child{margin-top:-40px}.footer-grid{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}.footer-about>p{max-width:950px}.contact-layout{gap:35px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.contact-form{grid-template-columns:1fr}.contact-form>.small,.form-status,.form-wrap:has(textarea){grid-column:1/-1}}
@media(max-width:850px){.nav-shell{min-height:78px}.main-nav{display:none}.menu-toggle{display:block}.menu-open .site-header .main-nav{display:flex;position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 80px);overflow:auto;background:white;padding:18px var(--gutter) 30px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 18px 28px #0a293820}.main-nav>a{font-size:1.15rem;padding:15px 0;white-space:normal}.main-nav>a::after{display:none}.main-nav>a[aria-current=page]{color:var(--sea);font-weight:700}.topbar-contacts{display:none}.topbar .wrap{justify-content:center}.travel-bar{margin-top:-25px}.travel-bar .wrap{grid-template-columns:repeat(3,minmax(0,1fr));padding:17px 20px}.travel-item{align-items:flex-start;padding:8px 15px;border-right:1px solid var(--line);border-bottom:0;gap:10px}.travel-item:first-child{padding-left:0}.travel-item:last-child{padding-right:0}.travel-item strong{font-size:.8rem}.travel-item small{font-size:.75rem}.split,.electric .split,.location .split{grid-template-columns:minmax(0,1fr);gap:40px}.story .prose{max-width:650px}.story h2{font-size:clamp(2.1rem,4.5vw,3rem)}.story-visual{grid-row:auto;max-width:680px;width:100%;margin-inline:auto}.story-visual>img{aspect-ratio:1.4}.electric .split>div:last-child{grid-row:1}.electric-gallery{width:min(610px,100%);margin-inline:auto}.electric-gallery a:first-child img{aspect-ratio:1.9}.electric-gallery a:last-child{margin-top:-65px}.electric-gallery a:last-child img{aspect-ratio:1.5}.electric h2{font-size:clamp(2.3rem,5vw,3.4rem)}.location-copy{max-width:700px}.map-panel,.map-panel iframe{min-height:390px}.contact-layout{grid-template-columns:minmax(0,1fr);gap:35px}.contact-aside>img{max-height:320px;object-position:center 65%;aspect-ratio:2}.contact-form{grid-template-columns:repeat(2,minmax(0,1fr))}.form-wrap:has(input[name=phone]){grid-column:auto}.contact-panel{padding:35px}.contact-panel h2{max-width:600px;font-size:1.85rem}.fleet-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-item:first-child{grid-column:1/-1;grid-row:auto}.gallery-item:first-child img{aspect-ratio:1.7;flex:auto;width:100%}.service-collection{gap:24px}.closing-cta .wrap{gap:30px}.closing-cta h2{font-size:2.5rem}.closing-cta .button{max-width:40%}}
@media(max-width:600px){:root{--gutter:22px}.section{--section-space:60px;padding-block:var(--section-space)}.topbar{padding-block:8px;font-size:.7rem}.topbar .wrap{width:calc(100% - 24px);text-align:center}.site-header{backdrop-filter:blur(12px)}.nav-shell{min-height:77px}.wordmark strong{font-size:32px}.wordmark small{font-size:8px;letter-spacing:.14em}.nav-tools{gap:13px}.hero{margin-inline:10px;border-radius:17px}.hero .wrap{width:calc(100% - 36px);padding:53px 0 110px}.hero:not(.inner-hero){min-height:clamp(590px,calc(100svh - 126px),730px)}.hero:not(.inner-hero) h1{font-size:clamp(2.65rem,11.3vw,4.15rem);line-height:1.045;letter-spacing:-.06em}.hero h1 em{font-size:1.13em;line-height:1.06}.hero .eyebrow{font-size:.68rem;letter-spacing:.13em;line-height:1.7;margin-bottom:23px;max-width:320px}.hero::before{background:linear-gradient(90deg,#082837d6,#08283765),linear-gradient(0deg,#08283795,transparent 70%)}.hero-image{object-position:61% center}.hero-copy{font-size:1rem;line-height:1.7;max-width:380px;margin-top:26px}.hero .actions{gap:12px;margin-top:28px;align-items:stretch}.hero .button{font-size:.85rem;padding:12px 19px;min-height:53px;gap:18px}.hero .actions .button:first-child{background:var(--sun)}.hero-scroll{bottom:50px;font-size:.65rem;gap:12px}.hero-scroll span{width:29px;height:37px}.travel-bar{margin-top:-19px}.travel-bar .wrap{width:calc(100% - 42px);grid-template-columns:1fr;padding:10px 20px;border-radius:12px;min-height:0}.travel-item,.travel-item:first-child,.travel-item:last-child{border-right:0;border-bottom:1px solid var(--line);padding:16px 0;gap:15px;align-items:center}.travel-item:last-child{border-bottom:0}.travel-item strong{font-size:.875rem}.travel-item small{font-size:.8rem;margin-top:1px}.section-heading{margin-bottom:29px}.section-heading h2{font-size:clamp(1.95rem,6.6vw,2.6rem);line-height:1.18}.title-line{display:inline}.title-line+.title-line::before{content:none}.section-heading .text-link{margin-top:20px;font-size:.85rem}.eyebrow{font-size:.7rem;margin-bottom:15px}.service-grid{gap:15px}.service-photo{aspect-ratio:1.12}.service-card{border-radius:13px}.service-card:nth-child(-n+2) .service-photo img{padding:25px 8px 12px}.service-info{padding:18px 15px;display:block;min-height:150px;position:relative}.service-info h3{font-size:1.1rem;line-height:1.35}.service-copy p{font-size:.78rem;line-height:1.5;margin-top:7px;padding-bottom:30px}.service-info>.arrow{width:27px;height:27px;font-size:1rem;position:absolute;left:15px;bottom:13px}.story .split{gap:34px}.story h2{font-size:2.1rem}.story .title-line:last-child{display:block;margin-top:8px}.prose p{font-size:1rem;line-height:1.8}.story-visual{padding:16px 0 34px 18px}.story-visual>img{aspect-ratio:1.1;border-radius:75px 13px 13px 13px}.story-visual::before{inset:0 20px 70px 0;border-radius:90px 13px 13px 13px}.image-note{padding:18px 23px;max-width:235px;font-size:1.15rem}.electric{margin-inline:10px;border-radius:17px}.electric .wrap{width:calc(100% - 40px)}.electric h2{font-size:2.15rem}.electric .title-line:last-child{display:block;margin-top:6px}.electric p{font-size:1rem;line-height:1.8}.electric .eyebrow{font-size:.68rem;letter-spacing:.12em;line-height:1.8}.electric .split{gap:32px}.electric-gallery{padding-top:8px;padding-right:15px}.electric-gallery a:first-child img{aspect-ratio:1.65}.electric-gallery a:last-child{margin-top:-34px;margin-right:-12px;border-width:5px}.electric-gallery a:last-child img{aspect-ratio:1.3}.vehicle-facts{gap:42px;margin-top:24px;padding-top:20px}.vehicle-facts strong{font-size:2.4rem}.vehicle-facts span{font-size:.8rem}.experience{min-height:520px;margin-top:10px}.experience .wrap{padding-block:70px}.experience h2{font-size:clamp(2.6rem,8.8vw,3.6rem);line-height:1.12}.experience p:not(.eyebrow){font-size:1rem}.experience::before{background:linear-gradient(90deg,#082837d6,#08283777)}.island-notes{grid-template-columns:1fr;gap:20px;margin-top:28px;padding-top:25px;font-size:1rem}.page-index .services-photos{grid-template-columns:1fr;gap:18px;margin-top:30px}.page-index .services-photos img:first-child{aspect-ratio:1.45;border-radius:12px}.page-index .services-photos img:last-child{margin-top:0;aspect-ratio:1.6;border-radius:12px}.reviews-grid{grid-template-columns:1fr;gap:17px}.review{padding:28px}.quote-symbol{font-size:4.3rem;height:48px}.review footer{font-size:.8rem}.location-copy h2{font-size:2.1rem}.location-copy p{line-height:1.8}.map-panel,.map-panel iframe{min-height:335px}.closing-cta{padding-block:47px}.closing-cta .wrap{display:block}.closing-cta h2{font-size:2.3rem}.closing-cta .title-line:last-child{display:block;margin-top:5px}.closing-cta p{margin-top:20px;font-size:1rem}.closing-cta .button{max-width:none;margin-top:26px}.site-footer{padding-top:50px}.footer-grid{grid-template-columns:1fr;gap:38px}.footer-about{grid-column:auto}.site-footer .wordmark strong{font-size:64px}.footer-about>p{font-size:.9rem}.footer-contact{font-size:.9rem}.footer-navigation{margin-top:25px}.footer-navigation>a{padding-block:7px}.footer-bottom{padding-block:24px;font-size:.78rem}.inner-hero{min-height:340px}.inner-hero .wrap{padding-block:45px 52px}.inner-hero h1{font-size:clamp(2.45rem,8.3vw,3.2rem);line-height:1.13;letter-spacing:-.055em}.inner-hero .hero-copy{font-size:.95rem;line-height:1.75}.breadcrumb{font-size:.78rem;margin-bottom:23px}.fleet-intro h2{font-size:2rem}.fleet-intro p{font-size:1rem}.gallery-heading{margin-top:42px;padding-top:38px}.gallery-heading h2{font-size:1.9rem;line-height:1.2}.fleet-gallery{gap:16px;margin-top:25px}.gallery-item{border-radius:12px}.gallery-item img{aspect-ratio:1.05}.gallery-item[data-contain] img{padding:13px}.gallery-item:first-child img{aspect-ratio:1.4}.gallery-item span{font-size:.8rem;padding:17px 13px;min-height:65px;line-height:1.5}.gallery-item span::after{margin-left:8px}.gallery-item:first-child span{padding:20px}.service-collection{grid-template-columns:1fr;gap:24px;margin-top:30px}.feature-photo{aspect-ratio:1.7}.feature-photo.contain img{padding:20px 45px}.feature-copy{padding:26px}.feature-copy h3{font-size:1.6rem}.feature-copy li{font-size:1rem}.services-photos{grid-template-columns:1fr;gap:18px}.contact-layout{gap:32px}.contact-aside>img{aspect-ratio:1.5;border-radius:55px 12px 12px 12px}.contact-panel{padding:27px 22px;border-radius:14px}.contact-panel h2{font-size:1.6rem;line-height:1.35}.contact-form{grid-template-columns:1fr;gap:21px}.form-wrap{grid-column:1/-1}.form-input{font-size:1rem;min-height:55px}.contact-form>.small{font-size:.85rem;line-height:1.7}.form-wrap label{font-size:.9rem}.photo-dialog{padding:18px}.photo-dialog figure{padding-top:40px;padding-bottom:80px}.photo-dialog img{max-height:calc(100dvh - 195px)}.photo-dialog figcaption{font-size:.8rem}.dialog-close{top:15px;right:15px}.dialog-prev,.dialog-next{width:46px;height:46px;bottom:22px}.back-top{right:16px;bottom:16px;width:42px;height:42px}}
@media(max-width:360px){:root{--gutter:18px}.nav-tools{gap:6px}.wordmark strong{font-size:29px}.wordmark small{font-size:7px}.hero .wrap{width:calc(100% - 32px)}.hero:not(.inner-hero) h1{font-size:2.65rem}.hero .eyebrow{font-size:.63rem}.hero .actions .button{width:100%;justify-content:space-between}.hero .actions .button-line{border-color:#ffffff60}.service-grid{grid-template-columns:1fr}.service-photo{aspect-ratio:1.65}.service-info{padding:21px;display:flex;min-height:100px;gap:20px}.service-info h3{font-size:1.3rem}.service-copy p{font-size:.85rem;padding-bottom:0}.service-info>.arrow{position:static;width:35px;height:35px;flex-shrink:0}.fleet-gallery{grid-template-columns:1fr}.fleet-gallery .gallery-item:first-child{grid-column:auto}.gallery-item img,.gallery-item:first-child img{aspect-ratio:1.4}.gallery-item span{min-height:0;font-size:.9rem;padding:20px}.contact-panel{padding:25px 18px}.inner-hero h1{font-size:2.3rem}.vehicle-facts{gap:30px}}
@media(max-height:520px) and (min-width:600px){.site-header{position:relative}.hero:not(.inner-hero){min-height:580px}.hero .wrap{padding-block:55px 105px}.hero:not(.inner-hero) h1{font-size:4rem}.hero-scroll{bottom:45px}.hero-postcard{display:none}.inner-hero{min-height:300px}.inner-hero .wrap{padding-block:40px}.inner-hero h1{font-size:3rem}.photo-dialog img{max-height:calc(100dvh - 115px)}}
.hero,.electric{width:calc(100% - 36px);max-width:1920px;margin-inline:auto}
.experience{max-width:1920px;margin-inline:auto}
.service-info{flex:1}
@media(max-width:600px){.hero,.electric{width:calc(100% - 20px)}}
@media(max-width:850px){.menu-open .site-header .main-nav{max-height:calc(100dvh - 124px)}}

/* A dedicated right-hand gutter keeps the fixed return button clear of legal text. */
.footer-bottom .wrap{padding-inline-end:calc(60px + env(safe-area-inset-right,0px))}
.footer-bottom .cookie-notice{margin:18px 0 0;padding-top:18px;border-top:1px solid #ffffff21;max-width:1120px;color:#c7d6dc;font-size:.875rem;line-height:1.75;overflow-wrap:anywhere;text-wrap:pretty}
.footer-bottom .rights{overflow-wrap:anywhere}
.back-top{right:max(16px,env(safe-area-inset-right,0px));bottom:max(16px,env(safe-area-inset-bottom,0px));width:44px;height:44px}

/* Official logo: preserve the original image and frame its empty outer margins. */
.brand-logo-frame{position:relative;display:block;width:100%;aspect-ratio:46/11;overflow:hidden;background:#fff}
.brand-logo-frame>img{position:absolute;left:-15.217391%;top:-40.909091%;width:130.434783%;max-width:none;height:auto}
.site-header .brand-logo{display:block;width:278px;max-width:calc(100% - 118px);background:#fff}
.site-footer .brand-logo{display:block;width:min(100%,360px);margin:0 0 28px;padding:22px 20px;background:#fff;border:1px solid #ffffff40;border-bottom:3px solid var(--sun);border-radius:14px;box-shadow:0 12px 30px #00000014}
.footer-social .fb-page{max-width:100%;overflow:hidden}
@media(min-width:851px) and (max-width:1250px){.site-header .brand-logo{width:224px}}
@media(max-width:850px){.site-header .brand-logo{width:248px}}
@media(max-width:600px){.nav-shell{width:calc(100% - 24px);column-gap:8px}.nav-tools{gap:4px}.site-header .brand-logo{width:230px;max-width:none;flex-shrink:1}.site-footer .brand-logo{padding:20px 16px}}


/* Modern experience: shared components, accessible controls and fluid spacing. */
:root{--paper:#f7f6f1;--sun:#f3cd65;--line:#dbe2de;--radius:20px}
.site-header{box-shadow:0 1px 0 #102b3910;transition:box-shadow .25s}
.site-header.is-scrolled{box-shadow:0 7px 24px #102b3910}
.main-nav>a{padding:11px 12px;border-radius:8px;transition:background .2s,color .2s}
.main-nav{gap:clamp(2px,.8vw,12px)}
.main-nav>a::after{display:none}
.main-nav>a:hover,.main-nav>a[aria-current=page]{background:#edf3ef;color:var(--sea)}
.nav-tools .button{border-radius:10px}
.button{border-radius:10px;box-shadow:0 3px 0 #00000005;transition:background .2s,transform .2s,box-shadow .2s}
.button:hover{box-shadow:0 8px 20px #0c2d3a15}
.button:active{transform:translateY(0)}
.hero:not(.inner-hero){min-height:clamp(640px,calc(100svh - 100px),850px)}
.hero .wrap{padding-block:76px 150px}
.hero::before{background:linear-gradient(90deg,#082635e0,#08263570 54%,#08263512),linear-gradient(0deg,#08263580,transparent 65%)}
.hero:not(.inner-hero) h1{font-size:clamp(3.5rem,6.4vw,6.25rem);max-width:870px}
.hero-postcard{transform:none;right:0;bottom:126px;padding:8px;border:1px solid #ffffff80;border-radius:16px;box-shadow:0 22px 70px #051d3c40}
.hero-postcard:hover{transform:translateY(-5px)}
.postcard-photo img{aspect-ratio:1.4}
.postcard-caption{padding:20px 12px 14px}
.postcard-arrow{border-radius:8px}
.hero-scroll{bottom:61px}
.journey-panel{margin-top:-34px}
.journey-panel>.wrap{display:block;padding:32px 36px 20px;background:#fff;border-radius:18px;box-shadow:0 14px 45px #102b3910}
.journey-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.journey-head .eyebrow{font-size:.65rem;color:var(--sea);margin-bottom:8px}
.journey-head h2{font-size:clamp(1.5rem,2.3vw,2rem)}
.journey-head>p{font-size:.9rem;color:var(--muted)}
.journey-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.journey-option{display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:11px;min-height:100px;padding:17px 15px;background:#fafbf8;transition:background .2s,border-color .2s,transform .2s}
.journey-option:hover{background:#fff4d0;border-color:#d9b64e;transform:translateY(-3px)}
.journey-option>svg{width:31px;height:31px;color:var(--sea);flex-shrink:0}
.journey-option>span:not(.journey-arrow){flex:1;min-width:0}
.journey-option strong{display:block;font-size:.88rem;line-height:1.45;font-weight:600}
.journey-option small{display:block;font-size:.73rem;color:var(--muted);line-height:1.5;margin-top:5px}
.journey-arrow{align-self:flex-start;font-size:1rem;color:var(--sea)}
.journey-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px;border-top:1px solid var(--line);padding-top:8px}
.journey-facts .travel-item{padding-block:12px}
.journey-facts .travel-item strong{font-size:.78rem}
.journey-facts .travel-item small{font-size:.73rem}

.section-heading .eyebrow,.fleet-intro>.eyebrow{color:var(--sea)}
.service-card{border:1px solid var(--line);box-shadow:none;border-radius:18px}
.service-card:hover{box-shadow:0 18px 32px #102b3910;transform:translateY(-5px)}
.service-info{background:#fff}

.service-info>.arrow{border-radius:8px;background:#f1f5f1}
.story-visual{padding:0 0 28px 22px}
.story-visual>img{border-radius:16px;aspect-ratio:1.1}
.story-visual::before{inset:30px 35px 0 0;border-radius:16px;background:#f2ead5}
.image-note{border-radius:10px;left:0;box-shadow:0 8px 22px #102b3910}
.electric{background:linear-gradient(115deg,#113d4b,#1b5665)}
.electric-gallery a:last-child{border-color:#164957}
.experience{border-radius:22px;overflow:hidden;width:calc(100% - 36px);margin-top:24px}
.reviews{background:#eeefea}
.review{border:1px solid #dce1da;border-radius:16px;box-shadow:none}
.review:first-child{background:var(--deep)}
.review .quote-symbol{height:43px;font-size:4rem}
.map-panel{border-radius:18px;box-shadow:0 8px 28px #102b3908}
.closing-cta{position:relative;background:#f2d078;padding-block:66px}
.closing-cta h2{font-size:clamp(2rem,3.5vw,3.2rem)}
.page-jumps{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding-block:24px;border-bottom:1px solid var(--line)}
.page-jumps>span{font-size:.73rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-right:auto}
.page-jumps>a{display:flex;align-items:center;gap:18px;font-size:.82rem;font-weight:500;padding:9px 14px;border:1px solid var(--line);border-radius:8px;background:white}
.page-jumps>a:hover{border-color:var(--sea);background:#edf3ef}
.inner-hero{min-height:370px}
.inner-hero .wrap{padding-block:56px}
.inner-hero h1{font-size:clamp(2.6rem,4.8vw,4.6rem)}

.gallery-heading{margin-top:55px;--gallery-space:40px;padding-top:var(--gallery-space)}
.fleet-help{font-size:.92rem;line-height:1.65;color:var(--muted);margin-top:18px}
.fleet-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:25px}
.fleet-filters{display:flex;flex-wrap:wrap;gap:8px}
.fleet-filters[hidden]{display:none}
.fleet-filters button{border:1px solid #cbd7d0;border-radius:8px;background:white;color:var(--ink);padding:11px 18px;min-height:46px;font-size:.85rem;line-height:1.4}
.fleet-filters button:hover{background:#edf3ef}
.fleet-filters button[aria-pressed=true]{background:var(--deep);color:white;border-color:var(--deep)}
.fleet-count{font-size:.8rem;color:var(--muted);font-variant-numeric:tabular-nums}
.fleet-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:24px}
.gallery-item:first-child{grid-column:auto;grid-row:auto;display:block}
.gallery-item:first-child img,.gallery-item img{width:100%;aspect-ratio:1.35;object-fit:cover}
.gallery-item[data-contain] img{object-fit:contain}
.gallery-item:first-child span,.gallery-item span{padding:19px 20px;min-height:66px;background:white;color:var(--ink);line-height:1.55;font-size:.88rem}
.gallery-item{border:1px solid var(--line);box-shadow:none;transition:box-shadow .2s}
.gallery-item:hover{box-shadow:0 10px 25px #102b3910}
.gallery-item[hidden]{display:none}
.fleet-enquiry{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px;margin-top:28px;border:1px solid #d6e0d9;border-radius:14px;background:#eaf0eb}
.fleet-enquiry h3{font-size:1.35rem}
.fleet-enquiry p{font-size:.92rem;color:var(--muted);margin-top:10px;max-width:610px}
.fleet-enquiry .button{flex-shrink:0}
.feature-link{margin-top:22px;font-size:.87rem;max-width:100%;line-height:1.5}
.feature-link .arrow{flex-shrink:0}
.service-feature{box-shadow:0 7px 22px #102b3905;border-radius:18px}
.feature-copy h3{font-size:clamp(1.5rem,2vw,1.9rem)}

.contact-panel{border-top:4px solid var(--sun);box-shadow:0 14px 48px #102b3908;padding:clamp(26px,3vw,46px)}
.contact-panel h2{font-size:clamp(1.6rem,2.3vw,2.15rem);letter-spacing:-.04em}
.form-intro{color:var(--muted);font-size:.9rem;line-height:1.7;margin-top:18px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.form-input{background:#fafbf8;border-color:#cdd8d1;transition:background .2s,border-color .2s;line-height:1.4}
.form-input:focus{background:white;box-shadow:0 0 0 3px #164f6110}
select.form-input{appearance:auto;white-space:normal;padding-right:12px}
.form-input[type=date]{min-width:0;max-width:100%;min-height:55px}
.form-input[type=date]::-webkit-date-and-time-value{text-align:left;min-height:1.4em}
.form-wrap label{line-height:1.55}
.form-wide{grid-column:1/-1}
.field-optional{font-size:.76rem;color:var(--muted);font-weight:400}
.rental-dates{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;border:0;margin:0;padding:0;min-width:0}
.rental-dates legend{font-size:.88rem;font-weight:600;padding:0 0 14px}
.rental-dates .form-wrap{grid-column:auto}
.contact-form>.small{background:#f3f5ef;padding:15px;border-radius:8px;color:#485d64}
.contact-form>.small label{cursor:pointer}
.contact-form input[type=checkbox]{flex-shrink:0}
.contact-form button[type=submit]{min-width:170px}
.contact-form button[aria-busy=true]::after{content:'';height:16px;width:16px;border:2px solid #ffffff50;border-top-color:white;border-radius:50%;animation:form-spin .8s linear infinite}
.form-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;pointer-events:none}
.contact-direct{border-top:1px solid var(--line);margin-top:28px;padding-top:20px}
.contact-direct>p{font-size:.87rem;color:var(--muted)}
.contact-direct>div{display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:8px}
.contact-direct .text-link{font-size:.87rem}
.mobile-contact{position:fixed;left:max(14px,env(safe-area-inset-left,0px));right:max(14px,env(safe-area-inset-right,0px));bottom:max(12px,env(safe-area-inset-bottom,0px));z-index:35;padding:6px;display:grid;grid-template-columns:.8fr 1.2fr;gap:5px;background:#fff;border:1px solid #d5dfd9;border-radius:13px;box-shadow:0 8px 35px #0c2d3a30}
.mobile-contact[hidden]{display:none}
.mobile-contact a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:48px;padding:11px 15px;border-radius:8px;background:#eef3ef;font-size:.86rem;font-weight:600;line-height:1.4}
.mobile-contact a:last-child{background:var(--sun);color:var(--deep)}
body.has-mobile-contact .back-top{bottom:calc(90px + env(safe-area-inset-bottom,0px))}
.site-footer{padding-top:60px}
.footer-grid{grid-template-columns:.7fr 1.3fr 1fr;gap:42px 65px;padding-bottom:45px}
.footer-about{grid-column:1/-1;display:grid;grid-template-columns:320px minmax(0,1fr);align-items:start;gap:22px 50px;padding-bottom:40px;border-bottom:1px solid #ffffff24}
.site-footer .brand-logo{width:100%;max-width:320px;margin:0;padding:23px 20px;border-radius:12px;grid-column:1;grid-row:1}
.footer-about>p{grid-column:2;grid-row:1/3;font-size:.875rem;line-height:1.85;max-width:850px}

.footer-about>a:not(.brand-logo){grid-column:1;grid-row:2;justify-self:start;margin-top:0}
.footer-navigation{grid-column:1;grid-row:2;margin-top:0}
.footer-contact{grid-column:2;grid-row:2}
.footer-social{grid-column:3;grid-row:2}
.footer-navigation>a{width:fit-content;padding:7px 0;font-size:.9rem}
.site-footer h6{margin-bottom:20px;font-size:1.05rem}
.footer-contact li+li{margin-top:14px}
.footer-social .fb-page{display:block;margin-top:22px;max-width:100%;overflow:hidden}
.footer-bottom{background:#082631;padding-block:25px}
.site-footer .brand-logo:hover{transform:translateY(-2px)}
.photo-dialog{padding:70px 82px 135px;background:#082530fa}
.photo-dialog figure{max-width:100%;max-height:100%;gap:10px;padding:0;width:100%}
.photo-dialog img{max-height:calc(100dvh - 280px);width:auto;max-width:100%;border-radius:8px}
.photo-dialog figcaption{text-align:center;line-height:1.5;font-size:.88rem}
.dialog-original{font-size:.75rem;color:#d0e0e4;text-decoration:underline;text-underline-offset:4px;min-height:25px}
.dialog-original:not([href]){visibility:hidden}
.dialog-close,.dialog-prev,.dialog-next{width:48px;height:48px;border-radius:10px;transition:background .2s}
.dialog-close:hover,.dialog-prev:hover,.dialog-next:hover{background:#ffffff30}
.dialog-prev{left:19px;top:calc(50% - 24px);bottom:auto}
.dialog-next{right:19px;top:calc(50% - 24px);bottom:auto}
.dialog-thumbnails{position:absolute;left:82px;right:82px;bottom:40px;display:flex;justify-content:safe center;gap:9px;overflow-x:auto;padding:8px 4px 12px;scrollbar-width:thin;scrollbar-color:#82999e transparent}
.dialog-thumbnails button{padding:3px;background:transparent;border:2px solid transparent;border-radius:8px;flex:0 0 72px;height:57px;overflow:hidden}
.dialog-thumbnails button[aria-current=true]{border-color:var(--sun)}
.dialog-thumbnails button img{width:100%;height:100%;object-fit:cover;border-radius:4px;max-height:none}
.dialog-thumbnails button:focus-visible{outline-offset:0}
.dialog-hint{position:absolute;bottom:15px;left:20px;right:20px;text-align:center;font-size:.7rem;color:#c7d8dc;margin:0}
.photo-dialog[aria-busy=true] .dialog-photo{opacity:.35}
.photo-dialog .dialog-photo{touch-action:pan-y pinch-zoom;transition:opacity .15s}
@keyframes form-spin{to{transform:rotate(360deg)}}
@media(min-width:1700px){.hero:not(.inner-hero) h1{font-size:6.7rem}.hero-postcard{width:350px}}
@media(min-width:851px) and (max-width:1250px){.main-nav>a{padding-inline:9px}.main-nav{gap:2px}.nav-shell{gap:15px}.nav-tools{gap:8px}}
@media(min-width:851px){.mobile-contact{display:none}}
@media(max-width:1250px){.journey-option{gap:10px;padding:15px 12px}.journey-option>svg{width:27px}.journey-arrow{display:none}.footer-grid{gap:36px}.footer-about{gap:20px 35px;grid-template-columns:280px minmax(0,1fr)}}
@media(max-width:1100px){.footer-grid{grid-template-columns:.7fr 1.3fr 1fr}.footer-about{grid-template-columns:260px minmax(0,1fr)}.journey-options{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-option{min-height:90px;padding:18px}.journey-arrow{display:block}.journey-head>p{max-width:260px}}
@media(max-width:850px){
 .menu-open .site-header .main-nav{padding:14px 22px 24px;gap:5px;border-top:1px solid var(--line)}
 .main-nav>a{padding:15px 14px;border-radius:8px;font-size:1.08rem}
 .journey-panel>.wrap{padding:27px 25px 15px}
 .journey-head{align-items:start}
 .journey-facts .travel-item{padding-inline:12px}
 .journey-facts .travel-item:first-child{padding-left:0}
 .journey-facts .travel-item:last-child{padding-right:0}
 .fleet-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
 .gallery-item:first-child{grid-column:auto}
 .fleet-enquiry{display:block;padding:26px}
 .fleet-enquiry .button{margin-top:22px}
 .footer-about{grid-template-columns:240px minmax(0,1fr);column-gap:30px}
 .footer-grid{grid-template-columns:1fr 1.4fr;gap:35px}
 .footer-social{grid-column:1;grid-row:3}
 .footer-contact{grid-column:2;grid-row:2/4}
 .page-jumps{gap:8px}
 .page-jumps>span{flex-basis:100%;margin-bottom:3px}
 .photo-dialog{padding:65px 74px 135px}
 .dialog-thumbnails{left:65px;right:65px}
}
@media(max-width:600px){
 .nav-shell{column-gap:7px}
 .nav-tools{gap:5px}
 .site-header .brand-logo{width:230px;flex-shrink:1}
 .hero:not(.inner-hero){min-height:clamp(590px,calc(100svh - 85px),760px)}
 .hero .wrap{padding-block:48px 110px}
 .hero:not(.inner-hero) h1{font-size:clamp(2.6rem,11.2vw,4.1rem);line-height:1.07}
 .hero::before{background:linear-gradient(90deg,#082837df,#08283768),linear-gradient(0deg,#08283799,transparent 70%)}
 .hero .button{border-radius:9px;padding-inline:17px}
 .hero-scroll{bottom:53px}
 .journey-panel{margin-top:-25px}
 .journey-panel>.wrap{width:calc(100% - 32px);padding:24px 18px 9px;border-radius:13px}
 .journey-head{display:block;margin-bottom:20px}
 .journey-head h2{font-size:1.65rem;line-height:1.25}
 .journey-head>p{margin-top:10px;max-width:none;font-size:.85rem}
 .journey-options{gap:9px}
 .journey-option{display:block;min-height:151px;padding:15px 12px}
 .journey-option>svg{width:29px;height:29px;margin-bottom:12px}
 .journey-option strong{font-size:.83rem;line-height:1.5}
 .journey-option small{font-size:.73rem;line-height:1.5}
 .journey-arrow{display:none}
 .journey-facts{display:block;margin-top:19px;padding-top:0}
 .journey-facts .travel-item,.journey-facts .travel-item:first-child,.journey-facts .travel-item:last-child{padding:14px 0;border-right:0;border-bottom:1px solid var(--line);gap:13px}
 .journey-facts .travel-item:last-child{border-bottom:0}
 
 .journey-facts .travel-item strong{font-size:.79rem}
 .journey-facts .travel-item small{font-size:.73rem}
 .service-grid{grid-template-columns:1fr;gap:16px}
 .service-card{display:grid;grid-template-columns:42% minmax(0,1fr);border-radius:13px}
 .service-photo{height:100%;aspect-ratio:auto;min-height:170px;border-bottom:0;border-right:1px solid #edf0ed}
 .service-card:nth-child(-n+2) .service-photo img{padding:35px 8px 15px;object-fit:contain}
 .service-info{display:flex;min-height:170px;padding:22px 16px;position:relative;align-items:flex-start}
 .service-info h3{font-size:1.13rem;line-height:1.35}
 .service-copy p{font-size:.82rem;padding-bottom:30px}
 .service-info>.arrow{position:absolute;bottom:15px;left:auto;right:16px;width:28px;height:28px;font-size:1rem}
 
 .story-visual{padding:0 0 30px 16px}
 .story-visual>img{border-radius:12px}
 .experience{width:calc(100% - 20px);border-radius:17px}
 .page-jumps{padding-block:20px;gap:8px}
 .page-jumps>a{padding:9px 11px;gap:12px;font-size:.78rem;min-height:42px}
 .inner-hero{min-height:300px}
 .inner-hero .wrap{padding-block:40px 46px}
 .inner-hero h1{font-size:clamp(2.2rem,8.5vw,3.2rem)}
 .fleet-filters{gap:7px;width:100%}
 .fleet-filters button{padding:10px 13px;font-size:.8rem}
 .fleet-count{width:100%}
 .fleet-gallery{gap:15px;grid-template-columns:repeat(2,minmax(0,1fr))}
 .gallery-item:first-child img,.gallery-item img{aspect-ratio:1.15}
 .gallery-item:first-child span,.gallery-item span{padding:14px 12px;font-size:.81rem;min-height:72px}
 .gallery-item span::after{font-size:1rem;margin-left:5px}
 .fleet-enquiry{padding:23px}
 .fleet-enquiry h3{font-size:1.4rem;line-height:1.35}
 .fleet-enquiry .button{width:100%;font-size:.85rem}
 .feature-copy{padding:25px}
 .feature-link{font-size:.85rem}
 .contact-panel{padding:26px 20px}
 .contact-panel h2{font-size:1.65rem}
 .rental-dates{grid-template-columns:1fr;gap:18px}
 .form-input{font-size:16px}
 .contact-form>.small{padding:13px;font-size:.81rem}
 .contact-form button[type=submit]{width:100%;justify-self:stretch}
 .footer-grid{grid-template-columns:1fr;gap:32px}
 .footer-about{display:block;padding-bottom:30px}
 .site-footer .brand-logo{max-width:330px;padding:23px 18px;margin-bottom:25px}
 .footer-about>p{font-size:.88rem}
 .footer-about>a:not(.brand-logo){margin-top:24px}
 .footer-navigation,.footer-contact,.footer-social{grid-column:auto;grid-row:auto}
 .footer-navigation{display:grid;grid-template-columns:1fr 1fr;gap:2px 20px;order:1}
 .footer-navigation h6{grid-column:1/-1}
 .footer-contact{order:2}
 .footer-social{order:3}
 .footer-navigation>a{width:100%;padding:9px 0;min-height:44px}
 .closing-cta{padding-block:48px}
 .photo-dialog{padding:64px 16px 172px}
 .photo-dialog img{max-height:calc(100dvh - 320px)}
 .photo-dialog figure{max-width:100%;padding:0}
 .photo-dialog figcaption{font-size:.82rem}
 .dialog-prev,.dialog-next{top:auto;bottom:115px;width:44px;height:44px}
 .dialog-prev{left:20px}.dialog-next{right:20px}
 .dialog-thumbnails{left:16px;right:16px;bottom:36px;gap:7px;justify-content:flex-start}
 .dialog-thumbnails button{flex-basis:62px;height:51px}
 .dialog-hint{font-size:.64rem;bottom:12px}
 .dialog-original{font-size:.72rem}
 .dialog-close{width:44px;height:44px;right:15px;top:12px}
}
@media(max-width:360px){.journey-panel>.wrap{padding-inline:15px}.journey-option{padding-inline:10px}.journey-option strong{font-size:.8rem}.fleet-gallery{grid-template-columns:1fr}.gallery-item:first-child img,.gallery-item img{aspect-ratio:1.4}.gallery-item:first-child span,.gallery-item span{min-height:0}.service-info{padding-inline:13px}.service-info h3{font-size:1.05rem}.mobile-contact a{font-size:.8rem;padding-inline:12px}}
@media(max-height:520px) and (min-width:521px),(max-height:420px){.photo-dialog{padding:52px 75px 95px}.photo-dialog img{max-height:calc(100dvh - 205px)}.photo-dialog figure{gap:3px}.dialog-thumbnails{left:75px;right:75px;bottom:12px}.dialog-thumbnails button{height:46px;flex-basis:60px}.dialog-hint{display:none}.dialog-prev,.dialog-next{top:calc(50% - 22px);bottom:auto}.dialog-original{min-height:20px}.photo-dialog figcaption{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

.menu-open .mobile-contact,.gallery-open .mobile-contact{display:none}




/* Readable typography and spacious sections, shared by all languages. */
:root{
  --display:'Outfit',sans-serif;
  --body:'Manrope',sans-serif;
  --reading-size:clamp(1.0625rem,1rem + .2vw,1.1875rem);
  --muted:#4f646c;
  --paper:#f5f7f5;
}
body{font-family:var(--body);font-size:var(--reading-size);line-height:1.8;letter-spacing:0}
h1,h2,h3,h4{font-family:var(--display);font-weight:500;letter-spacing:-.025em;line-height:1.16}
h1{font-weight:600}
.section{--section-space:clamp(72px,7.5vw,112px);padding-block:var(--section-space)}
.eyebrow,.hero .eyebrow,.electric .eyebrow,.journey-head .eyebrow{font-size:.875rem;line-height:1.6;letter-spacing:.1em;font-weight:700}
.eyebrow{margin-bottom:18px}
.button,.text-link{font-size:1rem;line-height:1.5;font-weight:700;gap:20px}
.button{padding:15px 24px;min-height:58px;border-radius:12px}
.button .arrow{width:25px;height:25px}
.text-link{padding-block:10px;text-underline-offset:5px}
.topbar{font-size:.875rem;line-height:1.5;padding-block:9px}
.topbar-contacts{gap:20px}
.nav-shell{min-height:94px;gap:20px}
.main-nav{gap:5px}
.main-nav>a{font-size:1rem;font-weight:600;padding:12px 11px;line-height:1.5}
.nav-tools{gap:14px}
.nav-tools .button{font-size:.9375rem;min-height:48px;padding:11px 17px;gap:12px}
.site-header .brand-logo{width:270px}
.hero:not(.inner-hero) h1{font-size:clamp(3.4rem,6.25vw,6.5rem);line-height:1.055;letter-spacing:-.035em;max-width:920px}
.hero h1 em{font-family:var(--display);font-style:normal;font-size:1em;line-height:inherit;font-weight:600;letter-spacing:inherit}
.hero .hero-copy{font-size:1.25rem;line-height:1.75;max-width:600px;margin-top:28px;color:#f0f4f5}
.hero .button{font-size:1rem;min-height:59px}
.hero-scroll{font-size:.8125rem;letter-spacing:.07em;bottom:54px}
.hero .wrap{padding-block:76px 150px}
.hero-postcard{bottom:124px}
.postcard-caption strong{font-family:var(--display);font-size:1.25rem;line-height:1.3;letter-spacing:-.02em}
.postcard-caption div>span{font-size:.9375rem;line-height:1.6;margin-top:7px}
.journey-panel>.wrap{padding:36px 36px 22px;border-radius:22px;border-color:#d9e2dc;box-shadow:0 16px 45px #163b3010}
.journey-head{margin-bottom:28px;gap:24px}
.journey-head h2{font-size:clamp(1.85rem,2.8vw,2.6rem);line-height:1.2}
.journey-head>p{font-size:1rem;line-height:1.7;max-width:380px}
.journey-head .eyebrow{font-size:.8125rem;margin-bottom:9px}
.journey-options{gap:14px}
.journey-option{padding:23px 17px;min-height:140px;gap:13px;border-radius:14px;background:#f5f8f4;align-items:flex-start}
.journey-option>svg{width:32px;height:32px;margin-top:2px}
.journey-option strong{font-family:var(--display);font-size:1.1875rem;font-weight:500;line-height:1.35}
.journey-option small{font-size:.9375rem;line-height:1.6;margin-top:8px}
.journey-arrow{display:none}
.journey-facts{margin-top:28px;padding-top:14px}
.journey-facts .travel-item{gap:15px;padding-block:12px}
.journey-facts .travel-item strong{font-family:var(--body);font-size:1rem;font-weight:600;line-height:1.55;letter-spacing:0}
.journey-facts .travel-item small{font-size:.875rem;line-height:1.7;margin-top:6px}

.section-heading{gap:32px;margin-bottom:38px;align-items:flex-end}
.section-heading h2,.story h2,.location-copy h2{font-size:clamp(2.2rem,3.65vw,3.5rem);line-height:1.15;max-width:850px}
.section-heading .text-link{font-size:1rem;flex-shrink:1;line-height:1.5}
.section-heading>div{min-width:0}
#scopri{background:#edf2ee}
.service-grid{gap:24px}
.service-card{border:1px solid #d5dfd7;border-radius:19px;box-shadow:0 6px 18px #17362a04}
.service-photo{aspect-ratio:1.3;background:#fff}
.service-card:nth-child(-n+2) .service-photo img{padding:35px 20px 20px}
.service-info{display:flex;align-items:flex-start;gap:14px;padding:28px 24px;min-height:175px}
.service-copy{min-width:0;flex:1}
.service-info h3{font-size:1.5rem;font-weight:500;line-height:1.25;letter-spacing:-.015em;overflow-wrap:anywhere}
.service-copy p{font-size:1rem;line-height:1.7;margin-top:12px;padding-bottom:0}
.service-info>.arrow{position:static;flex-shrink:0;width:36px;height:36px;border-radius:10px;font-size:1.35rem}

.prose p,.fleet-intro p,.location-copy p,.contact-aside p,.electric p,.experience p:not(.eyebrow),.island-notes,.review blockquote{
  font-size:var(--reading-size);line-height:1.85;
}
.prose p,.fleet-intro p{max-width:70ch}
.story{background:white}
.story .split{gap:clamp(35px,5.5vw,80px)}
.story-visual{padding:0 0 32px 24px}
.story-visual>img{border-radius:22px;aspect-ratio:1.08}
.story-visual::before{border-radius:22px;background:#e9efdf}
.image-note{font-family:var(--display);font-size:1.5rem;line-height:1.3;padding:25px 28px;max-width:290px;border-radius:12px}
.electric{margin-block:28px;border-radius:24px;background:#113f50}
.electric h2{font-size:clamp(2.3rem,3.8vw,3.5rem);line-height:1.15}
.electric p{color:#e6eff2}
.electric-gallery a:last-child{border-color:#113f50}
.vehicle-facts{gap:50px;padding-top:24px}
.vehicle-facts strong{font-family:var(--display);font-size:3rem;line-height:1.2}
.vehicle-facts span{font-size:1rem;line-height:1.6}
.experience{min-height:580px;border-radius:24px}
.experience h2{font-size:clamp(2.5rem,4.2vw,4rem);line-height:1.12;max-width:770px}
.experience .wrap{padding-block:85px}
.experience p:not(.eyebrow){max-width:700px}
.island-notes{gap:45px;margin-top:32px;padding-top:32px}
.services-photos{gap:25px;margin-top:40px}
.services-photos img{border-radius:20px}
.reviews{background:#e9eeea}
.reviews-grid{gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}
.review{padding:32px;border-radius:19px;background:#fff;border-color:#d7e1d9}
.review:first-child{background:var(--deep)}
.review .quote-symbol{font-family:var(--display);font-size:4rem;line-height:1;height:46px;font-weight:500}
.review footer{font-size:.9375rem;line-height:1.6;gap:8px 14px;flex-direction:column;padding-top:19px;margin-top:25px}
.review footer strong{font-size:1rem;font-weight:700}
.map-panel{border-radius:22px;min-height:510px}
.map-panel iframe{min-height:510px}
.location .split{gap:clamp(35px,5vw,72px)}
.closing-cta{padding-block:68px}
.closing-cta h2{font-family:var(--display);font-size:clamp(2.3rem,3.9vw,3.7rem);line-height:1.12}
.closing-cta .title-line:last-child{font-family:var(--display);font-size:1em;font-weight:600;font-style:normal;line-height:inherit;letter-spacing:inherit;margin-top:5px}
.closing-cta p{font-size:var(--reading-size);line-height:1.8;margin-top:22px}
.page-jumps{gap:12px;padding-block:26px}
.page-jumps>span{font-size:.875rem;line-height:1.6;letter-spacing:.045em}
.page-jumps>a{font-size:1rem;line-height:1.5;padding:11px 16px;gap:18px;min-height:48px;border-radius:10px}
.inner-hero{min-height:380px}
.inner-hero .wrap{padding-block:58px}
.inner-hero h1{font-size:clamp(2.75rem,4.7vw,4.8rem);line-height:1.13;max-width:1050px}
.inner-hero .hero-copy{font-size:1.1875rem;line-height:1.8;max-width:800px}
.breadcrumb{font-size:1rem;line-height:1.6;gap:12px;margin-bottom:24px}
.fleet-intro{max-width:1050px}
.fleet-intro h2{font-size:clamp(2.1rem,3.3vw,3.2rem);line-height:1.2;max-width:950px}
.gallery-heading h2{font-size:clamp(2.1rem,3.3vw,3.2rem);line-height:1.2}
.gallery-heading>p,.fleet-help{font-size:1rem;line-height:1.75}
.fleet-toolbar{gap:18px;margin-top:27px}
.fleet-filters{gap:10px}
.fleet-filters button{font-size:1rem;font-weight:600;line-height:1.45;padding:12px 18px;min-height:49px;border-radius:10px}
.fleet-count{font-size:.9375rem;line-height:1.6}
.fleet-gallery{gap:24px;margin-top:28px}
.gallery-item{border-radius:16px}
.gallery-item:first-child span,.gallery-item span{font-size:1rem;line-height:1.6;padding:21px 22px;min-height:78px}
.fleet-enquiry{border-radius:18px;padding:34px;margin-top:32px;gap:32px;background:#e8efe7}
.fleet-enquiry h3{font-size:1.75rem;line-height:1.25}
.fleet-enquiry p{font-size:var(--reading-size);line-height:1.75;max-width:680px;margin-top:12px}
.service-collection{gap:28px;margin-top:40px}
.service-feature{display:flex;flex-direction:column;border-radius:20px;box-shadow:0 8px 24px #163b2d06}
.feature-photo{flex-shrink:0;min-height:0;aspect-ratio:1.95}
.feature-photo.contain img{padding:28px 50px}
.feature-copy{display:flex;flex-direction:column;flex:1;align-self:stretch;padding:34px}
.feature-copy h3{font-size:2rem;line-height:1.2;margin-bottom:20px}
.feature-copy li{font-size:var(--reading-size);line-height:1.75;padding:12px 0}
.feature-copy .feature-link{font-size:1rem;line-height:1.6;margin-top:auto;padding-top:25px;align-self:flex-start}
.contact-layout{gap:clamp(35px,4.5vw,68px)}
.contact-aside h4{font-size:1.5rem;line-height:1.35;letter-spacing:-.015em;margin-top:26px}
.contact-aside .eyebrow{font-size:.875rem}
.contact-aside>img{border-radius:20px}
.contact-panel{padding:clamp(28px,3.1vw,46px);border-radius:20px;box-shadow:0 15px 38px #102b3908}
.contact-panel h2{font-size:clamp(1.9rem,2.5vw,2.5rem);line-height:1.25;letter-spacing:-.025em}
.contact-panel>.small{font-size:.9375rem;line-height:1.7;margin-top:16px}
.form-intro{font-size:1rem;line-height:1.8;margin-top:20px;padding-bottom:24px}
.contact-form{gap:25px 20px;margin-top:30px}
.form-wrap label,.rental-dates legend{font-size:1.0625rem;line-height:1.6;font-weight:600}
.field-optional{font-size:.9375rem;line-height:1.5}
.form-input{font-size:1.0625rem;line-height:1.55;padding:14px 15px;min-height:58px;border-radius:10px}
.form-input[type=date]{min-height:58px}
.form-input::placeholder{color:#63767d;opacity:1}
.contact-form>.small{font-size:.9375rem;line-height:1.85;padding:17px}
.contact-form input[type=checkbox]{width:21px;height:21px;margin-right:8px}
.form-status{font-size:1rem;line-height:1.75}
.contact-direct>p,.contact-direct .text-link{font-size:1rem;line-height:1.7}
.contact-direct>div{gap:14px 25px}
.mobile-contact a{font-size:1rem;line-height:1.5;min-height:52px;padding:11px 15px}
.site-footer{font-size:1rem;color:#d4e0e4;padding-top:65px}
.footer-grid{gap:45px 50px;padding-bottom:50px}
.footer-about{gap:24px 45px;padding-bottom:45px}
.footer-about>p,.footer-contact{font-size:1.0625rem;line-height:1.85}
.site-footer h6{font-family:var(--display);font-size:1.375rem;line-height:1.4;font-weight:500;letter-spacing:0;margin-bottom:20px}
.footer-navigation>a{font-size:1rem;line-height:1.6;min-height:43px;padding-block:9px}
.footer-contact li+li{margin-top:17px}
.footer-bottom{font-size:.9375rem;line-height:1.85;padding-block:29px}
.footer-bottom .cookie-notice{font-size:1rem;line-height:1.85;color:#d2dfe4;margin-top:22px;padding-top:22px}
.photo-dialog figcaption{font-size:1rem;line-height:1.5}
.dialog-original{font-size:.875rem;line-height:1.5;min-height:30px}
.dialog-hint{font-size:.8125rem;line-height:1.5}
.photo-dialog .dialog-photo{max-height:calc(100dvh - 300px);min-height:0}
.photo-dialog figcaption,.dialog-original{flex-shrink:0}

@media(max-width:1350px){
  .nav-tools>.button{display:none}
  .topbar-contacts a:last-child{display:none}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-photo{aspect-ratio:1.7}
  .service-info{min-height:150px}
}
@media(min-width:1025px) and (max-width:1250px){
  .site-header .brand-logo{width:240px}.nav-shell{gap:16px}.main-nav{gap:2px}.main-nav>a{padding-inline:10px}
}
@media(max-width:1100px){
  .journey-options{grid-template-columns:repeat(2,minmax(0,1fr))}
  .journey-head>p{max-width:320px}
  .journey-option{min-height:130px;padding:23px}
  .reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .review{padding:28px}
  .footer-grid{column-gap:32px}
}
@media(max-width:1024px){
  .main-nav{display:none}
  .menu-toggle{display:block;width:46px;height:46px;padding:11px 8px}
  .nav-shell{min-height:86px}
  .site-header .brand-logo{width:260px}
  .topbar-contacts{display:none}
  .topbar .wrap{justify-content:center;text-align:center}
  .menu-open .site-header .main-nav{display:flex;position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - var(--menu-offset,140px));overflow:auto;background:white;padding:14px 22px 22px;flex-direction:column;align-items:stretch;gap:5px;border-top:1px solid var(--line);box-shadow:0 18px 28px #0a293820}
  .main-nav>a{font-size:1.1875rem;line-height:1.5;padding:13px 16px;white-space:normal}
  .nav-tools{gap:10px}
  .mobile-contact:not([hidden]){display:grid}
  .journey-facts .travel-item{padding-inline:16px}
  .journey-facts .travel-item:first-child{padding-left:0}
  .journey-facts .travel-item:last-child{padding-right:0}
  .journey-facts .travel-item strong{font-size:.9375rem}
  .page-jumps>span{flex-basis:100%;margin-bottom:3px}
  
  
  
  
}
@media(max-width:850px){
  .section-heading h2,.story h2,.location-copy h2{font-size:clamp(2.25rem,5.2vw,3rem)}
  .journey-panel>.wrap{padding:30px 26px 20px}
  .journey-head{align-items:start}
  .journey-head h2{font-size:2rem}
  .journey-head>p{font-size:1rem;max-width:260px}
  .journey-facts{gap:0}
  .journey-facts .travel-item{padding-inline:12px}
  .electric h2{font-size:clamp(2.3rem,5.2vw,3rem)}
  .experience h2{font-size:clamp(2.5rem,6vw,3.5rem)}
  .section-heading{gap:24px}
  .section-heading .text-link{font-size:1rem}
  .map-panel,.map-panel iframe{min-height:420px}
  .service-collection{gap:23px}
  .feature-copy{padding:28px}
  .feature-copy h3{font-size:1.8rem}
  .contact-panel{padding:34px}
  .footer-about{grid-template-columns:240px minmax(0,1fr);gap:24px 28px}
  .footer-grid{grid-template-columns:1fr 1.45fr}
}
@media(max-width:720px){
  .reviews-grid{grid-template-columns:1fr}
  .review{padding:30px}
  .section-heading{display:block}
  .section-heading .text-link{margin-top:20px}
  .service-collection{grid-template-columns:1fr}
  .feature-photo{aspect-ratio:1.9}
  .feature-copy{padding:30px}
  .footer-about{display:block}
  .site-footer .brand-logo{max-width:340px;margin-bottom:26px}
  .footer-about>a:not(.brand-logo){margin-top:24px}
}
@media(max-width:600px){
  :root{--reading-size:1.09375rem}
  .section{--section-space:64px;padding-block:var(--section-space)}
  .topbar{font-size:.8125rem;line-height:1.6;padding-block:8px}
  .topbar .wrap{width:calc(100% - 28px)}
  .nav-shell{min-height:82px;column-gap:7px}
  .site-header .brand-logo{width:234px;flex-shrink:1;max-width:none}
  .nav-tools{gap:5px}
  .menu-toggle{width:44px}
  .eyebrow,.hero .eyebrow,.electric .eyebrow,.journey-head .eyebrow{font-size:.8125rem;line-height:1.65;letter-spacing:.075em}
  .hero .wrap{width:calc(100% - 38px);padding-block:47px 118px}
  .hero:not(.inner-hero) h1{font-size:clamp(2.75rem,11vw,4.25rem);line-height:1.07;letter-spacing:-.035em}
  .hero .hero-copy{font-size:1.125rem;line-height:1.8;margin-top:25px}
  .hero .actions{gap:12px;margin-top:28px}
  .hero .button{font-size:1rem;line-height:1.5;padding:14px 18px;min-height:58px;width:100%;justify-content:space-between}
  .hero-scroll{font-size:.8125rem;letter-spacing:.055em;bottom:52px}
  .journey-panel>.wrap{width:calc(100% - 28px);padding:27px 18px 15px;border-radius:16px}
  .journey-head{display:block;margin-bottom:24px}
  .journey-head h2{font-size:2rem}
  .journey-head>p{font-size:1rem;margin-top:12px;max-width:none}
  .journey-options{gap:10px}
  .journey-option{display:block;padding:19px 14px;min-height:183px}
  .journey-option>svg{margin:0 0 14px;width:31px;height:31px}
  .journey-option strong{font-size:1.1875rem;line-height:1.35}
  .journey-option small{font-size:.90625rem;line-height:1.65;margin-top:8px}
  .journey-facts{display:block;margin-top:24px;padding-top:0}
  .journey-facts .travel-item,.journey-facts .travel-item:first-child,.journey-facts .travel-item:last-child{padding:17px 0;gap:14px}
  .journey-facts .travel-item strong{font-size:1rem;line-height:1.55}
  .journey-facts .travel-item small{font-size:.90625rem;line-height:1.7}
  
  .section-heading h2,.story h2,.location-copy h2{font-size:clamp(2.1rem,7.6vw,2.7rem);line-height:1.17}
  .section-heading .text-link{font-size:1rem;margin-top:20px}
  .service-grid{grid-template-columns:1fr;gap:20px}
  .service-card{display:grid;grid-template-columns:38% minmax(0,1fr);border-radius:16px}
  .service-photo{aspect-ratio:auto;min-height:205px;height:100%}
  .service-card:nth-child(-n+2) .service-photo img{padding:38px 10px 20px}
  .service-info{display:flex;min-height:205px;padding:25px 20px;position:relative;gap:12px}
  .service-info h3{font-size:1.5rem;line-height:1.25}
  .service-copy p{font-size:1rem;line-height:1.75;padding-bottom:35px}
  .service-info>.arrow{position:absolute;right:19px;left:auto;bottom:17px;width:31px;height:31px;font-size:1.2rem}
  
  .story-visual{padding:0 0 34px 16px}
  .story-visual>img{border-radius:16px;aspect-ratio:1.15}
  .image-note{font-size:1.375rem;padding:22px 25px;max-width:270px}
  .electric{width:calc(100% - 20px);margin-block:18px;border-radius:18px}
  .electric .wrap{width:calc(100% - 38px)}
  .electric h2{font-size:2.25rem;line-height:1.17}
  .electric-gallery a:last-child{margin-right:-10px}
  .vehicle-facts{gap:38px}
  .vehicle-facts strong{font-size:2.8rem}
  .vehicle-facts span{font-size:1rem}
  .experience{min-height:530px;border-radius:18px}
  .experience .wrap{padding-block:70px}
  .experience h2{font-size:2.6rem;line-height:1.13}
  .island-notes{gap:22px;padding-top:26px;margin-top:27px}
  .services-photos{gap:20px;margin-top:32px}
  .services-photos img{border-radius:15px}
  .review{padding:27px}
  .review blockquote{font-size:1.09375rem;line-height:1.85}
  .review footer{font-size:.9375rem;line-height:1.7}
  .map-panel,.map-panel iframe{min-height:360px}
  .closing-cta{padding-block:52px}
  .closing-cta h2{font-size:2.45rem;line-height:1.17}
  .closing-cta p{font-size:1.09375rem;line-height:1.85;margin-top:23px}
  .closing-cta .button{margin-top:27px;font-size:1rem}
  .page-jumps{gap:9px;padding-block:23px}
  .page-jumps>span{font-size:.8125rem;line-height:1.6}
  .page-jumps>a{font-size:.9375rem;gap:13px;line-height:1.5;padding:10px 13px;min-height:47px}
  .inner-hero{min-height:310px}
  .inner-hero .wrap{padding-block:42px 48px}
  .inner-hero h1{font-size:clamp(2.5rem,8.8vw,3.4rem);line-height:1.13}
  .inner-hero .hero-copy{font-size:1.09375rem;line-height:1.85}
  .breadcrumb{font-size:.9375rem;line-height:1.6;gap:10px;margin-bottom:25px}
  .fleet-intro h2,.gallery-heading h2{font-size:2.15rem;line-height:1.2}
  .gallery-heading>p,.fleet-help{font-size:1rem;line-height:1.8}
  .fleet-filters{gap:9px}
  .fleet-filters button{font-size:.9375rem;padding:11px 14px;min-height:48px}
  .fleet-count{font-size:.9375rem}
  .fleet-gallery{gap:18px}
  .gallery-item:first-child span,.gallery-item span{font-size:1rem;line-height:1.6;padding:18px 16px;min-height:87px}
  .fleet-enquiry{padding:27px 24px}
  .fleet-enquiry h3{font-size:1.65rem;line-height:1.3}
  .fleet-enquiry .button{font-size:1rem;gap:15px}
  .feature-copy{padding:27px}
  .feature-copy h3{font-size:1.9rem}
  .feature-copy .feature-link{font-size:1rem;line-height:1.6}
  .contact-panel{padding:29px 22px;border-radius:17px}
  .contact-panel h2{font-size:1.9rem;line-height:1.27}
  .contact-panel>.small{font-size:.9375rem;line-height:1.8}
  .form-intro{font-size:1rem;line-height:1.8}
  .form-wrap label,.rental-dates legend{font-size:1rem;line-height:1.65}
  .field-optional{font-size:.875rem}
  .form-input{font-size:1.0625rem;line-height:1.5;padding:13px 14px;min-height:57px}
  .contact-form>.small{font-size:.9375rem;line-height:1.8;padding:15px}
  .contact-direct>p,.contact-direct .text-link{font-size:1rem}
  .mobile-contact a{font-size:.9375rem;line-height:1.5;min-height:51px;padding:11px 12px}
  .site-footer{padding-top:54px}
  .footer-grid{grid-template-columns:1fr;gap:35px;padding-bottom:40px}
  .footer-about{padding-bottom:32px}
  .footer-about>p,.footer-contact{font-size:1.0625rem;line-height:1.85}
  .site-footer h6{font-size:1.4rem}
  .footer-navigation>a{font-size:1rem;line-height:1.7;padding-block:10px}
  .footer-bottom{font-size:.90625rem;line-height:1.9;padding-block:27px}
  .footer-bottom .cookie-notice{font-size:.96875rem;line-height:1.85}
  .photo-dialog figcaption{font-size:.9375rem;line-height:1.5}
  .dialog-original{font-size:.875rem;line-height:1.5}
  .dialog-hint{font-size:.75rem;line-height:1.5;bottom:9px}
  .photo-dialog .dialog-photo{max-height:calc(100dvh - 345px)}
}
@media(max-width:420px){
  .service-card{display:flex;flex-direction:column}
  .service-photo{aspect-ratio:1.65;min-height:0;height:auto;border-right:0;border-bottom:1px solid #edf0ed}
  .service-card:nth-child(-n+2) .service-photo img{padding:28px 22px 18px}
  .service-info{min-height:0;padding:25px 22px;gap:14px}
  .service-info>.arrow{position:static;width:34px;height:34px;flex-shrink:0}
  .service-copy p{padding-bottom:0}
  .fleet-gallery{grid-template-columns:1fr}
  .fleet-gallery .gallery-item:first-child{grid-column:auto}
  .gallery-item:first-child img,.gallery-item img{aspect-ratio:1.4}
  .gallery-item:first-child span,.gallery-item span{min-height:0;padding:20px 21px}
  .journey-option{padding-inline:12px}
  .journey-option strong{font-size:1.125rem}
  .journey-option small{font-size:.875rem}
  .contact-panel{padding:26px 19px}
  .contact-panel h2{font-size:1.8rem}
}
@media(max-width:360px){
  .journey-panel>.wrap{padding-inline:16px}
  .journey-option{padding-inline:9px}
  .contact-layout{width:calc(100% - 20px)}
  .contact-panel{padding-inline:10px}
  .contact-form input[type=date]{padding-inline:4px}
}
@media(max-width:300px){
  .contact-layout{width:calc(100% - 12px)}
  .contact-panel{padding-inline:4px}
}
@media(max-height:520px) and (min-width:521px),(max-height:420px){
  .photo-dialog figcaption{font-size:.875rem;line-height:1.45}
  .dialog-original{font-size:.8125rem;line-height:1.5;min-height:23px}
  .photo-dialog .dialog-photo{max-height:calc(100dvh - 220px)}
  .dialog-hint{display:none}
}

/* Pantelleria: deep sea, clear light and the yellow of the official logo. */
:root{--paper:#f6f8f9;--sand:#f2ead8;--ink:#123442;--deep:#0b3040;--sea:#186277;--sun:#f5cd59;--line:#dce5e8;--muted:#506772}
body{background:var(--paper)}
.site-header{background:#fffffff7;box-shadow:0 1px 0 #0b304012}
.main-nav>a{border-radius:9px}
.main-nav>a:hover,.main-nav>a[aria-current=page]{background:#f1ead8;color:var(--deep)}
.button{border-radius:10px;border-color:#00000006;box-shadow:0 5px 14px #102b3909;transition:background .2s,color .2s,box-shadow .2s,transform .2s}
.button-dark{background:var(--deep)}
.button-dark:hover{background:var(--sea)}
.button-line{border-color:#ffffff70}
/* One underline, provided by the border, in every interaction state. */
.text-link{min-width:0;max-width:100%;padding-inline-end:3px;border-bottom-color:#a5b5b7;text-decoration:none;overflow-wrap:anywhere;transition:color .2s,border-color .2s}
.text-link:is(:hover,:focus-visible){color:#123e49;border-bottom-color:currentColor;text-decoration:none}
.section-heading .eyebrow,.fleet-intro>.eyebrow,.contact-aside>.eyebrow{display:flex;align-items:center;gap:12px}
.section-heading .eyebrow::before,.fleet-intro>.eyebrow::before,.contact-aside>.eyebrow::before{content:'';width:27px;height:2px;background:#a9883c;flex-shrink:0}

/* A strong opening, with readable copy and room for the island photograph. */
.hero{width:min(1680px,calc(100% - 40px));margin:12px auto 0;border-radius:24px}
.hero:not(.inner-hero){min-height:720px;background:#0b3445;color:#fff;border:0}
.hero:not(.inner-hero)>.hero-image{left:auto;right:0;width:54%;object-position:64% center}
.hero:not(.inner-hero)::before{inset:0 0 0 46%;background:linear-gradient(90deg,#0b344514,transparent 28%),linear-gradient(0deg,#082d3c33,transparent 52%)}
.hero:not(.inner-hero) .wrap{width:calc(100% - 96px);max-width:1500px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);column-gap:60px;padding-block:66px 124px}
.hero:not(.inner-hero) .wrap>.eyebrow,.hero:not(.inner-hero) h1,.hero:not(.inner-hero) .hero-copy,.hero:not(.inner-hero) .actions{grid-column:1;min-width:0}
.hero:not(.inner-hero) .eyebrow{color:#f5d67f;font-size:.875rem;line-height:1.7;letter-spacing:.09em;max-width:460px;margin-bottom:26px}
.hero:not(.inner-hero) .dot{display:none}
.hero:not(.inner-hero) h1{font-size:clamp(3.55rem,5.3vw,5.65rem);line-height:1.06;letter-spacing:-.035em;max-width:650px}
.hero:not(.inner-hero) h1 em{color:#f5d16a}
.hero:not(.inner-hero) .hero-copy{font-size:1.1875rem;color:#deebee;line-height:1.85;max-width:490px;margin-top:27px}
.hero:not(.inner-hero) .actions{gap:12px;margin-top:30px;align-items:stretch}
.hero:not(.inner-hero) .button{font-size:1rem;min-height:57px;padding:14px 20px;gap:16px}
.hero:not(.inner-hero) .button-line{background:#ffffff08;color:#fff;border-color:#a2bbc5}
.hero:not(.inner-hero) .button-line:hover{background:#ffffff17;border-color:#fff}
.hero-scroll{color:inherit;letter-spacing:.04em;font-weight:600}
.hero:not(.inner-hero) .hero-scroll{bottom:46px;color:#dce9ed}
.hero:not(.inner-hero) .hero-scroll span{border-color:#ffffff60;border-radius:8px;width:32px;height:38px}
.hero h1,.hero-copy,.hero .actions{animation:none}
.hero-postcard{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:stretch;gap:4px;width:350px;max-width:44%;right:0;bottom:44px;padding:8px;border:1px solid #ffffffb3;border-radius:16px;box-shadow:0 15px 40px #08253038;transform:none}
.postcard-photo{border-radius:10px;min-height:110px}
.postcard-photo img{width:100%;height:100%;aspect-ratio:1;object-position:65% center}
.postcard-caption{padding:15px 12px;gap:12px}
.postcard-caption strong{font-size:1.125rem;line-height:1.35}
.postcard-caption div>span{font-size:.875rem;line-height:1.6;margin-top:6px}
.postcard-arrow{width:31px;height:36px;font-size:1.15rem}
.inner-hero{min-height:410px;border-bottom:4px solid #f5cd59}
.inner-hero::before{background:linear-gradient(90deg,#082d40ed,#0b344590 60%,#0b344526)}
.inner-hero .wrap{padding-block:56px 63px}
.inner-hero h1{max-width:950px;letter-spacing:-.03em}
.breadcrumb{color:#e3eceb}
.breadcrumb a{border-bottom:1px solid #ffffff65;padding-bottom:2px}

/* Four clear starting points, with ample room for translated labels. */
.journey-panel{margin-top:-22px}
.journey-panel>.wrap{width:min(1320px,calc(100% - 96px));padding:34px 34px 24px;border:1px solid #dce5e8;border-radius:20px;box-shadow:0 16px 42px #0b30400c}
.journey-head{margin-bottom:26px}
.journey-head h2{letter-spacing:-.025em}
.journey-option{display:grid;grid-template-columns:42px minmax(0,1fr);padding:23px 17px;gap:14px;min-height:142px;border-color:#e0e8eb;background:#f4f8f9;border-radius:13px}
.journey-option:nth-child(n+3){background:#f4f8f9}
.journey-option>svg{width:42px;height:42px;padding:8px;margin:0;background:#fff;border:1px solid #dbe6e9;border-radius:11px;color:#186277}
.journey-option strong{font-size:1.25rem;line-height:1.3}
.journey-option small{font-size:.9375rem;line-height:1.7;color:#50666c}
.journey-option:hover{border-color:#c4a450;background:#fff7dd;box-shadow:0 7px 18px #0b30400b}
.journey-facts{border-color:#dfe8eb;margin-top:25px}


/* Larger service cards give the existing photographs a stronger presence. */
#scopri{background:#eef4f6;border-block:1px solid #e1e9ec}
.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}
.service-card{display:flex;flex-direction:column;border:1px solid #dce5e8;border-radius:18px;background:#fff;box-shadow:0 8px 24px #0b304007}
.service-photo{width:100%;height:auto;min-height:0;aspect-ratio:1.4;border-bottom:1px solid #e5ecef;border-right:0}
.service-photo img{object-position:center}
.service-card:nth-child(-n+2) .service-photo img{padding:30px 20px 22px}
.service-info{padding:26px 23px;display:flex;flex:1;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:22px;min-height:220px}
.service-copy{flex:1;width:100%;min-width:0}
.service-info h3{font-size:clamp(1.45rem,1.65vw,1.75rem);line-height:1.26;letter-spacing:-.015em;overflow-wrap:break-word}
.service-copy p{font-size:1rem;line-height:1.75;margin-top:12px}
.service-info>.arrow{position:static;width:40px;height:38px;border-radius:9px;background:#f2f6f7;border-color:#dbe6e9;flex-shrink:0}

.service-card:hover{border-color:#a3bfca;box-shadow:0 18px 35px #0b304014;transform:translateY(-4px)}
.service-card:focus-visible,.gallery-item:focus-visible,.journey-option:focus-visible{outline:3px solid #987323;outline-offset:5px}
.service-collection{gap:28px}
.service-feature{border-color:#dce5e8;border-radius:20px;box-shadow:0 10px 30px #0b304009;overflow:hidden}
.feature-photo{aspect-ratio:1.7}
.feature-copy{padding:34px 36px 36px;background:#fff}
.feature-copy h3{font-size:2.1rem;letter-spacing:-.025em}
.feature-copy li{border-bottom-color:#e5e9e1}
.feature-copy .feature-link{color:var(--sea)}

.story{background:#fff}
.story h2,.electric h2{line-height:1.13}
.story .title-line:last-child,.electric .title-line:last-child{font-family:var(--display);font-style:normal;font-size:1em;line-height:inherit;letter-spacing:inherit;font-weight:500;margin-top:8px}
.story .title-line:last-child{color:var(--sea)}
.story-visual{padding:0 0 34px 26px}
.story-visual>img{aspect-ratio:1.06;border-radius:22px;box-shadow:0 12px 35px #143d3510}
.story-visual::before{inset:28px 35px 0 0;background:#dcebef;border:0;border-radius:22px}
.image-note{padding:25px 29px;border-radius:12px;border:1px solid #e8c45f;box-shadow:0 9px 24px #19372c12}
.electric{width:min(1680px,calc(100% - 40px));margin:36px auto;background:#0e4156;border:1px solid #285567;border-radius:24px}
.electric .eyebrow{color:#cfe4eb}
.electric .title-line:last-child{color:#f3d88f}
.electric-gallery{padding:0 18px 6px 0}
.electric-gallery a:first-child{margin:0;box-shadow:0 14px 28px #06252c26}
.electric-gallery a:last-child{margin-top:-50px;margin-right:-14px;border-color:#0e4156;box-shadow:0 10px 26px #06252c30}
/* Keep the photo collage below the enquiry button when the columns stack. */
@media(max-width:850px){.electric .split{row-gap:44px}}
.vehicle-facts{border-top-color:#ffffff2b}
.vehicle-facts strong{font-size:3.2rem;font-weight:500}
.vehicle-facts span{color:#e4edef}
.experience{width:min(1680px,calc(100% - 40px));margin:32px auto;min-height:570px;border-radius:24px}
.experience::before{background:linear-gradient(90deg,#082b38eb,#082b3880 57%,#082b3814)}
.experience>img{object-position:center 57%}
.experience h2{font-size:clamp(2.7rem,4.8vw,4.6rem);max-width:780px}
.experience p:not(.eyebrow){max-width:660px}
.services-photos img{border:7px solid white;box-shadow:0 8px 24px #173b2e0a}
.reviews{background:#edf3f5;border-block:1px solid #dfe9ed}
.reviews-grid{gap:24px}
.review{border:1px solid #dce6ea;border-radius:17px;box-shadow:0 8px 25px #0b304005;background:#fff;padding:34px}
.review:first-child{background:#0e4156;border-color:#0e4156}
.review .quote-symbol{color:#2a6570}
.review:first-child .quote-symbol{color:var(--sun)}
.review footer{border-top-color:#dce6ea}
.location{background:#fff}
.location .split{gap:clamp(35px,5vw,76px)}
.map-panel{border:5px solid #e2edf0;border-radius:20px;box-shadow:none;background:#e2edf0}

/* Inner-page controls and enquiries share the same quiet visual language. */
.page-jumps{padding-block:25px;gap:11px;border-bottom-color:#dce6e9;align-items:center}
.page-jumps>a{border-color:#dce6e9;background:#fff;border-radius:10px;box-shadow:0 2px 5px #0b304003}
.page-jumps>a:hover{background:#f3ead1;border-color:#b7a064}
.fleet-filters button{border-radius:10px;border-color:#cadbe2;background:#fff;min-height:48px}
.fleet-filters button[aria-pressed=true]{background:#0e4156;color:#fff;border-color:#0e4156;font-weight:700;box-shadow:0 4px 12px #0b304018}
.gallery-item{border-color:#dbe5e9;border-radius:16px;box-shadow:0 6px 20px #0b304006}
.gallery-item:first-child span,.gallery-item span{background:#fff}
.gallery-item:hover{border-color:#8aaebd;box-shadow:0 14px 30px #0b304014}
.fleet-enquiry{background:#e8f1f4;border-color:#cedfe6;border-radius:18px}
.contact-panel{border-color:#d9e5e9;border-top-color:#f5cd59;border-radius:20px;box-shadow:0 15px 40px #0b30400c}
.contact-panel h2{color:#143b47}
.contact-aside>img{border:7px solid white;border-radius:20px;box-shadow:0 8px 25px #193b2d08}
.form-input{background:#f7fafb;border-color:#cbdde4;border-radius:10px}
.form-input:focus{border-color:var(--sea);box-shadow:0 0 0 3px #164f6114}
.contact-form>.small{background:#f0f6f8;border:1px solid #dce8ed}
.contact-direct{border-top-color:#d9e5e9}

/* The final invitation bridges the page and the official brand in the footer. */
.closing-cta{width:min(1320px,calc(100% - 88px));margin:52px auto -54px;padding:52px clamp(30px,4.5vw,64px);position:relative;z-index:1;background:#f5d16a;border:1px solid #e5bd50;border-radius:22px;box-shadow:0 16px 30px #082e3012}
.closing-cta .wrap{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:36px}
.closing-cta .wrap>div{flex:1 1 28rem;min-width:0}
.closing-cta h2{font-size:clamp(2.2rem,3.3vw,3.2rem);line-height:1.16;max-width:810px}
.closing-cta .title-line:last-child{color:#0e4156;font-weight:600}
.closing-cta p{max-width:650px;margin-top:20px;color:#344f59}
.closing-cta .button{flex:0 1 auto;max-width:100%;margin:0;min-height:60px;gap:26px}
.site-footer{padding-top:120px;background:#0b3040}
.footer-about{grid-template-columns:300px minmax(0,1fr);gap:25px 62px;align-items:start;padding-bottom:44px}
.site-footer .brand-logo{max-width:300px;padding:26px 21px;border-radius:14px;border-bottom-width:4px;box-shadow:0 12px 28px #05212b1a}
.footer-about>p{max-width:76ch;color:#d5e1e2}
.footer-about>a:not(.brand-logo){border-radius:8px}
.footer-navigation>a:hover{color:#f6d982}
.footer-contact a{text-underline-offset:4px}
.footer-social>a:has(img){border-radius:11px}
.site-footer h6{color:#f1deb0}
.footer-bottom{background:#072632;border-top-color:#ffffff1f}
.mobile-contact{border-color:#d8dfd2;box-shadow:0 8px 28px #0c2d3a24}
.mobile-contact a:first-child{background:#eaf3f6}
.back-top{background:#163f49}

@media(max-width:1350px) and (min-width:1101px){
  .hero:not(.inner-hero) .wrap{width:calc(100% - 76px);column-gap:56px}
  .hero:not(.inner-hero) .button{font-size:1rem;padding-inline:18px}
  .hero-postcard{width:330px;grid-template-columns:95px minmax(0,1fr)}
  .postcard-caption{padding-inline:10px}
}
@media(max-width:1100px){
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero:not(.inner-hero){background:var(--deep);color:white;min-height:660px;border:0}
  .hero:not(.inner-hero)>.hero-image{inset:0;width:100%;object-position:62% center}
  .hero:not(.inner-hero)::before{inset:0;background:linear-gradient(90deg,#092d3bea,#092d3b83 64%,#092d3b28),linear-gradient(0deg,#092d3b33,transparent 55%)}
  .hero:not(.inner-hero) .wrap{display:block;width:calc(100% - 88px);padding-block:65px 128px}
  .hero:not(.inner-hero) h1{font-size:clamp(3.5rem,7.2vw,5.4rem);max-width:800px}
  .hero:not(.inner-hero) h1 em,.hero:not(.inner-hero) .eyebrow{color:var(--sun)}
  .hero:not(.inner-hero) .hero-copy{color:#f0f4f5;max-width:580px}
  .hero:not(.inner-hero) .button{font-size:1rem}
  .hero:not(.inner-hero) .button-line{color:white;background:#ffffff07;border-color:#ffffff70}
  .hero:not(.inner-hero) .button-line:hover{background:#ffffff18}
  .hero:not(.inner-hero) .hero-scroll{color:#e9f0ef}
  .hero:not(.inner-hero) .hero-scroll span{border-color:#ffffff70}
  .hero-postcard{display:none}
  .journey-panel>.wrap{width:calc(100% - 72px);padding-inline:28px}
  .journey-option{min-height:126px;padding:23px;grid-template-columns:44px minmax(0,1fr)}
  .service-card{display:flex;flex-direction:column}
  .service-photo{width:100%;height:auto;min-height:0;aspect-ratio:1.65;border-right:0;border-bottom:1px solid #e5e9e1}
  .service-info{flex:1;min-height:180px;padding:28px;display:flex;flex-direction:row;align-items:flex-start;gap:16px}
  .service-copy{flex:1}
  .service-info h3{font-size:1.6rem}
  .service-info>.arrow{flex-shrink:0}
  .closing-cta{width:calc(100% - 64px);padding:40px}
  .closing-cta .wrap{gap:24px}
  .footer-about{gap:25px 38px}
}
@media(max-width:850px){
  .hero,.electric,.experience{width:calc(100% - 28px);border-radius:21px}
  .journey-panel>.wrap{width:calc(100% - 52px)}
  .journey-head{align-items:flex-start}
  .feature-copy{padding:28px}
  .feature-copy h3{font-size:1.9rem}
  .closing-cta .wrap>div{flex-basis:100%}
  .closing-cta .button{justify-self:start}
  .footer-about{grid-template-columns:240px minmax(0,1fr);gap:26px 30px}
  .site-footer .brand-logo{padding:23px 17px}
}
@media(max-width:720px){
  .service-grid{grid-template-columns:1fr;gap:20px}
  .service-card{display:grid;grid-template-columns:39% minmax(0,1fr)}
  .service-photo{aspect-ratio:auto;height:100%;min-height:224px;border-bottom:0;border-right:1px solid #e5e9e1}
  .service-info{min-height:224px;padding:26px;flex-direction:column;justify-content:center;gap:17px;position:static}
  .service-copy{flex:0 1 auto}
  .service-copy p{padding-bottom:0}
  .service-info>.arrow{position:static}
  .footer-about{display:block}
  .site-footer .brand-logo{margin-bottom:27px;max-width:320px}
  .footer-about>a:not(.brand-logo){margin-top:24px}
}
@media(max-width:600px){
  .hero,.electric,.experience{width:calc(100% - 20px);border-radius:18px}
  .hero:not(.inner-hero){min-height:620px}
  .hero:not(.inner-hero) .wrap{width:calc(100% - 38px);padding-block:47px 64px}
  .hero:not(.inner-hero) h1{font-size:clamp(2.75rem,11vw,4.25rem);line-height:1.055}
  .hero:not(.inner-hero) .eyebrow{font-size:.875rem;line-height:1.7;margin-bottom:24px;max-width:350px}
  .hero:not(.inner-hero) .hero-copy{font-size:1.125rem;line-height:1.8;margin-top:24px}
  .hero:not(.inner-hero) .actions{margin-top:27px;gap:12px}
  .hero:not(.inner-hero) .button{padding:14px 18px;min-height:58px;justify-content:space-between}
  .hero:not(.inner-hero) .hero-scroll{position:static;width:fit-content;max-width:100%;min-height:44px;margin-top:28px;font-size:.8125rem}
  .inner-hero{min-height:320px}
  .inner-hero .wrap{padding-block:42px 47px}
  .journey-panel{margin-top:-18px}
  .journey-panel>.wrap{width:calc(100% - 28px);padding:27px 18px 16px;border-radius:16px}
  .journey-option{display:block;padding:19px 14px;min-height:180px}
  .journey-option>svg{width:42px;height:42px;margin-bottom:15px}
  .journey-option strong{font-size:1.1875rem}
  .journey-option small{font-size:.90625rem;line-height:1.7}
  .journey-facts{margin-top:24px}
  .journey-facts .travel-item{padding-block:18px}
  .service-info{padding:25px 21px}
  .service-info h3{font-size:1.5rem}
  .service-card:nth-child(-n+2) .service-photo img{padding:36px 10px 23px}
  .story-visual{padding:0 0 30px 20px}
  .story-visual>img{border-radius:17px;aspect-ratio:1.13}
  .image-note{font-size:1.375rem;padding:22px 24px;max-width:270px}
  .electric{margin-block:22px}
  .electric-gallery{padding-right:15px}
  .electric-gallery a:last-child{margin-top:-32px;margin-right:-10px}
  .vehicle-facts{gap:34px}
  .vehicle-facts strong{font-size:2.85rem}
  .experience{min-height:510px;margin-block:22px}
  .experience h2{font-size:2.6rem;line-height:1.14}
  .experience::before{background:linear-gradient(90deg,#082b38df,#082b3894)}
  .services-photos img{border-width:5px}
  .review{padding:27px}
  .map-panel{border-width:5px;border-radius:18px}
  .feature-copy{padding:27px}
  .feature-copy h3{font-size:1.9rem}
  .contact-aside>img{border-width:5px;border-radius:17px}
  .closing-cta{width:calc(100% - 32px);margin-top:28px;margin-bottom:-35px;padding:34px 25px;border-radius:19px}
  .closing-cta .wrap{gap:25px}
  .closing-cta h2{font-size:2.2rem;line-height:1.18}
  .closing-cta p{font-size:1.09375rem;line-height:1.8;margin-top:18px}
  .closing-cta .button{width:100%;justify-content:space-between;min-height:57px;font-size:1rem}
  .site-footer{padding-top:83px}
  .footer-about{padding-bottom:34px}
  .site-footer .brand-logo{padding:24px 18px}
}
@media(max-width:420px){
  /* Leave room for two lines in translated service names. */
  select.form-input{line-height:1.5;min-height:calc(3em + 28px)}
  .service-card{display:flex;flex-direction:column}
  .service-photo{height:auto;min-height:0;aspect-ratio:1.65;border-right:0;border-bottom:1px solid #e5e9e1}
  .service-card:nth-child(-n+2) .service-photo img{padding:30px 22px 20px}
  .service-info{min-height:0;padding:25px 22px;flex-direction:row;justify-content:space-between;gap:14px}
  .service-copy{flex:1}
  .service-info>.arrow{width:35px;height:35px;flex-shrink:0}
  .journey-option{padding-inline:12px}
  .journey-option strong{font-size:1.125rem}
  .journey-option small{font-size:.875rem}
  .closing-cta{padding-inline:23px}
  .closing-cta h2{font-size:2rem}
}
@media(max-width:360px){
  .journey-panel>.wrap{padding-inline:16px}
  .journey-option{padding-inline:9px}
}
@media(prefers-reduced-motion:reduce){
  .hero-postcard,.service-card,.gallery-item,.journey-option,.electric-gallery a{transition:none;transform:none}
}

/* Consistent reading rhythm and clear interaction states. */
.section-heading h2{letter-spacing:-.025em}
.hero-postcard:hover{transform:translateY(-3px)}
.feature-copy h3{line-height:1.25}
.feature-copy .feature-link{margin-top:auto}
.contact-aside>ul>li{padding:25px 0;border-bottom:1px solid var(--line)}
.contact-aside>ul>li:first-child{padding-top:0}
.contact-aside>ul>li:last-child{border-bottom:0}
.contact-aside h4{font-size:1.375rem;line-height:1.35;margin-bottom:16px}
.contact-aside p,.contact-aside .list{line-height:1.85}
.fleet-toolbar{gap:16px 26px}
.fleet-filters{flex-wrap:wrap}
.fleet-filters button:hover{border-color:#397388;background:#edf5f8;color:#0b3040}
.fleet-filters button[aria-pressed=true]:hover{background:#17546b;color:#fff}
.footer-contact li:first-child{padding-bottom:19px;border-bottom:1px solid #ffffff24}
.footer-contact li+li{margin-top:16px}
.footer-contact a[href^="tel:"]{font-weight:600;color:#f1f7f9}
.footer-contact a[href^="tel:"]:hover{color:#f5d16a}
@media(max-width:600px){
  .hero{margin-top:6px}
  .contact-aside h4{font-size:1.3rem}
}
@media(prefers-reduced-motion:reduce){
  .hero-postcard:hover,.service-card:hover{transform:none}
}

/* Let the open gallery allocate space to its content instead of subtracting
   fixed heights from the photo. Controls and thumbnails occupy separate rows. */
html:has(.photo-dialog[open]){overflow:hidden;scrollbar-gutter:auto}
.photo-dialog{position:fixed;inset:0;margin:0;width:auto;height:100dvh;max-width:none;max-height:none;padding:64px max(24px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(24px,env(safe-area-inset-left,0px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:#082530}
.photo-dialog::backdrop{background:#082530}
.photo-dialog[open]{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;grid-template-rows:minmax(min-content,1fr) max-content max-content;gap:12px 16px;align-items:stretch;justify-content:stretch}
.photo-dialog figure{grid-column:2;grid-row:1;display:grid;grid-template-rows:minmax(72px,1fr) max-content max-content;align-items:center;justify-items:center;min-width:0;min-height:0;width:100%;height:100%;max-width:100%;max-height:100%;padding:0;margin:0;gap:8px}
.dialog-photo-stage{display:flex;align-items:center;justify-content:center;contain:size;width:100%;height:100%;min-width:0;min-height:0}
.photo-dialog .dialog-photo{flex:0 1 auto;min-height:0;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;cursor:grab;user-select:none}
.photo-dialog .dialog-photo.is-dragging{cursor:grabbing}
.photo-dialog figcaption{flex:none;max-width:100%;overflow-wrap:anywhere;line-height:1.5;margin:0}
.dialog-original{flex:none;max-width:100%;min-height:30px;line-height:1.5;text-align:center;overflow-wrap:anywhere}
.dialog-close{position:absolute;top:max(12px,env(safe-area-inset-top,0px));right:max(24px,env(safe-area-inset-right,0px));width:44px;height:44px;z-index:1;padding:0;line-height:1}
.dialog-prev,.dialog-next{position:static;grid-row:1;align-self:center;justify-self:center;display:grid;place-items:center;width:48px;height:48px;padding:0;line-height:1}
.dialog-close>svg,.dialog-prev>svg,.dialog-next>svg{display:block;width:26px;height:26px;pointer-events:none}
.dialog-prev{grid-column:1}
.dialog-next{grid-column:3}
.dialog-thumbnails{position:relative;inset:auto;grid-column:2;grid-row:2;min-width:0;width:100%;max-width:100%;display:flex;justify-content:safe center;gap:9px;padding:8px 4px 12px;overflow-x:auto;overscroll-behavior-x:contain}
.dialog-thumbnails button{flex:0 0 72px;height:57px}
.dialog-hint{position:static;grid-column:2;grid-row:3;display:block;min-width:0;margin:0;line-height:1.5}
@media(max-width:600px){
  .photo-dialog{padding:64px max(12px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px))}
  .photo-dialog[open]{grid-template-columns:44px minmax(0,1fr) 44px;grid-template-rows:minmax(min-content,1fr) 44px max-content max-content;gap:10px}
  .photo-dialog figure{grid-column:1/-1}
  .dialog-close{right:max(12px,env(safe-area-inset-right,0px))}
  .dialog-prev,.dialog-next{grid-row:2;width:44px;height:44px}
  .dialog-thumbnails{grid-column:1/-1;grid-row:3;gap:7px}
  .dialog-thumbnails button{flex-basis:62px;height:51px}
  .dialog-hint{grid-column:1/-1;grid-row:4}
}
@media(max-height:520px){
  .photo-dialog{padding:max(12px,env(safe-area-inset-top,0px)) max(12px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px))}
  .photo-dialog[open]{grid-template-columns:44px minmax(0,1fr) 44px;grid-template-rows:minmax(min-content,1fr) max-content;gap:8px 12px}
  .photo-dialog figure{grid-column:2;gap:6px}
  .photo-dialog figcaption{font-size:.875rem;line-height:1.45}
  .dialog-original{font-size:.8125rem;min-height:23px}
  .dialog-close{right:max(12px,env(safe-area-inset-right,0px))}
  .dialog-prev,.dialog-next{grid-row:1;width:44px;height:44px}
  .dialog-thumbnails{grid-column:2;grid-row:2}
  .dialog-thumbnails button{flex-basis:60px;height:46px}
  .dialog-hint{display:none}
}
@media(max-height:300px){
  .photo-dialog[open]{grid-template-rows:minmax(min-content,1fr)}
  .dialog-thumbnails{display:none}
}
@media(max-width:600px) and (max-height:520px){
  .photo-dialog[open]{grid-template-rows:minmax(min-content,1fr) 44px}
  .photo-dialog figure{grid-column:1/-1}
  .dialog-close,.dialog-prev,.dialog-next{position:static;grid-row:2;align-self:center;justify-self:center;width:44px;height:44px}
  .dialog-close{grid-column:2}
  .dialog-thumbnails{display:none}
}
/* A very small window can scroll instead of squeezing enlarged text over the photo. */
@media(max-width:360px) and (max-height:320px){
  .photo-dialog{overflow-y:auto}
  .photo-dialog[open]{grid-template-rows:44px max-content 44px;align-content:start}
  .photo-dialog figure{grid-row:2;grid-template-rows:80px max-content max-content;height:auto;max-height:none}
  .dialog-close{grid-column:3;grid-row:1}
  .dialog-prev,.dialog-next{grid-row:3}
}

/* Contacts: direct conversations, clear details and an island view. */
.contact-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);align-items:stretch;min-height:570px;background:var(--deep)}
.contact-hero::before{content:none}
.contact-hero .contact-hero-copy{width:auto;max-width:none;margin:0;padding:clamp(38px,4.4vw,72px);align-self:center;min-width:0}
.contact-hero .breadcrumb{margin-bottom:34px}
.contact-hero .eyebrow{font-size:.8125rem;letter-spacing:.08em;margin-bottom:22px;color:#f3d88f}
.contact-hero h1{font-size:clamp(2.65rem,4.3vw,4.65rem);line-height:1.09;letter-spacing:-.035em;text-wrap:initial;overflow-wrap:break-word}
.contact-hero h1>span{display:block;color:#f3d88f}
.contact-hero .hero-copy{font-size:1.125rem;line-height:1.85;max-width:560px;color:#e0e9eb;margin-top:25px}
.contact-hero .actions{gap:20px 25px;align-items:center;margin-top:30px}
.contact-hero .button{padding-inline:20px;gap:18px;max-width:100%}
.contact-hero-link{display:inline-flex;align-items:center;gap:16px;min-height:48px;color:#fff;font-size:1rem;font-weight:600;border-bottom:1px solid #c3d4d7}
.contact-hero-link span{font-size:1.3rem}
.contact-hero-visual{position:relative;display:grid;align-items:end;min-width:0;min-height:0;padding:30px;background:#6d9694;isolation:isolate}
.contact-hero-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% center}
.contact-hero-visual::after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#092d3880);pointer-events:none}
.contact-hero-visual figcaption{position:relative;z-index:1;width:100%;padding:22px 25px;border-radius:13px;background:#ffffff;color:var(--deep);box-shadow:0 10px 35px #08263126}
.contact-hero-visual figcaption strong{display:block;font:500 clamp(1.35rem,2vw,1.85rem)/1.3 var(--display);letter-spacing:-.02em}
.contact-hero-visual figcaption span{display:block;color:var(--muted);font-size:.9375rem;line-height:1.7;margin-top:7px}
.contact-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:35px 65px;align-items:end;margin-bottom:40px}
.contact-intro .eyebrow{color:var(--sea)}
.contact-intro h2{font-size:clamp(2.2rem,3.5vw,3.4rem);max-width:650px}
.contact-intro>p{color:var(--muted);max-width:540px}
.contact-cards{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px}
.contact-card{min-width:0;border:1px solid #d9e5e9;border-radius:20px;padding:clamp(26px,3.3vw,46px);background:#ffffff;color:var(--deep)}
.contact-card h3{font-size:clamp(1.7rem,2.3vw,2.15rem);line-height:1.25;overflow-wrap:break-word}
.contact-card p{color:var(--muted);margin-top:12px;line-height:1.8}
.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;flex-shrink:0;color:var(--sea);background:#eaf3f6;border:1px solid #dbe6eb;border-radius:13px}
.contact-icon svg{width:27px;height:27px}
.contact-phones{grid-row:span 2;display:flex;flex-direction:column;box-shadow:0 12px 30px #17382f06}
.contact-phones>.contact-icon{margin-bottom:25px;background:#f4e7bf;border-color:#e8d69a;color:var(--deep)}
.contact-phone-list{display:grid;gap:14px;margin-top:30px}
.contact-phone{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px 18px;padding:22px 23px;background:#f0f6f8;border:1px solid #dce6eb;border-radius:13px;color:var(--deep);transition:background .2s,border-color .2s}
.contact-person{grid-column:1/-1;font-size:1rem;font-weight:600;color:#435c61}
.contact-phone strong{grid-column:1/-1;font:500 clamp(1.5rem,2.4vw,2.05rem)/1.35 var(--display);letter-spacing:-.025em;white-space:normal}
.contact-call{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:.9375rem;font-weight:700;margin-top:6px}
.contact-whatsapp,.contact-email{display:grid;grid-template-columns:52px minmax(0,1fr);gap:18px 22px;align-content:start;transition:background .2s,border-color .2s,box-shadow .2s}
.contact-whatsapp{background:#123e49;border-color:#123e49;color:white}
.contact-whatsapp .contact-icon{background:#244f58;color:#f5d881;border-color:#527078}
.contact-whatsapp p{color:#e1ecee}
.contact-card-action{grid-column:2;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:1rem;font-weight:700;line-height:1.6;padding-top:18px;border-top:1px solid #dbe6eb;color:var(--deep)}
.contact-whatsapp .contact-card-action{color:#f5d881;border-top-color:#507078}
.contact-email-address{display:block;margin-top:17px;overflow-wrap:anywhere;font-size:1rem;font-weight:600;line-height:1.75;color:#205969}
.contact-note{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.7fr);gap:16px 42px;margin-top:28px;padding:25px 30px;border-left:3px solid #bc9442;border-radius:0 12px 12px 0;background:#f5efdf}
.contact-note strong{font:500 1.35rem/1.5 var(--display);color:var(--deep)}
.contact-note p{color:#465d60;font-size:1rem;line-height:1.8}
.contact-location{background:#edf4f6;border-block:1px solid #dce6eb}
.contact-title-accent{color:var(--sea)}
.contact-location-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:24px;align-items:stretch}
.contact-address{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:clamp(28px,3.5vw,46px);border:1px solid #d9e5e9;border-radius:20px;background:#ffffff}
.contact-address>.contact-icon{margin-bottom:25px}
.contact-address>.eyebrow{font-size:.8125rem;color:var(--sea);margin-bottom:16px}
.contact-address h3{max-width:100%;font-size:clamp(2rem,2.8vw,2.7rem);line-height:1.18;letter-spacing:-.035em}
.contact-address address{font-style:normal;color:var(--muted);line-height:1.9;margin-top:23px}
.contact-address address strong{font-weight:600;color:var(--ink)}
.contact-vat{font-size:.9375rem;color:var(--muted);margin-top:14px}
.contact-address .button{margin-top:28px;max-width:100%;justify-content:space-between}
.contact-location .map-panel{min-width:0;min-height:480px;border:5px solid #ffffff;border-radius:20px}
.contact-location .map-panel iframe{height:100%;min-height:480px}
.contact-about{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,27rem),1fr));gap:22px;margin-top:44px}
.contact-about-intro{min-width:0;padding:clamp(28px,3.4vw,44px);border:1px solid #164b5c;border-radius:22px;background:radial-gradient(ellipse at top right,#20546755,transparent 65%),#103b4b;color:#fff;box-shadow:0 12px 30px #0a29380a}
.contact-about .eyebrow{margin-bottom:22px;color:#f3d88f;font-size:.8125rem;line-height:1.7;letter-spacing:.09em;overflow-wrap:anywhere}
.contact-about .eyebrow::before{content:'';display:block;width:38px;height:3px;margin-bottom:23px;border-radius:2px;background:#e6c572}
.contact-about h3{max-width:490px;font-size:clamp(2rem,3vw,2.8rem);line-height:1.16;letter-spacing:-.035em;text-wrap:pretty;overflow-wrap:anywhere}
.contact-about-intro>p{max-width:52ch;margin-top:26px;color:#e0eaee;font-size:1.0625rem;line-height:1.85;text-wrap:pretty;overflow-wrap:anywhere}
.contact-about-details{display:grid;gap:16px;min-width:0}
.contact-about-detail{display:grid;grid-template-columns:40px minmax(0,1fr);align-content:center;align-items:start;gap:20px;min-width:0;padding:clamp(24px,2.7vw,34px);border:1px solid #d9e5e9;border-radius:20px;background:#fff;box-shadow:0 8px 24px #0a293804}
.contact-about-icon{display:grid;place-items:center;width:40px;height:40px;border:1px solid #e5d6ae;border-radius:12px;background:#faf4e5;color:#315361}
.contact-about-icon svg{width:24px;height:24px}
.contact-about-detail>p{min-width:0;margin:0;color:#526b76;font-size:1rem;line-height:1.85;text-wrap:pretty;overflow-wrap:anywhere}

/* Hover and keyboard focus use contrasting colours on each surface. */
.feature-copy .feature-link:not(.text-link):not(.button):is(:hover,:focus-visible),.prose a:not(.button):not(.text-link):is(:hover,:focus-visible),.contact-aside a:not(.text-link):is(:hover,:focus-visible),.contact-form .small a:not(.text-link):is(:hover,:focus-visible){color:#123e49;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}
.button:not(.button-dark):not(.button-line):not(.button-light):is(:hover,:focus-visible){color:#0c2d38;background:#ffdc7a}
.button-dark:is(:hover,:focus-visible){color:#fff;background:#205969}
.button-light:is(:hover,:focus-visible){color:#0c2d38;background:#f4e7bf}
.button-line:is(:hover,:focus-visible){color:#fff;background:#ffffff1a;border-color:#fff}
.hero:not(.inner-hero) .button-line:is(:hover,:focus-visible){color:#fff;background:#ffffff1a;border-color:#fff}
:where(.topbar,.site-footer,.electric,.experience,.photo-dialog) a:not(.button):not(.text-link):is(:hover,:focus-visible){color:#f6d982;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}
:where(.topbar,.site-footer,.electric,.experience,.photo-dialog) .text-link:is(:hover,:focus-visible){color:#f6d982}
.site-footer .brand-logo:is(:hover,:focus-visible),.electric-gallery a:is(:hover,:focus-visible){text-decoration:none}
.breadcrumb a:is(:hover,:focus-visible),.contact-hero-link:is(:hover,:focus-visible){color:#f6d982;border-bottom-color:#f6d982}
.main-nav>a:is(:hover,:focus-visible){color:#0c2d38;background:#f1ead8}
.page-jumps>a:is(:hover,:focus-visible){color:#0c2d38;background:#f3ead1;border-color:#b7a064}
.contact-phone:is(:hover,:focus-visible){color:#0c2d38;background:#f4e7bf;border-color:#bea255}
.contact-phone:is(:hover,:focus-visible) .contact-person{color:#294a50}
.contact-whatsapp:is(:hover,:focus-visible){color:#fff;background:#194e5a;border-color:#194e5a;box-shadow:0 10px 24px #0c2d3812}
.contact-whatsapp:is(:hover,:focus-visible) .contact-card-action{color:#ffe4a0}
.contact-email:is(:hover,:focus-visible){color:#0c2d38;background:#eef6f8;border-color:#79958a;box-shadow:0 10px 24px #0c2d380c}
.contact-email:is(:hover,:focus-visible) .contact-email-address{color:#123e49;text-decoration:underline;text-underline-offset:4px}
.contact-card:is(:hover,:focus-visible) .contact-card-action{text-decoration:underline;text-underline-offset:5px}
.mobile-contact a:is(:hover,:focus-visible){color:#0c2d38;background:#f4e7bf}
.back-top:is(:hover,:focus-visible){color:#fff;background:#205969}
@media(max-width:1100px){
  .hero:not(.inner-hero) .button-line:is(:hover,:focus-visible){color:#fff;background:#ffffff1a;border-color:#fff}
  .contact-hero .contact-hero-copy{padding:40px 34px}
  .contact-hero h1{font-size:clamp(2.65rem,4.6vw,3.6rem)}
  .contact-whatsapp,.contact-email{grid-template-columns:minmax(0,1fr);gap:21px}
  .contact-card-action{grid-column:1}
  .contact-hero-visual{padding:22px}
  .contact-hero-visual figcaption{padding:20px}
}
@media(max-width:850px){
  .contact-hero{grid-template-columns:minmax(0,1fr);min-height:0}
  .contact-hero .contact-hero-copy{padding:40px}
  .contact-hero h1{font-size:clamp(2.7rem,6.7vw,3.7rem)}
  .contact-hero .hero-copy{max-width:650px}
  .contact-hero-visual{height:auto;min-height:290px}
  .contact-hero-visual>img{object-position:center 55%}
  .contact-hero-visual figcaption{max-width:460px}
  .contact-intro{grid-template-columns:minmax(0,1fr);gap:22px}
  .contact-intro>p{max-width:650px}
  .contact-note{grid-template-columns:minmax(0,1fr);gap:10px}
  .contact-location-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}
  .contact-address{padding:28px}
}
@media(max-width:720px){
  .contact-cards{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:600px){
  .contact-hero .contact-hero-copy{padding:30px 23px 34px}
  .contact-hero .breadcrumb{margin-bottom:25px}
  .contact-hero .eyebrow{font-size:.75rem;letter-spacing:.055em;margin-bottom:18px}
  .contact-hero h1{font-size:clamp(2.45rem,8.8vw,3.3rem)}
  .contact-hero .hero-copy{font-size:1.0625rem;line-height:1.85;margin-top:22px}
  .contact-hero .actions{gap:15px;margin-top:24px}
  .contact-hero-link{width:100%;justify-content:space-between}
  .contact-hero-visual{min-height:265px;padding:16px}
  .contact-hero-visual figcaption{padding:18px}
  .contact-hero-visual figcaption strong{font-size:1.4rem}
  .contact-hero-visual figcaption span{font-size:.875rem;line-height:1.65}
  .contact-intro{margin-bottom:30px;gap:19px}
  .contact-intro h2{font-size:clamp(2.1rem,7.6vw,2.7rem)}
  .contact-cards{grid-template-columns:minmax(0,1fr);gap:18px}
  .contact-card{padding:26px 23px;border-radius:17px}
  .contact-card h3{font-size:1.85rem}
  .contact-phone{padding:20px}
  .contact-phone strong{font-size:clamp(1.45rem,5.4vw,1.9rem)}
  .contact-phone-list{margin-top:25px}
  .contact-note{padding:23px 22px;margin-top:24px}
  .contact-location-grid{grid-template-columns:minmax(0,1fr);gap:20px}
  .contact-address{padding:29px 25px;border-radius:17px}
  .contact-address h3{font-size:2.3rem}
  .contact-address .button{width:100%}
  .contact-location .map-panel,.contact-location .map-panel iframe{min-height:350px}
  .contact-location .map-panel{height:360px;border-radius:17px}
  .contact-about{margin-top:30px;gap:18px}
  .contact-about-intro{padding:27px 24px;border-radius:18px}
  .contact-about .eyebrow{margin-bottom:18px;font-size:.75rem;letter-spacing:.07em}
  .contact-about .eyebrow::before{margin-bottom:20px}
  .contact-about-intro>p{margin-top:22px;font-size:1rem}
  .contact-about-details{gap:14px}
  .contact-about-detail{grid-template-columns:minmax(0,1fr);gap:17px;padding:24px;border-radius:18px}
}

/* Long translations and larger text can reflow without widening the page. */
main,.closing-cta,.site-footer{overflow-wrap:anywhere}
.main-nav,.main-nav>a{min-width:0}
.main-nav>a{white-space:normal;overflow-wrap:anywhere}
.footer-grid>*{min-width:0}
.footer-navigation{grid-template-columns:repeat(2,minmax(0,1fr))}
.button .arrow{width:max(25px,1em);height:max(25px,1em);flex-shrink:0}
/* Keep boxed arrows centered and contained when visitors enlarge the text. */
.hero-scroll span,.postcard-arrow{min-width:1.25em;min-height:1.5em;line-height:1}
.skip-link{top:10px;max-width:calc(100% - 40px);overflow-wrap:anywhere;transform:translateY(calc(-100% - 20px))}
.skip-link:focus{transform:translateY(0)}

/* Used when the main script cannot be downloaded. */
html.script-unavailable .fleet-filters,html.script-unavailable .fleet-count{display:none}
html.script-unavailable .site-header{position:relative}
@media(max-width:1024px){
  
  html.script-unavailable .nav-shell{flex-wrap:wrap;padding-block:16px}
  html.script-unavailable .main-nav{display:flex;order:3;flex-wrap:wrap;width:100%;gap:4px}
  html.script-unavailable .menu-toggle{display:none}
}

/* Leave room for readable menu items on short mobile screens, including enlarged text. */
@media(max-width:1024px) and (max-height:450px){
  .topbar{display:none}
}

/* Language navigation: a compact disclosure, with native links even without JS. */
.language-menu{position:relative;flex:none;color:var(--deep);line-height:1.4}
.language-trigger{display:flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:10px 12px;border:1px solid #cddce1;border-radius:100px;background:#fff;box-shadow:0 2px 5px #0c2d3806;list-style:none;cursor:pointer;user-select:none;transition:background .18s,border-color .18s,box-shadow .18s}
.language-trigger::-webkit-details-marker{display:none}
.language-trigger::marker{content:''}
.language-trigger:hover{background:#f0f5f6;border-color:#8daab6}
.language-trigger:focus-visible{outline:3px solid #c29224;outline-offset:3px}
.language-trigger-code{font-size:.875rem;font-weight:700;letter-spacing:.04em}
.language-globe{width:19px;height:19px;flex:none;color:var(--sea)}
.language-chevron{width:13px;height:13px;flex:none;color:var(--sea);transition:transform .18s}
.language-menu[open]>.language-trigger{background:#edf4f5;border-color:#8daab6;box-shadow:0 0 0 3px #164f610a}
.language-menu[open] .language-chevron{transform:rotate(180deg)}
.language-panel{position:absolute;z-index:2;top:calc(100% + 10px);right:0;width:232px;width:min(15rem,calc(100vw - 32px));max-height:var(--language-space,calc(100dvh - 160px));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;padding:8px;background:#fff;border:1px solid #dce6e9;border-radius:17px;box-shadow:0 16px 44px #0c2d3826,0 3px 10px #0c2d3808}
.language-menu[data-placement=above]>.language-panel{top:auto;bottom:calc(100% + 10px)}
.language-panel-title{margin:0 4px 6px;padding:9px 7px 12px;border-bottom:1px solid #e7edef;color:#526873;font-size:.875rem;font-weight:600;overflow-wrap:anywhere}
.language-option{display:flex;align-items:center;gap:11px;min-height:46px;padding:9px 10px;border-radius:10px;font-size:.9375rem;font-weight:500;transition:background .15s,color .15s}
.language-option+.language-option{margin-top:3px}
.language-option:hover{background:#f0f5f6;color:var(--deep)}
.language-option:focus-visible{outline:2px solid var(--sea);outline-offset:-2px;background:#f0f5f6}
.language-option[aria-current]{background:#f7efd9;color:var(--deep);font-weight:700}
.language-option-code{display:grid;place-items:center;flex:none;width:31px;min-height:28px;border:1px solid #dfe8eb;border-radius:6px;background:#fff;color:#526873;font-size:clamp(12px,.75rem,16px);line-height:1.4;font-weight:700;letter-spacing:.035em;white-space:nowrap}
.language-option[aria-current] .language-option-code{background:var(--deep);border-color:var(--deep);color:white}
.language-option-name{min-width:0;overflow-wrap:anywhere}
.language-check{width:17px;height:17px;margin-left:auto;flex:none;color:var(--deep);visibility:hidden}
.language-option[aria-current] .language-check{visibility:visible}
@media(max-width:600px){
  .nav-tools{position:relative}
  .language-menu{position:static}
  .language-trigger{gap:7px;padding-inline:10px}
  .language-panel{right:0;width:min(15rem,calc(100vw - 40px))}
}
@media(prefers-reduced-motion:reduce){
  .language-trigger,.language-chevron,.language-option{transition:none}
}






/* Homepage FAQs: useful answers, native disclosures and links to each service. */
.faq-section{background:#f6f8f9;border-top:1px solid var(--line);}
.faq-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.45fr);align-items:start;gap:clamp(32px,4vw,64px)}
.faq-intro{padding:clamp(28px,3vw,42px);border:1px solid #214858;border-radius:24px;background:var(--deep);color:#fff;box-shadow:0 14px 35px #0b30400a}
.faq-intro .eyebrow{color:var(--sun);font-size:.8125rem;line-height:1.7;letter-spacing:.09em;margin-bottom:22px}
.faq-intro h2{font-size:clamp(2rem,3vw,2.9rem);line-height:1.18;letter-spacing:-.025em;overflow-wrap:break-word;text-wrap:pretty}
.faq-intro>p{margin-top:22px;font-size:1.0625rem;line-height:1.8;color:#d7e5eb}
.faq-help{margin-top:30px;padding-top:25px;border-top:1px solid #ffffff30}
.faq-help>p{font-size:1rem;line-height:1.65;color:#fff}
.faq-help .button{margin-top:18px;max-width:100%;min-height:52px;font-size:1rem;padding:12px 18px;gap:18px;box-shadow:none;white-space:normal}
.faq-list{min-width:0}
.faq-item{margin:0 0 12px;border:1px solid #dce5e8;border-radius:15px;background:#fff;transition:border-color .18s,box-shadow .18s}
.faq-item:last-child{margin-bottom:0}
.faq-item>summary{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:6px 16px;min-height:86px;padding:23px 24px;list-style:none;cursor:pointer;border-radius:14px}
.faq-item>summary::-webkit-details-marker{display:none}
.faq-item>summary::marker{content:''}

.faq-item h3{margin:0;font-family:var(--body);font-size:1.0625rem;font-weight:700;line-height:1.6;letter-spacing:0;text-wrap:pretty;overflow-wrap:anywhere}
.faq-symbol{position:relative;display:block;width:32px;height:32px;border:1px solid #dce5e8;border-radius:50%;background:#f4f8f9;color:var(--sea);transition:background .18s,color .18s}
.faq-symbol::before,.faq-symbol::after{content:'';position:absolute;top:50%;left:50%;width:12px;height:2px;background:currentColor;transform:translate(-50%,-50%);border-radius:1px}
.faq-symbol::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .18s}
.faq-item>summary:hover{background:#f4f8f9}
.faq-item>summary:focus-visible{outline:3px solid #aa8027;outline-offset:3px}
.faq-item[open]{border-color:#d6bb78;box-shadow:0 5px 18px #0b304008}
.faq-item[open]>summary{background:#fbf5e5;border-radius:14px 14px 0 0}

.faq-item[open] .faq-symbol{border-color:var(--deep);background:var(--deep);color:#fff}
.faq-item[open] .faq-symbol::after{transform:translate(-50%,-50%) rotate(0deg)}
.faq-answer{padding:0 24px 25px}
.faq-answer>p{padding-top:22px;font-size:1rem;line-height:1.85;color:var(--muted);overflow-wrap:anywhere}
.faq-answer-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;max-width:100%;margin-top:12px;color:var(--sea);font-size:.9375rem;font-weight:700;line-height:1.6;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;overflow-wrap:anywhere}
.faq-answer-link>span{flex:none;text-decoration:none}
.faq-answer-link:hover{color:var(--deep)}
@media(max-width:1000px){
  .faq-layout{grid-template-columns:minmax(0,1fr);gap:28px}
  .faq-intro{padding:32px}
  .faq-intro h2{max-width:680px;font-size:clamp(2rem,4.3vw,2.75rem)}
  .faq-intro>p{max-width:650px}
}
@media(max-width:600px){
  .faq-layout{gap:23px}
  .faq-intro{padding:28px 24px;border-radius:19px}
  .faq-intro h2{font-size:clamp(1.9rem,6.6vw,2.4rem)}
  .faq-intro .eyebrow{font-size:.8125rem;letter-spacing:.055em;margin-bottom:18px}
  .faq-help{margin-top:25px;padding-top:22px}
  .faq-help .button{width:100%;justify-content:space-between}
  .faq-item>summary{grid-template-columns:minmax(0,1fr) 28px;gap:6px 11px;padding:20px 16px;min-height:82px}
  .faq-symbol{width:28px;height:28px}
  .faq-item h3{font-size:1rem;line-height:1.65}
  
  .faq-answer{padding:0 20px 23px}
  .faq-answer>p{padding-top:19px;font-size:1rem;line-height:1.85}
  .faq-answer-link{font-size:.9375rem}
}
@media(prefers-reduced-motion:reduce){
  .faq-item,.faq-symbol,.faq-symbol::after{transition:none}
}

/* Native fragment navigation aligns visible content with the actual header height. */
html{--anchor-gap:16px;scroll-padding-top:calc(var(--anchor-header-height,94px) + var(--anchor-gap))}
.section[id]{scroll-margin-top:calc(0px - var(--section-space))}
.gallery-heading{scroll-margin-top:calc(0px - var(--gallery-space))}
@media(max-width:1024px){html{scroll-padding-top:calc(var(--anchor-header-height,86px) + var(--anchor-gap))}}
@media(max-width:600px){html{--anchor-gap:12px;scroll-padding-top:calc(var(--anchor-header-height,82px) + var(--anchor-gap))}}
html.script-unavailable{scroll-padding-top:var(--anchor-gap)}

/* Mobile navigation: a compact panel using the site's sea and sand colours. */
.mobile-menu-heading,.main-nav>.mobile-menu-cta,.nav-link-icon,.nav-link-arrow,.mobile-cta-short{display:none}
@media(max-width:1024px){
  body.menu-open::after{content:'';position:fixed;inset:0;z-index:35;background:#0c2d3852;backdrop-filter:blur(3px)}
  .menu-toggle{width:46px;height:46px;flex:none;padding:12px;border:1px solid #cddce1;border-radius:50%;background:#fff;color:var(--deep);box-shadow:0 2px 5px #0c2d3806;transition:background .18s,border-color .18s,color .18s}
  .menu-toggle span{margin:5px 0}
  .menu-toggle:hover{background:#f0f5f6;border-color:#8daab6}
  .menu-toggle:focus-visible{outline:3px solid #c29224;outline-offset:3px}
  .menu-toggle[aria-expanded=true]{background:var(--deep);border-color:var(--deep);color:#f6d982}
  .menu-open .site-header .main-nav{top:calc(100% + 12px);left:auto;right:max(16px,env(safe-area-inset-right,0px));width:min(440px,calc(100% - 32px));max-height:calc(100dvh - var(--menu-offset,140px) - 12px - env(safe-area-inset-bottom,0px));padding:12px;gap:4px;border:1px solid #dce6e9;border-top:3px solid #d4b36a;border-radius:22px;background:#fff;box-shadow:0 22px 65px #08253030,0 3px 12px #08253012;overscroll-behavior:contain;scrollbar-width:thin;scroll-padding-block:12px;animation:mobile-menu-enter .18s ease-out}
  .menu-open .mobile-menu-heading{display:block;flex:none;padding:10px 12px 18px;margin-bottom:5px;border-bottom:1px solid #e2e9ec}
  .mobile-menu-kicker{display:block;color:#78612e;font-size:.6875rem;line-height:1.6;letter-spacing:.12em;text-transform:uppercase;font-weight:700;overflow-wrap:anywhere}
  .mobile-menu-heading p{margin-top:5px;font:500 1.5rem/1.25 var(--display);letter-spacing:-.025em;color:var(--deep);overflow-wrap:anywhere}
  .menu-open .main-nav>a{display:grid;grid-template-columns:36px minmax(0,1fr) 16px;align-items:center;flex:none;gap:12px;min-height:58px;padding:10px 12px;border:1px solid transparent;border-radius:13px;background:transparent;color:var(--deep);font-size:1.0625rem;line-height:1.45;font-weight:600;text-decoration:none}
  .menu-open .nav-link-label{min-width:0;overflow-wrap:anywhere}
  .menu-open .nav-link-icon{display:grid;place-items:center;width:36px;height:36px;border:1px solid #e1e9ec;border-radius:10px;background:#f2f6f7;color:#446974}
  .nav-link-icon svg{width:21px;height:21px}
  .menu-open .nav-link-arrow{display:flex;align-items:center;justify-content:center;color:#849ba4}
  .nav-link-arrow svg{width:16px;height:16px;flex:none}
  .menu-open .main-nav>a:is(:hover,:focus-visible){background:#f1f6f7;border-color:#dce6e9;color:var(--deep)}
  .menu-open .main-nav>a:focus-visible{outline:2px solid #ae8228;outline-offset:-3px}
  .menu-open .main-nav>a[aria-current=page]{background:var(--deep);border-color:var(--deep);color:#fff;box-shadow:0 4px 10px #0c2d3812}
  .menu-open .main-nav>a[aria-current=page] .nav-link-icon{background:#ffffff0f;border-color:#ffffff26;color:#f6d982}
  .menu-open .main-nav>a[aria-current=page] .nav-link-arrow{color:#f6d982}
  .menu-open .main-nav>.mobile-menu-cta{grid-template-columns:minmax(0,1fr) 20px;min-height:54px;gap:16px;margin-top:12px;padding:14px 17px;background:#f5d16c;border-color:#edc557;font-size:.9375rem;font-weight:700}
  .menu-open .main-nav>.mobile-menu-cta .nav-link-arrow{color:var(--deep)}
  .menu-open .main-nav>.mobile-menu-cta .nav-link-arrow svg{width:20px;height:20px}
  .menu-open .main-nav>.mobile-menu-cta:is(:hover,:focus-visible){background:#ffdc7a;border-color:#d5ae49}
}
@media(max-width:360px){
  .menu-open .site-header .main-nav{padding:10px}
  .menu-open .main-nav>a:not(.mobile-menu-cta){grid-template-columns:32px minmax(0,1fr);gap:10px;padding-inline:10px}
  .menu-open .main-nav>a:not(.mobile-menu-cta)>.nav-link-arrow{display:none}
  .menu-open .nav-link-icon{width:32px;height:32px;border-radius:9px}
}
@media(max-width:1024px) and (max-height:650px){
  .menu-open .site-header .main-nav{padding:10px;gap:3px;border-radius:18px}
  .menu-open .mobile-menu-heading{padding:5px 10px 12px;margin-bottom:3px}
  .mobile-menu-kicker{display:none}
  .mobile-menu-heading p{margin-top:0;font-size:1.25rem}
  .menu-open .main-nav>a{min-height:48px;padding-block:7px}
  .menu-open .main-nav>.mobile-menu-cta{min-height:48px;margin-top:8px;padding-block:11px}
}
@media(max-width:1024px) and (max-height:450px){
  .menu-open .mobile-menu-heading{display:none}
}
@media(max-width:360px) and (max-height:450px){
  .menu-open .mobile-cta-full{display:none}
  .menu-open .mobile-cta-short{display:block}
  .menu-open .main-nav>.mobile-menu-cta{padding:9px 12px;gap:10px;line-height:1.35}
}
@keyframes mobile-menu-enter{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}

/* Show the original YourItaly badge at its intrinsic size, without a wrapper. */
.footer-about>a.youritaly-link{display:block;width:140px;max-width:100%;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;line-height:0}
.youritaly-link>img{display:block;width:100%;height:auto;border:0;border-radius:0}

/* Keep business details, legal links and credits in readable groups. */
.footer-bottom{padding-block:36px;font-size:.9375rem}
.footer-legal{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr));gap:28px 64px;align-items:start}
.footer-legal>*,.footer-meta>*{min-width:0}
.footer-bottom .rights{margin:0;color:#fff;font-size:1.125rem;font-weight:700;line-height:1.6;text-wrap:pretty}
.footer-bottom .footer-description{max-width:58ch;margin:10px 0 0;color:#c9d9df;line-height:1.8;text-wrap:pretty}
.footer-business{display:grid;gap:18px}
.footer-bottom .footer-business>p{display:grid;gap:3px;margin:0;line-height:1.75;overflow-wrap:anywhere}
.footer-legal-label{color:#f2d078;font-size:.75rem;font-weight:700;line-height:1.6;letter-spacing:.07em}
.footer-bottom .footer-business a{justify-self:start;max-width:100%}
.footer-meta{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px 40px;margin-top:28px;padding-top:24px;border-top:1px solid #ffffff21}
.footer-bottom .footer-privacy{flex:1 1 30rem;max-width:70ch;margin:0;line-height:1.8;text-wrap:pretty}
.footer-bottom .footer-credit{flex:0 1 auto;margin:0;line-height:1.8;color:#c9d9df;text-wrap:pretty}
.footer-credit>a{display:inline-block;max-width:100%}
.footer-bottom a{text-decoration-color:#89a9b5;text-decoration-thickness:1px;text-underline-offset:4px;overflow-wrap:anywhere}
.footer-bottom a:is(:hover,:focus-visible){color:#f2d078;text-decoration-color:currentColor}
.footer-bottom .cookie-notice{max-width:100%;margin-top:24px;padding-top:24px;font-size:.9375rem;line-height:1.85;color:#bdcfd6}
@media(max-width:600px){
  .footer-bottom{padding-block:30px}
  .footer-legal{gap:24px}
  .footer-business{padding-top:24px;border-top:1px solid #ffffff21}
  .footer-meta{gap:20px;margin-top:24px;padding-top:24px}
  .footer-bottom .footer-privacy,.footer-bottom .footer-credit{flex-basis:100%}
}

/* Useful local service links fill the space below the social links. */
.footer-guide{margin-top:26px;padding:24px 22px 12px;border:1px solid #ffffff24;border-top:2px solid #d8bb78;border-radius:16px;background:#ffffff05}
.footer-guide h3{margin:0;color:#f1deb0;font:500 1.375rem/1.35 var(--display);letter-spacing:-.015em;text-wrap:pretty;overflow-wrap:anywhere}
.footer-guide>p{margin-top:14px;color:#d5e1e5;font-size:.9375rem;line-height:1.8;text-wrap:pretty;overflow-wrap:anywhere}
.footer-guide ul{margin-top:18px}
.footer-guide li+li{border-top:1px solid #ffffff1f}
.footer-guide li>a{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:14px;min-height:48px;padding-block:12px;color:#fff;font-size:.9375rem;line-height:1.6;font-weight:600;text-decoration:none}
.footer-guide li>a>span{min-width:0;overflow-wrap:anywhere}
.footer-guide li>a>svg{width:18px;height:18px;color:#f2d078}
.footer-guide li>a:is(:hover,:focus-visible){color:#f2d078}
.footer-guide li>a:focus-visible{outline:2px solid #f2d078;outline-offset:4px;border-radius:3px}
@media(max-width:600px){.footer-guide{padding:23px 20px 12px}}

/* Text and map share the same top and bottom edges; narrow layouts stack. */
.location-overview{background:#f0f5f6;border-block:1px solid #e0e9ec}
.location-overview>.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,27rem),1fr));gap:32px clamp(28px,4vw,56px);align-items:stretch}
.location-content{display:flex;flex-direction:column;gap:26px;min-width:0}
.location-heading{min-width:0}
.location-heading .eyebrow{margin-bottom:18px;color:#536e79;font-size:.8125rem;line-height:1.7;letter-spacing:.08em;overflow-wrap:anywhere}
.location-heading h2{margin:0;color:#0d3545;font:500 clamp(2.125rem,2.8vw,2.75rem)/1.16 var(--display);letter-spacing:-.035em;text-wrap:pretty;overflow-wrap:anywhere}
.location-heading .title-line{display:block}
.location-heading .title-line+.title-line{margin-top:10px;color:#356272;font-size:.82em;line-height:1.25;letter-spacing:-.025em}
.location-heading .title-line+.title-line::before{content:none}
.location-overview .location-copy{display:flex;flex:1;flex-direction:column;align-self:stretch;min-width:0;max-width:none}
.location-overview .location-lead{max-width:52ch;margin:0 0 26px;padding-left:20px;border-left:3px solid #d5b362;color:#244b5b;font-size:1.125rem;line-height:1.8;text-wrap:pretty}
.location-details{display:flex;flex:1;flex-direction:column;justify-content:center;padding:26px;border:1px solid #dce6e9;border-radius:20px;background:#fff;box-shadow:0 8px 24px #0b304005}
.location-detail{display:grid;grid-template-columns:38px minmax(0,1fr);gap:18px;align-items:start}
.location-detail+.location-detail{margin-top:24px;padding-top:24px;border-top:1px solid #e2e9ec}
.location-detail-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid #e4d6b5;border-radius:11px;background:#faf4e5;color:#315361}
.location-detail-icon svg{width:23px;height:23px}
.location-overview .location-detail p{min-width:0;margin:0;color:#526b76;font-size:1rem;line-height:1.85;text-wrap:pretty;overflow-wrap:anywhere}
.location-map{display:flex;flex-direction:column;min-width:0;padding:10px;border:1px solid #d8e4e9;border-radius:22px;background:#fff;box-shadow:0 12px 30px #0b304008}
.location-overview .map-panel{position:relative;flex:1;height:auto;min-height:clamp(320px,32vw,450px);border:0;border-radius:14px;box-shadow:none;overflow:hidden;background:#e2edf0}
.location-overview .map-panel iframe{position:absolute;inset:0;display:block;width:100%;height:100%;min-height:0;border:0}
.location-map .actions{flex:none;margin:0;padding:12px 2px 2px;display:block}
.location-map .button{display:flex;justify-content:space-between;gap:20px;width:100%;max-width:100%;min-height:54px;margin:0;padding:14px 20px;border:1px solid #e5bd50;border-radius:12px;background:#f5d16a;color:#123746;font-size:1rem;line-height:1.55;white-space:normal;overflow-wrap:anywhere;box-shadow:none}
.location-map .button .arrow{flex:none}
.location-map .button:is(:hover,:focus-visible){background:#ffdc7a;color:#123746;transform:none}
.location-map .button:focus-visible{outline-color:#124c60}
@media(max-width:600px){
  .location-overview>.split{gap:28px}
  .location-content{gap:23px}
  .location-heading .eyebrow{margin-bottom:16px;font-size:.75rem;letter-spacing:.06em}
  .location-heading .title-line+.title-line{margin-top:10px}
  .location-overview .location-lead{margin-bottom:22px;padding-left:16px;font-size:1.0625rem}
  .location-details{padding:23px 20px;border-radius:17px}
  .location-detail{grid-template-columns:minmax(0,1fr);gap:14px}
  .location-detail+.location-detail{margin-top:22px;padding-top:22px}
  .location-map{padding:8px;border-radius:19px}
  .location-map .button{padding-inline:17px}
}

/* Rental presentation: readable copy, practical details and a clear invitation. */
.fleet-intro.rental-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,27rem),1fr));gap:30px clamp(28px,4vw,56px);max-width:none;min-width:0}
.rental-overview-main{min-width:0;align-self:start}
.rental-overview .eyebrow{display:flex;align-items:center;gap:13px;margin:0 0 22px;color:#536e79;font-size:.8125rem;line-height:1.7;letter-spacing:.08em;overflow-wrap:anywhere}
.rental-overview .eyebrow::before{content:'';width:28px;height:3px;flex:none;border-radius:2px;background:#bb9646}
.rental-overview h2{max-width:660px;margin:0;color:#103747;font-size:clamp(2.05rem,3.25vw,3.05rem);line-height:1.18;letter-spacing:-.035em;text-wrap:pretty;overflow-wrap:anywhere}
.rental-overview .rental-overview-subtitle{max-width:none;margin:26px 0 0;padding-left:17px;border-left:3px solid #d6b05a;color:#254c5a;font-size:1.0625rem;line-height:1.7;text-wrap:pretty}
.rental-overview-subtitle strong{font-weight:600}
.rental-overview .rental-overview-lead{max-width:58ch;margin:22px 0 0;color:#526b76;font-size:1.0625rem;line-height:1.85;text-wrap:pretty;overflow-wrap:anywhere}
.rental-overview-details{display:grid;gap:18px;min-width:0}
.rental-overview-detail{display:grid;grid-template-columns:42px minmax(0,1fr);align-content:center;align-items:start;gap:20px;min-width:0;padding:clamp(26px,2.8vw,36px);border:1px solid #d9e5e9;border-radius:20px;background:#fff;box-shadow:0 8px 24px #0b304005}
.rental-overview-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid #d7e5e9;border-radius:13px;background:#edf5f7;color:#265968}
.rental-overview-icon svg{width:25px;height:25px}
.rental-overview-copy{min-width:0}
.rental-overview .rental-overview-copy p{max-width:none;margin:0;color:#526b76;font-size:1rem;line-height:1.85;text-wrap:pretty;overflow-wrap:anywhere}
.rental-overview .rental-overview-copy p+p{margin-top:17px}
.rental-overview-invitation{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px 36px;min-width:0;padding:clamp(26px,3vw,36px);border:1px solid #164b5c;border-radius:20px;background:#103b4b;box-shadow:0 10px 26px #0a293808}
.rental-overview-invitation>p{flex:1 1 27rem;min-width:0;max-width:65ch;margin:0;color:#e3edf0;font-size:1.0625rem;line-height:1.8;text-wrap:pretty;overflow-wrap:anywhere}
.rental-overview-invitation .actions{flex:0 1 auto;min-width:0;max-width:100%;margin:0}
.rental-overview-invitation .button{max-width:100%;justify-content:space-between;gap:20px;min-height:56px;margin:0;padding:15px 22px;border:1px solid #e5bd50;background:#f5d16a;color:#123746;font-size:1rem;line-height:1.55;white-space:normal;overflow-wrap:anywhere;box-shadow:none}
.rental-overview-invitation .button:is(:hover,:focus-visible){background:#ffdc7a;color:#123746;transform:none}
.rental-overview-invitation .button:focus-visible{outline-color:#fff;outline-offset:5px}
@media(max-width:600px){
  .fleet-intro.rental-overview{gap:25px}
  .rental-overview .eyebrow{gap:11px;margin-bottom:20px;font-size:.75rem;letter-spacing:.06em}
  .rental-overview .rental-overview-subtitle{margin-top:22px;padding-left:15px;font-size:1rem}
  .rental-overview .rental-overview-lead{margin-top:19px;font-size:1rem}
  .rental-overview-details{gap:16px}
  .rental-overview-detail{grid-template-columns:minmax(0,1fr);gap:17px;padding:24px;border-radius:18px}
  .rental-overview-invitation{gap:23px;padding:25px 24px;border-radius:18px}
  .rental-overview-invitation>p{font-size:1rem}
  .rental-overview-invitation .actions,.rental-overview-invitation .button{width:100%}
  .rental-overview-invitation .button{padding-inline:18px}
}

/* Trekking information and direct contacts, shared by all five languages. */
.trekking-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:clamp(32px,4vw,58px)}
.trekking-aside{min-width:0;overflow-wrap:anywhere}
.trekking-offer{padding:6px 0 0}
.trekking-offer .eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 22px;color:#536e79;font-size:.8125rem;line-height:1.7;letter-spacing:.075em}
.trekking-offer .eyebrow::before{content:'';width:28px;height:3px;flex:none;border-radius:2px;background:#bb9646}
.trekking-offer h2{max-width:18ch;font-size:clamp(2rem,2.7vw,2.65rem);line-height:1.15;letter-spacing:-.035em;text-wrap:pretty}
.trekking-intro{max-width:48ch;margin-top:20px;color:var(--muted);font-size:1.0625rem;line-height:1.85;text-wrap:pretty}
.trekking-steps{display:grid;gap:24px;margin:30px 0;padding:0;list-style:none}
.trekking-step{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr);gap:18px;align-items:start}
.trekking-step:first-child::after{content:'';position:absolute;top:54px;bottom:-16px;left:22px;border-left:1px dashed #afc5c9}
.trekking-step-icon{display:grid;place-items:center;width:46px;height:46px;border:1px solid #d8e4e8;border-radius:14px;background:#fff;color:#245467}
.trekking-step-icon svg{width:23px;height:23px}
.trekking-step h3,.trekking-guide h3{font-size:1.1875rem;line-height:1.4;letter-spacing:-.015em}
.trekking-step p{margin-top:6px;color:var(--muted);font-size:1rem;line-height:1.8;text-wrap:pretty}
.trekking-guide{display:grid;grid-template-columns:24px minmax(0,1fr);gap:14px;padding:22px;border:1px solid #e7dcc0;border-radius:15px;background:#f6f0e2}
.trekking-guide>svg{width:24px;height:24px;margin-top:2px;color:#7b6331}
.trekking-guide p{margin-top:7px;color:#59635e;font-size:.9375rem;line-height:1.8;text-wrap:pretty}
.trekking-contacts{margin-top:30px;padding:clamp(24px,2.5vw,34px);border:1px solid #214d5c;border-radius:20px;background:#103b4b;color:#fff;box-shadow:0 12px 32px #0b30400b}
.trekking-contacts h3{font-size:1.75rem;line-height:1.2;letter-spacing:-.025em}
.trekking-contacts>p{margin-top:10px;color:#d0e0e5;font-size:.9375rem;line-height:1.8}
.trekking-phones{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,11rem),1fr));gap:12px;margin-top:24px}
.trekking-phone{display:grid;grid-template-columns:minmax(0,1fr) 18px;gap:5px 12px;align-items:center;min-width:0;min-height:88px;padding:15px;border:1px solid #ffffff30;border-radius:12px;background:#ffffff08;color:#fff;transition:background .2s,border-color .2s}
.trekking-person{color:#d0e0e5;font-size:.875rem;line-height:1.5}
.trekking-phone>svg{width:18px;height:18px;color:#f2d38a}
.trekking-phone strong{grid-column:1/-1;font-size:1rem;line-height:1.6;font-weight:600}
.trekking-whatsapp{display:grid;grid-template-columns:24px minmax(0,1fr) 20px;align-items:center;gap:13px;min-height:60px;margin-top:16px;padding:16px 18px;border:1px solid #dceee0;border-radius:12px;background:#e6f1e7;color:#194d3c;font-size:1rem;line-height:1.55;font-weight:700;transition:background .2s}
.trekking-whatsapp>svg{width:24px;height:24px}
.trekking-whatsapp>svg:last-child{width:20px;height:20px}
.trekking-email{display:grid;grid-template-columns:22px minmax(0,1fr);gap:14px;align-items:center;min-height:60px;margin-top:20px;padding:4px 0;color:#fff}
.trekking-email>svg{width:22px;height:22px;color:#f2d38a}
.trekking-email-label{display:block;margin-bottom:4px;color:#d0e0e5;font-size:.8125rem;line-height:1.6}
.trekking-email-address{font-size:.9375rem;line-height:1.8;text-decoration:underline;text-decoration-color:#ffffff70;text-underline-offset:4px;overflow-wrap:anywhere}
.trekking-phone:is(:hover,:focus-visible){background:#ffffff15;border-color:#f2d38a}
.trekking-phone:is(:hover,:focus-visible) strong{text-decoration:underline;text-underline-offset:4px}
.trekking-whatsapp:is(:hover,:focus-visible){background:#cfE6d4}
.trekking-email:is(:hover,:focus-visible) .trekking-email-address{color:#f2d38a;text-decoration-color:currentColor}
.trekking-contacts a:focus-visible{outline:3px solid #f5cd59;outline-offset:4px}
.trekking-layout .contact-panel{min-width:0;overflow-wrap:anywhere}
.trekking-layout .contact-form{grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))}
.trekking-layout .form-wrap{display:flex;flex-direction:column}
.trekking-layout .form-input{margin-top:auto}
.trekking-layout .form-input[type=date]{padding-inline:clamp(4px,2vw,10px)}
.trekking-layout .form-input[type=date]::-webkit-calendar-picker-indicator{margin:0;padding:0;flex:none}
.trekking-layout .form-wrap:has(textarea),.trekking-layout .contact-form>.small,.trekking-layout .form-status{grid-column:1/-1}
.trekking-layout .contact-form button{max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere}
@media(max-width:1100px){
  .trekking-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:30px}
}
@media(max-width:900px){
  .trekking-layout{grid-template-columns:minmax(0,1fr);gap:38px}
  .trekking-aside{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:start;gap:28px}
  .trekking-contacts{margin-top:0;padding:24px}
  .trekking-phones{grid-template-columns:minmax(0,1fr)}
  .trekking-offer h2{font-size:2rem}
  .trekking-guide{padding:18px;gap:12px}
}
@media(max-width:700px){
  .trekking-aside{grid-template-columns:minmax(0,1fr);gap:26px}
  .trekking-phones{grid-template-columns:repeat(auto-fit,minmax(min(100%,11rem),1fr))}
  .trekking-offer h2{max-width:22ch}
}
@media(max-width:600px){
  .trekking-layout{gap:30px}
  .trekking-offer{padding-top:0}
  .trekking-offer .eyebrow{margin-bottom:18px;font-size:.75rem;letter-spacing:.06em}
  .trekking-intro{font-size:1rem;margin-top:17px}
  .trekking-steps{margin-block:25px;gap:22px}
  .trekking-step{grid-template-columns:40px minmax(0,1fr);gap:14px}
  .trekking-step-icon{width:40px;height:40px;border-radius:12px}
  .trekking-step:first-child::after{top:48px;bottom:-14px;left:19px}
  .trekking-contacts{padding:24px 20px;border-radius:17px}
}
@media(prefers-reduced-motion:reduce){
  .trekking-phone,.trekking-whatsapp{transition:none}
}

/* Service cards: shared presentation, with columns that follow the available
   space and the reader's text size rather than fixed card heights. */
#scopri>.wrap{container-type:inline-size;container-name:service-overview}
.service-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,max(16rem,(100% - 26px)/2)),1fr));
  gap:clamp(18px,2vw,26px);
  align-items:stretch;
}
@container service-overview (min-width:70rem){
  .service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
.service-grid>.service-card{
  display:flex;flex-direction:column;min-width:0;padding:10px;
  border:1px solid #dbe5e8;border-radius:24px;background:#fff;
  box-shadow:0 8px 24px #12374606;overflow:visible;
  color:var(--ink);text-decoration:none;
  transition:border-color .2s,box-shadow .2s,transform .2s;
}
.service-grid .service-photo{
  flex:none;width:100%;height:auto;min-height:0;aspect-ratio:4/3;
  border:0;border-radius:16px;background:#f5f8f8;overflow:hidden;
}
.service-grid .service-photo img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:center;transform:none;transition:transform .35s;
}
.service-grid .service-card:nth-child(-n+2) .service-photo{background:#fff}
.service-grid .service-card:nth-child(-n+2) .service-photo img{object-fit:contain;padding:20px 8px 8px}
.service-grid .service-photo::after{content:none}

.service-grid .service-info{
  position:static;display:grid;grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:1fr auto;align-items:start;gap:20px 16px;
  flex:1;min-height:0;padding:22px 12px 12px;background:transparent;
}
.service-grid .service-copy{grid-column:1/-1;width:auto;min-width:0;flex:initial}
.service-grid .service-info h3{
  font-size:clamp(1.375rem,1.1rem + .45vw,1.625rem);
  line-height:1.25;letter-spacing:-.02em;text-wrap:pretty;overflow-wrap:anywhere;
}
.service-grid .service-copy p{margin-top:10px;padding:0;font-size:1rem;line-height:1.65;color:#526b76;overflow-wrap:anywhere}
.service-grid .service-info::after{content:'';grid-column:1;grid-row:2;align-self:center;height:1px;background:#e1e9ec}
.service-grid .service-info>.arrow{
  grid-column:2;grid-row:2;position:static;display:grid;place-items:center;
  width:2.75rem;height:2.75rem;flex:none;font-size:1.375rem;line-height:1;
  border:1px solid #e7cd8b;border-radius:50%;background:#fff1c9;color:#164f61;
  transition:background .2s,border-color .2s,color .2s;
}
.service-grid>.service-card:is(:hover,:focus-visible){border-color:#b7cbd2;box-shadow:0 14px 32px #12374612;transform:none;text-decoration:none}
.service-grid>.service-card:is(:hover,:focus-visible) .service-info>.arrow{border-color:#164f61;background:#164f61;color:#fff}
.service-grid>.service-card:focus-visible{outline:3px solid #987323;outline-offset:5px}
@media(hover:hover) and (pointer:fine){
  .service-grid>.service-card:hover{transform:translateY(-3px)}
  .service-grid>.service-card:hover .service-photo img{transform:scale(1.025)}
}

.service-collection{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,28rem),1fr));
  gap:clamp(22px,2.5vw,32px);align-items:stretch;margin-top:32px;
}
.service-collection>.service-feature{
  display:flex;flex-direction:column;min-width:0;padding:10px;
  border:1px solid #dbe5e8;border-radius:24px;background:#fff;
  box-shadow:0 8px 26px #12374607;overflow:visible;
}
.service-collection .feature-photo{
  width:100%;height:auto;min-height:0;flex:none;aspect-ratio:1.8;
  overflow:hidden;border-radius:16px;background:#f5f8f8;
}
.service-collection .feature-photo img{object-position:center}
.service-collection .feature-photo.contain{background:#fff}
.service-collection .feature-photo.contain img{padding:18px 24px;object-fit:contain}
.service-collection .feature-copy{
  min-width:0;display:flex;flex-direction:column;flex:1;align-self:stretch;
  padding:clamp(22px,2.25vw,32px) clamp(12px,2vw,28px) 18px;
  background:transparent;
}
.service-collection .feature-copy h3{
  margin:0 0 20px;padding-bottom:18px;border-bottom:1px solid #e1e9ec;
  font-size:clamp(1.625rem,1.25rem + .65vw,2rem);line-height:1.25;
  letter-spacing:-.025em;text-wrap:pretty;overflow-wrap:anywhere;
}
.service-collection .feature-copy ul{display:grid;gap:12px;margin:0 0 26px;padding:0;list-style:none}
.service-collection .feature-copy li{
  position:relative;padding:0 0 0 21px;border:0;
  font-size:1rem;line-height:1.7;color:#526b76;overflow-wrap:anywhere;
}
.service-collection .feature-copy li::before{
  content:'';position:absolute;top:.6em;left:1px;width:7px;height:7px;
  border-radius:50%;background:#b59143;box-shadow:0 0 0 4px #faf3e3;
}
.service-collection .feature-copy .feature-link{
  align-self:stretch;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  gap:16px;min-width:0;max-width:100%;min-height:54px;margin-top:auto;
  padding:13px 17px;border:1px solid #164f61;border-radius:12px;
  background:#164f61;color:#fff;font-size:1rem;line-height:1.5;
  text-align:left;overflow-wrap:anywhere;text-decoration:none;
  transition:background .2s,border-color .2s;
}
.service-collection .feature-link .arrow{
  width:1.75rem;height:1.75rem;flex:none;margin-inline-start:auto;border-radius:50%;
  background:#ffffff15;color:#f5d37c;font-size:1.25rem;
}
.service-collection .feature-copy .feature-link:is(:hover,:focus-visible){background:#0e3c4b;border-color:#0e3c4b;color:#fff;text-decoration:none}
.service-collection .feature-copy .feature-link:focus-visible{outline:3px solid #987323;outline-offset:4px}
@media(max-width:360px){
  .service-grid>.service-card,.service-collection>.service-feature{padding:8px;border-radius:20px}
  .service-grid .service-photo,.service-collection .feature-photo{border-radius:13px}
  .service-grid .service-info{padding:20px 10px 10px}
}
@media(prefers-reduced-motion:reduce){
  .service-grid>.service-card,.service-grid>.service-card:hover,.service-grid>.service-card .service-photo img,.service-grid>.service-card:hover .service-photo img{transform:none;transition:none}
}

/* One shared dock: two desktop actions, with availability added on mobile. */
.floating-actions{
  --floating-size:54px;--floating-rail-width:54px;--floating-column-height:118px;
  position:fixed;z-index:35;display:flex;flex-direction:column;gap:10px;
  /* Keep the fixed controls on one stable layer while the page scrolls. */
  transform:translateZ(0);backface-visibility:hidden;will-change:transform;
  right:calc(max(20px,env(safe-area-inset-right,0px)) + var(--floating-right-offset,0px));
  bottom:calc(max(20px,env(safe-area-inset-bottom,0px)) + var(--floating-bottom-offset,0px));
}
.floating-actions[hidden],.menu-open .floating-actions,.gallery-open .floating-actions{display:none}
.floating-actions>a{
  position:static;flex:none;display:grid;place-items:center;
  width:var(--floating-size);height:var(--floating-size);min-height:44px;
  padding:0;margin:0;border:1px solid #ffffff80;border-radius:50%;
  color:#fff;background:#163f49;box-shadow:0 5px 18px #082e3029;
  text-decoration:none;transition:background .18s,box-shadow .18s;
}
.floating-actions>a>svg{display:block;width:24px;height:24px;flex:none;pointer-events:none}
.floating-actions>.back-top>svg{stroke-width:2;shape-rendering:geometricPrecision}
.floating-actions>.floating-whatsapp{background:#147d48}
.floating-actions>.floating-whatsapp>svg{width:27px;height:27px}
.floating-actions>.floating-availability{display:none;background:#f5d16a;color:#123746}
.floating-actions>a:is(:hover,:focus-visible){background:#205969;color:#fff;text-decoration:none;box-shadow:0 6px 22px #082e3040}
.floating-actions>.floating-whatsapp:is(:hover,:focus-visible){background:#086737}
.floating-actions>.floating-availability:is(:hover,:focus-visible){background:#ffe18a;color:#123746}
.floating-actions>a:focus-visible{outline:3px solid #b58b27;outline-offset:3px}
.floating-actions.is-short-viewport{flex-direction:row;--floating-rail-width:118px}
.floating-actions.is-short-viewport>.floating-availability{display:none}
.footer-bottom .cookie-notice{padding-inline-end:var(--floating-notice-space,0px)}
@media(max-width:1024px){
  .floating-actions{
    --floating-size:48px;--floating-rail-width:62px;--floating-column-height:170px;
    flex-direction:row;gap:6px;padding:6px;border:1px solid #dce6e8;
    border-radius:36px;background:#fff;box-shadow:0 6px 24px #082e3033;
    right:calc(max(14px,env(safe-area-inset-right,0px)) + var(--floating-right-offset,0px));
    bottom:calc(max(14px,env(safe-area-inset-bottom,0px)) + var(--floating-bottom-offset,0px));
  }
  .floating-actions>a{box-shadow:none;border-color:transparent}
  .floating-actions>.floating-availability{display:grid}
  .floating-actions.is-near-notice,.floating-actions.is-small-viewport{flex-direction:column}
  .floating-actions.is-small-viewport>.floating-availability{display:none}
  .floating-actions.is-short-viewport{flex-direction:row;--floating-rail-width:116px}
}

/* Form feedback stays in the document: no toast, auto-dismiss or fixed height. */
.contact-form .form-status{
  --feedback-accent:#245b73;--feedback-surface:#f0f7fb;--feedback-border:#c7dce7;--feedback-padding:22px;
  grid-column:1/-1;min-width:0;max-width:100%;margin:0;padding:22px;
  padding-inline-end:max(var(--feedback-padding),var(--floating-feedback-space,0px));
  border:1px solid var(--feedback-border);border-inline-start:4px solid var(--feedback-accent);
  border-radius:16px;background:var(--feedback-surface);color:#183c4a;
  box-shadow:0 6px 20px #0b304006;font-size:1rem;line-height:1.75;overflow-wrap:anywhere;
  scroll-margin-block-start:calc(var(--anchor-header-height,90px) + 20px);
}
.contact-form .form-status:empty{display:none}
.contact-form .form-status[data-state=success]{--feedback-accent:#246746;--feedback-surface:#eef8f1;--feedback-border:#c4dfcd}
.contact-form .form-status[data-state=warning]{--feedback-accent:#8a591b;--feedback-surface:#fff9ec;--feedback-border:#ead7af}
.contact-form .form-status[data-state=error]{--feedback-accent:#a44235;--feedback-surface:#fff3f0;--feedback-border:#eccdc6}
.contact-form .form-status-heading{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.contact-form .form-status-icon{display:grid;place-items:center;flex:none;width:42px;height:42px;border:1px solid var(--feedback-border);border-radius:13px;background:#fff;color:var(--feedback-accent)}
.contact-form .form-status-icon svg{width:24px;height:24px}
.contact-form .form-status-title{flex:1 1 12rem;min-width:0;margin:0;color:var(--feedback-accent);font:600 1.25rem/1.35 var(--display);letter-spacing:-.015em;overflow-wrap:anywhere;text-wrap:pretty}
.contact-form .form-status-message{margin:14px 0 0;font-size:1rem;line-height:1.75;color:#304f5b;text-wrap:pretty}
.contact-form .form-status-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.contact-form .form-status-actions a{display:flex;align-items:center;justify-content:center;flex:1 1 12rem;min-width:0;min-height:46px;padding:10px 14px;border:1px solid var(--feedback-border);border-radius:10px;background:#fff;color:#164f61;font-size:.9375rem;font-weight:700;line-height:1.6;text-align:center;text-decoration:none;overflow-wrap:anywhere}
.contact-form .form-status-actions a:is(:hover,:focus-visible){background:#e9f2f5;border-color:#739baa;color:#123746;text-decoration:none}
.contact-form .form-error-summary{display:flex;flex-wrap:wrap;gap:8px 16px;margin:16px 0 0;padding:16px 0 0;border-top:1px solid var(--feedback-border)}
.contact-form .form-error-summary li{min-width:0;max-width:100%}
.contact-form .form-error-summary a{display:inline-block;min-height:44px;padding-block:8px;color:#694216;font-size:.9375rem;font-weight:600;line-height:1.65;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.contact-form .form-status:focus{outline:3px solid #7297a6;outline-offset:4px}
.contact-form .field-error{display:block;margin-top:8px;padding-inline-end:var(--floating-feedback-space,0px);color:#a13b2e;font-size:.9375rem;font-weight:500;line-height:1.65;overflow-wrap:anywhere}
.contact-form .field-error[hidden]{display:none}
.contact-form .form-input[aria-invalid=true]{border-color:#b44b3b;box-shadow:0 0 0 1px #b44b3b20}
.contact-form input[type=checkbox][aria-invalid=true]{outline:2px solid #b44b3b;outline-offset:3px}
.contact-form :is(input,textarea,select):disabled{opacity:1;color:#526b76;cursor:wait}
.contact-form .form-wrap,.contact-form input[type=checkbox]{scroll-margin-block-start:calc(var(--anchor-header-height,90px) + 20px)}
@media(max-width:600px){.contact-form .form-status{--feedback-padding:16px;padding-block:18px;padding-inline-start:16px;border-radius:14px}}

/* Home opening: fit the available viewport in every language. Keep natural
   growth for enlarged text instead of clipping content or locking page scroll. */
.page-index{--home-viewport:100vh;--home-header-height:133px;--home-hero-gap:12px}
@supports(height:100svh){.page-index{--home-viewport:100svh}}
.page-index .hero:not(.inner-hero){
  min-height:calc(var(--home-viewport) - var(--home-header-height) - 2 * var(--home-hero-gap));
  max-height:none;margin-block:var(--home-hero-gap);align-items:center;
}
.page-index .hero:not(.inner-hero) .wrap{
  padding-block:clamp(18px,3svh,48px);column-gap:clamp(28px,4vw,60px);
  align-content:center;
}
.page-index .hero:not(.inner-hero) .eyebrow{
  margin-bottom:clamp(10px,2svh,24px);font-size:.8125rem;line-height:1.5;
}
.page-index .hero:not(.inner-hero) h1{
  font-size:clamp(2.25rem,min(5.3vw,calc(9svh - 1rem)),5.65rem);line-height:1.055;
}
.page-index .hero:not(.inner-hero) .hero-copy{
  margin-top:clamp(12px,2svh,27px);font-size:clamp(1rem,1.25vw,1.1875rem);line-height:1.6;
}
.page-index .hero:not(.inner-hero) .actions{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;margin-top:clamp(14px,2.5svh,30px);
}
.page-index .hero:not(.inner-hero) .button{
  width:100%;min-width:0;min-height:48px;padding:11px 14px;gap:12px;
  font-size:.9375rem;line-height:1.45;justify-content:space-between;
  overflow-wrap:anywhere;
}
.page-index .hero:not(.inner-hero) .hero-scroll{
  position:static;grid-column:1;width:fit-content;max-width:100%;min-height:44px;
  margin-top:clamp(12px,2.5svh,30px);font-size:.75rem;
}
.page-index .hero-postcard{bottom:clamp(18px,3svh,48px)}
.page-index .journey-panel{margin-top:0}
@media(max-width:1100px){
  .page-index{--home-header-height:125px}
  .page-index .hero:not(.inner-hero) h1{font-size:clamp(2.5rem,min(7.2vw,calc(10svh - 1rem)),5.4rem)}
  .page-index .hero:not(.inner-hero) .actions{width:fit-content;max-width:100%}
}
@media(max-width:600px){
  .page-index{--home-header-height:119px;--home-hero-gap:6px}
  .page-index .hero:not(.inner-hero) .wrap{padding-block:clamp(12px,2.5svh,30px)}
  .page-index .hero:not(.inner-hero) h1{font-size:clamp(2rem,min(10.5vw,6.5svh),4.25rem)}
  .page-index .hero:not(.inner-hero) .eyebrow{margin-bottom:10px;font-size:.75rem;line-height:1.45}
  .page-index .hero:not(.inner-hero) .hero-copy{font-size:1rem;line-height:1.5;margin-top:12px}
  .page-index .hero:not(.inner-hero) .actions{width:100%;grid-template-columns:minmax(0,1fr);margin-top:14px;gap:8px}
  .page-index .hero:not(.inner-hero) .button{min-height:46px;padding:9px 12px}
  .page-index .hero:not(.inner-hero) .hero-scroll{margin-top:12px}
}
@media(max-width:600px) and (max-height:700px){
  .page-index .hero:not(.inner-hero) .wrap{padding-block:12px}
  .page-index .hero:not(.inner-hero) h1{font-size:clamp(2rem,10vw,2.5rem)}
  .page-index .hero:not(.inner-hero) .eyebrow{margin-bottom:8px}
  .page-index .hero:not(.inner-hero) .hero-copy{margin-top:10px}
  .page-index .hero:not(.inner-hero) .actions{margin-top:12px}
}
@media(max-width:600px) and (max-height:650px){
  .page-index{--home-header-height:72px}
  .page-index .topbar{display:none}
  .page-index .nav-shell{min-height:72px}
  .page-index .hero:not(.inner-hero) .wrap{padding-block:10px}
  .page-index .hero:not(.inner-hero) .button{min-height:44px;padding-block:8px}
  .page-index .hero:not(.inner-hero) .hero-scroll{display:none}
}
/* Leave room for wrapped translations just above the landscape breakpoint. */
@media(min-width:601px) and (min-height:541px) and (max-height:650px){
  .page-index .hero:not(.inner-hero) .wrap{padding-block:12px}
  .page-index .hero:not(.inner-hero) .eyebrow{margin-bottom:8px}
  .page-index .hero:not(.inner-hero) .hero-copy{margin-top:10px}
  .page-index .hero:not(.inner-hero) .actions{margin-top:12px}
  .page-index .hero:not(.inner-hero) .hero-scroll{margin-top:8px}
}
/* Landscape phones and short windows use both columns for the main content. */
@media(min-width:520px) and (max-height:540px){
  .page-index{--home-header-height:64px;--home-hero-gap:6px}
  .page-index .topbar{display:none}
  .page-index .nav-shell{min-height:64px}
  .page-index .hero:not(.inner-hero) .wrap{
    display:grid;width:calc(100% - 40px);grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    grid-template-rows:auto auto 1fr;column-gap:20px;padding-block:10px;
  }
  .page-index .hero:not(.inner-hero) .eyebrow{grid-column:1;grid-row:1;margin-bottom:8px;font-size:.6875rem}
  .page-index .hero:not(.inner-hero) h1{grid-column:1;grid-row:2 / 4;font-size:clamp(1.75rem,min(4.8vw,9svh),3rem);align-self:start}
  .page-index .hero:not(.inner-hero) .hero-copy{grid-column:2;grid-row:1 / 3;margin:0;font-size:.9375rem;line-height:1.45;align-self:end}
  .page-index .hero:not(.inner-hero) .actions{grid-column:2;grid-row:3;grid-template-columns:minmax(0,1fr);align-self:start;width:100%;margin-top:10px;gap:8px}
  .page-index .hero:not(.inner-hero) .button{min-height:44px;padding:8px 10px;font-size:.875rem;gap:8px}
  .page-index .hero:not(.inner-hero) .hero-scroll,.page-index .hero-postcard{display:none}
  .page-index .hero:not(.inner-hero)>.hero-image{inset:0;width:100%}
  .page-index .hero:not(.inner-hero)::before{inset:0;background:linear-gradient(90deg,#092d3be3,#092d3bad)}
}

/* Island introduction: a shared photo composition and three readable details. */
.island-story>.wrap>.eyebrow{
  display:flex;align-items:center;gap:12px;margin-bottom:14px;
  color:#55717b;font-size:.8125rem;line-height:1.6;letter-spacing:.08em;
}
.island-story>.wrap>.eyebrow::before{content:'';width:30px;height:2px;flex:none;background:#b39145}
.island-story h2{max-width:920px;font-size:clamp(2rem,3.3vw,3.1rem);line-height:1.15;letter-spacing:-.035em;text-wrap:pretty}
.island-showcase{
  display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,1fr);
  align-items:center;gap:clamp(28px,4vw,54px);margin-top:32px;
  padding:clamp(24px,3.2vw,44px);border:1px solid #dce6e8;
  border-radius:28px;background:#fff;box-shadow:0 14px 42px #12374608;
}
.island-story .island-notes{
  grid-column:2;grid-row:1;display:block;min-width:0;margin:0;padding:0;border:0;
  color:#526b76;font-size:1rem;line-height:1.75;
}
.island-detail{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:17px;padding-block:22px;border-bottom:1px solid #e4ebed}
.island-detail:first-child{padding-top:0}
.island-detail:last-child{padding-bottom:0;border:0}
.island-detail p{margin:0;overflow-wrap:anywhere;text-wrap:pretty}
.island-detail:first-child p{font-size:clamp(1.0625rem,1.3vw,1.1875rem);font-weight:600;line-height:1.65;color:#153e4d}
.island-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid #dce7e9;border-radius:13px;background:#f0f6f6;color:#1d586a}
.island-icon svg{width:23px;height:23px}
.island-detail:first-child .island-icon{background:#fbf1d5;border-color:#ecdaaa;color:#735a26}
.page-index .island-story .services-photos{
  grid-column:1;grid-row:1;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));
  gap:0;position:relative;isolation:isolate;align-items:start;min-width:0;margin:0 0 14px;
}
.island-story .services-photos::before{content:'';position:absolute;inset:24% -14px -14px 14%;z-index:-1;border-radius:24px;background:#f3eedf}
.page-index .island-story .services-photos img{
  display:block;width:100%;height:auto;min-width:0;max-height:none;object-fit:cover;
  border:5px solid #fff;border-radius:19px;box-shadow:0 8px 24px #12374612;
}
.page-index .island-story .services-photos img:first-child{grid-column:1 / 12;aspect-ratio:1.5;object-position:58% center}
.page-index .island-story .services-photos img:last-child{grid-column:5 / -1;aspect-ratio:1.65;margin-top:-38px;object-position:center}
@media(max-width:1100px){
  .island-showcase{grid-template-columns:minmax(0,1fr);gap:32px;padding:28px;border-radius:24px}
  .island-story .island-notes{grid-column:1;grid-row:1}
  .page-index .island-story .services-photos{grid-column:1;grid-row:2;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:10px}
  .page-index .island-story .services-photos img:first-child{grid-column:1;aspect-ratio:1.5}
  .page-index .island-story .services-photos img:last-child{grid-column:2;aspect-ratio:1.5;margin-top:28px}
  .island-story .services-photos::before{inset:22% -10px -10px 12%;border-radius:18px}
}
@media(max-width:600px){
  .island-story>.wrap>.eyebrow{font-size:.75rem;gap:10px;letter-spacing:.055em}
  .island-story>.wrap>.eyebrow::before{width:24px}
  .island-showcase{gap:26px;margin-top:24px;padding:20px;border-radius:22px}
  .island-detail{display:flow-root;padding-block:20px}
  .island-story .island-notes{font-size:1rem;line-height:1.7}
  .island-icon{float:left;width:32px;height:32px;margin:2px 12px 6px 0;border-radius:10px}
  .island-icon svg{width:19px;height:19px}
  .page-index .island-story .services-photos{grid-template-columns:repeat(12,minmax(0,1fr));gap:0}
  .page-index .island-story .services-photos img{border-width:4px;border-radius:14px}
  .page-index .island-story .services-photos img:first-child{grid-column:1 / -1;aspect-ratio:1.6}
  .page-index .island-story .services-photos img:last-child{grid-column:4 / -1;aspect-ratio:1.6;margin-top:-20px}
}
@media(max-width:360px){
  .island-showcase{padding:16px}
  .island-icon{margin-right:10px}
}

/* A readable, illustrated travel guide with native links in every language. */
.rental-guide{padding-bottom:24px}
.rental-guide-panel{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,26rem),1fr));
  align-items:center;gap:clamp(32px,4vw,64px);max-width:90rem;margin-inline:auto;
  padding:clamp(24px,4vw,64px);border:1px solid #25505e;border-radius:28px;
  background:#0b3040;color:#e2ecee;box-shadow:0 16px 40px #0b30400d;
}
.rental-guide-intro,.rental-guide-step>div{min-width:0}
.rental-guide .eyebrow{margin:0 0 20px;color:#f5cd59;font-size:.875rem;line-height:1.6}
.rental-guide h2{max-width:19ch;margin:0;color:#fff;font-size:clamp(2rem,3.3vw,3.25rem);line-height:1.13;letter-spacing:-.035em;overflow-wrap:anywhere;text-wrap:balance}
.rental-guide-summary{max-width:43ch;margin:24px 0 0;color:#d1e0e4;font-size:1.0625rem;line-height:1.8;overflow-wrap:anywhere}
.rental-guide-illustration{display:block;width:100%;height:auto;max-width:440px;margin:20px 0 0}
.rental-guide-steps{list-style:none;min-width:0;margin:0;padding:0}
.rental-guide-step{position:relative;min-width:0;padding:0 0 28px 24px}
.rental-guide-step:last-child{padding-bottom:0}
.rental-guide-step:not(:last-child)::before{content:'';position:absolute;inset:16px auto -16px 3px;border-inline-start:1px dashed #688b98}
.rental-guide-step::after{content:'';position:absolute;top:13px;left:0;width:7px;height:7px;border-radius:50%;background:#f5d678}

.rental-guide h3{margin:3px 0 12px;color:#fff;font-size:1.5rem;line-height:1.3;overflow-wrap:anywhere}
.rental-guide-step p{margin:0;color:#d1e0e4;font-size:1rem;line-height:1.8;overflow-wrap:anywhere}
.rental-guide-link{display:inline-flex;align-items:center;gap:12px;max-width:100%;min-height:44px;margin-top:8px;padding-block:8px;color:#f5d678;font-size:1rem;font-weight:600;line-height:1.6;overflow-wrap:anywhere;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}
.rental-guide-link svg{flex:none;width:20px;height:20px}
.rental-guide-link:is(:hover,:focus-visible){color:#fff;text-decoration-thickness:2px}
.rental-guide-link:focus-visible{outline:2px solid #f5d678;outline-offset:5px;border-radius:2px}
@media(max-width:600px){
  .rental-guide-panel{padding:24px 20px;border-radius:22px;gap:24px}
  .rental-guide .eyebrow{margin-bottom:16px}
  .rental-guide-summary{margin-top:20px;font-size:1rem;line-height:1.75}
  .rental-guide-illustration{max-width:340px;margin:12px auto 0}
  .rental-guide h3{font-size:1.375rem}
}

/* Enlarged header controls remain readable without covering the page. */
.site-header.is-tall-header{position:relative}
.topbar-contacts a{min-width:0;overflow-wrap:anywhere}
.language-panel{max-width:var(--language-width,calc(100vw - 32px))}
.journey-head{flex-wrap:wrap}
.journey-head>div{min-width:0;max-width:100%}
@media(min-width:1025px){
  .nav-tools{flex-shrink:1;min-width:min-content}
  .nav-tools>.button{min-width:0;overflow-wrap:anywhere}
}

/* Section sidebars retain their natural height. A track bounds panels in grids
   with a full-width row below; JavaScript enables only columns with room to travel. */
[data-section-sticky-track]{min-width:0;align-self:stretch}
[data-section-sticky]{align-self:start;min-width:0}
[data-section-sticky].is-section-sticky{position:sticky;top:var(--section-sticky-top,calc(var(--anchor-header-height,94px) + 16px))}
[data-section-sticky].is-section-sticky-tall:focus-within{position:static}
@media print{
  [data-section-sticky].is-section-sticky{position:static}
}

/* Descriptive categories replace decorative numbers in all five languages.
   Labels stay in normal flow so translations and enlarged text can wrap. */
.content-label{
  display:block;width:fit-content;max-width:100%;min-width:0;
  margin:0 0 14px;padding:6px 10px;border:1px solid #e3cf9a;
  border-radius:8px;background:#fff4d5;color:#71551d;
  font-size:.8125rem;font-weight:700;line-height:1.5;letter-spacing:.015em;
  white-space:normal;overflow-wrap:anywhere;
}
.journey-facts .travel-item{display:block;min-width:0}
.travel-label{display:block;margin-bottom:7px;color:#7e6325;font-size:.8125rem;font-weight:700;line-height:1.5;overflow-wrap:anywhere}
.journey-facts .travel-item strong,.journey-facts .travel-item small{overflow-wrap:anywhere}
.service-collection .feature-label{align-self:flex-start}
.rental-guide-label{border-color:#52717b;background:#174657;color:#f5d678}
.faq-topic{grid-column:1;grid-row:1;color:#7e6325;font-size:.8125rem;font-weight:600;line-height:1.5;overflow-wrap:anywhere}
.faq-item>summary>h3{grid-column:1;grid-row:2;min-width:0}
.faq-item>summary>.faq-symbol{grid-column:2;grid-row:1 / 3}

/* A practical vehicle comparison, readable without scripts or hidden panels. */
.rental-compare{
  container:rental-comparison / inline-size;
  margin-top:clamp(40px,6vw,80px);border:1px solid #d6e2e6;border-radius:24px;
  background:#fff;box-shadow:0 12px 32px #0b304009;
}
.rental-compare-heading{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr));
  gap:24px 44px;align-items:end;padding:clamp(24px,3.8vw,48px);
  border-radius:23px 23px 0 0;background:#0b3040;color:#e2ecee;
}
.rental-compare-heading>div,.rental-compare-intro,.rental-option,.rental-option-copy{min-width:0}
.rental-compare-heading .eyebrow{margin:0 0 17px;color:#f5d16a;font-size:.8125rem;line-height:1.7;letter-spacing:.075em;overflow-wrap:anywhere}
.rental-compare h2{max-width:21ch;margin:0;color:#fff;font-size:clamp(1.875rem,3.1vw,3rem);line-height:1.17;letter-spacing:-.035em;overflow-wrap:anywhere;text-wrap:pretty}
.rental-compare-intro{max-width:48ch;margin:0;color:#d1e0e4;font-size:1rem;line-height:1.85;overflow-wrap:anywhere}
.rental-compare-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr))}
.rental-option{display:flex;flex-direction:column;padding:clamp(20px,2.5vw,32px);border-inline-end:1px solid #dce6e9}
.rental-option:last-child{border-inline-end:0}
.rental-option-visual{min-width:0;margin-bottom:24px;aspect-ratio:4/3;border:1px solid #e4ebed;border-radius:14px;background:#fff;overflow:hidden}
.rental-option-visual img{display:block;width:100%;height:100%;object-fit:contain}
.rental-option-copy{display:flex;flex:1;flex-direction:column;align-items:flex-start}
.rental-option-tag{max-width:100%;margin:0 0 12px;padding:5px 9px;border:1px solid #e8d69f;border-radius:6px;background:#fff4d5;color:#735719;font-size:.8125rem;font-weight:600;line-height:1.6;overflow-wrap:anywhere}
.rental-compare h3{margin:0;color:#123746;font-size:1.625rem;line-height:1.25;letter-spacing:-.025em;overflow-wrap:anywhere}
.rental-option-description{margin:14px 0 22px;color:#526b76;font-size:1rem;line-height:1.8;overflow-wrap:anywhere}
.rental-option-details{width:100%;margin:auto 0 20px;padding-top:18px;border-top:1px solid #e0e8ea}
.rental-option-details dt{margin:0 0 6px;color:#123746;font-size:.875rem;font-weight:700;line-height:1.65;overflow-wrap:anywhere}
.rental-option-details dd{margin:0;color:#526b76;font-size:.9375rem;line-height:1.75;overflow-wrap:anywhere}
.rental-option-link{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;
  width:100%;max-width:100%;min-height:52px;padding:12px 14px;border:1px solid #cadce3;
  border-radius:10px;background:#f1f6f7;color:#164f61;
  font-size:.9375rem;font-weight:700;line-height:1.6;text-decoration:none;
  transition:background .18s,border-color .18s,color .18s;
}
.rental-option-link>span:first-child{flex:1 1 12ch;min-width:0;overflow-wrap:anywhere}
.rental-option-arrow{flex:none;display:grid;place-items:center;min-width:1.25em;min-height:1.5em;margin-inline-start:auto;font-size:1.25rem;line-height:1;transition:transform .18s}
.rental-option-link:is(:hover,:focus-visible){background:#164f61;border-color:#164f61;color:#fff}
.rental-option-link:is(:hover,:focus-visible) .rental-option-arrow{transform:translateX(2px)}
.rental-option-link:focus-visible{outline:3px solid #a77d27;outline-offset:3px}
.rental-compare-advice{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:22px 32px;
  padding:28px clamp(20px,3.8vw,48px);border-top:1px solid #e4d5af;
  border-radius:0 0 23px 23px;background:#fbf4e4;
}
.rental-compare-advice>div{flex:1 1 25rem;min-width:0;max-width:65ch}
.rental-compare-advice-title{margin:0;color:#123746;font:500 1.375rem/1.35 var(--display);letter-spacing:-.02em;overflow-wrap:anywhere}
.rental-compare-advice-title+p{margin:9px 0 0;color:#526b76;font-size:.9375rem;line-height:1.8;overflow-wrap:anywhere}
.rental-compare-advice .button{flex-wrap:wrap;max-width:100%;gap:8px 20px;border-color:#e7c25e;background:#f5d16a;white-space:normal}
.rental-compare-advice .button>span:first-child{flex:1 1 12ch;min-width:0;overflow-wrap:anywhere}
.rental-compare-advice .button>.arrow{margin-inline-start:auto}
@container rental-comparison (max-width:64rem){
  .rental-compare-options{grid-template-columns:minmax(0,1fr)}
  .rental-option{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:28px;border-inline-end:0;border-bottom:1px solid #dce6e9}
  .rental-option:last-child{border-bottom:0}
  .rental-option-visual{margin-bottom:0}
}
@container rental-comparison (max-width:38rem){
  .rental-option{grid-template-columns:minmax(0,1fr);gap:22px}
  .rental-compare-heading{padding:26px 20px}
  .rental-compare-heading .eyebrow{margin-bottom:13px}
  .rental-compare-advice .button{width:100%;justify-content:space-between}
}
@media(prefers-reduced-motion:reduce){
  .rental-option-link,.rental-option-arrow{transition:none}
  .rental-option-link:is(:hover,:focus-visible) .rental-option-arrow{transform:none}
}
