:root {
    --ink: #092331;
    --ink-soft: #365361;
    --ocean: #07354a;
    --ocean-2: #0b5f73;
    --aqua: #14a8a0;
    --green: #0b8068;
    --green-dark: #075b4d;
    --mint: #dff5ec;
    --sky: #eaf6fb;
    --paper: #f7f8f5;
    --white: #fff;
    --line: rgba(8, 45, 60, .13);
    --warm: #ef704f;
    --warm-2: #f4a43b;
    --danger: #c43d37;
    --shadow: 0 24px 70px rgba(3, 36, 52, .14);
    --shadow-soft: 0 14px 34px rgba(3, 36, 52, .09);
    --radius-xl: 36px;
    --radius-lg: 24px;
    --radius-md: 16px;
    --site-width: 1420px;
    --header-height: 88px;
    --display: ui-serif, Georgia, Cambria, "Times New Roman", serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
[hidden] { display: none !important; }
::selection { background: var(--warm); color: #fff; }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 12px 18px; border-radius: 0 0 12px 12px; background: var(--warm); color: #fff; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 0; }
.site-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--ocean-2); font-size: 11px; font-weight: 850; letter-spacing: .19em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; content: ""; background: linear-gradient(90deg, var(--warm), var(--warm-2)); }
.eyebrow--light { color: rgba(255, 255, 255, .84); }
.eyebrow--light::before { background: #fff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
h2 { margin-bottom: 20px; font-size: clamp(42px, 5vw, 76px); }
p { color: var(--ink-soft); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: -.01em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--warm { color: #fff; background: linear-gradient(120deg, var(--warm), var(--warm-2)); box-shadow: 0 10px 24px rgba(239, 112, 79, .25); }
.button--warm:hover { box-shadow: 0 16px 34px rgba(239, 112, 79, .34); }
.button--dark { color: #fff; background: var(--ocean); }
.button--outline, .button--ghost { border-color: var(--line); background: rgba(255, 255, 255, .58); }
.button--outline:hover, .button--ghost:hover { border-color: var(--ocean); background: #fff; }
.button--light { color: var(--ocean); background: #fff; }
.button__icon { transition: transform .25s ease; }
.button:hover .button__icon { transform: translateX(4px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ocean); font-size: 13px; font-weight: 850; }
.text-link .site-icon { transition: transform .25s ease; }
.text-link:hover .site-icon { transform: translateX(5px); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 70; height: var(--header-height); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .93); backdrop-filter: blur(20px); transition: height .3s ease, background .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.is-over-hero { color: #fff; border-color: rgba(255,255,255,.18); background: linear-gradient(180deg, rgba(3, 28, 39, .62), transparent); backdrop-filter: none; }
.site-header.is-scrolled { height: 74px; color: var(--ink); border-color: var(--line); background: rgba(255, 255, 255, .94); box-shadow: 0 10px 34px rgba(1, 30, 45, .08); backdrop-filter: blur(20px); }
.site-header__inner { width: min(var(--site-width), calc(100% - 64px)); height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 26px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 15px 6px 15px 6px; background: linear-gradient(135deg, #15b6ae, #0a8b68); color: #fff; font-size: 13px; font-weight: 900; box-shadow: inset 0 1px rgba(255,255,255,.28); }
.brand__word { display: flex; flex-direction: column; line-height: 1; }
.brand__word strong { font-size: 21px; letter-spacing: -.045em; }
.brand__word small { margin-top: 5px; font-size: 8px; font-weight: 900; letter-spacing: .17em; opacity: .68; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 9px 0; font-size: 13px; font-weight: 720; }
.desktop-nav a::after { position: absolute; inset: auto 0 1px; height: 2px; content: ""; background: var(--warm); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-language { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; border: 1px solid currentColor; border-radius: 999px; font-size: 11px; font-weight: 850; opacity: .78; }
.site-header.is-over-hero:not(.is-scrolled) .button--ghost { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.mobile-menu-button { width: 46px; height: 46px; display: none; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.12); }
.mobile-menu { position: fixed; z-index: 100; inset: 0 0 0 auto; width: min(430px, 92vw); padding: 22px; color: #fff; background: var(--ocean); transform: translateX(105%); transition: transform .35s cubic-bezier(.22,.61,.36,1); }
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.14); }
.mobile-menu__top button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; background: transparent; }
.mobile-menu nav { display: grid; margin-top: 26px; }
.mobile-menu nav a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--display); font-size: 28px; }
.mobile-menu nav a span { font-family: var(--sans); font-size: 9px; letter-spacing: .12em; opacity: .55; }
.mobile-menu nav a .site-icon { font-size: 16px; opacity: .72; }
.mobile-menu__actions { display: grid; gap: 10px; margin-top: 28px; }
.site-overlay { position: fixed; z-index: 90; inset: 0; visibility: hidden; background: rgba(2,23,32,.56); opacity: 0; backdrop-filter: blur(4px); transition: opacity .3s ease, visibility .3s ease; }
.site-overlay.is-active { visibility: visible; opacity: 1; }

/* Hero */
.hero-stage { position: sticky; z-index: 1; top: 0; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--ocean); }
.hero-stage__media, .hero-stage__media img, .hero-stage__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-stage__media img { object-fit: cover; object-position: 55% center; transform: scale(1.015); animation: hero-breathe 18s ease-in-out infinite alternate; }
.hero-stage__overlay { background: linear-gradient(90deg, rgba(2,26,37,.82) 0%, rgba(3,32,41,.48) 47%, rgba(3,26,32,.15) 75%), linear-gradient(0deg, rgba(2,24,31,.72), transparent 48%); }
.hero-stage__content { position: relative; z-index: 2; width: min(var(--site-width), calc(100% - 64px)); display: grid; grid-template-columns: minmax(320px, .82fr) minmax(620px, 1.18fr); align-items: end; gap: 54px; margin: 0 auto; padding: 140px 0 86px; }
.hero-copy { max-width: 700px; padding-bottom: 20px; }
.hero-copy h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(60px, 6.7vw, 112px); text-shadow: 0 3px 22px rgba(0,0,0,.18); }
.hero-copy p { max-width: 640px; margin-bottom: 0; color: rgba(255,255,255,.8); font-size: clamp(16px, 1.3vw, 20px); }
.hero-discovery { align-self: end; padding: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: rgba(7,38,48,.4); box-shadow: 0 24px 80px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.hero-discovery__prompt { margin: 0 0 14px 6px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 720; }
.intent-chooser { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 20px; background: #fff; color: var(--ink); }
.intent-chooser a { min-height: 108px; position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; padding: 17px; border-right: 1px solid var(--line); transition: color .25s ease, background .25s ease; }
.intent-chooser a:last-child { border-right: 0; }
.intent-chooser a:hover { color: #fff; background: var(--warm); }
.intent-chooser a > span:first-child { font-size: 9px; font-weight: 900; letter-spacing: .12em; opacity: .55; }
.intent-chooser a strong { max-width: 140px; font-size: 13px; line-height: 1.25; }
.intent-chooser a .site-icon { position: absolute; right: 14px; bottom: 14px; }
.intent-chooser .intent-tag { width: max-content; padding: 4px 7px; border-radius: 99px; color: #fff; background: var(--ocean-2); opacity: 1 !important; }
.hero-search { position: relative; display: grid; grid-template-columns: 1.1fr 1.2fr .75fr 1fr 62px; overflow: visible; border-radius: 20px; background: #fff; color: var(--ink); animation: panel-in .28s ease both; }
.hero-search label { min-height: 84px; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 15px 38px 15px 18px; border-right: 1px solid var(--line); }
.hero-search label > span { margin-bottom: 3px; color: #6e858f; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-search select { width: 100%; appearance: none; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; font-weight: 800; }
.hero-search label > .site-icon { position: absolute; right: 15px; bottom: 28px; font-size: 11px; color: var(--warm); }
.hero-search__submit { display: grid; place-items: center; border: 0; color: #fff; background: linear-gradient(135deg, var(--warm), var(--warm-2)); }
.hero-search__submit span { display: none; }
.hero-search__back { position: absolute; left: 50%; top: calc(100% + 20px); display: flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; color: #fff; background: rgba(0,0,0,.16); transform: translateX(-50%); }
.scroll-cue { position: absolute; z-index: 4; right: 24px; bottom: 34px; display: flex; flex-direction: column; align-items: center; gap: 9px; color: rgba(255,255,255,.8); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 42px; position: relative; overflow: hidden; background: rgba(255,255,255,.3); }
.scroll-cue i::after { position: absolute; inset: -100% 0 auto; height: 100%; content: ""; background: #fff; animation: scroll-line 2.2s ease-in-out infinite; }

.home-sheet { position: relative; z-index: 4; margin-top: 0; padding-top: 34px; overflow: hidden; border-radius: 42px 42px 0 0; background: var(--paper); box-shadow: 0 -30px 80px rgba(1,25,35,.16); }
.section { width: min(var(--site-width), calc(100% - 64px)); margin: 0 auto; padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading > div:first-child { max-width: 920px; }
.section-heading h2 { max-width: 900px; }
.section-heading p { max-width: 700px; margin-bottom: 0; font-size: 17px; }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center > div:first-child { display: flex; flex-direction: column; align-items: center; }
.section-heading__actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.section-heading__actions > button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; transition: color .2s ease, background .2s ease; }
.section-heading__actions > button:hover { color: #fff; background: var(--ocean); }
.section-heading__actions .text-link { margin-right: 12px; }

/* Catalog cards */
.card-slider { width: calc(100vw - max(32px, (100vw - var(--site-width)) / 2)); overflow: hidden; }
.card-slider__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 31.5%); gap: 20px; padding: 2px 4px 32px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.card-slider__track::-webkit-scrollbar { display: none; }
.card-slider__item { scroll-snap-align: start; }
.catalog-card { height: 100%; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 3px 0 rgba(0,0,0,.01); transition: transform .3s ease, box-shadow .3s ease; }
.catalog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.catalog-card__media { height: clamp(250px, 25vw, 390px); position: relative; display: block; overflow: hidden; background: #dce9e8; }
.catalog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.6,.2,1); }
.catalog-card:hover .catalog-card__media img { transform: scale(1.045); }
.catalog-card__veil { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(1,20,27,.35)); }
.catalog-card__badge { position: absolute; left: 16px; top: 16px; padding: 7px 10px; border-radius: 99px; color: #fff; background: rgba(7,53,74,.72); backdrop-filter: blur(10px); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.favorite-button { width: 44px; height: 44px; position: absolute; right: 15px; top: 15px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 8px 25px rgba(0,0,0,.12); transition: color .2s ease, transform .2s ease, background .2s ease; }
.favorite-button:hover { transform: scale(1.07); }
.favorite-button.is-favorite { color: #fff; background: var(--warm); }
.favorite-button.is-favorite .site-icon { fill: currentColor; }
.catalog-card__body { padding: 22px; }
.catalog-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: #738a93; font-size: 10px; font-weight: 760; text-transform: uppercase; }
.catalog-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.catalog-card__meta .site-icon { font-size: 13px; color: var(--warm); }
.catalog-card__body h3 { margin-bottom: 10px; font-family: var(--display); font-size: clamp(25px, 2vw, 33px); font-weight: 600; line-height: 1.02; letter-spacing: -.035em; }
.catalog-card__body > p { display: -webkit-box; min-height: 45px; margin-bottom: 18px; overflow: hidden; color: #66808b; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 13px; }
.catalog-card__foot { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding-top: 17px; border-top: 1px solid var(--line); }
.card-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 3px 6px; }
.card-price small { width: 100%; color: #81939a; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.card-price strong { font-size: 14px; }
.card-price em { color: #71868e; font-size: 10px; font-style: normal; }
.circle-link { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--ocean); transition: background .2s ease, transform .2s ease; }
.circle-link:hover { background: var(--warm); transform: translateX(3px); }

/* Destinations */
.section--destinations { width: 100%; padding: 120px max(32px, calc((100% - var(--site-width)) / 2)); color: #fff; background: var(--ocean); }
.section--destinations h2 { color: #fff; }
.section--destinations p { color: rgba(255,255,255,.66); }
.destination-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 250px; gap: 16px; }
.destination-card { min-height: 250px; position: relative; display: flex; align-items: end; grid-column: span 4; overflow: hidden; border-radius: var(--radius-lg); isolation: isolate; }
.destination-card:nth-child(1), .destination-card:nth-child(4) { grid-column: span 8; }
.destination-card img, .destination-card__overlay { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.destination-card img { object-fit: cover; transition: transform .65s ease; }
.destination-card__overlay { z-index: -1; background: linear-gradient(180deg, rgba(3,25,34,.04), rgba(2,24,31,.86)); }
.destination-card:hover img { transform: scale(1.045); }
.destination-card__index { position: absolute; right: 17px; top: 14px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 800; }
.destination-card__content { display: grid; gap: 8px; padding: 28px; }
.destination-card__content strong { font-family: var(--display); font-size: clamp(34px, 4vw, 58px); font-weight: 600; letter-spacing: -.045em; line-height: .9; }
.destination-card__content small { max-width: 520px; color: rgba(255,255,255,.72); font-size: 12px; }
.destination-card__content em { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; color: #fff; font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

/* About */
.about-section { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: clamp(48px, 7vw, 120px); }
.about-section__media { min-height: 690px; position: relative; overflow: hidden; border-radius: var(--radius-xl); }
.about-section__media > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.about-section__stamp { width: 190px; height: 190px; position: absolute; right: 24px; bottom: 24px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-radius: 50%; color: #fff; background: rgba(7,53,74,.88); backdrop-filter: blur(10px); }
.about-section__stamp > span { font-family: var(--display); font-size: 42px; line-height: 1; }
.about-section__stamp strong { font-size: 10px; letter-spacing: .1em; white-space: pre-line; text-transform: uppercase; }
.about-section__copy h2 { font-size: clamp(48px, 5.2vw, 82px); }
.about-section__copy > p { font-size: 17px; }
.trust-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 20px; margin: 30px 0 34px; padding: 25px 0; border-block: 1px solid var(--line); }
.trust-list span { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 760; }
.trust-list .site-icon { color: var(--green); }

/* Services */
.services-section { width: 100%; padding-inline: max(32px, calc((100% - var(--site-width)) / 2)); background: #eef5f2; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 270px; position: relative; display: flex; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid rgba(7,53,74,.1); border-radius: var(--radius-lg); background: rgba(255,255,255,.7); transition: color .3s ease, background .3s ease, transform .3s ease; }
.service-card::before { width: 160px; height: 160px; position: absolute; right: -75px; bottom: -75px; content: ""; border-radius: 50%; background: var(--mint); transition: transform .35s ease; }
.service-card:hover { color: #fff; background: var(--ocean); transform: translateY(-5px); }
.service-card:hover::before { transform: scale(1.7); opacity: .08; }
.service-card__number { color: #81949b; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.service-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 28px 0 20px; border-radius: 15px; color: var(--green); background: var(--mint); font-size: 23px; }
.service-card h3 { margin-bottom: 8px; font-family: var(--display); font-size: 27px; font-weight: 600; letter-spacing: -.03em; line-height: 1.05; }
.service-card p { max-width: 260px; margin-bottom: 0; color: #66808b; font-size: 12px; }
.service-card:hover p { color: rgba(255,255,255,.68); }
.service-card > em { position: absolute; right: 20px; bottom: 20px; z-index: 2; font-style: normal; }

/* Story paths */
.story-paths { width: 100%; padding-inline: max(32px, calc((100% - var(--site-width)) / 2)); background: #fff; }
.story-paths__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; overflow: hidden; border-radius: var(--radius-xl); }
.story-path { min-height: 460px; display: flex; flex-direction: column; padding: 34px; color: #fff; background: var(--ocean); }
.story-path:nth-child(3) { background: var(--green-dark); }
.story-path--warm { background: linear-gradient(145deg, var(--warm), #e94848 58%, var(--warm-2)); }
.story-path > span { font-size: 10px; font-weight: 850; letter-spacing: .1em; opacity: .6; }
.story-path h3 { max-width: 350px; margin: auto 0 20px; font-family: var(--display); font-size: clamp(37px, 3.2vw, 55px); font-weight: 600; line-height: .98; letter-spacing: -.04em; }
.story-path p { max-width: 390px; color: rgba(255,255,255,.68); }
.story-path em { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); font-size: 11px; font-style: normal; font-weight: 850; text-transform: uppercase; }

/* Journal */
.journal-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.journal-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 25px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.journal-card--lead { grid-row: span 2; grid-template-columns: 1fr; }
.journal-card__media { min-height: 230px; position: relative; overflow: hidden; border-radius: 18px; }
.journal-card--lead .journal-card__media { min-height: 420px; }
.journal-card__media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s ease; }
.journal-card:hover .journal-card__media img { transform: scale(1.04); }
.journal-card__media span { position: absolute; left: 13px; top: 13px; padding: 7px 10px; border-radius: 99px; color: #fff; background: rgba(7,53,74,.72); font-size: 9px; font-weight: 800; }
.journal-card > div { display: flex; flex-direction: column; justify-content: center; }
.journal-card > div > small { color: var(--warm); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.journal-card h3 { margin: 11px 0; font-family: var(--display); font-size: clamp(27px, 2.6vw, 42px); font-weight: 600; line-height: 1; letter-spacing: -.035em; }
.journal-card p { font-size: 12px; }
.journal-card .text-link { margin-top: auto; }

/* Trust and FAQ */
.trust-manifesto { width: 100%; display: grid; grid-template-columns: 1.25fr .75fr; align-items: stretch; padding: 0 max(32px, calc((100% - var(--site-width)) / 2)); color: #fff; background: var(--green-dark); }
.trust-manifesto__quote { padding: 100px 8vw 100px 0; }
.trust-manifesto blockquote { max-width: 900px; margin: 0 0 26px; font-family: var(--display); font-size: clamp(48px, 6vw, 94px); line-height: .95; letter-spacing: -.05em; }
.trust-manifesto__quote p { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.65); }
.trust-manifesto__principles { display: grid; border-left: 1px solid rgba(255,255,255,.16); }
.trust-manifesto__principles div { display: flex; align-items: center; gap: 24px; padding: 28px; border-bottom: 1px solid rgba(255,255,255,.16); }
.trust-manifesto__principles div:last-child { border-bottom: 0; }
.trust-manifesto__principles strong { font-family: var(--display); font-size: 55px; font-weight: 500; opacity: .34; }
.trust-manifesto__principles span { font-size: 13px; font-weight: 800; text-transform: uppercase; }
.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 150px); }
.faq-section__intro h2 { font-size: clamp(48px, 5vw, 76px); }
.faq-section__intro .button { margin-top: 20px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(19px, 1.7vw, 27px); font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { font-family: var(--sans); color: var(--warm); font-size: 9px; font-weight: 850; }
.faq-list summary i { display: grid; place-items: center; font-style: normal; transition: transform .25s ease; }
.faq-list details[open] summary i { transform: rotate(180deg); }
.faq-list details p { max-width: 780px; padding: 0 42px 28px; }

.owner-cta { width: min(var(--site-width), calc(100% - 64px)); display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-bottom: 110px; padding: clamp(44px, 6vw, 86px); overflow: hidden; border-radius: var(--radius-xl); color: #fff; background: radial-gradient(circle at 85% 10%, rgba(255,210,82,.36), transparent 28%), linear-gradient(125deg, #ec714e, #e8474d 58%, #f1a63b); box-shadow: 0 30px 80px rgba(218,76,65,.23); }
.owner-cta h2 { max-width: 900px; margin-bottom: 16px; font-size: clamp(48px, 5.4vw, 84px); }
.owner-cta p { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.77); }
.owner-cta .button { flex: 0 0 auto; }

/* Footer */
.site-footer { position: relative; z-index: 5; padding: 0 max(32px, calc((100% - var(--site-width)) / 2)); color: #fff; background: #062c3e; }
.site-footer__statement { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.14); }
.site-footer__statement h2 { max-width: 850px; margin: 0; font-size: clamp(42px, 5.4vw, 78px); }
.site-footer__statement > a { width: 120px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; flex: 0 0 auto; border-radius: 50%; color: var(--ocean); background: #fff; font-size: 10px; font-weight: 850; text-align: center; text-transform: uppercase; transition: transform .3s ease, background .3s ease; }
.site-footer__statement > a:hover { transform: rotate(-6deg) scale(1.04); background: var(--warm-2); }
.site-footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; padding: 70px 0; }
.brand--footer { color: #fff; }
.footer-brand p { max-width: 390px; margin-top: 20px; color: rgba(255,255,255,.58); font-size: 12px; }
.site-footer__grid h3 { margin-bottom: 18px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer__grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__grid a, .site-footer__grid span { margin: 5px 0; color: rgba(255,255,255,.76); font-size: 12px; }
.site-footer__grid a:hover { color: #fff; }
.site-footer__bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.44); font-size: 10px; }
.site-footer__bottom div { display: flex; gap: 20px; }

/* Mobile dock and sheets */
.mobile-dock { display: none; }
.bottom-sheet { position: fixed; z-index: 120; left: 50%; bottom: 0; width: min(560px, 100%); max-height: 78svh; padding: 10px 20px calc(24px + env(safe-area-inset-bottom)); border-radius: 26px 26px 0 0; background: #fff; box-shadow: 0 -30px 80px rgba(0,0,0,.22); transform: translate(-50%, 105%); transition: transform .35s cubic-bezier(.22,.61,.36,1); }
.bottom-sheet.is-open { transform: translate(-50%, 0); }
.bottom-sheet__handle { width: 50px; height: 5px; margin: 0 auto 18px; border-radius: 99px; background: #d7e0e3; }
.bottom-sheet__head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.bottom-sheet__head h2 { margin-bottom: 15px; font-size: 32px; }
.bottom-sheet__head button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.bottom-sheet__content { display: grid; gap: 10px; max-height: 50svh; overflow: auto; }
.favorite-sheet-item { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 12px; padding: 9px; border: 1px solid var(--line); border-radius: 15px; }
.favorite-sheet-item img { width: 70px; height: 64px; object-fit: cover; border-radius: 10px; }
.favorite-sheet-item strong { font-family: var(--display); font-size: 18px; }
.favorite-sheet-item a { display: block; margin-top: 4px; color: var(--ocean-2); font-size: 10px; font-weight: 800; }
.favorite-sheet-item button { border: 0; color: var(--danger); background: transparent; }
.favorites-empty { padding: 34px 12px; text-align: center; }

/* Collection pages */
.site-inner { padding-top: var(--header-height); }
.site-inner .site-header { color: var(--ink); }
.inner-hero { min-height: 590px; position: relative; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--ocean); }
.inner-hero > img, .inner-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.inner-hero > img { object-fit: cover; }
.inner-hero__veil { background: linear-gradient(90deg, rgba(2,28,39,.83), rgba(3,31,40,.25)), linear-gradient(0deg, rgba(2,24,31,.56), transparent); }
.inner-hero__content { width: min(var(--site-width), calc(100% - 64px)); position: relative; z-index: 2; margin: 0 auto; padding-bottom: 76px; }
.inner-hero h1 { max-width: 950px; margin-bottom: 18px; font-size: clamp(62px, 7vw, 112px); }
.inner-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.74); font-size: 17px; }
.collection-shell { width: min(var(--site-width), calc(100% - 64px)); margin: -28px auto 0; position: relative; z-index: 4; padding-bottom: 120px; }
.collection-filter { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.collection-filter label { display: grid; gap: 4px; padding: 4px 22px; border-right: 1px solid var(--line); }
.collection-filter label > span { color: #7c9199; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.collection-filter label > div { display: flex; align-items: center; gap: 8px; }
.collection-filter input, .collection-filter select { width: 100%; min-height: 36px; border: 0; outline: 0; background: transparent; }
.collection-filter select { appearance: none; }
.collection-filter .button { min-width: 130px; }
.collection-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 70px 0 30px; }
.collection-toolbar h2 { margin: 0; font-size: clamp(38px, 4vw, 62px); }
.collection-intents { display: flex; flex-wrap: wrap; gap: 8px; }
.collection-intents a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; background: #fff; font-size: 10px; font-weight: 800; }
.collection-intents a.is-active, .collection-intents a:hover { color: #fff; border-color: var(--ocean); background: var(--ocean); }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.collection-empty { max-width: 760px; display: flex; flex-direction: column; align-items: center; margin: 70px auto 0; padding: 60px 30px; border: 1px dashed rgba(7,53,74,.25); border-radius: var(--radius-xl); text-align: center; background: #fff; }
.collection-empty > span { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 20px; color: var(--green); background: var(--mint); font-size: 28px; }
.collection-empty h2 { font-size: 42px; }
.collection-empty p { max-width: 620px; }
.item-dialog { width: min(900px, calc(100% - 30px)); max-height: 90svh; padding: 0; overflow: auto; border: 0; border-radius: 26px; color: var(--ink); background: #fff; box-shadow: 0 40px 100px rgba(0,0,0,.28); }
.item-dialog::backdrop { background: rgba(1,24,34,.7); backdrop-filter: blur(5px); }
.item-dialog > button { width: 44px; height: 44px; position: absolute; z-index: 3; right: 14px; top: 14px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); }

body[data-js-ready="true"] .section-heading,
body[data-js-ready="true"] .destination-card,
body[data-js-ready="true"] .place-card,
body[data-js-ready="true"] .service-card,
body[data-js-ready="true"] .story-path,
body[data-js-ready="true"] .journal-card,
body[data-js-ready="true"] .journey-cta { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
body[data-js-ready="true"] .is-visible { opacity: 1; transform: translateY(0); }

/* Destination pages */
.destination-hero { min-height: calc(100svh - var(--header-height)); position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--ocean); }
.destination-hero > img, .destination-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.destination-hero > img { object-fit: cover; }
.destination-hero__veil { background: linear-gradient(90deg, rgba(2,28,39,.84), rgba(3,31,40,.15)), linear-gradient(0deg, rgba(2,24,31,.54), transparent); }
.destination-hero__content { width: min(var(--site-width), calc(100% - 64px)); position: relative; z-index: 2; margin: 0 auto; padding-bottom: 70px; }
.destination-hero h1 { margin-bottom: 22px; font-size: clamp(90px, 14vw, 210px); line-height: .78; }
.destination-hero p { max-width: 620px; color: rgba(255,255,255,.75); font-size: 18px; }
.destination-hero__stats { position: absolute; z-index: 3; right: max(32px, calc((100% - var(--site-width)) / 2)); bottom: 42px; display: flex; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: rgba(7,53,74,.48); backdrop-filter: blur(14px); }
.destination-hero__stats div { min-width: 130px; display: flex; flex-direction: column; padding: 18px; border-right: 1px solid rgba(255,255,255,.18); }
.destination-hero__stats div:last-child { border-right: 0; }
.destination-hero__stats strong { font-family: var(--display); font-size: 30px; line-height: 1; }
.destination-hero__stats span { margin-top: 6px; color: rgba(255,255,255,.66); font-size: 9px; text-transform: uppercase; }
.destination-sheet { position: relative; z-index: 4; margin-top: -28px; overflow: hidden; border-radius: 34px 34px 0 0; background: var(--paper); }
.destination-intro { width: min(950px, calc(100% - 64px)); margin: 0 auto; padding: 110px 0 25px; text-align: center; }
.destination-intro h2 { font-size: clamp(50px, 6vw, 86px); }
.destination-intro p { max-width: 760px; margin-inline: auto; font-size: 17px; }
.destination-collection { border-bottom: 1px solid var(--line); }
.destination-empty { display: grid; place-items: center; min-height: 190px; border: 1px dashed var(--line); border-radius: var(--radius-lg); background: #fff; }
.destination-empty span { color: var(--green); font-size: 28px; }
.nearby-destinations { width: min(var(--site-width), calc(100% - 64px)); margin: 0 auto; padding: 110px 0; }
.nearby-destinations > div:last-child { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.nearby-destinations > div:last-child a { min-height: 280px; position: relative; display: flex; align-items: end; overflow: hidden; border-radius: 20px; color: #fff; }
.nearby-destinations img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.67); transition: transform .4s ease; }
.nearby-destinations a:hover img { transform: scale(1.05); }
.nearby-destinations a span { width: 100%; position: relative; display: flex; align-items: center; justify-content: space-between; padding: 18px; font-family: var(--display); font-size: 25px; }

/* Utility */
.utility-main { min-height: 82svh; display: grid; place-items: center; padding: 90px 32px 120px; background: linear-gradient(135deg, #eef7f4, #edf6fa); }
.utility-card { width: min(1120px, 100%); display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.utility-card__visual { min-height: 600px; position: relative; }
.utility-card__visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.utility-card__visual > span { width: 90px; height: 90px; position: absolute; right: 25px; bottom: 25px; display: grid; place-items: center; border-radius: 28px; color: #fff; background: rgba(7,53,74,.8); backdrop-filter: blur(14px); font-size: 39px; }
.utility-card__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 6vw, 80px); }
.utility-card__copy h1 { margin-bottom: 24px; font-size: clamp(52px, 6vw, 84px); }
.utility-card__copy > p { font-size: 17px; }
.utility-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.launch-note { display: flex; gap: 15px; margin: 26px 0; padding: 18px; border-radius: 18px; background: var(--sky); }
.launch-note > span { color: var(--ocean-2); font-size: 22px; }
.launch-note strong { display: block; margin-bottom: 4px; }
.launch-note p { margin: 0; font-size: 12px; }

@keyframes hero-breathe { from { transform: scale(1.015); } to { transform: scale(1.055); } }
@keyframes scroll-line { 0% { transform: translateY(0); } 100% { transform: translateY(200%); } }
@keyframes panel-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1180px) {
    :root { --header-height: 78px; }
    .site-header__inner, .hero-stage__content, .section, .owner-cta, .inner-hero__content, .collection-shell, .destination-hero__content, .nearby-destinations { width: min(100% - 40px, var(--site-width)); }
    .desktop-nav { display: none; }
    .mobile-menu-button { display: grid; }
    .hero-stage__content { grid-template-columns: 1fr; gap: 25px; padding-bottom: 62px; }
    .hero-copy { max-width: 760px; padding: 0; }
    .hero-copy h1 { max-width: 860px; font-size: clamp(62px, 9vw, 98px); }
    .hero-discovery { max-width: 900px; }
    .scroll-cue { display: none; }
    .card-slider { width: calc(100vw - 20px); }
    .card-slider__track { grid-auto-columns: minmax(310px, 42%); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .collection-grid { grid-template-columns: repeat(2, 1fr); }
    .nearby-destinations > div:last-child { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
    .header-owner, .header-language { display: none; }
    .hero-stage { position: relative; min-height: 100svh; }
    .hero-stage__media img { object-position: 64% center; }
    .hero-stage__overlay { background: linear-gradient(0deg, rgba(2,25,33,.9), rgba(2,29,38,.22) 76%), linear-gradient(90deg, rgba(2,27,37,.55), transparent); }
    .hero-stage__content { min-height: 100svh; display: flex; flex-direction: column; justify-content: end; padding: 130px 0 34px; }
    .hero-copy h1 { font-size: clamp(54px, 13vw, 82px); }
    .hero-copy p { max-width: 580px; font-size: 15px; }
    .hero-discovery { width: 100%; padding: 14px; border-radius: 22px; }
    .intent-chooser { grid-template-columns: repeat(2, 1fr); }
    .intent-chooser a { min-height: 84px; }
    .intent-chooser a:nth-child(2) { border-right: 0; }
    .intent-chooser a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .hero-search { grid-template-columns: repeat(2, 1fr); padding: 5px; }
    .hero-search label { min-height: 68px; border-bottom: 1px solid var(--line); }
    .hero-search label:nth-of-type(2) { border-right: 0; }
    .hero-search__submit { min-height: 56px; grid-column: 1 / -1; display: flex; gap: 8px; border-radius: 14px; }
    .hero-search__submit span { display: inline; font-size: 12px; font-weight: 850; }
    .hero-search__back { top: auto; right: 8px; bottom: 13px; left: auto; z-index: 2; border-color: transparent; transform: none; }
    .hero-search__submit { padding-right: 100px; }
    .home-sheet { border-radius: 28px 28px 0 0; }
    .section { padding: 78px 0; }
    .section-heading { align-items: start; flex-direction: column; gap: 22px; }
    .section-heading__actions { width: 100%; justify-content: flex-end; }
    .section-heading__actions .text-link { margin-right: auto; }
    .destination-grid { grid-auto-rows: 260px; }
    .destination-card, .destination-card:nth-child(1), .destination-card:nth-child(4) { grid-column: span 6; }
    .about-section { grid-template-columns: 1fr; }
    .about-section__media { min-height: 560px; }
    .story-paths__grid { grid-template-columns: 1fr; gap: 1px; }
    .story-path { min-height: 360px; }
    .journal-grid { grid-template-columns: 1fr; }
    .journal-card--lead { grid-row: auto; }
    .trust-manifesto { grid-template-columns: 1fr; }
    .trust-manifesto__quote { padding: 80px 0; }
    .trust-manifesto__principles { grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
    .trust-manifesto__principles div { flex-direction: column; align-items: start; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0; }
    .faq-section { grid-template-columns: 1fr; gap: 45px; }
    .owner-cta { align-items: flex-start; flex-direction: column; }
    .site-footer__grid { grid-template-columns: 2fr 1fr 1fr; }
    .site-footer__grid > div:last-child { grid-column: 2 / 4; }
    .collection-filter { grid-template-columns: 1fr 1fr; }
    .collection-filter .button { grid-column: 1 / -1; }
    .destination-hero__stats { right: 20px; left: 20px; bottom: 22px; }
    .destination-hero__stats div { min-width: 0; flex: 1; }
    .utility-card { grid-template-columns: 1fr; }
    .utility-card__visual { min-height: 420px; }
}

@media (max-width: 700px) {
    :root { --header-height: 70px; --radius-xl: 26px; --radius-lg: 20px; }
    body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
    .site-header__inner, .hero-stage__content, .section, .owner-cta, .inner-hero__content, .collection-shell, .destination-hero__content, .nearby-destinations { width: calc(100% - 28px); }
    .site-header__inner { gap: 10px; }
    .brand__mark { width: 40px; height: 40px; }
    .brand__word strong { font-size: 18px; }
    .header-explore { display: none; }
    .mobile-menu-button { width: 43px; height: 43px; }
    .hero-stage__content { padding-top: 105px; }
    .hero-copy .eyebrow { margin-bottom: 10px; }
    .hero-copy h1 { margin-bottom: 14px; font-size: clamp(49px, 14.5vw, 70px); }
    .hero-copy p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 13px; }
    .hero-discovery__prompt { font-size: 10px; }
    .intent-chooser a { min-height: 76px; padding: 12px; }
    .intent-chooser a strong { max-width: 110px; font-size: 11px; }
    .intent-chooser a .site-icon { right: 10px; bottom: 10px; font-size: 11px; }
    .hero-search { grid-template-columns: 1fr 1fr; }
    .hero-search label { padding-inline: 11px 29px; }
    .hero-search label > span { font-size: 8px; }
    .hero-search select { font-size: 11px; }
    .section { padding: 66px 0; }
    h2 { font-size: clamp(38px, 12vw, 56px); }
    .section-heading { margin-bottom: 28px; }
    .section-heading p { font-size: 14px; }
    .card-slider { width: calc(100vw - 14px); }
    .card-slider__track { grid-auto-columns: minmax(278px, 86%); gap: 12px; padding-bottom: 20px; }
    .catalog-card__media { height: 270px; }
    .section--destinations, .services-section, .story-paths, .trust-manifesto { padding-inline: 14px; }
    .destination-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; gap: 10px; }
    .destination-card, .destination-card:nth-child(1), .destination-card:nth-child(4) { grid-column: auto; }
    .destination-card__content { padding: 22px; }
    .about-section { gap: 40px; }
    .about-section__media { min-height: 430px; }
    .about-section__stamp { width: 140px; height: 140px; right: 14px; bottom: 14px; padding: 18px; }
    .about-section__stamp > span { font-size: 30px; }
    .trust-list { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
    .service-card { min-height: 235px; padding: 18px; }
    .service-card__icon { margin: 22px 0 17px; }
    .service-card h3 { font-size: 22px; }
    .service-card p { font-size: 10px; }
    .story-path { min-height: 330px; padding: 26px; }
    .journal-card, .journal-card--lead { grid-template-columns: 1fr; }
    .journal-card__media, .journal-card--lead .journal-card__media { min-height: 260px; }
    .trust-manifesto__quote { padding: 65px 12px; }
    .trust-manifesto__principles { grid-template-columns: 1fr; }
    .trust-manifesto__principles div { flex-direction: row; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
    .faq-list summary { min-height: 78px; grid-template-columns: 30px 1fr auto; font-size: 18px; }
    .faq-list details p { padding-left: 30px; }
    .owner-cta { margin-bottom: 70px; padding: 34px 24px; }
    .owner-cta h2 { font-size: 46px; }
    .site-footer { padding-inline: 20px; }
    .site-footer__statement { align-items: flex-start; flex-direction: column; padding: 60px 0; }
    .site-footer__statement > a { width: auto; height: 48px; flex-direction: row; padding: 0 18px; border-radius: 99px; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .site-footer__grid > div:last-child { grid-column: 1 / -1; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
    .mobile-dock { height: calc(68px + env(safe-area-inset-bottom)); position: fixed; z-index: 80; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: start; padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); border: 1px solid rgba(255,255,255,.55); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 14px 42px rgba(3,34,47,.22); backdrop-filter: blur(18px); }
    .mobile-dock__item { width: 48px; height: 48px; position: relative; display: grid; place-items: center; justify-self: center; border: 0; border-radius: 16px; color: var(--ocean); background: transparent; font-size: 21px; }
    .mobile-dock__item--primary { color: #fff; background: linear-gradient(135deg, var(--ocean-2), var(--green)); box-shadow: 0 9px 19px rgba(8,105,100,.25); }
    .dock-count { min-width: 18px; height: 18px; position: absolute; right: 0; top: 0; display: grid; place-items: center; padding: 0 4px; border: 2px solid #fff; border-radius: 99px; color: #fff; background: var(--warm); font-size: 8px; font-weight: 900; }
    .language-popover { position: relative; display: grid; }
    .language-popover__menu { position: absolute; right: 2px; bottom: 62px; display: grid; gap: 7px; visibility: hidden; padding: 8px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow-soft); opacity: 0; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
    .language-popover__menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
    .language-popover__menu a { min-width: 86px; display: flex; align-items: center; gap: 9px; padding: 9px 11px; border-radius: 11px; font-size: 11px; }
    .language-popover__menu a:hover { background: var(--sky); }
    .inner-hero { min-height: 520px; }
    .inner-hero__content { padding-bottom: 56px; }
    .inner-hero h1 { font-size: 58px; }
    .collection-shell { margin-top: -20px; }
    .collection-filter { grid-template-columns: 1fr; border-radius: 18px; }
    .collection-filter label { border-right: 0; border-bottom: 1px solid var(--line); }
    .collection-filter .button { grid-column: auto; }
    .collection-toolbar { align-items: flex-start; flex-direction: column; padding-top: 50px; }
    .collection-grid { grid-template-columns: 1fr; }
    .destination-hero { min-height: 85svh; align-items: end; }
    .destination-hero__content { padding-bottom: 155px; }
    .destination-hero h1 { font-size: 80px; }
    .destination-hero__stats { right: 14px; left: 14px; }
    .destination-hero__stats div { padding: 13px; }
    .destination-hero__stats strong { font-size: 24px; }
    .destination-intro { width: calc(100% - 28px); padding-top: 80px; }
    .nearby-destinations > div:last-child { grid-template-columns: 1fr 1fr; }
    .nearby-destinations > div:last-child a { min-height: 220px; }
    .utility-main { padding: 35px 14px 90px; }
    .utility-card__visual { min-height: 320px; }
    .utility-card__copy { padding: 35px 24px; }
    .utility-card__copy h1 { font-size: 50px; }
}

@media (max-width: 430px) {
    .hero-stage__content { padding-bottom: 24px; }
    .hero-copy h1 { font-size: 48px; }
    .hero-discovery { padding: 10px; }
    .intent-chooser a { min-height: 70px; }
    .hero-search label { min-height: 62px; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 210px; }
    .nearby-destinations > div:last-child { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* DataBali v0.9.1 homepage refinement */
.site-home h2 { font-size: clamp(34px, 3.3vw, 54px); line-height: 1.02; }
.site-home .home-sheet { padding-top: 0; }
.site-home .section { padding: 88px 0; }
.site-home .hero-stage__overlay { background: linear-gradient(180deg, rgba(2,25,34,.54), rgba(2,25,34,.24) 42%, rgba(2,24,31,.76)), radial-gradient(circle at 50% 40%, rgba(3,45,55,.05), rgba(2,23,31,.32)); }
.site-home .hero-stage__content { min-height: 100svh; grid-template-columns: 1fr; place-items: center; align-content: center; gap: 30px; padding: 128px 0 84px; text-align: center; }
.site-home .hero-copy { max-width: 940px; padding: 0; }
.site-home .hero-copy .eyebrow { margin-bottom: 12px; }
.site-home .hero-copy h1 { max-width: none; margin-bottom: 16px; font-size: clamp(50px, 5.6vw, 76px); line-height: 1; }
.site-home .hero-copy p { max-width: 760px; margin-inline: auto; color: rgba(255,255,255,.86); font-size: clamp(15px, 1.25vw, 19px); }
.site-home .hero-discovery { width: min(1040px, 100%); align-self: auto; padding: 12px; border-radius: 26px; background: rgba(5,35,45,.47); }
.site-home .hero-discovery__prompt { margin: 0 0 10px 7px; text-align: left; font-size: 11px; }
.site-home .intent-chooser { border-radius: 17px; }
.site-home .intent-chooser a { min-height: 76px; flex-direction: row; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; }
.site-home .intent-chooser a strong { max-width: none; font-size: 15px; line-height: 1.2; }
.site-home .intent-chooser a .site-icon { position: static; font-size: 17px; }
.site-home .hero-search label { min-height: 78px; }
.site-home .hero-search select { font-size: 14px; }
.site-home .scroll-cue { bottom: 24px; }

.site-home .section-heading { margin-bottom: 32px; }
.site-home .section-heading--compact > div:first-child { max-width: 760px; }
.site-home .section-heading--compact h2 { max-width: 720px; margin-bottom: 12px; }
.site-home .section-heading--compact p { max-width: 620px; font-size: 15px; }
.site-home .section-heading--minimal { align-items: center; margin-bottom: 24px; }
.site-home .section-heading--minimal .eyebrow { margin-bottom: 0; }

.site-home .section--stays { width: 100%; padding: 72px 0 90px; }
.site-home .section--stays > .section-heading { width: min(var(--site-width), calc(100% - 64px)); margin-inline: auto; }
.site-home .section--stays .card-slider { width: 100vw; }
.site-home .section--stays .card-slider__track { grid-auto-columns: minmax(320px, 29vw); padding-inline: max(32px, calc((100vw - var(--site-width)) / 2)); }
.site-home .card-slider__track { cursor: grab; scroll-behavior: smooth; user-select: none; }
.site-home .card-slider__track img { -webkit-user-drag: none; }
.site-home .card-slider__track.is-dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; user-select: none; }

.site-home .section--destinations { padding: 90px max(32px, calc((100% - var(--site-width)) / 2)); }
.site-home .section--destinations .section-heading { margin-bottom: 36px; }
.site-home .section--destinations h2 { max-width: 660px; }
.site-home .destination-grid { grid-auto-rows: 270px; }
.site-home .destination-card:nth-child(5) { grid-column: span 8; }
.site-home .destination-card__content strong { font-size: clamp(30px, 3.2vw, 48px); }

.site-home .places-section { padding: 96px 0; }
.site-home .places-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.site-home .place-card { min-height: 420px; position: relative; display: flex; align-items: end; overflow: hidden; border-radius: var(--radius-lg); color: #fff; isolation: isolate; }
.site-home .place-card img, .site-home .place-card__veil { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.site-home .place-card img { object-fit: cover; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.site-home .place-card__veil { z-index: -1; background: linear-gradient(180deg, rgba(2,23,31,.02) 28%, rgba(2,23,31,.9)); }
.site-home .place-card__content { width: 100%; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.site-home .place-card small { margin-bottom: 7px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.site-home .place-card strong { font-family: var(--display); font-size: clamp(28px, 2.5vw, 39px); font-weight: 600; letter-spacing: -.035em; line-height: 1; }
.site-home .place-card p { min-height: 42px; margin: 10px 0 18px; color: rgba(255,255,255,.72); font-size: 12px; }
.site-home .place-card em { width: 100%; display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.24); font-size: 10px; font-style: normal; font-weight: 850; text-transform: uppercase; }
.site-home .place-card:hover img { transform: scale(1.055); }

.site-home .about-section { gap: clamp(44px, 6vw, 90px); }
.site-home .about-section__media { min-height: 560px; }
.site-home .about-section__stamp { width: auto; height: auto; right: 18px; bottom: 18px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 12px; padding: 12px 16px 12px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; background: rgba(5,43,57,.78); box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.site-home .about-section__stamp > span { font-family: inherit; font-size: inherit; }
.site-home .about-section__stamp .brand__mark { width: 43px; height: 43px; border-radius: 13px 5px 13px 5px; font-size: 12px; }
.site-home .about-section__stamp > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.site-home .about-section__stamp strong { font-size: 11px; letter-spacing: .04em; text-transform: none; }
.site-home .about-section__stamp small { color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.site-home .about-section__copy h2 { max-width: 640px; font-size: clamp(38px, 4vw, 57px); }
.site-home .about-section__copy > p { font-size: 15px; }

.site-home .services-section { padding: 88px max(32px, calc((100% - var(--site-width)) / 2)); }
.site-home .services-grid { gap: 12px; }
.site-home .service-card { min-height: 166px; padding: 20px; }
.site-home .service-card::before { width: 120px; height: 120px; }
.site-home .service-card__number { position: absolute; right: 18px; top: 17px; }
.site-home .service-card__head { display: flex; align-items: center; gap: 13px; padding-right: 24px; }
.site-home .service-card__icon { width: 42px; height: 42px; margin: 0; border-radius: 13px; font-size: 20px; }
.site-home .service-card h3 { margin: 0; font-size: 21px; }
.site-home .service-card p { max-width: 285px; margin: 18px 36px 0 0; font-size: 11px; }
.site-home .service-card > em { right: 17px; bottom: 17px; }

.site-home .experiences-section { padding-top: 92px; }
.site-home .story-paths { padding: 90px max(32px, calc((100% - var(--site-width)) / 2)); }
.site-home .story-paths__grid { gap: 14px; overflow: visible; border-radius: 0; }
.site-home .story-path { min-height: 420px; position: relative; display: flex; align-items: end; padding: 0; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: var(--ocean); isolation: isolate; }
.site-home .story-path > img, .site-home .story-path__veil { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.site-home .story-path > img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.2,1); }
.site-home .story-path__veil { z-index: -1; background: linear-gradient(180deg, rgba(2,22,29,.04) 26%, rgba(2,24,31,.9)); }
.site-home .story-path > span { font-size: inherit; letter-spacing: normal; opacity: 1; }
.site-home .story-path__number { position: absolute; left: 22px; top: 20px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; background: rgba(4,39,50,.28); backdrop-filter: blur(9px); font-size: 9px !important; font-weight: 850; letter-spacing: .1em !important; }
.site-home .story-path__content { width: 100%; display: flex; flex-direction: column; padding: 28px; transition: transform .35s ease; }
.site-home .story-path h3 { max-width: 360px; margin: 0 0 12px; font-size: clamp(30px, 2.7vw, 44px); }
.site-home .story-path p { max-width: 390px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.site-home .story-path em { opacity: 0; transform: translateY(10px); transition: opacity .3s ease, transform .3s ease; }
.site-home .story-path:hover > img { transform: scale(1.055); }
.site-home .story-path:hover .story-path__content { transform: translateY(-5px); }
.site-home .story-path:hover em, .site-home .story-path:focus-visible em { opacity: 1; transform: translateY(0); }

.site-home .journal-section { padding: 94px 0; }
.site-home .journal-section .section-heading { margin-bottom: 24px; }

.site-home .journey-cta { display: grid; grid-template-columns: 1.08fr .92fr; padding: 0; overflow: hidden; border-radius: var(--radius-xl); color: #fff; background: linear-gradient(135deg, #07354a, #075b4d); box-shadow: var(--shadow); }
.site-home .journey-cta__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 82px); }
.site-home .journey-cta h2 { max-width: 680px; margin-bottom: 16px; color: #fff; font-size: clamp(39px, 4.2vw, 62px); }
.site-home .journey-cta p { max-width: 620px; color: rgba(255,255,255,.7); font-size: 15px; }
.site-home .journey-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.site-home .journey-cta__secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.site-home .journey-cta__visual { min-height: 430px; position: relative; overflow: hidden; }
.site-home .journey-cta__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,53,74,.52), transparent 60%); }
.site-home .journey-cta__visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.site-home .journey-cta__visual > span { position: absolute; z-index: 2; right: 22px; bottom: 22px; display: flex; flex-direction: column; padding: 15px 18px; border: 1px solid rgba(255,255,255,.26); border-radius: 16px; background: rgba(3,34,46,.56); backdrop-filter: blur(14px); }
.site-home .journey-cta__visual strong { font-family: var(--display); font-size: 25px; font-weight: 600; }
.site-home .journey-cta__visual small { color: rgba(255,255,255,.66); font-size: 8px; font-weight: 850; letter-spacing: .12em; }

.site-home .faq-section__intro h2 { max-width: 520px; font-size: clamp(38px, 4vw, 56px); }
.site-home .owner-cta { margin-bottom: 88px; padding: clamp(38px, 5vw, 64px); }
.site-home .owner-cta h2 { max-width: 760px; font-size: clamp(40px, 4vw, 58px); }

.site-footer { padding: 0 max(32px, calc((100% - var(--site-width)) / 2)); background: #052b3a; }
.site-footer__statement { min-height: 0; padding: 54px 0; }
.site-footer__statement > div { max-width: 760px; }
.site-footer__statement h2 { margin: 0 0 10px; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.02; }
.site-footer__statement p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.site-footer__statement > a { width: auto; height: auto; flex-direction: row; padding: 0 21px; border-radius: 999px; font-size: 13px; text-transform: none; }
.site-footer__statement > a:hover { transform: translateY(-2px); }
.site-footer__grid { grid-template-columns: 1.6fr .75fr .75fr 1fr; gap: clamp(28px, 4vw, 64px); padding: 54px 0; }
.site-footer__grid nav, .site-footer__grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__grid h3 { margin-bottom: 15px; }
.site-footer__grid a, .site-footer__grid span { font-size: 12px; }
.footer-brand__location { display: block; margin-top: 22px !important; color: rgba(255,255,255,.38) !important; font-size: 9px !important; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.05); }
.footer-contact p { margin: 0 0 16px; color: rgba(255,255,255,.56); font-size: 11px; }
.footer-contact > a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 750; }

@media (max-width: 1180px) {
    .site-home .hero-stage__content { width: min(100% - 40px, 1040px); }
    .site-home .hero-copy h1 { font-size: clamp(48px, 7vw, 70px); }
    .site-home .places-grid { grid-template-columns: repeat(2, 1fr); }
    .site-home .place-card { min-height: 360px; }
    .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .site-footer__grid .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
    .site-home .hero-stage__content { justify-content: center; padding: 112px 0 72px; }
    .site-home .destination-card, .site-home .destination-card:nth-child(1), .site-home .destination-card:nth-child(4), .site-home .destination-card:nth-child(5) { grid-column: span 6; }
    .site-home .about-section__media { min-height: 500px; }
    .site-home .story-paths__grid { grid-template-columns: 1fr; gap: 12px; }
    .site-home .story-path { min-height: 360px; }
    .site-home .story-path em { opacity: 1; transform: none; }
    .site-home .journey-cta { grid-template-columns: 1fr; }
    .site-home .journey-cta__visual { min-height: 330px; }
}

@media (max-width: 700px) {
    .site-home .hero-stage__content { width: calc(100% - 28px); justify-content: center; gap: 20px; padding: 92px 0 108px; }
    .site-home .hero-copy .eyebrow { margin-bottom: 8px; font-size: 9px; }
    .site-home .hero-copy h1 { margin-bottom: 12px; font-size: clamp(36px, 10.5vw, 46px); }
    .site-home .hero-copy p { display: block; overflow: visible; font-size: 14px; -webkit-line-clamp: unset; }
    .site-home .hero-discovery { padding: 8px; border-radius: 19px; }
    .site-home .hero-discovery__prompt { margin: 0 0 8px 5px; font-size: 11px; }
    .site-home .intent-chooser { border-radius: 14px; }
    .site-home .intent-chooser a { min-height: 62px; padding: 13px 14px; }
    .site-home .intent-chooser a strong { max-width: none; font-size: 14px; }
    .site-home .intent-chooser a .site-icon { right: auto; bottom: auto; font-size: 15px; }
    .site-home .hero-search { padding: 4px; }
    .site-home .hero-search label { min-height: 66px; padding-inline: 13px 30px; }
    .site-home .hero-search label > span { font-size: 8px; }
    .site-home .hero-search select { font-size: 13px; }
    .site-home .scroll-cue { display: none; }
    .site-home .home-sheet { border-radius: 24px 24px 0 0; }
    .site-home .section { width: calc(100% - 28px); padding: 62px 0; }
    .site-home h2 { font-size: clamp(34px, 10vw, 44px); }
    .site-home .section-heading { gap: 16px; margin-bottom: 24px; }
    .site-home .section-heading--minimal { flex-direction: row; align-items: center; }
    .site-home .section-heading--minimal .section-heading__actions { width: auto; }
    .site-home .section--stays { width: 100%; padding: 58px 0 68px; }
    .site-home .section--stays > .section-heading { width: calc(100% - 28px); }
    .site-home .section--stays .card-slider__track { grid-auto-columns: minmax(278px, 86vw); gap: 12px; padding-inline: 14px; }
    .site-home .section--destinations { width: 100%; padding: 64px 14px; }
    .site-home .destination-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
    .site-home .destination-card, .site-home .destination-card:nth-child(1), .site-home .destination-card:nth-child(4), .site-home .destination-card:nth-child(5) { display: flex; grid-column: auto; }
    .site-home .destination-card__content strong { font-size: 38px; }
    .site-home .places-section { width: 100%; padding: 66px 0; }
    .site-home .places-section > .section-heading { width: calc(100% - 28px); margin-inline: auto; }
    .site-home .places-grid { grid-auto-flow: column; grid-auto-columns: 82vw; grid-template-columns: none; gap: 12px; padding-inline: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .site-home .places-grid::-webkit-scrollbar { display: none; }
    .site-home .place-card { min-height: 390px; scroll-snap-align: start; }
    .site-home .about-section { gap: 36px; }
    .site-home .about-section__media { min-height: 410px; }
    .site-home .about-section__stamp { right: 12px; bottom: 12px; }
    .site-home .about-section__copy h2 { font-size: 40px; }
    .site-home .services-section { width: 100%; padding: 64px 14px; }
    .site-home .services-grid { grid-template-columns: 1fr; gap: 9px; }
    .site-home .service-card { min-height: 138px; padding: 18px; }
    .site-home .service-card h3 { font-size: 20px; }
    .site-home .service-card p { margin-top: 14px; font-size: 11px; }
    .site-home .story-paths { width: 100%; padding: 66px 14px; }
    .site-home .story-path { min-height: 370px; }
    .site-home .story-path h3 { font-size: 36px; }
    .site-home .journal-section { padding: 66px 0; }
    .site-home .journey-cta { width: calc(100% - 28px); padding: 0; }
    .site-home .journey-cta__copy { padding: 38px 28px; }
    .site-home .journey-cta h2 { font-size: 40px; }
    .site-home .journey-cta__visual { min-height: 270px; }
    .site-home .faq-section__intro h2 { font-size: 40px; }
    .site-home .owner-cta { margin-bottom: 64px; padding: 34px 26px; }
    .site-home .owner-cta h2 { font-size: 42px; }
    .site-footer { padding-inline: 20px; }
    .site-footer__statement { align-items: flex-start; flex-direction: column; padding: 44px 0; }
    .site-footer__statement h2 { font-size: 38px; }
    .site-footer__statement > a { width: auto; height: 50px; padding: 0 19px; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; padding: 46px 0; }
    .site-footer__grid .footer-brand, .site-footer__grid .footer-contact { grid-column: 1 / -1; }
    .site-footer__bottom { padding: 20px 0; }
}

@media (max-width: 430px) {
    .site-home .hero-stage__content { gap: 17px; padding-bottom: 100px; }
    .site-home .hero-copy h1 { font-size: 37px; }
    .site-home .hero-copy p { font-size: 13px; }
    .site-home .intent-chooser a { min-height: 60px; }
    .site-home .intent-chooser a strong { font-size: 13px; }
    .site-home .hero-search label { min-height: 64px; }
    .site-home .section-heading--minimal .section-heading__actions { gap: 6px; }
    .site-home .section-heading--minimal .section-heading__actions .text-link { margin-right: 4px; font-size: 11px; }
    .site-home .section-heading__actions > button { width: 40px; height: 40px; }
    .site-home .about-section__stamp small { font-size: 8px; }
    .site-home .journey-cta h2, .site-home .faq-section__intro h2 { font-size: 37px; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

/* DataBali v0.9.2 homepage showcase corrections */
.site-home .section--stays { padding-bottom: 82px; }
.site-home .section--stays .card-slider__track { grid-auto-columns: clamp(720px, 52vw, 980px); gap: 16px; padding: 2px 0 30px; }
.site-home .catalog-card--stay { min-height: 390px; display: grid; grid-template-columns: minmax(390px, 1.12fr) minmax(300px, .88fr); cursor: pointer; border-color: rgba(7,53,74,.16); border-radius: 26px; }
.site-home .catalog-card--stay .catalog-card__media { height: 100%; min-height: 390px; }
.site-home .catalog-card--stay .catalog-card__body { min-width: 0; display: flex; flex-direction: column; padding: 30px; }
.site-home .catalog-card--stay .catalog-card__body h3 { padding-right: 34px; font-size: clamp(30px, 2.5vw, 42px); }
.site-home .catalog-card--stay .catalog-card__body > p { min-height: 0; margin-bottom: 18px; -webkit-line-clamp: 3; }
.catalog-card__facts { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 2px 0 20px; color: #607983; font-size: 10px; font-weight: 700; }
.catalog-card__facts span { display: inline-flex; align-items: center; gap: 5px; }
.catalog-card__facts .site-icon { color: var(--warm); font-size: 17px; }
.catalog-card__facts strong { color: var(--ink); font-size: 12px; }
.site-home .catalog-card--stay .catalog-card__foot { margin-top: auto; }
.stays-showcase__footer { display: flex; justify-content: center; padding: 2px 20px 0; }
.stays-showcase__footer .button { min-width: 170px; }
.stays-showcase__empty { width: min(760px, calc(100% - 28px)); display: grid; justify-items: center; gap: 8px; margin: 0 auto 28px; padding: 44px 24px; border: 1px dashed rgba(239,112,79,.42); border-radius: 26px; background: #fff; text-align: center; }
.stays-showcase__empty > span { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 4px; border-radius: 17px; color: var(--warm); background: rgba(239,112,79,.1); font-size: 25px; }
.stays-showcase__empty p { margin: 0; }

.site-home .section--destinations { background: radial-gradient(circle at 12% 8%, rgba(255,222,137,.28), transparent 30%), linear-gradient(135deg, #ef704f, #e85845 58%, #f3a43c); }
.site-home .section--destinations .eyebrow::before { background: rgba(255,255,255,.8); }

.site-home .trust-list { gap: 10px; margin: 28px 0 32px; padding: 0; border: 0; }
.site-home .trust-list > span { min-height: 72px; display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid rgba(239,112,79,.24); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(7,53,74,.055); }
.site-home .trust-list > span > i { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--warm); background: rgba(239,112,79,.1); font-size: 20px; font-style: normal; }
.site-home .trust-list > span > strong { color: var(--ink); font-size: 12px; line-height: 1.25; }

.site-home .experiences-section { width: min(var(--site-width), calc(100% - 64px)); position: relative; isolation: isolate; padding: 92px 0 88px; }
.site-home .experiences-section::before { width: 330px; height: 330px; position: absolute; z-index: -1; right: -170px; top: 28px; content: ""; border-radius: 46% 54% 63% 37%; background: radial-gradient(circle at 35% 35%, rgba(239,112,79,.2), rgba(243,164,60,.05) 68%, transparent 70%); filter: blur(2px); animation: databali-shape-drift 15s ease-in-out infinite alternate; }
.site-home .experiences-section .card-slider { width: 100%; }
.site-home .experiences-section .card-slider__track { grid-auto-columns: calc((100% - 32px) / 3); gap: 16px; padding: 2px 0 22px; }
.site-home .catalog-card--experience { cursor: pointer; border-color: rgba(239,112,79,.24); }
.site-home .catalog-card--experience .catalog-card__media { height: clamp(270px, 24vw, 360px); }
.site-home .catalog-card--experience .catalog-card__body { padding: 18px 20px 19px; }
.site-home .catalog-card--experience .catalog-card__body h3 { margin-bottom: 7px; font-size: clamp(25px, 2vw, 32px); }
.site-home .catalog-card--experience .catalog-card__body > p { min-height: 0; margin-bottom: 13px; }
.site-home .catalog-card--experience .catalog-card__foot { padding-top: 13px; }

.site-home .story-paths__grid { align-items: stretch; }
.site-home .story-path { min-height: 0; display: grid; grid-template-rows: 300px 1fr; align-items: stretch; overflow: hidden; border: 1px solid rgba(239,112,79,.28); border-radius: var(--radius-lg); color: var(--ink); background: #fff; box-shadow: 0 12px 32px rgba(7,53,74,.055); }
.site-home .story-path__media { position: relative; display: block; overflow: hidden; background: var(--ocean); }
.site-home .story-path__media > img, .site-home .story-path__media > .story-path__veil { width: 100%; height: 100%; position: absolute; inset: 0; }
.site-home .story-path__media > img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.2,1); }
.site-home .story-path__media > .story-path__veil { background: linear-gradient(180deg, rgba(2,22,29,.03), rgba(2,24,31,.28)); }
.site-home .story-path__number { z-index: 2; }
.site-home .story-path__content { min-height: 235px; display: flex; flex-direction: column; padding: 25px 26px; color: var(--ink); transform: none; }
.site-home .story-path h3 { margin: 0 0 11px; color: var(--ink); font-size: clamp(28px, 2.4vw, 39px); }
.site-home .story-path p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.site-home .story-path em { margin-top: auto; padding-top: 17px; border-top-color: rgba(239,112,79,.25); color: var(--warm); opacity: 1; transform: none; }
.site-home .story-path:hover .story-path__media > img { transform: scale(1.055); }
.site-home .story-path:hover .story-path__content { transform: none; }

.site-home .journal-section { position: relative; isolation: isolate; }
.site-home .journal-section::before { width: 280px; height: 280px; position: absolute; z-index: -1; left: -170px; bottom: 5px; content: ""; border-radius: 61% 39% 45% 55%; background: radial-gradient(circle, rgba(243,164,60,.17), rgba(239,112,79,.03) 65%, transparent 68%); animation: databali-shape-drift 18s ease-in-out infinite alternate-reverse; }
.site-home .journal-section .journal-card { border-color: rgba(239,112,79,.36); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-home .journal-section .journal-card:hover { border-color: var(--warm); box-shadow: 0 16px 40px rgba(239,112,79,.11); }

.site-home .faq-section { width: min(var(--site-width), calc(100% - 64px)); display: grid; grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr); gap: 18px; margin: 20px auto 88px; padding: 18px; overflow: hidden; border: 1px solid rgba(239,112,79,.26); border-radius: 32px; background: linear-gradient(135deg, rgba(239,112,79,.105), rgba(243,164,60,.055) 55%, rgba(233,246,241,.76)); }
.site-home .faq-section__intro { min-height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 4vw, 58px); border-radius: 24px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(243,164,60,.27), transparent 34%), linear-gradient(145deg, #07354a, #07584c); }
.site-home .faq-section__intro .eyebrow { color: rgba(255,255,255,.78); }
.site-home .faq-section__intro .eyebrow::before { background: var(--warm-2); }
.site-home .faq-section__intro h2 { margin-bottom: 16px; color: #fff; font-size: clamp(36px, 3.5vw, 50px); }
.site-home .faq-section__intro p { color: rgba(255,255,255,.7); }
.site-home .faq-section__intro .button { color: var(--ink); border-color: #fff; background: #fff; }
.site-home .faq-list { align-self: stretch; padding: 10px 25px; border-radius: 24px; background: #fff; box-shadow: 0 12px 36px rgba(7,53,74,.05); }
.site-home .faq-list details { border-top-color: rgba(239,112,79,.23); opacity: 1; transform: none; }
.site-home .faq-list details:last-child { border-bottom-color: rgba(239,112,79,.23); }
.site-home .faq-list summary { min-height: 82px; font-size: clamp(18px, 1.45vw, 24px); }
.site-home .faq-list summary i { width: 32px; height: 32px; border-radius: 50%; color: var(--warm); background: rgba(239,112,79,.09); }

@keyframes databali-shape-drift {
    0% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
    100% { transform: translate3d(24px, 18px, 0) rotate(14deg) scale(1.08); }
}

@media (max-width: 1180px) {
    .site-home .section--stays .card-slider__track { grid-auto-columns: minmax(680px, 76vw); }
    .site-home .experiences-section .card-slider__track { grid-auto-columns: calc((100% - 16px) / 2); }
}

@media (max-width: 860px) {
    .site-home .faq-section { grid-template-columns: 1fr; }
    .site-home .faq-section__intro { min-height: 360px; }
}

@media (max-width: 700px) {
    .site-home .section--stays .card-slider__track { grid-auto-columns: minmax(292px, 88vw); gap: 12px; padding-inline: 14px; }
    .site-home .catalog-card--stay { min-height: 0; grid-template-columns: 1fr; border-radius: 22px; }
    .site-home .catalog-card--stay .catalog-card__media { height: 265px; min-height: 0; }
    .site-home .catalog-card--stay .catalog-card__body { padding: 20px; }
    .site-home .catalog-card--stay .catalog-card__body h3 { padding-right: 0; font-size: 30px; }
    .site-home .section--destinations { background: linear-gradient(145deg, #ef704f, #e85845 62%, #f3a43c); }
    .site-home .experiences-section { width: 100%; padding: 68px 0; }
    .site-home .experiences-section > .section-heading { width: calc(100% - 28px); margin-inline: auto; }
    .site-home .experiences-section .card-slider__track { grid-auto-columns: 86vw; gap: 12px; padding-inline: 14px; }
    .site-home .catalog-card--experience .catalog-card__media { height: 280px; }
    .site-home .story-path { grid-template-rows: 270px 1fr; }
    .site-home .story-path__content { min-height: 220px; padding: 23px; }
    .site-home .story-path h3 { font-size: 32px; }
    .site-home .faq-section { width: calc(100% - 28px); gap: 10px; margin-bottom: 64px; padding: 10px; border-radius: 25px; }
    .site-home .faq-section__intro { min-height: 320px; padding: 31px 25px; border-radius: 19px; }
    .site-home .faq-section__intro h2 { font-size: 38px; }
    .site-home .faq-list { padding: 5px 17px; border-radius: 19px; }
    .site-home .faq-list summary { min-height: 74px; grid-template-columns: 28px 1fr auto; font-size: 20px; }
    .site-home .faq-list details p { padding: 0 36px 24px 28px; }
}

/* DataBali v0.9.3 property-led homepage refinements */
.site-home .hero-copy .eyebrow--light::before {
    width: 34px;
    background: linear-gradient(90deg, var(--warm), var(--warm-2));
    box-shadow: 0 0 14px rgba(239,112,79,.38);
}

.site-home .section--stays .card-slider__track {
    grid-auto-columns: clamp(410px, 30vw, 560px);
    gap: 18px;
    padding: 2px clamp(12px, 1.35vw, 26px) 32px 0;
}
.site-home .catalog-card--stay {
    min-height: 0;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(7,53,74,.14);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(7,53,74,.08);
}
.site-home .catalog-card--stay:hover {
    box-shadow: 0 22px 48px rgba(7,53,74,.14);
    transform: translateY(-5px);
}
.site-home .catalog-card--stay .catalog-card__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.5 / 1;
}
.site-home .catalog-card--stay .catalog-card__veil {
    background: linear-gradient(180deg, rgba(1,20,27,.04) 48%, rgba(1,20,27,.34));
}
.site-home .catalog-card--stay .favorite-button {
    width: 38px;
    height: 38px;
    right: 14px;
    top: 14px;
    color: #fff;
    background: rgba(7,53,74,.58);
    box-shadow: 0 8px 22px rgba(0,0,0,.16);
    backdrop-filter: blur(10px);
}
.site-home .catalog-card--stay .catalog-card__badge {
    left: 14px;
    top: 14px;
}
.property-card__brand {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--warm) 0 50%, var(--ocean) 50% 100%);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -.04em;
}
.site-home .catalog-card--stay .catalog-card__body {
    min-width: 0;
    display: block;
    padding: 0;
}
.property-card__identity {
    padding: 20px 22px 16px;
}
.property-card__title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 16px;
}
.site-home .catalog-card--stay .property-card__title-row h3 {
    min-width: 0;
    margin: 0;
    padding: 0;
    font-size: clamp(25px, 2vw, 31px);
    line-height: 1.03;
}
.site-home .catalog-card--stay .property-card__title-row h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.property-card__title-row > span {
    padding-top: 5px;
    color: #8a999e;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    white-space: nowrap;
}
.site-home .catalog-card--stay .catalog-card__meta {
    justify-content: flex-start;
    margin: 12px 0 0;
}
.site-home .catalog-card--stay .property-card__identity > p {
    display: -webkit-box;
    min-height: 0;
    margin: 10px 0 0;
    overflow: hidden;
    color: #66808b;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 1.6;
}
.property-card__price-row {
    min-height: 76px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    padding: 14px 22px;
    border-block: 1px solid rgba(7,53,74,.10);
    background: #fffdfa;
}
.property-card__term,
.site-home .catalog-card--stay .card-price {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}
.property-card__term small,
.site-home .catalog-card--stay .card-price small {
    width: auto;
    color: #8a999e;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.property-card__term strong {
    max-width: 100%;
    overflow: hidden;
    color: #5d727b;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.site-home .catalog-card--stay .card-price {
    align-items: flex-end;
    text-align: right;
}
.site-home .catalog-card--stay .card-price strong {
    color: var(--ink);
    font-family: var(--display);
    font-size: clamp(18px, 1.45vw, 23px);
    font-weight: 650;
    letter-spacing: -.025em;
    white-space: nowrap;
}
.site-home .catalog-card--stay .catalog-card__facts {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 18px;
    margin: 0;
    padding: 13px 22px;
    border: 0;
    background: #f7faf9;
}
.site-home .catalog-card--stay .catalog-card__facts span {
    gap: 5px;
    white-space: nowrap;
}
.site-home .catalog-card--stay .catalog-card__facts .site-icon {
    color: var(--warm);
    font-size: 16px;
}
.site-home .catalog-card--stay .catalog-card__facts strong {
    margin-right: -2px;
    font-size: 12px;
}

.site-home .section--destinations {
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 8%, rgba(239,112,79,.11), transparent 31%),
        radial-gradient(circle at 92% 78%, rgba(19,163,142,.07), transparent 29%),
        linear-gradient(135deg, #fffaf6, #f6f1eb 56%, #f4f7f3);
}
.site-home .section--destinations h2 { color: var(--ink); }
.site-home .section--destinations p { color: #66808b; }
.site-home .section--destinations .eyebrow { color: var(--ocean-2); }
.site-home .section--destinations .eyebrow::before {
    background: linear-gradient(90deg, var(--warm), var(--warm-2));
}

.site-home .faq-section {
    width: min(1050px, calc(100% - 64px));
    display: block;
    margin: 0 auto 88px;
    padding: 88px 0 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.site-home .faq-section__intro {
    min-height: 0;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    color: var(--ink);
    text-align: center;
    background: transparent;
}
.site-home .faq-section__intro .eyebrow { color: var(--ocean-2); }
.site-home .faq-section__intro .eyebrow::before {
    background: linear-gradient(90deg, var(--warm), var(--warm-2));
}
.site-home .faq-section__intro h2 {
    margin-bottom: 14px;
    color: var(--ink);
    font-size: clamp(38px, 4vw, 54px);
}
.site-home .faq-section__intro p {
    max-width: 670px;
    margin-bottom: 0;
    color: #66808b;
}
.site-home .faq-section__intro .button {
    margin-top: 22px;
    color: var(--ocean);
    border-color: rgba(7,53,74,.22);
    background: transparent;
}
.site-home .faq-section__intro .button:hover {
    color: #fff;
    border-color: var(--warm);
    background: var(--warm);
}
.site-home .faq-list {
    max-width: 1000px;
    margin: 34px auto 0;
    padding: 0 24px;
    overflow: hidden;
    border: 1px solid rgba(7,53,74,.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(7,53,74,.07);
}
.site-home .faq-list details {
    border-top: 1px solid rgba(7,53,74,.11);
    opacity: 1;
    transform: none;
}
.site-home .faq-list details:first-child { border-top: 0; }
.site-home .faq-list details:last-child { border-bottom: 0; }
.site-home .faq-list summary {
    min-height: 80px;
    grid-template-columns: 34px minmax(0, 1fr) 36px;
    gap: 14px;
    font-size: clamp(18px, 1.45vw, 23px);
}
.site-home .faq-list summary i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--warm);
    background: rgba(239,112,79,.09);
}
.site-home .faq-list details[open] summary { color: var(--ocean-2); }
.site-home .faq-list details p {
    max-width: 850px;
    padding: 0 54px 26px 48px;
    color: #66808b;
}

@media (max-width: 1180px) {
    .site-home .section--stays .card-slider__track {
        grid-auto-columns: minmax(390px, 44vw);
    }
}

@media (max-width: 700px) {
    .site-home .section--stays .card-slider__track {
        grid-auto-columns: minmax(292px, 86vw);
        gap: 12px;
        padding: 2px 14px 28px;
    }
    .site-home .catalog-card--stay {
        min-height: 0;
        display: block;
        border-radius: 18px;
    }
    .site-home .catalog-card--stay .catalog-card__media {
        height: auto;
        min-height: 0;
        aspect-ratio: 1.38 / 1;
    }
    .site-home .catalog-card--stay .catalog-card__body { padding: 0; }
    .property-card__identity { padding: 17px 17px 14px; }
    .site-home .catalog-card--stay .property-card__title-row h3 { font-size: 25px; }
    .property-card__title-row > span { font-size: 8px; }
    .property-card__price-row {
        min-height: 70px;
        gap: 12px;
        padding: 12px 17px;
    }
    .property-card__term strong { font-size: 11px; }
    .site-home .catalog-card--stay .card-price strong { font-size: 19px; }
    .site-home .catalog-card--stay .catalog-card__facts {
        min-height: 54px;
        gap: 8px 13px;
        padding: 12px 17px;
        overflow-x: auto;
    }
    .property-card__brand { width: 48px; height: 48px; }
    .site-home .section--destinations {
        background:
            radial-gradient(circle at 8% 4%, rgba(239,112,79,.12), transparent 34%),
            linear-gradient(145deg, #fffaf6, #f4f1ea 64%, #f3f7f3);
    }
    .site-home .faq-section {
        width: calc(100% - 28px);
        margin-bottom: 64px;
        padding: 64px 0 0;
        border-radius: 0;
    }
    .site-home .faq-section__intro {
        min-height: 0;
        padding: 0 8px;
        border-radius: 0;
    }
    .site-home .faq-section__intro h2 { font-size: 38px; }
    .site-home .faq-list {
        margin-top: 28px;
        padding: 0 15px;
        border-radius: 18px;
    }
    .site-home .faq-list summary {
        min-height: 72px;
        grid-template-columns: 26px minmax(0, 1fr) 32px;
        gap: 9px;
        font-size: 19px;
    }
    .site-home .faq-list summary i { width: 30px; height: 30px; }
    .site-home .faq-list details p { padding: 0 36px 22px 35px; }
}
