
/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Jost', sans-serif; background: #F5F0E8; color: #1A2B1A; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font-family: 'Jost', sans-serif; cursor: pointer; }

/* VARIABLES */
:root {
  --bark:       #0E0A05;
  --forest:     #0F1F0F;
  --dark-green: #1A2B1A;
  --moss:       #2A3D2A;
  --fern:       #3B4A2F;
  --leaf:       #5C7A45;
  --sage:       #8AAD6A;
  --mist:       #C8D8B8;
  --cream:      #F5F0E8;
  --sage-light: #E8EDE0;
  --ivory:      #FAF6EE;
  --sand:       #D4DEC8;
  --bark-warm:  #2C1A0E;
  --gold:       #C9A84C;
  --white:      #ffffff;
}

/* TYPOGRAPHY */

.sec-label {
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.sec-title { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.2; margin-bottom: 0.8rem; }
.sec-title em { font-style: italic; }
.divider { width: 40px; height: 2px; margin: 1rem 0 1.5rem; }
.sec-body { font-size: 0.95rem; font-weight: 300; line-height: 1.85; }
.sec { padding: 5rem 3rem; }

/* BUTTONS */
.btn-primary { background: var(--fern); color: var(--white); border: none; padding: 0.8rem 2rem; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; transition: background 0.2s; }
.btn-primary:hover { background: var(--moss); }
.btn-outline { background: transparent; border: 1px solid rgba(200,216,184,0.5); color: var(--mist); padding: 0.8rem 1.8rem; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; transition: border-color 0.2s; }
.btn-outline:hover { border-color: var(--mist); }
.btn-gold { background: var(--gold); color: var(--forest); border: none; padding: 0.8rem 2rem; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; transition: opacity 0.2s; }
.btn-gold:hover { opacity: 0.9; }
.btn-ghost-gold { background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 0.75rem 1.8rem; font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; transition: all 0.2s; }
.btn-ghost-gold:hover { background: var(--gold); color: var(--forest); }

/* NAV */
.nav{
    position:fixed;
    top:0;
    left:0;
    right:0;

    z-index:1000;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:0.75rem 3rem;

    background:var(--dark-green);
    border-bottom:1px solid rgba(92,122,69,.2);

    transition:
        box-shadow .3s,
        padding .3s;
}


.nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.3); }

.nav-brand{
    display:flex;
    align-items:center;
    flex-shrink:0;
}


.nav-logo-img{
    display:block;
    height:72px;
    width:auto;
}

.nav-logo-stack{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.nav-logo-text{
    font-family:'Playfair Display', serif;
    font-size:0.95rem;
    color:var(--gold);
    line-height:1.1;
}


.nav-logo-sub{
    font-size:0.52rem;
    letter-spacing:0.18em;
    text-transform:uppercase;
    color:var(--sage);
    margin-top:2px;
}


.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links a { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mist); transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 1.2rem; }
.nav-phone a { font-size: 0.7rem; color: var(--sage); }
.nav-phone a:hover { color: var(--gold); }
.nav-cta { background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 0.45rem 1.2rem; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; transition: all 0.2s; }
.nav-cta:hover { background: var(--gold); color: var(--forest); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.nav-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--mist); transition: all 0.3s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav-drawer { display: none; position: fixed; top: 70px; left: 0; right: 0; background: var(--dark-green); z-index: 999; padding: 1.5rem 2rem; flex-direction: column; gap: 1rem; border-bottom: 1px solid rgba(92,122,69,0.2); }
.nav-drawer.open { display: flex; }
.nav-drawer a { font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mist); padding: 0.5rem 0; border-bottom: 1px solid rgba(92,122,69,0.15); }
.nav-drawer-cta { margin-top: 0.5rem; background: var(--gold); color: var(--forest); padding: 0.8rem; font-weight: 500; border: none; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.78rem; }

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(7rem,11vw,8.5rem) 4rem 4rem;
  overflow: hidden;
}

/* Slideshow */
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 5s ease;
}
.hero-slide::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8,18,8,0.82) 0%,
    rgba(8,18,8,0.55) 50%,
    rgba(8,18,8,0.3) 100%
  );
}
.hero-slide.active { opacity: 1; }

/* Content */
.hero-content { position: relative; z-index: 2; max-width: 620px; }

/* Brand — hero element */
.hero-brand { margin-bottom: 0; }
.hero-brand-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: var(--gold);
  line-height: 1.0;
  letter-spacing: -0.01em;
  font-weight: 600;
}
.hero-brand-subtitle {
  margin-top: 0.4rem;
  font-size: clamp(0.65rem, 1.2vw, 0.88rem);
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #C8D8B8;
  font-weight: 300;
}

/* Divider */
.hero-divider {
  width: 50px; height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin: 1.8rem 0;
}

/* Tagline */
.hero-tagline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: rgba(255,255,255,0.95);
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 0.7rem;
}

/* Sub */
.hero-sub {
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 2.5rem;
}

/* Buttons */
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Slide indicators */
.hero-indicators {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  z-index: 5; display: flex; gap: 8px; align-items: center;
}
.hero-ind {
  width: 28px; height: 2px;
  background: rgba(255,255,255,0.3);
  border: none; padding: 0; cursor: pointer; transition: all 0.3s;
}
.hero-ind.active { background: var(--gold); width: 44px; }

