:root {
  --ink: #172019;
  --night: #07120d;
  --forest: #123f2a;
  --leaf: #6b8f47;
  --fern: #e7f0df;
  --mint: #d7ead3;
  --clay: #a33a32;
  --coral: #c85b43;
  --cedar: #7a4f2d;
  --gold: #c49a3a;
  --sky: #c6dce0;
  --paper: #f7f2e9;
  --white: #fffaf2;
  --shadow: 0 20px 60px rgba(18, 35, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

button {
  cursor: pointer;
}

svg {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 5vw;
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
body.menu-open .site-header {
  color: var(--ink);
  background: rgba(247, 242, 233, 0.94);
  box-shadow: 0 8px 30px rgba(23, 32, 25, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  gap: 0.1rem;
  min-width: 12rem;
}

.brand span,
.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand span {
  text-transform: none;
}

.eyebrow {
  text-transform: uppercase;
}

.brand strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.main-nav a {
  border-radius: 8px;
  padding: 0.58rem 0.82rem;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: rgba(255, 250, 242, 0.16);
  outline: none;
}

.site-header.is-scrolled .main-nav a:hover,
.site-header.is-scrolled .main-nav a:focus-visible,
body.menu-open .main-nav a:hover,
body.menu-open .main-nav a:focus-visible {
  background: var(--fern);
}

.main-nav .nav-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  margin-left: 0.2rem;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.24);
}

.main-nav .nav-whatsapp span {
  white-space: nowrap;
}

.main-nav .nav-whatsapp i {
  font-size: 1.05rem;
}

.main-nav .nav-whatsapp:hover,
.main-nav .nav-whatsapp:focus-visible,
.site-header.is-scrolled .main-nav .nav-whatsapp:hover,
.site-header.is-scrolled .main-nav .nav-whatsapp:focus-visible,
body.menu-open .main-nav .nav-whatsapp:hover,
body.menu-open .main-nav .nav-whatsapp:focus-visible {
  color: var(--white);
  background: #1fb959;
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
}

.hero {
  position: relative;
  display: grid;
  min-height: 88vh;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: 50% 52%;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 18, 13, 0.83), rgba(7, 18, 13, 0.3) 57%, rgba(7, 18, 13, 0.14)),
    linear-gradient(0deg, rgba(8, 18, 12, 0.65), rgba(8, 18, 12, 0) 42%);
}

.hero-butterflies {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.butterfly-flight {
  position: absolute;
  width: clamp(2.8rem, 4vw, 4.9rem);
  aspect-ratio: 1;
  opacity: 0.9;
  will-change: transform;
  filter: drop-shadow(0 8px 18px rgba(7, 18, 13, 0.24));
}

.butterfly-flight img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
  animation: wingbeat 760ms ease-in-out infinite alternate;
}

.flight-a {
  top: 13%;
  left: 56%;
  width: 4.8rem;
  animation: drift-a 17s ease-in-out infinite;
}

.flight-b {
  top: 19%;
  right: 13%;
  width: 3.5rem;
  opacity: 0.82;
  animation: drift-b 15s ease-in-out infinite -2.4s;
}

.flight-c {
  top: 46%;
  right: 18%;
  width: 4.1rem;
  opacity: 0.7;
  animation: drift-c 18.5s ease-in-out infinite -7s;
}

.flight-d {
  top: 31%;
  left: 30%;
  width: 3rem;
  opacity: 0.62;
  animation: drift-d 13.5s ease-in-out infinite -4.5s;
}

.flight-e {
  bottom: 20%;
  left: 64%;
  width: 2.65rem;
  opacity: 0.58;
  animation: drift-e 16s ease-in-out infinite -5s;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(52rem, 90vw);
  align-self: center;
  padding: 7rem 5vw 8rem;
}

