:root {
  --ink: #17231d;
  --ink-soft: #314038;
  --cream: #f5f1e8;
  --paper: #fcfaf5;
  --white: #fff;
  --gold: #8a642f;
  --gold-light: #f0d6a2;
  --sage: #718071;
  --line: rgba(23, 35, 29, .16);
  --shadow: 0 24px 70px rgba(16, 27, 21, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); white-space: nowrap; border: 0; overflow: hidden; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); background: var(--white); padding: 10px 16px; z-index: 1000; border-radius: 4px; }
.skip-link:focus { transform: none; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { margin: 0 0 16px; color: #4f6157; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.06; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.site-header h1 em, .experience-section h2 em, .final-cta h2 em { color: var(--gold-light); }
h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); letter-spacing: -.035em; }

.site-header { position: relative; min-height: 840px; height: 100svh; color: var(--white); isolation: isolate; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { z-index: -3; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(7,14,10,.84) 0%, rgba(7,14,10,.52) 47%, rgba(7,14,10,.14) 80%), linear-gradient(0deg, rgba(7,14,10,.62), transparent 45%); }
.nav-shell { position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%); width: min(1280px, calc(100% - 48px)); height: 112px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.28); }
.brand img { width: 150px; height: auto; filter: brightness(0) invert(1); }
.nav-links { display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); font-size: .86rem; font-weight: 600; letter-spacing: .04em; }
.nav-links a:not(.nav-book) { position: relative; }
.nav-links a:not(.nav-book)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold-light); transition: right .25s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.nav-book { border: 1px solid rgba(255,255,255,.6); padding: 12px 22px; transition: .25s ease; }
.nav-book:hover { color: var(--ink); background: var(--white); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px auto; background: #fff; }
.hero-content { position: absolute; left: max(24px, calc((100% - 1180px) / 2)); top: 46%; transform: translateY(-50%); max-width: 820px; }
.hero-content h1 { margin: 0 0 24px; font-size: clamp(3.5rem, 7vw, 6.6rem); letter-spacing: -.048em; text-shadow: 0 3px 24px rgba(0,0,0,.24); }
.hero-copy { max-width: 660px; margin-bottom: 26px; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 28px; color: rgba(255,255,255,.9); font-size: .86rem; }
.stars { color: var(--gold-light); letter-spacing: .1em; font-size: .7rem; }

.search-bar { position: absolute; z-index: 5; left: 50%; bottom: 42px; transform: translateX(-50%); width: min(1120px, calc(100% - 48px)); min-height: 104px; display: grid; grid-template-columns: 1fr 1fr .8fr 1.4fr; align-items: stretch; background: rgba(252,250,245,.98); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.search-field { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid var(--line); }
.search-field label { margin-bottom: 4px; color: #718077; font-size: .67rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.search-field input, .search-field select { width: 100%; min-width: 0; padding: 3px 0; color: var(--ink); border: 0; background: transparent; outline: 0; font-weight: 650; cursor: pointer; }
.search-submit { margin: 12px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; border: 0; background: var(--ink); font-weight: 700; cursor: pointer; transition: background .25s ease; }
.search-submit:hover { background: #2c3d34; }

.availability-section { padding: 92px 0; background: var(--cream); }
.availability-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.availability-heading h2 { margin-bottom: 8px; font-size: clamp(2.4rem, 4vw, 4rem); }
.text-button, .link-arrow { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-weight: 700; }
.search-summary { color: #667269; }
.availability-results { display: grid; gap: 18px; margin-top: 32px; }
.discount-banner { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 28px; padding: 20px 24px; color: #fff; background: linear-gradient(110deg, #13261d, #244c38); box-shadow: 0 16px 34px rgba(19,38,29,.15); }
.discount-banner[hidden] { display: none; }
.discount-banner-copy { display: flex; align-items: center; gap: 16px; }
.discount-banner-copy strong { display: block; margin-bottom: 3px; font: 400 1.35rem/1.15 var(--serif); }
.discount-banner-copy p { margin: 0; color: rgba(255,255,255,.76); font-size: .82rem; }
.discount-icon { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #f4d69a; font: 700 1.05rem var(--sans); }
.discount-tiers { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.discount-tier { padding: 9px 12px; border: 1px solid rgba(255,255,255,.23); color: rgba(255,255,255,.82); font-size: .75rem; white-space: nowrap; }
.discount-tier b { color: #f4d69a; font-size: .92rem; }
.discount-tier.active { color: #14271e; background: #f4d69a; border-color: #f4d69a; }
.discount-tier.active b { color: inherit; }
.availability-card { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; min-height: 150px; padding: 16px; background: #fff; box-shadow: 0 12px 36px rgba(23,35,29,.08); }
.availability-card img { width: 190px; height: 122px; object-fit: cover; }
.availability-card h3 { margin: 0 0 6px; font-size: 1.7rem; }
.availability-card p { margin: 0; color: #68746c; font-size: .9rem; }
.availability-price { min-width: 180px; padding: 0 18px; text-align: right; }
.availability-price strong { display: block; font: 400 1.9rem/1.1 var(--serif); }
.availability-price del { display: block; margin-bottom: 2px; color: #8a948e; font-size: .82rem; }
.availability-price small { display: block; margin-bottom: 12px; color: #718077; }
.applied-discount { display: inline-block; margin-top: 12px; padding: 6px 9px; color: #174f34; background: #e6f5eb; font-size: .72rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.discount-saving { display: block; margin: 4px 0 2px; color: #167144; font-size: .78rem; font-weight: 800; }
.stay-upgrade { display: flex; width: fit-content; flex-wrap: wrap; gap: 4px 9px; margin-top: 12px; padding: 9px 11px; color: #1b3c2b; border: 1px solid #c9d9cf; background: #f2f7f3; text-align: left; cursor: pointer; }
.stay-upgrade span { color: #64736a; font-size: .74rem; }
.stay-upgrade strong { font-size: .75rem; }
.stay-upgrade:hover, .stay-upgrade:focus-visible { border-color: #1b3c2b; background: #e9f2ec; }
.price-breakdown { margin: 10px 0 12px; padding-top: 8px; border-top: 1px solid #e4e8e5; color: #657269; font-size: .75rem; }
.price-breakdown summary { margin-bottom: 7px; color: #233b2d; font-weight: 800; cursor: pointer; }
.price-breakdown span { display: flex; justify-content: space-between; gap: 18px; padding: 3px 0; }
.price-breakdown b { color: #26382d; white-space: nowrap; }
.reserve-button, .primary-button, .booking-submit { display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 14px 22px; color: #fff; border: 0; background: var(--ink); font-weight: 700; cursor: pointer; }
.reserve-button[disabled] { background: #b6bdb9; cursor: not-allowed; }
.loading-card { padding: 36px; background: #fff; text-align: center; }
.group-card { padding: 30px; background: #fff; box-shadow: 0 16px 40px rgba(23,35,29,.1); }
.group-card-head, .group-card-foot { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.group-card-head { padding-bottom: 24px; border-bottom: 1px solid #e4e7e2; }
.group-card h3 { margin: 10px 0 5px; font-size: clamp(2rem,4vw,3.2rem); }
.group-card p { margin: 0; color: #647269; }
.group-badge { display: inline-block; padding: 7px 10px; color: #173b29; background: #f4d69a; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.group-total { text-align: right; white-space: nowrap; }
.group-total strong { display: block; font: 400 clamp(2.1rem,4vw,3.25rem)/1 var(--serif); }
.group-total small { color: #6c786f; }
.group-units { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding: 24px 0; }
.group-unit { display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 13px; padding: 10px; border: 1px solid #e0e5e1; }
.group-unit img { grid-row: 1 / span 2; width: 88px; height: 70px; object-fit: cover; }
.group-unit div strong, .group-unit div span { display: block; }
.group-unit div span { color: #68756d; font-size: .76rem; }
.group-unit > b { grid-column: 2; font-size: .85rem; }
.group-card-foot p { max-width: 650px; font-size: .82rem; }
.booking-group-list { margin: 26px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.booking-group-list li { display: flex; justify-content: space-between; gap: 15px; padding: 7px 0; font-size: .82rem; }
.loading-dot { display: inline-block; width: 8px; height: 8px; margin: 0 3px; border-radius: 50%; background: var(--gold); animation: pulse 1s infinite alternate; }
.loading-dot:nth-child(2) { animation-delay: .2s; }.loading-dot:nth-child(3) { animation-delay: .4s; }
@keyframes pulse { to { opacity: .2; transform: translateY(-5px); } }

.intro-section { padding: 140px 0 130px; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: end; margin-bottom: 70px; }
.intro-grid h2 { margin: 0; }
.intro-grid h2 em { color: var(--gold); }
.intro-copy { padding-bottom: 6px; color: #59675f; }
.intro-copy p:last-child { margin-bottom: 0; }
.stay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.stay-card { background: var(--white); box-shadow: 0 15px 45px rgba(23,35,29,.08); transition: transform .3s ease, box-shadow .3s ease; }
.stay-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.stay-card.featured { margin-top: 44px; }
.stay-image { position: relative; display: block; width: 100%; height: 330px; padding: 0; border: 0; overflow: hidden; background: #ddd; cursor: zoom-in; }
.stay-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.stay-card:hover .stay-image img { transform: scale(1.035); }
.photo-count { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; color: #fff; background: rgba(17,27,22,.82); font-size: .72rem; font-weight: 700; }
.stay-body { padding: 28px 26px 26px; }
.stay-type { margin-bottom: 4px; color: #526158; font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.stay-body h3 { margin: 0 0 16px; font-size: 2rem; }
.stay-body > p { min-height: 78px; color: #5e6963; font-size: .92rem; }
.stay-features { display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 20px 0 24px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; font-size: .78rem; font-weight: 700; }
.stay-features li:not(:last-child)::after { content: "·"; margin-left: 14px; color: var(--gold); }
.stay-actions { display: flex; justify-content: space-between; gap: 12px; }
.stay-actions .link-arrow { font-size: .78rem; }

.experience-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 750px; background: var(--ink); color: #fff; }
.experience-image { min-height: 700px; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-copy { align-self: center; max-width: 650px; padding: 90px clamp(48px, 7vw, 110px); }
.experience-copy h2 { margin-bottom: 28px; }
.experience-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.amenity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 42px; }
.amenity-grid div { display: grid; grid-template-columns: 30px 1fr; column-gap: 8px; }
.amenity-grid span { grid-row: 1 / 3; color: var(--gold-light); font-size: 1.4rem; }
.amenity-grid strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.amenity-grid small { color: rgba(255,255,255,.55); line-height: 1.35; }

.gallery-section { padding: 135px 0; background: var(--cream); }
.section-heading.centered { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading h2 em { color: var(--gold); }
.section-heading > p:last-child { color: #536158; }
.gallery-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 34px; overflow-x: auto; }
.gallery-tabs button { flex: 0 0 auto; padding: 9px 16px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: .78rem; font-weight: 700; }
.gallery-tabs button[aria-selected="true"] { color: #fff; border-color: var(--ink); background: var(--ink); }
.photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 255px; gap: 12px; }
.photo-item { grid-column: span 4; padding: 0; border: 0; overflow: hidden; background: #ddd; cursor: zoom-in; }
.photo-item:nth-child(7n + 1), .photo-item:nth-child(7n + 5) { grid-column: span 8; }
.photo-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.photo-item:hover img { transform: scale(1.035); }
.photo-item.is-hidden { display: none; }
.gallery-more { display: block; margin: 36px auto 0; }
.secondary-button, .light-button { padding: 14px 24px; border: 1px solid currentColor; background: transparent; font-weight: 700; cursor: pointer; }

.location-section { padding: 135px 0; }
.discover-section { padding: 135px 0; background: #fff; }
.discover-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.discover-photo-stack { position: relative; min-height: 620px; }
.discover-photo-stack img:first-child { width: 82%; height: 540px; object-fit: cover; }
.discover-photo-stack img:last-child { position: absolute; right: 0; bottom: 0; width: 42%; height: 330px; object-fit: cover; border: 12px solid #fff; box-shadow: var(--shadow); }
.discover-copy h2 em { color: var(--gold); }
.discover-copy > p:not(.eyebrow) { color: #5f6b64; }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.location-copy h2 em { color: var(--gold); }
.location-copy > p:not(.eyebrow) { max-width: 530px; color: #5f6b64; }
.location-list { display: flex; gap: 28px; margin: 36px 0; padding: 26px 0; border-block: 1px solid var(--line); list-style: none; }
.location-list li { flex: 1; }
.location-list strong, .location-list span { display: block; }
.location-list strong { font: 400 1.55rem var(--serif); }
.location-list span { color: #526158; font-size: .75rem; }
.location-photo { position: relative; height: 650px; }
.location-photo > img { width: 100%; height: 100%; object-fit: cover; }
.map-card { position: absolute; left: -42px; bottom: 42px; display: flex; align-items: center; gap: 14px; min-width: 260px; padding: 20px; background: #fff; box-shadow: var(--shadow); }
.map-card strong, .map-card small { display: block; }.map-card small { color: #526158; }
.map-pin { width: 18px; height: 18px; border: 5px solid var(--gold); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }

.seo-section { padding: 105px 0; border-top: 1px solid var(--line); background: #fff; }
.seo-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.seo-grid h2 { font-size: clamp(2.3rem, 4vw, 3.8rem); }
.seo-grid > div:last-child > p { color: #5f6b64; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 18px 32px 18px 0; font-weight: 700; cursor: pointer; }
details p { padding-right: 36px; color: #647168; }

.final-cta { position: relative; min-height: 570px; display: grid; place-items: center; isolation: isolate; color: #fff; text-align: center; }
.final-cta-bg, .final-cta-shade { position: absolute; inset: 0; z-index: -2; }
.final-cta-bg { background: url('../images/performance/cta-1200.webp') center / cover; }
.final-cta-shade { z-index: -1; background: rgba(9,18,13,.55); }
.final-cta-content { max-width: 720px; padding: 70px 24px; }
.final-cta h2 { margin-bottom: 16px; font-size: clamp(3rem, 7vw, 6rem); }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.light-button { margin-top: 16px; color: #fff; }
.light-button:hover { color: var(--ink); background: #fff; }

.site-footer { color: rgba(255,255,255,.7); background: #101814; }
.footer-main { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 80px 0 60px; display: grid; grid-template-columns: 1.6fr .7fr .8fr 1fr; gap: 64px; }
.footer-brand img { width: 160px; height: auto; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 280px; margin-top: 20px; }
.footer-main h2 { margin: 0 0 18px; color: #fff; font: 700 .72rem var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.footer-main a { display: block; width: fit-content; margin: 7px 0; }
.footer-main a:hover { color: #fff; }
.footer-main p { font-size: .88rem; }
.footer-book { color: var(--gold-light); font-weight: 700; }
.footer-bottom { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 22px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: .74rem; }

.whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: #1d9f59; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 1.4rem; }
.mobile-book { display: none; }

dialog { padding: 0; border: 0; }
dialog::backdrop { background: rgba(5,10,7,.72); backdrop-filter: blur(4px); }
.booking-dialog { width: min(1080px, calc(100% - 32px)); max-height: calc(100svh - 32px); overflow: auto; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.dialog-close { position: absolute; z-index: 3; right: 16px; top: 12px; width: 40px; height: 40px; color: var(--ink); border: 0; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 1.8rem; cursor: pointer; }
.booking-layout { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 620px; }
.booking-summary { padding: 46px 34px; color: #fff; background: var(--ink); }
.booking-summary img { width: 100%; height: 230px; margin-bottom: 28px; object-fit: cover; }
.booking-summary h3 { margin-bottom: 10px; font-size: 2rem; }
.booking-summary dl { display: grid; grid-template-columns: auto 1fr; gap: 10px 16px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.booking-summary dt { color: rgba(255,255,255,.6); }.booking-summary dd { margin: 0; text-align: right; font-weight: 700; }
.booking-discount { margin-top: 22px; padding: 14px 16px; color: #173b29; background: #f4d69a; }
.booking-discount strong, .booking-discount span { display: block; }
.booking-discount span { margin-top: 2px; font-size: .76rem; }
.booking-form-wrap { padding: 55px 48px; }
.booking-form-wrap h2 { margin-bottom: 12px; font-size: 2.8rem; }
.booking-form-wrap > p:not(.eyebrow) { color: #657169; font-size: .88rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.form-grid label { color: #56635b; font-size: .76rem; font-weight: 700; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea { width: 100%; margin-top: 6px; padding: 12px 13px; color: var(--ink); border: 1px solid var(--line); border-radius: 0; background: #fff; outline: 0; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(196,154,90,.15); }
.booking-extra, .payment-section { margin-top: 24px; padding: 22px; border: 1px solid #d9ded8; background: rgba(255,255,255,.62); }
.booking-extra-heading, .payment-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.booking-extra h3, .payment-section h3, .confirmation-notice h3 { margin: 3px 0 5px; font: 600 1.25rem var(--serif); }
.booking-extra p, .payment-section p, .confirmation-notice p { margin: 0; color: #667169; font-size: .79rem; line-height: 1.55; }
.payment-section #payment-instructions { white-space: pre-line; }
.extra-kicker { color: #3f5147; font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.switch-control { position: relative; display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; color: var(--ink); font-size: .76rem; cursor: pointer; }
.switch-control input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.switch-control span { position: relative; width: 44px; height: 25px; border: 1px solid #9ba69f; border-radius: 99px; background: #e4e8e3; transition: .2s ease; }
.switch-control span::after { content: ''; position: absolute; left: 3px; top: 3px; width: 17px; height: 17px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.2); transition: transform .2s ease; }
.switch-control input:checked + span { border-color: #183b2c; background: #183b2c; }
.switch-control input:checked + span::after { transform: translateX(19px); }
.switch-control input:focus-visible + span { outline: 3px solid rgba(196,154,90,.35); outline-offset: 3px; }
.breakfast-options { margin-top: 18px; padding-top: 16px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 7px 16px; border-top: 1px solid #e0e4df; }
.breakfast-options[hidden] { display: none; }
.breakfast-options label { color: #56635b; font-size: .72rem; font-weight: 700; }
.breakfast-options select { grid-row: 2; width: 100%; min-height: 42px; padding: 8px 36px 8px 11px; color: var(--ink); border: 1px solid var(--line); background: #fff; }
.breakfast-options p { grid-column: 2; grid-row: 1 / span 2; text-align: right; }
.breakfast-options strong { display: block; color: var(--ink); font: 600 1.15rem var(--serif); }
.confirmation-notice { margin-top: 20px; padding: 19px 20px; display: flex; gap: 16px; color: #fff; background: #244a39; }
.confirmation-notice .notice-icon { width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #f4d69a; font: 800 .72rem var(--sans); }
.confirmation-notice h3 { color: #fff; }
.confirmation-notice p { color: rgba(255,255,255,.82); }
.confirmation-notice strong { display: block; margin-top: 8px; color: #f4d69a; font-size: .78rem; }
.payment-section { background: #f7f4ed; }
.payment-coordination { margin-top: 16px !important; padding: 13px 14px; color: #31473b !important; border-left: 3px solid var(--gold); background: #ebe9df; }
.bank-accounts:empty { display: none; }
.bank-accounts { margin-top: 17px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.bank-account { min-width: 0; padding: 14px; border: 1px solid #d8d7cf; background: #fff; }
.bank-account span, .bank-account small { display: block; color: #667169; font-size: .68rem; }
.bank-account span { margin-bottom: 4px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.bank-account strong { display: block; overflow-wrap: anywhere; color: var(--ink); font-size: .96rem; }
.bank-account small { margin-top: 4px; line-height: 1.35; }
.proof-dropzone { margin-top: 14px; min-height: 70px; padding: 13px 15px; display: flex; align-items: center; gap: 13px; border: 1px dashed #98a299; background: #fff; cursor: pointer; }
.proof-dropzone:hover { border-color: var(--gold); }
.proof-dropzone:focus-within { outline: 3px solid rgba(196,154,90,.2); }
.proof-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.proof-icon { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: 1.25rem; }
.proof-dropzone strong, .proof-dropzone small, .proof-preview strong, .proof-preview small { display: block; }
.proof-dropzone strong, .proof-preview strong { color: var(--ink); font-size: .78rem; }
.proof-dropzone small, .proof-preview small { margin-top: 3px; color: #69746c; font-size: .67rem; }
.proof-preview { margin-top: 12px; padding: 10px; display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 11px; border: 1px solid #d8dcd7; background: #fff; }
.proof-preview[hidden] { display: none; }
.proof-preview img, .proof-file-icon { width: 46px; height: 46px; object-fit: cover; background: #e9ece8; }
.proof-file-icon { display: grid; place-items: center; color: #56635b; font-size: .62rem; font-weight: 800; }
.proof-preview button { padding: 8px; color: #7a302b; border: 0; background: transparent; font-size: .7rem; font-weight: 750; cursor: pointer; }
.proof-consent { margin-bottom: 0; }
.field-error { margin: 8px 0 0; color: #9e2d28; font-size: .73rem; }
.proof-retry { margin-top: 12px; padding: 10px 14px; color: #fff; border: 0; background: #174d32; font-weight: 750; cursor: pointer; }
.proof-retry:focus-visible { outline: 3px solid rgba(23,77,50,.28); outline-offset: 3px; }
.price-refresh { margin-top: 12px; padding: 10px 14px; color: #fff; border: 0; background: #9e2d28; font-weight: 750; cursor: pointer; }
.consent { display: flex; gap: 10px; margin: 18px 0; color: #667169; font-size: .76rem; }
.consent input { margin-top: 5px; }
.booking-submit { width: 100%; min-height: 54px; }
.booking-submit:disabled { opacity: .6; cursor: wait; }
.form-status { min-height: 26px; margin: 14px 0 0; font-size: .84rem; }
.form-status.success { padding: 14px; color: #174d32; background: #e5f4eb; }
.form-status.error { color: #9e2d28; }
.honeypot { position: absolute !important; left: -9999px !important; }

.lightbox { width: min(1120px, calc(100% - 32px)); height: min(820px, calc(100svh - 32px)); overflow: hidden; color: #fff; background: #0c110e; }
.lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: 1fr auto; }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding: 12px 70px; text-align: center; font-size: .82rem; }
.lightbox button { position: absolute; z-index: 2; border: 0; color: #fff; background: rgba(0,0,0,.38); cursor: pointer; }
.lightbox-close { right: 14px; top: 14px; width: 42px; height: 42px; border-radius: 50%; font-size: 1.8rem; }
.lightbox-prev, .lightbox-next { top: 50%; width: 48px; height: 64px; transform: translateY(-50%); font-size: 2rem; }.lightbox-prev { left: 14px; }.lightbox-next { right: 14px; }

@media (max-width: 960px) {
  .site-header { min-height: 850px; }
  .nav-shell { height: 88px; }
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 0 0 auto auto; width: min(340px, 88vw); min-height: 100svh; padding: 110px 38px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 8px; color: var(--ink); background: var(--paper); transform: translateX(110%); transition: transform .3s ease; box-shadow: -20px 0 50px rgba(0,0,0,.2); }
  html, body { overflow-x: clip; }
  .nav-links.open { transform: none; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-book { border: 0; }
  .hero-content { top: 40%; max-width: calc(100% - 48px); }
  .search-bar { grid-template-columns: 1fr 1fr; min-height: auto; }
  .search-field { padding: 16px 20px; border-bottom: 1px solid var(--line); }
  .guests-field { border-bottom: 0; }
  .search-submit { min-height: 62px; }
  .intro-grid, .location-grid, .seo-grid, .discover-grid { grid-template-columns: 1fr; gap: 44px; }
  .stay-grid { grid-template-columns: 1fr 1fr; }
  .stay-card.featured { margin-top: 0; }
  .experience-section { grid-template-columns: 1fr; }
  .experience-image { min-height: 560px; }
  .photo-grid { grid-auto-rows: 220px; }
  .photo-item, .photo-item:nth-child(7n + 1), .photo-item:nth-child(7n + 5) { grid-column: span 6; }
  .location-photo { height: 560px; }.map-card { left: 22px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }.footer-main > div:last-child { grid-column: 1 / -1; }
  .booking-layout { grid-template-columns: 1fr; }.booking-summary { display: block; padding: 24px 34px; }.booking-summary img { display: none; }.booking-summary h3 { font-size: 1.55rem; }.booking-summary > p { margin: 0; font-size: .78rem; }.booking-summary .booking-discount { display: none; }.booking-summary dl { margin-top: 16px; padding-top: 14px; grid-template-columns: minmax(0,1fr) auto; gap: 7px 14px; font-size: .76rem; }.booking-group-list { margin-top: 14px; padding-top: 12px; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 32px, 1180px); }
  .site-header { min-height: 790px; }
  .nav-shell { width: calc(100% - 32px); }.brand img { width: 124px; }
  .hero-media img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,14,10,.84), rgba(7,14,10,.32)), linear-gradient(0deg, rgba(7,14,10,.75), transparent 55%); }
  .hero-content { left: 20px; right: 20px; top: 38%; max-width: none; }
  .hero-content h1 { font-size: clamp(2.9rem, 15vw, 4.4rem); }
  .hero-copy { font-size: .95rem; }
  .hero-trust { gap: 8px; }
  .search-bar { bottom: 24px; width: calc(100% - 24px); grid-template-columns: 1fr 1fr; }
  .search-field { padding: 13px 14px; }.search-field:nth-child(2) { border-right: 0; }
  .guests-field { grid-column: 1 / -1; border-right: 0; }
  .search-submit { grid-column: 1 / -1; margin: 8px; padding: 0 18px; }
  .intro-section, .gallery-section, .location-section, .discover-section { padding: 90px 0; }
  .discover-photo-stack { min-height: 480px; }.discover-photo-stack img:first-child { height: 410px; }.discover-photo-stack img:last-child { height: 240px; }
  .intro-grid { margin-bottom: 46px; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-image { height: 300px; }.stay-body > p { min-height: 0; }
  .experience-image { min-height: 420px; }.experience-copy { padding: 70px 24px; }
  .amenity-grid { grid-template-columns: 1fr; }
  .gallery-tabs { justify-content: flex-start; }
  .photo-grid { grid-auto-rows: 190px; }.photo-item, .photo-item:nth-child(7n + 1), .photo-item:nth-child(7n + 5) { grid-column: span 12; }
  .location-photo { height: 470px; }.map-card { left: 12px; right: 12px; bottom: 12px; min-width: 0; }
  .location-list { gap: 12px; }.location-list strong { font-size: 1.2rem; }
  .seo-section { padding: 80px 0; }
  .footer-main { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; gap: 42px 24px; }.footer-main > div:first-child, .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { width: calc(100% - 32px); flex-direction: column; gap: 6px; }
  .whatsapp { display: none; }
  .mobile-book { position: fixed; z-index: 38; left: 12px; right: 12px; bottom: 10px; display: block; min-height: 52px; color: #fff; border: 0; background: var(--ink); box-shadow: 0 8px 28px rgba(0,0,0,.28); font-weight: 750; }
  .discount-banner { align-items: flex-start; flex-direction: column; gap: 16px; padding: 18px; }.discount-tiers { justify-content: flex-start; }.discount-banner-copy p { max-width: 28rem; }
  .group-card { padding: 20px; }.group-card-head,.group-card-foot { align-items: flex-start; flex-direction: column; gap: 18px; }.group-total { text-align: left; }.group-units { grid-template-columns: 1fr; }.group-card-foot .reserve-button { width: 100%; }
  .availability-card { grid-template-columns: 92px minmax(0,1fr); gap: 14px; }.availability-card img { width: 92px; height: 92px; }.availability-copy { min-width: 0; }.availability-price { grid-column: 1 / -1; padding: 14px 0 0; border-top: 1px solid #e4e7e2; text-align: left; }.availability-price small { display: block; margin: 3px 0 12px; }.availability-price .reserve-button { width: 100%; }.stay-upgrade { width: 100%; }
  .booking-dialog { width: calc(100% - 16px); max-height: calc(100svh - 16px); }.booking-form-wrap { padding: 46px 22px 30px; }.form-grid { grid-template-columns: 1fr; }.form-grid label.full { grid-column: auto; }
  .booking-extra, .payment-section { padding: 18px; }.booking-extra-heading { align-items: stretch; flex-direction: column; }.switch-control { width: fit-content; }.bank-accounts { grid-template-columns: 1fr; }.breakfast-options { grid-template-columns: 1fr; }.breakfast-options p { grid-column: 1; grid-row: auto; text-align: left; }.confirmation-notice { padding: 17px; }.confirmation-notice .notice-icon { width: 42px; height: 42px; }
  .lightbox { width: 100%; height: 100svh; max-width: none; max-height: none; }.lightbox-prev { left: 4px; }.lightbox-next { right: 4px; }
}

@media (max-width: 768px) {
  .intro-section, .discover-section, .experience-section, .gallery-section, .location-section, .seo-section, .final-cta, .site-footer { content-visibility: auto; contain-intrinsic-size: 1px 900px; }
}

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