﻿:root {
  --ink: #1f3a37;
  --ink-soft: rgba(31, 58, 55, 0.76);
  --sand: #d9c7ab;
  --glass-bg: rgba(255, 255, 255, 0.34);
  --glass-border: rgba(255, 255, 255, 0.42);
  --section-space: clamp(4.5rem, 8vw, 7rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: transparent;
  color: var(--ink);
  overflow-x: clip;
}

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

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

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: linear-gradient(180deg, #f6fbf7 0%, #e9f1ea 38%, #f4efe7 100%);
}

.site-bg__aurora {
  position: absolute;
  inset: -8%;
  background:
    radial-gradient(1200px 580px at 15% 12%, rgba(76, 126, 115, 0.2), transparent 58%),
    radial-gradient(900px 520px at 88% 20%, rgba(217, 199, 171, 0.34), transparent 65%),
    radial-gradient(900px 560px at 52% 104%, rgba(43, 73, 67, 0.16), transparent 58%);
}

.site-bg__grain {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: radial-gradient(circle at 1px 1px, rgba(18, 34, 31, 0.35) 1px, transparent 0);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
}

.site-bg__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.5;
}

.site-bg__orb--one {
  width: 320px;
  height: 320px;
  top: 12%;
  left: -40px;
  background: rgba(102, 153, 139, 0.45);
}

.site-bg__orb--two {
  width: 400px;
  height: 400px;
  right: -70px;
  bottom: 12%;
  background: rgba(222, 194, 152, 0.43);
}

.leaf-field {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  overflow: hidden;
}

.leaf {
  position: absolute;
  width: 96px;
  height: 96px;
  opacity: 0.12;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: var(--leaf-url, none);
  filter: blur(var(--leaf-blur, 0px));
  mix-blend-mode: multiply;
  transform: translate3d(var(--leaf-x, 0px), var(--leaf-y, 0px), 0) rotate(var(--leaf-rot, 0deg));
  will-change: transform;
}

main#top {
  position: relative;
  z-index: 2;
}

#nav {
  position: fixed;
  top: 0.75rem;
  left: 0;
  right: 0;
  pointer-events: none;
}

.lang-switcher {
  position: fixed;
  top: 0.7rem;
  right: 0.9rem;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.35);
  padding: 0.28rem;
  border-radius: 999px;
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow: 0 8px 24px rgba(18, 37, 35, 0.12);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.lang-switcher.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  visibility: hidden;
}

.lang-switcher__btn {
  min-width: 31px;
  width: 31px;
  height: 31px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
}

.card-media-link {
  display: block;
  overflow: hidden;
}

.card-media-link .amenity-card__media,
.card-media-link .event-card__media {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.card-media-link:hover .amenity-card__media,
.card-media-link:hover .event-card__media {
  filter: saturate(1.05) contrast(1.02);
}

.lang-switcher__btn.is-active {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(31, 58, 55, 0.15);
}

#navToggle {
  background: #fffdf7;
  border-color: rgba(31, 58, 55, 0.18);
  box-shadow: 0 10px 24px rgba(18, 37, 35, 0.14);
}

.glass-nav,
.glass-panel,
.card-panel,
.at-card,
.media-panel,
.amenity-card,
.event-card,
.footer-cta {
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}

.glass-nav {
  background: var(--glass-bg);
  border-color: var(--glass-border);
  box-shadow: 0 24px 60px rgba(18, 37, 35, 0.16);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  pointer-events: auto;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

#nav.is-scrolled .glass-nav {
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0 20px 48px rgba(16, 34, 31, 0.18);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.62rem 0.95rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(31, 58, 55, 0.86);
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover {
  color: rgba(31, 58, 55, 1);
  background: rgba(255, 255, 255, 0.43);
}

.btn-solid,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.7rem 1.25rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-solid {
  background: linear-gradient(135deg, rgba(217, 199, 171, 0.98), rgba(233, 214, 188, 0.93));
  border-color: rgba(217, 199, 171, 0.9);
  color: var(--ink);
  box-shadow: 0 14px 26px rgba(25, 42, 40, 0.14);
}

.btn-ghost {
  color: var(--ink);
  border-color: rgba(31, 58, 55, 0.22);
  background: rgba(255, 255, 255, 0.62);
}

.btn-solid:hover,
.btn-ghost:hover {
  transform: translateY(-2px);
}

a[data-book-link='true'] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

a[data-book-link='true']::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.82) 45%, transparent 100%);
  transform: translateX(-145%);
  opacity: 0;
  pointer-events: none;
}

a[data-book-link='true'].is-booking {
  animation: book-press 0.46s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  pointer-events: none;
}

a[data-book-link='true'].is-booking::after {
  opacity: 0.9;
  animation: book-sweep 0.56s ease both;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 3px;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
  content: '';
}

.hamburger::before {
  position: absolute;
  top: -6px;
}

.hamburger::after {
  position: absolute;
  top: 6px;
}

#navToggle.is-open .hamburger {
  background: transparent;
}

#navToggle.is-open .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}

