:root {
  --ivory: #fdfaf9;
  --sand: #f9e7ea;
  --stone: #ecd9dd;
  --bronze: #bb5f72;
  --rosa: #d07888;
  --green: #38b848;
  --ink: #333333;
  --ink-soft: #7d6f72;
  --dark: #313131;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', -apple-system, sans-serif;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.8;
  font-weight: 300;
  font-size: 16px;
}
h1, h2 { font-family: 'Noto Serif Display', 'Open Sans', serif; font-weight: 400; line-height: 1.22; letter-spacing: -0.03em; }
h3 { font-family: 'Open Sans', sans-serif; font-weight: 300; line-height: 1.25; letter-spacing: 0.01em; }
h3 { font-weight: 400; }

.en { display: none; }
body.lang-en .en { display: revert; }
body.lang-en .el { display: none; }

.eyebrow {
  font-size: 0.72rem; letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--bronze); font-weight: 400; margin-bottom: 1.4rem;
}
.divider { width: 48px; height: 1px; background: var(--bronze); margin: 1.8rem 0; }
.divider.center { margin-left: auto; margin-right: auto; }

/* ---------- Nav ---------- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.3rem 5vw;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
  color: white;
}
nav.glass {
  background: rgba(49, 49, 49, 0.18);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
nav.solid {
  background: rgba(248, 245, 239, 0.96); backdrop-filter: blur(12px);
  color: var(--ink); padding: 0.85rem 5vw;
  box-shadow: 0 1px 0 rgba(47, 43, 38, 0.08);
}
.nav-logo {
  font-size: 1.15rem; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: inherit; text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.7rem;
}
.nav-logo .logo-h { height: 52px; width: auto; display: block; }
nav .logo-h.dark { display: none; }
nav.solid .logo-h.light { display: none; }
nav.solid .logo-h.dark { display: block; }
.nav-links { display: flex; gap: 2.2rem; align-items: center; }
.nav-links a {
  text-decoration: none; color: inherit; font-size: 0.78rem;
  letter-spacing: 0.18em; text-transform: uppercase; font-weight: 400;
  opacity: 0.85; transition: opacity 0.2s;
}
.nav-links a:hover { opacity: 1; }
.nav-item { position: relative; display: inline-block; padding: 0.8rem 0; margin: -0.8rem 0; }
.nav-item > a .caret { font-size: 0.6rem; opacity: 0.7; margin-left: 0.3rem; }
.dd {
  display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  background: #fdfaf9; box-shadow: 0 16px 38px rgba(0,0,0,0.16);
  padding: 0.7rem 0; min-width: 235px; text-align: left; z-index: 200;
}
.nav-item:hover .dd, .nav-item:focus-within .dd { display: block; }
.dd a {
  display: block; padding: 0.45rem 1.4rem; color: var(--ink);
  font-size: 0.74rem; letter-spacing: 0.14em; opacity: 0.85;
}
.dd a:hover { opacity: 1; background: var(--sand); }
.nav-right { display: flex; align-items: center; gap: 1.8rem; margin-left: auto; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid currentColor; background: none; color: inherit;
  padding: 0.34rem 0.85rem; border-radius: 999px; cursor: pointer;
  font-family: 'Open Sans', sans-serif; font-size: 0.72rem;
  letter-spacing: 0.12em; line-height: 1; transition: background 0.2s;
}
.lang-btn img {
  width: 18px; height: 18px; display: block; border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
}
.lang-btn img.en { display: none; }
body.lang-en .lang-btn img.en { display: block; }
body.lang-en .lang-btn img.el { display: none; }
.lang-btn:hover { background: rgba(255,255,255,0.15); }
nav.solid .lang-btn:hover { background: var(--sand); }
@media (max-width: 640px) {
  .lang-btn span { display: none !important; }
  .lang-btn { gap: 0; padding: 0.5rem; }
  .lang-btn img { width: 15px; height: 15px; box-shadow: none; }
  .nav-right { gap: 1rem; }
  .nav-logo .logo-h { height: 44px; }
}

/* Burger (shown on narrow screens) */
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: inherit; }
.burger span {
  display: block; width: 25px; height: 2px; background: currentColor;
  margin: 5.5px 0; transition: transform 0.3s, opacity 0.3s;
}
nav.menu-open .burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
nav.menu-open .burger span:nth-child(2) { opacity: 0; }
nav.menu-open .burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 1080px) {
  .burger { display: block; }
  .nav-logo { position: absolute; left: 50%; transform: translateX(-50%); }
  nav.menu-open:not(.solid) {
    background: rgba(49, 49, 49, 0.35);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  }
  .nav-links { display: none; }
  nav.menu-open .nav-links {
    display: flex; flex-direction: column; align-items: flex-start; gap: 1.15rem;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(253, 250, 249, 0.98); backdrop-filter: blur(12px);
    color: var(--ink); padding: 1.6rem 6vw 2.2rem;
    box-shadow: 0 18px 30px rgba(0,0,0,0.12);
    max-height: calc(100vh - 90px); overflow-y: auto;
  }
  nav.menu-open .nav-links a { font-size: 0.85rem; opacity: 1; }
  nav.menu-open .nav-item { padding: 0; margin: 0; display: block; }
  nav.menu-open .dd {
    display: block; position: static; transform: none; box-shadow: none;
    background: none; min-width: 0; padding: 0.5rem 0 0 1.2rem;
  }
  nav.menu-open .dd a { padding: 0.35rem 0; }
}

