:root {
  --bg: #f6f0e5;
  --paper: rgba(255, 251, 245, 0.84);
  --paper-strong: #fffaf2;
  --text: #2d2418;
  --muted: #6a5a46;
  --green-deep: #24452c;
  --green-soft: #7e9b68;
  --leaf: #d6e0c7;
  --soil: #8d5c33;
  --soil-dark: #5f3a20;
  --line: rgba(72, 52, 33, 0.12);
  --shadow: 0 18px 50px rgba(41, 29, 18, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(151, 182, 120, 0.26), transparent 35%),
    linear-gradient(180deg, #f4ead7 0%, var(--bg) 45%, #f8f3ea 100%);
}

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

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

.page-shell {
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff8ef;
  display: flex;
  flex-direction: column;
}

.topbar {
  position: sticky;
  top: 1rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1220px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.9rem 1rem 0.9rem 1.15rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(22, 28, 18, 0.62), rgba(34, 25, 17, 0.5));
  border: 1px solid rgba(255, 244, 228, 0.16);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(13, 15, 10, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  flex-shrink: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 1rem;
  background: rgba(255, 250, 243, 0.92);
  border: 1px solid rgba(255, 247, 236, 0.36);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(22, 17, 10, 0.2);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  gap: 0.1rem;
}

.brand-copy strong {
  font-size: 1.04rem;
  color: #fff8ef;
}

.brand-copy small {
  color: rgba(255, 248, 239, 0.72);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 247, 236, 0.08);
  border: 1px solid rgba(255, 247, 236, 0.08);
  font-size: 0.92rem;
}

.nav-links a {
  position: relative;
  color: rgba(255, 248, 239, 0.9);
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 248, 239, 0.14);
  color: #fffdf7;
  transform: translateY(-1px);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0c77f, #db9c50);
  color: #2f1e0f;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(111, 71, 28, 0.28);
  flex-shrink: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(111, 71, 28, 0.34);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(15, 20, 13, 0.16) 0%, rgba(16, 20, 13, 0.36) 28%, rgba(18, 15, 11, 0.74) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(780px, calc(100% - 3rem));
  margin: clamp(6rem, 16vh, 9rem) auto 3rem;
  padding: clamp(1.6rem, 4vw, 2.5rem);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(17, 22, 15, 0.18), rgba(23, 18, 13, 0.4));
  backdrop-filter: blur(7px);
  border: 1px solid rgba(255, 244, 228, 0.15);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.77rem;
  font-weight: 800;
}

.hero h1,
.section-heading h2,
.showcase-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 6.2rem);
}

.hero-text,
.section-copy,
.room-copy p,
.service-card p,
.shop-copy-card p,
.contact-copy p,
.feature-band p,
.quote-card p {
  color: rgba(255, 248, 239, 0.9);
  line-height: 1.75;
}

.hero-text {
  max-width: 62ch;
  margin: 1.2rem 0 0;
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.floating-call:hover,
.floating-call:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #f2c884, #e6a85c);
  color: #2f1e0f;
}

.button-secondary {
  background: transparent;
  color: #fffaf1;
  border: 1px solid rgba(255, 243, 226, 0.5);
}

.button-ghost {
  background: rgba(255, 248, 239, 0.12);
  color: #fffaf1;
  border: 1px solid rgba(255, 243, 226, 0.22);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-notes span {
  padding: 0.72rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.12);
  font-size: 0.92rem;
}

.section {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading h2,
.showcase-copy h2,
.contact-copy h2 {
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  color: var(--green-deep);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.9fr);
  gap: 1.5rem;
  align-items: end;
  max-width: none;
}

.section-copy {
  margin: 0;
  color: var(--muted);
}

.intro-grid,
.service-layout,
.shop-grid,
.contact-card,
.experience-showcase,
.video-grid,
.places-grid {
  display: grid;
  gap: 1.5rem;
}

.intro-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.info-card,
.quote-card,
.room-card,
.service-card,
.shop-copy-card,
.contact-card,
.feature-band,
.showcase-media,
.showcase-copy {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.info-card,
.quote-card,
.service-card,
.shop-copy-card,
.showcase-copy {
  border-radius: 1.8rem;
  padding: 1.8rem;
}

.info-card h3,
.room-copy h3,
.service-card h3,
.shop-copy-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
}

.info-card ul,
.room-copy ul,
.service-card ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  line-height: 1.8;
}

.quote-card {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #30593c, #1e3526);
}

.quote-card p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.15;
  color: #fff7eb;
}

.feature-band {
  width: min(1240px, calc(100% - 2rem));
  padding: 2rem;
  border-radius: 2rem;
}

