:root {
  --ink: #123142;
  --navy: #0a3447;
  --navy-deep: #082a39;
  --sea: #0b6b79;
  --coral: #c85f46;
  --sand: #ddba79;
  --cream: #f8f2e8;
  --paper: #fffdf8;
  --sage: #dfe6d8;
  --line: rgba(18, 49, 66, 0.17);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 150px); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.045em; line-height: 0.96; }
h1 { color: #fff; font-size: clamp(4rem, 8.2vw, 8.3rem); }
h2 { font-size: clamp(3.2rem, 6vw, 6.35rem); }
h2 em, h1 em { color: var(--coral); font-weight: 400; }
.lead { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.45; }
.eyebrow { align-items: center; color: var(--sea); display: flex; font-size: .72rem; font-weight: 700; gap: .65rem; letter-spacing: .18em; margin-bottom: 28px; text-transform: uppercase; }
.eyebrow.light { color: #fff; }
.eyebrow svg { fill: none; height: 21px; stroke: currentColor; stroke-width: 1.8; width: 21px; }
.eyebrow svg[viewBox="0 0 48 24"] { width: 34px; }

.site-header { align-items: center; background: rgba(255, 253, 248, .94); border-bottom: 1px solid rgba(18,49,66,.08); display: grid; grid-template-columns: auto 1fr auto; height: 88px; padding: 0 3.5vw; position: absolute; top: 0; width: 100%; z-index: 30; }
.admin-bar .site-header { top: 32px; }
body:not(.home):not(.stbv-home) .site-header { position: relative; top: auto; }
.stbv-home .site-header { position: absolute; top: 0; }
.admin-bar.stbv-home .site-header { top: 32px; }
.skip-link { background: var(--navy); color: #fff; left: 10px; padding: 10px 16px; position: fixed; top: -100px; z-index: 9999; }
.skip-link:focus { top: 10px; }
.brand { align-items: center; display: flex; gap: 14px; }
.brand img { height: 67px; width: 67px; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: var(--serif); font-size: 1.15rem; letter-spacing: .01em; }
.brand small { color: var(--sea); font-size: .56rem; font-weight: 700; letter-spacing: .16em; margin-top: 5px; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(20px, 2.4vw, 40px); justify-self: center; }
.desktop-nav a { font-size: .74rem; font-weight: 650; letter-spacing: .1em; padding-block: 8px; position: relative; text-transform: uppercase; }
.desktop-nav a::after { background: var(--coral); bottom: 0; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s; width: 100%; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { align-items: center; display: flex; gap: 18px; }
.language-menu { position: relative; }
.language-menu summary { cursor: pointer; font-size: .7rem; font-weight: 700; letter-spacing: .12em; list-style: none; padding: 8px; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary::after { content: "⌄"; margin-left: 6px; }
.language-menu div { background: var(--paper); box-shadow: 0 15px 45px rgba(8,42,57,.16); min-width: 140px; padding: 12px; position: absolute; right: 0; top: 36px; }
.language-menu div a { display: block; font-size: .8rem; padding: 6px 8px; }
.language-menu div a[aria-current="page"] { color: var(--coral); font-weight: 700; }
.mobile-menu { display: none; }

.button { align-items: center; background: var(--navy); border: 1px solid var(--navy); color: #fff; display: inline-flex; font-size: .72rem; font-weight: 750; gap: 20px; justify-content: center; letter-spacing: .12em; min-height: 58px; padding: 0 28px; text-transform: uppercase; transition: background .25s, border .25s, transform .25s; }
.button:hover { background: var(--coral); border-color: var(--coral); transform: translateY(-2px); }
.button svg, .text-link svg, .proof-band a svg, .experience-card a svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; width: 18px; }
.button-small { min-height: 46px; padding-inline: 22px; }
.button-coral { background: var(--coral); border-color: var(--coral); min-width: 235px; }
.button-coral:hover { background: #ad4a35; border-color: #ad4a35; }
.button-outline-light { background: transparent; border-color: rgba(255,255,255,.55); }
.button-outline-light:hover { background: #fff; border-color: #fff; color: var(--navy); }
.text-link { align-items: center; border-bottom: 1px solid currentColor; display: inline-flex; font-size: .72rem; font-weight: 750; gap: 25px; letter-spacing: .14em; padding-bottom: 8px; text-transform: uppercase; }
.light-link { color: #fff; }

.hero { height: auto; min-height: clamp(850px, 100svh, 960px); overflow: hidden; padding-top: 88px; position: relative; }
.hero-image, .hero-shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-image { object-position: center 53%; transform: scale(1.008); }
.hero-shade { background: linear-gradient(90deg, rgba(4,26,36,.78) 0%, rgba(4,26,36,.44) 47%, rgba(4,26,36,.1) 100%), linear-gradient(0deg, rgba(4,26,36,.38), transparent 45%); }
.hero-copy { color: #fff; padding-bottom: clamp(70px, 9vh, 110px); padding-top: clamp(90px, 13vh, 145px); position: relative; z-index: 1; }
.hero-copy h1 { font-size: clamp(3.75rem, 6.7vw, 7rem); margin-bottom: 30px; max-width: 980px; }
.hero-copy h1 em { color: #f0ca84; }
.hero-copy > p { font-family: var(--serif); font-size: clamp(1.2rem, 1.65vw, 1.55rem); line-height: 1.5; max-width: 610px; }
.hero-buttons { align-items: center; display: flex; gap: 35px; margin-top: 38px; }
.booking-note { display: block; font-size: .67rem; letter-spacing: .08em; margin-top: 15px; opacity: .8; padding-left: 8px; }
.hero-scroll { align-items: center; bottom: 28px; color: #fff; display: flex; font-size: .58rem; font-weight: 700; gap: 10px; left: 3.5vw; letter-spacing: .16em; position: absolute; text-transform: uppercase; z-index: 1; }
.hero-scroll span { background: #fff; height: 1px; width: 44px; }

.proof-band { background: var(--cream); border-bottom: 1px solid rgba(18,49,66,.09); }
.proof-inner { align-items: center; display: grid; grid-template-columns: .85fr 1.45fr auto; min-height: 104px; }
.score { align-items: center; border-right: 1px solid var(--line); display: flex; gap: 14px; }
.score strong { color: var(--coral); font-family: var(--serif); font-size: 2.8rem; line-height: 1; }
.score span { font-family: var(--serif); font-size: .98rem; line-height: 1.15; }
.score small { color: var(--sea); font-family: var(--sans); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.proof-quote { font-family: var(--serif); font-size: 1.12rem; font-style: italic; padding-left: 45px; }
.proof-band a { align-items: center; display: flex; font-size: .65rem; font-weight: 750; gap: 15px; letter-spacing: .1em; text-transform: uppercase; }

/* Homepage Booking.com date and guest search. */
.stbv-booking { position: relative; z-index: 5; max-width: 1000px; margin: -110px auto 0; padding: 0 24px; }
.stbv-booking.is-inline { margin-top: 0; padding-top: 48px; }
.stbv-booking-card { background: var(--paper); border: 1px solid rgba(18,49,66,.08); border-radius: 20px; box-shadow: 0 26px 60px rgba(8,42,57,.22); padding: 22px; }
.stbv-screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.stbv-booking-form { display: grid; grid-template-columns: 1fr 1fr .8fr auto; gap: 14px; align-items: end; margin: 0; }
.stbv-field { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.stbv-field label { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--sea); }
.stbv-field input, .stbv-field select { border: 1px solid rgba(18,49,66,.18); border-radius: 12px; padding: 13px 14px; font: inherit; font-size: 15px; background: #fff; color: var(--ink); width: 100%; }
.stbv-field input:focus-visible, .stbv-field select:focus-visible, .stbv-submit button:focus-visible { outline: 3px solid var(--sand); outline-offset: 2px; }
.stbv-submit { margin: 0; }
.stbv-submit button { background: var(--coral); color: var(--paper); border: 0; border-radius: 12px; padding: 16px 30px; font-weight: 700; font-size: 15px; cursor: pointer; white-space: nowrap; }
.stbv-submit button:hover { background: #b04f38; }
.stbv-booking-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(18,49,66,.1); font-size: 13px; color: #4a6572; }
.stbv-score { align-items: center; display: flex; gap: 8px; }
.stbv-score strong { background: var(--navy); color: var(--paper); border-radius: 8px; padding: 5px 9px; }

@media (max-width: 860px) {
  .stbv-booking { margin-top: -70px; }
  .stbv-booking-form { grid-template-columns: 1fr 1fr; }
  .stbv-guests, .stbv-submit { grid-column: 1 / -1; }
}

.intro { display: grid; gap: 8vw; grid-template-columns: .9fr 1.1fr; }
.intro-copy { align-self: center; padding-left: 4vw; }
.intro-copy h2 { margin-bottom: 38px; }
.intro-copy > p:not(.lead) { color: #49626c; max-width: 510px; }
.intro-copy .text-link { margin-top: 28px; }
.intro-images { min-height: 660px; position: relative; }
.image-frame { margin: 0; overflow: hidden; position: absolute; }
.image-frame img { height: 100%; object-fit: cover; transition: transform .8s; width: 100%; }
.image-frame:hover img { transform: scale(1.035); }
.image-tall { height: 560px; right: 0; top: 0; width: 72%; }
.image-small { border: 12px solid var(--paper); bottom: 0; height: 285px; left: 0; width: 47%; }
.sun-mark { align-items: center; background: var(--sand); border-radius: 50%; color: var(--navy); display: flex; font-size: 1.4rem; height: 70px; justify-content: center; left: 38%; position: absolute; top: 70px; width: 70px; }

.facts { background: var(--navy); color: #fff; }
.facts-grid { display: grid; grid-template-columns: repeat(6, 1fr); min-height: 150px; }
.fact { align-items: center; border-right: 1px solid rgba(255,255,255,.17); display: flex; flex-direction: column; justify-content: center; text-align: center; }
.fact:first-child { border-left: 1px solid rgba(255,255,255,.17); }
.fact strong { color: #f0ca84; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 400; line-height: 1; }
.fact span { font-size: .62rem; font-weight: 650; letter-spacing: .11em; margin-top: 10px; text-transform: uppercase; }

.gallery-section { background: var(--cream); overflow: hidden; }
.section-heading { margin-bottom: 65px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { align-items: end; display: grid; gap: 80px; grid-template-columns: 1fr .7fr; }
.split-heading > div:last-child, .split-heading > p { color: #49626c; max-width: 460px; padding-bottom: 16px; }
.split-heading .text-link { color: var(--ink); margin-top: 20px; }
.gallery-grid { display: grid; gap: 15px; grid-template-columns: 1.4fr .65fr .65fr; grid-template-rows: 245px 245px; position: relative; }
.gallery-grid figure { margin: 0; overflow: hidden; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .7s ease; width: 100%; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-main { grid-row: 1 / 3; }
.gallery-top { grid-column: 2 / 4; }
.gallery-bottom-left { grid-column: 2; }
.gallery-bottom-right { grid-column: 3; }
.gallery-label { align-items: center; background: var(--paper); bottom: -1px; display: flex; font-family: var(--serif); font-style: italic; gap: 14px; left: -1px; padding: 14px 25px; position: absolute; }
.gallery-label span { color: var(--coral); font-family: var(--sans); font-size: .65rem; font-style: normal; font-weight: 700; }

.stay { background: var(--paper); }
.centered { margin-inline: auto; max-width: 760px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered h2 { margin-bottom: 30px; }
.centered p { color: #49626c; font-family: var(--serif); font-size: 1.2rem; margin-inline: auto; max-width: 620px; }
.amenities-layout { align-items: center; display: grid; gap: 7vw; grid-template-columns: 1.05fr .95fr; }
.amenities-layout figure { height: 610px; margin: 0; overflow: hidden; }
.amenities-layout figure img { height: 100%; object-fit: cover; width: 100%; }
.amenity-list article { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: 50px 1fr; padding: 27px 0; }
.amenity-list article:first-child { border-top: 1px solid var(--line); }
.icon { align-items: center; border: 1px solid rgba(11,107,121,.35); border-radius: 50%; color: var(--sea); display: flex; font-size: 1.05rem; height: 48px; justify-content: center; width: 48px; }
.amenity-list h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; margin-bottom: 4px; }
.amenity-list p { color: #587078; font-size: .9rem; margin: 0; }

.location { display: grid; grid-template-columns: 1.22fr .78fr; padding-block: 0; }
.location-photo { min-height: 770px; }
.location-photo img { height: 100%; object-fit: cover; width: 100%; }
.location-card { align-items: flex-start; background: var(--navy); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 120px); }
.location-card h2 { color: #fff; font-size: clamp(3.4rem, 5vw, 5.8rem); margin-bottom: 35px; }
.location-card h2 em { color: #f0ca84; }
.location-card > p { color: rgba(255,255,255,.78); max-width: 500px; }
.location-card dl { margin: 30px 0 45px; width: 100%; }
.location-card dl div { border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; padding: 13px 0; }
.location-card dt { font-size: .8rem; }
.location-card dd { color: #f0ca84; font-family: var(--serif); margin: 0; }

.experiences { overflow: hidden; }
.experience-grid { display: grid; gap: 20px; grid-template-columns: 1.15fr .85fr; }
.experience-card { min-height: 345px; overflow: hidden; position: relative; }
.experience-card img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.experience-card::after { background: linear-gradient(0deg, rgba(4,28,39,.84), transparent 75%); content: ""; inset: 0; position: absolute; }
.experience-card > div { bottom: 0; color: #fff; display: grid; grid-template-columns: auto 1fr auto; padding: 35px; position: absolute; width: 100%; z-index: 1; }
.experience-card > div > span { color: #f0ca84; font-size: .65rem; grid-row: 1 / 3; margin-right: 18px; }
.experience-card h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.1; margin: 0 0 7px; }
.experience-card p { font-size: .83rem; grid-column: 2; margin: 0; max-width: 470px; opacity: .82; }
.experience-card a { align-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: flex; grid-column: 3; grid-row: 1 / 3; height: 48px; justify-content: center; width: 48px; }
.card-large { grid-row: 1 / 3; min-height: 710px; }
.text-card { background: var(--coral); }
.text-card::after { display: none; }
.text-card > div { color: #fff; inset: 0; padding-top: 85px; }
.text-card h3 { font-size: 2.2rem; }

.hosts { background: var(--cream); }
.hosts-grid { align-items: center; display: grid; gap: 9vw; grid-template-columns: 1fr .9fr; }
.hosts figure { height: 660px; margin: 0; overflow: hidden; position: relative; }
.hosts figure::after { border: 1px solid rgba(255,255,255,.75); content: ""; inset: 18px; position: absolute; }
.hosts figure img { height: 100%; object-fit: cover; width: 100%; }
.hosts-copy h2 { margin-bottom: 34px; }
.hosts-copy > p:not(.lead) { color: #506871; }
.signature { color: var(--coral); font-family: var(--serif); font-size: 1.4rem; font-style: italic; margin-top: 40px; }
.signature span { color: var(--ink); display: block; font-family: var(--sans); font-size: .62rem; font-style: normal; font-weight: 700; letter-spacing: .13em; margin-top: 4px; text-transform: uppercase; }

.faq { display: grid; gap: 10vw; grid-template-columns: .72fr 1.28fr; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro h2 { font-size: clamp(3.2rem, 5vw, 5.7rem); }
.faq-intro > p { color: #5d727a; max-width: 350px; }
.faq-intro .text-link { margin-top: 25px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: var(--serif); font-size: 1.3rem; justify-content: space-between; list-style: none; padding: 25px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; font-family: var(--sans); font-size: 1rem; height: 32px; justify-content: center; transition: transform .25s; width: 32px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: #566d76; font-size: .92rem; margin: -5px 55px 25px 0; }

.final-cta { color: #fff; min-height: 640px; overflow: hidden; position: relative; }
.final-cta > img, .final-shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.final-shade { background: rgba(4,28,39,.66); }
.final-copy { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 640px; position: relative; text-align: center; }
.final-copy > svg { fill: none; height: 30px; stroke: #f0ca84; stroke-width: 1.4; width: 58px; }
.final-copy h2 { color: #fff; margin: 24px 0 25px; }
.final-copy h2 em { color: #f0ca84; }
.final-copy p { font-size: .72rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.final-copy .button { margin-top: 20px; }
.final-copy small { font-size: .64rem; letter-spacing: .07em; margin-top: 14px; opacity: .8; }

footer { background: var(--navy-deep); color: rgba(255,255,255,.74); }
.footer-main { display: grid; gap: 60px; grid-template-columns: 1.6fr repeat(3, 1fr); padding-block: 75px; }
.footer-main h4 { color: #f0ca84; font-size: .65rem; letter-spacing: .15em; margin: 10px 0 25px; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; }
.footer-main > div:not(.footer-brand) a, .footer-main > div:not(.footer-brand) p { font-size: .79rem; margin-bottom: 9px; }
.footer-main a:hover { color: #fff; }
.footer-brand img { float: left; height: 75px; margin-right: 18px; opacity: .95; width: 75px; }
.footer-brand h3 { color: #fff; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; line-height: 1; margin-bottom: 18px; }
.footer-brand h3 em { color: #f0ca84; }
.footer-brand p { clear: both; font-size: .8rem; max-width: 270px; padding-top: 15px; }
.cin { color: #f0ca84; font-size: .65rem; letter-spacing: .08em; margin-top: 13px; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.13); display: flex; font-size: .61rem; justify-content: space-between; letter-spacing: .08em; min-height: 70px; text-transform: uppercase; }
.footer-bottom span:nth-child(2) { display: flex; gap: 20px; }

/* Inner pages */
.inner-hero { min-height: 600px; overflow: hidden; position: relative; }
.inner-hero-image, .inner-hero-shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.inner-hero-shade { background: linear-gradient(90deg, rgba(4,26,36,.82), rgba(4,26,36,.2)), linear-gradient(0deg, rgba(4,26,36,.35), transparent 55%); }
.inner-hero-copy { color: #fff; padding-top: 150px; position: relative; z-index: 1; }
.inner-hero-copy h1 { font-size: clamp(3.9rem, 7.3vw, 7rem); margin-bottom: 30px; max-width: 930px; }
.inner-hero-copy h1 em { color: #f0ca84; }
.inner-hero-copy > p { font-family: var(--serif); font-size: 1.25rem; line-height: 1.5; max-width: 650px; }
.breadcrumbs { align-items: center; display: flex; font-size: .67rem; gap: 10px; letter-spacing: .08em; min-height: 60px; text-transform: uppercase; }
.breadcrumbs a { color: var(--sea); }
.detail-intro, .guide-intro { align-items: start; display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; }
.detail-intro h2, .guide-intro h2 { margin: 0; }
.detail-intro > div:last-child, .guide-intro > div:last-child { padding-top: 35px; }
.detail-intro > div:last-child > p:not(.lead), .guide-intro > div:last-child > p:not(.lead) { color: #536a73; }
.villa-metrics { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 0; grid-template-columns: 1fr 1fr; margin-top: 30px; }
.villa-metrics span { color: #536a73; display: flex; flex-direction: column; font-size: .68rem; letter-spacing: .09em; padding: 18px 12px 18px 0; text-transform: uppercase; }
.villa-metrics span:nth-child(even) { border-left: 1px solid var(--line); padding-left: 20px; }
.villa-metrics span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.villa-metrics strong { color: var(--sea); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; letter-spacing: 0; margin-bottom: 2px; text-transform: none; }
.legal-cin { border-top: 1px solid var(--line); font-size: .75rem; letter-spacing: .1em; margin-top: 35px; padding-top: 20px; text-transform: uppercase; }
.cream-section { background: var(--cream); }
.room-grid { display: grid; gap: 40px; grid-template-columns: 1fr 1fr; }
.room-grid article:nth-child(2) { margin-top: 90px; }
.room-grid figure { height: 520px; margin: 0 0 25px; overflow: hidden; }
.room-grid figure img { height: 100%; object-fit: cover; width: 100%; }
.room-grid article > span, .space-grid article > span { color: var(--coral); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.room-grid h2 { font-size: 2.5rem; margin: 12px 0; }
.room-grid p { color: #536a73; }
.space-grid { display: grid; gap: 30px; grid-template-columns: repeat(2, 1fr); }
.space-grid article { border-bottom: 1px solid var(--line); padding-bottom: 30px; }
.space-grid img { height: 370px; object-fit: cover; width: 100%; }
.space-grid article:nth-child(3) img { object-position: center 45%; }
.space-grid article:nth-child(4) img { object-position: center 52%; }
.space-grid h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; margin: 22px 0 8px; }
.space-grid p { color: #526a73; margin: 0; }
.amenity-panel { background: var(--navy); color: #fff; padding-block: 90px; }
.amenity-columns { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.2fr 1fr 1fr; }
.amenity-columns h2 { color: #fff; font-size: 4.3rem; margin: 0; }
.amenity-columns h2 em { color: #f0ca84; }
.amenity-columns ul { list-style: none; margin: 0; padding: 0; }
.amenity-columns li { border-bottom: 1px solid rgba(255,255,255,.18); font-size: .84rem; padding: 12px 0; }
.amenity-columns li::before { color: #f0ca84; content: "✓"; margin-right: 10px; }
.house-rules { display: grid; gap: 9vw; grid-template-columns: .85fr 1.15fr; }
.house-rules > div > p:last-child { color: #526a73; }
.house-rules dl { margin: 0; }
.house-rules dl div { border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 17px 0; }
.house-rules dt { font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.house-rules dd { color: var(--sea); font-family: var(--serif); margin: 0; }
.page-booking-cta { background: var(--sage); padding-block: 80px; text-align: center; }
.page-booking-cta h2 { font-size: 4.5rem; margin-bottom: 20px; }
.page-booking-cta p { margin-bottom: 28px; }

.gallery-page { padding-top: 75px; }
.masonry-gallery { columns: 3; column-gap: 14px; }
.gallery-button { background: none; border: 0; cursor: zoom-in; display: block; margin: 0 0 14px; overflow: hidden; padding: 0; position: relative; width: 100%; }
.gallery-button img { max-height: 530px; object-fit: cover; transition: transform .6s; width: 100%; }
.gallery-button:hover img { transform: scale(1.025); }
.gallery-button span { background: var(--paper); bottom: 0; color: var(--ink); font-size: .62rem; font-weight: 700; left: 0; letter-spacing: .1em; opacity: 0; padding: 10px 15px; position: absolute; text-transform: uppercase; transition: opacity .25s; }
.gallery-button:hover span, .gallery-button:focus span { opacity: 1; }
.lightbox[hidden] { display: none; }
.lightbox { align-items: center; background: rgba(4,26,36,.96); display: flex; flex-direction: column; inset: 0; justify-content: center; padding: 60px 30px; position: fixed; z-index: 9999; }
.lightbox img { max-height: calc(100vh - 140px); max-width: min(1100px, 94vw); object-fit: contain; }
.lightbox p { color: #fff; margin-top: 12px; text-align: center; }
.lightbox-close { background: transparent; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; cursor: pointer; font-size: 1.5rem; height: 45px; position: absolute; right: 24px; top: 24px; width: 45px; }
.lightbox-open { overflow: hidden; }

.distance-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin-bottom: 110px; }
.distance-grid article { background: var(--cream); min-height: 245px; padding: 36px; }
.distance-grid strong { color: var(--coral); font-family: var(--serif); font-size: 2.8rem; font-weight: 400; }
.distance-grid h3 { font-family: var(--serif); font-size: 1.25rem; margin: 20px 0 5px; }
.distance-grid p { color: #587078; font-size: .82rem; }
.map-section { align-items: stretch; display: grid; gap: 70px; grid-template-columns: .7fr 1.3fr; padding-top: 0; }
.map-copy { align-self: center; }
.map-copy h2 { font-size: 4.5rem; }
.map-copy > p { color: #566e77; }
.map-copy .button { margin-top: 20px; }
.map-frame { align-items: center; background: var(--sage); display: flex; justify-content: center; min-height: 540px; text-align: center; }
.map-frame-live { display: block; min-height: 540px; overflow: hidden; text-align: left; }
.map-frame-live .wpgmza_map { min-height: 540px !important; width: 100% !important; }
.map-frame iframe { border: 0; height: 100%; width: 100%; }
.map-frame span { color: var(--coral); font-size: 3rem; }
.info-cards, .pick-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.info-cards article, .pick-grid article { background: var(--paper); min-height: 290px; padding: 30px; }
.info-cards span, .pick-grid span { color: var(--coral); font-size: .65rem; font-weight: 700; }
.info-cards h3, .pick-grid h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; margin: 25px 0 12px; }
.info-cards p, .pick-grid p { color: #566e77; font-size: .84rem; }
.nearby { display: grid; gap: 90px; grid-template-columns: .7fr 1.3fr; }
.nearby-list > div { border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 15px 0; }
.nearby-list strong { color: var(--coral); font-family: var(--serif); font-weight: 400; }
.nearby-list small { color: #62757b; display: block; margin-top: 20px; }

.guide-cards { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; padding-bottom: 130px; }
.guide-cards article { background: var(--cream); }
.guide-cards article > a { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 290px; }
.guide-cards img { height: 100%; object-fit: cover; width: 100%; }
.guide-cards article div { padding: 30px; }
.guide-cards h2 { font-size: 1.85rem; letter-spacing: -.02em; line-height: 1.1; }
.guide-cards p { color: #566e77; font-size: .83rem; }
.guide-cards span { align-items: center; display: flex; font-size: .63rem; font-weight: 700; gap: 16px; letter-spacing: .1em; margin-top: 22px; text-transform: uppercase; }
.guide-cards svg { fill: none; height: 18px; stroke: currentColor; stroke-width: 1.5; width: 18px; }

.faq-page { display: grid; gap: 8vw; grid-template-columns: .72fr 1.28fr; }
.faq-page aside { align-self: start; position: sticky; top: 40px; }
.faq-page aside h2 { font-size: 4.5rem; }
.faq-page aside > p { color: #566e77; }
.numbered summary { display: grid; gap: 18px; grid-template-columns: 34px 1fr auto; }
.numbered summary small { color: var(--coral); font-family: var(--sans); font-size: .62rem; font-weight: 700; padding-top: 6px; }
.numbered details p { margin-left: 52px; }
.contact-page { display: grid; gap: 9vw; grid-template-columns: .8fr 1.2fr; }
.contact-copy h2 { font-size: 4.6rem; }
.contact-copy > p { color: #526a73; }
.contact-detail { border-top: 1px solid var(--line); margin-top: 20px; padding-top: 14px; }
.contact-detail > span { color: var(--coral); display: block; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail p { margin: 0; }
.contact-form { background: var(--cream); padding: clamp(28px, 5vw, 60px); }
.contact-form > label { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .08em; margin-bottom: 22px; text-transform: uppercase; }
.contact-form > label > span { color: var(--coral); }
.contact-form input:not([type="checkbox"]), .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(18,49,66,.35); border-radius: 0; color: var(--ink); display: block; font: inherit; outline: 0; padding: 11px 0; width: 100%; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--coral); }
.contact-form .consent { align-items: start; display: flex; font-size: .65rem; gap: 10px; letter-spacing: 0; text-transform: none; }
.contact-form .consent input { margin-top: 5px; }
.contact-form .consent a { text-decoration: underline; }
.honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.form-notice { margin-bottom: 24px; padding: 15px; }
.form-notice.success { background: #dcebd9; }
.form-notice.error { background: #f4d9d1; }

.standard-page h1, .legal-page h1 { color: var(--ink); font-size: clamp(3.5rem, 7vw, 6.8rem); margin-bottom: 35px; }
.prose { max-width: 850px; }
.prose h2, .legal-wrap h2 { font-size: 2.3rem; letter-spacing: -.02em; line-height: 1.1; margin: 55px 0 18px; }
.prose h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; margin-top: 35px; }
.prose p, .legal-wrap p { color: #455f69; }
.prose a:not(.button), .legal-wrap a { color: var(--sea); text-decoration: underline; }
.legal-wrap { max-width: 850px; }
.legal-date { border-bottom: 1px solid var(--line); font-size: .72rem; letter-spacing: .08em; padding-bottom: 25px; text-transform: uppercase; }
.article-index { border-top: 1px solid var(--line); margin-top: 50px; }
.article-index a { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-family: var(--serif); font-size: 1.35rem; justify-content: space-between; padding: 20px 0; text-decoration: none !important; }
.article-index svg { fill: none; height: 20px; stroke: currentColor; width: 20px; }
.guide-cover { color: #fff; min-height: 520px; overflow: hidden; position: relative; }
.guide-cover > img, .guide-cover-shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.guide-cover-shade { background: rgba(4,26,36,.66); }
.guide-cover .container { padding-top: 150px; position: relative; z-index: 1; }
.guide-cover h1 { color: #fff; font-size: clamp(3.4rem, 6.5vw, 6.5rem); max-width: 950px; }
.article-body { font-size: 1.06rem; }
.editorial-note { background: var(--cream); border-left: 4px solid var(--coral); margin: 55px 0; padding: 25px 30px; }
.editorial-note p { margin: 7px 0 0; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: auto 1fr auto auto; }
  .header-actions { justify-self: end; }
  .mobile-menu { display: block; margin-left: 18px; position: relative; }
  .mobile-menu > summary { cursor: pointer; display: flex; flex-direction: column; gap: 4px; list-style: none; padding: 10px; }
  .mobile-menu > summary::-webkit-details-marker { display: none; }
  .mobile-menu > summary span { background: var(--ink); display: block; height: 1px; width: 25px; }
  .mobile-menu nav { background: var(--paper); box-shadow: 0 18px 40px rgba(8,42,57,.2); display: flex; flex-direction: column; max-height: calc(100svh - 110px); overflow-y: auto; padding: 18px; position: absolute; right: 0; top: 42px; width: min(310px, calc(100vw - 32px)); }
  .mobile-menu nav a { border-bottom: 1px solid var(--line); font-size: .76rem; padding: 10px; }
  .mobile-languages { border-top: 2px solid var(--navy); margin-top: 12px; padding-top: 16px; }
  .mobile-languages > span { color: var(--sea); display: block; font-size: .62rem; font-weight: 750; letter-spacing: .13em; margin-bottom: 10px; text-transform: uppercase; }
  .mobile-languages > div { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
  .mobile-languages div a { align-items: center; border: 1px solid var(--line); display: flex; font-size: .7rem; gap: 7px; line-height: 1.2; min-height: 45px; padding: 8px; }
  .mobile-languages div a strong { color: var(--coral); font-size: .62rem; letter-spacing: .08em; }
  .mobile-languages div a[aria-current="page"] { background: var(--navy); border-color: var(--navy); color: #fff; }
  .mobile-languages div a[aria-current="page"] strong { color: #f0ca84; }
  .intro-copy { padding-left: 0; }
  .facts-grid { grid-template-columns: repeat(3, 1fr); }
  .fact { border-bottom: 1px solid rgba(255,255,255,.17); min-height: 120px; }
  .location { grid-template-columns: 1fr 1fr; }
  .location-card { padding: 65px 48px; }
  .footer-main { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-main > div:last-child { grid-column: 2; }
  .amenity-columns { gap: 35px; }
  .info-cards, .pick-grid { grid-template-columns: 1fr 1fr; }
  .guide-cards article > a { grid-template-columns: 1fr; }
  .guide-cards img { height: 250px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding-block: 85px; }
  .site-header { height: 76px; padding-inline: 16px; }
  .brand img { height: 58px; width: 58px; }
  .brand span, .header-actions { display: none; }
  .mobile-menu { grid-column: 4; }
  .hero { min-height: 760px; padding-top: 76px; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,26,36,.83), rgba(4,26,36,.22)), linear-gradient(0deg, rgba(4,26,36,.45), transparent 55%); }
  .hero-copy { padding-bottom: 65px; padding-top: 70px; }
  .hero-copy h1 { font-size: clamp(3.25rem, 14vw, 4.6rem); }
  .hero-copy > p { font-size: 1.1rem; max-width: 430px; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-scroll { display: none; }
  .proof-inner { align-items: flex-start; gap: 20px; grid-template-columns: 1fr; padding-block: 28px; }
  .score { border-right: 0; }
  .proof-quote { border-top: 1px solid var(--line); padding: 18px 0 0; }
  .intro { gap: 55px; grid-template-columns: 1fr; }
  .intro-images { min-height: 540px; }
  .image-tall { height: 475px; width: 82%; }
  .image-small { height: 210px; width: 52%; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); width: 100%; }
  .fact:first-child { border-left: 0; }
  .split-heading { align-items: start; gap: 25px; grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 400px 210px 210px; width: calc(100% - 20px); }
  .gallery-main { grid-column: 1 / 3; grid-row: 1; }
  .gallery-top { grid-column: 1 / 3; grid-row: 2; }
  .gallery-bottom-left { grid-column: 1; grid-row: 3; }
  .gallery-bottom-right { grid-column: 2; grid-row: 3; }
  .amenities-layout, .hosts-grid { gap: 50px; grid-template-columns: 1fr; }
  .amenities-layout figure, .hosts figure { height: 500px; }
  .location { grid-template-columns: 1fr; }
  .location-photo { min-height: 420px; }
  .location-card { padding: 80px 28px; }
  .experience-grid { grid-template-columns: 1fr; }
  .card-large { min-height: 520px; }
  .experience-card { min-height: 380px; }
  .faq { gap: 60px; grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .footer-main { gap: 45px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; padding-block: 25px; }
  .admin-bar .site-header { top: 46px; }
  body:not(.home) .site-header { top: auto; }
  .admin-bar.stbv-home .site-header { top: 46px; }
  .inner-hero { min-height: 560px; }
  .inner-hero-copy { padding-top: 105px; }
  .inner-hero-copy h1 { font-size: 3.7rem; }
  .detail-intro, .guide-intro, .house-rules, .nearby, .contact-page, .faq-page, .map-section { gap: 45px; grid-template-columns: 1fr; }
  .detail-intro > div:last-child, .guide-intro > div:last-child { padding-top: 0; }
  .room-grid, .space-grid, .guide-cards { grid-template-columns: 1fr; }
  .room-grid article:nth-child(2) { margin-top: 20px; }
  .room-grid figure { height: 450px; }
  .amenity-columns { grid-template-columns: 1fr 1fr; }
  .amenity-columns > div:first-child { grid-column: 1 / 3; }
  .distance-grid { grid-template-columns: 1fr 1fr; }
  .map-frame, .map-frame-live, .map-frame-live .wpgmza_map { min-height: 420px !important; }
  .faq-page aside { position: static; }
  .masonry-gallery { columns: 2; }
  .guide-cards article > a { grid-template-columns: .85fr 1.15fr; }
  .guide-cards img { height: 100%; }
}

@media (max-width: 460px) {
  h2 { font-size: 3.15rem; }
  .hero-copy h1 { font-size: clamp(2.85rem, 13.5vw, 3.55rem); }
  .hero { min-height: 820px; }
  .hero-copy { padding-bottom: 50px; padding-top: 55px; }
  .button { padding-inline: 20px; }
  .intro-images { min-height: 450px; }
  .image-tall { height: 400px; }
  .image-small { height: 170px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 105px; }
  .gallery-grid { grid-template-rows: 320px 180px 165px; }
  .amenities-layout figure, .hosts figure { height: 420px; }
  .experience-card > div { padding: 25px; }
  .experience-card a { height: 42px; width: 42px; }
  .faq-list summary { font-size: 1.08rem; gap: 15px; }
  .final-cta, .final-copy { min-height: 570px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .inner-hero { min-height: 520px; }
  .inner-hero-copy h1 { font-size: 3.15rem; }
  .inner-hero-copy > p { font-size: 1.05rem; }
  .room-grid figure, .space-grid img { height: 340px; }
  .amenity-columns { grid-template-columns: 1fr; }
  .amenity-columns > div:first-child { grid-column: auto; }
  .amenity-columns h2 { font-size: 3.6rem; }
  .distance-grid, .info-cards, .pick-grid { grid-template-columns: 1fr; }
  .distance-grid article { min-height: 210px; }
  .masonry-gallery { columns: 1; }
  .guide-cards article > a { grid-template-columns: 1fr; }
  .guide-cards img { height: 270px; }
  .contact-copy h2, .faq-page aside h2, .map-copy h2 { font-size: 3.4rem; }
}

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

/* Signature V2: editorial layouts, conversion details and accessible motion. */
figure { position: relative; }
figure figcaption { background: rgba(8, 42, 57, .88); bottom: 0; color: #fff; font-size: .6rem; left: 0; letter-spacing: .09em; padding: 9px 13px; position: absolute; text-transform: uppercase; z-index: 2; }
.site-header { transition: background .25s ease, box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { background: rgba(255,253,248,.985); box-shadow: 0 12px 35px rgba(8,42,57,.12); position: fixed !important; top: 0 !important; }
.admin-bar .site-header.is-scrolled { top: 32px !important; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.hero-signature { min-height: max(880px, 100svh); }
.hero-signature .hero-image { object-position: center center; }
.hero-signature .hero-copy { display: flex; flex-direction: column; justify-content: center; min-height: calc(max(880px, 100svh) - 88px); padding-bottom: 95px; padding-top: 90px; }
.hero-signature .hero-overline { font-family: var(--sans); font-size: .68rem; font-weight: 750; letter-spacing: .2em; margin-bottom: 16px; text-transform: uppercase; }
.hero-signature .hero-lead { margin-bottom: 0; }
.hero-signature .booking-note { padding-left: 0; }

.sleep-section { overflow: hidden; }
.sleep-grid { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; }
.sleep-grid article { background: var(--cream); }
.sleep-grid article:nth-child(2) { transform: translateY(48px); }
.sleep-grid figure { height: 530px; margin: 0; overflow: hidden; }
.sleep-grid img { height: 100%; object-fit: cover; width: 100%; }
.sleep-grid article > div { padding: 34px; }
.sleep-grid span, .editorial-copy > span, .restaurant-feature span, .more-picks article > span { color: var(--coral); font-size: .63rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.sleep-grid h3 { font-family: var(--serif); font-size: 2rem; font-weight: 400; margin: 8px 0 10px; }
.sleep-grid p { color: #536a73; margin-bottom: 0; }

.bathroom-feature { background: var(--navy); display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; }
.bathroom-photo { min-height: 760px; }
.bathroom-photo img { height: 100%; object-fit: cover; width: 100%; }
.bathroom-copy { align-items: flex-start; color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.bathroom-copy h2 { color: #fff; font-size: clamp(3.2rem, 5vw, 5.9rem); }
.bathroom-copy h2 em { color: #f0ca84; }
.bathroom-copy p { color: rgba(255,255,255,.8); max-width: 540px; }
.bathroom-copy .button { margin-top: 22px; }

.garden-story { background: var(--cream); }
.garden-story-grid { align-items: center; display: grid; gap: 7vw; grid-template-columns: .78fr 1.22fr; }
.garden-story-grid > div:first-child > p:not(.lead) { color: #536a73; }
.garden-collage { display: grid; gap: 12px; grid-template-columns: 1.25fr .75fr; grid-template-rows: 280px 280px; }
.garden-collage figure { margin: 0; overflow: hidden; }
.garden-collage figure:first-child { grid-row: 1 / 3; }
.garden-collage img { height: 100%; object-fit: cover; width: 100%; }

.beach-ribbon { display: grid; gap: 1px; grid-template-columns: repeat(6, 1fr); }
.beach-ribbon article { background: var(--cream); min-height: 230px; padding: 26px 22px; }
.beach-ribbon span { color: var(--coral); font-family: var(--serif); font-size: 1.55rem; }
.beach-ribbon h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; line-height: 1.1; margin: 38px 0 10px; }
.beach-ribbon p { color: #587078; font-size: .78rem; }
.reservation-note { border-left: 4px solid var(--coral); color: #4f6871; margin: 35px 0 0; padding: 14px 22px; }

.experiences-home { background: var(--navy-deep); color: #fff; }
.experiences-home h2 { color: #fff; }
.experiences-home h2 em { color: #f0ca84; }
.experiences-home .split-heading > p { color: rgba(255,255,255,.75); }
.experience-feature-grid { display: grid; gap: 16px; grid-template-columns: 1.25fr .75fr; grid-template-rows: 300px 300px; }
.experience-feature { color: #fff; overflow: hidden; position: relative; }
.experience-feature.feature-wide { grid-row: 1 / 3; }
.experience-feature::after { background: linear-gradient(0deg, rgba(4,26,36,.88), transparent 70%); content: ""; inset: 0; position: absolute; }
.experience-feature img { height: 100%; object-fit: cover; transition: transform .7s ease; width: 100%; }
.experience-feature:hover img { transform: scale(1.035); }
.experience-feature > span { bottom: 0; left: 0; padding: 28px; position: absolute; z-index: 1; }
.experience-feature small { color: #f0ca84; display: block; font-size: .62rem; font-weight: 750; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
.experience-feature strong { font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.8rem); font-weight: 400; line-height: 1.05; }

.mobile-booking-bar { display: none; }

.villa-editorial { padding-block: clamp(85px, 10vw, 140px); }
.villa-editorial-grid { display: grid; gap: 18px; grid-template-columns: 1.25fr .75fr; grid-template-rows: 330px 330px; }
.villa-editorial figure { margin: 0; overflow: hidden; }
.villa-editorial figure img { height: 100%; object-fit: cover; width: 100%; }
.editorial-main { grid-row: 1 / 3; }
.editorial-copy { align-self: stretch; background: var(--paper); display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.editorial-copy h2 { font-size: clamp(2.8rem, 4vw, 4.7rem); margin: 12px 0 23px; }
.editorial-copy p { color: #536a73; }
.clean-list { list-style: none; margin: 20px 0 0; padding: 0; }
.clean-list li { border-bottom: 1px solid var(--line); color: #536a73; font-size: .84rem; padding: 10px 0; }
.clean-list li::before { color: var(--coral); content: "✓"; margin-right: 9px; }
.room-filmstrip { display: grid; gap: 7px; grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.room-filmstrip figure { height: 135px; margin: 0; }
.room-filmstrip img { height: 100%; object-fit: cover; width: 100%; }

.bathroom-tour { background: var(--navy-deep); color: #fff; padding-block: clamp(90px, 10vw, 150px); }
.bathroom-tour-grid { display: grid; gap: 14px; grid-template-columns: .85fr 1.15fr 1fr 1fr; grid-template-rows: 330px 330px; }
.bathroom-tour-copy { align-items: flex-start; display: flex; flex-direction: column; grid-row: 1 / 3; justify-content: center; padding-right: 45px; }
.bathroom-tour-copy h2 { color: #fff; font-size: clamp(3rem, 4.8vw, 5.5rem); }
.bathroom-tour-copy h2 em { color: #f0ca84; }
.bathroom-tour-copy p { color: rgba(255,255,255,.76); }
.bathroom-tour figure { margin: 0; overflow: hidden; }
.bathroom-tour figure img { height: 100%; object-fit: cover; width: 100%; }
.bathroom-tour-main { grid-column: 2 / 5; }

.kitchen-story { align-items: center; display: grid; gap: 7vw; grid-template-columns: .72fr 1.28fr; }
.kitchen-story-copy > p:not(.lead) { color: #536a73; }
.kitchen-story-images { display: grid; gap: 12px; grid-template-columns: 1.2fr .8fr; grid-template-rows: 280px 280px; }
.kitchen-story-images figure { margin: 0; overflow: hidden; }
.kitchen-story-images figure:first-child { grid-row: 1 / 3; }
.kitchen-story-images img { height: 100%; object-fit: cover; width: 100%; }

.outdoor-living { background: var(--cream); }
.outdoor-gallery { display: grid; gap: 14px; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 290px 290px; }
.outdoor-gallery figure { margin: 0; overflow: hidden; }
.outdoor-gallery figure:first-child { grid-row: 1 / 3; }
.outdoor-gallery figure:nth-child(4) { grid-column: 2 / 4; }
.outdoor-gallery img { height: 100%; object-fit: cover; width: 100%; }

.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.gallery-filters button { background: transparent; border: 1px solid var(--line); color: var(--ink); cursor: pointer; font-size: .62rem; font-weight: 750; letter-spacing: .1em; min-height: 42px; padding: 0 15px; text-transform: uppercase; }
.gallery-filters button:hover, .gallery-filters button.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.gallery-button[hidden] { display: none; }

.destination-section .section-heading { margin-bottom: 55px; }
.destination-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.destination-grid article { background: var(--paper); min-height: 310px; padding: 32px; }
.destination-grid article > span { color: var(--coral); display: block; font-size: .62rem; font-weight: 750; }
.destination-grid strong { color: var(--sea); display: block; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; margin-top: 26px; }
.destination-grid h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1.1; margin: 4px 0 6px; }
.destination-grid small { color: var(--coral); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.destination-grid p { color: #587078; font-size: .82rem; margin-top: 20px; }
.beach-detail-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.beach-detail-grid article { border-top: 3px solid var(--sand); background: var(--cream); min-height: 260px; padding: 30px; }
.beach-detail-grid span { color: var(--coral); font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.beach-detail-grid h3 { font-family: var(--serif); font-size: 2rem; font-weight: 400; margin: 28px 0 10px; }
.beach-detail-grid p { color: #536a73; font-size: .84rem; }
.travel-alert { background: var(--navy); color: #fff; margin-top: 35px; padding: clamp(28px, 4vw, 50px); }
.travel-alert > strong { color: #f0ca84; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.travel-alert p { color: rgba(255,255,255,.8); margin: 12px 0 22px; }
.travel-alert > div { display: flex; flex-wrap: wrap; gap: 20px 35px; }
.travel-alert a { border-bottom: 1px solid currentColor; font-size: .67rem; font-weight: 750; letter-spacing: .1em; padding-bottom: 5px; text-transform: uppercase; }
.arrival-section { background: var(--paper); }
.arrival-grid { align-items: center; display: grid; gap: 7vw; grid-template-columns: 1fr 1fr; }
.arrival-grid figure { height: 630px; margin: 0; overflow: hidden; }
.arrival-grid img { height: 100%; object-fit: cover; width: 100%; }
.arrival-grid > div > p:not(.eyebrow) { color: #536a73; }

.signature-experiences { padding-block: clamp(85px, 10vw, 140px); }
.experience-number-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.experience-number-grid article { background: var(--paper); min-height: 290px; padding: 35px; }
.experience-number-grid span { color: var(--coral); font-family: var(--serif); font-size: 1.7rem; }
.experience-number-grid h3 { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1.1; margin: 35px 0 13px; }
.experience-number-grid p { color: #536a73; font-size: .84rem; }
.experience-photo-story { background: var(--navy); display: grid; grid-template-columns: 1fr .7fr 1fr; min-height: 620px; }
.experience-photo-story figure { margin: 0; overflow: hidden; }
.experience-photo-story figure img { height: 100%; object-fit: cover; width: 100%; }
.experience-photo-story > div { align-items: flex-start; color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 5vw, 80px); }
.experience-photo-story h2 { color: #fff; font-size: clamp(3rem, 4.4vw, 5rem); }
.experience-photo-story h2 em { color: #f0ca84; }
.experience-photo-story > div p { color: rgba(255,255,255,.78); }
.restaurant-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.restaurant-feature { background: var(--cream); display: grid; grid-template-columns: .95fr 1.05fr; min-height: 350px; }
.restaurant-feature figure { margin: 0; overflow: hidden; }
.restaurant-feature figure img { height: 100%; object-fit: cover; width: 100%; }
.restaurant-feature > div { padding: 32px; }
.restaurant-feature h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.1; margin: 20px 0 12px; }
.restaurant-feature p { color: #536a73; font-size: .84rem; }
.more-picks-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.more-picks article { background: var(--paper); padding: 32px; }
.more-picks h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; margin: 22px 0 10px; }
.more-picks p { color: #536a73; font-size: .84rem; }
.more-picks figure { height: 220px; margin: 26px -32px -32px; overflow: hidden; }
.more-picks figure img { height: 100%; object-fit: cover; width: 100%; }
.compact-guides { padding-bottom: 0; }

@media (max-width: 1100px) {
  .beach-ribbon { grid-template-columns: repeat(3, 1fr); }
  .destination-grid { grid-template-columns: 1fr 1fr; }
  .restaurant-feature { grid-template-columns: 1fr; }
  .restaurant-feature figure { height: 270px; }
  .experience-photo-story { grid-template-columns: 1fr 1fr; }
  .experience-photo-story > figure:last-child { display: none; }
}

@media (max-width: 780px) {
  body { padding-bottom: 70px; }
  .admin-bar .site-header.is-scrolled { top: 46px !important; }
  .mobile-booking-bar { align-items: center; background: rgba(8,42,57,.98); bottom: 0; color: #fff; display: flex; justify-content: space-between; left: 0; min-height: 70px; padding: 9px 14px; position: fixed; right: 0; z-index: 90; }
  .mobile-booking-bar span { display: flex; flex-direction: column; line-height: 1.2; }
  .mobile-booking-bar strong { font-family: var(--serif); font-size: .88rem; font-weight: 400; }
  .mobile-booking-bar small { color: rgba(255,255,255,.68); font-size: .54rem; letter-spacing: .04em; margin-top: 3px; }
  .mobile-booking-bar a { background: var(--coral); color: #fff; font-size: .62rem; font-weight: 750; letter-spacing: .08em; padding: 12px 16px; text-transform: uppercase; }
  .hero-signature { min-height: 860px; }
  .hero-signature .hero-image { object-position: 50% center; }
  .hero-signature .hero-copy { justify-content: flex-end; min-height: 784px; padding-bottom: 68px; padding-top: 45px; }
  .hero-signature .hero-copy h1 { font-size: clamp(3.1rem, 13vw, 4.35rem); line-height: .98; max-width: 600px; }
  .hero-signature .hero-lead { max-width: 520px; }
  .sleep-grid, .garden-story-grid, .kitchen-story, .arrival-grid { grid-template-columns: 1fr; }
  .sleep-grid article:nth-child(2) { transform: none; }
  .sleep-grid figure { height: 460px; }
  .bathroom-feature { grid-template-columns: 1fr; }
  .bathroom-photo, .bathroom-feature { min-height: 0; }
  .bathroom-photo { height: 570px; }
  .bathroom-copy { padding: 75px 28px; }
  .garden-collage { grid-template-rows: 240px 240px; }
  .beach-ribbon { grid-template-columns: 1fr 1fr; }
  .experience-feature-grid { grid-template-columns: 1fr; grid-template-rows: 440px 300px 300px; }
  .experience-feature.feature-wide { grid-row: auto; }
  .villa-editorial-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .editorial-main { grid-row: auto; height: 520px; }
  .editorial-small { height: 370px; }
  .editorial-copy { padding: 38px 30px; }
  .bathroom-tour-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto 460px 300px 300px; }
  .bathroom-tour-copy { grid-column: 1 / 3; grid-row: auto; padding: 0 0 35px; }
  .bathroom-tour-main { grid-column: 1 / 3; }
  .kitchen-story-images { grid-template-rows: 235px 235px; }
  .outdoor-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 240px 240px; }
  .outdoor-gallery figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .outdoor-gallery figure:nth-child(4) { grid-column: 1 / 3; }
  .destination-grid, .beach-detail-grid { grid-template-columns: 1fr 1fr; }
  .arrival-grid figure { height: 520px; }
  .experience-number-grid { grid-template-columns: 1fr 1fr; }
  .experience-photo-story { grid-template-columns: 1fr; }
  .experience-photo-story figure { height: 480px; }
  .restaurant-grid { grid-template-columns: 1fr; }
  .restaurant-feature { grid-template-columns: .9fr 1.1fr; }
  .more-picks-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .hero-signature { min-height: 900px; }
  .hero-signature .hero-copy { min-height: 824px; padding-bottom: 46px; }
  .hero-signature .hero-copy h1 { font-size: clamp(2.75rem, 12.5vw, 3.55rem); margin-bottom: 20px; }
  .hero-signature .hero-overline { font-size: .58rem; }
  .hero-signature .hero-lead { font-size: 1.02rem; line-height: 1.45; }
  .hero-signature .hero-buttons { gap: 18px; margin-top: 25px; }
  .hero-signature .booking-note { font-size: .59rem; }
  .sleep-grid figure, .bathroom-photo { height: 410px; }
  .garden-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 190px; }
  .garden-collage figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .beach-ribbon { grid-template-columns: 1fr; }
  .beach-ribbon article { min-height: 175px; }
  .beach-ribbon h3 { margin-top: 24px; }
  .experience-feature-grid { grid-template-rows: 370px 270px 270px; }
  .room-filmstrip { grid-template-columns: 1fr 1fr 1fr; }
  .room-filmstrip figure { height: 90px; }
  .bathroom-tour-grid { grid-template-columns: 1fr; grid-template-rows: auto 430px 280px 280px 280px; }
  .bathroom-tour-copy, .bathroom-tour-main { grid-column: auto; }
  .kitchen-story-images { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 190px; }
  .kitchen-story-images figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .outdoor-gallery { grid-template-rows: 350px 190px 190px; }
  .destination-grid, .beach-detail-grid, .experience-number-grid { grid-template-columns: 1fr; }
  .destination-grid article { min-height: 250px; }
  .experience-photo-story figure { height: 400px; }
  .restaurant-feature { grid-template-columns: 1fr; }
  .gallery-filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
  .gallery-filters button { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* Preserve the compact booking search used on the approved live design. */
.stbv-booking { max-width: 930px; margin-top: -72px; padding: 0 18px; }
.stbv-booking-card { padding: 16px 18px; border-radius: 18px; }
.stbv-booking-form { grid-template-columns: minmax(0,1fr) minmax(0,1fr) 145px 180px; gap: 10px; }
.stbv-field { min-width: 0; gap: 4px; }
.stbv-field label { font-size: 9px; }
.stbv-field input, .stbv-field select { min-height: 44px; padding: 8px 11px; font-size: 13px; }
.stbv-submit button { min-height: 44px; padding: 9px 17px; font-size: 10px; }
.stbv-booking-trust { margin-top: 12px; padding-top: 10px; gap: 7px 13px; font-size: 10px; }
.stbv-score strong { padding: 4px 7px; font-size: 11px; }

@media (max-width: 900px) {
  .stbv-booking { max-width: 680px; margin-top: -55px; }
  .stbv-booking-form { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .stbv-booking { margin-top: -35px; padding: 0 12px; }
  .stbv-booking-card { padding: 14px; border-radius: 16px; }
  .stbv-booking-form { grid-template-columns: 1fr; }
  .stbv-booking-trust { align-items: flex-start; gap: 6px; }
}
