:root {
  --ink: #171714;
  --ink-soft: #4d4a43;
  --paper: #f7f4ee;
  --white: #fff;
  --sand: #ded3c1;
  --sand-deep: #b7a48a;
  --sea: #496c74;
  --line: rgba(23, 23, 20, 0.14);
  --shadow: 0 22px 70px rgba(30, 28, 23, 0.10);
  --radius: 2px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 200;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(76px, 9vw, 132px); }
.section-tint { background: #eee8dd; }
.section-dark { background: #161713; color: white; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 238, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  line-height: 1;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font: 700 11px/1 Georgia, serif;
  letter-spacing: .1em;
}
.brand-copy { display: grid; gap: 5px; }
.brand-copy strong { font-size: 12px; letter-spacing: .16em; }
.brand-copy small { font-size: 9px; letter-spacing: .17em; color: var(--ink-soft); }

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
}
.main-nav a {
  font-size: 12px;
  text-decoration: none;
  letter-spacing: .04em;
  position: relative;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; gap: 5px; font-size: 11px; letter-spacing: .1em; }
.lang-btn { border: 0; background: none; padding: 0; cursor: pointer; opacity: .45; }
.lang-btn.is-active { opacity: 1; font-weight: 700; }
.nav-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.nav-toggle span { display: block; height: 1px; background: var(--ink); margin: 6px 0; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 9px 16px; }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }
.button-outline-light { border-color: rgba(255,255,255,.6); color: white; }
.button-outline-light:hover { background: white; color: var(--ink); }

.hero {
  min-height: calc(100svh - 78px);
  position: relative;
  display: grid;
  align-items: end;
  color: white;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("images/foto10.jpg") center 54% / cover no-repeat;
  transform: scale(1.01);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(8,12,13,.78) 0%, rgba(8,12,13,.28) 60%, rgba(8,12,13,.12) 100%), linear-gradient(0deg, rgba(8,12,13,.52), transparent 48%);
}
.hero-content { padding-block: clamp(90px, 13vh, 150px) 48px; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--sea);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow.light { color: rgba(255,255,255,.72); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.03;
}
h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(46px, 7vw, 92px); }
h2 { margin-bottom: 22px; font-size: clamp(38px, 5vw, 66px); }
h3 { line-height: 1.25; }
.hero-lead { max-width: 680px; margin-bottom: 32px; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.7vw, 21px); }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-facts {
  margin-top: clamp(64px, 12vh, 120px);
  padding-top: 24px;
  display: flex;
  gap: 18px 36px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.35);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
}
.intro h2 { margin-bottom: 0; }
.intro-copy { margin-bottom: 6px; color: var(--ink-soft); font-size: clamp(17px, 1.6vw, 21px); }