#navToggle.is-open .hamburger::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-drawer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.2s ease, margin 0.2s ease;
}

.nav-drawer.is-open {
  max-height: 520px;
  opacity: 1;
  margin-top: 0.8rem;
  padding: 0.75rem;
  border: 1px solid rgba(31, 58, 55, 0.14);
  border-radius: 1.15rem;
  background: #f8f2e6;
  box-shadow: 0 22px 48px rgba(18, 37, 35, 0.2);
}

.drawer-link {
  display: block;
  border-radius: 0.9rem;
  padding: 0.72rem 0.75rem;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  border: 1px solid rgba(31, 58, 55, 0.1);
  background: #fffdf7;
  box-shadow: 0 8px 18px rgba(18, 37, 35, 0.08);
}

.drawer-link:hover {
  background: #f1e3cd;
}

.hero-section {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
}

.hero-section__media {
  position: absolute;
  inset: -3%;
}

.hero-video {
  width: 106%;
  height: 106%;
  object-fit: cover;
  animation: hero-pan 22s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1000px 620px at 50% 18%, rgba(13, 27, 25, 0.08), transparent 52%),
    linear-gradient(185deg, rgba(13, 27, 25, 0.58), rgba(13, 27, 25, 0.2) 45%, rgba(13, 27, 25, 0.36) 100%);
}

.hero-logo {
  width: min(230px, 40vw);
  margin: 0 auto 0.95rem;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: 44px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.25);
  display: grid;
  place-items: center;
  z-index: 10;
}

.scroll-hint span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: white;
  animation: wheel 1.2s ease-in-out infinite;
}

.section-wrap {
  position: relative;
  padding: var(--section-space) 0;
}

.section-wrap--alt {
  border-top: 1px solid rgba(255, 255, 255, 0.52);
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.09));
}

.section-wrap--alt-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.23), rgba(242, 247, 243, 0.28));
}

.section-wrap--pet {
  overflow: hidden;
}

.pet-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-image: var(--bg);
  transform: scale(1.1);
}

.section-wrap--pet::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 33, 31, 0.22), rgba(245, 250, 246, 0.84));
}

.section-wrap--pet > div {
  position: relative;
  z-index: 1;
}

.pet-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(1.1rem, 3vw, 2rem);
}

.pet-card__image {
  min-height: 330px;
  border-radius: 1.1rem;
  background-image:
    linear-gradient(180deg, rgba(31, 58, 55, 0.04), rgba(31, 58, 55, 0.18)),
    url('https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1100&q=80');
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 42px rgba(17, 34, 31, 0.13);
}

.pet-card__body {
  text-align: left;
}

.section-head {
  max-width: 54rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(31, 58, 55, 0.72);
}

.title {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.15;
}

.subhead {
  margin: 0.9rem auto 0;
  max-width: 45rem;
  color: var(--ink-soft);
  line-height: 1.75;
}

.glass-panel,
.card-panel,
.amenity-card,
.event-card {
  border-radius: 1.45rem;
  box-shadow: 0 18px 42px rgba(17, 34, 31, 0.13);
}

.glass-panel {
  padding: 1.4rem;
}

.glass-panel h3,
.card-body h3,
.at-card__body h3,
.amenity-card__body h3,
.event-card__body h3 {
  margin-top: 0;
  margin-bottom: 0.55rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.28rem, 1.9vw, 1.65rem);
}

.glass-panel p,
.card-body p,
.at-card__body p,
.amenity-card__body p,
.event-card__body p {
  margin: 0 0 0.9rem;
  color: var(--ink-soft);
  line-height: 1.68;
}

.card-panel,
.amenity-card,
.event-card {
  overflow: hidden;
}

.card-img,
.amenity-card__media,
.event-card__media,
.media-panel {
  min-height: 220px;
  background-position: center;
  background-size: cover;
  background-image: var(--bg);
  box-shadow: 0 18px 42px rgba(17, 34, 31, 0.13);
}

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

.card-body,
.amenity-card__body,
.event-card__body {
  padding: 1.25rem;
}

.amenity-card {
  text-align: center;
}

.amenities-grid {
  width: min(80vw, 1180px);
}

.amenity-card__media {
  min-height: 230px;
}

.amenity-card__body {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  align-items: center;
}

.amenity-card__body p {
  flex: 1;
}

.amenity-card__cta {
  margin-top: auto;
}

.event-card__media {
  min-height: 260px;
}

.amenity-detail-grid,
.event-detail-grid,
.attraction-detail-grid {
  display: grid;
  gap: 1.15rem;
}

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

.attraction-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amenity-detail-card,
.event-detail-card,
.attraction-detail-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 42px rgba(17, 34, 31, 0.12);
}

.amenity-detail-card img,
.event-detail-card img,
.attraction-detail-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.event-detail-card img {
  height: 260px;
}

.attraction-detail-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1fr);
}

.attraction-detail-card img {
  height: 100%;
  min-height: 260px;
}

.detail-card__body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.35rem;
}

.detail-card__body h3 {
  margin: 0 0 0.6rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.detail-card__body p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  line-height: 1.72;
}

