
:root {
  --cream: #f5ecdf;
  --cream-deep: #ead6ba;
  --paper: #fffdf9;
  --navy: #183652;
  --navy-dark: #102a43;
  --ink: #25384b;
  --muted: #6c625b;
  --terracotta: #c87960;
  --line: rgba(24, 54, 82, 0.14);
  --whatsapp: #167c57;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(40, 33, 28, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
}
.brand strong, .brand small { display: block; }
.brand strong { color: var(--navy); font-size: 15px; letter-spacing: .02em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 12px; }
nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--navy); color: var(--white); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(440px, 1.07fr);
  gap: 68px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  min-height: 680px;
  margin: 0 auto;
  padding: 42px 0 88px;
}
.eyebrow {
  margin: 0 0 17px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow-light { color: #f0c697; }
.hero h1, .section-heading h2, .utilities-section h2, .shared-home-copy h2, .location-copy h2,
.cat-note h2, .contact-section h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.035em;
}
.hero h1 { max-width: 640px; margin: 0; font-size: clamp(48px, 5vw, 72px); line-height: .98; }
.hero-lead {
  max-width: 600px;
  margin: 27px 0 28px;
  color: #52606d;
  font-size: 18px;
  line-height: 1.7;
}
.price-card {
  display: flex;
  align-items: stretch;
  width: min(560px, 100%);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--cream);
}
.total-price {
  display: flex;
  flex: 0 0 158px;
  flex-direction: column;
  justify-content: center;
  padding: 19px 22px;
  background: var(--navy);
  color: var(--white);
}
.total-price span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.total-price strong { margin-top: 3px; font-size: 36px; letter-spacing: -.04em; }
.price-breakdown { display: flex; align-items: center; gap: 12px; padding: 17px 18px 17px 22px; }
.price-breakdown p { margin: 0; color: var(--navy); font-size: 12px; line-height: 1.35; }
.price-breakdown strong { display: block; font-size: 22px; }
.price-breakdown > span { color: var(--terracotta); font-weight: 800; }
.price-note { align-self: center; margin: 0 18px 0 auto; color: var(--muted); font-size: 11px; line-height: 1.35; }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(200,121,96,.35); outline-offset: 3px; }
.button-primary { background: var(--navy); color: var(--white); box-shadow: 0 10px 24px rgba(24,54,82,.18); }
.button-whatsapp { border-color: rgba(22,124,87,.28); background: #e8f5ef; color: #126847; }
.availability { margin: 16px 0 0; color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; }
.hero-visual::before {
  position: absolute;
  inset: -28px 38px 32px -26px;
  border-radius: 40% 60% 38% 62% / 54% 39% 61% 46%;
  background: var(--cream-deep);
  content: "";
  transform: rotate(-3deg);
}
.hero-photo-frame {
  position: relative;
  overflow: hidden;
  border: 9px solid var(--white);
  border-radius: 24px 90px 24px 24px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(1.4deg);
}
.hero-photo-frame img { width: 100%; min-height: 530px; object-fit: cover; object-position: center; }
.photo-note {
  position: absolute;
  right: 18px;
  bottom: 17px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,253,249,.9);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.floating-address {
  position: absolute;
  right: -12px;
  bottom: -32px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 225px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(24,54,82,.17);
}
.floating-address > span { font-size: 20px; }
.floating-address p { margin: 0; }
.floating-address strong, .floating-address small { display: block; }
.floating-address strong { color: var(--navy); font-size: 14px; }
.floating-address small { margin-top: 4px; color: var(--muted); font-size: 11px; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; background: var(--navy); color: var(--white); }
.trust-strip div { padding: 26px 24px; border-right: 1px solid rgba(255,255,255,.14); text-align: center; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.trust-strip span { margin-top: 5px; color: rgba(255,255,255,.68); font-size: 11px; }

.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; }
.section-heading {
  display: grid;
  grid-template-columns: .8fr 1.1fr .9fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 52px;
}
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .utilities-section h2, .shared-home-copy h2, .location-copy h2, .cat-note h2, .contact-section h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.02;
}
.section-heading > p:last-child, .location-copy > p:not(.eyebrow), .cat-note p:last-child,
.contact-section > p:not(.eyebrow):not(.contact-small) {
  margin: 0;
  color: #637080;
  font-size: 15px;
  line-height: 1.75;
}
.amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenity {
  min-height: 230px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.amenity > span { color: var(--terracotta); font-size: 11px; font-weight: 800; }
.amenity h3 { margin: 42px 0 12px; color: var(--navy); font-size: 18px; }
.amenity p { margin: 0; color: #667383; font-size: 14px; line-height: 1.65; }

.utilities-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
  padding: 74px max(48px, calc((100% - 1180px) / 2));
  background: var(--navy);
}
.utilities-section h2 { color: var(--white); }
.utilities-section ul { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 0; list-style: none; }
.utilities-section li {
  position: relative;
  padding: 12px 16px 12px 38px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}
.utilities-section li::before { position: absolute; top: 50%; left: 15px; color: #f0c697; content: "✓"; transform: translateY(-50%); }

.compact-heading { grid-template-columns: .7fr 1.3fr .9fr; }
.gallery-grid { display: grid; grid-auto-rows: 270px; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 14px; background: var(--cream); }
.gallery-grid .gallery-wide { grid-column: span 2; }
.gallery-grid .gallery-tall { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 22px 14px 12px;
  border-radius: 9px;
  background: linear-gradient(transparent, rgba(15,35,52,.78));
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.shared-home-section {
  padding: 110px max(48px, calc((100% - 1180px) / 2));
  background: var(--cream);
}
.shared-home-inner {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 76px;
  align-items: center;
}
.shared-home-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.02;
}
.shared-home-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: #637080;
  font-size: 15px;
  line-height: 1.75;
}
.shared-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
.shared-facts span {
  padding: 17px;
  border: 1px solid rgba(24,54,82,.12);
  border-radius: 12px;
  background: rgba(255,253,249,.72);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}
.shared-facts strong {
  display: block;
  margin-bottom: 3px;
  color: var(--terracotta);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}
.shared-gallery {
  display: grid;
  grid-auto-rows: 245px;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.shared-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: var(--paper);
}
.shared-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}
.shared-gallery figure:hover img { transform: scale(1.025); }
.shared-gallery figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 22px 13px 11px;
  border-radius: 8px;
  background: linear-gradient(transparent, rgba(15,35,52,.78));
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.location-section {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  padding: 110px max(48px, calc((100% - 1180px) / 2));
  overflow: hidden;
  background: var(--cream);
}
.location-section::after {
  position: absolute;
  right: -100px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 80px solid rgba(200,121,96,.12);
  border-radius: 50%;
  content: "";
}
.location-copy { position: relative; z-index: 1; }
.location-copy > p:not(.eyebrow) { margin-top: 24px; }
.text-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--terracotta);
  text-underline-offset: 6px;
}
.travel-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.travel-grid article {
  min-height: 180px;
  padding: 28px;
  border: 1px solid rgba(24,54,82,.1);
  border-radius: 16px;
  background: rgba(255,253,249,.9);
}
.travel-grid strong { display: block; color: var(--terracotta); font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1; }
.travel-grid span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.travel-grid h3 { margin: 34px 0 0; color: var(--navy); font-size: 16px; }
.timing-note { position: absolute; right: max(48px, calc((100% - 1180px) / 2)); bottom: 72px; z-index: 1; margin: 0; color: var(--muted); font-size: 10px; }

