:root {
  --ink: #17201b;
  --muted: #65716b;
  --paper: #f7f5ee;
  --surface: #ffffff;
  --line: #dde2d8;
  --green: #1f8a53;
  --green-dark: #11633a;
  --lime: #d8f36a;
  --coral: #f26a4f;
  --sky: #3a8dde;
  --shadow: 0 18px 45px rgba(24, 37, 30, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(216, 243, 106, 0.18), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(242, 106, 79, 0.1), transparent 24%),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

main {
  overflow-x: clip;
}

main > section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

body.is-loaded .site-header {
  animation: navDrop 700ms ease both;
}

body.loader-done .page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(216, 243, 106, 0.25), transparent 24%),
    #17201b;
  color: #fff;
  transition: opacity 560ms ease, visibility 560ms ease;
}

.page-loader p {
  margin: 0;
  color: var(--lime);
  font-weight: 900;
}

.loader-ride {
  position: relative;
  width: 132px;
  height: 132px;
  animation: loaderSpin 3200ms linear infinite;
}

.loader-ride .wheel {
  position: absolute;
  inset: 10px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background:
    conic-gradient(from 90deg, rgba(216, 243, 106, 0.22), rgba(58, 141, 222, 0.2), rgba(242, 106, 79, 0.22), rgba(216, 243, 106, 0.22));
}

.loader-ride .wheel::before,
.loader-ride .wheel::after {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.24);
  content: "";
}

.loader-ride .hub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
}

.loader-ride .cabin {
  position: absolute;
  width: 24px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(23, 32, 27, 0.84);
  transform-origin: center;
  animation: cabinBalance 1200ms ease-in-out infinite;
}

.loader-ride .cabin::before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 2px;
  height: 9px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.35);
  content: "";
}

.loader-ride .c1 {
  top: 2px;
  left: 54px;
}

.loader-ride .c2 {
  top: 54px;
  right: 2px;
  animation-delay: 180ms;
}

.loader-ride .c3 {
  bottom: 2px;
  left: 54px;
  animation-delay: 360ms;
}

.loader-ride .c4 {
  top: 54px;
  left: 2px;
  animation-delay: 540ms;
}

.loader-percent {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--lime), var(--green), var(--coral));
  box-shadow: 0 0 18px rgba(216, 243, 106, 0.6);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 14px clamp(16px, 4vw, 48px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(12, 20, 16, 0.72);
  color: #fff;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--lime);
  color: #17201b;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.hero {
  min-height: 100svh;
  background: #111;
}

.hero-slider,
.hero-slide {
  position: relative;
  min-height: 100svh;
}

.hero-slide {
  display: none;
  align-items: center;
  padding: 132px clamp(18px, 5vw, 72px) 86px;
  isolation: isolate;
}

.hero-slide::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  will-change: transform;
  content: "";
}

.hero-slide::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(6, 13, 10, 0.62), rgba(6, 13, 10, 0.28) 55%, rgba(6, 13, 10, 0.12));
  will-change: transform, opacity;
  content: "";
}

.hero-slide.is-active {
  display: flex;
}

.hero-slide.is-active::before {
  animation: heroImage 7200ms ease forwards;
}

.hero-slide.is-active::after {
  animation: heroOverlay 7200ms ease forwards;
}

.hero-copy {
  max-width: 760px;
  color: #fff;
}

.hero-slide.is-active .hero-copy > * {
  animation: heroCopy 780ms ease both;
}

.hero-slide.is-active .hero-copy > *:nth-child(2) {
  animation-delay: 90ms;
}

.hero-slide.is-active .hero-copy > *:nth-child(3) {
  animation-delay: 170ms;
}

.hero-slide.is-active .hero-copy > *:nth-child(4) {
  animation-delay: 250ms;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lime);
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 10vw, 8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.6vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
  line-height: 1.2;
}

.hero-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.hero-actions,
.slider-controls,
.slider-dots,
.section-heading.split,
.gallery-tabs {
  display: flex;
  align-items: center;
}

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

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-highlights span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
  animation: floatChip 3600ms ease-in-out infinite;
}

.hero-highlights span:nth-child(2) {
  animation-delay: 320ms;
}

.hero-highlights span:nth-child(3) {
  animation-delay: 640ms;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}

.btn.primary {
  background: var(--green);
  color: #fff;
}