/* Progress bar */
.hero-progress {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 5; height: 2px; background: rgba(255,255,255,0.08);
}
.hero-progress-bar { height: 100%; background: var(--gold); width: 0%; transition: width 0.1s linear; }



.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.4rem; }
.hero-scroll span { font-size: 0.55rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mist); opacity: 0.6; }
.hero-scroll-line { width: 1px; height: 40px; background: rgba(200,216,184,0.4); animation: scrollAnim 1.5s ease-in-out infinite; }
@keyframes scrollAnim { 0%,100%{opacity:0.3;transform:scaleY(0.5)}50%{opacity:1;transform:scaleY(1)} }

/* LOCATION STRIP */
.loc-strip { background: var(--forest); padding: 0.9rem 3rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem; border-bottom: 1px solid rgba(92,122,69,0.15); }
.loc-left { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; }
.loc-pin { font-size: 0.72rem; color: var(--sage); letter-spacing: 0.06em; }
.loc-item { font-size: 0.65rem; color: #A8C090; }
.loc-dir { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid rgba(201,168,76,0.4); white-space: nowrap; }

/* ABOUT */

.about {
  background: var(--sage-light);
  padding: 0;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 3rem;
}

.about-text {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.stat { text-align: left; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--dark-green);
  line-height: 1;
}
.stat-label {
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--leaf);
  margin-top: 4px;
}

.pet-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
  background: var(--sage-light);
  border: 1px solid #A8C090;
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  color: var(--fern);
}

.about-img-wrap {
  position: relative;
  align-self: stretch;
  border-radius: 12px;
  overflow: hidden;
}

.about-slides {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 4s ease;
}
.about-slide.active { opacity: 1; }

.about-indicators {
  position: absolute;
  bottom: 4.5rem; left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex; gap: 8px;
}
.about-ind {
  width: 24px; height: 2px;
  background: rgba(255,255,255,0.35);
  border: none; padding: 0;
  cursor: pointer; transition: all 0.3s;
}
.about-ind.active { background: var(--gold); width: 38px; }

.about-badge {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 4;
  background: rgba(26,43,26,0.88);
  backdrop-filter: blur(4px);
  padding: 1rem 1.4rem;
}
.about-badge-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  color: var(--white);
}
.about-badge-sub {
  font-size: 0.56rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: 3px;
}

/* Responsive */
@media (max-width: 1024px) {
  .about-inner { grid-template-columns: 1fr; }
  .about-text { padding: 3rem 2rem; }
  .about-img-wrap { min-height: 50vh; }
}

@media (max-width: 768px) {
  .about-text { padding: 2.5rem 1.2rem; }
  .about-stats { gap: 1.5rem; }
  .about-img-wrap { min-height: 40vh; }
}
/* SAFARI TEASER */
.safari { background: var(--forest); display: grid; grid-template-columns: 1fr 1fr; }
.safari-img-wrap { position: relative; overflow: hidden; }
.safari-slide-track { position: relative; height: 100%; min-height: 520px; }
.safari-slide-track img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.8s ease; }
.safari-slide-track img.active { opacity: 1; }

