:root {
  --bg-light: #f8ddd4;
  --bg-coral: #f9b49c;
  --coral: #ff9f8c;
  --coral-dark: #e76540;
  --wine: #a61f24;
  --red: #c50820;
  --text: #4d4a49;
  --white: #fffaf7;
  --shadow: 0 14px 40px rgba(112, 36, 32, 0.14);
  --container: 1390px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg-light);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: var(--wine);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  background: var(--bg-light);
  border-top: 1px solid rgba(166, 31, 36, 0.25);
}
.site-header::after,
.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  width: min(58vw, 940px);
  height: 3px;
  background: var(--coral);
}
.site-header::before { top: 30px; }
.site-header::after { bottom: 22px; }
.header-inner {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 28px;
}
.brand-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: 0;
}
.brand-logo { width: 172px; height: auto; flex: 0 0 auto; }
.brand-divider { width: 1px; height: 72px; background: rgba(166, 31, 36, 0.18); }
.brand-subtitle {
  margin: 0;
  color: var(--wine);
  font-weight: 800;
  font-size: clamp(1rem, 1.65vw, 1.55rem);
  text-transform: uppercase;
  white-space: nowrap;
}

.section-bg { position: relative; overflow: hidden; }
.section-bg--light { background: var(--bg-light); }
.section-bg--coral { background: var(--bg-coral); }

