:root {
  --ink: #132b2b;
  --ink-soft: #355150;
  --ocean: #0d6465;
  --ocean-dark: #084849;
  --seafoam: #b9d9cf;
  --sand: #f3eee5;
  --paper: #fbfaf6;
  --clay: #c66f50;
  --white: #fff;
  --line: rgba(19, 43, 43, .16);
  --shadow: 0 24px 70px rgba(8, 44, 44, .13);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body, button, input, textarea { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(3.6rem, 8.2vw, 7.6rem); }
h2 { font-size: clamp(2.65rem, 5vw, 5rem); }
h3 { font-size: clamp(1.6rem, 2.5vw, 2.2rem); }
p { margin: 0; }
.container-xl { max-width: 1320px; padding-inline: clamp(1.25rem, 4vw, 3.5rem); }
.section-pad { padding-block: clamp(5.5rem, 10vw, 9rem); }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 1100; background: var(--white); color: var(--ink); padding: .75rem 1rem; border-radius: 4px; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 100; color: var(--white); }
.navbar { min-height: 88px; border-bottom: 1px solid rgba(255,255,255,.3); }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: clamp(170px, 16vw, 210px); height: auto; filter: brightness(0) invert(1); }
.navbar-nav { gap: .15rem; }
.nav-link { color: inherit !important; font-size: .84rem; font-weight: 600; letter-spacing: .03em; padding: .65rem .8rem !important; }
.nav-link:hover, .nav-link:focus-visible { opacity: .7; }
.nav-contact { border: 1px solid currentColor; border-radius: 99px; padding-inline: 1.15rem !important; margin-left: .6rem; }
.language-switch { display: flex; gap: .35rem; margin-left: 1.5rem; font-size: .74rem; font-weight: 700; }
.language-switch a { opacity: .55; }
.language-switch a.active { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }
.navbar-toggler { border: 0; padding: .5rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(255,255,255,.45); }
.navbar-toggler span { display: block; width: 27px; height: 1px; margin: 6px 0; background: currentColor; }

.home-hero, .home-hero .carousel, .home-hero .carousel-inner, .home-hero .carousel-item { min-height: 720px; height: min(92vh, 920px); }
.home-hero .carousel-item > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,32,33,.8) 0%, rgba(6,32,33,.36) 58%, rgba(6,32,33,.18) 100%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; height: 100%; color: var(--white); padding-bottom: clamp(7rem, 13vh, 9.5rem); }
.hero-content h1, .hero-content h2 { max-width: 950px; }
.hero-content > p:not(.eyebrow) { max-width: 570px; margin-top: 1.4rem; font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.eyebrow { margin-bottom: 1.15rem; font-size: .73rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: var(--ocean); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 54px; margin-top: 2rem; padding: .8rem 1.45rem; border: 1px solid transparent; border-radius: 99px; font-size: .82rem; font-weight: 700; letter-spacing: .04em; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--white); }
.button-primary { color: var(--white); background: var(--ocean); }
.hero-controls { position: absolute; right: max(1.25rem, calc((100vw - 1320px) / 2 + 3rem)); bottom: 3rem; z-index: 3; display: flex; }
.hero-controls button { width: 48px; height: 48px; color: var(--white); border: 1px solid rgba(255,255,255,.55); background: rgba(4,39,39,.2); }
.hero-controls button + button { border-left: 0; }
.carousel-indicators { justify-content: flex-start; right: auto; left: max(1.25rem, calc((100vw - 1320px) / 2 + 3rem)); bottom: 2.75rem; margin: 0; }
.carousel-indicators [data-bs-target] { width: 42px; height: 2px; margin-inline: 4px; }

