/* ==========================================================================
   Ruhija Gorilla Lodge — design system
   1. Tokens          5. Buttons & forms     9. Gallery
   2. Reset & base    6. Header & nav       10. Blog
   3. Layout          7. Hero               11. Footer
   4. Typography      8. Sections & cards   12. Utilities & responsive
   ========================================================================== */

/* 1. Tokens ---------------------------------------------------------------- */
:root {
  --forest-900: #0c1713;
  --forest-800: #12211b;
  --forest-700: #1b3229;
  --forest-600: #244336;
  --moss-500:   #35594a;
  --moss-400:   #4d7563;
  --sage-300:   #8aa595;
  --sage-200:   #b9cbbf;

  --sand-100: #f7f3ea;
  --sand-200: #efe8db;
  --sand-300: #e2d8c6;
  --cream:    #fdfbf7;

  --gold-500: #b8934a;
  --gold-400: #c9a75f;
  --gold-300: #ddc48c;
  --ember:    #b0603a;

  --ink:      #16211d;
  --ink-soft: #43524c;
  --ink-mute: #6d7c75;

  --font-display: "Cormorant Garamond", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-body: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --wrap: 1240px;
  --wrap-narrow: 820px;
  --radius: 4px;
  --radius-lg: 10px;

  --shadow-sm: 0 2px 10px rgba(12, 23, 19, .08);
  --shadow-md: 0 14px 40px rgba(12, 23, 19, .12);
  --shadow-lg: 0 30px 70px rgba(12, 23, 19, .22);

  --ease: cubic-bezier(.22, .61, .36, 1);
  --header-h: 84px;

  --logo-halo:
    drop-shadow(0 0 1px rgba(255, 255, 255, .95))
    drop-shadow(0 0 10px rgba(255, 255, 255, .75))
    drop-shadow(0 0 22px rgba(255, 255, 255, .45));
}

/* 2. Reset & base ---------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.72;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, video, svg { max-width: 100%; display: block; }
[hidden] { display: none !important; }
img { height: auto; }

a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }

button { font: inherit; cursor: pointer; }

:focus-visible {
  outline: 2px solid var(--gold-500);
  outline-offset: 3px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--forest-800); color: var(--cream);
  padding: .8rem 1.2rem;
}
.skip-link:focus { left: 0; }

::selection { background: var(--gold-300); color: var(--forest-900); }

/* 3. Layout ---------------------------------------------------------------- */
.wrap { width: min(100% - 3rem, var(--wrap)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 3rem, var(--wrap-narrow)); }

.section { padding: clamp(4rem, 8vw, 7.5rem) 0; }
.section--tight { padding: clamp(3rem, 5vw, 4.5rem) 0; }
.section--dark { background: var(--forest-800); color: var(--sand-200); }
.section--forest { background: var(--forest-900); color: var(--sand-200); }
.section--sand { background: var(--sand-100); }
.section--paper {
  background:
    radial-gradient(1200px 600px at 12% -10%, rgba(184,147,74,.10), transparent 60%),
    var(--sand-100);
}

.grid { display: grid; gap: clamp(1.4rem, 3vw, 2.4rem); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* 4. Typography ------------------------------------------------------------ */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.14;
  margin: 0 0 .6em;
  letter-spacing: -.005em;
}

h1 { font-size: clamp(2.6rem, 6.2vw, 4.6rem); }
h2 { font-size: clamp(2.05rem, 4.2vw, 3.25rem); }
h3 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); }
h4 { font-size: 1.2rem; }

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--font-body);
  font-size: .74rem; font-weight: 500;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-500);
  margin: 0 0 1.1rem;
}
.eyebrow::before {
  content: ""; width: 2.2rem; height: 1px; background: currentColor; opacity: .6;
}
.eyebrow--center::after {
  content: ""; width: 2.2rem; height: 1px; background: currentColor; opacity: .6;
}
.section--dark .eyebrow, .section--forest .eyebrow { color: var(--gold-300); }