.btn.primary:hover {
  background: var(--green-dark);
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.slider-controls {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 48px;
  gap: 10px;
}

.slider-controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.slider-dots {
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  bottom: 62px;
  gap: 9px;
}

.slider-dots button {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
}

.slider-dots button.is-active {
  background: var(--lime);
}

.quick-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1120px;
  margin: -44px auto 0;
  padding: 0 clamp(16px, 4vw, 32px);
  position: relative;
  z-index: 2;
}

.quick-details div {
  padding: 22px;
  border-right: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.quick-details div:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(24, 37, 30, 0.16);
}

.quick-details div:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.quick-details div:last-child {
  border-right: 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}

.quick-details strong,
.quick-details span {
  display: block;
}

.quick-details strong {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.quick-details span {
  color: var(--muted);
  font-weight: 700;
}

.partner-strip {
  width: 100%;
  margin: 44px 0 0;
  padding: 16px 0;
  overflow: hidden;
}

.partner-marquee {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.partner-track {
  display: flex;
  width: max-content;
  gap: clamp(28px, 5vw, 76px);
  animation: logoMarquee 30s linear infinite;
  will-change: transform;
}

.partner-track span,
.partner-track strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(23, 32, 27, 0.54);
  font-size: clamp(1.35rem, 3vw, 3.4rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(23, 32, 27, 0.18);
}

.partner-track strong {
  color: var(--green-dark);
  -webkit-text-stroke: 0;
}

.partner-marquee:hover .partner-track {
  animation-play-state: paused;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px clamp(16px, 4vw, 32px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading.split {
  max-width: none;
  justify-content: space-between;
  gap: 24px;
}

.section-heading.split > div {
  max-width: 760px;
}

.text-link {
  color: var(--green-dark);
  font-weight: 900;
  white-space: nowrap;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 18px;
}

.intro-panel,
.facility-card,
.person-card,
.testimonial-grid figure,
.event-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.intro-panel {
  padding: clamp(22px, 3vw, 34px);
}

.intro-panel.highlight {
  background: var(--ink);
  color: #fff;
}

.intro-panel p,
.facility-card p,
.event-feature p,
.event-list p,
.person-card span,
.testimonial-grid blockquote,
.contact-card p {
  color: var(--muted);
}

.intro-panel.highlight p {
  color: rgba(255, 255, 255, 0.72);
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.facility-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(24, 37, 30, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.facility-card::after,
.person-card::after,
.testimonial-grid figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.42), transparent 80%);
  transform: translateX(-120%);
  transition: transform 700ms ease;
  content: "";
  pointer-events: none;
}

.facility-card:hover {
  transform: translateY(-8px);
  border-color: rgba(31, 138, 83, 0.34);
  box-shadow: 0 18px 36px rgba(24, 37, 30, 0.16);
}

.facility-card:hover::after,
.person-card:hover::after,
.testimonial-grid figure:hover::after {
  transform: translateX(120%);
}

.facility-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 600ms ease;
}

.facility-card:hover img,
.gallery-grid img:hover,
.person-card:hover img {
  transform: scale(1.045);
}

.facility-card div {
  padding: 18px;
}

.tag,
.soft-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e9f8cd;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.facility-card.upcoming {
  border-color: rgba(242, 106, 79, 0.42);
}

.cafe-section {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 247, 225, 0.92)),
    radial-gradient(circle at 18% 18%, rgba(242, 106, 79, 0.18), transparent 34%),
    radial-gradient(circle at 86% 82%, rgba(58, 141, 222, 0.18), transparent 30%);
}

.cafe-wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(31, 138, 83, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 22px 60px rgba(24, 37, 30, 0.12);
  backdrop-filter: blur(10px);
}

.cafe-wrapper .section-heading {
  margin-bottom: 26px;
}

.cafe-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 26px;
  align-items: stretch;
}

.cafe-copy,
.food-slider {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.cafe-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 44px);
}

.cafe-copy h3 {
  margin-top: 18px;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.cafe-copy p {
  color: var(--muted);
}

.cafe-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cafe-points span {
  padding: 8px 12px;
  border: 1px solid rgba(31, 138, 83, 0.18);
  border-radius: 999px;
  background: #f4faef;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.food-slider {
  position: relative;
  overflow: hidden;
}

.food-track {
  position: relative;
  min-height: 540px;
}

.food-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(310px, 1fr) auto;
  opacity: 0;
  transform: translateX(26px) scale(0.98);
  pointer-events: none;
  transition: opacity 520ms ease, transform 520ms ease;
}