.hero h1,
.section-heading h2,
.lodge-copy h2,
.contact-copy h2 {
  margin: 0;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 {
  max-width: 44rem;
  font-size: 4.8rem;
}

.hero-content p:not(.eyebrow) {
  max-width: 43rem;
  margin: 1.3rem 0 0;
  color: rgba(255, 250, 242, 0.9);
  font-size: 1.2rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.hero-badges span {
  border: 1px solid rgba(255, 250, 242, 0.28);
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  color: rgba(255, 250, 242, 0.92);
  background: rgba(255, 250, 242, 0.08);
  font-size: 0.88rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.4rem;
}

.hero-logo {
  display: grid;
  flex: 0 1 11.25rem;
  place-items: center;
  width: 11.25rem;
  height: 5.25rem;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 250, 242, 0.88);
  transition: transform 160ms ease, border-color 160ms ease;
}

.hero-logo:hover,
.hero-logo:focus-visible {
  transform: translateY(-1px);
  border-color: var(--gold);
  outline: none;
}

.hero-logo.dark-logo {
  background: #050704;
}

.hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0.78rem 1rem;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 12px 28px rgba(7, 18, 13, 0.12);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(7, 18, 13, 0.18);
  outline: none;
}

.btn-primary {
  color: var(--white);
  background: var(--clay);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #8f2d28;
}

.btn-secondary {
  color: inherit;
  border-color: currentColor;
  background: rgba(255, 250, 242, 0.1);
}

.hero-strip {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(72rem, 90vw);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 250, 242, 0.28);
  background: rgba(18, 63, 42, 0.62);
  backdrop-filter: blur(12px);
}

.hero-strip div {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
}

.hero-strip div + div {
  border-left: 1px solid rgba(255, 250, 242, 0.22);
}

.hero-strip span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
}

@keyframes wingbeat {
  0% {
    transform: scaleX(1) rotate(-8deg) scale(0.98);
  }

  100% {
    transform: scaleX(0.9) rotate(10deg) scale(1.03);
  }
}

@keyframes drift-a {
  0% {
    transform: translate3d(0, 14px, 0) rotate(-8deg);
  }

  25% {
    transform: translate3d(38px, -10px, 0) rotate(6deg);
  }

  55% {
    transform: translate3d(84px, -44px, 0) rotate(-5deg);
  }

  78% {
    transform: translate3d(46px, -74px, 0) rotate(4deg);
  }

  100% {
    transform: translate3d(0, 14px, 0) rotate(-8deg);
  }
}

@keyframes drift-b {
  0% {
    transform: translate3d(0, 0, 0) rotate(9deg);
  }

  30% {
    transform: translate3d(-42px, 18px, 0) rotate(-4deg);
  }

  60% {
    transform: translate3d(-88px, -22px, 0) rotate(8deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(9deg);
  }
}

@keyframes drift-c {
  0% {
    transform: translate3d(0, 0, 0) rotate(-6deg);
  }

  35% {
    transform: translate3d(-34px, -26px, 0) rotate(3deg);
  }

  68% {
    transform: translate3d(18px, -62px, 0) rotate(-8deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(-6deg);
  }
}

@keyframes drift-d {
  0% {
    transform: translate3d(0, 0, 0) rotate(4deg);
  }

  40% {
    transform: translate3d(26px, -18px, 0) rotate(-7deg);
  }

  72% {
    transform: translate3d(62px, 10px, 0) rotate(5deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(4deg);
  }
}

@keyframes drift-e {
  0% {
    transform: translate3d(0, 10px, 0) rotate(-12deg);
  }

  32% {
    transform: translate3d(-28px, -14px, 0) rotate(7deg);
  }

  68% {
    transform: translate3d(20px, -40px, 0) rotate(-4deg);
  }

  100% {
    transform: translate3d(0, 10px, 0) rotate(-12deg);
  }
}

.section,
.lodge-section,
.contact-section {
  padding: 5rem 5vw;
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  width: min(58rem, 100%);
  margin-bottom: 2rem;
}

.section-heading h2,
.lodge-copy h2,
.contact-copy h2 {
  font-size: 3rem;
}

.intro {
  padding-top: 4rem;
  background: var(--white);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
}

.destination-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.92fr);
  gap: 2.5rem;
  align-items: start;
  overflow: hidden;
  padding: 5rem 5vw 4rem;
  color: var(--white);
  background:
    repeating-linear-gradient(90deg, rgba(255, 250, 242, 0.045) 0 1px, transparent 1px 72px),
    linear-gradient(135deg, rgba(7, 18, 13, 0.98), rgba(18, 63, 42, 0.88));
}

.destination-section::before {
  position: absolute;
  inset: 1.2rem 5vw auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 250, 242, 0.45), transparent);
  content: "";
}