.safari-body {
  background: linear-gradient(135deg, #0D1F0D 0%, #1A1208 100%);
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.safari-reserve-note {
  font-size: 0.78rem;
  color: rgba(232,223,200,0.6);
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.safari-list { margin-top: 1.8rem; }

.safari-list-item { padding: 1.2rem 0; }

.safari-list-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.safari-list-desc {
  font-size: 0.8rem;
  color: #C8D8A8;
  font-weight: 300;
  line-height: 1.6;
}

.safari-list-divider {
  width: 100%;
  height: 1px;
  background: rgba(201,168,76,0.2);
}

/* STAYS */

/* STAYS */
.stays { background: #F5F0E8; padding: 0; }

.stays-header {
  text-align: center;
  padding: 2.5rem 3rem;
  background: var(--dark-green);
  border-bottom: 3px solid var(--gold);
}

.stays-intro {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--mist);
  line-height: 1.8;
  max-width: 580px;
  margin: 0.8rem auto 0;
}

.cottages-grid { display: flex; flex-direction: column; }

.cottage-row {
  display: grid;
  grid-template-columns: 45% 55%;
  height: 500px;
  border-bottom: 1px solid rgba(92,122,69,0.12);
  background: #F5F0E8;
}

.cottage-row.flip { grid-template-columns: 55% 45%; }

.cottage-row:last-child { border-bottom: none; }

/* Photo */
.cottage-photo {
  overflow: hidden;
  margin: 1rem;
  border-radius: 10px;
  position: relative;
}


/* Watermark number */
.cottage-num {
  position: absolute;
  top: 1.2rem; left: 1.2rem;
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem; font-weight: 600;
  color: rgba(255,255,255,0.12);
  line-height: 1; pointer-events: none;
  z-index: 2;
}

/* Text panel */
.cottage-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.5rem;
}

/* Gold border — left for normal, right for flipped */
.cottage-info-inner {
  border-left: 4px solid var(--gold);
  padding-left: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.cottage-row.flip .cottage-info-inner {
  border-left: none;
  border-right: 4px solid var(--gold);
  padding-left: 0;
  padding-right: 1.8rem;
}

.cottage-tag {
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5C3A10;
  margin-bottom: 0.4rem;
}

.cottage-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #0D1A0D;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}

.cottage-divider {
  width: 32px; height: 2px;
  background: var(--leaf);
  margin-bottom: 0.8rem;
}




.cottage-price small {
  font-family: 'Jost', sans-serif;
  font-size: 0.55rem; color: var(--leaf);
  font-weight: 300; letter-spacing: 0.1em;
  text-transform: uppercase; margin-left: 0.3rem;
}

.cottage-cta { display: flex; gap: 0.6rem; }



.cottage-includes {
  background: var(--dark-green);
  padding: 1rem 3rem;
  display: flex; gap: 2rem; flex-wrap: wrap;
  border-top: 3px solid var(--gold);
}
.inc-item { font-size: 0.65rem; color: var(--sage); }

/* Responsive */
@media (max-width: 1024px) {
  .cottage-row { grid-template-columns: 1fr; height: auto; }
  .cottage-row.flip { grid-template-columns: 1fr; }
  .cottage-photo { height: 280px; }
  .cottage-info { padding: 1.5rem 2rem; }
}

@media (max-width: 768px) {
  .cottage-photo { height: 240px; margin: 0.8rem; }
  .cottage-info { padding: 1.2rem; }
  .cottage-info-inner { padding-left: 1.2rem; }
  .cottage-row.flip .cottage-info-inner { padding-right: 1.2rem; }
  .cottage-includes { padding: 1rem 1.2rem; gap: 1rem; }
  .stays-header { padding: 2rem 1.2rem; }
}


/* CAMPING INSIDE STAYS */
.camping-stays { background: var(--bark-warm); display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; }
.camping-slide-wrap { position: relative; overflow: hidden; }
.camping-slide-track { position: relative; width: 100%; height: 100%; min-height: 400px; }
.camping-slide-track img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 4s ease; }
.camping-slide-track img.active { opacity: 1; }
.camping-slide-wrap::before { content:''; position:absolute; inset:0; background: rgba(20,8,3,0.35); z-index:1; }
.camping-text { padding: 3.5rem 3rem; display: flex; flex-direction: column; justify-content: center; background: var(--forest);}
.camping-divider { width: 40px; height: 2px; background: rgba(201,168,76,0.4); margin: 1.2rem 0 1.5rem; }
.camping-occupancy-label { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.7rem; }
.camping-pills { display: flex; gap: 0.7rem; margin-bottom: 1.8rem; flex-wrap: wrap; }
.camping-pill { background: rgba(255,255,255,0.06); border: 1px solid rgba(201,168,76,0.3); padding: 0.45rem 1.1rem; }
.camping-pill-name { font-size: 0.72rem; color: var(--gold); font-weight: 500; }
.camping-pill-sub { font-size: 0.56rem; color: #A8905A; margin-top: 1px; }

/* WATCHTOWER */
.watchtower { background: #0A120A; }
.wt-hero { position: relative; width: 100%; height: 580px; overflow: hidden; }
.wt-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.wt-hero::before { content:''; position:absolute; inset:0; background: linear-gradient(to top, rgba(8,18,8,0.93) 0%, rgba(8,18,8,0.3) 50%, rgba(8,18,8,0.5) 100%); z-index:1; }
.wt-hero-content { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 3rem; display: flex; justify-content: space-between; align-items: flex-end; }
.wt-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem,4vw,2.8rem); color: var(--white); line-height: 1.15; margin-bottom: 0.8rem; }
.wt-title em { font-style: italic; color: var(--sage); }
.wt-body { font-size: 0.92rem; font-weight: 300; color: var(--mist); line-height: 1.8; max-width: 500px; }
.wt-tag { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); border: 1px solid rgba(138,173,106,0.3); padding: 0.5rem 1.2rem; align-self: flex-end; margin-bottom: 0.5rem; white-space: nowrap; }
.wt-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }

.wt-duo-img {
  position: relative;
  overflow: hidden;
  height: 560px;
}