.lead {
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  color: var(--ink-soft);
  line-height: 1.75;
}
.section--dark .lead, .section--forest .lead { color: var(--sage-200); }

.section-head { max-width: 46rem; margin-bottom: clamp(2.4rem, 4vw, 3.6rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

.rich__h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-top: 2rem; }
.rich__h4 { font-family: var(--font-body); font-weight: 500; letter-spacing: .02em; margin-top: 1.6rem; }
.rich__list { margin: 0 0 1.3em; padding-left: 1.1rem; list-style: none; }
.rich__list li { position: relative; padding-left: 1.1rem; margin-bottom: .5em; }
.rich__list li::before {
  content: ""; position: absolute; left: 0; top: .78em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500);
}
.rich__quote {
  margin: 2rem 0; padding: .2rem 0 .2rem 1.8rem;
  border-left: 2px solid var(--gold-500);
  font-family: var(--font-display); font-size: 1.5rem; font-style: italic;
  line-height: 1.45; color: var(--forest-700);
}

/* 5. Buttons & forms ------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.9rem;
  border: 1px solid transparent; border-radius: var(--radius);
  font-family: var(--font-body); font-size: .8rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  cursor: pointer; white-space: nowrap;
  transition: background .28s var(--ease), color .28s var(--ease),
              border-color .28s var(--ease), transform .28s var(--ease);
}
.btn:hover { transform: translateY(-2px); }

.btn--gold { background: var(--gold-500); color: #fff; }
.btn--gold:hover { background: var(--gold-400); color: #fff; }

.btn--dark { background: var(--forest-800); color: var(--sand-100); }
.btn--dark:hover { background: var(--forest-700); }

.btn--ghost { border-color: currentColor; color: inherit; }
.btn--ghost:hover { background: currentColor; color: var(--forest-900); }

.btn--light { background: rgba(255,255,255,.94); color: var(--forest-800); }
.btn--light:hover { background: #fff; }

.btn--sm { padding: .7rem 1.3rem; font-size: .72rem; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .78rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-500);
  border-bottom: 1px solid rgba(184,147,74,.35);
  padding-bottom: .3rem;
}
.link-arrow::after { content: "→"; transition: transform .3s var(--ease); }
.link-arrow:hover { color: var(--gold-400); }
.link-arrow:hover::after { transform: translateX(5px); }

.field { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.1rem; }
.field label, .field__label {
  font-size: .72rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-mute);
}
.field__input, .field select, .field textarea, .field input {
  width: 100%;
  padding: .85rem 1rem;
  border: 1px solid var(--sand-300);
  border-radius: var(--radius);
  background: #fff;
  font-family: var(--font-body); font-size: .98rem; font-weight: 300; color: var(--ink);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.field__input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(184,147,74,.15);
}
.field textarea { resize: vertical; min-height: 7rem; }
.field .helptext, .field__help { font-size: .82rem; color: var(--ink-mute); }
.field .errorlist {
  list-style: none; margin: 0; padding: 0;
  font-size: .84rem; color: #a8402c;
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 1.2rem; }
.form-grid .field--full { grid-column: 1 / -1; }

.flash-wrap { margin-top: 1.5rem; }
.flash {
  padding: .95rem 1.3rem; border-radius: var(--radius);
  border-left: 3px solid var(--moss-500);
  background: var(--sand-100); color: var(--ink);
  margin-bottom: .8rem; font-size: .96rem;
}
.flash--success { border-color: #4f7d4f; background: #eef5ec; }
.flash--error { border-color: #a8402c; background: #fbeeea; }

/* 6. Header & nav ---------------------------------------------------------- */
.site-head { position: sticky; top: 0; z-index: 60; }