.cat-note {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  align-items: center;
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0;
}
.cat-note > span { display: grid; width: 130px; height: 130px; place-items: center; border-radius: 50%; background: var(--cream); font-size: 48px; }
.cat-note h2 { margin-bottom: 14px; font-size: clamp(36px, 4vw, 48px); }

.contact-section { padding: 100px 24px; background: var(--navy-dark); color: var(--white); text-align: center; }
.contact-section h2 { color: var(--white); font-size: clamp(52px, 6vw, 82px); }
.contact-section > p:not(.eyebrow):not(.contact-small) { max-width: 520px; margin: 20px auto 0; color: rgba(255,255,255,.7); }
.contact-actions { justify-content: center; margin-top: 32px; }
.contact-actions > span { color: rgba(255,255,255,.45); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.button-light { background: var(--white); color: var(--navy); }
.button-whatsapp-light { border-color: rgba(255,255,255,.18); background: var(--whatsapp); color: var(--white); }
.contact-small { margin: 36px 0 0; color: rgba(255,255,255,.46); font-size: 11px; }

footer {
  display: flex;
  justify-content: space-between;
  padding: 24px max(24px, calc((100% - 1180px) / 2));
  background: #0c2338;
  color: rgba(255,255,255,.55);
  font-size: 11px;
}
footer p { margin: 0; }
.mobile-contact-bar { display: none; }

@media (max-width: 980px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 58px; padding-top: 58px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(720px, 94%); margin: 0 auto; }
  .section-heading, .compact-heading { grid-template-columns: 1fr 1.6fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .utilities-section, .shared-home-inner, .location-section { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid .gallery-wide { grid-column: span 2; }
  .timing-note { position: static; grid-column: 1; margin-top: -58px; text-align: right; }
}

@media (max-width: 680px) {
  body { padding-bottom: 68px; }
  .site-header { width: min(100% - 32px, 1180px); padding: 18px 0; }
  .nav-cta { display: none; }
  .hero, .section { width: min(100% - 32px, 1180px); }
  .hero { gap: 48px; min-height: auto; padding: 42px 0 74px; }
  .hero h1 { font-size: clamp(44px, 13vw, 60px); }
  .hero-lead { font-size: 16px; }
  .price-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .total-price { flex-basis: auto; }
  .price-breakdown { gap: 8px; padding: 14px; }
  .price-breakdown strong { font-size: 19px; }
  .price-note { grid-column: 1 / -1; margin: 0; padding: 8px 14px; border-top: 1px solid var(--line); text-align: center; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-photo-frame { border-radius: 18px 60px 18px 18px; }
  .hero-photo-frame img { min-height: 390px; }
  .floating-address { right: -8px; bottom: -28px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n + 2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .section { padding: 82px 0; }
  .section-heading, .compact-heading { display: block; margin-bottom: 34px; }
  .section-heading h2 { font-size: 42px; }
  .section-heading > p:last-child { margin-top: 20px; }
  .amenities-grid { grid-template-columns: 1fr; }
  .amenity { min-height: 205px; }
  .utilities-section, .shared-home-section, .location-section { gap: 40px; padding: 78px 24px; }
  .gallery-grid { grid-auto-rows: 240px; grid-template-columns: 1fr; }
  .gallery-grid .gallery-wide, .gallery-grid .gallery-tall { grid-column: auto; grid-row: auto; }
  .shared-home-inner { gap: 40px; }
  .shared-gallery { grid-auto-rows: 240px; grid-template-columns: 1fr; }
  .travel-grid { gap: 10px; }
  .travel-grid article { min-height: 160px; padding: 20px; }
  .travel-grid strong { font-size: 28px; }
  .travel-grid h3 { margin-top: 28px; font-size: 14px; }
  .timing-note { margin-top: -20px; }
  .cat-note { grid-template-columns: 1fr; width: min(100% - 48px, 900px); padding: 76px 0; text-align: center; }
  .cat-note > span { width: 105px; height: 105px; margin: 0 auto; font-size: 42px; }
  .contact-section { padding: 82px 20px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions > span { margin: 2px 0; }
  footer { align-items: center; flex-direction: column; gap: 10px; padding: 22px 18px; text-align: center; }
  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 8px;
    background: rgba(255,253,249,.96);
    box-shadow: 0 -10px 30px rgba(24,54,82,.13);
    backdrop-filter: blur(12px);
  }
  .mobile-contact-bar a {
    display: grid;
    min-height: 48px;
    place-items: center;
    border-radius: 9px;
    background: var(--navy);
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
  }
  .mobile-contact-bar a:last-child { background: var(--whatsapp); }
}

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