.btn {
  display: inline-block; text-decoration: none;
  padding: 0.95rem 2.6rem; font-size: 0.78rem; letter-spacing: 0.22em;
  text-transform: uppercase; font-weight: 400; transition: all 0.3s;
  border: 1px solid transparent;
}
.btn-solid { background: var(--bronze); color: white; }
.btn-solid:hover { background: #a34e61; }
.btn-outline { border-color: rgba(255,255,255,0.75); color: white; }
.btn-outline:hover { background: rgba(255,255,255,0.12); }
.btn-dark-outline { border-color: var(--ink); color: var(--ink); }
.btn-dark-outline:hover { background: var(--ink); color: var(--ivory); }

/* ---------- Hero (homepage) ---------- */
header.hero {
  min-height: 100vh; position: relative;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; padding: 7rem 6vw 5rem; color: white;
  background:
    linear-gradient(rgba(43, 40, 35, 0.32), rgba(43, 40, 35, 0.5)),
    linear-gradient(165deg, #a99e8a 0%, #8d9aa0 45%, #5f7482 100%);
  background-size: cover; background-position: center;
}
header.hero.has-photo {
  background-image:
    linear-gradient(rgba(43, 40, 35, 0.38), rgba(43, 40, 35, 0.58)),
    url('images/site/hero.jpg');
}
.hero-eyebrow {
  font-size: 0.75rem; letter-spacing: 0.5em; text-transform: uppercase;
  font-weight: 300; opacity: 0.92; margin-bottom: 2rem;
}
header.hero h1 {
  font-size: clamp(3rem, 8vw, 5.6rem); font-weight: 300;
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 1.4rem;
}
.hero-sub {
  font-style: italic; font-weight: 300;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  max-width: 620px; opacity: 0.95; margin-bottom: 3rem;
}
.hero-cta { display: flex; gap: 1.2rem; flex-wrap: wrap; justify-content: center; }
.hero-scroll {
  position: absolute; bottom: 2.2rem; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.8); font-size: 0.68rem; letter-spacing: 0.35em;
  text-transform: uppercase; text-decoration: none;
}

/* ---------- Feature carousel (homepage) ---------- */
.fcar-head {
  margin: 0 auto; padding: 5rem calc(max((100% - 1150px) / 2, 5vw)) 2.2rem;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem;
}
.fcar-head h2 { font-size: clamp(2.1rem, 4.2vw, 3.1rem); }
.fcar-head .eyebrow { margin-bottom: 0.6rem; }
.fcar-nav { display: flex; gap: 0.7rem; }
.fcar-nav button {
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--stone);
  background: white; color: var(--ink); font-size: 1.1rem; cursor: pointer;
  transition: all 0.25s;
}
.fcar-nav button:hover { background: var(--rosa); border-color: var(--rosa); color: white; }
.feature-carousel {
  display: flex; gap: 1.5rem; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 0 calc(max((100% - 1150px) / 2, 5vw)) 3.5rem;
  scroll-padding: 0 calc(max((100% - 1150px) / 2, 5vw));
  -ms-overflow-style: none; scrollbar-width: none;
}
.feature-carousel::-webkit-scrollbar { display: none; }
.fcard { flex: 0 0 295px; scroll-snap-align: start; }
.fcard img, .fcard video { width: 100%; height: 390px; object-fit: cover; display: block; background: var(--sand); }
.fcard h3 { font-size: 1.12rem; font-weight: 600; margin: 1.1rem 0 0.45rem; }
.fcard p { color: var(--ink-soft); font-size: 0.9rem; line-height: 1.7; }

/* ---------- Highlights ---------- */
.highlights {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: 1200px; margin: 0 auto; padding: 5.5rem 5vw;
  gap: 3rem; text-align: center;
}
.highlight .hl-num {
  font-size: 2.2rem; font-weight: 300;
  color: var(--bronze); display: block; margin-bottom: 0.6rem;
}
.highlight h3 { font-size: 1.05rem; font-weight: 600; letter-spacing: 0.06em; margin-bottom: 0.5rem; }
.highlight p { font-size: 0.88rem; color: var(--ink-soft); }