.destination-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.1rem;
  max-width: 48rem;
}

.destination-copy h2,
.moment-copy h2 {
  margin: 0;
  font-size: 3.45rem;
  line-height: 0.98;
  text-wrap: balance;
}

.destination-copy p {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 250, 242, 0.8);
  font-size: 1.12rem;
}

.route-steps {
  display: grid;
  grid-template-columns: 1fr auto 1.3fr;
  align-items: center;
  gap: 0.65rem;
  max-width: 42rem;
  margin-top: 0.4rem;
}

.route-steps span {
  display: grid;
  place-items: center;
  min-height: 3rem;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 8px;
  padding: 0.65rem 0.8rem;
  color: var(--white);
  background: rgba(255, 250, 242, 0.08);
  font-weight: 900;
  text-align: center;
}

.route-steps span:nth-child(2) {
  border-color: rgba(196, 154, 58, 0.58);
  color: var(--night);
  background: var(--gold);
}

.destination-panel {
  position: relative;
  z-index: 1;
  display: grid;
  align-self: stretch;
}

.location-card {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: 8px;
  padding: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.12), rgba(255, 250, 242, 0.06)),
    rgba(255, 250, 242, 0.06);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.location-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

.location-head h3 {
  margin: 0.15rem 0 0.25rem;
  font-size: 1.8rem;
  line-height: 1.02;
}

.location-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 250, 242, 0.7);
}

.location-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  color: var(--white);
  background: rgba(255, 250, 242, 0.08);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
}

.location-link:hover,
.location-link:focus-visible {
  border-color: var(--gold);
  outline: none;
}

.location-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.location-metrics span {
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: 999px;
  padding: 0.45rem 0.72rem;
  color: rgba(255, 250, 242, 0.9);
  background: rgba(255, 250, 242, 0.08);
  font-size: 0.86rem;
  font-weight: 800;
}

.map-preview {
  position: relative;
  overflow: hidden;
  min-height: 30rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 250, 242, 0.12);
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 250, 242, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    #dcebd7;
}

.map-preview svg {
  width: 100%;
  height: 100%;
}

.map-note {
  position: absolute;
  border-radius: 999px;
  padding: 0.42rem 0.62rem;
  color: var(--night);
  background: rgba(255, 250, 242, 0.92);
  box-shadow: 0 14px 28px rgba(7, 18, 13, 0.18);
  font-size: 0.84rem;
  font-weight: 900;
}

.map-origin {
  right: 1rem;
  bottom: 1rem;
}

.map-mid {
  left: 20%;
  top: 48%;
}

.map-destination {
  left: 13%;
  top: 10%;
}

