:root {
  --navy: #062a3a;
  --navy-2: #0b4156;
  --aqua: #36d9da;
  --aqua-soft: #dff9f7;
  --pink: #ee3e96;
  --pink-dark: #ce237a;
  --sun: #ffb31a;
  --sand: #fff9ed;
  --white: #fff;
  --ink: #143241;
  --muted: #607580;
  --line: #cee0e3;
  --radius: 26px;
  --shadow: 0 20px 58px rgba(3, 45, 63, .14);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand); color: var(--ink); font-family: ui-rounded, "Arial Rounded MT Bold", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -70px; padding: 12px 18px; background: var(--sun); color: var(--navy); font-weight: 900; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 80; top: 0; background: rgba(255,249,237,.95); border-bottom: 1px solid rgba(6,42,58,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo { display: block; text-decoration: none; }
.logo img { width: 164px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 20px; font-size: .9rem; font-weight: 800; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-button):hover { color: var(--pink); }
.nav-button { padding: 11px 17px; border-radius: 999px; background: var(--pink); color: var(--white); }
.nav-button:hover { background: var(--pink-dark); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 3px; margin: 5px auto; background: var(--navy); border-radius: 9px; transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding: 76px 0 115px; }
.eyebrow { display: inline-block; margin-bottom: 17px; color: var(--pink); font-size: .74rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow, .detail-hero .eyebrow, .page-hero .eyebrow, .system .eyebrow { color: var(--sun); }
h1, h2, h3 { color: inherit; }
.hero h1, .page-hero h1, .detail-hero h1, .system h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 6.8rem); font-weight: 950; line-height: .93; letter-spacing: -.065em; }
.hero-copy > p { max-width: 570px; margin: 28px 0 0; color: #c6e3e8; font-size: 1.12rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button--pink { background: var(--pink); color: var(--white); }
.button--pink:hover { background: var(--pink-dark); }
.button--outline { border-color: rgba(255,255,255,.43); color: var(--white); }
.button--outline:hover { background: var(--white); color: var(--navy); }
.button--navy { background: var(--navy); color: var(--white); }
.button--navy:hover { background: var(--navy-2); }
.contact-chips { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; color: #b8d9df; font-size: .88rem; }
.contact-chips a { text-decoration: none; }
.contact-chips a:hover { color: var(--sun); }
.hero-collage { position: relative; min-height: 540px; }
.hero-photo { position: absolute; z-index: 2; overflow: hidden; border: 8px solid var(--white); box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo--large { inset: 30px 0 55px 60px; border-radius: 48% 48% 22px 48%; transform: rotate(3deg); }
.hero-photo--small { right: 55%; bottom: 0; width: 250px; height: 190px; border-radius: 45px 18px 45px 18px; transform: rotate(-8deg); }
.sun-disc { position: absolute; z-index: 0; right: -55px; top: -15px; width: 260px; height: 260px; background: var(--sun); border-radius: 50%; }
.wave { position: absolute; right: -10%; bottom: -100px; left: -10%; height: 165px; background: var(--sand); border-radius: 50% 50% 0 0; }

.quick-strip { background: var(--pink); color: var(--white); }
.quick-strip .wrap { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 120px; }
.quick-strip a { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.22); font-weight: 900; text-decoration: none; }
.quick-strip a:last-child { border-right: 0; }
.quick-strip strong { color: var(--sun); font-size: 1.5rem; }
.quick-strip a:hover { background: rgba(255,255,255,.08); }

.section { padding: 98px 0; }
.section--aqua { background: var(--aqua-soft); }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head > span { color: var(--pink); font-size: .75rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.section-head h2, .split h2, .taxi-panel h2, .prose h2, .watersports-layout h2, .social-panel h2, .contact-grid h2 { margin: 10px 0 0; font-size: clamp(2.35rem, 4.8vw, 4.4rem); line-height: .98; letter-spacing: -.055em; }
.section-head p { max-width: 680px; margin: 18px 0 0; color: var(--muted); }
.activity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.activity-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid rgba(6,42,58,.08); border-radius: var(--radius); box-shadow: 0 12px 38px rgba(6,42,58,.07); }
.activity-card__media { overflow: hidden; display: block; aspect-ratio: 1.16; background: var(--aqua-soft); }
.activity-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.activity-card:hover img { transform: scale(1.04); }
.card-placeholder { width: 100%; height: 100%; display: grid; place-content: center; background: linear-gradient(145deg, var(--aqua), #8df4eb); color: var(--navy); }
.card-placeholder span { font-size: 1.2rem; font-weight: 950; transform: rotate(-5deg); }
.activity-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.activity-card__body > span { color: var(--pink); font-size: .69rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.activity-card h3 { margin: 10px 0 8px; font-size: 1.4rem; line-height: 1.08; letter-spacing: -.03em; }
.activity-card h3 a { text-decoration: none; }
.activity-card p { margin: 0 0 18px; color: var(--muted); font-size: .91rem; }
.arrow-link { margin-top: auto; color: var(--pink-dark); font-weight: 900; text-decoration: none; }
.arrow-link:hover { text-decoration: underline; }
.center { margin-top: 40px; text-align: center; }
.split { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 75px; }
.split-images { position: relative; min-height: 560px; }
.split-images > div { position: absolute; overflow: hidden; border: 7px solid var(--white); box-shadow: var(--shadow); }
.split-images > div:first-child { inset: 0 25% 90px 0; border-radius: 90px 25px 90px 25px; }
.split-images > div:last-child { right: 0; bottom: 0; width: 47%; height: 58%; border-radius: 25px 80px 25px 80px; }
.split-images img { width: 100%; height: 100%; object-fit: cover; }
.split p { color: var(--muted); }
.taxi-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 48px 52px; background: var(--navy); color: var(--white); border-radius: 80px 24px 80px 24px; box-shadow: var(--shadow); }
.taxi-panel h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.taxi-panel p { max-width: 700px; color: #c7e0e5; }

.breadcrumbs { min-height: 52px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--pink); }
.page-hero, .detail-hero { overflow: hidden; background: var(--navy); color: var(--white); }
.page-hero__grid, .detail-grid { min-height: 510px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 65px; padding: 68px 0; }
.page-hero h1, .detail-hero h1 { font-size: clamp(3.1rem, 6.6vw, 6.1rem); }
.page-hero p, .detail-hero p { max-width: 680px; margin: 24px 0 0; color: #c5dfe5; font-size: 1.06rem; }
.page-hero__image, .detail-image { width: 100%; max-height: 390px; object-fit: cover; border: 7px solid var(--white); border-radius: 40% 20px 40% 20px; box-shadow: var(--shadow); }
.notice { margin-bottom: 34px; padding: 22px 25px; background: var(--aqua-soft); border-left: 6px solid var(--aqua); border-radius: 0 18px 18px 0; }
.notice strong { display: block; }
.notice p { margin: 3px 0 0; }
.detail-placeholder { min-height: 360px; display: grid; place-content: center; background: linear-gradient(145deg, var(--aqua), #9af6eb); color: var(--navy); border-radius: 40% 20px 40% 20px; }
.detail-placeholder span { font-size: 1.4rem; font-weight: 950; transform: rotate(-5deg); }
.detail-body { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 76px; align-items: start; }
.prose { max-width: 790px; }
.prose h2 { margin-top: 45px; font-size: clamp(2rem, 3.8vw, 3.2rem); }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #506772; }
.tick-list { margin: 22px 0; padding: 0; list-style: none; }
.tick-list li { position: relative; margin: 12px 0; padding-left: 34px; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 22px; height: 22px; place-content: center; background: var(--aqua); color: var(--navy); border-radius: 50%; font-size: .72rem; font-weight: 950; }
.request-card { position: sticky; top: 112px; padding: 30px; background: var(--sun); color: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.request-card > span { font-size: .7rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.request-card > strong { display: block; margin: 15px 0 8px; font-size: 2rem; line-height: 1.05; }
.request-card .button { width: 100%; margin-top: 15px; }

.watersports-layout, .about-grid, .transfer-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; }
.watersports-layout > div:last-child img { width: 100%; border-radius: 80px 20px 80px 20px; }
.activity-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; padding: 0; list-style: none; }
.activity-chips li { padding: 9px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-weight: 800; }
.route-list { padding: 32px; background: var(--aqua-soft); border-radius: var(--radius); }
.route-list h2 { margin-top: 0; font-size: 2rem; }
.route-list ul { margin: 0 0 28px; padding: 0; list-style: none; }
.route-list li { padding: 12px 0; border-bottom: 1px solid #b7dadc; font-weight: 850; }
.portrait-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; }
.portrait-stack img { width: 100%; height: 400px; object-fit: cover; border-radius: 70px 18px 70px 18px; }
.portrait-stack img:last-child { height: 330px; }
.gallery-grid { columns: 3; column-gap: 18px; }
.gallery-grid figure { overflow: hidden; break-inside: avoid; margin: 0 0 18px; background: var(--white); border-radius: 18px; }
.gallery-grid img { width: 100%; }
.gallery-grid figcaption { padding: 12px 15px; color: var(--muted); font-size: .78rem; }
.gallery-note { color: var(--muted); text-align: center; }
.social-panel { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: center; }
.social-links { display: grid; gap: 12px; }
.social-links a { display: flex; justify-content: space-between; padding: 22px; background: var(--navy); color: var(--white); border-radius: 16px; font-weight: 900; text-decoration: none; }
.social-links a:hover { background: var(--pink); }

.contact-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.contact-list { margin: 28px 0; padding: 0; list-style: none; }
.contact-list li { display: grid; gap: 2px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--pink); font-size: .7rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.contact-list a { font-size: 1.06rem; font-weight: 850; text-decoration: none; }
.inquiry-form { padding: 40px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.inquiry-form h2 { margin-top: 0; font-size: 2.5rem; }
.inquiry-form > p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin: 25px 0; }
.form-grid label { display: grid; gap: 7px; font-size: .78rem; font-weight: 900; }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; padding: 12px 13px; border: 1px solid #bdd3d8; border-radius: 11px; background: #fbfefd; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(54,217,218,.45); border-color: var(--aqua); }
textarea { resize: vertical; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 1.5em; color: var(--pink-dark) !important; font-weight: 900; }
.legal { max-width: 820px; }
.system { min-height: 650px; display: grid; align-items: center; background: var(--navy); color: var(--white); text-align: center; }
.system .wrap { max-width: 780px; padding: 80px 0; }
.system h1 { font-size: clamp(3.2rem, 7vw, 6.2rem); }
.system p { max-width: 650px; margin: 26px auto; color: #c5dfe5; }

.site-footer { padding: 75px 0 110px; background: #031b26; color: #c5dce1; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 48px; }
.logo--footer img { width: 180px; padding: 8px; background: var(--white); border-radius: 12px; }
.footer-grid > div:first-child p { max-width: 320px; color: #91adb5; }
.site-footer h2 { margin: 0 0 16px; color: var(--sun); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--pink); }
.site-footer address { font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #809da5; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.mobile-actions { display: none; }

@media (max-width: 1080px) {
  .main-nav { gap: 13px; font-size: .81rem; }
  .activity-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { gap: 40px; }
}
@media (max-width: 900px) {
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: 86px 0 auto; display: grid; gap: 0; padding: 18px 20px 28px; background: var(--sand); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-125%); visibility: hidden; transition: transform .25s, visibility .25s; }
  .main-nav[data-open="true"] { transform: translateY(0); visibility: visible; }
  .main-nav a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .main-nav .nav-button { margin-top: 13px; border: 0; text-align: center; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-8px) rotate(-45deg); }
  .hero-grid, .page-hero__grid, .detail-grid, .split, .watersports-layout, .about-grid, .transfer-grid, .social-panel, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 65px; }
  .hero-collage { min-height: 500px; }
  .page-hero__grid, .detail-grid { gap: 40px; }
  .split { gap: 42px; }
  .detail-body { grid-template-columns: 1fr; }
  .request-card { position: static; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 74px; }
  .logo img { width: 140px; }
  .main-nav { inset: 74px 0 auto; }
  .hero-grid { min-height: auto; padding: 55px 0 100px; }
  .hero h1, .page-hero h1, .detail-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-collage { min-height: 410px; }
  .hero-photo--large { inset: 20px 0 60px 30px; }
  .hero-photo--small { right: 49%; bottom: 8px; width: 180px; height: 140px; }
  .sun-disc { width: 190px; height: 190px; }
  .quick-strip .wrap { grid-template-columns: 1fr; padding: 12px 0; }
  .quick-strip a { justify-content: flex-start; padding: 13px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .quick-strip a:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card__media { aspect-ratio: 1.25; }
  .split-images { min-height: 420px; }
  .taxi-panel { display: grid; padding: 32px 25px; border-radius: 46px 18px 46px 18px; }
  .page-hero__grid, .detail-grid { min-height: auto; padding: 55px 0; }
  .page-hero__image, .detail-image { max-height: 320px; }
  .portrait-stack { grid-template-columns: 1fr; }
  .portrait-stack img, .portrait-stack img:last-child { height: 330px; }
  .gallery-grid { columns: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .inquiry-form { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; padding-bottom: 20px; }
  .mobile-actions { position: fixed; z-index: 90; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--navy); border-radius: 999px; box-shadow: var(--shadow); }
  .mobile-actions a { padding: 13px 7px; color: var(--white); font-size: .82rem; font-weight: 900; text-align: center; text-decoration: none; }
  .mobile-actions a:last-child { background: var(--pink); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
