:root {
  --ink: #0b2630;
  --navy: #073b4c;
  --teal: #0f6674;
  --aqua: #63d8d0;
  --coral: #ff6b47;
  --sun: #ffc857;
  --cream: #f5f2e9;
  --paper: #fffdf8;
  --muted: #66777a;
  --line: rgba(7, 59, 76, .14);
  --shadow: 0 18px 60px rgba(7, 59, 76, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: absolute; z-index: 20; inset: 0 0 auto; height: 92px; padding: 0 5vw;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  color: var(--ink); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(4,45,58,.12);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; width: max-content; }
.official-logo { display: block; width: 164px; height: 66px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.desktop-nav a { opacity: .88; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.site-header > .button { justify-self: end; }

.button { border: 0; border-radius: 999px; min-height: 52px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(7,59,76,.18); }
.button-small { min-height: 43px; padding: 0 20px; font-size: 13px; }
.button-dark { color: white; background: var(--navy); }
.site-header .button-dark { background: var(--navy); border: 0; }
.button-coral { color: #fff; background: var(--coral); }
.text-link { font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.light-link { color: white; }

.hero { min-height: 810px; height: 96vh; max-height: 940px; position: relative; overflow: hidden; background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1516426122078-c23e76319801?auto=format&fit=crop&w=2200&q=90") center 56% / cover no-repeat; transform: scale(1.02); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,34,43,.87) 0%, rgba(3,34,43,.48) 47%, rgba(3,34,43,.13) 76%), linear-gradient(0deg, rgba(3,34,43,.7) 0, transparent 40%); }
.hero-content { position: absolute; left: 7.5vw; top: 52%; transform: translateY(-50%); max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--teal); text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--aqua); }
.hero h1, .section-heading h2, .promise-panel h2, .form-panel h2, dialog h2 { font-family: Manrope, sans-serif; letter-spacing: -.055em; line-height: .98; }
.hero h1 { margin: 24px 0 25px; font-size: clamp(58px, 7vw, 104px); font-weight: 800; }
.hero h1 em, .promise-panel h2 em { color: var(--sun); font-style: normal; }
.hero-content > p { max-width: 560px; margin: 0; color: rgba(255,255,255,.82); line-height: 1.65; font-size: 18px; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 30px; }
.hero-facts { position: absolute; right: 5vw; bottom: 36px; display: flex; gap: 1px; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,.18); backdrop-filter: blur(16px); }
.hero-facts > div { width: 145px; height: 98px; padding: 20px; background: rgba(4,49,60,.55); display: flex; flex-direction: column; justify-content: center; }
.hero-facts strong { font-family: Manrope; font-size: 24px; }
.hero-facts span { margin-top: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.65); }

.packages-section { padding: 115px 6vw 125px; background: var(--paper); }
.section-heading { max-width: 1320px; margin: 0 auto 54px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading h2 { margin: 18px 0 0; font-size: clamp(42px, 5vw, 72px); }
.section-heading > p { width: 360px; margin: 0 0 8px; color: var(--muted); line-height: 1.65; }
.currency-switch { max-width: 680px; margin: 0 auto 24px; padding: 6px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; border: 1px solid var(--line); border-radius: 20px; background: #e8f1ef; }
.currency-option { min-height: 76px; padding: 12px 18px; display: flex; align-items: center; gap: 13px; border: 0; border-radius: 15px; color: #52676b; background: transparent; text-align: left; transition: color .2s, background .2s, box-shadow .2s; }
.currency-option.active { color: var(--navy); background: white; box-shadow: 0 7px 24px rgba(7,59,76,.1); }
.currency-symbol { min-width: 44px; height: 44px; padding: 0 8px; display: grid; place-items: center; border-radius: 12px; color: var(--teal); background: #d9eeea; font-family: Manrope, sans-serif; font-size: 16px; font-weight: 800; }
.currency-option.active .currency-symbol { color: white; background: var(--coral); }
.currency-option > span:last-child { display: flex; flex-direction: column; }
.currency-option strong { font-family: Manrope, sans-serif; font-size: 14px; }
.currency-option small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.promotion-section { max-width: 1320px; margin: 0 auto 30px; padding: 25px; border: 1px solid rgba(255,107,71,.3); border-radius: 24px; background: linear-gradient(135deg, #fff5ef, #fffdf8); box-shadow: 0 14px 44px rgba(127,38,15,.08); }
.promotion-section[hidden] { display: none; }
.promotion-heading { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.promotion-heading span { color: var(--coral); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.promotion-heading h3 { margin: 6px 0 0; font-family: Manrope, sans-serif; font-size: 27px; }
.promotion-heading p { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.promotion-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.promotion-grid .package-card:nth-child(n+4) { display: none; }
.package-card.promoted { border: 2px solid rgba(255,107,71,.55); box-shadow: 0 12px 34px rgba(127,38,15,.11); }
.promotion-badge { position: absolute; z-index: 3; left: 16px; bottom: 16px; padding: 9px 12px; border-radius: 8px; color: white; background: var(--coral); box-shadow: 0 5px 16px rgba(127,38,15,.28); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.promotion-dates { margin: 14px 0 0; padding: 11px 12px; display: flex; flex-wrap: wrap; gap: 5px 12px; border-radius: 10px; color: #7f260f; background: #fff0e8; font-size: 12px; }
.promotion-dates strong { width: 100%; }
.promotion-dates span { color: #69534c; }
.promotion-dates em { margin-left: auto; color: #a83a31; font-style: normal; font-weight: 900; }
.filter-bar { max-width: 1320px; margin: 0 auto 25px; padding: 18px; display: grid; grid-template-columns: 1.1fr 1.35fr .85fr 1fr .9fr auto; gap: 10px; align-items: stretch; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 40px rgba(7,59,76,.06); }
.filter-field { min-width: 0; padding: 10px 14px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.filter-field > span { margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.filter-field span strong { float: right; color: var(--coral); font-size: 10px; }
.filter-field select { width: 100%; padding: 0 24px 0 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-weight: 700; font-size: 14px; }
.price-field { padding-bottom: 5px; }
input[type="range"] { width: 100%; height: 4px; accent-color: var(--coral); }
input[type="range"]:disabled { opacity: .5; cursor: not-allowed; }
.range-labels { display: flex; justify-content: space-between; margin-top: 3px; color: #91a0a2; }
.reset-button { border: 0; border-radius: 14px; padding: 0 20px; color: var(--teal); background: #e8f6f4; font-weight: 700; }
.results-row { max-width: 1320px; margin: 0 auto 24px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 13px; }
.results-row strong { color: var(--ink); }
.availability-note span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #43a047; box-shadow: 0 0 0 4px rgba(67,160,71,.12); }
.package-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.package-pagination { max-width: 1320px; margin: 38px auto 0; display: flex; align-items: center; justify-content: center; gap: 16px; }
.package-pagination[hidden] { display: none; }
.pagination-pages { display: flex; align-items: center; justify-content: center; gap: 8px; }
.pagination-button { min-width: 44px; height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: white; font: inherit; font-size: 14px; font-weight: 700; transition: border-color .2s, color .2s, background .2s, transform .2s; }
.pagination-button:hover:not(:disabled) { border-color: var(--teal); color: white; background: var(--teal); transform: translateY(-2px); }
.pagination-button.active { border-color: var(--navy); color: white; background: var(--navy); }
.pagination-button:disabled { opacity: .4; cursor: not-allowed; }
.pagination-direction { min-width: 106px; }
.pagination-ellipsis { min-width: 24px; color: var(--muted); text-align: center; }
.package-card { min-width: 0; border-radius: 24px; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 8px 30px rgba(7,59,76,.06); transition: transform .25s, box-shadow .25s; }
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.package-card.value-first { border-color: rgba(255,107,71,.38); box-shadow: 0 13px 38px rgba(127,38,15,.1); }
.card-image { position: relative; height: 255px; background-size: cover; background-position: center; overflow: hidden; }
.card-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,34,43,.4)); }
.card-badges { position: absolute; z-index: 2; top: 16px; left: 16px; right: 16px; display: flex; justify-content: space-between; gap: 8px; }
.card-badge { padding: 8px 11px; border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.92); backdrop-filter: blur(7px); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.card-badge.accent { color: #7f260f; background: #ffd8ce; }
.card-body { padding: 23px; }
.card-location { margin: 0 0 8px; color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.card-body h3 { min-height: 52px; margin: 0; font-family: Manrope, sans-serif; font-size: 21px; letter-spacing: -.025em; line-height: 1.25; }
.value-first .card-body h3 { min-height: 0; font-size: 25px; }
.card-value-lead { margin: 0 0 9px; color: var(--coral); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; line-height: 1.4; }
.card-property-name { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.card-feature-value { margin: 18px 0 0; padding: 15px 16px; display: flex; align-items: end; justify-content: space-between; gap: 12px; border-radius: 14px; color: white; background: var(--navy); }
.card-feature-value > div { display: flex; flex-direction: column; }
.card-feature-value small { color: rgba(255,255,255,.64); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.card-feature-value strong { margin-top: 3px; font-family: Manrope, sans-serif; font-size: 27px; letter-spacing: -.035em; }
.card-feature-value > span { max-width: 100px; color: var(--aqua); font-size: 11px; font-weight: 800; line-height: 1.35; text-align: right; }
.card-details-label { color: var(--teal); font-size: 12px; font-weight: 800; }
.card-chips { margin: 17px 0 21px; display: flex; flex-wrap: wrap; gap: 7px; }
.card-chips span { padding: 7px 9px; border-radius: 8px; color: #52676b; background: #f0f5f3; font-size: 11px; }
.card-chips .payment-chip { color: #7f260f; background: #ffd8ce; font-weight: 700; }
.card-footer { padding-top: 19px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.price { display: flex; flex-direction: column; }
.price small { color: var(--muted); font-size: 10px; }
.price .currency-code { color: var(--teal); font-weight: 800; }
.price strong { margin-top: 3px; font-family: Manrope; font-size: 21px; letter-spacing: -.03em; }
.price strong span { color: var(--muted); font-family: "DM Sans"; font-size: 10px; font-weight: 500; letter-spacing: 0; }
.card-actions { display: flex; gap: 7px; }
.icon-button { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--navy); font-weight: 800; transition: background .2s, color .2s; }
.icon-button:hover { color: white; background: var(--navy); }
.enquire-card { width: auto; padding: 0 14px; border-radius: 999px; color: white; background: var(--coral); border-color: var(--coral); font-size: 12px; }
.empty-state { max-width: 1320px; margin: 0 auto; padding: 70px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 24px; }
.empty-state > span { font-size: 36px; color: var(--coral); }
.empty-state h3 { margin: 12px 0 5px; font-family: Manrope; font-size: 28px; }
.empty-state p { color: var(--muted); }
.empty-state .button { margin-top: 12px; }

.activities-section { padding: 115px 6vw 125px; color: white; background: var(--navy); }
.activities-heading h2 { color: white; }
.activities-heading h2 em { color: var(--aqua); }
.activities-heading > p { color: rgba(255,255,255,.68); }
.activity-currency-switch { max-width: 680px; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.08); }
.activity-currency-switch .currency-option:not(.active) { color: white; }
.activity-currency-switch .currency-option:not(.active) small { color: rgba(255,255,255,.58); }
.activity-currency-switch .currency-option:not(.active) .currency-symbol { color: white; background: rgba(44,174,213,.25); }
.activity-filter-bar { max-width: 1120px; margin: 0 auto 25px; padding: 12px; display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.08); }
.activity-filter-field { min-width: 0; padding: 10px 13px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid rgba(255,255,255,.13); }
.activity-filter-field > span { color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.activity-filter-field select { padding: 0 20px 0 0; border: 0; color: white; background: transparent; font-weight: 700; }
.activity-filter-field select:disabled { color: rgba(255,255,255,.45); cursor: not-allowed; }
.activity-filter-field option { color: var(--ink); background: white; }
.activity-reset { min-width: 76px; border: 0; border-radius: 14px; color: white; background: rgba(44,174,213,.25); font-weight: 800; }
.activity-results-row { max-width: 1120px; margin: 0 auto 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.62); font-size: 13px; }
.activity-results-row p { margin: 0; }
.activity-results-row strong { color: white; }
.activity-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.activity-card { min-width: 0; overflow: hidden; border-radius: 25px; color: var(--ink); background: white; box-shadow: 0 20px 55px rgba(0,0,0,.16); }
.activity-card-body { padding: 30px; }
.activity-card-intro { display: grid; grid-template-columns: minmax(0, 1fr) 155px; gap: 22px; align-items: start; }
.activity-card-copy { min-width: 0; }
.activity-only-badge { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: #7f260f; background: #ffd8ce; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.activity-type { margin: 20px 0 8px; color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.activity-card h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 27px; letter-spacing: -.035em; }
.activity-thumbnail { position: relative; width: 155px; height: 145px; margin: 0; overflow: hidden; border: 5px solid #eef5f2; border-radius: 19px; background: #dce8e4; box-shadow: 0 10px 26px rgba(7,59,76,.13); }
.activity-thumbnail img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.activity-thumbnail figcaption { position: absolute; left: 5px; right: 5px; bottom: 5px; }
.activity-thumbnail a { display: block; padding: 5px 7px; border-radius: 7px; color: white; background: rgba(3,34,43,.76); font-size: 12px; line-height: 1.25; text-align: center; }
.activity-description { margin: 14px 0 20px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.activity-card ul { min-height: 76px; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-content: flex-start; gap: 7px; list-style: none; }
.activity-card li { padding: 7px 9px; border-radius: 8px; color: #52676b; background: #eef5f2; font-size: 12px; }
.activity-card-footer { margin-top: 25px; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 18px; border-top: 1px solid var(--line); }
.activity-price { display: flex; flex-direction: column; }
.activity-price small { color: var(--muted); font-size: 11px; }
.activity-price strong { margin-top: 3px; font-family: Manrope, sans-serif; font-size: 25px; }
.activity-card-footer .button { min-height: 46px; padding: 0 18px; }
.activity-card-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }
.activity-card-actions .button { min-height: 43px; padding: 0 16px; font-size: 12px; }
.button-outline { color: var(--teal); background: white; border: 1px solid rgba(15,102,116,.26); }
.button-outline:hover { color: white; background: var(--teal); }
.activity-eligibility-note { margin: 10px 0 0; color: var(--teal); font-size: 12px; font-weight: 700; }
.activity-unavailable { color: var(--muted); font-size: 12px; font-weight: 700; }
.activity-empty { max-width: 1120px; margin: 0 auto; padding: 65px 20px; border: 1px dashed rgba(255,255,255,.25); border-radius: 24px; text-align: center; }
.activity-empty h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 28px; }
.activity-empty p { color: rgba(255,255,255,.64); }

.reviews-section { padding: 115px 6vw 125px; background: white; }
.reviews-section-heading { max-width: 1320px; margin: 0 auto 50px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.reviews-section-heading h2 { margin: 18px 0 0; font-family: Manrope, sans-serif; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.reviews-section-heading > p { width: 360px; margin: 0 0 8px; color: var(--muted); line-height: 1.65; }
.reviews-carousel { max-width: 1320px; margin: 0 auto; outline: none; }
.reviews-carousel:focus-visible { border-radius: 28px; box-shadow: 0 0 0 4px rgba(19,147,152,.2); }
.reviews-viewport { overflow: hidden; padding: 4px; }
.reviews-track { display: flex; align-items: stretch; gap: 24px; transition: transform .45s cubic-bezier(.22,.7,.2,1); will-change: transform; }
.review-card { flex: 0 0 calc((100% - 24px) / 2); overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 12px 40px rgba(7,59,76,.08); }
.review-card-photo { width: 100%; height: 340px; margin: 0; overflow: hidden; background: #dce8e4; }
.review-card-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 55%; }
.review-card-photo.raiza-review-photo img { object-position: center 43%; }
.review-card-body { position: relative; flex: 1; min-height: 310px; padding: 42px 42px 38px; display: flex; flex-direction: column; }
.review-card-quote { position: absolute; right: 26px; top: 29px; color: rgba(255,107,71,.14); font-family: Georgia, serif; font-size: 112px; line-height: 1; }
.review-card blockquote { position: relative; flex: 1; margin: 27px 0 0; color: #29464d; font-family: Manrope, sans-serif; font-size: clamp(18px, 1.6vw, 23px); font-weight: 600; line-height: 1.55; letter-spacing: -.02em; }
.reviewer { margin-top: 31px; padding-top: 22px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.reviewer strong { font-family: Manrope, sans-serif; font-size: 16px; }
.reviewer span { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.review-controls { margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.review-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: white; font-size: 21px; transition: background .2s, color .2s, transform .2s; }
.review-arrow:hover:not(:disabled) { color: white; background: var(--navy); transform: translateY(-2px); }
.review-arrow:disabled { opacity: .35; cursor: not-allowed; }
.review-dots { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.review-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #c8d7d4; transition: width .2s, border-radius .2s, background .2s; }
.review-dot.active { width: 28px; border-radius: 999px; background: var(--coral); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.enquiry-section { display: grid; grid-template-columns: .85fr 1.15fr; }
.promise-panel { padding: 95px 7vw; color: white; background: var(--navy); }
.promise-panel h2 { margin: 22px 0 24px; font-size: clamp(44px, 5vw, 70px); }
.promise-panel > p { max-width: 500px; line-height: 1.65; color: rgba(255,255,255,.7); }
.steps { margin-top: 55px; }
.steps > div { display: grid; grid-template-columns: 48px 1fr; align-items: start; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); }
.steps span { color: var(--aqua); font-family: Manrope; font-weight: 800; }
.steps p { margin: 0; color: rgba(255,255,255,.64); line-height: 1.5; }
.steps strong { display: block; margin-bottom: 5px; color: white; font-size: 16px; }
.form-panel { padding: 95px 7vw; background: var(--cream); }
.form-panel h2 { margin: 18px 0 12px; font-size: clamp(42px, 5vw, 66px); }
.form-intro { max-width: 560px; color: var(--muted); line-height: 1.6; }
form { margin-top: 35px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
form label { display: flex; flex-direction: column; gap: 8px; }
form label > span { color: #52676b; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 1px solid rgba(7,59,76,.18); border-radius: 11px; padding: 14px 15px; outline: 0; color: var(--ink); background: rgba(255,255,255,.7); transition: border .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(15,102,116,.1); }
textarea { resize: vertical; }
.full-field { margin-top: 19px; }
.submit-button { margin-top: 23px; }
.privacy-note { max-width: 520px; color: #788689; font-size: 11px; line-height: 1.5; }

footer { padding: 38px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; color: var(--ink); background: #f3f9fa; border-top: 1px solid #dce9eb; }
.footer-brand .official-logo { width: 158px; height: 64px; }
.footer-copy { text-align: center; color: rgba(4,45,58,.6); font-size: 10px; line-height: 1.5; }
.footer-copy p { margin: 3px; }
.footer-contact { justify-self: end; display: flex; flex-direction: column; align-items: end; gap: 5px; font-size: 12px; }

dialog { width: min(940px, calc(100vw - 34px)); max-height: min(850px, calc(100vh - 34px)); padding: 0; border: 0; border-radius: 25px; color: var(--ink); background: white; box-shadow: 0 35px 100px rgba(0,0,0,.28); overflow: auto; }
dialog::backdrop { background: rgba(1,27,35,.72); backdrop-filter: blur(5px); }
#packageDialog[open] { display: grid; grid-template-columns: .9fr 1.1fr; }
.dialog-close { position: absolute; z-index: 5; top: 15px; right: 15px; width: 39px; height: 39px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 5px 20px rgba(0,0,0,.13); font-size: 24px; }
.dialog-image { min-height: 650px; background-size: cover; background-position: center; }
.dialog-content { padding: 58px 45px 38px; }
.dialog-location { margin: 22px 0 8px; color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.dialog-content h2 { margin: 0 0 18px; font-size: 39px; }
.dialog-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.dialog-meta span { padding: 8px 10px; border-radius: 8px; background: #eef5f2; color: #53676a; font-size: 11px; }
.dialog-content h3 { margin: 29px 0 12px; font-family: Manrope; font-size: 14px; }
.dialog-content ul { padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; list-style: none; color: #53676a; font-size: 13px; line-height: 1.4; }
.dialog-content li::before { content: "✓"; margin-right: 8px; color: var(--coral); font-weight: 800; }
.booking-information { margin-top: 28px; border: 1px solid var(--line); border-radius: 15px; background: #f7fbfb; overflow: hidden; }
.booking-information[hidden] { display: none; }
.booking-information summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 19px; color: var(--navy); font-family: Manrope; font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.booking-information summary::-webkit-details-marker { display: none; }
.booking-information-toggle { flex: 0 0 auto; color: var(--teal); font-size: 20px; font-weight: 500; line-height: 1; transition: transform .2s ease; }
.booking-information[open] .booking-information-toggle { transform: rotate(45deg); }
.booking-information dl { margin: 0; padding: 4px 19px 19px; display: grid; gap: 0; }
.booking-information dl > div { padding: 12px 0; border-top: 1px solid var(--line); }
.booking-information dt { margin: 0 0 4px; color: var(--ink); font-size: 12px; font-weight: 800; }
.booking-information dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.dialog-price-row { margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.dialog-price-row > div { display: flex; flex-direction: column; }
.dialog-price-row small { color: var(--muted); }
.dialog-price-row strong { font-family: Manrope; font-size: 27px; }
.dialog-note { color: var(--muted); font-size: 11px; line-height: 1.5; }
.quick-dialog { width: min(540px, calc(100vw - 34px)); }
.quick-content { padding: 55px 45px 35px; }
.quick-content h2 { margin: 20px 0 10px; font-size: 42px; }
.quick-content > p { color: var(--muted); }
.selected-trip-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.selected-trip-heading p { margin: 0; color: var(--muted); line-height: 1.55; }
.clear-trip { flex: 0 0 auto; padding: 4px 0; border: 0; color: #a83a31; background: transparent; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.clear-trip:hover { color: #76251f; }
.clear-trip[hidden] { display: none; }
.quick-content form { margin-top: 28px; }
.quick-content form > label { margin-top: 16px; }
.form-grid.compact { margin-top: 16px; }
.checkout-field input[readonly] { color: var(--navy); background: #eef5f2; cursor: default; }
.trip-activity-dates { margin-top: 18px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #f8fbfa; }
.trip-activity-dates[hidden] { display: none; }
.trip-activity-dates-heading { display: flex; flex-direction: column; gap: 4px; }
.trip-activity-dates-heading strong { font-family: Manrope, sans-serif; font-size: 14px; }
.trip-activity-dates-heading span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.trip-activity-date-fields { margin-top: 14px; display: grid; gap: 12px; }
.trip-activity-date-fields label { display: flex; flex-direction: column; gap: 7px; }
.trip-activity-date-fields label > span { color: #52676b; font-size: 12px; font-weight: 800; }
.trip-activity-date-fields label small { color: var(--muted); font-size: 11px; font-weight: 600; text-transform: none; letter-spacing: 0; }
.trip-activity-date-fields input:disabled { color: #91a0a2; background: #edf1f0; cursor: not-allowed; }
.trip-dialog { width: min(720px, calc(100vw - 34px)); }
.trip-step { margin-top: 28px; }
.trip-step-heading { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 13px; align-items: start; }
.trip-step-number { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; }
.trip-step-heading h3 { margin: 1px 0 5px; font-family: Manrope, sans-serif; font-size: 19px; }
.trip-step-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.trip-activity-options { margin-top: 18px; display: grid; gap: 10px; }
.trip-activity-option { position: relative; padding: 12px; display: grid; grid-template-columns: auto 70px minmax(0, 1fr) auto; gap: 13px; align-items: center; border: 1px solid var(--line); border-radius: 15px; background: #f8fbfa; cursor: pointer; transition: border-color .2s, background .2s, box-shadow .2s; }
.trip-activity-option:has(input:checked) { border-color: var(--teal); background: #eef8f6; box-shadow: 0 0 0 3px rgba(15,102,116,.09); }
.trip-activity-option input { width: 18px; height: 18px; margin: 0; padding: 0; accent-color: var(--teal); }
.trip-activity-option img { width: 70px; height: 58px; display: block; object-fit: cover; border-radius: 10px; }
.trip-activity-copy { min-width: 0; display: flex; flex-direction: column; }
.trip-activity-copy strong { font-family: Manrope, sans-serif; font-size: 14px; line-height: 1.3; }
.trip-activity-copy small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.trip-activity-copy em { margin-top: 4px; color: var(--teal); font-size: 11px; font-style: normal; font-weight: 700; }
.trip-check { color: var(--teal); font-size: 17px; font-weight: 800; opacity: 0; }
.trip-activity-option:has(input:checked) .trip-check { opacity: 1; }
.trip-step-actions { margin-top: 21px; display: flex; justify-content: flex-end; gap: 10px; }
.button-quiet { color: var(--teal); background: #edf6f4; }
.trip-details-heading { margin-bottom: 17px; }
.trip-summary { padding: 15px 17px; border-radius: 14px; background: #eef5f2; }
.trip-summary-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; color: #52676b; font-size: 13px; line-height: 1.45; }
.trip-summary-row + .trip-summary-row { margin-top: 11px; padding-top: 11px; border-top: 1px solid rgba(7,59,76,.11); }
.trip-summary-row span { flex: 0 0 auto; color: var(--teal); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.trip-summary-row strong { text-align: right; }
.trip-back { margin-top: 16px; padding: 0; border: 0; color: var(--teal); background: transparent; font-size: 13px; font-weight: 800; }
.package-picker-dialog { width: min(680px, calc(100vw - 34px)); }
.compatible-package-list { margin-top: 25px; display: grid; gap: 10px; }
.compatible-package { width: 100%; padding: 11px; display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); background: #f8fbfa; text-align: left; transition: border-color .2s, background .2s, transform .2s; }
.compatible-package:hover { border-color: var(--teal); background: #eef8f6; transform: translateY(-2px); }
.compatible-package img { width: 82px; height: 67px; display: block; object-fit: cover; border-radius: 10px; }
.compatible-package-copy { min-width: 0; display: flex; flex-direction: column; }
.compatible-package-copy small { color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.compatible-package-copy strong { margin-top: 4px; font-family: Manrope, sans-serif; font-size: 14px; line-height: 1.3; }
.compatible-package-copy span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.compatible-package-arrow { color: var(--teal); font-size: 18px; }
.package-picker-empty { margin-top: 24px; padding: 18px; border-radius: 14px; background: #eef5f2; line-height: 1.55; }

.floating-trip { position: fixed; z-index: 15; right: 88px; bottom: 24px; min-height: 50px; padding: 0 13px 0 18px; display: inline-flex; align-items: center; gap: 10px; border: 3px solid white; border-radius: 999px; color: white; background: var(--navy); box-shadow: 0 10px 30px rgba(0,0,0,.2); font-weight: 800; }
.floating-trip[hidden] { display: none; }
.floating-trip span { font-size: 12px; }
.floating-trip strong { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--aqua); font-family: Manrope, sans-serif; font-size: 12px; }
.floating-whatsapp { position: fixed; z-index: 15; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 11px; font-weight: 800; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; transform: translate(-50%, 120px); padding: 12px 20px; border-radius: 999px; color: white; background: var(--navy); font-size: 13px; box-shadow: var(--shadow); transition: transform .3s; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 1050px) {
  .promotion-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .promotion-grid .package-card:nth-child(3) { display: none; }
  .package-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .filter-bar { grid-template-columns: 1fr 1.4fr 1fr; }
  .filter-field { border-right: 0; }
  .reset-button { min-height: 54px; }
  .activity-filter-bar { grid-template-columns: 1fr 1fr; }
  .activity-filter-field { border-right: 0; }
  .activity-reset { grid-column: 1 / -1; min-height: 48px; }
  .enquiry-section { grid-template-columns: 1fr; }
  .promise-panel, .form-panel { padding: 80px 8vw; }
  .review-card-photo { height: 300px; }
  .review-card-body { min-height: 335px; padding: 36px 32px 32px; }
}

@media (max-width: 720px) {
  .promotion-section { padding: 18px; }
  .promotion-heading { display: block; }
  .promotion-heading p { margin-top: 10px; }
  .promotion-grid { grid-template-columns: 1fr; }
  .promotion-grid .package-card:nth-child(n+2) { display: none; }
  .site-header { height: 76px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .site-header .button { min-height: 38px; padding: 0 13px; font-size: 11px; }
  .site-header .button span { display: none; }
  .official-logo { width: 126px; height: 51px; }
  .hero { height: 820px; min-height: 90vh; }
  .hero-image { background-position: 61% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(3,34,43,.88), rgba(3,34,43,.4)), linear-gradient(0deg, rgba(3,34,43,.85), transparent 55%); }
  .hero-content { left: 22px; right: 22px; top: 44%; }
  .hero h1 { margin: 18px 0; font-size: clamp(47px, 15vw, 67px); }
  .hero-content > p { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 28px; }
  .hero-facts { left: 17px; right: 17px; bottom: 18px; }
  .hero-facts > div { flex: 1; width: auto; height: 86px; padding: 13px; }
  .hero-facts strong { font-size: 19px; }
  .hero-facts span { font-size: 8px; }
  .packages-section { padding: 82px 18px; }
  .currency-switch { grid-template-columns: 1fr; border-radius: 17px; }
  .currency-option { min-height: 68px; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading > p { width: auto; margin-top: 20px; }
  .filter-bar { padding: 12px; grid-template-columns: 1fr 1fr; gap: 6px; border-radius: 16px; }
  .filter-field { min-height: 76px; padding: 9px; background: #f7faf8; border-radius: 10px; }
  .price-field { grid-column: 1 / -1; order: 3; }
  .reset-button { grid-column: 1 / -1; min-height: 43px; }
  .results-row { align-items: flex-start; gap: 20px; }
  .availability-note { max-width: 145px; text-align: right; }
  .package-grid { grid-template-columns: 1fr; gap: 18px; }
  .package-pagination { gap: 8px; }
  .pagination-pages { gap: 5px; }
  .pagination-button { min-width: 40px; height: 40px; padding: 0 10px; }
  .pagination-direction { min-width: 40px; }
  .pagination-direction span { display: none; }
  .card-image { height: 235px; }
  .card-body h3 { min-height: 0; }
  .card-feature-value { align-items: flex-start; flex-direction: column; }
  .card-feature-value > span { max-width: none; text-align: left; }
  .activities-section { padding: 82px 18px; }
  .activities-heading > p { width: auto; margin-top: 20px; }
  .activity-filter-bar { grid-template-columns: 1fr 1fr; padding: 10px; }
  .activity-filter-field { min-height: 73px; padding: 9px; border-radius: 10px; background: rgba(255,255,255,.07); }
  .activity-grid { grid-template-columns: 1fr; gap: 18px; }
  .activity-card-body { padding: 24px; }
  .activity-card-intro { grid-template-columns: minmax(0, 1fr) 118px; gap: 15px; }
  .activity-thumbnail { width: 118px; height: 118px; border-radius: 16px; }
  .activity-type { margin-top: 15px; }
  .activity-card h3 { font-size: 24px; }
  .activity-card-footer { align-items: stretch; flex-direction: column; }
  .activity-card-actions { display: grid; grid-template-columns: 1fr; }
  .activity-card-footer .button { width: 100%; }
  .reviews-section { padding: 82px 18px; }
  .reviews-section-heading { display: block; margin-bottom: 32px; }
  .reviews-section-heading > p { width: auto; margin-top: 18px; }
  .reviews-viewport { padding: 3px; }
  .reviews-track { gap: 16px; }
  .review-card { flex-basis: 100%; border-radius: 22px; }
  .review-card-photo { height: 310px; }
  .review-card-body { min-height: 300px; padding: 35px 24px 30px; }
  .review-card-quote { right: 16px; top: 25px; font-size: 100px; }
  .review-card blockquote { font-size: 20px; }
  .promise-panel, .form-panel { padding: 70px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .enquiry-section .form-grid { gap: 16px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-contact { justify-self: center; align-items: center; }
  #packageDialog[open] { display: block; }
  .dialog-image { min-height: 260px; }
  .dialog-content { padding: 35px 24px 28px; }
  .dialog-content h2 { font-size: 32px; }
  .dialog-content ul { grid-template-columns: 1fr; }
  .dialog-price-row { align-items: flex-start; flex-direction: column; }
  .dialog-price-row .button { width: 100%; }
  .quick-content { padding: 52px 23px 25px; }
  .quick-content h2 { font-size: 36px; }
  .form-grid.compact { grid-template-columns: 1fr; }
  .selected-trip-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .trip-activity-dates { padding: 14px; }
  .trip-activity-option { grid-template-columns: auto 58px minmax(0, 1fr); gap: 10px; }
  .trip-activity-option img { width: 58px; height: 54px; }
  .trip-check { display: none; }
  .trip-step-actions { align-items: stretch; flex-direction: column-reverse; }
  .trip-step-actions .button { width: 100%; }
  .compatible-package { grid-template-columns: 66px minmax(0, 1fr) auto; gap: 11px; }
  .compatible-package img { width: 66px; height: 60px; }
  .floating-trip { right: 83px; bottom: 24px; }
}

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