.map-secondary {
  left: 14%;
  top: 18%;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.location-actions .btn {
  min-width: 11rem;
}

.story-copy {
  display: grid;
  gap: 1rem;
  font-size: 1.12rem;
}

.story-copy p {
  margin: 0;
  color: rgba(23, 32, 25, 0.78);
}

.value-panel {
  border: 1px solid rgba(23, 32, 25, 0.12);
  border-radius: 8px;
  padding: 1.15rem;
  background: var(--fern);
}

.value-panel h3 {
  margin: 0 0 0.85rem;
  color: var(--forest);
  font-size: 1.35rem;
}

.value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.value-list li {
  border: 1px solid rgba(18, 63, 42, 0.16);
  border-radius: 8px;
  padding: 0.5rem 0.65rem;
  color: var(--forest);
  background: rgba(255, 250, 242, 0.72);
  font-size: 0.92rem;
  font-weight: 800;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.intro-grid article {
  min-height: 11rem;
  border: 1px solid rgba(23, 32, 25, 0.12);
  border-radius: 8px;
  padding: 1.25rem;
  background: linear-gradient(180deg, var(--white), var(--fern));
}

.intro-grid strong {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--forest);
  font-size: 1.1rem;
}

.intro-grid p,
.lodge-copy p,
.contact-copy p {
  margin: 0;
  color: rgba(23, 32, 25, 0.76);
}

.lodge-section {
  display: grid;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1.25fr);
  gap: 3rem;
  align-items: center;
}

.lodge-pinar {
  background: var(--fern);
}

.lodge-bello {
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  background: var(--paper);
}

.lodge-copy {
  display: grid;
  gap: 1.1rem;
}

.lodge-logo {
  width: min(15rem, 70vw);
  max-height: 6.25rem;
  object-fit: contain;
}

.lodge-logo.dark-logo {
  border-radius: 8px;
  background: #050704;
}

.feature-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 1.45rem;
  font-weight: 700;
}

.feature-list li::before {
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--clay);
  content: "";
}

.text-link {
  width: fit-content;
  border-bottom: 2px solid var(--gold);
  color: var(--forest);
  font-weight: 900;
}

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

.gallery-button {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: var(--forest);
  box-shadow: var(--shadow);
}

.gallery-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease, filter 300ms ease;
}

.gallery-button:hover img,
.gallery-button:focus-visible img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.gallery-button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.gallery-button.wide {
  grid-column: 1 / -1;
}

.gallery-button.tall {
  grid-row: span 2;
}

.brand-tile img {
  object-fit: contain;
  background: #050704;
}

.gallery-section {
  background: var(--white);
}

.moment-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  padding: 4rem 5vw;
  background:
    linear-gradient(90deg, rgba(215, 234, 211, 0.88), rgba(255, 250, 242, 0.94)),
    var(--mint);
}

.moment-art {
  width: min(52rem, 100%);
  justify-self: start;
  filter: drop-shadow(0 24px 44px rgba(23, 32, 25, 0.2));
}

.moment-copy {
  display: grid;
  gap: 1rem;
}

.moment-copy h2 {
  color: var(--forest);
}

.moment-copy p {
  margin: 0;
  color: rgba(23, 32, 25, 0.78);
  font-size: 1.08rem;
}

.moment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.moment-tags span {
  border: 1px solid rgba(18, 63, 42, 0.16);
  border-radius: 999px;
  padding: 0.48rem 0.7rem;
  color: var(--forest);
  background: rgba(255, 250, 242, 0.8);
  font-size: 0.9rem;
  font-weight: 900;
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 13rem;
}

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

.video-panel {
  display: grid;
  gap: 0.9rem;
  border: 1px solid rgba(23, 32, 25, 0.12);
  border-radius: 8px;
  padding: 1rem;
  background: var(--paper);
}

.video-panel h3 {
  margin: 0.15rem 0 0;
  font-size: 1.45rem;
}

.video-panel video {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: var(--ink);
  object-fit: cover;
}

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: 3rem;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(18, 63, 42, 0.94), rgba(18, 63, 42, 0.74)),
    url("elpinar/WhatsApp Image 2026-04-21 at 9.06.09 PM.jpeg") center / cover;
  color: var(--white);
}

.contact-copy p {
  color: rgba(255, 250, 242, 0.8);
}