/* ---------- Intro ---------- */
.intro { max-width: 1150px; margin: 0 auto; padding: 4rem 6vw 2.5rem; text-align: center; }
.intro h2 { font-size: clamp(2.1rem, 4.2vw, 3.1rem); margin-bottom: 0; }
.intro .lead { color: var(--ink-soft); font-size: 1.02rem; }
.intro .stats-line {
  margin-top: 2.6rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 0.9rem 0;
  font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bronze);
}
.stats-line > span {
  padding: 0 1.6rem; border-right: 1px solid var(--stone);
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.stats-line > span:last-child { border-right: 0; }
.sico {
  width: 21px; height: 21px; flex: 0 0 auto; display: inline-block;
  background-color: var(--bronze);
  -webkit-mask: var(--i) no-repeat center / contain; mask: var(--i) no-repeat center / contain;
}

/* ---------- Section headers (shared) ---------- */
.section-head { text-align: center; max-width: 760px; margin: 0 auto; padding: 3.5rem 6vw 3rem; }
.section-head h2 { font-size: clamp(2.1rem, 4.2vw, 3.1rem); }
.section-head p { color: var(--ink-soft); font-size: 0.98rem; margin-top: 1rem; }

/* ---------- Tiles (homepage: spaces grid) ---------- */
.tiles {
  max-width: 1300px; margin: 0 auto; padding: 0 5vw 3rem;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px;
}
.tile {
  position: relative; height: 250px; background-size: cover; background-position: center;
  background-color: var(--sand);
  display: flex; align-items: flex-end; text-decoration: none; color: white;
}
.tile::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(rgba(43,40,35,0.02) 40%, rgba(43,40,35,0.68));
  transition: background 0.3s;
}
.tile:hover::before { background: linear-gradient(rgba(43,40,35,0.15) 30%, rgba(43,40,35,0.8)); }
.tile-label { position: relative; padding: 1.2rem 1.4rem; }
.tile-label .tile-num { display: block; font-size: 0.68rem; letter-spacing: 0.3em; opacity: 0.85; }
.tile-label h3 {
  font-family: 'Noto Serif Display', 'Open Sans', serif;
  font-size: 1.35rem; font-weight: 500; letter-spacing: -0.02em; color: white;
}
.center-cta { text-align: center; padding: 0 6vw 5.5rem; }