.hero { min-height: 675px; }
.hero-grid {
  min-height: 675px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 72px;
}
.hero-copy { padding: 76px 0 88px 40px; max-width: 760px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--coral-dark);
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: .78rem;
}
.hero h1,
.section-heading h2,
.contact-slogan h2 {
  margin: 0;
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 700;
  line-height: .98;
}
.hero h1 { font-size: clamp(3.25rem, 5vw, 5.1rem); }
.hero h2 {
  margin: 12px 0 14px;
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 2.4vw, 2.55rem);
  line-height: 1.05;
}
.hero-copy p { max-width: 720px; margin: 0 0 18px; font-size: clamp(1rem, 1.3vw, 1.2rem); font-weight: 500; }
.hero blockquote {
  margin: 20px 0;
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}
.hero blockquote::before { content: "“"; color: var(--coral); font-size: 1.8em; vertical-align: -.25em; margin-right: 4px; }
.hero blockquote::after { content: "”"; color: var(--coral); font-size: 1.8em; vertical-align: -.25em; margin-left: 4px; }
.hero-media {
  align-self: stretch;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 620px;
}
.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 159, 140, 0.55);
  border-radius: 18px;
  transform: rotate(9deg);
}
.hero-media::before { width: 46px; height: 32px; top: 110px; left: 18px; }
.hero-media::after { width: 54px; height: 42px; right: 2%; bottom: 120px; }
.hero-media-shape {
  position: absolute;
  inset: 84px 0 0 0;
  background: rgba(255, 159, 140, .12);
  border-radius: 72px 72px 0 0;
}
.hero-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 585px);
  max-height: 620px;
  object-fit: contain;
  object-position: bottom right;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 24px;
  padding: 13px 36px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.button--light { color: var(--wine); background: #fff; box-shadow: 5px 5px 0 rgba(255, 159, 140, .58); }

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 7px 24px 7px 7px;
  border-radius: 999px;
  background: #fff;
  color: var(--wine);
  text-decoration: none;
  font-size: clamp(1rem, 1.7vw, 1.34rem);
  font-weight: 800;
  box-shadow: 5px 5px 0 rgba(255, 159, 140, .58);
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.contact-pill:hover { transform: translateY(-2px); box-shadow: 7px 9px 0 rgba(255, 159, 140, .5); }
.contact-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
  flex: 0 0 auto;
}
.contact-icon svg { width: 27px; height: 27px; fill: #fff; }
.contact-icon--pin svg { width: 32px; height: 32px; fill: none; stroke: #fff; stroke-width: 3; }

.amenities { padding: 62px 0 78px; }
.amenities::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -64px;
  top: 38px;
  border: 3px solid rgba(255, 255, 255, .17);
  border-radius: 50%;
}
.amenities-grid {
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(620px, 1.45fr);
  align-items: center;
  gap: 78px;
}
.amenities-gallery img { width: min(100%, 545px); margin-inline: auto; filter: drop-shadow(0 18px 18px rgba(104, 48, 36, .15)); }
.section-heading h2 { font-size: clamp(3rem, 4.5vw, 4.5rem); }
.section-heading p {
  margin: 2px 0 40px;
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 700;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 25px 74px;
}
.benefit-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  min-height: 66px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: var(--wine);
  overflow: hidden;
}
.benefit-icon {
  height: 100%;
  display: grid;
  place-items: center;
  background: var(--red);
}
.benefit-icon svg { width: 47px; height: 47px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card strong { padding: 10px 18px; font-size: clamp(.95rem, 1.25vw, 1.14rem); }

.units { margin-top: 48px; }
.units h3 {
  margin: 0 0 28px;
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
  font-style: italic;
  line-height: 1;
}
.units-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 44px; }
.unit-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  padding: 8px 0;
  color: var(--text);
  text-decoration: none;
}
.unit-pin, .contact-pin { width: 64px; height: 64px; }
.unit-pin svg, .contact-pin svg { width: 100%; height: 100%; fill: var(--coral-dark); stroke: #fff; stroke-width: 2; }
.unit-card strong, .contact-address strong {
  display: block;
  color: var(--coral-dark);
  font-size: clamp(1rem, 1.45vw, 1.34rem);
  text-transform: uppercase;
  line-height: 1.1;
}
.unit-card small {
  display: block;
  margin-top: 7px;
  font-size: clamp(.85rem, 1.05vw, 1rem);
  line-height: 1.45;
}
.unit-card:hover strong { text-decoration: underline; }

.contact { min-height: 705px; }
.contact-slogan { border-top: 2px solid var(--coral); border-bottom: 2px solid var(--coral); }
.contact-slogan h2 { padding: 9px 0 8px; text-align: center; font-size: clamp(2rem, 3.1vw, 3.25rem); }
.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.45fr;
  align-items: stretch;
  min-height: 625px;
}
.contact-model { align-self: end; min-height: 570px; display: flex; align-items: flex-end; }
.contact-model img { width: min(100%, 490px); height: auto; object-fit: contain; object-position: left bottom; }
.contact-content { padding: 38px 0 42px 82px; align-self: center; }
.contact-logo { width: 260px; height: auto; margin: 0 auto; }
.contact-intro {
  margin: 4px 0 34px;
  color: var(--wine);
  text-align: center;
  font-size: clamp(1.45rem, 2.35vw, 2.25rem);
  font-weight: 500;
}
.contact-list { max-width: 830px; margin-inline: auto; }
.contact-row {
  display: grid;
  grid-template-columns: 64px minmax(240px, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 30px 0;
}
.contact-row + .contact-row { border-top: 2px solid rgba(255, 159, 140, .72); }
.contact-address span { display: block; margin-top: 6px; font-size: clamp(.92rem, 1.1vw, 1.04rem); line-height: 1.35; }
.contact-row .contact-pill { min-height: 64px; font-size: clamp(1rem, 1.4vw, 1.25rem); }

.site-footer { padding: 18px 0; background: #8f1a1f; color: rgba(255,255,255,.92); text-align: center; font-size: .84rem; }
.site-footer p { margin: 0; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 9px;
  border-radius: 999px;
  background: #20cf67;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(20, 100, 55, .3);
}
.whatsapp-float svg { width: 36px; height: 36px; fill: #fff; }
.whatsapp-float span { font-size: .86rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .contact-pill { transition: none; }
}

@media (max-width: 1180px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .header-inner { min-height: 142px; }
  .site-header::before { top: 18px; }
  .site-header::after { bottom: 16px; }
  .brand-logo { width: 145px; }
  .brand-wrap { gap: 22px; }
  .brand-divider { height: 56px; }
  .hero-grid { grid-template-columns: 1fr .84fr; gap: 32px; }
  .hero-copy { padding-left: 18px; }
  .amenities-grid { grid-template-columns: .75fr 1.25fr; gap: 40px; }
  .benefits-grid { gap: 18px 34px; }
  .contact-content { padding-left: 38px; }
  .contact-row { grid-template-columns: 58px minmax(200px, 1fr); }
  .contact-row .contact-pill { grid-column: 2; justify-self: start; margin-top: 6px; }
}

@media (max-width: 900px) {
  .site-header::after, .site-header::before { width: 100%; }
  .header-inner { flex-direction: column; justify-content: center; padding-block: 38px; gap: 18px; }
  .brand-wrap { justify-content: center; }
  .brand-subtitle { white-space: normal; text-align: center; }
  .hero-grid, .amenities-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; gap: 0; }
  .hero-copy { max-width: 760px; margin-inline: auto; padding: 64px 10px 26px; text-align: center; }
  .hero-copy p { margin-inline: auto; }
  .hero-media { min-height: 470px; justify-content: center; }
  .hero-media-shape { inset: 34px 8% 0; }
  .hero-media img { max-height: 500px; object-position: center bottom; }
  .amenities { padding-top: 44px; }
  .amenities-gallery { order: 2; }
  .amenities-gallery img { width: min(84%, 545px); }
  .amenities-content { order: 1; }
  .section-heading, .units h3 { text-align: center; }
  .benefits-grid { max-width: 760px; margin-inline: auto; }
  .units-grid { max-width: 760px; margin-inline: auto; }
  .contact-grid { min-height: 0; }
  .contact-content { order: 1; padding: 42px 0 18px; }
  .contact-model { order: 2; min-height: 430px; justify-content: center; }
  .contact-model img { width: min(82%, 490px); }
  .contact-list { max-width: 760px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: auto; }
  .brand-wrap { gap: 12px; }
  .brand-logo { width: 112px; }
  .brand-divider { height: 42px; }
  .brand-subtitle { font-size: .78rem; max-width: 170px; }
  .contact-pill--header { min-height: 54px; padding-right: 18px; font-size: 1rem; }
  .contact-pill--header .contact-icon { width: 42px; height: 42px; }
  .hero-copy { padding-top: 52px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.3rem); }
  .hero h2 { font-size: 1.7rem; }
  .hero blockquote { font-size: 1.65rem; }
  .hero-media { min-height: 390px; }
  .hero-media img { max-height: 410px; }
  .button { width: 100%; max-width: 310px; }
  .amenities { padding-bottom: 58px; }
  .section-heading h2 { font-size: 3.1rem; text-align: center; }
  .section-heading p { font-size: 1.45rem; text-align: center; margin-bottom: 28px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 13px; }
  .benefit-card { min-height: 60px; }
  .units { margin-top: 40px; }
  .units-grid { grid-template-columns: 1fr; gap: 12px; }
  .unit-card { grid-template-columns: 54px 1fr; }
  .unit-pin, .contact-pin { width: 54px; height: 54px; }
  .contact-slogan h2 { font-size: 2rem; line-height: 1.1; }
  .contact-logo { width: 205px; }
  .contact-intro { font-size: 1.45rem; }
  .contact-row {
    grid-template-columns: 52px 1fr;
    gap: 10px;
    padding: 25px 0;
  }
  .contact-row .contact-pill { grid-column: 1 / -1; justify-self: stretch; justify-content: center; margin-top: 10px; }
  .contact-model { min-height: 360px; }
  .contact-model img { width: 100%; max-width: 490px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 58px; height: 58px; padding: 10px; justify-content: center; }
  .whatsapp-float svg { width: 36px; height: 36px; }
  .whatsapp-float span { display: none; }
}
