:root {
  --ink: #17322b;
  --muted: #65766f;
  --palm: #24483c;
  --palm-dark: #16372e;
  --lagoon: #5d9c95;
  --sun: #c99236;
  --cream: #fffaf2;
  --mist: #edf5f0;
  --line: rgba(36, 72, 60, .15);
  --shadow: 0 22px 60px rgba(23, 50, 43, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; }
a { color: inherit; }
.detail-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 72px;
  padding: .65rem max(18px, calc((100% - 1120px) / 2));
  background: rgba(255, 250, 242, .94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(23, 50, 43, .08);
  backdrop-filter: blur(16px);
}
.detail-brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--palm);
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.1;
}
.detail-brand img { width: 42px; height: 42px; object-fit: contain; }
.detail-brand small {
  display: block;
  margin-top: .18rem;
  color: var(--sun);
  font-family: Manrope, Arial, sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.detail-nav nav { display: flex; align-items: center; gap: .35rem; }
.detail-nav nav a {
  padding: .55rem .7rem;
  color: var(--palm);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.detail-nav nav a:hover { color: var(--sun); }
.nav-book {
  border-radius: 999px;
  background: var(--palm);
  color: #fff !important;
  padding-inline: 1rem !important;
}
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.detail-hero {
  position: relative;
  min-height: min(710px, 78svh);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--palm-dark);
}
.hero-image, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -2; object-fit: cover; }
.hero-scrim {
  z-index: -1;
  background: linear-gradient(90deg, rgba(12, 29, 24, .82), rgba(12, 29, 24, .38) 58%, rgba(12, 29, 24, .18)), linear-gradient(0deg, rgba(12, 29, 24, .72), transparent 62%);
}
.hero-content { padding: 7rem 0 4.5rem; color: #fffaf2; }
.eyebrow, .section-kicker {
  margin: 0 0 .6rem;
  color: var(--sun);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; }
h1 { max-width: 820px; margin: 0; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .95; }
.hero-lede { max-width: 690px; margin: 1.25rem 0 0; color: rgba(255, 250, 242, .9); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions, .detail-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: 1.7rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 48px;
  padding: .85rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--palm);
  color: #fffaf2;
  font-size: .9rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(18, 54, 46, .18);
}
.button:hover { background: var(--palm-dark); }
.button.alt { background: rgba(255, 250, 242, .1); border-color: rgba(255, 250, 242, .52); box-shadow: none; }
.button.alt:hover { background: rgba(255, 250, 242, .18); }
.fact-strip { position: relative; z-index: 2; margin-top: -2.4rem; }
.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 250, 242, .96);
  box-shadow: var(--shadow);
}
.fact { padding: 1.25rem 1.1rem; }
.fact + .fact { border-left: 1px solid var(--line); }
.fact i { display: block; margin-bottom: .45rem; color: var(--sun); font-size: 1.25rem; }
.fact strong { display: block; font-size: 1.02rem; }
.fact span { color: var(--muted); font-size: .84rem; }
.detail-section { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.detail-section.soft { background: var(--mist); }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
h2 { margin: .35rem 0 .85rem; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1; }
.section-heading p, .detail-copy p { color: var(--muted); font-size: 1.02rem; }
.two-column { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.detail-note { padding: 1.4rem; border-left: 3px solid var(--sun); background: rgba(255, 250, 242, .8); }
.detail-note strong { display: block; margin-bottom: .55rem; font-family: Georgia, serif; font-size: 1.4rem; }
.detail-note p { margin: 0; color: var(--muted); }
.layout-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.layout-card { padding: 1.25rem; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 250, 242, .8); }
.layout-card i { color: var(--lagoon); font-size: 1.2rem; }
.layout-card h3 { margin: .75rem 0 .35rem; font-size: 1.25rem; }
.layout-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 16px; background: var(--mist); }
.gallery-grid figure:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-grid img { display: block; width: 100%; height: 210px; object-fit: cover; transition: transform .25s ease; }
.gallery-grid figure:first-child img { height: 428px; }
.gallery-grid a { display: block; }
.gallery-grid a:hover img { transform: scale(1.035); }
.gallery-grid figcaption { padding: .55rem .7rem; color: var(--muted); font-size: .76rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.benefit { padding: 1.35rem; border-top: 2px solid var(--lagoon); }
.benefit i { color: var(--sun); font-size: 1.25rem; }
.benefit h3 { margin: .65rem 0 .35rem; font-size: 1.35rem; }
.benefit p { margin: 0; color: var(--muted); font-size: .92rem; }
.related-link { display: block; color: inherit; text-decoration: none; }
.related-link:hover h3 { color: var(--sun); }
.location-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem 2rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.location-list li { display: flex; gap: .6rem; color: var(--muted); }
.location-list i { margin-top: .3rem; color: var(--sun); }
.booking-band { padding: clamp(2rem, 5vw, 3.5rem); border-radius: 24px; background: var(--palm); color: #fffaf2; box-shadow: var(--shadow); }
.booking-band h2 { max-width: 700px; color: #fffaf2; }
.booking-band p { max-width: 700px; color: rgba(255, 250, 242, .78); }
.booking-band .button { background: var(--cream); color: var(--palm); }
.detail-footer { padding: 2rem 0 3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.detail-footer a { color: var(--palm); font-weight: 800; text-decoration: none; }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 1rem; background: rgba(10, 24, 20, .9); }
.lightbox img { max-width: min(1200px, 94vw); max-height: 86vh; object-fit: contain; }
.lightbox button { position: fixed; top: 1rem; right: 1rem; width: 44px; height: 44px; border: 1px solid rgba(255, 250, 242, .45); border-radius: 50%; background: transparent; color: #fffaf2; font-size: 1.3rem; cursor: pointer; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
@media (max-width: 800px) {
  .detail-nav { align-items: flex-start; flex-direction: column; gap: .45rem; }
  .detail-nav nav { width: 100%; overflow-x: auto; }
  .detail-nav nav a { white-space: nowrap; }
  .hero-content { padding: 5rem 0 3.5rem; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .fact:nth-child(4) { border-top: 1px solid var(--line); }
  .two-column, .location-list { grid-template-columns: 1fr; }
  .layout-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid figure:first-child { grid-column: span 2; }
  .gallery-grid img, .gallery-grid figure:first-child img { height: 220px; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1120px); }
  h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .fact { padding: 1rem .85rem; }
  .layout-grid, .benefit-grid { grid-template-columns: 1fr; }
  .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-grid img { transition: none; }
}