.food-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.food-slide img {
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.food-slide div {
  padding: 24px 26px 86px;
  background: linear-gradient(180deg, #17201b, #0d1712);
  color: #fff;
}

.food-slide span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.food-slide h3 {
  margin-top: 8px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  color: #fff;
}

.food-slide p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.food-controls {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.food-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 1.8rem;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(24, 37, 30, 0.1);
}

.food-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.food-dots button {
  width: 30px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 32, 27, 0.2);
  box-shadow: none;
}

.food-dots button.is-active {
  background: var(--green);
}

.events {
  max-width: none;
  background: #17201b;
  color: #fff;
}

.events > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.event-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
}

.event-feature {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
}

.event-feature img {
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.event-feature div {
  position: absolute;
  inset: auto 24px 24px;
  max-width: 560px;
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(14, 23, 18, 0.82);
  backdrop-filter: blur(14px);
}

.event-feature .tag {
  margin-bottom: 10px;
}

.event-feature p,
.events .section-heading .eyebrow {
  color: var(--lime);
}

.adventure-video-section {
  max-width: 1180px;
}

.adventure-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  min-height: 320px;
  border-radius: var(--radius);
  background: #17201b;
  box-shadow: var(--shadow);
}

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

.adventure-video-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6, 13, 10, 0.72));
  content: "";
  pointer-events: none;
}

.video-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
}

.video-caption span {
  display: block;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.video-caption strong {
  display: block;
  max-width: 680px;
  font-size: clamp(1.45rem, 4vw, 3.2rem);
  line-height: 1;
}

.event-list {
  display: grid;
  gap: 14px;
}

.event-list article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  transition: transform 240ms ease, background 240ms ease;
}

.event-list article:hover {
  transform: translateX(8px);
  background: rgba(255, 255, 255, 0.12);
}

.event-list time {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--lime);
  font-weight: 900;
}

.event-list p {
  color: rgba(255, 255, 255, 0.68);
}

.gallery-tabs {
  flex-wrap: wrap;
  gap: 8px;
}

.gallery-tabs button {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.gallery-tabs button.is-active {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  grid-auto-rows: 230px;
  gap: 14px;
}

.gallery-grid img {
  height: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(24, 37, 30, 0.1);
  transition: transform 500ms ease, filter 260ms ease, opacity 260ms ease;
}

.gallery-grid img:nth-child(1),
.gallery-grid img:nth-child(6) {
  grid-row: span 2;
}

.gallery-grid img.is-hidden {
  display: none;
}

.team {
  max-width: none;
  background: #edf4ef;
}

.team > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.person-card {
  position: relative;
  overflow: hidden;
  padding: 16px;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.person-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(24, 37, 30, 0.13);
}

.person-card img {
  aspect-ratio: 1;
  border-radius: var(--radius);
  object-fit: cover;
  margin-bottom: 16px;
  transition: transform 500ms ease;
}

.person-card p {
  margin-bottom: 8px;
  color: var(--green-dark);
  font-weight: 900;
}

.person-card span {
  display: block;
  font-size: 0.94rem;
}

.testimonials {
  padding-top: 40px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 24px;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.testimonial-grid figure:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(24, 37, 30, 0.11);
}

.testimonial-grid blockquote {
  margin: 0 0 20px;
  font-size: 1.05rem;
}

.testimonial-grid figcaption {
  font-weight: 900;
}

.testimonial-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.contact {
  max-width: none;
  padding-top: 60px;
  background: linear-gradient(135deg, #eef6e8 0%, #f8f0e7 100%);
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 42px);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.contact-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
}

.contact-list strong {
  color: var(--green-dark);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  background: #fbfcfa;
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(16px, 4vw, 48px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--lime);
  font-weight: 900;
}

.mobile-quick-enquiry {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  display: none;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(31, 138, 83, 0.34);
  animation: softPulse 2400ms ease-in-out infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms ease, transform 720ms ease;
  transition-delay: var(--delay, 0ms);
  will-change: transform, opacity;
}

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

.reveal[data-anim="fade-left"] {
  transform: translateX(-34px);
}

.reveal[data-anim="fade-right"] {
  transform: translateX(34px);
}

.reveal[data-anim="zoom"] {
  transform: scale(0.94);
}

.reveal[data-anim="fade-left"].is-visible,
.reveal[data-anim="fade-right"].is-visible,
.reveal[data-anim="zoom"].is-visible {
  transform: translateX(0) scale(1);
}

@keyframes navDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroCopy {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroImage {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.07);
  }
}

