:root {
  --ink: #171410;
  --espresso: #2b2119;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --gold: #c8a35a;
  --gold-light: #e0c58d;
  --white: #ffffff;
  --line: rgba(23, 20, 16, 0.17);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
button, select, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 1.4rem clamp(1.25rem, 4vw, 4.5rem); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; font-family: var(--serif); font-size: 1.55rem; color: var(--gold-light); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; letter-spacing: .16em; }
.brand-copy strong { font-size: .9rem; font-weight: 500; }
.brand-copy small { margin-top: .28rem; font-size: .58rem; color: var(--gold-light); }
nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.8vw, 3rem); }
nav a { font-size: .86rem; text-decoration: none; letter-spacing: .05em; }
.nav-cta { padding: .72rem 1.15rem; border: 1px solid rgba(255,255,255,.65); transition: .25s ease; }
.nav-cta:hover { color: var(--ink); background: var(--white); }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; padding: .65rem; border: 0; background: transparent; color: white; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: .32rem 0; background: currentColor; }

.hero { position: relative; min-height: 760px; height: 100svh; color: var(--white); overflow: hidden; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; animation: heroZoom 14s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,12,9,.79) 0%, rgba(15,12,9,.38) 49%, rgba(15,12,9,.18) 100%), linear-gradient(0deg, rgba(15,12,9,.55) 0%, transparent 45%); }
.hero-content { position: relative; z-index: 2; max-width: 760px; padding: clamp(11rem, 23vh, 15rem) clamp(1.25rem, 7vw, 8rem) 8rem; }
.eyebrow { margin: 0 0 1.15rem; color: var(--gold-light); font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .25em; }
.eyebrow.dark { color: #80642f; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 { max-width: 700px; font-size: clamp(4.2rem, 8vw, 8rem); letter-spacing: -.03em; text-wrap: balance; }
h2 { font-size: clamp(3rem, 5.6vw, 6rem); letter-spacing: -.025em; }
h3 { font-size: clamp(2.3rem, 3.5vw, 4rem); }
em { color: #9b7840; font-weight: 400; }
.hero-intro { max-width: 510px; margin: 1.7rem 0 2rem; font-size: clamp(1rem, 1.3vw, 1.2rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3.35rem; padding: .85rem 1.45rem; border: 0; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold-light); }
.button-outline { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.55); }
.button-outline:hover { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.text-link { text-underline-offset: .32rem; }
.text-link span { display: inline-block; margin-left: .35rem; }
.hero-note { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 4.5rem); bottom: 2rem; display: flex; gap: 1.5rem; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-note span + span { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.4); }

.section-pad { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.intro { display: grid; grid-template-columns: .2fr 1.25fr .8fr; align-items: end; gap: 3rem; background: var(--cream); }
.section-number { align-self: start; font-family: var(--serif); color: #9b7840; font-size: 1.2rem; }
.intro-copy { max-width: 520px; padding-bottom: .5rem; font-size: 1.08rem; color: #5b5149; }
.intro-copy p { margin: 0 0 2rem; }
.dark-link { color: var(--ink); font-weight: 600; }

.properties { color: var(--white); background: #12100d; }
.properties-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 4rem; align-items: end; margin-bottom: clamp(3rem, 6vw, 6rem); }
.properties-heading h2 { max-width: 800px; }
.properties-heading > p { max-width: 520px; margin: 0 0 .5rem; color: rgba(255,255,255,.65); font-size: 1.05rem; }
.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.property-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 760px; padding: clamp(1.5rem, 3vw, 2.7rem); border: 1px solid rgba(255,255,255,.18); overflow: hidden; }
.property-card::before { content: ""; position: absolute; inset: 0; opacity: .62; transition: transform .45s ease, opacity .45s ease; }
.property-card:hover::before { transform: scale(1.04); opacity: .82; }
.property-card > * { position: relative; z-index: 1; }
.property-coast::before { background: radial-gradient(circle at 15% 10%, rgba(224,197,141,.34), transparent 38%), linear-gradient(155deg, #5f6d70, #1c2629 78%); }
.property-ocean::before { background: radial-gradient(circle at 80% 15%, rgba(255,255,255,.2), transparent 38%), linear-gradient(155deg, #315d6e, #102a35 78%); }
.property-desert::before { background: radial-gradient(circle at 65% 18%, rgba(224,197,141,.3), transparent 35%), linear-gradient(155deg, #6a4d37, #281d17 78%); }
.property-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; }
.property-region { margin: 0 0 .65rem; color: var(--gold-light); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.property-card h3 { margin-bottom: 1.25rem; font-size: clamp(2.8rem, 4vw, 4.9rem); }
.property-intro { max-width: 380px; color: rgba(255,255,255,.76); }
.property-details { display: grid; gap: 1.15rem; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.22); }
.property-details h4 { margin: 0 0 .45rem; color: var(--gold-light); font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; }
.property-details p { margin: 0; color: rgba(255,255,255,.68); font-size: .88rem; line-height: 1.55; }
.property-details ul { margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.78); font-size: .86rem; }
.property-details li { position: relative; padding: .18rem 0 .18rem 1rem; }
.property-details li::before { content: "•"; position: absolute; left: 0; color: var(--gold-light); }
.property-link { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 1rem 0; color: var(--white); border: 0; border-top: 1px solid rgba(255,255,255,.38); background: transparent; text-align: left; text-decoration: none; cursor: pointer; }
.property-link span { color: var(--gold-light); font-size: 1.2rem; }

.room-showcase { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.room-image-wrap { margin: 0; }
.room-image-wrap img { aspect-ratio: 16 / 10; object-fit: cover; box-shadow: 0 1.4rem 4rem rgba(43,33,25,.14); }
.room-image-wrap figcaption { padding-top: .75rem; color: #6c625a; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.room-details { max-width: 520px; }
.mini-label { display: block; margin-bottom: 1.4rem; color: #80642f; font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
.room-details p { margin: 1.6rem 0 2rem; color: #61574f; }
.room-details ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.room-details li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.room-details li span { display: inline-block; width: 3rem; color: #a07d42; font-size: .75rem; }
.room-details .concept-note { margin: 1.15rem 0 0; color: #7d736b; font-size: .78rem; line-height: 1.5; }

.experience { display: grid; grid-template-columns: .74fr 1.26fr; min-height: 740px; background: var(--espresso); color: var(--white); }
.experience-copy { display: flex; flex-direction: column; justify-content: center; }
.experience-copy h2 { max-width: 560px; }
.experience-copy p:last-child { max-width: 470px; margin-top: 2rem; color: rgba(255,255,255,.7); }
.pool-image-wrap { position: relative; margin: 0; }
.pool-image-wrap, .pool-image-wrap img { height: 100%; min-height: 620px; }
.pool-image-wrap img { object-fit: cover; }
.pool-image-wrap figcaption { position: absolute; right: 1.5rem; bottom: 1.5rem; padding: .6rem .8rem; color: rgba(255,255,255,.88); background: rgba(23,20,16,.68); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; backdrop-filter: blur(8px); }

.courtyard-showcase { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background: var(--paper); }
.courtyard-copy { max-width: 510px; }
.courtyard-copy h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.courtyard-copy > p:not(.eyebrow):not(.concept-note) { margin: 1.7rem 0 0; color: #61574f; font-size: 1.05rem; }
.courtyard-copy .concept-note { margin: 1.2rem 0 0; color: #7d736b; font-size: .78rem; line-height: 1.5; }
.courtyard-image-wrap { position: relative; margin: 0; }
.courtyard-image-wrap img { aspect-ratio: 4 / 3; object-fit: cover; box-shadow: 0 1.4rem 4rem rgba(43,33,25,.16); }
.courtyard-image-wrap figcaption { position: absolute; right: 1.25rem; bottom: 1.25rem; padding: .6rem .8rem; color: rgba(255,255,255,.9); background: rgba(23,20,16,.7); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; backdrop-filter: blur(8px); }

.location { display: grid; grid-template-columns: .2fr 1.1fr .8fr; gap: 3rem; align-items: center; background: var(--cream); }
.location-copy { max-width: 650px; }
.location-copy p:last-child { max-width: 570px; margin-top: 1.75rem; color: #64594f; font-size: 1.05rem; }
.location-list { border-top: 1px solid var(--line); }
.location-list > div { display: grid; grid-template-columns: .7fr 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.location-list span { color: #8d6d37; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .13em; }
.location-list strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.location-list small { color: #746a61; font-size: .76rem; }
.location-list > p { margin: 1.5rem 0 0; color: #746a61; font-size: .84rem; }

.reservations { display: grid; grid-template-columns: 1.4fr .6fr; min-height: 620px; color: var(--white); background: var(--ink); }
.reservation-panel { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.reservation-panel h2 { max-width: 820px; }
.reservation-panel em { color: var(--gold-light); }
.reservation-note { max-width: 580px; margin: 2rem 0; color: rgba(255,255,255,.7); }
.reservation-buttons { display: flex; flex-wrap: wrap; gap: .75rem; }
.status-message { min-height: 1.5rem; color: var(--gold-light); }
.reservation-side { display: flex; flex-direction: column; justify-content: space-around; align-items: center; padding: 4rem 1rem; border-left: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.8rem); writing-mode: vertical-rl; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.25rem, 4vw, 4.5rem); color: rgba(255,255,255,.7); background: #0e0c0a; font-size: .82rem; }
.footer-brand { color: var(--white); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .site-header { padding: 1rem 1.25rem; }
  .menu-toggle { display: block; }
  nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem 1.4rem; color: var(--ink); background: var(--paper); }
  nav.open { display: flex; }
  nav a { padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: .75rem; text-align: center; border: 1px solid var(--ink); }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 10rem; }
  .hero-note { left: 1.25rem; right: auto; flex-direction: column; gap: .45rem; }
  .hero-note span + span { padding-left: 0; border-left: 0; }
  .intro, .location { grid-template-columns: 1fr; gap: 1.5rem; }
  .properties-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .property-grid { grid-template-columns: 1fr; }
  .property-card { min-height: 650px; }
  .section-number { display: none; }
  .room-showcase, .experience, .courtyard-showcase, .reservations { grid-template-columns: 1fr; }
  .experience-copy { min-height: 500px; }
  .pool-image-wrap, .pool-image-wrap img { min-height: 440px; }
  .reservation-side { display: none; }
  footer { grid-template-columns: 1fr; justify-items: start; }
}

@media (max-width: 560px) {
  .brand-copy strong { font-size: .76rem; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .reservation-buttons { align-items: stretch; flex-direction: column; width: 100%; }
  .room-showcase { padding-left: 0; padding-right: 0; }
  .room-details { padding: 0 1.25rem; }
}