.wt-duo-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center center;
}
.wt-duo-img::before { content:''; position:absolute; inset:0; background: linear-gradient(to top, rgba(8,18,8,0.72) 0%, transparent 50%); z-index:1; }
.wt-duo-cap { position: absolute; bottom: 1.5rem; left: 1.5rem; z-index: 2; }
.wt-duo-cap span { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--white); font-style: italic; }
.wt-duo-cap small { display: block; font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: #A8C090; margin-top: 3px; }
.wt-caption {
  background: #0A120A;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgba(92,122,69,0.15);
}
.wt-caption-text { font-size: 0.82rem; color: var(--sage); font-weight: 300; font-style: italic; }
.wt-caption-link { font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid rgba(201,168,76,0.4); cursor: pointer; }

/* EXPERIENCES */
.experiences { background: var(--ivory); }
.exp-intro { font-size: 0.95rem; color: var(--fern); font-weight: 300; line-height: 1.85; max-width: 640px; margin-bottom: 2.5rem; }
.exp-mosaic { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; margin-bottom: 1.5rem; }
.exp-slideshow { position: relative; overflow: hidden; height: 240px; }
.exp-slide-track { position: relative; width: 100%; height: 240px; }
.exp-slide-track img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.8s ease; }
.exp-slide-track img.active { opacity: 1; }
.slide-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.2rem; background: linear-gradient(to top, rgba(8,18,8,0.88) 0%, transparent 100%); z-index: 2; }
.slide-caption span { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--white); display: block; margin-bottom: 0.2rem; }
.slide-caption small { font-size: 0.65rem; color: var(--mist); font-weight: 300; }
.slide-dots { position: absolute; bottom: 0.7rem; right: 0.8rem; z-index: 3; display: flex; gap: 5px; }
.slide-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.35); border: none; padding: 0; cursor: pointer; transition: background 0.2s; }
.slide-dot.active { background: var(--gold); }
.exp-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.exp-pill { background: var(--sage-light); border: 1px solid #A8C090; padding: 0.38rem 1rem; font-size: 0.68rem; color: var(--fern); }

/* FOOD */
.food-section { background: var(--bark-warm); padding: 5rem 3rem 3rem; }
.food-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; margin: 2rem 0; }
.food-gallery-item { position: relative; overflow: hidden; }
.food-gallery-item img { width: 100%; height: 320px; object-fit: cover; transition: transform 0.4s ease; display: block; }
.food-gallery-item:hover img { transform: scale(1.04); }
.food-gallery-item[style*="grid-row: span 2"] img { height: 100%; min-height: 648px; }
.food-gallery-item[style*="grid-column: span 2"] img { height: 320px; }
.food-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; margin-top: 1.5rem; }




/* NEARBY CARDS */
.nearby { background: #0F1F0F; padding: 0; }

.nearby-header {
  text-align: center;
  padding: 2.5rem 3rem;
  background: #0F1F0F;
  border-top: 5px solid var(--gold);
  border-bottom: 3px solid var(--gold);
}

.nearby-header-sub {
  font-size: 0.82rem;
  font-weight: 300;
  color: #C8D8B8;
  line-height: 1.8;
  max-width: 640px;
  margin: 0.8rem auto 0;
}




.nearby-group-label {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #3B4A2F;
  border-bottom: 1px solid rgba(59,74,47,0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 1.2rem;
  margin-top: 2rem;
}

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.nearby-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 220px;
  cursor: pointer;
}

.nearby-card img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.6s ease;
}

.nearby-card:hover img { transform: scale(1.06); }

.nearby-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,18,8,0.9) 0%, rgba(8,18,8,0.1) 55%);
}

.nearby-card-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 1rem 1.1rem;
}

.nearby-dist {
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.2rem;
}

.nearby-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.nearby-card-desc {
  font-size: 0.62rem;
  color: rgba(200,216,184,0.85);
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .nearby-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nearby-grid { grid-template-columns: 1fr; }
  .nearby-content { padding: 2rem 1.2rem; }
}



/* FAQ ACCORDION */
.faq { background: var(--cream); }
.faq-intro { font-size: 0.95rem; color: var(--fern); font-weight: 300; line-height: 1.85; max-width: 560px; margin-bottom: 2.5rem; }
.faq-list { max-width: 860px; }
.faq-item { border-left: 2px solid var(--leaf); margin-bottom: 0.8rem; }
.faq-question { width: 100%; background: none; border: none; padding: 1rem 1.2rem; display: flex; justify-content: space-between; align-items: center; cursor: pointer; text-align: left; }
.faq-question:hover { background: rgba(92,122,69,0.05); }
.faq-q-text { font-size: 0.88rem; font-weight: 500; color: var(--dark-green); line-height: 1.4; }
.faq-icon { font-size: 1.2rem; color: var(--leaf); transition: transform 0.3s; flex-shrink: 0; margin-left: 1rem; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s ease; padding: 0 1.2rem; }
.faq-item.open .faq-answer { max-height: 200px; padding: 0 1.2rem 1rem; }
.faq-a-text { font-size: 0.82rem; font-weight: 300; color: var(--fern); line-height: 1.75; }
.faq-show-more { margin-top: 1rem; background: none; border: 1px solid var(--leaf); color: var(--leaf); padding: 0.6rem 1.5rem; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; transition: all 0.2s; }
.faq-show-more:hover { background: var(--leaf); color: var(--white); }

/* BOOKING */
.booking { background: var(--fern); padding: 4.5rem 3rem; }
.booking-inner { max-width: 1100px; margin: 0 auto; }
.booking-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2rem; flex-wrap: wrap; gap: 1rem; }
.booking-title { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem,3vw,2.2rem); color: var(--white); }
.booking-title em { font-style: italic; color: var(--mist); }
.booking-sub { font-size: 0.8rem; color: var(--sage); font-weight: 300; margin-top: 0.4rem; line-height: 1.6; }
.btn-wa { background: #25D366; color: var(--white); border: none; padding: 0.75rem 1.6rem; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; display: flex; align-items: center; gap: 0.5rem; }
.btn-wa:hover { background: #1db954; }
.booking-form { display: grid; grid-template-columns: repeat(5,1fr) auto; gap: 0.7rem; align-items: end; }
.form-field { display: flex; flex-direction: column; gap: 0.3rem; }
.form-label { font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); }
.form-input { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: var(--white); padding: 0.65rem 0.8rem; font-family: 'Jost', sans-serif; font-size: 0.78rem; outline: none; width: 100%; transition: border-color 0.2s; }
.form-input::placeholder { color: rgba(255,255,255,0.4); }
.form-input:focus { border-color: rgba(255,255,255,0.5); }
select.form-input option { background: var(--fern); color: var(--white); }
.booking-note { font-size: 0.65rem; color: var(--sage); margin-top: 1rem; font-weight: 300; }

/* MAP */
.map-section { background: var(--dark-green); }
.map-label { padding: 1.2rem 3rem 0.6rem; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sage); }
.map-embed { width: 100%; height: 320px; border: none; display: block; filter: grayscale(20%); }
.map-dir-bar { background: var(--dark-green); padding: 0.8rem 3rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(92,122,69,0.2); flex-wrap: wrap; gap: 0.5rem; }
.map-address { font-size: 0.7rem; color: var(--sage); }
.map-dir-link { font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid rgba(201,168,76,0.4); }