.topbar {
  background: var(--forest-900); color: var(--sage-300);
  font-size: .78rem; letter-spacing: .06em;
  max-height: 40px; overflow: hidden;
  transition: max-height .4s var(--ease), opacity .3s var(--ease);
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; height: 40px; }
.topbar__links { display: flex; gap: 1.6rem; }
.topbar__links a:hover { color: var(--gold-300); }

.header {
  background: var(--cream);
  border-bottom: 1px solid var(--sand-300);
  transition: background .35s var(--ease), border-color .35s var(--ease),
              box-shadow .35s var(--ease), color .35s var(--ease);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: var(--header-h); }

/* collapse the contact strip once the page scrolls */
.site-head.is-stuck .topbar { max-height: 0; opacity: 0; }
.site-head.is-stuck .header { box-shadow: var(--shadow-sm); }

/* homepage: the whole head floats over the video hero until you scroll */
.has-transparent-header .site-head { position: fixed; left: 0; right: 0; top: 0; }
.has-transparent-header .topbar { background: rgba(12,23,19,.34); backdrop-filter: blur(6px); }
.has-transparent-header .header { background: transparent; border-color: transparent; color: #fff; }
.has-transparent-header .site-head.is-stuck .header {
  background: rgba(253,251,247,.97);
  backdrop-filter: blur(12px);
  color: var(--ink);
  border-color: var(--sand-300);
}

.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand__mark { width: 38px; height: 38px; color: var(--gold-500); flex: none; }
.brand__mark svg { width: 100%; height: 100%; }

/* Uploaded logo. Two optional files: the main one for light backgrounds and a
   pale one for the video hero and the footer. With no pale version, the main
   logo gets a soft halo so dark artwork stays readable on the video. */
.brand__logo { max-height: 64px; width: auto; }
.brand__logo--light { display: none; }



/* header floating over the hero video */
.has-transparent-header .site-head:not(.is-stuck) .brand__logo--light { display: block; }
.has-transparent-header .site-head:not(.is-stuck) .brand--has-light .brand__logo--dark { display: none; }
.has-transparent-header .site-head:not(.is-stuck) .brand:not(.brand--has-light) .brand__logo--dark {
  filter: var(--logo-halo);
}

/* the footer is always dark */
.brand--footer .brand__logo { max-height: 78px; }
.brand--footer .brand__logo--light { display: block; }
.brand--footer.brand--has-light .brand__logo--dark { display: none; }
.brand--footer:not(.brand--has-light) .brand__logo--dark { filter: var(--logo-halo); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; letter-spacing: .01em;
}
.brand__sub {
  font-size: .62rem; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-500); margin-top: .28rem;
}
.has-transparent-header .site-head:not(.is-stuck) .brand__sub { color: var(--gold-300); }

.nav { display: flex; align-items: center; gap: 2.2rem; }
.nav__list { display: flex; align-items: center; gap: 1.65rem; list-style: none; margin: 0; padding: 0; }
.nav__list a {
  position: relative;
  font-size: .8rem; font-weight: 400; letter-spacing: .11em; text-transform: uppercase;
  padding-bottom: .3rem;
}
.nav__list a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--gold-500); transition: width .3s var(--ease);
}
.nav__list a:hover::after, .nav__list a.is-active::after { width: 100%; }
.nav__list a.is-active { color: var(--gold-500); }
.has-transparent-header .site-head:not(.is-stuck) .nav__list a.is-active { color: var(--gold-300); }