/* ---------- Alternating spaces (rooms page) ---------- */
.space { display: grid; grid-template-columns: 1fr 1fr; max-width: 1300px; margin: 0 auto; }
.space-img {
  min-height: 480px; background-size: cover; background-position: center;
  background-color: var(--sand); position: relative; display: block;
}
.space-img::after {
  content: attr(data-icon); position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 3.4rem; opacity: 0.55;
}
.space-img[style*="url"]::after { content: none; }
.space-text {
  display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start;
  padding: 5rem clamp(2.5rem, 6vw, 6rem);
}
.space:nth-child(even) .space-img { order: 2; }
.space h3 { font-size: clamp(1.35rem, 2.4vw, 1.8rem); font-weight: 300; margin-bottom: 0; }
.space p { color: var(--ink-soft); font-size: 0.96rem; }
.space:nth-child(odd) { background: var(--ivory); }
.space:nth-child(even) { background: #f9eef0; }
.more {
  display: inline-block; margin-top: 1.6rem; text-decoration: none;
  color: var(--bronze); font-size: 0.75rem; letter-spacing: 0.24em;
  text-transform: uppercase; border-bottom: 1px solid var(--stone);
  padding-bottom: 0.3rem; transition: border-color 0.25s, color 0.25s;
}
.more:hover { color: var(--ink); border-color: var(--bronze); }

/* ---------- Amenities ---------- */
.amenities-section { background: var(--dark); color: var(--ivory); padding: 6.5rem 5vw; }
.amenities-inner { max-width: 1150px; margin: 0 auto; text-align: center; }
.amenities-section h2 { font-size: clamp(2.1rem, 4.2vw, 3.1rem); color: var(--ivory); }
.amenities {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0; margin-top: 3.4rem; text-align: left;
  border-top: 1px solid rgba(248,245,239,0.15); border-left: 1px solid rgba(248,245,239,0.15);
}
.amenity {
  padding: 1.4rem 1.6rem; font-size: 0.88rem; font-weight: 300;
  border-bottom: 1px solid rgba(248,245,239,0.15);
  border-right: 1px solid rgba(248,245,239,0.15);
  color: rgba(248,245,239,0.88);
}
.amenity .ico { margin-right: 0.7rem; opacity: 0.8; }

/* ---------- Reviews ---------- */
.reviews-section { padding: 5rem 6vw 6rem; text-align: center; max-width: 900px; margin: 0 auto; }
.reviews-section h2 { font-size: clamp(2.1rem, 4.2vw, 3.1rem); }
.rating-line {
  margin: 1.6rem 0 3.5rem; color: var(--bronze);
  font-size: 0.82rem; letter-spacing: 0.22em; text-transform: uppercase;
}
.rating-line .stars { color: #c5a05a; font-size: 1rem; letter-spacing: 0.28em; }
.gfav {
  display: flex; justify-content: center; align-items: center; gap: 1.1rem;
  margin-top: 2.6rem;
}
.gfav .laurel { width: 34px; height: 68px; color: #D9A441; flex: 0 0 auto; }
.gfav .laurel.right { transform: scaleX(-1); }
.gfav-score {
  font-size: clamp(2.6rem, 5vw, 3.4rem); font-weight: 600;
  color: var(--ink); line-height: 1;
}
.gfav-title { font-weight: 600; font-size: 1.05rem; margin: 1rem 0 0; color: var(--ink); }
.gfav-note {
  color: var(--ink-soft); font-size: 0.92rem; line-height: 1.7;
  max-width: 540px; margin: 0.5rem auto 0;
}
.rev-badges {
  display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap;
  margin: 1.4rem 0 0.6rem; font-size: 0.92rem; color: var(--ink-soft);
}
.rev-badges b { color: var(--ink); font-weight: 600; }
.rev-badges .stars { color: #d9a441; letter-spacing: 0.1em; }
.rev-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem; text-align: left; margin-top: 2.6rem;
}
.rev-card {
  background: white; border: 1px solid var(--stone);
  padding: 1.6rem 1.7rem 1.4rem; display: flex; flex-direction: column; gap: 0.8rem;
}
.rev-card .stars { color: #d9a441; font-size: 0.85rem; letter-spacing: 0.15em; }
.rev-card .quote { font-style: italic; color: var(--ink); font-size: 0.93rem; line-height: 1.75; flex: 1; margin: 0; }
.rev-meta {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-size: 0.8rem; color: var(--ink-soft);
  border-top: 1px solid var(--sand); padding-top: 0.9rem;
}
.rev-meta b { font-weight: 600; color: var(--ink); }
.rev-src { display: inline-flex; align-items: center; gap: 0.4rem; white-space: nowrap; }
.rev-src svg { width: 13px; height: 13px; }
.src-airbnb { color: #FF5A5F; font-weight: 700; letter-spacing: 0.02em; }

/* ---------- Review carousel ---------- */
.rev-car-wrap { margin-top: 2.2rem; }
.rev-car {
  display: flex; gap: 1.3rem; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 0.2rem 0.2rem 1.2rem; text-align: left;
  -ms-overflow-style: none; scrollbar-width: none;
}
.rev-car::-webkit-scrollbar { display: none; }
.rev-car .rev-card { flex: 0 0 330px; }
.rev-sub { display: block; font-size: 0.76rem; color: var(--ink-soft); font-weight: 400; margin-top: 0.2rem; }
.rev-meta .airbnb-logo { height: 16px; width: auto; display: block; }
@media (max-width: 640px) { .rev-car .rev-card { flex: 0 0 280px; } }

.review-quote {
  font-style: italic; font-weight: 300;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem); line-height: 1.6;
  color: var(--ink); margin-bottom: 1.2rem;
}
.review-author {
  font-size: 0.75rem; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--ink-soft); margin-bottom: 3.2rem;
}

/* ---------- Location ---------- */
.location-section { background: #f9eef0; padding: 6.5rem 5vw; }
.location-inner { max-width: 1150px; margin: 0 auto; }
.location-section h2 { font-size: clamp(2.1rem, 4.2vw, 3.1rem); }
.loc-lead { color: var(--ink-soft); max-width: 680px; font-size: 0.98rem; }
.loc-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3.5rem; margin-top: 3rem; align-items: start; }
.loc-grid iframe { width: 100%; height: 400px; border: 0; filter: saturate(0.75); }
.map-link { margin-top: 0.7rem; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }
.map-link a { color: var(--bronze); text-decoration: none; }
.loc-list { list-style: none; }
.loc-list li {
  padding: 1rem 0; border-bottom: 1px solid var(--stone);
  font-size: 0.92rem; display: flex; justify-content: space-between; gap: 1rem;
}
.loc-list li:first-child { border-top: 1px solid var(--stone); }
.loc-list li b { font-weight: 400; }
.loc-list li span { color: var(--ink-soft); white-space: nowrap; font-size: 0.85rem; }

/* Homepage location teaser */
.loc-teaser {
  max-width: 1300px; margin: 0 auto; padding: 0 5vw 5.5rem;
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; align-items: center;
}
.loc-teaser-img { min-height: 380px; background-size: cover; background-position: center; }

/* ---------- CTA ---------- */
.cta-section {
  position: relative; text-align: center; color: white; padding: 8rem 6vw;
  background:
    linear-gradient(rgba(43, 40, 35, 0.55), rgba(43, 40, 35, 0.65)),
    linear-gradient(150deg, #8d9aa0 0%, #5f7482 100%);
  background-size: cover; background-position: center;
}
.cta-section.has-photo {
  background-image:
    linear-gradient(rgba(43, 40, 35, 0.5), rgba(43, 40, 35, 0.62)),
    url('images/site/beach.jpg');
}
.cta-section h2 { font-size: clamp(2.2rem, 4.6vw, 3.3rem); font-weight: 300; color: white; margin-bottom: 1.2rem; }
.cta-section p { font-style: italic; font-size: 1.1rem; opacity: 0.92; margin-bottom: 2.8rem; }
.cta-section .eyebrow { color: rgba(255,255,255,0.75); }

/* ---------- Availability calendar ---------- */
.avail-section { background: white; padding: 1rem 5vw 5.5rem; }
.avail-inner { max-width: 980px; margin: 0 auto; }
.avail-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem;
  padding: 4rem 0 2.4rem;
}
.avail-head h2 { font-size: clamp(2.1rem, 4.2vw, 3.1rem); }
.avail-head .eyebrow { margin-bottom: 0.6rem; }
.cal-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 3rem;
}
.cal-month h3 {
  text-align: center; font-size: 0.95rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1.1rem;
}
.cal-table { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.cal-dow { font-size: 0.68rem; color: var(--ink-soft); text-align: center; letter-spacing: 0.06em; padding-bottom: 0.35rem; }
.cal-day {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; border: 1px solid var(--stone); color: var(--ink);
}
.cal-day.booked {
  background: var(--sand); color: #b9a3a8; text-decoration: line-through; border-color: transparent;
}
.cal-day.past { opacity: 0.3; border-color: transparent; background: none; text-decoration: none; }
.cal-day.empty { border: none; }
@media (max-width: 1150px) {
  .cal-grid { gap: 2rem; }
  .cal-month { max-width: 420px; width: 100%; margin: 0 auto; }
  .cal-table { gap: 4px; }
  .cal-day { font-size: 0.78rem; }
}
.cal-legend {
  display: flex; gap: 2.2rem; justify-content: center; flex-wrap: wrap;
  margin-top: 2rem; font-size: 0.85rem; color: var(--ink-soft);
}
.leg-box {
  width: 15px; height: 15px; display: inline-block; border: 1px solid var(--stone);
  margin-right: 0.5rem; vertical-align: -2px;
}
.leg-box.booked { background: var(--sand); border-color: transparent; }
.avail-note { text-align: center; color: var(--ink-soft); font-size: 0.82rem; margin-top: 1.2rem; }
.avail-cta { text-align: center; margin-top: 2.2rem; }

/* ---------- Pre-footer: weather & availability ---------- */
.pre-footer { background: #f9eef0; padding: 5rem 5vw 5.5rem; }
.pref-grid {
  max-width: 1150px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: start;
}
.map-col iframe {
  width: 100%; height: 300px; border: 0; display: block;
  filter: saturate(0.85); background: var(--sand);
}
.map-link {
  display: inline-block; margin-top: 0.9rem; font-size: 0.85rem;
  color: var(--bronze); text-decoration: none; letter-spacing: 0.06em;
}
.map-link:hover { text-decoration: underline; }
.avail-sub { color: var(--ink-soft); font-size: 0.98rem; margin-top: 0.7rem; max-width: 640px; }
.pref-grid h2 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); margin-bottom: 1.2rem; }
.w-city { font-size: clamp(1.8rem, 3.4vw, 2.4rem); font-weight: 300; margin-bottom: 0.2rem; }
.w-desc { color: var(--bronze); font-size: 0.95rem; margin-bottom: 1.4rem; }
.w-now { display: flex; align-items: center; gap: 1.8rem; margin-bottom: 2rem; }
.w-temp { font-size: 3.2rem; font-weight: 300; line-height: 1; }
.w-meta { color: var(--ink-soft); font-size: 0.92rem; line-height: 1.9; }
.w-days { display: flex; gap: clamp(1.2rem, 3vw, 2.6rem); flex-wrap: wrap; }
.w-day { text-align: center; }
.w-day b { display: block; font-weight: 300; font-size: 1.35rem; }
.w-day span { color: var(--ink-soft); font-size: 0.85rem; }
.avail-col p { color: var(--ink-soft); font-size: 0.98rem; margin-bottom: 1.2rem; }
.avail-col .avail-months {
  font-size: 1.05rem; color: var(--ink); font-weight: 400; margin-bottom: 1.2rem;
}
@media (max-width: 820px) {
  .pref-grid { grid-template-columns: 1fr; gap: 3rem; }
}

/* ---------- WhatsApp floating button ---------- */
.wa-btn {
  position: fixed; right: 22px; bottom: 22px; z-index: 300;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  transition: transform 0.2s;
}
.wa-btn:hover { transform: scale(1.08); }
.wa-btn svg { width: 30px; height: 30px; fill: white; }

/* ---------- About: host quotes ---------- */
.about-quotes { max-width: 1150px; margin: 0 auto; padding: 0.5rem 5vw 3.5rem; text-align: center; }
.about-quotes .rev-grid { text-align: left; margin-top: 1.6rem; }

/* ---------- FAQ ---------- */
.faq-section { max-width: 900px; margin: 0 auto; padding: 4.5rem 6vw 5rem; text-align: center; }
.faq-wrap { text-align: left; margin-top: 1.5rem; }
.faq-cat {
  font-family: 'Open Sans', sans-serif; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--bronze);
  margin: 2.6rem 0 0.6rem;
}
.faq { border-bottom: 1px solid var(--stone); }
.faq summary {
  cursor: pointer; list-style: none; position: relative;
  padding: 1.05rem 2.4rem 1.05rem 0; font-weight: 600; font-size: 0.97rem;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; position: absolute; right: 0.2rem; top: 50%;
  transform: translateY(-50%); font-size: 1.4rem; font-weight: 300;
  color: var(--bronze); transition: transform 0.25s;
}
.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq > p { color: var(--ink-soft); font-size: 0.93rem; line-height: 1.8; padding: 0 2.4rem 1.3rem 0; margin: 0; }

/* ---------- Instagram strip ---------- */
.insta-strip { text-align: center; padding: 4.5rem 0 0; background: var(--ivory); }
.insta-strip h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 0.4rem; }
.insta-strip h2 a { color: var(--ink); text-decoration: none; }
.insta-strip h2 a:hover { color: var(--bronze); }
.insta-sub { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 2.2rem; padding: 0 6vw; }
.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.insta-grid a { display: block; position: relative; }
.insta-grid img {
  width: 100%; aspect-ratio: 1; object-fit: cover; display: block;
  transition: opacity 0.25s;
}
.insta-grid a:hover img { opacity: 0.8; }
@media (max-width: 900px) { .insta-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Footer ---------- */
footer.site {
  background: var(--dark);
  color: rgba(248,245,239,0.6);
  padding: 5rem 5vw 2.5rem; text-align: left; font-size: 0.88rem; font-weight: 300;
}
footer.site a { color: rgba(248,245,239,0.78); text-decoration: none; transition: color 0.2s; }
footer.site a:hover { color: var(--rosa); }
.foot-grid {
  max-width: 1150px; margin: 0 auto;
  display: grid; grid-template-columns: 1.35fr 1fr 0.75fr 1fr; gap: 3.2rem;
  align-items: start;
}
.foot-col p { margin-bottom: 0.7rem; line-height: 1.7; }
.foot-col h4 {
  font-family: 'Open Sans', sans-serif; font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ivory);
  margin-bottom: 1.3rem;
}
.foot-brand p { max-width: 320px; }
.foot-brand .btn { margin: 0.9rem 0 2rem; }
.foot-follow {
  font-size: 0.76rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--ivory); margin-bottom: 0.9rem !important;
}
.foot-note { font-size: 0.8rem; opacity: 0.8; margin-top: 1rem; }
.foot-links a { display: block; margin-bottom: 0.6rem; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; }
.foot-bottom {
  max-width: 1150px; margin: 3.5rem auto 0; padding-top: 1.5rem;
  border-top: 1px solid rgba(248,245,239,0.15);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem 2rem;
  font-size: 0.78rem; opacity: 0.85;
}
.footer-social { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-social a {
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border: 1px solid rgba(253,250,249,0.3); border-radius: 50%;
  color: rgba(253,250,249,0.85);
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}
.footer-social a:hover { color: white; border-color: var(--rosa); background: rgba(208,120,136,0.25); }
.footer-social svg { width: 18px; height: 18px; }
.footer-logo {
  width: 190px; height: auto; display: block; margin: -1.5rem 0 0.4rem -0.6rem;
}
.fico {
  display: inline-block; width: 14px; height: 14px; vertical-align: -2px;
  background-color: var(--rosa); margin-right: 0.35rem;
  -webkit-mask: var(--i) no-repeat center / contain; mask: var(--i) no-repeat center / contain;
}
@media (max-width: 980px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) {
  footer.site { text-align: center; padding: 3.5rem 6vw 2rem; font-size: 0.85rem; }
  .foot-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-logo { width: 160px; margin: -0.5rem auto 0.6rem; }
  .footer-social { justify-content: center; }
  .foot-brand p { max-width: none; }
  .foot-col p { margin-bottom: 0.4rem; line-height: 1.6; }
  .foot-col h4 { margin-bottom: 0.9rem; }
  .foot-links a { margin-bottom: 0.45rem; }
  .foot-note { margin-top: 0.6rem; }
  .foot-bottom { justify-content: center; text-align: center; margin-top: 2.2rem; padding-top: 1.2rem; }
}

/* ---------- Subpages ---------- */
.subpage .page-banner {
  height: 54vh; min-height: 380px; position: relative;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 5vw 3.5rem; color: white;
  background-size: cover; background-position: center;
  background-color: #8d9aa0;
}
.subpage .page-banner::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(rgba(43,40,35,0.15) 30%, rgba(43,40,35,0.6));
}
.page-banner.video-banner { overflow: hidden; }
.banner-video {
  position: absolute; top: 50%; left: 50%; z-index: 0;
  transform: translate(-50%, -50%);
  width: max(100vw, 178vh); height: max(100vh, 56.25vw);
  border: 0; pointer-events: none;
}
.subpage .page-banner.video-banner::before { z-index: 1; }
.page-banner.video-banner .page-banner-inner { z-index: 2; }
.page-banner .eyebrow { color: rgba(255,255,255,0.85); position: relative; margin-bottom: 0.8rem; }
.page-banner h1 {
  font-size: clamp(2.4rem, 5.2vw, 3.9rem); font-weight: 300; position: relative;
  max-width: 1300px; letter-spacing: 0.06em;
}
.page-banner-inner { max-width: 1300px; margin: 0 auto; width: 100%; position: relative; }
.page-intro { max-width: 1150px; margin: 0 auto; padding: 4.5rem 5vw 3.5rem; text-align: center; }
.page-intro p { color: var(--ink-soft); font-size: 1.02rem; margin-bottom: 1rem; }