.feature-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.feature-band article {
  padding: 0.3rem 0.2rem;
}

.feature-band span,
.room-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(36, 69, 44, 0.1);
  color: var(--green-deep);
  padding: 0.4rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-band p,
.room-copy p,
.service-card p,
.shop-copy-card p,
.contact-copy p {
  color: var(--muted);
}

.room-layout {
  display: grid;
  gap: 1.8rem;
}

.room-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 1.2rem;
  border-radius: 2rem;
  padding: 1.25rem;
}

.room-copy {
  padding: 1rem 0.8rem 1rem 1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.gallery-grid figure {
  margin: 0;
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  background: #ddd2c2;
  min-height: 220px;
}

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

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

.compact-gallery {
  align-content: start;
}

.compact-gallery figure:nth-child(5),
.compact-gallery figure:nth-child(6),
.compact-gallery figure:nth-child(7),
.compact-gallery figure:nth-child(8) {
  min-height: 170px;
}

.experience-showcase {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.showcase-media {
  border-radius: 2rem;
  overflow: hidden;
}

.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 430px;
}

.service-layout,
.shop-grid {
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

.video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.places-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.place-card,
.video-card {
  overflow: hidden;
  border-radius: 1.8rem;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.place-card.featured-place {
  grid-column: span 2;
}

.place-card figure {
  margin: 0;
}

.place-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #151515;
}

.place-copy,
.video-copy {
  padding: 1.2rem 1.25rem 1.4rem;
}

.place-copy h3,
.video-copy h3 {
  margin: 0 0 0.45rem;
  font-size: 1.25rem;
}

.place-copy p,
.video-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1rem 0 1.1rem;
}

.product-list span {
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  background: #ece2d1;
  color: var(--soil-dark);
  font-weight: 700;
}

.large-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.large-gallery figure:nth-child(1) {
  grid-column: span 2;
  min-height: 320px;
}

.contact-card {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  padding: 2rem;
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(239, 225, 198, 0.95), rgba(252, 247, 238, 0.98)),
    url("photos/DSC_2538.JPG.jpeg");
  background-size: cover;
  background-position: center;
}

.contact-details {
  padding: 1.4rem;
  border-radius: 1.4rem;
  background: rgba(255, 250, 243, 0.9);
  border: 1px solid rgba(75, 55, 36, 0.1);
}

.contact-details a {
  display: inline-block;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 800;
  color: var(--soil-dark);
}

.contact-details p {
  color: var(--muted);
  margin-bottom: 0.45rem;
}

.contact-details .button-secondary {
  color: var(--soil-dark);
  border-color: rgba(95, 58, 32, 0.24);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 2rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.floating-call {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  min-height: 3.4rem;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d6a38, #234d2b);
  color: #fff9f0;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(28, 60, 32, 0.28);
}

@media (max-width: 960px) {
  .split-heading,
  .intro-grid,
  .room-card,
  .service-layout,
  .shop-grid,
  .experience-showcase,
  .contact-card,
  .feature-band-grid,
  .video-grid,
  .places-grid {
    grid-template-columns: 1fr;
  }

  .place-card.featured-place {
    grid-column: auto;
  }

  .topbar,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar {
    top: 0.75rem;
    padding: 1rem;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-cta {
    width: 100%;
  }

  .hero-content {
    margin-top: 5rem;
  }

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

@media (max-width: 640px) {
  .section {
    width: min(100% - 1.1rem, 100%);
    padding: 4.2rem 0;
  }

  .topbar {
    width: min(100% - 1rem, 100%);
    margin-top: 0.5rem;
    padding: 0.85rem;
    border-radius: 1.2rem;
  }

  .brand {
    align-items: center;
  }

  .brand-mark {
    width: 3.7rem;
    height: 3.7rem;
  }

  .brand-copy strong {
    font-size: 0.96rem;
  }

  .brand-copy small {
    font-size: 0.78rem;
  }

  .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0.45rem;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .nav-links a {
    justify-content: center;
    text-align: center;
    padding: 0.82rem 0.7rem;
    background: rgba(255, 248, 239, 0.08);
  }

  .hero-content {
    width: min(100% - 1rem, 100%);
    padding: 1.15rem;
    border-radius: 1.4rem;
  }

  .hero-notes span,
  .product-list span {
    width: 100%;
    justify-content: center;
  }

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

  .gallery-grid figure,
  .large-gallery figure,
  .large-gallery figure:nth-child(1) {
    grid-column: auto;
    min-height: 230px;
  }

  .contact-details a {
    font-size: 1.7rem;
  }

  .floating-call {
    right: 0.8rem;
    left: 0.8rem;
    bottom: 0.8rem;
  }
}