.detail-card__body .btn-solid,
.detail-card__body .btn-ghost {
  margin-top: auto;
}

.detail-hero {
  min-height: 74vh;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  padding: 8rem 0 4.5rem;
}

.detail-hero__media {
  position: absolute;
  inset: -3%;
  background-image: var(--bg);
  background-position: center;
  background-size: cover;
  transform: scale(1.06);
}

.detail-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(820px 520px at 50% 18%, rgba(13, 27, 25, 0.06), transparent 56%),
    linear-gradient(180deg, rgba(13, 27, 25, 0.5), rgba(13, 27, 25, 0.18) 42%, rgba(13, 27, 25, 0.44) 100%);
}

.detail-hero__content {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.detail-hero__logo {
  width: min(190px, 42vw);
  margin-bottom: 1.2rem;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
}

.detail-copy {
  max-width: 56rem;
  margin-inline: auto;
  display: grid;
  gap: 1rem;
}

.detail-copy p {
  color: var(--ink-soft);
  line-height: 1.82;
  margin: 0;
}

.meta-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.meta-list li {
  position: relative;
  margin: 0.55rem 0;
  padding-left: 1rem;
  color: rgba(31, 58, 55, 0.78);
  line-height: 1.55;
}

.meta-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(217, 199, 171, 0.95);
}

.at-card {
  overflow: hidden;
  border-radius: 1rem;
}

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

.at-card__body {
  padding: 1rem;
}

.at-card__body h3 {
  font-size: 1.16rem;
}

.footer-cta {
  border-radius: 1.35rem;
  box-shadow: 0 16px 40px rgba(17, 34, 31, 0.14);
  padding: 1.3rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.footer-link {
  font-weight: 600;
  color: rgba(31, 58, 55, 0.9);
}

.footer-link:hover {
  color: rgba(21, 42, 39, 1);
}

.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.social-btn svg {
  width: 20px;
  height: 20px;
  fill: rgba(31, 58, 55, 0.88);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.2, 0.75, 0.2, 1);
  will-change: opacity, transform;
}

.reveal[data-reveal='left'] {
  transform: translate3d(-50px, 0, 0);
}

.reveal[data-reveal='right'] {
  transform: translate3d(50px, 0, 0);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.parallax {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

@keyframes hero-pan {
  0% {
    transform: scale(1.08) translate3d(-1.6%, -1%, 0);
  }

  100% {
    transform: scale(1.14) translate3d(1.4%, 1.2%, 0);
  }
}

@keyframes wheel {
  0% {
    transform: translateY(-8px);
    opacity: 0.35;
  }

  60% {
    transform: translateY(12px);
    opacity: 1;
  }

  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}

@keyframes book-press {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  40% {
    transform: scale(0.97);
  }

  100% {
    transform: scale(1.04);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}

@keyframes book-sweep {
  0% {
    transform: translateX(-145%);
  }

  100% {
    transform: translateX(145%);
  }
}

@media (max-width: 768px) {
  :root {
    --section-space: clamp(4rem, 11vw, 5.5rem);
  }

  .glass-panel {
    padding: 1.1rem;
  }

  .btn-solid,
  .btn-ghost {
    letter-spacing: 0.08em;
  }

  .footer-cta {
    align-items: flex-start;
  }

  #nav {
    top: 0.9rem;
  }

  #nav .glass-nav {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
  }

  #nav.is-scrolled .glass-nav {
    background: transparent;
    box-shadow: none;
  }

  .nav-row {
    width: min(92vw, 430px);
    margin-inline: auto;
  }

  .lang-switcher {
    position: static;
    gap: 0.22rem;
    padding: 0.24rem;
    max-width: none;
  }

  .lang-switcher__btn {
    min-width: 30px;
    width: 30px;
    height: 30px;
    font-size: 0.86rem;
  }

  .detail-hero {
    min-height: 68vh;
    padding: 7rem 0 3.5rem;
  }

  .pet-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pet-card__body {
    text-align: center;
  }

  .pet-card__image {
    min-height: 260px;
  }

  .amenities-grid {
    width: min(86vw, 430px);
  }

  .amenity-card__media {
    min-height: 220px;
  }

  .amenity-card__body {
    min-height: 0;
  }

  .amenity-detail-grid,
  .event-detail-grid,
  .attraction-detail-grid {
    grid-template-columns: 1fr;
  }

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

  .amenity-detail-card img,
  .event-detail-card img,
  .attraction-detail-card img {
    width: 100%;
    height: 220px;
    min-height: 220px;
  }

  .attraction-detail-card .detail-card__body {
    align-items: stretch;
  }

  .attraction-detail-card .detail-card__body .btn-solid {
    align-self: center;
  }

  .parallax {
    transform: none !important;
    will-change: auto;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .amenity-detail-grid,
  .event-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 520px) {
  .hero-video {
    animation-duration: 26s;
  }

  .leaf {
    width: 78px;
    height: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-video,
  .scroll-hint span {
    animation: none;
  }

  .reveal,
  .parallax {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .leaf {
    transition: none;
  }
}
