:root {
    --hm-navy: #082f3a;
    --hm-navy-deep: #05232c;
    --hm-lagoon: #17a9a1;
    --hm-coral: #f26b4a;
    --hm-limestone: #f5f1e8;
    --hm-white: #ffffff;
    --hm-ink: #15343a;
    --hm-muted: #63777a;
    --hm-line: rgba(8, 47, 58, 0.14);
    --hm-radius: 24px;
    --hm-shadow: 0 20px 60px rgba(5, 35, 44, 0.13);
}

.hm-home { background: var(--hm-white); color: var(--hm-ink); overflow: hidden; }
.hm-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hm-section { padding: clamp(72px, 9vw, 128px) 0; }
.hm-eyebrow { margin: 0 0 14px; color: var(--hm-lagoon); font: 700 .72rem/1.2 var(--font-mono); letter-spacing: .14em; text-transform: uppercase; }
.hm-section h2, .hm-story h2, .hm-final-cta h2 { margin: 0; font-size: clamp(2.15rem, 4.3vw, 4.5rem); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.hm-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.hm-section-heading > div:first-child { max-width: 800px; }
.hm-section-heading--stacked { align-items: end; }
.hm-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--hm-navy); font-weight: 700; text-decoration: none; white-space: nowrap; }
.hm-text-link span { color: var(--hm-coral); transition: transform .2s ease; }
.hm-text-link:hover span { transform: translateX(4px); }
.hm-center { text-align: center; margin-top: 48px; }
.hm-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 14px 24px; font: 700 .9rem/1 var(--font-body); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.hm-button:hover { transform: translateY(-2px); }
.hm-button--coral { background: var(--hm-coral); color: #fff; box-shadow: 0 12px 28px rgba(242,107,74,.3); }
.hm-button--coral:hover { background: #dc593c; color: #fff; }
.hm-button--navy { background: var(--hm-navy); color: #fff; }
.hm-button--navy:hover { background: var(--hm-lagoon); color: #fff; }
.hm-button--ghost { border: 1px solid rgba(255,255,255,.48); color: #fff; background: transparent; }
.hm-button--ghost:hover { border-color: #fff; color: #fff; }

.hm-hero { min-height: min(860px, 92vh); position: relative; display: flex; align-items: center; isolation: isolate; background: var(--hm-navy) var(--hm-hero-image) center/cover no-repeat; color: #fff; }
.hm-hero__veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,35,44,.92) 0%, rgba(5,35,44,.68) 52%, rgba(5,35,44,.18) 100%), linear-gradient(0deg, rgba(5,35,44,.45), transparent 52%); }
.hm-hero::after { content: ''; position: absolute; z-index: -1; left: 50%; bottom: -1px; width: 1px; height: 104px; background: linear-gradient(var(--hm-coral) 0 45%, rgba(255,255,255,.42) 45%); }
.hm-hero__content { padding-block: clamp(92px, 12vw, 150px) 70px; }
.hm-hero .hm-eyebrow { color: #8ce3de; }
.hm-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(3rem, 7.2vw, 7.1rem); line-height: .9; letter-spacing: -.055em; text-wrap: balance; }
.hm-hero__lead { max-width: 660px; margin: 28px 0 36px; font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.55; color: rgba(255,255,255,.88); }
.hm-search { max-width: 950px; display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(255,255,255,.95); box-shadow: var(--hm-shadow); backdrop-filter: blur(18px); }
.hm-search__field { display: grid; gap: 4px; padding: 8px 16px; border-right: 1px solid var(--hm-line); }
.hm-search__field span { color: var(--hm-muted); font: 700 .65rem/1.2 var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.hm-search select, .hm-search input { width: 100%; min-height: 30px; padding: 0; border: 0; background: transparent; color: var(--hm-navy); font: 650 1rem/1.2 var(--font-body); box-shadow: none; }
.hm-search select:focus, .hm-search input:focus { outline: 0 !important; }
.hm-hero__assurance { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 28px; font-size: .83rem; color: rgba(255,255,255,.82); }
.hm-hero__assurance span { display: inline-flex; align-items: center; gap: 9px; }
.hm-hero__assurance span::before { content: '✓'; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(23,169,161,.24); color: #8ce3de; font-weight: 800; }

.hm-destinations { background: var(--hm-limestone); }
.hm-destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hm-destination-card { min-height: 420px; position: relative; display: flex; align-items: end; overflow: hidden; border-radius: var(--hm-radius); padding: 26px; color: #fff; text-decoration: none; isolation: isolate; background: var(--hm-navy) var(--hm-card-image) center/cover no-repeat; box-shadow: 0 12px 36px rgba(5,35,44,.14); transition: transform .35s ease, box-shadow .35s ease; }
.hm-destination-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(5,35,44,.88), rgba(5,35,44,.04) 72%); }
.hm-destination-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--hm-lagoon); opacity: 0; mix-blend-mode: multiply; transition: opacity .35s ease; }
.hm-destination-card:hover { transform: translateY(-8px); color: #fff; box-shadow: 0 26px 60px rgba(5,35,44,.22); }
.hm-destination-card:hover::after { opacity: .45; }
.hm-destination-card__number { position: absolute; top: 20px; left: 22px; font: 700 .72rem var(--font-mono); letter-spacing: .1em; }
.hm-destination-card__copy { display: grid; gap: 4px; }
.hm-destination-card__copy strong { color: #fff; font: 600 clamp(1.5rem, 2.4vw, 2.15rem)/1 var(--font-display); }
.hm-destination-card__copy small { color: rgba(255,255,255,.78); font-size: .84rem; }
.hm-destination-card__arrow { position: absolute; right: 22px; bottom: 24px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(10px); }

.hm-catalogue { position: relative; }
.hm-catalogue::before { content: ''; position: absolute; top: 0; left: calc(50% - 1px); width: 1px; height: 74px; background: linear-gradient(var(--hm-coral), var(--hm-line)); }
.hm-filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.hm-filters button { border: 1px solid var(--hm-line); border-radius: 999px; padding: 10px 16px; background: #fff; color: var(--hm-muted); font-weight: 700; cursor: pointer; }
.hm-filters button.is-active { border-color: var(--hm-navy); background: var(--hm-navy); color: #fff; }
.hm-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hm-offer-card { overflow: hidden; border: 1px solid var(--hm-line); border-radius: 20px; background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.hm-offer-card[hidden] { display: none; }
.hm-offer-card:hover { transform: translateY(-7px); box-shadow: var(--hm-shadow); }
.hm-offer-card__media { height: 240px; position: relative; display: block; overflow: hidden; background: var(--hm-limestone); }
.hm-offer-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.hm-offer-card:hover .hm-offer-card__media img { transform: scale(1.055); }
.hm-offer-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--hm-navy), var(--hm-lagoon)); }
.hm-offer-card__type { position: absolute; top: 16px; left: 16px; border-radius: 999px; padding: 7px 11px; background: rgba(255,255,255,.92); color: var(--hm-navy); font: 700 .65rem var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.hm-offer-card__body { padding: 22px; }
.hm-offer-card__meta { margin: 0 0 9px; color: var(--hm-lagoon); font: 700 .7rem var(--font-mono); text-transform: uppercase; }
.hm-offer-card h3 { min-height: 2.5em; margin: 0; font-size: 1.38rem; line-height: 1.18; }
.hm-offer-card h3 a { color: var(--hm-navy); text-decoration: none; }
.hm-offer-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--hm-line); }
.hm-offer-card__footer strong { color: var(--hm-coral); font: 700 1rem var(--font-mono); }
.hm-offer-card__footer a { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--hm-limestone); color: var(--hm-navy); text-decoration: none; }

.hm-story { padding: clamp(70px, 9vw, 120px) 0; background: var(--hm-navy); color: #fff; }
.hm-story__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.hm-story__visual { min-height: 610px; position: relative; border-radius: 48% 48% 22px 22px; background: var(--hm-lagoon) var(--hm-story-image) center/cover no-repeat; box-shadow: 28px 28px 0 rgba(23,169,161,.18); }
.hm-story__visual span { position: absolute; left: -26px; bottom: 34px; padding: 12px 18px; background: var(--hm-coral); color: #fff; font: 700 .72rem var(--font-mono); letter-spacing: .12em; text-transform: uppercase; transform: rotate(-4deg); }
.hm-story h2 { color: #fff; }
.hm-story__copy > p:not(.hm-eyebrow) { margin: 28px 0; color: rgba(255,255,255,.77); font-size: 1.08rem; }
.hm-story ul { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.hm-story li { display: flex; gap: 12px; }
.hm-story li::before { content: '✦'; color: var(--hm-coral); }
.hm-story .hm-text-link { color: #fff; }

.hm-proof { background: #fff; }
.hm-quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hm-quote-grid blockquote { margin: 0; padding: 32px; border: 1px solid var(--hm-line); border-radius: 20px; background: var(--hm-limestone); }
.hm-quote-grid p { margin: 0 0 28px; font: 500 1.12rem/1.65 var(--font-display); }
.hm-quote-grid footer { display: flex; justify-content: space-between; font-weight: 800; color: var(--hm-navy); }
.hm-quote-grid footer span { color: var(--hm-coral); letter-spacing: .12em; font-size: .72rem; }

.hm-final-cta { padding: 86px 0; background: linear-gradient(120deg, var(--hm-lagoon), #0d7d79); color: #fff; }
.hm-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hm-final-cta .hm-eyebrow { color: #bff6f2; }
.hm-final-cta h2 { max-width: 760px; color: #fff; font-size: clamp(2.2rem, 4vw, 4rem); }
.hm-final-cta__actions { display: flex; flex-direction: column; gap: 10px; min-width: 230px; }

@media (max-width: 991px) {
    .hm-destination-grid { grid-template-columns: repeat(2, 1fr); }
    .hm-offer-grid { grid-template-columns: repeat(2, 1fr); }
    .hm-section-heading--stacked { align-items: start; flex-direction: column; }
    .hm-filters { justify-content: flex-start; }
    .hm-story__grid { grid-template-columns: .85fr 1.15fr; gap: 52px; }
    .hm-story__visual { min-height: 520px; }
    .hm-quote-grid { grid-template-columns: 1fr; }
    .hm-final-cta__inner { align-items: start; flex-direction: column; }
    .hm-final-cta__actions { flex-direction: row; min-width: 0; }
}

@media (max-width: 767px) {
    .hm-shell { width: min(100% - 28px, 1180px); }
    .hm-section { padding: 72px 0; }
    .hm-section-heading { align-items: start; flex-direction: column; margin-bottom: 32px; }
    .hm-hero { min-height: 760px; background-position: 62% center; }
    .hm-hero__veil { background: linear-gradient(90deg, rgba(5,35,44,.94), rgba(5,35,44,.65)), linear-gradient(0deg, rgba(5,35,44,.45), transparent); }
    .hm-hero h1 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
    .hm-hero__lead { margin: 22px 0 28px; font-size: 1rem; }
    .hm-search { grid-template-columns: 1fr; border-radius: 18px; }
    .hm-search__field { border-right: 0; border-bottom: 1px solid var(--hm-line); }
    .hm-search .hm-button { width: 100%; }
    .hm-hero__assurance { display: grid; gap: 10px; }
    .hm-destination-grid { grid-template-columns: 1fr; }
    .hm-destination-card { min-height: 330px; }
    .hm-offer-grid { grid-template-columns: 1fr; }
    .hm-offer-card__media { height: 230px; }
    .hm-story__grid { grid-template-columns: 1fr; }
    .hm-story__visual { min-height: 430px; border-radius: 44% 44% 18px 18px; box-shadow: 14px 14px 0 rgba(23,169,161,.18); }
    .hm-story__visual span { left: -4px; }
    .hm-final-cta__actions { width: 100%; flex-direction: column; }
    .hm-final-cta__actions .hm-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .hm-home *, .hm-home *::before, .hm-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