.intro-section { background: var(--sand); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 9vw, 9rem); align-items: end; }
.intro-copy { padding-bottom: .5rem; color: var(--ink-soft); font-size: 1.08rem; }
.text-link { display: inline-flex; gap: 3rem; margin-top: 1.8rem; color: var(--ink); border-bottom: 1px solid var(--ink); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.destinations-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 3rem; align-items: end; margin-bottom: 3.8rem; }
.section-heading > p { color: var(--ink-soft); }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.destination-card { background: var(--white); box-shadow: 0 1px 0 var(--line); }
.card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4/5; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.3,1); }
.destination-card:hover .card-image img { transform: scale(1.035); }
.card-number { position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; width: 44px; aspect-ratio: 1; border-radius: 50%; background: rgba(251,250,246,.9); font-size: .72rem; font-weight: 700; }
.card-body-custom { position: relative; min-height: 315px; padding: 2rem 5rem 2rem 2rem; }
.card-body-custom > p:first-child { color: var(--clay); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.card-body-custom h3 { margin-block: .8rem 1rem; }
.card-body-custom h3 a::after { content: ""; position: absolute; inset: 0; }
.card-body-custom > p:not(:first-child) { color: var(--ink-soft); font-size: .94rem; }
.circle-link { position: absolute; right: 1.5rem; bottom: 1.8rem; z-index: 2; display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; }

.promise-section { color: var(--white); background: var(--ocean-dark); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; }
.promise-image img { width: 100%; height: 100%; object-fit: cover; }
.promise-content { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.promise-content h2 { max-width: 650px; }
.promise-list { margin-top: 4rem; }
.promise-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 0 1.2rem; padding-block: 1.35rem; border-top: 1px solid rgba(255,255,255,.25); }
.promise-list span { grid-row: 1/3; color: var(--seafoam); font-size: .72rem; }
.promise-list h3 { font-family: var(--sans); font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.promise-list p { margin-top: .35rem; color: rgba(255,255,255,.7); font-size: .9rem; }

.contact-section { background: var(--seafoam); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 7vw, 7rem); }
.contact-intro h2 { max-width: 530px; }
.contact-intro > p:not(.eyebrow) { max-width: 480px; margin-top: 2rem; color: var(--ink-soft); }
.notice { display: flex; gap: 1rem; max-width: 480px; margin-top: 2.4rem; padding: 1.25rem; border: 1px solid rgba(13,100,101,.28); }
.notice > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border: 1px solid var(--ocean); border-radius: 50%; font-family: var(--serif); }
.notice p { font-size: .84rem; }
.form-shell { padding: clamp(1.5rem, 4vw, 3.5rem); background: var(--paper); box-shadow: var(--shadow); }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field-wide, .validation-summary { grid-column: 1/-1; }
.field label { font-size: .76rem; font-weight: 700; }
.field input:not([type=checkbox]), .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; padding: .65rem .15rem; outline: 0; }
.field input:focus, .field textarea:focus { border-color: var(--ocean); box-shadow: 0 2px 0 var(--ocean); }
.field textarea { resize: vertical; }
.field-validation-error { color: #9b322b; font-size: .72rem; }
.checkbox-field { display: grid; grid-template-columns: 20px 1fr; align-items: start; }
.checkbox-field input { width: 18px; height: 18px; margin-top: .15rem; accent-color: var(--ocean); }
.checkbox-field span { grid-column: 2; }
.consent { margin-top: .25rem; }
.form-action { display: flex; align-items: center; gap: 1.5rem; margin-top: .5rem; }
.form-action .button { margin: 0; border: 0; }
.form-action p { color: var(--ink-soft); font-size: .72rem; }
.validation-summary ul { margin: 0 0 1rem; color: #9b322b; }
.success-message { margin-bottom: 2rem; padding: 1.5rem; color: var(--white); background: var(--ocean); }
.success-message span { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border: 1px solid white; border-radius: 50%; }
.success-message h3 { margin-block: .8rem .4rem; font-family: var(--sans); font-size: 1.25rem; font-weight: 600; }

.destination-hero, .destination-hero .carousel, .destination-hero .carousel-inner, .destination-hero .carousel-item { min-height: 660px; height: min(85vh, 860px); }
.destination-hero { position: relative; color: var(--white); background: var(--ocean-dark); }
.destination-hero .carousel-item img { width: 100%; height: 100%; object-fit: cover; }
.destination-hero .carousel { position: static; }
.destination-hero .carousel-inner { position: absolute; inset: 0; }
.destination-hero-content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: clamp(7rem, 13vh, 9rem); pointer-events: none; }
.destination-hero-content h1 { max-width: 1050px; }
.destination-hero-content > p:last-child { max-width: 600px; margin-top: 1.25rem; font-size: 1.2rem; }
.slide-count { position: absolute; left: max(1.25rem, calc((100vw - 1320px) / 2 + 3rem)); bottom: 3.8rem; z-index: 3; display: flex; gap: .7rem; font-size: .72rem; }
.destination-intro { background: var(--sand); }
.destination-intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.destination-copy > p { color: var(--ink-soft); font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.destination-copy details { margin-top: 2.2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.destination-copy summary { display: flex; align-items: center; justify-content: space-between; padding-block: 1.1rem; cursor: pointer; font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; list-style: none; }
.destination-copy summary::-webkit-details-marker { display: none; }
.destination-copy details[open] summary span { transform: rotate(45deg); }
.destination-copy details > p { padding: 0 0 1.5rem; color: var(--ink-soft); }

.transport-section { color: var(--white); background: var(--ocean-dark); }
.transport-section .section-heading > p { color: rgba(255,255,255,.72); }
.transport-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.transport-card { min-height: 330px; padding: 1.7rem; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.transport-card.unavailable { color: rgba(255,255,255,.55); }
.transport-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 3.6rem; border: 1px solid currentColor; border-radius: 50%; font-size: 1.2rem; }
.transport-status { display: flex; align-items: center; gap: .45rem; margin-bottom: .7rem; font-size: .65rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.transport-status span { width: 6px; height: 6px; border-radius: 50%; background: #9ad8b9; }
.unavailable .transport-status span { background: var(--clay); }
.transport-card h3 { font-family: var(--sans); font-size: 1.2rem; font-weight: 600; }
.transport-card > p:last-child { margin-top: 1rem; font-size: .88rem; color: rgba(255,255,255,.68); }

.experiences-section { background: var(--paper); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.experience-card { background: var(--white); box-shadow: 0 1px 0 var(--line); }
.experience-image { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.experience-card:hover .experience-image img { transform: scale(1.035); }
.experience-image > span { position: absolute; top: 1rem; left: 1rem; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(251,250,246,.9); font-size: .7rem; font-weight: 700; }
.experience-content { min-height: 320px; padding: 1.8rem; }
.experience-content .duration, .hotel-location { color: var(--clay); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.experience-content h3 { margin-block: .65rem 1rem; }
.experience-content > p:not(.duration) { color: var(--ink-soft); font-size: .92rem; }
.experience-content > a { display: inline-block; margin-top: 1.5rem; padding-bottom: .2rem; border-bottom: 1px solid var(--ink); font-size: .73rem; font-weight: 700; text-transform: uppercase; }

.hotels-section { color: var(--white); background: #102e2f; }
.hotels-section .section-heading > p { color: rgba(255,255,255,.7); }
.hotel-list { display: grid; gap: 5rem; }
.hotel-card { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; }
.hotel-card.reverse { grid-template-columns: .92fr 1.08fr; }
.hotel-card.reverse .hotel-image { grid-column: 2; grid-row: 1; }
.hotel-card.reverse .hotel-content { grid-column: 1; grid-row: 1; }
.hotel-image { height: 560px; }
.hotel-image img { width: 100%; height: 100%; object-fit: cover; }
.hotel-content { padding: clamp(2rem, 6vw, 6rem); }
.hotel-content h3 { margin-block: .8rem 1.4rem; font-size: clamp(2.4rem, 4vw, 4.4rem); }
.hotel-content > p:not(.hotel-location) { color: rgba(255,255,255,.7); }
.hotel-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.hotel-actions .button { margin: 0; background: var(--clay); }
.source-link { font-size: .75rem; border-bottom: 1px solid rgba(255,255,255,.55); }
.destination-cta { padding-block: clamp(5rem, 10vw, 9rem); text-align: center; color: var(--white); background: var(--clay); }
.destination-cta h2 { max-width: 900px; margin-inline: auto; }
.page-hero-small { display: flex; align-items: flex-end; min-height: 360px; padding-bottom: 4rem; color: var(--white); background: var(--ocean-dark); }
.page-hero-small h1 { font-size: clamp(3.5rem, 7vw, 6rem); }
.legal-content .container-xl { max-width: 900px; }
.legal-content h2 { margin-bottom: 1.5rem; }
.legal-content p { margin-bottom: 1rem; color: var(--ink-soft); }

.site-footer { padding-block: 4.5rem; color: rgba(255,255,255,.75); background: #082f30; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand-logo { width: min(220px, 500px); }
.footer-grid > div:first-child > p { max-width: 270px; margin-top: 1.25rem; font-size: .86rem; }
.footer-grid h2 { margin-bottom: 1.1rem; color: var(--white); font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid div:not(:first-child) a { display: block; margin-bottom: .6rem; font-size: .86rem; }
.footer-note p { margin-bottom: .8rem; font-size: .72rem; }

:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

@media (max-width: 991px) {
  .site-header .navbar-collapse { margin-top: 1rem; padding: 1rem; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
  .nav-contact { display: inline-block; margin: .4rem 0 0; }
  .language-switch { margin: 1rem 0 .5rem .8rem; }
  .intro-grid, .section-heading, .contact-grid { grid-template-columns: 1fr; }
  .destination-grid { grid-template-columns: 1fr 1fr; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-image { height: 500px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .destination-intro-grid { grid-template-columns: 1fr; }
  .transport-grid { grid-template-columns: 1fr 1fr; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .hotel-card, .hotel-card.reverse { grid-template-columns: 1fr; }
  .hotel-card.reverse .hotel-image, .hotel-card.reverse .hotel-content { grid-column: 1; grid-row: auto; }
  .hotel-image { height: 480px; }
}

@media (max-width: 640px) {
  h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .home-hero, .home-hero .carousel, .home-hero .carousel-inner, .home-hero .carousel-item { min-height: 700px; height: 100svh; }
  .hero-content { padding-bottom: 8.5rem; }
  .hero-controls { right: 1.25rem; bottom: 2rem; }
  .carousel-indicators { left: 1.25rem; bottom: 2.2rem; }
  .destination-grid { grid-template-columns: 1fr; }
  .card-image { aspect-ratio: 5/4; }
  .card-body-custom { min-height: 270px; }
  .promise-image { height: 380px; }
  .promise-content { padding: 4.5rem 1.25rem; }
  .enquiry-form { grid-template-columns: 1fr; }
  .field-wide, .validation-summary { grid-column: auto; }
  .form-action { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .destination-hero, .destination-hero .carousel, .destination-hero .carousel-inner, .destination-hero .carousel-item { min-height: 680px; height: 92svh; }
  .slide-count { bottom: 2.8rem; }
  .transport-grid, .experience-grid { grid-template-columns: 1fr; }
  .transport-card { min-height: 260px; }
  .transport-icon { margin-bottom: 2rem; }
  .hotel-list { gap: 3rem; }
  .hotel-image { height: 340px; }
  .hotel-content { padding: 2rem 0; }
  .hotel-actions { align-items: flex-start; flex-direction: column; }
}