.burger { display: none; background: none; border: 0; padding: .5rem; }
.burger span {
  display: block; width: 26px; height: 2px; background: currentColor; margin: 5px 0;
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* 7. Hero ------------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: var(--forest-900);
}
.hero__media { position: absolute; inset: 0; }
.hero__media video, .hero__media img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,16,13,.62) 0%, rgba(8,16,13,.18) 32%, rgba(8,16,13,.55) 72%, rgba(8,16,13,.88) 100%),
    radial-gradient(120% 80% at 50% 100%, rgba(8,16,13,.55), transparent 60%);
}
.hero__inner {
  position: relative; z-index: 2;
  padding: calc(var(--header-h) + 9rem) 0 8.5rem;
  width: 100%;
}
.hero__content { max-width: 44rem; }
.hero .eyebrow { color: var(--gold-300); }
.hero h1 { color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.35); margin-bottom: .35em; }
.hero__sub {
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  color: rgba(255,255,255,.9);
  max-width: 34rem;
  margin-bottom: 2.2rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero__scroll {
  position: absolute; left: 1.6rem; bottom: 6.2rem;
  z-index: 3; display: flex; align-items: center; gap: .9rem;
  font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.6);
}
.hero__scroll::after {
  content: ""; width: 46px; height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.7), transparent);
  animation: scrollcue 2.4s var(--ease) infinite;
}
@keyframes scrollcue { 0%,100% { opacity: .3; transform: scaleX(.5); transform-origin: left; } 50% { opacity: 1; transform: scaleX(1); } }

.hero__mute {
  position: absolute; right: 1.6rem; bottom: 6rem; z-index: 4;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.4); background: rgba(8,16,13,.35);
  color: #fff; display: grid; place-items: center;
  backdrop-filter: blur(6px);
}
.hero__mute svg { width: 18px; height: 18px; }

/* booking bar docked under the hero */
.bookbar { position: relative; z-index: 5; margin-top: -3.6rem; }
.bookbar__inner {
  background: rgba(253,251,247,.97);
  backdrop-filter: blur(10px);
  border: 1px solid var(--sand-300);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 1.4rem 1.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 1rem 1.4rem;
  align-items: end;
}
.bookbar .field { margin-bottom: 0; }
.bookbar__note {
  grid-column: 1 / -1;
  font-size: .8rem; color: var(--ink-mute); margin: 0;
  display: flex; align-items: center; gap: .5rem;
}
.bookbar__note::before { content: "✦"; color: var(--gold-500); }

/* 8. Sections & cards ------------------------------------------------------ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split--reverse .split__media { order: 2; }

.split__media { position: relative; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.split__media--stack { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.split__media--stack img:first-child { grid-column: 1 / -1; aspect-ratio: 16/9; object-fit: cover; }
.split__media--stack img { aspect-ratio: 4/3; object-fit: cover; }

.badge-float {
  position: absolute; left: -1.4rem; bottom: -1.6rem;
  background: var(--forest-800); color: var(--sand-100);
  padding: 1.2rem 1.5rem; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  text-align: center; max-width: 12rem;
}
.badge-float strong { display: block; font-family: var(--font-display); font-size: 2.2rem; line-height: 1; color: var(--gold-300); }
.badge-float span { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sage-300); }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 2.4rem; }
.stat { border-top: 1px solid var(--sand-300); padding-top: 1rem; }
.stat strong {
  display: block; font-family: var(--font-display); font-size: 2.1rem; line-height: 1;
  color: var(--forest-700); margin-bottom: .3rem;
}
.stat span { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); }
.section--dark .stat { border-color: rgba(255,255,255,.18); }
.section--dark .stat strong { color: var(--gold-300); }
.section--dark .stat span { color: var(--sage-300); }

/* image tiles (restaurant / bar / fireplace / rooms) */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.tile {
  position: relative; display: block; overflow: hidden;
  border-radius: var(--radius-lg);
  aspect-ratio: 3/4;
  background: var(--forest-800);
}
.tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease), filter .6s var(--ease);
  filter: saturate(.94);
}
.tile:hover img { transform: scale(1.07); filter: saturate(1.04); }
.tile__label {
  position: absolute; inset: auto 0 0 0;
  padding: 2.6rem 1.3rem 1.3rem;
  background: linear-gradient(transparent, rgba(8,16,13,.85));
  color: #fff;
}
.tile__label h3 { margin: 0 0 .2rem; font-size: 1.32rem; }
.tile__label p { margin: 0; font-size: .8rem; color: rgba(255,255,255,.78); letter-spacing: .04em; }