/* Room page: per-room amenities & capacity */
.room-section-label {
  text-align: center; font-size: 0.72rem; letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--bronze); font-weight: 400; margin: 0 auto 1.6rem; padding: 0 6vw;
}
.facts-divider {
  width: min(640px, 78%); height: 1px; background: var(--stone);
  margin: 0 auto 3rem;
}
.room-amen-band { background: var(--sand); padding: 3.8rem 5vw 4.2rem; margin-bottom: 3.5rem; }
.room-amenities {
  margin: 0 auto;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 3rem 3.2rem;
}
.room-amenities .ram { flex: 0 0 200px; }
.room-amenities .ram { text-align: center; }
.room-amenities .rico { display: block; font-size: 1.55rem; margin-bottom: 0.55rem; }
.rico.svg {
  width: 36px; height: 36px; background-color: var(--ink);
  -webkit-mask: var(--i) no-repeat center / contain;
  mask: var(--i) no-repeat center / contain;
  margin: 0 auto 0.7rem;
}
.room-amenities b {
  font-weight: 600; font-size: 0.92rem; letter-spacing: 0.02em; color: var(--ink);
  display: inline-block; max-width: 150px; line-height: 1.45;
}
.room-facts {
  padding: 0 6vw 3.2rem;
  display: flex; justify-content: center; align-items: center; gap: 1.2rem 3.2rem; flex-wrap: wrap;
  font-size: 1.05rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bronze);
  font-weight: 400;
}
.room-facts .fact { display: inline-flex; align-items: center; gap: 0.9rem; }
.room-facts .fico {
  width: 34px; height: 34px; flex-shrink: 0; background-color: var(--bronze);
  -webkit-mask: var(--i) no-repeat center / contain;
  mask: var(--i) no-repeat center / contain;
}