@keyframes heroOverlay {
  from {
    transform: scale(1);
    opacity: 0.84;
  }
  to {
    transform: scale(1.04);
    opacity: 0.66;
  }
}

@keyframes floatChip {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes logoMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes softPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-4px) scale(1.03);
  }
}

@keyframes loaderSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes cabinBalance {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(-3deg) translateY(1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-highlights span,
  .partner-track,
  .mobile-quick-enquiry {
    animation: none;
  }

  .reveal {
    will-change: auto;
  }
}

@media (hover: none) and (pointer: coarse) {
  .hero-slide.is-active::before,
  .hero-slide.is-active::after {
    animation: none;
    transform: none;
    opacity: 1;
  }

  .hero-highlights span,
  .mobile-quick-enquiry {
    animation: none;
  }

  .facility-card:hover,
  .person-card:hover,
  .testimonial-grid figure:hover {
    transform: none;
    box-shadow: inherit;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: var(--radius);
    background: rgba(12, 20, 16, 0.95);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 10px 8px;
  }

  .quick-details,
  .intro-grid,
  .event-layout,
  .cafe-layout,
  .contact-card {
    grid-template-columns: 1fr 1fr;
  }

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

  .intro-panel.highlight,
  .event-feature,
  .cafe-copy,
  .contact-card > div:first-child {
    grid-column: 1 / -1;
  }

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

}

@media (max-width: 680px) {
  .hero,
  .hero-slider,
  .hero-slide {
    min-height: 100svh;
  }

  .site-header {
    padding: 10px;
  }

  .brand small {
    display: none;
  }

  .nav {
    padding: 8px 10px;
  }

  .brand-mark,
  .nav-toggle {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: clamp(2.65rem, 16vw, 4.75rem);
  }

  h2 {
    font-size: 1.85rem;
  }

  .hero-slide {
    align-items: flex-end;
    padding: 104px 16px 126px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .hero-actions .btn {
    flex: 1 1 160px;
    min-height: 46px;
    padding: 11px 14px;
  }

  .hero-highlights {
    gap: 8px;
    margin-top: 16px;
  }

  .hero-highlights span {
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  .slider-controls {
    right: 16px;
    bottom: 32px;
  }

  .slider-controls button {
    width: 42px;
    height: 42px;
  }

  .slider-dots {
    left: 16px;
    bottom: 50px;
  }

  .partner-track {
    gap: 34px;
    animation-duration: 22s;
  }

  .partner-track span,
  .partner-track strong {
    font-size: 1.25rem;
  }

  .quick-details,
  .intro-grid,
  .facility-grid,
  .event-layout,
  .cafe-layout,
  .testimonial-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

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

  .quick-details {
    margin-top: -20px;
    padding: 0 12px;
    gap: 10px;
  }

  .quick-details div,
  .quick-details div:first-child,
  .quick-details div:last-child {
    border-right: 0;
    border-bottom: 0;
    border-radius: var(--radius);
    padding: 16px;
  }

  .quick-details strong {
    font-size: 2rem;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-heading.split {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-feature,
  .event-feature img {
    min-height: 430px;
  }

  .food-track {
    min-height: 500px;
  }

  .food-slide {
    grid-template-rows: minmax(250px, 1fr) auto;
  }

  .food-slide img {
    min-height: 250px;
  }

  .food-slide div {
    padding: 20px 18px 82px;
  }

  .event-feature div {
    inset: auto 14px 14px;
    padding: 16px;
  }

  .adventure-video-frame {
    aspect-ratio: 4 / 5;
    min-height: 360px;
  }

  .video-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
    gap: 10px;
  }

  .gallery-grid img {
    width: 100%;
    min-width: 0;
    height: 100%;
    scroll-snap-align: unset;
  }

  .gallery-grid img:nth-child(1),
  .gallery-grid img:nth-child(6) {
    grid-row: span 1;
  }

  .contact-list li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 86px;
  }

  .mobile-quick-enquiry {
    display: inline-flex;
  }

}