/* cottage cards */
.card {
  background: #fff;
  border: 1px solid var(--sand-300);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--sand-200); }
.card__media { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.card:hover .card__media img { transform: scale(1.06); }
.card__tag {
  position: absolute; top: 1rem; left: 1rem;
  background: rgba(12,23,19,.78); color: var(--gold-300); backdrop-filter: blur(4px);
  padding: .38rem .8rem; border-radius: 100px;
  font-size: .64rem; letter-spacing: .2em; text-transform: uppercase;
}
.card__body { padding: 1.6rem 1.6rem 1.8rem; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { margin-bottom: .4rem; }
.card__meta {
  display: flex; flex-wrap: wrap; gap: .5rem 1.1rem;
  font-size: .78rem; letter-spacing: .06em; color: var(--ink-mute);
  margin-bottom: .9rem;
}
.card__meta span { display: inline-flex; align-items: center; gap: .35rem; }
.card__text { font-size: .96rem; color: var(--ink-soft); margin-bottom: 1.3rem; }
.card__foot {
  margin-top: auto; padding-top: 1.1rem; border-top: 1px solid var(--sand-200);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.price { font-family: var(--font-display); font-size: 1.5rem; color: var(--forest-700); }
.price small { font-family: var(--font-body); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); display: block; }

/* amenity chips */
.amenities { display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; margin: 0; padding: 0; }
.amenities li {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .45rem .85rem; border: 1px solid var(--sand-300); border-radius: 100px;
  font-size: .78rem; color: var(--ink-soft); background: #fff;
}
.amenities li::before { content: "◈"; color: var(--gold-500); font-size: .7rem; }

/* filter chips */
.chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.4rem; }
.chip {
  padding: .55rem 1.15rem; border: 1px solid var(--sand-300); border-radius: 100px;
  font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft);
  background: #fff; transition: all .25s var(--ease);
}
.chip:hover { border-color: var(--gold-500); color: var(--gold-500); }
.chip.is-active { background: var(--forest-800); border-color: var(--forest-800); color: var(--sand-100); }
.chips--center { justify-content: center; }

/* testimonials */
.quotes { position: relative; }
.quote-track { display: flex; gap: 2rem; overflow: hidden; }
.quote {
  min-width: 100%; text-align: center; padding: 0 clamp(0rem, 5vw, 4rem);
  transition: opacity .5s var(--ease);
}
.quote__stars { color: var(--gold-400); letter-spacing: .35em; font-size: 1rem; margin-bottom: 1.4rem; }
.quote__text {
  font-family: var(--font-display); font-size: clamp(1.35rem, 2.6vw, 1.95rem);
  font-style: italic; line-height: 1.5; margin-bottom: 1.6rem;
}
.quote__who { font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-300); }
.quote__who span { display: block; margin-top: .3rem; color: var(--sage-300); letter-spacing: .1em; text-transform: none; font-size: .82rem; }
.quotes__dots { display: flex; justify-content: center; gap: .6rem; margin-top: 2.4rem; }
.quotes__dots button {
  width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0;
  background: rgba(255,255,255,.28); transition: all .3s var(--ease);
}
.quotes__dots button.is-active { background: var(--gold-400); width: 26px; border-radius: 100px; }

/* page hero (interior pages) */
.pagehero {
  position: relative; padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem);
  background: var(--forest-900); color: #fff; overflow: hidden;
}
.pagehero__bg { position: absolute; inset: 0; }
.pagehero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.pagehero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,16,13,.75), rgba(8,16,13,.55) 45%, rgba(8,16,13,.9));
}
.pagehero__inner { position: relative; z-index: 2; max-width: 46rem; }
.pagehero h1 { color: #fff; margin-bottom: .3em; }
.pagehero p { color: rgba(255,255,255,.82); font-size: 1.08rem; max-width: 38rem; }

.crumbs {
  display: flex; gap: .5rem; align-items: center;
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.6); margin-bottom: 1.4rem;
}
.crumbs a:hover { color: var(--gold-300); }
.crumbs span { opacity: .5; }