.section-heading {
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 440px);
  gap: 40px;
  align-items: end;
}
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--ink-soft); margin-bottom: 8px; }

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.property-card { background: white; box-shadow: 0 12px 40px rgba(30,28,23,.05); }
.property-image { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; background: #ddd; }
.property-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.property-image:hover img { transform: scale(1.04); }
.image-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  background: rgba(255,255,255,.9);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.property-body { padding: 26px; }
.property-meta { margin-bottom: 12px; color: var(--sea); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.property-body h3 { min-height: 54px; margin-bottom: 12px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.property-body > p:not(.property-meta):not(.price) { color: var(--ink-soft); font-size: 14px; }
.price { display: flex; align-items: baseline; gap: 4px; margin: 24px 0 15px; }
.price strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.price span { color: var(--ink-soft); font-size: 12px; }
.amenities { margin: 0 0 24px; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; list-style: none; }
.amenities li { border: 1px solid var(--line); padding: 6px 8px; font-size: 10px; }
.text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 12px; font-weight: 700; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 10px;
}
.gallery-item {
  border: 0;
  padding: 0;
  cursor: zoom-in;
  overflow: hidden;
  background: #ddd;
}
.gallery-item-wide { grid-column: span 2; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .3s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: contrast(1.03); }

.video-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
}
.video-copy p:not(.eyebrow) { color: rgba(255,255,255,.67); max-width: 520px; }
.video-frame { position: relative; aspect-ratio: 16/9; background: #252621; overflow: hidden; box-shadow: 0 25px 60px rgba(0,0,0,.3); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-placeholder { position: absolute; inset: 0; display: grid; place-content: center; gap: 10px; text-align: center; background: linear-gradient(rgba(22,23,19,.32), rgba(22,23,19,.72)), url("images/foto4.jpg") center/cover; }
.video-placeholder strong { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.video-placeholder small { color: rgba(255,255,255,.7); }
.play-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 8px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; padding-left: 4px; }

.availability-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: center;
}
.availability-copy > p:not(.eyebrow) { color: var(--ink-soft); max-width: 540px; }
.calendar-legend { margin: 28px 0; display: flex; flex-wrap: wrap; gap: 14px 20px; font-size: 12px; }
.calendar-legend > span { display: inline-flex; align-items: center; gap: 8px; }
.dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.dot-available { background: var(--sea); }
.dot-unavailable { background: #d7d1c7; }
.dot-selected { background: var(--ink); }
.calendar-card { background: white; padding: clamp(20px, 4vw, 42px); box-shadow: var(--shadow); }
.calendar-header { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; margin-bottom: 24px; }
.calendar-header h3 { margin: 0; text-align: center; font-family: Georgia, serif; font-size: 28px; font-weight: 400; text-transform: capitalize; }
.calendar-nav { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.calendar-weekdays { margin-bottom: 8px; }
.calendar-weekdays span { text-align: center; color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.calendar-day { aspect-ratio: 1; border: 0; background: transparent; display: grid; place-items: center; position: relative; cursor: pointer; font-size: 13px; }
.calendar-day::after { content: ""; position: absolute; bottom: 7px; width: 4px; height: 4px; border-radius: 50%; background: var(--sea); }
.calendar-day:hover { outline: 1px solid var(--ink); }
.calendar-day.is-empty { pointer-events: none; }
.calendar-day.is-past { color: #c2bcb1; cursor: default; }
.calendar-day.is-past::after { display: none; }
.calendar-day.is-unavailable { color: #aaa39a; background: #eeeae3; cursor: not-allowed; }
.calendar-day.is-unavailable::after { display: none; }
.calendar-day.is-selected { color: white; background: var(--ink); }
.calendar-day.is-selected::after { background: white; }
.calendar-selection { min-height: 26px; margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; text-align: center; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-number { display: block; margin-bottom: 70px; color: var(--sea); font-size: 11px; }
.service-grid h3 { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.service-grid p { color: var(--ink-soft); font-size: 14px; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 140px); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 24px 34px 24px 0; list-style: none; cursor: pointer; font-family: Georgia, serif; font-size: 21px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 22px; font-family: sans-serif; font-weight: 300; }
details[open] summary::after { content: "–"; }
details p { padding: 0 40px 24px 0; color: var(--ink-soft); }

.contact { padding-top: 0; }
.contact-card { padding: clamp(44px, 7vw, 80px); background: var(--sea); color: white; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.contact-card h2 { max-width: 760px; }
.contact-card p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.75); }
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }

.site-footer { padding: 34px 0 42px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; color: var(--ink-soft); font-size: 11px; }
.footer-brand { color: var(--ink); }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.25); font-size: 11px; font-weight: 800; letter-spacing: .08em; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(10,10,9,.96); color: white; }
.lightbox::backdrop { background: rgba(10,10,9,.96); }
.lightbox[open] { display: grid; grid-template-columns: 80px 1fr 80px; align-items: center; }
.lightbox figure { margin: 0; display: grid; place-items: center; gap: 14px; max-height: 100vh; padding: 36px 0; }
.lightbox img { max-width: min(1200px, calc(100vw - 190px)); max-height: calc(100vh - 110px); object-fit: contain; }
.lightbox figcaption { font-size: 12px; color: rgba(255,255,255,.68); }
.lightbox-close, .lightbox-nav { border: 0; background: transparent; color: white; cursor: pointer; }
.lightbox-close { position: fixed; top: 20px; right: 24px; z-index: 2; font-size: 38px; font-weight: 200; }
.lightbox-nav { height: 100%; font-size: 30px; }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .nav-toggle { display: block; justify-self: end; }
  .header-actions { justify-self: end; }
  .main-nav {
    position: fixed;
    inset: 78px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 16px 20px 26px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    transition: transform .3s ease;
    z-index: -1;
  }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .main-nav.is-open { transform: translateY(0); }
  .property-grid { grid-template-columns: 1fr 1fr; }
  .property-card:last-child { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
  .availability-layout, .video-layout { grid-template-columns: 1fr; }
  .availability-layout { gap: 50px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; gap: 10px; grid-template-columns: 1fr auto; }
  .main-nav { inset-block-start: 68px; }
  .brand-copy small { display: none; }
  .header-actions { grid-column: 1 / -1; position: absolute; right: 64px; }
  .header-actions .button { display: none; }
  .hero { min-height: calc(100svh - 68px); }
  .hero-content { padding-bottom: 30px; }
  .hero-facts { gap: 12px 20px; }
  .intro, .section-heading, .faq-layout, .contact-card { grid-template-columns: 1fr; }
  .section-heading { gap: 12px; }
  .property-grid { grid-template-columns: 1fr; }
  .property-card:last-child { grid-column: auto; display: block; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .gallery-item-wide { grid-column: span 2; }
  .gallery-item-tall { grid-row: span 2; }
  .availability-layout { grid-template-columns: 1fr; }
  .calendar-card { padding: 18px 12px 22px; }
  .calendar-day { font-size: 12px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; }
  .service-number { margin-bottom: 34px; }
  .contact-actions { justify-content: flex-start; }
  .lightbox[open] { grid-template-columns: 48px 1fr 48px; }
  .lightbox img { max-width: calc(100vw - 100px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