.contact-quick {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.quick-contact {
  display: grid;
  gap: 0.1rem;
  width: min(22rem, 100%);
  border: 1px solid rgba(255, 250, 242, 0.24);
  border-radius: 8px;
  padding: 0.8rem 0.9rem;
  color: var(--white);
  background: rgba(255, 250, 242, 0.09);
  font-size: 1.05rem;
  font-weight: 900;
}

.quick-contact span {
  color: var(--gold);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.quick-contact:hover,
.quick-contact:focus-visible {
  border-color: var(--gold);
  outline: none;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 250, 242, 0.1);
  backdrop-filter: blur(14px);
}

.booking-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 250, 242, 0.86);
  font-size: 0.9rem;
  font-weight: 800;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 8px;
  padding: 0.8rem;
  color: var(--white);
  background: rgba(8, 18, 12, 0.36);
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: rgba(255, 250, 242, 0.58);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--gold);
  outline: none;
}

.booking-form option {
  color: var(--ink);
}

.full-field {
  grid-column: 1 / -1;
}

.request-output {
  display: grid;
  gap: 0.9rem;
  border-top: 1px solid rgba(255, 250, 242, 0.2);
  padding-top: 1rem;
}

.request-status {
  margin: 0;
  border-radius: 8px;
  padding: 0.8rem 0.95rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.request-output[data-state="loading"] .request-status {
  color: #102117;
  background: rgba(212, 168, 66, 0.92);
}

.request-output[data-state="success"] .request-status {
  color: #102117;
  background: rgba(126, 242, 127, 0.9);
}

.request-output[data-state="error"] .request-status {
  color: var(--white);
  background: rgba(181, 67, 53, 0.92);
}

.request-output[hidden] {
  display: none;
}

.request-output textarea {
  min-height: 9rem;
}

.booking-form button:disabled {
  opacity: 0.72;
  cursor: wait;
}

.request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn-whatsapp {
  color: var(--ink);
  background: var(--fern);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
  background: var(--white);
}

.lightbox {
  width: min(66rem, 92vw);
  border: 0;
  border-radius: 8px;
  padding: 0;
  color: var(--white);
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(7, 13, 9, 0.82);
  backdrop-filter: blur(8px);
}

.lightbox img {
  width: 100%;
  max-height: 82vh;
  border-radius: 8px;
  background: var(--ink);
  object-fit: contain;
}

.lightbox p {
  margin: 0.65rem 0 0;
  font-weight: 800;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: -3rem;
  right: 0;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 250, 242, 0.7);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 250, 242, 0.08);
}

.whatsapp-widget {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  display: grid;
  justify-items: end;
  gap: 0.9rem;
}

.whatsapp-card {
  width: min(25.5rem, calc(100vw - 2rem));
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 60px rgba(7, 18, 13, 0.26);
  transform-origin: bottom right;
  transition: transform 220ms ease, opacity 220ms ease, visibility 220ms ease;
}

.whatsapp-widget:not(.is-open) .whatsapp-card {
  visibility: hidden;
  opacity: 0;
  transform: translateY(16px) scale(0.96);
}

.whatsapp-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  color: var(--white);
  background: #0b8f7c;
}

.whatsapp-contact {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.whatsapp-avatar {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 36%;
  border: 2px solid rgba(255, 250, 242, 0.22);
}

.whatsapp-contact strong,
.whatsapp-contact span {
  display: block;
}

.whatsapp-contact strong {
  font-size: 1.45rem;
  line-height: 1.05;
}

.whatsapp-contact span {
  margin-top: 0.18rem;
  color: rgba(255, 250, 242, 0.92);
  font-size: 1rem;
}

.whatsapp-contact span::before {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: #7ef27f;
  content: "";
}

.whatsapp-close {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: transparent;
}

.whatsapp-close:hover,
.whatsapp-close:focus-visible {
  background: rgba(255, 250, 242, 0.12);
  outline: none;
}

.whatsapp-card-body {
  position: relative;
  display: grid;
  padding: 1rem 1rem 0.85rem;
  color: inherit;
  text-decoration: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.3) 0 2px, transparent 2px 100%),
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.22) 0 2px, transparent 2px 100%),
    linear-gradient(180deg, #efe7dc, #f6f0e8);
}