/* CTA band */
.cta-band {
  position: relative; overflow: hidden;
  background: var(--forest-800); color: #fff;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  text-align: center;
}
.cta-band__bg { position: absolute; inset: 0; opacity: .28; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__inner { position: relative; z-index: 2; max-width: 44rem; margin-inline: auto; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); margin-bottom: 2rem; }

/* accordion */
.accordion { border-top: 1px solid var(--sand-300); }
.acc {
  border-bottom: 1px solid var(--sand-300);
}
.acc__q {
  width: 100%; background: none; border: 0; text-align: left;
  padding: 1.5rem 3rem 1.5rem 0; position: relative;
  font-family: var(--font-display); font-size: 1.24rem; color: var(--ink);
}
.acc__q::after {
  content: "+"; position: absolute; right: .4rem; top: 50%; transform: translateY(-50%);
  font-family: var(--font-body); font-size: 1.5rem; font-weight: 300; color: var(--gold-500);
  transition: transform .3s var(--ease);
}
.acc.is-open .acc__q::after { transform: translateY(-50%) rotate(45deg); }
.acc__a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.acc__a > div { padding: 0 3rem 1.6rem 0; color: var(--ink-soft); }

/* 9. Gallery --------------------------------------------------------------- */
.masonry { columns: 3; column-gap: 1.1rem; }
.masonry__item {
  break-inside: avoid; margin-bottom: 1.1rem;
  position: relative; display: block; overflow: hidden; border-radius: var(--radius-lg);
  background: var(--sand-200); cursor: zoom-in;
}
.masonry__item img { width: 100%; transition: transform 1s var(--ease); }
.masonry__item:hover img { transform: scale(1.05); }
.masonry__cap {
  position: absolute; inset: auto 0 0 0; padding: 2.4rem 1.1rem 1rem;
  background: linear-gradient(transparent, rgba(8,16,13,.82));
  color: #fff; font-size: .88rem;
  opacity: 0; transform: translateY(8px); transition: all .35s var(--ease);
}
.masonry__item:hover .masonry__cap { opacity: 1; transform: none; }

.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8,14,11,.96);
  display: none; align-items: center; justify-content: center;
  padding: 4rem 1.5rem;
}
.lightbox.is-open { display: flex; }
.lightbox__img { max-width: min(1200px, 92vw); max-height: 78vh; object-fit: contain; border-radius: var(--radius); }
.lightbox__cap { color: rgba(255,255,255,.82); text-align: center; margin-top: 1.2rem; font-size: .94rem; }
.lightbox__close, .lightbox__nav {
  position: absolute; background: none; border: 1px solid rgba(255,255,255,.28);
  color: #fff; width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.3rem;
  transition: all .25s var(--ease);
}
.lightbox__close:hover, .lightbox__nav:hover { background: rgba(255,255,255,.12); }
.lightbox__close { top: 1.6rem; right: 1.6rem; }
.lightbox__nav--prev { left: 1.6rem; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 1.6rem; top: 50%; transform: translateY(-50%); }
.lightbox__figure { text-align: center; }

