:root {
  --ink: #17211f;
  --muted: #66706a;
  --paper: #f7f4ed;
  --white: #fffaf1;
  --teal: #123f42;
  --teal-soft: #d9e8e3;
  --clay: #9d4d28;
  --gold: #d79b35;
  --sand: #e9dcc5;
  --shadow: 0 24px 70px rgba(23, 33, 31, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(18, 63, 66, 0.72);
  border-bottom: 1px solid rgba(255, 250, 241, 0.16);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 250, 241, 0.45);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.5vw, 30px);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a,
.header-cta {
  text-decoration: none;
}

.header-cta {
  padding: 11px 18px;
  border: 1px solid rgba(255, 250, 241, 0.7);
  border-radius: 999px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #0e1817;
}

.hero-media,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 20, 18, 0.78), rgba(10, 20, 18, 0.28) 52%, rgba(10, 20, 18, 0.12)),
    linear-gradient(0deg, rgba(10, 20, 18, 0.7), rgba(10, 20, 18, 0.04) 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 138px 0 13vh;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 9vw, 7.8rem);
  line-height: 0.92;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

p {
  line-height: 1.7;
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 28px;
  color: rgba(255, 250, 241, 0.88);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.primary {
  background: var(--gold);
  color: #1d1609;
}

.secondary {
  border-color: rgba(255, 250, 241, 0.62);
  color: #fff;
}

.secondary.dark {
  border-color: rgba(23, 33, 31, 0.24);
  color: var(--ink);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-actions {
  justify-content: flex-end;
}

.section-pad {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.intro,
.stay,
.amenities,
.gallery {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.section-heading {
  max-width: 620px;
}

.intro-copy {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
}

.quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.quick-facts span {
  padding: 10px 14px;
  border: 1px solid rgba(23, 33, 31, 0.14);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.74);
  font-weight: 800;
  font-size: 0.88rem;
}

.feature-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.78fr 0.9fr;
  gap: 12px;
  padding: 0 clamp(18px, 5vw, 72px);
}

.feature-strip img {
  width: 100%;
  height: clamp(230px, 38vw, 520px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-strip img:nth-child(2) {
  margin-top: clamp(28px, 5vw, 72px);
}

.stay-grid,
.amenity-list {
  display: grid;
  gap: 18px;
}

.stay-card {
  display: grid;
  grid-template-columns: minmax(136px, 240px) 1fr;
  gap: 22px;
  align-items: center;
  min-height: 210px;
  padding: 16px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 42px rgba(23, 33, 31, 0.09);
}

.stay-card img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  border-radius: 6px;
}

.stay-card p,
.amenity-list p,
.contact-panel p,
.video-copy p {
  color: var(--muted);
}

.contact-details {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.contact-details p {
  margin-bottom: 0;
}

.contact-details strong {
  color: var(--ink);
}

.contact-details a {
  color: var(--teal);
  font-weight: 800;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: var(--teal);
  color: #fff;
}

.video-copy p {
  color: rgba(255, 250, 241, 0.78);
}

.tour-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  background: #050807;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.amenity-list {
  grid-template-columns: repeat(3, 1fr);
}

.amenity-list article {
  padding: 28px;
  min-height: 220px;
  border-left: 4px solid var(--clay);
  background: var(--teal-soft);
  border-radius: 8px;
}

.gallery {
  display: block;
  background: #fffaf1;
}

.gallery .section-heading {
  margin-bottom: 34px;
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery-item {
  padding: 0;
  min-height: 260px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--sand);
  cursor: zoom-in;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
  min-height: 532px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.contact {
  background: var(--clay);
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px);
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 250, 241, 0.78);
  background: #111816;
  font-size: 0.92rem;
}

.lightbox {
  width: min(1100px, calc(100vw - 28px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(5, 8, 7, 0.82);
}

.lightbox img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 8px;
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 250, 241, 0.55);
  border-radius: 50%;
  color: #fff;
  background: rgba(17, 24, 22, 0.7);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 920px) {
  .site-header {
    min-height: 68px;
  }

  .nav-links {
    display: none;
  }

  .intro,
  .stay,
  .video-section {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip img,
  .feature-strip img:nth-child(2) {
    height: 330px;
    margin-top: 0;
  }

  .amenity-list {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand span {
    font-size: 0.98rem;
  }

  .header-cta {
    padding-inline: 13px;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding-bottom: 9vh;
  }

  .stay-card {
    grid-template-columns: 1fr;
  }

  .stay-card img {
    height: 220px;
  }

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

  .gallery-item,
  .gallery-item.tall {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 300px;
  }

  .gallery-item.wide {
    grid-column: span 1;
  }

  .site-footer {
    flex-direction: column;
  }
}