/* FOOTER */
.footer { background: var(--bark); padding: 3.5rem 3rem 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 3rem; }
.footer-logo-text { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--gold); }
.footer-logo-sub { display: block; font-family: 'Jost', sans-serif; font-size: 0.54rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--leaf); margin-top: 3px; }
.footer-tagline { font-size: 0.72rem; color: #555; font-weight: 300; line-height: 1.8; margin-top: 0.8rem; }
.footer-col-title { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--leaf); margin-bottom: 0.9rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.45rem; }
.footer-links a { font-size: 0.72rem; color: #666; transition: color 0.2s; }
.footer-links a:hover { color: var(--sage); }
.footer-contact p { font-size: 0.72rem; color: #666; line-height: 1.9; }
.footer-contact a { color: var(--sage); }
.footer-contact a:hover { color: var(--gold); }
.footer-bottom { background: var(--bark); border-top: 1px solid rgba(92,122,69,0.12); padding: 1rem 3rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom span { font-size: 0.6rem; color: #444; letter-spacing: 0.08em; }

/* FLOATING WA */
.wa-fab { position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: #25D366; border: none; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: transform 0.2s; }
.wa-fab:hover { transform: scale(1.08); }
.wa-fab svg { width: 28px; height: 28px; fill: white; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .nav{
    padding:.6rem 1.2rem;
}

    .nav-logo-img{
    height:54px;
}
  .nav-links, .nav-phone { display: none; }
  .nav-hamburger { display: flex; }

  .about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.about-text { padding: 4rem 2rem; }

.about-img-wrap {
  position: relative;
  align-self: stretch;
}

.about-slides {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

  .cottages-grid { grid-template-columns: 1fr; }
  .cottage-slide-track { height: 300px; }

 .safari {
  background: #0A0F0A;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 3px solid var(--gold);
}

  .safari-slide-track { min-height: 300px; }
  .footer { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .wt-duo { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .sec { padding: 3rem 1.2rem; }
  .nav { padding: 0.8rem 1.2rem; }

  .hero { padding: 5rem 1.5rem 3rem; }
.hero-brand-title { font-size: 2.8rem; }
.hero-scroll { display: none; }
  .hero-btns { flex-direction: column; }
  .hero-btns button { width: 100%; }
  .loc-strip { padding: 0.8rem 1.2rem; flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .about-inner { grid-template-columns: 1fr; gap: 2rem; }
  .about-stats { grid-template-columns: repeat(2,1fr); }
  .stays { padding: 3rem 1.2rem 0; }
  .camping-stays { grid-template-columns: 1fr; }
  .camping-text { padding: 2rem 1.2rem; }
  .exp-mosaic { grid-template-columns: 1fr 1fr; }
  .wt-hero { height: 320px; }
  .wt-hero-content { flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.5rem; }
  .wt-duo-img img { height: 250px; }
  .wt-caption { flex-direction: column; gap: 0.8rem; padding: 1rem 1.2rem; }
  .nearby-grid { grid-template-columns: 1fr; }

  .booking-form { grid-template-columns: 1fr; }
  .booking-top { flex-direction: column; align-items: flex-start; }
  .footer { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
  .food-gallery { grid-template-columns: 1fr 1fr; }
  .food-gallery-item:first-child { grid-column: span 2; }
  .safari-types { grid-template-columns: 1fr; }
  .map-embed { height: 220px; }
  .map-dir-bar { padding: 0.8rem 1.2rem; }
}
@media (max-width: 480px) {
  .exp-mosaic { grid-template-columns: 1fr; }
  .food-gallery { grid-template-columns: 1fr; }
  .food-gallery-item:first-child { grid-column: span 1; }
  .food-gallery-item:first-child img { height: 220px; }
  .hero-badges { flex-direction: column; }
}

section + section,
section + div,
div + section {
  border-top: 1px solid transparent;
}

.safari,
.stays,
.camping-stays,
.watchtower,
.food-section {
  margin-bottom: 0;
  border-bottom: 4px solid var(--cream);
}

.cottage-includes {
  background: var(--dark-green);
  padding: 1rem 1.5rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 4px;
  border-bottom: 3px solid var(--gold);
}
/* COTTAGE CARDS — Option C Split Screen */
.cottages-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 4px;
}

.cottage-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
  max-height: 420px;
  border-bottom: 1px solid rgba(92,122,69,0.2);
}

.cottage-card:last-child {
  border-bottom: none;
}
.cottage-card-reverse {
  direction: rtl;
}
.cottage-card-reverse .cottage-body {
  direction: ltr;
}

.cottage-photo {
  overflow: hidden;
  margin: 1rem;
  border-radius: 10px;
  position: relative;
  height: calc(100% - 2rem);
}

.cottage-photo img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}


.cottage-card:hover .cottage-photo img {
  transform: scale(1.03);
}

.cottage-body {
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--cream);
}

.cottage-tag {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.cottage-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--dark-green);
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

.cottage-desc-wrap { margin-bottom: 0.8rem; }

.cottage-desc {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--fern);
  line-height: 1.8;
  transition: max-height 0.4s ease;
}

.cottage-desc.expanded { max-height: 600px; }

.read-more-btn {
  background: none;
  border: none;
  color: var(--leaf);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  margin-top: 0.4rem;
  font-family: 'Jost', sans-serif;
}
.read-more-btn:hover { color: var(--fern); }

.cottage-divider {
  width: 40px;
  height: 1px;
  background: var(--leaf);
  margin: 1rem 0;
}

.cottage-price {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  color: #5C3A10;
  margin-bottom: 1rem;
}

.cottage-price small {
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  color: #3B4A2F;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 0.3rem;
}

.cottage-cta {
  display: flex;
  gap: 0.7rem;
}

.cottage-breakfast {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  color: var(--leaf);
  margin-bottom: 0.8rem;
  letter-spacing: 0.02em;
}

.btn-know-more {
  background: var(--fern);
  color: var(--white);
  border: none;
  padding: 0.7rem 1.5rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-know-more:hover { background: var(--dark-green); }

.btn-enquire {
  background: transparent;
  border: 1.5px solid #8A6A1E;
  color: #8A6A1E;
  padding: 0.85rem 1.6rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-enquire:hover { background: var(--gold); color: var(--forest); }

/* Responsive */
@media (max-width: 1024px) {
  .cottage-card { grid-template-columns: 1fr; min-height: auto; }
  .cottage-card-reverse { direction: ltr; }
  .cottage-photo { height: 320px; }
  .cottage-body { padding: 2rem; }
}

@media (max-width: 768px) {
  .cottage-photo { height: 260px; }
  .cottage-body { padding: 1.5rem 1.2rem; }
}

.stays-header {
  text-align: center;
  padding: 4rem 3rem 3rem;
  border-bottom: 1px solid rgba(92,122,69,0.15);
}

.ext-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.ext-img.active { opacity: 1; }

.ext-prev, .ext-next {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 10;
  background: rgba(8,18,8,0.55);
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold);
  width: 34px; height: 34px;
  font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; border-radius: 50%;
  transition: background 0.2s;
  padding: 0;
}
.ext-prev:hover, .ext-next:hover { background: rgba(201,168,76,0.25); }
.ext-prev { left: 0.7rem; }
.ext-next { right: 0.7rem; }


.wt-duo-img:first-child img {
  object-position: 100% 20%;
}


.wt-duo-img:last-child img {
  object-position: 0% 35%;
}

.wt-duo-track { position: relative; width: 100%; height: 100%; }

.wt-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
  object-position: 0% 0%;
}

.wt-slide.active { opacity: 1; }

.wt-duo-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 6px;
}

.wt-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: none; padding: 0;
  cursor: pointer;
  transition: background 0.2s;
}

.wt-dot.active { background: var(--gold); }


/* LIFE AT THE RESORT */
.life-at-resort {
  background: var(--cream);
  padding: 4rem 3rem;
}

.life-at-resort .section-header { text-align: center; margin-bottom: 2.5rem; }

.life-at-resort .sec-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: #3B4A2F;
  line-height: 1.85;
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}


.collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 320px 240px;
  gap: 6px;
  margin-top: 2.5rem;
}

.cell {
  position: relative; overflow: hidden;
  cursor: pointer; background: #1A2B1A;
}

.cell img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; opacity: 0;
  position: absolute; inset: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.cell img.active { opacity: 1; }
.cell:hover img.active { transform: scale(1.04); }
.cell.tall { grid-row: span 2; }

.cell::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,18,8,0.82) 0%, rgba(8,18,8,0.1) 55%);
  z-index: 1;
}