/* cottage detail gallery */
.showcase { display: grid; grid-template-columns: 1fr; gap: .9rem; }
.showcase__main { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/9; background: var(--sand-200); }
.showcase__main img { width: 100%; height: 100%; object-fit: cover; }
.showcase__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: .9rem; }
.showcase__thumbs button {
  border: 0; padding: 0; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4/3; background: var(--sand-200); opacity: .68;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.showcase__thumbs button:hover, .showcase__thumbs button.is-active { opacity: 1; transform: translateY(-3px); }
.showcase__thumbs img { width: 100%; height: 100%; object-fit: cover; }

.sticky-card {
  position: sticky; top: calc(var(--header-h) + 1.5rem);
  background: #fff; border: 1px solid var(--sand-300); border-radius: var(--radius-lg);
  padding: 1.8rem; box-shadow: var(--shadow-sm);
}

/* 10. Blog ----------------------------------------------------------------- */
.post-card {
  display: flex; flex-direction: column; height: 100%;
  background: #fff; border: 1px solid var(--sand-300); border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.post-card__media { aspect-ratio: 16/10; overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.06); }
.post-card__body { padding: 1.5rem 1.5rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.post-meta {
  display: flex; flex-wrap: wrap; gap: .4rem .9rem; align-items: center;
  font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute);
  margin-bottom: .8rem;
}
.post-meta .cat { color: var(--gold-500); }
.post-card h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.post-card p { font-size: .94rem; color: var(--ink-soft); margin-bottom: 1.2rem; }
.post-card .link-arrow { margin-top: auto; align-self: flex-start; }

.post-feature {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 0;
  background: var(--forest-800); color: #fff; border-radius: var(--radius-lg); overflow: hidden;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.post-feature__media { min-height: 24rem; }
.post-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.post-feature__body { padding: clamp(2rem, 4vw, 3.4rem); display: flex; flex-direction: column; justify-content: center; }
.post-feature h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.post-feature p { color: rgba(255,255,255,.82); }
.post-feature .post-meta { color: var(--sage-300); }

.article { max-width: 44rem; margin-inline: auto; }
.article__body { font-size: 1.09rem; line-height: 1.85; color: var(--ink-soft); }
.article__body p { margin-bottom: 1.4em; }
.article__body strong { color: var(--ink); font-weight: 500; }
.article__cover { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 2.6rem; aspect-ratio: 16/8; }
.article__cover img { width: 100%; height: 100%; object-fit: cover; }
.article__share { display: flex; gap: .8rem; align-items: center; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--sand-300); }
.article__share span { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-mute); }
.article__share a {
  width: 38px; height: 38px; border: 1px solid var(--sand-300); border-radius: 50%;
  display: grid; place-items: center; color: var(--ink-soft);
}
.article__share a:hover { border-color: var(--gold-500); color: var(--gold-500); }
.article__share svg { width: 16px; height: 16px; }

.pagination { display: flex; justify-content: center; align-items: center; gap: .5rem; margin-top: 3.5rem; }
.pagination a, .pagination span {
  min-width: 42px; height: 42px; padding: 0 .8rem;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--sand-300); border-radius: var(--radius);
  font-size: .88rem; color: var(--ink-soft); background: #fff;
}
.pagination a:hover { border-color: var(--gold-500); color: var(--gold-500); }
.pagination .is-current { background: var(--forest-800); border-color: var(--forest-800); color: #fff; }

.searchbox { display: flex; gap: .6rem; margin-bottom: 1.4rem; }
.searchbox input { flex: 1; }

/* 11. Footer --------------------------------------------------------------- */
.footer { background: var(--forest-900); color: var(--sage-300); padding-top: clamp(3.5rem, 6vw, 5.5rem); }
.footer__grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 2.5rem;
  padding-bottom: 3.5rem;
}
.footer .brand { color: var(--sand-100); margin-bottom: 1.2rem; }
.footer .brand__mark { color: var(--gold-400); }
.footer__blurb { font-size: .95rem; max-width: 24rem; margin-bottom: 1.6rem; }
.footer__title {
  font-family: var(--font-body); font-size: .72rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase; color: var(--sand-200);
  margin-bottom: 1.2rem;
}
.footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; font-size: .95rem; }
.footer__links a:hover { color: var(--gold-300); }
.footer__address { font-style: normal; font-size: .95rem; line-height: 2; }
.footer__address a:hover { color: var(--gold-300); }

.newsletter__label { display: block; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sand-200); margin-bottom: .6rem; }
.newsletter__row { display: flex; gap: .5rem; }
.newsletter__row .field__input { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); color: #fff; }
.newsletter__row .field__input::placeholder { color: rgba(255,255,255,.4); }

