* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: clip; margin: 0; color: var(--color-ink); background: #f7f4ed; font-family: var(--font-body); line-height: 1.6; }
body.no-scroll { overflow: hidden; }
a, button { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease; }
a:focus-visible, button:focus-visible { outline: 3px solid #79d5df; outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(calc(100% - 2.5rem), var(--container)); margin-inline: auto; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; overflow: hidden; position: absolute !important; white-space: nowrap; }
.screen-reader-text:focus { clip: auto; clip-path: none; height: auto; width: auto; padding: .75rem 1rem; background: var(--color-white); z-index: 1000; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: var(--color-white); border-bottom: 1px solid rgba(255,255,255,.1); background: linear-gradient(180deg, rgba(5,35,52,.5), rgba(5,35,52,0)); backdrop-filter: blur(9px); }
body:not(.is-home) .site-header { position: relative; border-bottom-color: rgba(255,255,255,.12); background: linear-gradient(112deg, #0b3048, #1d607c 62%, #378f9e); box-shadow: 0 14px 40px rgba(8,43,61,.12); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
.brand-logo-link { display: inline-flex; align-items: center; flex: 0 1 auto; min-width: 0; }
.brand-logo { display: block; width: 250px; height: auto; max-width: 100%; }
.site-header .custom-logo { display: block; width: auto; max-width: min(250px, 100%); height: auto; max-height: 58px; }
.site-footer .brand-logo { width: 265px; }
.text-logo { display: inline-flex; align-items: center; gap: .7rem; min-width: 0; line-height: 1; }
.brand-copy { display: grid; min-width: 0; }
.text-logo strong { display: block; overflow-wrap: normal; font: 650 1.2rem/1.05 var(--font-display); letter-spacing: -.01em; transition: color .22s ease; }
.brand-name { white-space: nowrap; }
.text-logo small { display: block; margin-top: .25rem; font-size: .52rem; letter-spacing: .24em; opacity: .7; }
.text-logo .brand-tagline { max-width: 240px; color: rgba(255,255,255,.92); font-size: .64rem; font-weight: 650; letter-spacing: .015em; line-height: 1.25; text-transform: none; white-space: normal; }
.logo-mark { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: .65rem; font-weight: 800; letter-spacing: .06em; }
.primary-navigation { display: flex; align-items: center; gap: 1rem; }
.nav-list { display: flex; gap: 1rem; margin: 0; padding: 0; list-style: none; font-size: .78rem; }
.nav-list a { padding: .55rem .7rem; border-radius: var(--radius-pill); opacity: .84; transition: color .22s ease, opacity .22s ease, background .22s ease; }
.nav-list a:hover, .nav-list a:focus, .text-logo:hover strong, .text-logo:focus-visible strong { color: #d5f4f2; background: rgba(255,255,255,.08); opacity: 1; }
.header-phone { font-size: .78rem; opacity: .9; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; }
.language-switcher { display: inline-flex; align-items: center; gap: .1rem; padding: .2rem; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius-pill); background: rgba(255,255,255,.06); }
.language-switcher a { display: grid; min-width: 29px; min-height: 29px; place-items: center; border-radius: 50%; color: rgba(255,255,255,.68); font-size: .61rem; font-weight: 800; letter-spacing: .04em; }
.language-switcher a:hover, .language-switcher a:focus, .language-switcher a.is-current { color: var(--color-navy); background: var(--color-white); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; max-width: 100%; min-height: 48px; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: var(--radius-pill); appearance: none; -webkit-appearance: none; font-size: .78rem; font-weight: 750; letter-spacing: .01em; text-align: center; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .whatsapp-float:focus-visible { outline: 0; box-shadow: 0 0 0 4px rgba(121,213,223,.45), var(--shadow-soft); }
.button:active { transform: translateY(0); }
.button-primary { color: var(--color-navy-deep); background: linear-gradient(135deg, #e8bd6a, #f0ca84); box-shadow: 0 12px 28px rgba(111,79,27,.2); }
.button-primary:hover, .button-primary:focus { background: linear-gradient(135deg, #dcae58, #e8bd6a); box-shadow: 0 16px 34px rgba(111,79,27,.28); }
.button-ghost { color: var(--color-white); border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); }
.button-ghost:hover, .button-ghost:focus { background: rgba(255,255,255,.14); }
.button-light { color: var(--color-navy); background: var(--color-white); }
.button-whatsapp { color: var(--color-white); background: #22a45a; }
.button-whatsapp:hover, .button-whatsapp:focus { background: #19894a; }
.button-small { min-height: 40px; padding: .55rem 1rem; font-size: .7rem; }
.button-icon, .icon { display: inline-grid; flex: 0 0 18px; width: 18px; min-width: 18px; height: 18px; place-items: center; overflow: hidden; line-height: 0; }
.button-icon svg, .icon svg { display: block; width: 100% !important; height: 100% !important; max-width: 100%; max-height: 100%; overflow: visible; }
.eyebrow { margin: 0 0 1.1rem; color: var(--color-sea); font-size: .68rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-light { color: #b8e4e7; }
.section-heading { position: relative; max-width: 660px; margin-bottom: 2.5rem; padding-left: 1.2rem; }
.section-heading::before { position: absolute; top: .15rem; bottom: .15rem; left: 0; width: 3px; border-radius: var(--radius-pill); content: ''; background: linear-gradient(var(--color-sea), #8dc9c7); }
.section-heading h2, .route-preview h2, .final-cta h2 { margin: 0; color: var(--color-navy); font: 400 clamp(2.3rem, 4vw, 4.2rem)/1.05 var(--font-display); letter-spacing: -.035em; }
.section-description { max-width: 480px; margin: 1.25rem 0 0; color: var(--color-muted); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--color-sea); font-size: .78rem; font-weight: 800; }
.text-link:hover, .text-link:focus-visible { color: var(--color-navy); transform: translateX(3px); }
.whatsapp-float { position: fixed; z-index: 30; right: 1.3rem; bottom: 1.3rem; display: inline-flex; align-items: center; gap: .45rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-pill); color: var(--color-white); background: linear-gradient(135deg, #26ad60, #17874a); box-shadow: 0 18px 45px rgba(10,86,47,.28); font-size: .75rem; font-weight: 800; }
.whatsapp-float .icon { width: 17px; height: 17px; }
.site-footer { position: relative; overflow: hidden; padding: 3.75rem 0 1.25rem; color: rgba(255,255,255,.74); border-top: 4px solid #79d5d8; background: linear-gradient(125deg, #061d2c 0%, #0b354b 58%, #155b68 100%); }
.site-footer::before { position: absolute; top: -220px; right: -160px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ''; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.015); pointer-events: none; }
.site-footer .container { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, 1fr); gap: 3.5rem; padding-bottom: 2.5rem; }
.text-logo-light { color: var(--color-white); }
.site-footer .text-logo strong { font-size: clamp(1.3rem, 2vw, 1.5rem); }
.footer-brand p { max-width: 360px; margin: 1.3rem 0 0; font-size: .95rem; line-height: 1.65; }
.footer-label { margin: 0 0 1rem; color: #b8e4e7; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.footer-links { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; font-size: .9rem; line-height: 1.5; }
.footer-links a:hover, .footer-links a:focus-visible { color: #9de4e7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-socials { display: flex; gap: 1rem; }
.booking-popup { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 1.25rem; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
.booking-popup.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.booking-popup-backdrop { position: absolute; inset: 0; background: rgba(7, 28, 45, .72); }
.booking-popup-panel { position: relative; width: min(100%, 820px); max-height: calc(100vh - 2.5rem); max-height: calc(100dvh - 2.5rem); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: clamp(1.75rem, 4vw, 3rem); padding-bottom: max(clamp(1.25rem, 3vw, 2.25rem), env(safe-area-inset-bottom)); border-radius: var(--radius-card); background: var(--color-cream); box-shadow: var(--shadow-deep); }
.booking-popup-panel h2 { margin: 0; color: var(--color-navy); font: 400 clamp(2.3rem, 5vw, 4.2rem)/1.05 var(--font-display); }
.booking-popup-panel p:not(.eyebrow) { color: var(--color-muted); }
.booking-popup-close { position: absolute; top: 1rem; right: 1rem; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--color-navy); background: var(--color-sand); font-size: 1.4rem; cursor: pointer; }
.booking-popup-header { max-width: 680px; margin-bottom: 2rem; padding-right: 2rem; }
.booking-popup-brand { display: block; width: min(210px, 100%); margin-bottom: 1rem; }
.booking-popup-brand .brand-logo { width: 100%; }
.booking-popup-header h2 { max-width: 640px; }
.booking-popup-header p:not(.eyebrow) { max-width: 560px; margin: 1.1rem 0 0; }
.booking-form { display: grid; gap: 1.5rem; }
.booking-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.booking-field { display: grid; min-width: 0; gap: .45rem; }
.booking-field-wide { grid-column: 1 / -1; }
.booking-field > span { color: var(--color-navy); font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.booking-field > span b, .booking-required-note b { color: var(--color-sea); }
.booking-field input, .booking-field select, .booking-field textarea { width: 100%; min-width: 0; border: 1px solid var(--color-line); border-radius: 12px; color: var(--color-ink); background: var(--color-white); font: inherit; font-size: .86rem; }
.booking-field input, .booking-field select { min-height: 48px; padding: .7rem .85rem; }
.booking-field textarea { min-height: 100px; padding: .75rem .85rem; resize: vertical; }
.booking-field input::placeholder, .booking-field textarea::placeholder { color: #8a98a8; }
.booking-field input:focus, .booking-field select:focus, .booking-field textarea:focus { outline: 3px solid rgba(22,138,173,.18); border-color: var(--color-sea); }
.booking-field input[aria-invalid="true"], .booking-field select[aria-invalid="true"] { border-color: #c74444; box-shadow: 0 0 0 3px rgba(199,68,68,.12); }
.booking-form-footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .45rem 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--color-line); }
.booking-required-note, .booking-whatsapp-note, .booking-form-status { grid-column: 1; margin: 0; color: var(--color-muted); font-size: .72rem; }
.booking-whatsapp-note { color: var(--color-sea); }
.booking-form-status { min-height: 1.2em; color: #a23a3a; }
.booking-form-status:empty { min-height: 0; }
.booking-submit { grid-column: 2; grid-row: 1 / span 3; min-height: 52px; white-space: nowrap; }
.nav-links { display: flex; justify-content: center; gap: .5rem; margin-top: 3rem; }
.nav-links a, .nav-links span { display: grid; min-width: 40px; min-height: 40px; place-items: center; padding: .4rem .75rem; border: 1px solid var(--color-line); border-radius: var(--radius-pill); background: var(--color-white); font-size: .76rem; }
.nav-links .current { color: var(--color-white); border-color: var(--color-sea); background: var(--color-sea); }
/* Compact booking panel and international phone input. */
.booking-popup-panel h2 { font-size: clamp(2.15rem, 4.5vw, 3.4rem); }
.booking-popup-header { max-width: 620px; margin-bottom: 1.5rem; }
.booking-form { gap: 1.25rem; }
.booking-form-grid { gap: .8rem; }
.booking-field input, .booking-field select { min-height: 44px; padding: .6rem .75rem; }
.booking-field textarea { min-height: 80px; padding: .65rem .75rem; }
.booking-phone-group { display: grid; grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr); gap: .55rem; }
.booking-form-footer { gap: .35rem 1.25rem; padding-top: 1rem; }
.booking-submit { min-height: 46px; }
@media (max-width: 900px) {
	.booking-popup { align-items: start; padding: 1rem; padding-top: max(1rem, env(safe-area-inset-top)); padding-bottom: max(1rem, env(safe-area-inset-bottom)); }
	.booking-popup-panel { width: min(100%, 720px); max-height: calc(100vh - 2rem); max-height: calc(100dvh - 2rem); padding: 2.25rem 1.5rem 1.5rem; padding-bottom: max(1.5rem, env(safe-area-inset-bottom)); }
	.booking-popup-header { margin-bottom: 1.5rem; padding-right: 1.5rem; }
	.booking-popup-header h2 { font-size: clamp(2.15rem, 5vw, 3.3rem); }
	.booking-form-grid { grid-template-columns: 1fr; }
	.booking-field-wide { grid-column: auto; }
	.booking-form-footer { grid-template-columns: 1fr; }
	.booking-required-note, .booking-whatsapp-note, .booking-form-status, .booking-submit { grid-column: 1; grid-row: auto; }
	.booking-submit { width: 100%; }
}
@media (max-width: 560px) {
	.booking-popup { padding-right: .65rem; padding-left: .65rem; }
	.booking-popup-panel { max-height: calc(100vh - 1.3rem); max-height: calc(100dvh - 1.3rem); padding: 2rem 1rem 1.1rem; }
	.booking-popup-header { margin-bottom: 1.15rem; padding-right: 1.25rem; }
	.booking-popup-brand { width: min(190px, 100%); margin-bottom: .85rem; }
	.booking-popup-panel h2 { font-size: clamp(2rem, 10vw, 3rem); }
	.booking-phone-group { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: .4rem; }
	.booking-field input, .booking-field select { min-height: 46px; padding: .65rem .7rem; font-size: .82rem; }
	.booking-field textarea { min-height: 88px; }
	.booking-form { gap: 1rem; }
	.booking-form-grid { gap: .75rem; }
	.booking-popup-close { top: .75rem; right: .75rem; width: 34px; height: 34px; }
}