/* Sleep tips (bedroom pages) */
.sleep-tips {
  max-width: 1100px; margin: 0 auto 4.5rem; padding: 3.5rem 6vw 0;
  text-align: center; border-top: 1px solid var(--stone);
}
.sleep-tips > h3 { font-size: clamp(1.25rem, 2.4vw, 1.6rem); font-weight: 300; }
.tips-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 2.4rem 2.2rem; margin-top: 2.6rem; text-align: center;
}
.tips-grid .tico { font-size: 1.7rem; display: block; margin-bottom: 0.7rem; }
.tico.svg {
  width: 38px; height: 38px; background-color: var(--ink);
  -webkit-mask: var(--i) no-repeat center / contain;
  mask: var(--i) no-repeat center / contain;
  margin: 0 auto 0.8rem;
}
.tips-grid b { display: block; font-weight: 600; font-size: 0.92rem; letter-spacing: 0.04em; margin-bottom: 0.4rem; }
.tips-grid p { color: var(--ink-soft); font-size: 0.9rem; line-height: 1.7; }
.tips-close {
  font-style: italic; color: var(--bronze); margin-top: 2.4rem; font-size: 0.98rem;
}

/* Captioned gallery */
.cap-gallery {
  max-width: 1300px; margin: 0 auto; padding: 0 5vw 4rem;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem 1.4rem;
}
.cap-gallery figure { margin: 0; }
.cap-gallery img { width: 100%; height: 320px; object-fit: cover; display: block; }
.cap-gallery .cap-placeholder {
  width: 100%; height: 320px; background: var(--sand);
  display: flex; align-items: center; justify-content: center; font-size: 2.4rem; opacity: 0.8;
}
.cap-gallery figcaption {
  text-align: center; font-style: italic; color: var(--ink-soft);
  font-size: 0.92rem; padding: 0.8rem 1rem 0; line-height: 1.6;
}