.social { display: flex; gap: .7rem; margin-top: 1.6rem; }
.social a {
  width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%;
  display: grid; place-items: center; color: var(--sage-300);
  transition: all .3s var(--ease);
}
.social a:hover { border-color: var(--gold-400); color: var(--gold-300); transform: translateY(-3px); }
.social svg { width: 18px; height: 18px; }

.footer__bar { border-top: 1px solid rgba(255,255,255,.1); padding: 1.4rem 0; }
.footer__bar-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; }
.footer__bar p { margin: 0; }
.footer__credit { color: var(--moss-400); }

.whatsapp-fab {
  position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 90;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37,211,102,.36);
  transition: transform .3s var(--ease);
}
.whatsapp-fab:hover { transform: scale(1.08); }
.whatsapp-fab svg { width: 28px; height: 28px; }

/* 12. Utilities & responsive ----------------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.divider { width: 3.5rem; height: 1px; background: var(--gold-500); margin: 1.6rem 0; }
.divider--center { margin-inline: auto; }

.nav-overlay { display: none; }

@media (max-width: 1080px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .masonry { columns: 2; }
  .post-feature { grid-template-columns: 1fr; }
  .post-feature__media { min-height: 18rem; }
}

@media (max-width: 900px) {
  :root { --header-h: 70px; }

  .brand__logo { max-height: 44px; }

  .burger { display: block; }
  .nav {
    position: fixed; inset: 0;
    background: var(--forest-900); color: var(--sand-100);
    flex-direction: column; justify-content: center; gap: 2.5rem;
    transform: translateX(100%); transition: transform .45s var(--ease);
    z-index: 80;
  }
  .nav.is-open { transform: none; }
  .nav__list { flex-direction: column; gap: 1.6rem; }
  .nav__list a { font-size: 1.05rem; letter-spacing: .16em; }
  .burger { position: relative; z-index: 90; }
  body.nav-open { overflow: hidden; }
  body.nav-open .burger { color: var(--sand-100); position: fixed; right: 1.5rem; top: 1.4rem; }

  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .split, .split--reverse { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .badge-float { position: static; margin-top: 1.2rem; max-width: none; }
  .bookbar__inner { grid-template-columns: repeat(2, 1fr); }
  .bookbar__inner .btn { grid-column: 1 / -1; }
  .topbar__item--hide-sm { display: none; }
  .topbar__inner { justify-content: center; }
  .form-grid { grid-template-columns: 1fr; }
  .showcase__thumbs { grid-template-columns: repeat(4, 1fr); }
  .sticky-card { position: static; }
}

@media (max-width: 640px) {
  body { font-size: 1rem; }
  .topbar { font-size: .72rem; }
  .topbar__links { gap: 1rem; }
  .topbar__links a:last-child { display: none; }
  .hero__scroll { display: none; }
  .hero__mute { bottom: 7rem; right: 1.1rem; }
  .wrap { width: min(100% - 2rem, var(--wrap)); }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .tiles { grid-template-columns: 1fr; }
  .tile { aspect-ratio: 4/3; }
  .masonry { columns: 1; }
  .stats { grid-template-columns: 1fr; gap: 1rem; }
  .bookbar__inner { grid-template-columns: 1fr; }
  .hero { min-height: 92svh; }
  .hero__inner { padding-top: calc(var(--header-h) + 5rem); }
  .footer__grid { grid-template-columns: 1fr; }
  .showcase__thumbs { grid-template-columns: repeat(3, 1fr); }
  .article__body { font-size: 1.02rem; }
  .brand__logo { max-height: 40px; }
  .brand--footer .brand__logo { max-height: 52px; }
  .quote__text { font-size: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .header, .topbar, .footer, .whatsapp-fab, .hero__media, .btn { display: none !important; }
  body { color: #000; background: #fff; }
}