.cell-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 2; padding: 1rem 1.2rem;
}
.cell-tag { font-size: 0.5rem; letter-spacing: 0.18em; text-transform: uppercase; color: #C9A84C; margin-bottom: 0.2rem; }
.cell-name { font-family: 'Playfair Display', serif; font-size: 0.95rem; color: #fff; line-height: 1.2; }
.cell-sub { font-size: 0.62rem; color: rgba(200,216,184,0.8); font-weight: 300; margin-top: 0.2rem; }

.cell-dots {
  position: absolute; top: 0.7rem; right: 0.7rem;
  z-index: 3; display: flex; gap: 4px;
}
.cell-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: none; padding: 0; cursor: pointer;
  transition: background 0.2s;
}
.cell-dot.active { background: #C9A84C; }

.activity-pills {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  justify-content: center; margin-top: 2rem;
}
.pill {
  background: #E8EDE0; border: 1px solid #A8C090;
  padding: 0.4rem 1rem; font-size: 0.68rem; color: #3B4A2F;
}

@media (max-width: 768px) {
  .collage { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .cell.tall { grid-row: span 1; height: 260px; }
  .cell { height: 220px; }
  .life-at-resort { padding: 3rem 1.2rem; }
}

/* NEARBY CARDS */
.nearby-group-label {
  font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: #3B4A2F; border-bottom: 1px solid rgba(59,74,47,0.2);
  padding-bottom: 0.5rem; margin-bottom: 1.2rem; margin-top: 2rem;
}

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.nearby-card {
  background: #fff;
  border: 1px solid rgba(92,122,69,0.15);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.nearby-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.nearby-card-photo {
  position: relative; height: 160px; overflow: hidden;
}
.nearby-card-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.nearby-card:hover .nearby-card-photo img { transform: scale(1.05); }

.nearby-dist {
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C9A84C;
  margin-bottom: 0.3rem;
  font-weight: 500;
}


.nearby-dist small {
  font-family: 'Jost', sans-serif; font-size: 0.5rem;
  color: rgba(200,216,184,0.8); margin-left: 2px;
  letter-spacing: 0.1em; text-transform: uppercase;
}

.nearby-card-body { padding: 0.9rem 1rem; }

.nearby-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

.nearby-card-desc {
  font-size: 0.68rem;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.5;
  text-shadow: 0 1px 3px rgba(0,0,0,0.9);
}

.nearby-content { padding: 1.5rem 3rem 2.5rem; background: #E8EDE0; border-top: 3px solid var(--gold); }

.section-divider { width: 100%; }
.section-divider-gold { height: 4px; background: var(--gold); width: 100%; }
.section-divider-band { height: 28px; background: #0F1F0F; width: 100%; }

@media (max-width: 1024px) {
  .nearby-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nearby-grid { grid-template-columns: 1fr; }
  .nearby-content { padding: 2rem 1.2rem; }
}


.footer-tagline { font-size: 0.72rem; color: #9A9A92; font-weight: 300; line-height: 1.8; margin-top: 0.8rem; }
.footer-links a { font-size: 0.72rem; color: #9A9A92; transition: color 0.2s; }
.footer-contact p { font-size: 0.72rem; color: #9A9A92; line-height: 1.9; }
.footer-bottom span { font-size: 0.6rem; color: #9A9A92; letter-spacing: 0.08em; }


/* COTTAGE MODAL */
.cottage-modal-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(15,31,15,0.75);
  z-index: 1000;
  align-items: center; justify-content: center;
  padding: 2rem 1rem;
}
.cottage-modal-overlay.open { display: flex; }
.cottage-modal {
  background: var(--cream);
  max-width: 820px; width: 100%;
  max-height: 88vh; overflow-y: auto;
  border-radius: 8px;
  position: relative;
}
.cottage-modal-close {
  position: absolute; top: 12px; right: 12px;
  background: rgba(15,31,15,0.6); color: #fff;
  border: none; width: 32px; height: 32px; border-radius: 50%;
  font-size: 20px; cursor: pointer; z-index: 2;
}
.cottage-photo-grid { display: grid; gap: 4px; }
.cottage-photo-grid.count-3 { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 220px; }
.cottage-photo-grid.count-4plus { grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 200px 200px; }
.cottage-photo-tile { position: relative; overflow: hidden; cursor: pointer; }
.cottage-photo-tile.tile-tall { grid-row: span 2; }
.cottage-photo-tile.tile-wide { grid-column: span 2; }
.cottage-photo-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tile-more-overlay {
  position: absolute; inset: 0;
  background: rgba(15,31,15,0.55); color: var(--cream);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; letter-spacing: 0.04em; cursor: pointer;
}
.cottage-modal-body { padding: 1.4rem 1.5rem 1.6rem; }
.cottage-modal-line { width: 22px; height: 2px; background: var(--gold); margin-bottom: 8px; }
#cottageModalName { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--dark-green); margin: 0 0 12px; }
.cottage-modal-meta { display: flex; gap: 18px; font-size: 0.75rem; color: #3D4A32; margin-bottom: 16px; flex-wrap: wrap; }
.cottage-modal-price { color: #5C3A10; font-weight: 400; }
.cottage-modal-label { font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--leaf); margin-bottom: 8px; }

.cottage-modal-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  row-gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 0.8rem;
  color: #3D4A32;
  line-height: 1.6;
}
.cottage-modal-list li { position: relative; padding-left: 16px; }
.cottage-modal-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}


.btn-book-now { width: 100%; padding: 13px; background: #0F1F0F; color: var(--cream); border: none; border-radius: 4px; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }

/* LIGHTBOX */
.lightbox-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 1100;
  align-items: center; justify-content: center;
}
.lightbox-overlay.open { display: flex; }
.lightbox-overlay img { max-width: 85vw; max-height: 85vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: #fff; font-size: 32px; cursor: pointer; }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: none; color: #fff; font-size: 42px; cursor: pointer; padding: 12px; }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }


@media (max-width: 480px) {
  .cottage-photo-grid.count-4plus { grid-template-rows: 140px 140px; }
  .cottage-photo-grid.count-3 { grid-template-rows: 160px 160px; }
  .cottage-modal-body { padding: 1.1rem 1.1rem 1.3rem; }
  #cottageModalName { font-size: 1.1rem; }
}


.cottage-charges-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.cottage-charges-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8A6A1E;
}
.cottage-info-icon {
  width: 15px; height: 15px;
  border-radius: 50%;
  border: 1.3px solid #8A6A1E;
  background: none;
  color: #8A6A1E;
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  font-style: italic;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  padding: 0;
}
.cottage-charges-box {
  display: none;
  background: #EDE6D6;
  border-left: 3px solid #8A6A1E;
  padding: 10px 14px;
  margin-bottom: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  color: #3D4A32;
  line-height: 1.7;
}
.cottage-charges-box.open { display: block; }
.cottage-fine-print {
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  color: #8A8577;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cottage-modal-specs {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.75rem;
  color: #3D4A32;
  margin-bottom: 18px;
}
.cottage-modal-specs span { display: flex; align-items: center; gap: 6px; }
.cottage-modal-specs b { color: var(--dark-green); font-weight: 600; }


.cottage-variant-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.cottage-variant-card {
  background: #EDE6D6;
  border-radius: 6px;
  padding: 14px 16px;
  border-top: 3px solid #8A6A1E;
}
.cottage-variant-title {
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8A6A1E;
  font-weight: 600;
  margin-bottom: 8px;
}
.cottage-variant-details {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  color: #3D4A32;
  line-height: 1.9;
}
.cottage-variant-price {
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  color: #0F1F0F;
  font-weight: 600;
  margin-top: 10px;
}
.cottage-variant-price-note {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  color: var(--leaf);
}
.cottage-modal-list-single {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-size: 0.8rem;
  color: #3D4A32;
  line-height: 1.9;
}
.cottage-modal-list-single li { position: relative; padding-left: 16px; }
.cottage-modal-list-single li::before {
  content: '';
  position: absolute; left: 0; top: 0.5em;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold);
}

@media (max-width: 600px) {
  .cottage-variant-cards { grid-template-columns: 1fr; }
}


.faq { position: relative; overflow: hidden; padding: clamp(7rem, 11vw, 8.5rem) 0 0; }
.faq-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.faq-bg-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(5,8,4,0.75) 0%, rgba(5,8,4,0.55) 40%, rgba(5,8,4,0.75) 100%);
  z-index: 1;
}
.faq-content-wrap { position: relative; z-index: 2; }

.faq-jungle-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; column-gap: 0; row-gap: 0; }

.faq-header-block { padding: 0 3rem; max-width: 640px; }
.faq-label-dark { color: var(--gold) !important; }
.faq-title-dark { color: var(--cream) !important; }
.faq-intro-dark { color: #C8D8B8 !important; }

.jungle-header-block { padding: 0 3rem; display: flex; flex-direction: column; }
.jungle-code-label { color: var(--gold); margin-bottom: 1.2rem; display: block; font-size: 1rem; letter-spacing: 0.15em; }

.jungle-code-intro {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  color: #E4DDC9;
  line-height: 1.8;
  margin-top: auto;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(201,168,76,0.3);
}
.jungle-code-intro b { color: var(--gold); display: block; margin-bottom: 6px; font-size: 0.85rem; }

.faq-side { align-self: start; padding: 3rem 3rem 5rem; }
.faq-side .faq-item { border-left: 2px solid var(--gold); }
.faq-side .faq-q-text { color: #E4DDC9; }
.faq-side .faq-icon { color: var(--gold); }
.faq-side .faq-a-text { color: #E8C97A; }

.jungle-code-pagination { align-self: start; padding: 3rem 3rem 5rem; }
.jungle-code-page { min-height: 220px; transition: opacity 0.2s ease; }


.jungle-code-item {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mist);
  line-height: 1.75;
  border-left: 2px solid var(--gold);
  padding: 10px 16px;
  margin-bottom: 14px;
}

.jungle-code-item b.jc-title { font-size: 0.88rem; font-weight: 500; color: #E4DDC9; display: block; margin-bottom: 4px; }
.jungle-code-item b:not(.jc-title) { color: #E4DDC9; font-weight: 500; }

.jungle-code-nav { display: flex; align-items: center; gap: 16px; margin-top: 1.2rem; padding-left: 16px; }
.jungle-code-nav button {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid var(--gold); background: none; color: var(--gold);
  font-size: 15px; cursor: pointer;
}
.jungle-code-nav button:hover { background: var(--gold); color: var(--forest); }
.jungle-code-counter { font-family: 'Jost', sans-serif; font-size: 0.72rem; color: var(--gold); letter-spacing: 0.05em; }

@media (max-width: 900px) {
  .faq-jungle-grid { grid-template-columns: 1fr; }
  .faq-header-block, .jungle-header-block { padding: 0 1.5rem; }
  .faq-side, .jungle-code-pagination { padding: 2rem 1.5rem; }
}

.jungle-code-intro {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  color: #E4DDC9;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(201,168,76,0.3);
}
.jungle-code-intro b { color: var(--gold); display: block; margin-bottom: 6px; font-size: 0.85rem; font-weight: 400; }

.booking-cta-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; }
.btn-call {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--dark-green); color: var(--white);
  padding: 0.85rem 1.6rem; border-radius: 4px;
  font-family: 'Jost', sans-serif; font-size: 0.78rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  transition: background 0.2s;
}
.btn-call:hover { background: var(--fern); }

#camping-track img { transition: opacity 4s ease; }