.gallery {
  max-width: 1150px; margin: 0 auto; padding: 0 5vw 4rem;
  columns: 3 340px; column-gap: 14px;
}
.narrative.wide, .page-intro.wide {
  max-width: 1150px; padding-left: 5vw; padding-right: 5vw;
}
.spot-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px; margin: 2.2rem 0 2.6rem;
}
.spot-grid .tile { height: 200px; }
.spot-grid .tile-label h3 { font-size: 1.15rem; }
.fest-wrap {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem;
  align-items: center; margin-bottom: 1.5rem;
}
.fest-wrap img { width: 100%; display: block; }
.space-video { max-width: 1150px; margin: 3.5rem auto 0; padding: 0 5vw; }
.space-video video { width: 100%; display: block; background: var(--sand); }
@media (max-width: 860px) { .fest-wrap { grid-template-columns: 1fr; gap: 1.8rem; } }
.gallery a { display: block; margin-bottom: 14px; break-inside: avoid; }
.gallery img {
  width: 100%; display: block;
  transition: opacity 0.25s;
}
.gallery a:hover img { opacity: 0.88; }

.page-nav {
  max-width: 1300px; margin: 0 auto; padding: 0 5vw 5rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  flex-wrap: wrap;
}
.page-nav a {
  text-decoration: none; color: var(--bronze); font-size: 0.75rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  border-bottom: 1px solid var(--stone); padding-bottom: 0.3rem;
  transition: color 0.25s, border-color 0.25s;
}
.page-nav a:hover { color: var(--ink); border-color: var(--bronze); }

