:root {
  --green: #123f3b;
  --green-deep: #082c29;
  --green-soft: #dfe8e3;
  --pink: #d996a2;
  --pink-soft: #f3dde1;
  --gold: #ad873e;
  --cream: #faf7f1;
  --paper: #fffdf9;
  --ink: #17322f;
  --muted: #65726e;
  --line: rgba(18, 63, 59, 0.16);
  --shadow: 0 18px 50px rgba(13, 48, 44, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.7 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
p, h1, h2, h3, figure { margin-top: 0; }
h1, h2, h3 {
  margin-bottom: 0.8em;
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.03;
}
h1 { font-size: clamp(3.35rem, 7.2vw, 7.2rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(2.55rem, 4.8vw, 4.8rem); letter-spacing: -0.035em; }
h3 { font-size: clamp(1.7rem, 2.5vw, 2.4rem); letter-spacing: -0.02em; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 1rem;
  padding: 0.8rem 1rem;
  transform: translateY(-120%);
  background: var(--pink);
  color: var(--green-deep);
}
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: clamp(5rem, 8vw, 8.5rem) 0; }
.label {
  display: block;
  margin-bottom: 1.15rem;
  color: #a95667;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lead { max-width: 690px; color: var(--muted); font-size: 1.08rem; line-height: 1.85; }
.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.78rem 1.18rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible,
a:focus-visible,
button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.button-green { background: var(--green); color: #fff; }
.button-pink { background: var(--pink); color: var(--green-deep); }
.button-outline { border-color: currentColor; background: transparent; }
.text-link {
  display: inline-block;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid var(--pink);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 247, 241, 0.96);
  backdrop-filter: blur(14px);
}
.nav-shell { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: 235px; flex: 0 0 auto; }
.brand img { height: 65px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav > a:not(.button) { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav > a[aria-current="page"] { color: #a95667; }
.menu-button { display: none; border: 0; background: transparent; color: var(--green); font-size: 1.5rem; line-height: 1; }

.hero-home { display: grid; min-height: 710px; grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr); background: var(--green); color: #fff; }
.hero-home-copy { display: flex; align-items: center; padding: 5rem max(3rem, calc((100vw - 1200px) / 2)); padding-right: 4rem; }
.hero-home-copy > div { max-width: 560px; }
.hero-home h1 { color: #fff; }
.hero-home .label { color: var(--pink); }
.hero-home p { max-width: 520px; color: rgba(255,255,255,0.76); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.hero-home-image { min-height: 710px; overflow: hidden; }
.hero-home-image img { height: 100%; object-fit: cover; object-position: center; }
.facts-strip { background: var(--pink); }
.facts-grid { display: grid; min-height: 72px; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.fact { display: grid; place-items: center; padding: 0.7rem 1rem; border-right: 1px solid rgba(18,63,59,0.18); text-align: center; font-size: 0.77rem; font-weight: 700; letter-spacing: 0.035em; }
.fact:last-child { border-right: 0; }

.intro-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.intro-photo { height: 600px; object-fit: cover; border-radius: 12rem 0 0 0; }
.intro-copy p { max-width: 590px; color: var(--muted); }
.quiet-list { margin: 2rem 0 2.25rem; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.quiet-list li { display: flex; gap: 1rem; padding: 0.88rem 0; border-bottom: 1px solid var(--line); font-size: 0.9rem; }
.quiet-list li::before { content: "—"; color: #a95667; }

.section-head { display: grid; grid-template-columns: 1fr 0.72fr; gap: 4rem; align-items: end; margin-bottom: 3.3rem; }
.section-head p { margin-bottom: 0.5rem; }
.units-section { background: var(--cream); }
.unit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.unit-card { overflow: hidden; border: 1px solid var(--line); background: var(--paper); transition: transform 180ms ease, box-shadow 180ms ease; }
.unit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.unit-card-image { height: 310px; overflow: hidden; background: var(--green-soft); }
.unit-card-image img { height: 100%; object-fit: cover; transition: transform 420ms ease; }
.unit-card:hover .unit-card-image img { transform: scale(1.025); }
.unit-card-copy { padding: 1.45rem 1.5rem 1.65rem; }
.unit-card-meta { margin-bottom: 0.45rem; color: #a95667; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.unit-card h3 { margin-bottom: 0.45rem; font-size: 2rem; }
.unit-card p { min-height: 3em; margin-bottom: 0.8rem; color: var(--muted); font-size: 0.88rem; }

.services-preview { background: var(--green); color: #fff; }
.services-preview .label { color: var(--pink); }
.services-preview h2, .services-preview h3 { color: #fff; }
.services-layout { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: clamp(3rem, 7vw, 6rem); align-items: start; }
.services-copy .lead { color: rgba(255,255,255,0.7); }
.service-list { border-top: 1px solid rgba(255,255,255,0.22); }
.service-row { display: grid; grid-template-columns: 3rem 1fr; padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.22); }
.service-row > span { color: var(--pink); font-size: 0.72rem; font-weight: 700; }
.service-row h3 { margin-bottom: 0.35rem; font-size: 1.85rem; }
.service-row p { margin: 0; color: rgba(255,255,255,0.68); font-size: 0.88rem; }
.service-image { height: 570px; margin-top: 2rem; object-fit: cover; border-radius: 0 0 9rem 0; }

.whole-section { background: var(--pink-soft); }
.whole-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.whole-photo { height: 560px; object-fit: cover; }
.whole-copy p { color: #596b67; }
.whole-facts { display: flex; flex-wrap: wrap; gap: 2rem; margin: 2rem 0; padding: 1.35rem 0; border-top: 1px solid rgba(18,63,59,0.2); border-bottom: 1px solid rgba(18,63,59,0.2); }
.whole-facts strong { display: block; color: var(--green); font: 400 2.1rem/1 "Iowan Old Style", Baskerville, serif; }
.whole-facts span { color: var(--muted); font-size: 0.69rem; text-transform: uppercase; letter-spacing: 0.08em; }
.longstay { margin-top: 1.4rem; font-size: 0.84rem; }

.photo-link { position: relative; display: block; overflow: hidden; background: var(--green-soft); }
.photo-link::after { content: "View"; position: absolute; right: 0.7rem; bottom: 0.7rem; padding: 0.4rem 0.55rem; background: rgba(8,44,41,0.82); color: #fff; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0; transition: opacity 160ms ease; }
.photo-link:hover::after,
.photo-link:focus-visible::after { opacity: 1; }
.home-gallery { display: grid; grid-template-columns: 1.15fr 0.85fr 0.85fr; grid-template-rows: 260px 260px; gap: 0.8rem; }
.home-gallery .photo-link:first-child { grid-row: 1 / 3; }
.home-gallery img { height: 100%; object-fit: cover; }

.page-hero { background: var(--cream); }
.page-hero-grid { display: grid; min-height: 610px; grid-template-columns: 0.82fr 1.18fr; }
.page-hero-copy { display: flex; align-items: center; padding: 4.7rem max(3rem, calc((100vw - 1200px) / 2)); padding-right: 4rem; }
.page-hero-copy > div { max-width: 570px; }
.page-hero-copy h1 { font-size: clamp(3.5rem, 6vw, 6.5rem); color: var(--green); }
.page-hero-copy p { max-width: 540px; color: var(--muted); }
.page-hero-image { min-height: 610px; overflow: hidden; }
.page-hero-image img { height: 100%; object-fit: cover; }
.back-link { display: inline-block; margin-bottom: 2rem; color: #a95667; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.unit-facts { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.75rem; }
.unit-facts span { padding: 0.55rem 0.75rem; border: 1px solid var(--line); background: rgba(255,255,255,0.55); font-size: 0.69rem; font-weight: 700; letter-spacing: 0.055em; text-transform: uppercase; }

.unit-story-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.unit-story-copy { position: sticky; top: 130px; }
.unit-story-copy p { color: var(--muted); }
.detail-list { margin: 2rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.detail-list li { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid var(--line); font-size: 0.86rem; }
.detail-list strong { color: var(--green); font-weight: 700; }
.unit-feature-photo { height: 580px; object-fit: cover; }
.rate-note { margin-top: 1.3rem; padding: 1rem 1.1rem; border-left: 3px solid var(--pink); background: var(--cream); color: var(--muted); font-size: 0.82rem; }

.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; }
.gallery-grid .photo-link { height: 285px; }
.gallery-grid .photo-link:nth-child(7n + 1),
.gallery-grid .photo-link:nth-child(7n + 5) { grid-column: span 2; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform 360ms ease; }
.gallery-grid .photo-link:hover img { transform: scale(1.02); }

.included-section { background: var(--paper); }
.included-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.included-item { min-height: 210px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.included-item span { display: block; margin-bottom: 2rem; color: #a95667; font-size: 0.7rem; font-weight: 700; }
.included-item h3 { margin-bottom: 0.4rem; font-size: 1.55rem; }
.included-item p { margin: 0; color: var(--muted); font-size: 0.82rem; }

.service-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.service-feature + .service-feature { margin-top: clamp(5rem, 9vw, 9rem); }
.service-feature.reverse .service-feature-copy { order: -1; }
.service-feature-photo { height: 590px; object-fit: cover; }
.service-feature-copy p { color: var(--muted); }
.spa-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.spa-gallery .photo-link { height: 310px; }
.spa-gallery img { height: 100%; object-fit: cover; }
.service-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4rem; }
.service-note { padding: 1.6rem; border: 1px solid var(--line); background: var(--paper); }
.service-note h3 { font-size: 1.55rem; }
.service-note p { margin: 0; color: var(--muted); font-size: 0.84rem; }

.contact-section { padding: clamp(5rem, 7vw, 7rem) 0; background: var(--green-deep); color: #fff; text-align: center; }
.contact-section .label { color: var(--pink); }
.contact-section h2 { max-width: 780px; margin-right: auto; margin-left: auto; color: #fff; }
.contact-section p { max-width: 620px; margin: 0 auto 2rem; color: rgba(255,255,255,0.68); }
.site-footer { padding: 2rem 0; background: #061f1d; color: rgba(255,255,255,0.58); font-size: 0.74rem; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-brand { width: 190px; filter: brightness(0) invert(1); opacity: 0.88; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.2rem; }
.footer-links a { color: #fff; }
.whatsapp-float { position: fixed; z-index: 35; right: 1.2rem; bottom: 1.2rem; display: flex; min-height: 3.05rem; align-items: center; gap: 0.55rem; padding: 0.72rem 0.95rem; background: #25d366; color: #073b24; box-shadow: 0 10px 30px rgba(0,0,0,0.22); font-size: 0.76rem; font-weight: 800; }
.whatsapp-float::before { content: "●"; color: #fff; font-size: 0.7rem; }

.lightbox { position: fixed; z-index: 90; inset: 0; display: none; place-items: center; padding: 2.5rem; background: rgba(4,24,22,0.94); }
.lightbox.is-open { display: grid; }
.lightbox img { width: auto; max-width: min(1500px, 92vw); max-height: 86vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 1rem; right: 1rem; width: 2.8rem; height: 2.8rem; border: 1px solid rgba(255,255,255,0.5); background: transparent; color: #fff; font-size: 1.5rem; cursor: pointer; }
.lightbox-caption { position: absolute; bottom: 0.8rem; left: 1rem; right: 1rem; color: rgba(255,255,255,0.75); text-align: center; font-size: 0.75rem; }

@media (max-width: 1020px) {
  .hero-home, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-home-copy, .page-hero-copy { padding: 5rem max(24px, calc((100vw - 760px) / 2)); }
  .hero-home-image { min-height: 520px; }
  .page-hero-image { min-height: 520px; }
  .intro-grid, .services-layout, .whole-grid, .unit-story-grid, .service-feature { grid-template-columns: 1fr; gap: 3.5rem; }
  .unit-story-copy { position: static; }
  .service-feature.reverse .service-feature-copy { order: 0; }
  .unit-grid { grid-template-columns: repeat(2, 1fr); }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .wrap, .narrow { width: min(100% - 30px, 1200px); }
  .nav-shell { min-height: 76px; }
  .brand { width: 195px; }
  .brand img { height: 54px; }
  .menu-button { position: relative; z-index: 51; display: block; padding: 0.5rem; }
  .site-nav { position: fixed; z-index: 50; inset: 0; display: none; flex-direction: column; justify-content: center; background: var(--cream); }
  body.menu-open .site-nav { display: flex; }
  .hero-home { min-height: 0; }
  .hero-home-copy, .page-hero-copy { padding: 4.2rem 1.15rem; }
  .hero-home-image, .page-hero-image { min-height: 390px; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact { min-height: 62px; border-bottom: 1px solid rgba(18,63,59,0.18); }
  .fact:nth-child(2) { border-right: 0; }
  .section-head { grid-template-columns: 1fr; gap: 0.5rem; }
  .intro-photo, .whole-photo, .service-image, .unit-feature-photo, .service-feature-photo { height: 420px; }
  .unit-grid, .gallery-grid, .service-notes { grid-template-columns: 1fr; }
  .unit-card-image { height: 330px; }
  .gallery-grid .photo-link, .gallery-grid .photo-link:nth-child(n) { grid-column: auto; height: 300px; }
  .home-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .home-gallery .photo-link, .home-gallery .photo-link:first-child { grid-row: auto; height: 280px; }
  .spa-gallery { grid-template-columns: 1fr; }
  .spa-gallery .photo-link { height: 320px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .whatsapp-float { right: 0.75rem; bottom: 0.75rem; }
  .lightbox { padding: 1rem; }
}

@media (max-width: 520px) {
  h1 { font-size: 3.25rem; }
  .unit-grid, .included-grid { grid-template-columns: 1fr; }
  .detail-list li { grid-template-columns: 1fr; gap: 0.1rem; }
  .whole-facts { gap: 1.35rem; }
}

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