.whatsapp-card-body::before {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 12px 12px, transparent 0 7px, rgba(23, 32, 25, 0.1) 7px 8px, transparent 8px),
    linear-gradient(45deg, transparent 0 18px, rgba(23, 32, 25, 0.06) 18px 19px, transparent 19px),
    linear-gradient(-45deg, transparent 0 22px, rgba(23, 32, 25, 0.05) 22px 23px, transparent 23px);
  background-size: 44px 44px, 56px 56px, 64px 64px;
  content: "";
  pointer-events: none;
}

.whatsapp-time {
  position: relative;
  z-index: 1;
  justify-self: center;
  margin-bottom: 0.7rem;
  color: rgba(23, 32, 25, 0.42);
  font-size: 0.82rem;
  font-weight: 700;
}

.whatsapp-message {
  position: relative;
  z-index: 1;
  width: min(18.8rem, 100%);
  border-radius: 8px 8px 8px 2px;
  padding: 1rem 1rem 0.95rem;
  color: #223027;
  background: #fffaf5;
  box-shadow: 0 12px 30px rgba(23, 32, 25, 0.12);
}

.whatsapp-message::before {
  position: absolute;
  top: 0.9rem;
  left: -0.48rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0 0 0 2px;
  background: #fffaf5;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  content: "";
}

.whatsapp-wave {
  display: inline-flex;
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
}

.whatsapp-message p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.45;
}