/* About & Location narrative sections */
.about-section { max-width: 1150px; margin: 0 auto; padding: 4.5rem 5vw 2rem; }
.about-section h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-bottom: 0; }
.about-section p { color: var(--ink-soft); font-size: 1rem; margin-bottom: 1.4rem; }
.narrative { max-width: 820px; margin: 0 auto; padding: 0 6vw 1rem; }
.narrative h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 2.6rem 0 0; }
.narrative p { color: var(--ink-soft); font-size: 1rem; margin-bottom: 1.3rem; }
.narrative ul { list-style: none; margin: 0 0 1.6rem; }
.narrative li {
  padding: 0.55rem 0 0.55rem 1.3rem; border-left: 2px solid var(--rosa);
  margin-bottom: 0.7rem; color: var(--ink-soft); font-size: 0.96rem;
}
.narrative li b { color: var(--ink); font-weight: 600; }
.hike-wrap {
  max-width: 1150px; margin: 0 auto 2rem; padding: 1.5rem 5vw 0;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 3.5rem; align-items: center;
}
.hike-wrap .trails { max-width: none; margin: 0; padding: 0; }
.hike-media { position: relative; padding-bottom: 2.5rem; }
.hike-photo { width: 80%; display: block; }
.hike-map {
  position: absolute; right: 0; bottom: 3.5rem; width: 32%; display: block;
  border: 5px solid white; background: white;
  box-shadow: 0 20px 48px rgba(49, 49, 49, 0.3);
  transition: transform 0.3s;
}
.hike-map:hover { transform: scale(1.03); }
.hike-map img { width: 100%; display: block; }
.hike-cap {
  margin-top: 1rem; font-size: 0.8rem; color: var(--ink-soft); max-width: 62%;
}
@media (max-width: 860px) {
  .hike-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
  .hike-photo { width: 88%; }
  .hike-map { width: 38%; }
  .hike-cap { max-width: 56%; }
}
.trails { max-width: 820px; margin: 0 auto 1rem; padding: 0 6vw; }
.trails li {
  padding: 0.8rem 0; border-bottom: 1px solid var(--stone); list-style: none;
  font-size: 0.92rem; display: flex; justify-content: space-between; gap: 1rem;
}
.trails li:first-child { border-top: 1px solid var(--stone); }
.trails li span { color: var(--ink-soft); white-space: nowrap; font-size: 0.85rem; }

/* Location page */
.loc-page-grid {
  max-width: 1150px; margin: 0 auto; padding: 1rem 5vw 4rem;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 3.5rem; align-items: start;
}
.loc-page-grid iframe { width: 100%; height: 420px; border: 0; filter: saturate(0.75); }

@media (max-width: 820px) {
  .space { grid-template-columns: 1fr; }
  .space:nth-child(even) .space-img { order: 0; }
  .space-img { min-height: 300px; }
  .space-text { padding: 3rem 8vw 4rem; }
  .loc-grid, .loc-page-grid, .loc-teaser { grid-template-columns: 1fr; gap: 2.5rem; }
  .stats-line > span { border-right: 0; padding: 0 0.8rem; }
  .subpage .page-banner { height: 42vh; }
}
