:root {
  color-scheme: dark;
  --bg: #00594c;
  --bg-deep: #021f1c;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --line: rgba(255, 255, 255, 0.38);
  --accent: #40c1ac;
  --panel: rgba(0, 0, 0, 0.22);
  --media-radius: 28px;
  --max: 1100px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(0, 89, 76, 0.94), rgba(0, 89, 76, 0));
}

.brand,
.header-actions a,
.eyebrow,
figcaption,
.site-footer {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-actions a,
.book-link,
.primary-action,
.secondary-action,
.reel-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  min-height: 40px;
}

.header-actions a {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
}

.header-actions .book-link,
.primary-action {
  border-color: rgba(64, 193, 172, 0.48);
  background: rgba(64, 193, 172, 0.16);
  color: #fff;
}

.hero {
  min-height: 92vh;
  display: grid;
  align-content: end;
  max-width: var(--max);
  margin: 0 auto;
  padding: 120px clamp(18px, 4vw, 34px) 34px;
}

.hero::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 89, 76, 0.08), rgba(0, 89, 76, 0.9)),
    url("/assets/lake-house-01.jpeg") center 38% / cover no-repeat;
  opacity: 0.3;
}

.hero-copy {
  max-width: 980px;
}

.eyebrow {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.58);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(44px, 9vw, 104px);
  line-height: 0.9;
  font-weight: 900;
}

.subtitle {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.secondary-action {
  background: rgba(0, 0, 0, 0.16);
}

.feature-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.feature-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.photo-reel,
.photo-grid-section,
.details,
.intro-panel,
.amenities,
.location-section,
.booking-band,
.space-section,
.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px clamp(18px, 4vw, 34px);
}

.intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: end;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}

.intro-panel h2,
.section-heading h2,
.booking-band h2,
.location-copy h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.95;
  font-weight: 900;
}

.intro-copy p,
.space-copy p,
.detail-grid p,
.booking-band p,
.location-section p,
.guidelines-grid li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.reel-shell {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 12px;
  align-items: center;
}

.reel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 34%);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(255, 255, 255, 0.48) rgba(0, 0, 0, 0.14);
}

.reel figure {
  margin: 0;
  scroll-snap-align: start;
}

.reel img {
  aspect-ratio: 9 / 16;
  height: auto;
  object-fit: cover;
  border-radius: var(--media-radius);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.photo-grid-section {
  padding-top: 32px;
  margin-top: -64px;
}

.photo-grid-section .section-heading {
  display: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.see-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  min-height: 64px;
  margin: 34px auto 0;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(0, 89, 76, 0.54);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  text-transform: none;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.reel-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.detail-grid article,
.space-copy,
.location-copy,
.rating-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--media-radius);
  background:
    linear-gradient(145deg, rgba(64, 193, 172, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(5, 41, 34, 0.46);
  padding: 24px;
}

.detail-grid article {
  min-height: 220px;
}

.detail-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 900;
}

.detail-grid h3,
.guidelines-grid h3 {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 900;
}

.space-copy {
  padding: clamp(24px, 4vw, 40px);
}

.space-copy details {
  margin-top: 28px;
}

.space-copy summary {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(64, 193, 172, 0.44);
  border-radius: 999px;
  background: rgba(64, 193, 172, 0.16);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.guidelines-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.guidelines-grid section {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.12);
}

.guidelines-grid ol {
  margin: 0 0 18px;
  padding-left: 20px;
}

.amenity-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.amenity-list span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: stretch;
}

.location-copy p {
  max-width: 560px;
  margin-bottom: 0;
}

.rating-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
}

.rating-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.rating-card strong {
  font-size: clamp(72px, 12vw, 118px);
  line-height: 0.8;
  font-weight: 900;
}

.booking-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.site-footer {
  display: grid;
  place-items: center;
  gap: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
}

.site-footer p {
  margin: 0;
  color: #fff;
  width: min(100%, 640px);
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 36px;
  background: var(--bg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1;
  text-transform: none;
}

@media (max-width: 760px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .brand {
    max-width: 150px;
    line-height: 1.25;
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 10px;
  }

  .hero {
    min-height: 86vh;
  }

  .section-heading {
    display: block;
  }

  .intro-panel,
  .location-section,
  .guidelines-grid {
    grid-template-columns: 1fr;
  }

  .reel-shell {
    grid-template-columns: 1fr;
  }

  .reel-button {
    display: none;
  }

  .reel {
    grid-auto-columns: 82%;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .booking-band {
    align-items: flex-start;
    flex-direction: column;
  }
}