.whatsapp-card-footer {
  padding: 0 0 0.95rem;
  background: linear-gradient(180deg, #efe7dc, #f6f0e8);
}

.whatsapp-input {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 1rem;
  border: 1px solid rgba(23, 32, 25, 0.08);
  border-radius: 0 0 8px 8px;
  padding: 0.95rem 1rem 0.9rem;
  background: rgba(255, 255, 255, 0.98);
}

.whatsapp-input:focus-within {
  box-shadow: 0 0 0 3px rgba(40, 211, 102, 0.16);
}

.whatsapp-input-field {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0;
  color: #223027;
  font: inherit;
  background: transparent;
}

.whatsapp-input-field::placeholder {
  color: rgba(23, 32, 25, 0.42);
}

.whatsapp-input-field:focus {
  outline: none;
}

.whatsapp-send {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.55rem;
  height: 2.55rem;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  background: #28d366;
}

.whatsapp-send:hover,
.whatsapp-send:focus-visible {
  background: #21c35c;
  outline: none;
}

.whatsapp-send i {
  font-size: 0.95rem;
}

.whatsapp-fab {
  position: relative;
  display: grid;
  place-items: center;
  width: 3.55rem;
  height: 3.55rem;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  background: linear-gradient(180deg, #2ce06f, #17b954);
  box-shadow: 0 18px 38px rgba(23, 32, 25, 0.26);
}

.whatsapp-fab i {
  font-size: 1.55rem;
}

.whatsapp-fab-dot {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.66rem;
  height: 0.66rem;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: #f32c2c;
}

.whatsapp-widget:not(.is-open) .whatsapp-fab {
  animation: whatsappPulse 2.2s ease-in-out infinite;
}

@keyframes whatsappPulse {
  0%,
  100% {
    box-shadow: 0 18px 38px rgba(23, 32, 25, 0.26), 0 0 0 0 rgba(44, 224, 111, 0.34);
  }

  55% {
    box-shadow: 0 18px 38px rgba(23, 32, 25, 0.26), 0 0 0 14px rgba(44, 224, 111, 0);
  }
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 5vw;
  color: var(--white);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.site-footer span {
  color: rgba(255, 250, 242, 0.72);
}

.site-footer a {
  border-bottom: 1px solid var(--gold);
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.site-footer-credit {
  color: rgba(255, 250, 242, 0.72);
}

@media (max-width: 940px) {
  .menu-toggle {
    display: grid;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 5vw;
    right: 5vw;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(23, 32, 25, 0.1);
    border-radius: 8px;
    padding: 0.6rem;
    color: var(--ink);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  body.menu-open .main-nav {
    display: flex;
  }

  .main-nav .nav-whatsapp {
    justify-content: center;
    margin-left: 0;
  }

  .hero h1 {
    font-size: 3.5rem;
  }

  .flight-d,
  .flight-e {
    display: none;
  }

  .hero-content {
    padding-bottom: 6rem;
  }

  .intro-grid,
  .story-grid,
  .destination-section,
  .lodge-section,
  .lodge-bello,
  .moment-section,
  .contact-section,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .lodge-bello .lodge-copy {
    order: -1;
  }

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

@media (max-width: 640px) {
  .site-header {
    padding: 0.75rem 1rem;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    max-width: 12rem;
    font-size: 0.85rem;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-content {
    width: 100%;
    padding: 6rem 1rem 2rem;
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .flight-a {
    top: 8%;
    left: 68%;
    width: 3.1rem;
  }

  .flight-b {
    top: 22%;
    right: 4%;
    width: 2.55rem;
  }

  .flight-c {
    display: none;
  }

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

  .hero-badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .hero-badges span {
    width: 100%;
    padding: 0.36rem 0.62rem;
    font-size: 0.82rem;
  }

  .hero-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    width: 100%;
  }

  .hero-logo {
    width: 100%;
    min-width: 0;
    height: 4.35rem;
    padding: 0.45rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-strip {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-strip div {
    padding: 0.75rem 1rem;
  }

  .hero-strip div + div {
    border-top: 1px solid rgba(255, 250, 242, 0.22);
    border-left: 0;
  }

  .section,
  .lodge-section,
  .contact-section {
    padding: 3.5rem 1rem;
  }

  .intro {
    padding-top: 1.75rem;
  }

  .section-heading h2,
  .lodge-copy h2,
  .contact-copy h2,
  .destination-copy h2,
  .moment-copy h2 {
    font-size: 2.25rem;
  }

  .destination-section {
    padding: 3.5rem 1rem 0;
  }

  .route-steps {
    grid-template-columns: 1fr;
  }

  .location-head {
    flex-direction: column;
    align-items: stretch;
  }

  .location-link {
    width: 100%;
  }

  .map-preview {
    min-height: 21rem;
  }

  .map-note {
    font-size: 0.74rem;
  }

  .map-origin {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .map-mid {
    left: 15%;
    top: 51%;
  }

  .map-destination {
    left: 8%;
    top: 10%;
  }

  .map-secondary {
    left: 9%;
    top: 18%;
  }

  .location-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .location-actions .btn {
    width: 100%;
  }

  .whatsapp-widget {
    right: 0.8rem;
    left: auto;
    bottom: 0.8rem;
    justify-items: end;
  }

  .whatsapp-card {
    width: min(19rem, calc(100vw - 1.2rem));
  }

  .whatsapp-contact strong {
    font-size: 1.12rem;
  }

  .whatsapp-contact span {
    font-size: 0.92rem;
  }

  .whatsapp-message {
    width: min(14.9rem, 100%);
  }

  .whatsapp-message p {
    font-size: 0.92rem;
  }

  .whatsapp-input {
    padding: 0.82rem 0.9rem;
  }

  .whatsapp-send {
    width: 2.35rem;
    height: 2.35rem;
  }

  .whatsapp-fab {
    width: 3.25rem;
    height: 3.25rem;
  }

  .moment-section {
    padding: 2.75rem 1rem;
  }

  .moment-art {
    justify-self: center;
  }

  .lodge-media-grid,
  .gallery-grid,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .lodge-media-grid,
  .gallery-grid {
    grid-auto-rows: 18rem;
  }

  .gallery-button.tall {
    grid-row: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .butterfly-flight,
  .butterfly-flight img,
  .whatsapp-fab {
    animation: none !important;
  }
}
