body.theme-eco {
  --bg: #f4efe4;
  --bg-alt: #e8dfcc;
  --surface: #fbf7ee;
  --fg: #2a2418;
  --fg-soft: #55493a;
  --muted: #7d6f5d;
  --line: #d8cdb6;
  --copper-accessible: #4e6b3a;
  --header-glass: rgba(244, 239, 228, 0.94);
  --eco-moss: #4e6b3a;
  --eco-pine: #2c4a31;
  --eco-earth: #8c6b4f;
  --eco-bark: #3b2d21;
  --eco-sun: #c89b53;
  --eco-paper: #f4efe4;
  --eco-wood: #6e4f34;
  background: var(--bg);
  color: var(--fg);
  line-height: 1.7;
  letter-spacing: .005em
}

body.theme-eco h1,
body.theme-eco h2,
body.theme-eco h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.015em;
  color: var(--fg)
}

body.theme-eco h1 em,
body.theme-eco h2 em,
body.theme-eco h3 em {
  font-style: italic;
  color: var(--eco-moss);
  font-weight: 500
}

body.theme-eco .eyebrow {
  color: var(--eco-moss);
  font-weight: 600;
  letter-spacing: .24em;
  font-size: .76rem
}

body.theme-eco .eyebrow-light {
  color: #d8d0b8
}

body.theme-eco .site-header.is-scrolled {
  background: var(--header-glass)
}

body.theme-eco .site-header.is-scrolled .logo,
body.theme-eco .site-header.is-scrolled .nav-trigger,
body.theme-eco .site-header.is-scrolled .primary-nav a {
  color: var(--fg)
}

body.theme-eco .site-header:not(.is-scrolled) .primary-nav a {
  color: rgba(242, 237, 228, .92)
}

body.theme-eco .site-header:not(.is-scrolled) .primary-nav a:hover {
  color: #fff
}

body.theme-eco .site-header:not(.is-scrolled) .menu-toggle span {
  background: #f2ede4
}

body.theme-eco .site-header:not(.is-scrolled) .btn-forest,
body.theme-eco .site-header:not(.is-scrolled) .btn-primary {
  background: var(--surface);
  color: var(--fg)
}

body.theme-eco .site-header:not(.is-scrolled) .btn-forest:hover {
  background: var(--eco-moss);
  color: var(--surface)
}

body.theme-eco .btn-forest {
  background: var(--eco-moss);
  color: var(--surface);
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 500;
  letter-spacing: .01em;
  border: 0;
  cursor: pointer;
  transition: background .3s var(--ease), transform .3s var(--ease);
  position: relative;
  overflow: hidden
}

body.theme-eco .btn-forest:hover {
  background: var(--eco-pine)
}

body.theme-eco .btn-forest.btn-lg {
  padding: 15px 30px;
  font-size: 1rem
}

body.theme-eco .btn-forest-outline {
  background: 0 0;
  border: 1.5px solid var(--eco-moss);
  color: var(--eco-moss);
  border-radius: 999px;
  padding: 10.5px 22px;
  font-weight: 500;
  transition: all .3s var(--ease);
  cursor: pointer
}

body.theme-eco .btn-forest-outline:hover {
  background: var(--eco-moss);
  color: var(--surface)
}

body.theme-eco .btn-cream-outline {
  background: 0 0;
  border: 1.5px solid var(--eco-moss);
  color: var(--eco-moss);
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 500;
  transition: all .3s var(--ease)
}

body.theme-eco .btn-cream-outline:hover {
  background: #fbf7ee;
  color: var(--eco-bark);
  border-color: #fbf7ee
}

body.theme-eco .btn-forest::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--rx, 50%) var(--ry, 50%), rgba(250, 246, 239, .22) 0, transparent 45%);
  opacity: 0;
  transition: opacity .5s var(--ease);
  pointer-events: none
}

body.theme-eco .btn-forest:hover::after {
  opacity: 1
}

body.theme-eco .link-arrow {
  color: var(--eco-pine)
}

body.theme-eco .link-arrow:hover {
  color: var(--eco-moss)
}

body.theme-eco ul.list-leaves {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px
}

body.theme-eco ul.list-leaves li {
  position: relative;
  padding-left: 26px
}

body.theme-eco ul.list-leaves li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 14px;
  height: 10px;
  background: var(--eco-moss);
  clip-path: path("M 0 5 C 0 0 6 0 10 2 C 14 4 14 8 10 10 C 6 12 0 10 0 5 Z");
  transform: rotate(-15deg)
}

body.theme-eco .hero--eco {
  position: relative;
  min-height: 100vh;
  padding: 140px 0 80px;
  overflow: hidden;
  color: #f2ede4;
  display: flex;
  align-items: center
}

body.theme-eco .hero-image {
  position: absolute;
  inset: 0;
  z-index: 0
}

body.theme-eco .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--hero-shift, 0), 0);
  transition: transform 60ms linear
}

body.theme-eco .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0, 0, 0, .72) 0, rgba(0, 0, 0, .5) 55%, rgba(0, 0, 0, .2) 100%), linear-gradient(180deg, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, 0) 100%)
}

body.theme-eco .hero-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.17 0 0 0 0 0.14 0 0 0 0 0.09 0 0 0 0.35 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.6'/></svg>");
  mix-blend-mode: multiply;
  opacity: .22;
  pointer-events: none;
  z-index: 1
}

body.theme-eco .hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px
}

body.theme-eco .hero-content .eyebrow {
  color: #a8cc88;
  margin-bottom: 16px
}

body.theme-eco .hero--eco h1 {
  font-size: clamp(2.6rem, 6.5vw, 5rem);
  line-height: 1.08;
  margin: 0 0 18px;
  font-weight: 500;
  color: #f2ede4
}

body.theme-eco .hero--eco h1 em {
  color: #7ec85a
}

body.theme-eco .hero-sub {
  font-size: 1.1rem;
  max-width: 560px;
  color: rgba(242, 237, 228, .82);
  margin: 0 0 28px
}

body.theme-eco .hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px
}

body.theme-eco .hero-ctas .btn-forest-outline {
  border-color: rgba(242, 237, 228, .7);
  color: #f2ede4
}

body.theme-eco .hero-ctas .btn-forest-outline:hover {
  background: rgba(242, 237, 228, .15);
  border-color: #f2ede4;
  color: #f2ede4
}

body.theme-eco .hero-badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap
}

body.theme-eco .hero-badges li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  font-weight: 500;
  color: rgba(242, 237, 228, .9);
  letter-spacing: .02em
}

body.theme-eco .icon-leaf {
  width: 18px;
  height: 18px;
  color: #7ec85a;
  flex-shrink: 0
}

body.theme-eco .cottages {
  position: relative;
  overflow: hidden;
  isolation: isolate
}

body.theme-eco .cottages>.container {
  position: relative;
  z-index: 2
}

body.theme-eco .leaf-canopy {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden
}

body.theme-eco .leaf-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden
}

body.theme-eco .tree-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 72%;
  pointer-events: none;
  translate: 0 calc(var(--canopy-scroll, 0) * var(--tree-speed, 40px))
}

body.theme-eco .tree-layer-back {
  opacity: .055;
  filter: blur(3px);
  --tree-speed: 35px
}

body.theme-eco .tree-layer-mid {
  opacity: .085;
  filter: blur(1.5px);
  --tree-speed: 75px
}

body.theme-eco .tree-layer svg {
  width: 100%;
  height: 100%;
  display: block
}

body.theme-eco .floating-leaf {
  position: absolute;
  top: var(--y, 10%);
  left: var(--x, 10%);
  width: var(--size, 30px);
  color: var(--hue, #4e6b3a);
  opacity: var(--opacity, .65);
  transform-origin: 50% 0;
  translate: 0 calc(var(--canopy-scroll, 0) * var(--parallax, 60px));
  animation: leaf-rustle-a var(--dur, 4s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  filter: drop-shadow(0 3px 5px rgba(44, 74, 49, .2));
  will-change: rotate, translate
}

body.theme-eco .floating-leaf svg {
  width: 100%;
  height: auto;
  display: block
}

body.theme-eco .floating-leaf.is-far {
  filter: drop-shadow(0 1px 2px rgba(44, 74, 49, .12)) blur(.7px)
}

body.theme-eco .floating-leaf.v1 {
  animation-name: leaf-rustle-a
}

body.theme-eco .floating-leaf.v2 {
  animation-name: leaf-rustle-b
}

body.theme-eco .floating-leaf.v3 {
  animation-name: leaf-rustle-c
}

@keyframes leaf-rustle-a {

  0%,
  100% {
    rotate: -5deg
  }

  50% {
    rotate: 6deg
  }
}

@keyframes leaf-rustle-b {

  0%,
  100% {
    rotate: -3deg
  }

  30% {
    rotate: 4deg
  }

  65% {
    rotate: -1deg
  }
}

@keyframes leaf-rustle-c {

  0%,
  100% {
    rotate: -6deg
  }

  25% {
    rotate: 4deg
  }

  55% {
    rotate: -2deg
  }

  80% {
    rotate: 5deg
  }
}

@media (prefers-reduced-motion:reduce) {
  body.theme-eco .floating-leaf {
    animation: none !important;
    translate: 0 !important;
    rotate: 0 !important
  }

  body.theme-eco .tree-layer {
    translate: 0 !important
  }
}

body.theme-eco .hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 60px;
  background: 0 0;
  border: 0;
  cursor: pointer;
  z-index: 3;
  color: var(--eco-pine);
  padding: 0;
  transition: transform .4s var(--ease);
  transform-origin: bottom center;
  animation: grass-sway 3.2s ease-in-out infinite
}

body.theme-eco .hero-scroll-hint svg {
  width: 100%;
  height: 100%;
  opacity: .65
}

body.theme-eco .hero-scroll-hint:hover svg {
  opacity: 1
}

@keyframes grass-sway {

  0%,
  100% {
    transform: translateX(-50%) rotate(-4deg)
  }

  50% {
    transform: translateX(-50%) rotate(4deg)
  }
}

body.theme-eco .section {
  padding: 110px 0;
  position: relative
}

/* body.theme-eco #packages {
  padding: 0 0
} */

body.theme-eco .section-paper {
  background: var(--bg-alt);
  position: relative
}

body.theme-eco .section-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.17 0 0 0 0 0.14 0 0 0 0 0.09 0 0 0 0.28 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");
  mix-blend-mode: multiply;
  opacity: .18;
  pointer-events: none
}

body.theme-eco .section-paper>.container,
body.theme-eco .section>.container {
  position: relative;
  z-index: 1
}

body.theme-eco .section-head h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  margin: 0
}

body.theme-eco .section-head.centered {
  text-align: center
}

body.theme-eco .story-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center
}

body.theme-eco .story-text p {
  max-width: 54ch;
  font-size: 1rem;
  color: var(--fg-soft)
}

body.theme-eco .story-text h2 {
  margin: 8px 0 24px
}

body.theme-eco .story-media {
  margin: 0;
  position: relative;
  transform: translateY(32px)
}

body.theme-eco .story-media img {
  width: 100%;
  border-radius: 28px 8px 28px 8px;
  display: block;
  aspect-ratio: 1/1;
  height: 600px
}

.mobile .theme-eco .story-media img {
  max-height: 400px
}

body.theme-eco .story-caption {
  display: block;
  margin-top: 12px;
  font-style: italic;
  color: var(--muted);
  font-size: .88rem
}

body.theme-eco .story-facts {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 36px;
  margin: 36px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 28px
}

body.theme-eco .story-facts strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--eco-pine);
  line-height: 1;
  font-style: italic
}

body.theme-eco .story-facts span {
  display: block;
  margin-top: 6px;
  font-size: .82rem;
  color: var(--muted);
  letter-spacing: .04em
}

body.theme-eco .pillars-grid {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px
}

body.theme-eco .pillar-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px 8px 22px 8px;
  padding: 28px 22px 26px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s var(--ease)
}

body.theme-eco .pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(78, 107, 58, .1);
  border-color: transparent
}

body.theme-eco .pillar-icon {
  display: inline-grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--eco-moss);
  margin-bottom: 20px
}

.mobile .theme-eco .pillar-icon {
  width: 62px;
  height: 62px
}

body.theme-eco .pillar-icon svg {
  width: 44px;
  height: 44px
}

.mobile .theme-eco .pillar-icon svg {
  width: 34px;
  height: 34px
}

body.theme-eco .pillar-card h3 {
  font-size: 1.1rem;
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-weight: 600
}

body.theme-eco .pillar-card p {
  margin: 0;
  font-size: .92rem;
  color: var(--fg-soft);
  line-height: 1.6
}

body.theme-eco .cottage-list {
  display: grid;
  gap: 56px;
  margin-top: 40px
}

body.theme-eco .cottage-card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center
}

body.theme-eco .cottage-card--reverse {
  direction: rtl
}

body.theme-eco .cottage-card--reverse>* {
  direction: ltr
}

body.theme-eco .cottage-media {
  position: relative;
  overflow: hidden;
  border-radius: 28px 8px 28px 8px
}

body.theme-eco .cottage-media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform .8s var(--ease)
}

body.theme-eco .cottage-card:hover .cottage-media img {
  transform: scale(1.04)
}

body.theme-eco .cottage-body h3 {
  font-size: 1.7rem;
  margin: 6px 0 12px;
  font-style: italic;
  font-weight: 500
}

body.theme-eco .cottage-body p {
  color: var(--fg-soft);
  margin: 0 0 20px;
  max-width: 44ch
}

body.theme-eco .cottage-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px
}

body.theme-eco .cottage-specs li {
  font-size: .88rem;
  color: var(--eco-pine);
  position: relative;
  padding-right: 22px
}

body.theme-eco .cottage-specs li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: 6px;
  color: var(--muted);
  font-weight: 700
}

body.theme-eco .cottage-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line)
}

body.theme-eco .cottage-price strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  color: var(--fg);
  font-weight: 600
}

body.theme-eco .cottage-price span {
  font-size: .75rem;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase
}

body.theme-eco .experiences-grid {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(260px, auto);
  gap: 20px
}

body.theme-eco .experience-tile {
  position: relative;
  border-radius: 22px 8px 22px 8px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  color: var(--surface);
  transition: transform .4s var(--ease)
}

body.theme-eco .experience-tile--tall {
  grid-row: span 2;
  min-height: 540px
}

body.theme-eco .experience-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease)
}

body.theme-eco .experience-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 30, 18, 0) 40%, rgba(44, 30, 18, .82) 100%)
}

body.theme-eco .experience-tile:hover {
  transform: translateY(-3px)
}

body.theme-eco .experience-tile:hover img {
  transform: scale(1.06)
}

body.theme-eco .experience-body {
  position: relative;
  z-index: 1;
  padding: 22px 22px 24px;
  display: none;
}

body.theme-eco .experience-body h3 {
  color: var(--surface);
  font-size: 1.15rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  margin: 4px 0 6px
}

body.theme-eco .experience-body p {
  color: rgba(251, 247, 238, .88);
  font-size: .86rem;
  margin: 0;
  line-height: 1.5
}

body.theme-eco .experience-meta {
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #e5d4a6;
  font-weight: 600
}

body.theme-eco .dining {
  padding: 130px 0;
  position: relative;
  overflow: hidden;
  color: var(--surface);
  isolation: isolate
}

body.theme-eco .dining-bg {
  position: absolute;
  inset: 0;
  z-index: -1
}

body.theme-eco .dining-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

body.theme-eco .dining-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(59, 45, 33, .72) 0, rgba(44, 74, 49, .55) 55%, rgba(59, 45, 33, .82) 100%)
}

body.theme-eco .dining-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center
}

body.theme-eco .dining-text {
  max-width: 100%
}

body.theme-eco .dining-preview {
  margin: 0;
  position: relative;
  border-radius: 22px 8px 22px 8px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: rgba(0, 0, 0, .25);
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, .55)
}

body.theme-eco .dining-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .35s ease, transform .8s var(--ease)
}

body.theme-eco .dining-preview img.is-fading {
  opacity: 0
}

body.theme-eco .dining-cols>div {
  cursor: pointer;
  padding: 14px 0;
  border-top: 1px solid rgba(229, 212, 166, .18);
  transition: border-color .25s ease, padding-left .25s ease
}

body.theme-eco .dining-cols>div:last-child {
  border-bottom: 1px solid rgba(229, 212, 166, .18)
}

body.theme-eco .dining-cols>div:focus-within,
body.theme-eco .dining-cols>div:hover {
  border-color: #e5d4a6;
  padding-left: 14px
}

@media (max-width:899px) {
  body.theme-eco .dining-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  body.theme-eco .dining-preview {
    aspect-ratio: 16/10;
    order: -1
  }
}

body.theme-eco .dining-text h2 {
  color: var(--surface);
  font-style: italic;
  font-size: clamp(2rem, 4.2vw, 3rem);
  margin: 10px 0 18px
}

body.theme-eco .dining-text .lede {
  font-size: 1.05rem;
  color: rgba(251, 247, 238, .88);
  max-width: 58ch;
  margin-bottom: 40px
}

body.theme-eco .dining-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-bottom: 36px
}

body.theme-eco .dining-cols h3,
body.theme-eco .dining-cols h4 {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #e5d4a6;
  margin: 0 0 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 14px
}

body.theme-eco .dining-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #e5d4a6;
  opacity: .95
}

body.theme-eco .dining-cols p {
  margin: 0;
  color: rgba(251, 247, 238, .82);
  font-size: .95rem;
  line-height: 1.65
}

body.theme-eco .signs-grid {
  list-style: none;
  padding: 36px 16px 20px;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 36px
}

body.theme-eco .sign-card {
  position: relative;
  padding: 40px 34px 30px;
  background: linear-gradient(180deg, rgba(42, 24, 12, .55) 0, rgba(42, 24, 12, .7) 100%), url("/images/stock/dining-bg.jpg") center/cover no-repeat;
  color: var(--surface);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), inset 0 -2px 0 rgba(0, 0, 0, .35), 0 18px 34px rgba(59, 45, 33, .28);
  transition: transform .5s var(--ease);
  transform-origin: top center
}

body.theme-eco .sign-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='200'><filter id='w'><feTurbulence type='fractalNoise' baseFrequency='0.02 2.1' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.27 0 0 0 0 0.17 0 0 0 0 0.07 0 0 0 0.45 0'/></filter><rect width='100%' height='100%' filter='url(%23w)'/></svg>");
  opacity: .08;
  pointer-events: none;
  mix-blend-mode: multiply;
  border-radius: inherit
}

body.theme-eco .sign-card>* {
  position: relative;
  z-index: 1
}

body.theme-eco .sign-card--tilt-left {
  transform: rotate(-1.2deg)
}

body.theme-eco .sign-card--tilt-right {
  transform: rotate(1.2deg)
}

body.theme-eco .sign-card:hover {
  transform: rotate(0) translateY(-4px)
}

body.theme-eco .sign-ropes {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 40px;
  pointer-events: none
}

body.theme-eco .sign-rope {
  position: absolute;
  width: 20px;
  height: 40px;
  top: 0
}

body.theme-eco .sign-rope--left {
  left: 24px
}

body.theme-eco .sign-rope--right {
  right: 24px
}

body.theme-eco .sign-badge {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #e5d4a6;
  font-weight: 600;
  margin-bottom: 12px;
  display: none;
}

body.theme-eco .sign-card h3 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  color: var(--surface);
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 18px
}

body.theme-eco .sign-inclusions {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 8px
}

body.theme-eco .sign-inclusions li {
  position: relative;
  padding-left: 22px;
  font-size: .92rem;
  color: rgba(251, 247, 238, .92);
  line-height: 1.5
}

body.theme-eco .sign-inclusions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 12px;
  height: 9px;
  background: #e5d4a6;
  clip-path: path("M 0 4 C 0 0 5 0 9 2 C 12 4 12 7 9 9 C 5 11 0 8 0 4 Z");
  transform: rotate(-15deg)
}

body.theme-eco .sign-price {
  border-top: 1px solid rgba(229, 212, 166, .24);
  padding-top: 16px;
  margin-bottom: 20px
}

body.theme-eco .sign-price strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--surface);
  line-height: 1
}

body.theme-eco .sign-price span {
  display: block;
  margin-top: 4px;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(229, 212, 166, .7)
}

body.theme-eco .sign-card .btn-forest {
  background: #e5d4a6;
  color: var(--eco-bark)
}

body.theme-eco .sign-card .btn-forest:hover {
  background: var(--surface);
  color: var(--eco-bark)
}

body.theme-eco .gallery--filmstrip {
  display: flex;
  flex-direction: column;
  height: 90vh;
  overflow: hidden;
  padding: 0;
  background: var(--eco-bark-deep, #0e0c09)
}

body.theme-eco .gallery-filmstrip-head {
  flex-shrink: 0;
  padding-top: 52px;
  padding-bottom: 20px
}

body.theme-eco .gallery-filmstrip-head .section-head {
  margin-bottom: 0
}

body.theme-eco .gallery-filmstrip-head h2 {
  color: var(--eco-fog, #e8e0d5)
}

body.theme-eco .gallery-filmstrip-head .eyebrow {
  color: var(--eco-fern, #7aaa6b)
}

body.theme-eco .gallery-filmstrip-nav {
  display: flex;
  align-items: center;
  gap: 8px
}

body.theme-eco .gallery-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(232, 224, 213, .25);
  background: rgba(232, 224, 213, .08);
  color: var(--eco-fog, #e8e0d5);
  cursor: pointer;
  transition: background 180ms, border-color 180ms;
  flex-shrink: 0
}

body.theme-eco .gallery-nav-btn:hover {
  background: rgba(232, 224, 213, .18);
  border-color: rgba(232, 224, 213, .5)
}

body.theme-eco .gallery-nav-btn:focus-visible {
  outline: 2px solid var(--eco-fern, #7aaa6b);
  outline-offset: 2px
}

body.theme-eco .gallery-nav-btn[disabled] {
  opacity: .3;
  cursor: default
}

body.theme-eco .gallery-strip {
  flex: 1;
  min-height: 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 24px 24px;
  cursor: grab
}

body.theme-eco .gallery-strip::-webkit-scrollbar {
  display: none
}

body.theme-eco .gallery-strip.is-grabbing {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none
}

body.theme-eco .gallery-item {
  flex-shrink: 0;
  height: 100%;
  aspect-ratio: 3/2;
  scroll-snap-align: start;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 14px 4px 14px 4px;
  position: relative;
  transition: transform .35s var(--ease)
}

body.theme-eco .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s var(--ease), filter .5s var(--ease)
}

body.theme-eco .gallery-item:hover {
  transform: scale(1.01)
}

body.theme-eco .gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(1.08)
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s var(--ease), visibility .3s var(--ease)
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 11, 6, .85);
  backdrop-filter: blur(8px)
}

.lightbox-figure {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1200px);
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  gap: 12px;
  transform: scale(.95);
  transition: transform .35s var(--ease)
}

.lightbox.is-open .lightbox-figure {
  transform: scale(1)
}

.lightbox-figure img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6)
}

.lightbox-figure figcaption {
  color: #f0e6d2;
  font-size: .88rem;
  text-align: center;
  max-width: 60ch
}

.lightbox-close,
.lightbox-next,
.lightbox-prev {
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  color: #f0e6d2;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s var(--ease)
}

.lightbox-close:hover,
.lightbox-next:hover,
.lightbox-prev:hover {
  background: rgba(255, 255, 255, .22)
}

.lightbox-close {
  top: 24px;
  right: 24px
}

.lightbox-prev {
  left: 24px;
  top: 50%;
  transform: translateY(-50%)
}

.lightbox-next {
  right: 24px;
  top: 50%;
  transform: translateY(-50%)
}

body.theme-eco .testimonials-eco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 44px
}

body.theme-eco .testimonial-eco {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px 8px 22px 8px;
  padding: 28px 26px 24px;
  margin: 0;
  position: relative
}

body.theme-eco .testimonial-eco .stars {
  color: var(--eco-sun);
  letter-spacing: .12em;
  font-size: .96rem;
  margin: 0 0 14px
}

body.theme-eco .testimonial-eco blockquote {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.02rem;
  color: var(--fg);
  line-height: 1.55
}

body.theme-eco .testimonial-eco figcaption strong {
  display: block;
  font-size: .92rem;
  color: var(--fg)
}

body.theme-eco .testimonial-eco figcaption span {
  font-size: .78rem;
  color: var(--muted)
}

body.theme-eco .getting-here-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: center
}

body.theme-eco .getting-here-text h2 {
  font-style: italic;
  margin-top: 8px
}

body.theme-eco .distances {
  display: grid;
  gap: 18px;
  margin: 24px 0 24px
}

body.theme-eco .distances>div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line)
}

body.theme-eco .distances>div:last-of-type {
  border-bottom: 0
}

body.theme-eco .distances dt {
  font-weight: 600;
  color: var(--eco-pine);
  font-size: .92rem;
  letter-spacing: .02em
}

body.theme-eco .distances dd {
  margin: 0;
  color: var(--fg-soft);
  font-size: .95rem
}

body.theme-eco .getting-here-note {
  font-style: italic;
  color: var(--muted);
  font-size: .92rem;
  margin-top: 4px;
  max-width: 58ch
}

body.theme-eco .getting-here-map {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px 8px 22px 8px;
  padding: 18px;
  transform: rotate(-.8deg)
}

body.theme-eco .getting-here-map-link {
  position: relative;
  display: block;
  aspect-ratio: 5/4;
  border-radius: 14px 4px 14px 4px;
  overflow: hidden;
  text-decoration: none;
  outline-offset: 4px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease)
}

body.theme-eco .getting-here-map-link:focus-visible,
body.theme-eco .getting-here-map-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -20px rgba(60, 40, 20, .35)
}

body.theme-eco .getting-here-map-link>svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 14px 4px 14px 4px;
  transition: filter .4s var(--ease)
}

body.theme-eco .getting-here-map-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

body.theme-eco .getting-here-map-link:focus-visible>svg,
body.theme-eco .getting-here-map-link:hover>svg {
  filter: saturate(1.08) brightness(1.02)
}

body.theme-eco .getting-here-map-badge {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: var(--eco-pine, #2c4a31);
  color: #fdf7e9;
  font-family: Inter, sans-serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .4);
  transition: transform .3s var(--ease), background .3s var(--ease)
}

body.theme-eco .getting-here-map-link:focus-visible .getting-here-map-badge,
body.theme-eco .getting-here-map-link:hover .getting-here-map-badge {
  transform: translateX(-2px);
  background: var(--eco-moss, #4e6b3a)
}

body.theme-eco .getting-here-map figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: .82rem;
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase
}

body.theme-eco .book {
  background: var(--bg-alt);
  position: relative
}

body.theme-eco .book::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.17 0 0 0 0 0.14 0 0 0 0 0.09 0 0 0 0.28 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");
  mix-blend-mode: multiply;
  opacity: .14;
  pointer-events: none
}

body.theme-eco .book-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: start
}

body.theme-eco .book-text h2 {
  font-style: italic;
  margin: 8px 0 18px
}

body.theme-eco .book-assurances {
  margin-top: 24px;
  color: var(--fg-soft);
  font-size: .95rem
}

body.theme-eco .book-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px 8px 28px 8px;
  padding: 36px 32px 32px;
  box-shadow: 0 14px 36px rgba(78, 107, 58, .08)
}

body.theme-eco .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

body.theme-eco .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px
}

body.theme-eco .field label {
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--eco-pine);
  margin-bottom: 8px;
  font-weight: 600
}

body.theme-eco .field input,
body.theme-eco .field select,
body.theme-eco .field textarea {
  font-family: inherit;
  font-size: .98rem;
  color: var(--fg);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  outline: 0;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
  width: 100%
}

body.theme-eco .field textarea {
  resize: vertical;
  min-height: 88px
}

body.theme-eco .field input:focus,
body.theme-eco .field select:focus,
body.theme-eco .field textarea:focus {
  border-color: var(--eco-moss);
  box-shadow: 0 0 0 3px rgba(78, 107, 58, .2)
}

body.theme-eco .form-actions {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px
}

body.theme-eco .form-meta {
  font-size: .82rem;
  color: var(--muted);
  margin: 0
}

body.theme-eco .form-meta a {
  color: var(--eco-pine);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px
}

body.theme-eco .selected-pkg {
  background: #efe3c6;
  color: var(--eco-bark);
  border-radius: 999px;
  padding: 8px 18px 8px 16px;
  font-size: .88rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px
}

body.theme-eco .selected-pkg strong {
  color: var(--eco-pine);
  font-style: italic
}

body.theme-eco .selected-pkg-clear {
  background: rgba(0, 0, 0, .08);
  border: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: inherit
}

body.theme-eco .selected-pkg-clear:hover {
  background: rgba(0, 0, 0, .16)
}

body.theme-eco .site-footer--eco {
  background: var(--eco-bark)
}

body.theme-eco .site-footer--eco .footer-brand p,
body.theme-eco .site-footer--eco .footer-cols a {
  color: rgba(251, 247, 238, .72)
}

body.theme-eco .site-footer--eco .footer-cols h3 {
  color: var(--surface)
}

body.theme-eco .site-footer--eco .footer-cols a:hover {
  color: var(--eco-sun)
}

body.theme-eco .site-footer--eco .footer-bottom {
  border-top: 1px solid rgba(251, 247, 238, .14);
  color: rgba(251, 247, 238, .85)
}

body.theme-eco .site-footer--eco .footer-bottom a {
  color: rgba(251, 247, 238, .94);
  border-bottom-color: rgba(251, 247, 238, .3)
}

body.theme-eco .site-footer--eco .footer-bottom a:hover {
  color: var(--eco-sun);
  border-bottom-color: var(--eco-sun)
}

body.theme-eco .reveal-stagger>* {
  opacity: 0;
  translate: 0 12px;
  transition: opacity .7s var(--ease), translate .7s var(--ease)
}

body.theme-eco .reveal-stagger.is-visible>:first-child {
  transition-delay: 0s
}

body.theme-eco .reveal-stagger.is-visible>:nth-child(2) {
  transition-delay: 80ms
}

body.theme-eco .reveal-stagger.is-visible>:nth-child(3) {
  transition-delay: 160ms
}

body.theme-eco .reveal-stagger.is-visible>:nth-child(4) {
  transition-delay: 240ms
}

body.theme-eco .reveal-stagger.is-visible>:nth-child(5) {
  transition-delay: 320ms
}

body.theme-eco .reveal-stagger.is-visible>:nth-child(6) {
  transition-delay: 0.4s
}

body.theme-eco .reveal-stagger.is-visible>* {
  opacity: 1;
  translate: 0 0
}

@media (max-width:1024px) {
  body.theme-eco .section {
    padding: 90px 0
  }

  body.theme-eco .book-inner,
  body.theme-eco .getting-here-inner,
  body.theme-eco .story-inner {
    grid-template-columns: 1fr;
    gap: 44px
  }

  body.theme-eco .pillars-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  body.theme-eco .cottage-card,
  body.theme-eco .cottage-card--reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    direction: ltr
  }

  body.theme-eco .experiences-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  body.theme-eco .experience-tile--tall {
    grid-row: auto;
    min-height: 260px
  }

  body.theme-eco .dining-cols {
    grid-template-columns: 1fr;
    gap: 24px
  }

  body.theme-eco .signs-grid {
    grid-template-columns: 1fr;
    gap: 44px
  }

  body.theme-eco .testimonials-eco-grid {
    grid-template-columns: 1fr
  }

  body.theme-eco .story-facts {
    gap: 24px;
    flex-wrap: wrap
  }

  body.theme-eco .gallery--filmstrip {
    height: 70vh
  }

  body.theme-eco .gallery-filmstrip-head {
    padding-top: 32px
  }

  body.theme-eco .gallery-item {
    aspect-ratio: 4/3
  }
}

@media (max-width:720px) {
  body.theme-eco .section {
    padding: 72px 0
  }

  body.theme-eco .hero--eco {
    min-height: 84vh;
    padding: 120px 0 60px
  }

  body.theme-eco .hero--eco h1 {
    font-size: clamp(2.2rem, 8vw, 3.4rem)
  }

  body.theme-eco .hero-badges {
    gap: 12px 18px
  }

  body.theme-eco .pillars-grid {
    grid-template-columns: 1fr
  }

  body.theme-eco .experiences-grid {
    grid-template-columns: 1fr
  }

  #experiences {
    padding-top: 0
  }

  body.theme-eco .gallery--filmstrip {
    height: auto;
    min-height: 90svh
  }

  body.theme-eco .gallery-strip {
    padding-bottom: 20px
  }

  body.theme-eco .form-row {
    grid-template-columns: 1fr;
    gap: 0
  }

  body.theme-eco .sign-card {
    padding: 32px 24px 26px
  }

  body.theme-eco .sign-card--tilt-left,
  body.theme-eco .sign-card--tilt-right {
    transform: rotate(-.4deg)
  }

  body.theme-eco .sign-card--tilt-right {
    transform: rotate(.4deg)
  }

  body.theme-eco .distances>div {
    grid-template-columns: 1fr;
    gap: 4px
  }

  body.theme-eco .getting-here-map {
    transform: rotate(0)
  }

  body.theme-eco .cottage-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px
  }
}

@media (max-width:450px) {
  body.theme-eco .hero--eco {
    padding: 110px 0 50px
  }

  body.theme-eco .hero-sub {
    font-size: 1rem
  }

  body.theme-eco .book-form {
    padding: 26px 22px 26px
  }

  body.theme-eco .signs-grid {
    padding: 28px 4px 16px
  }
}

@media (prefers-reduced-motion:reduce) {

  body.theme-eco .hero-image img,
  body.theme-eco .hero-leaf,
  body.theme-eco .hero-scroll-hint,
  body.theme-eco .sign-card {
    animation: none !important;
    transition: none !important;
    transform: none !important
  }

  body.theme-eco .reveal-stagger>* {
    opacity: 1;
    translate: 0 0
  }
}

body.theme-eco .pf-root {
  --pf-accent-soft: rgba(78, 107, 58, 0.08);
  --pf-accent-strong: #3d5630
}

body.theme-eco .logo-mark {
  width: auto;
  border-radius: 0;
  object-fit: contain
}

body.theme-eco .logo-mark {
  width: 144px;
  height: 144px;
  border-radius: 0;
  min-width: 144px;
  object-fit: cover;
  max-height: 80px
}

body.theme-eco section.section.offers-section {
  padding: 0
}

@media (max-width:767px) {
  body.theme-eco .site-header:not(.is-scrolled) .primary-nav a {
    color: #2a2418
  }
}

@media (max-width:768px) {
  body.theme-eco .gallery-item {
    aspect-ratio: 3/4;
    height: 52vh;
    flex-shrink: 0;
    margin: 16px
  }
}

.sign-card h3 a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size .25s ease
}

.sign-card h3 a:focus-visible,
.sign-card h3 a:hover {
  background-size: 100% 1px
}

.sign-details-link {
  display: inline-block;
  margin: 14px 0 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 14px;
  color: #e5d4a6;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(229, 212, 166, .5);
  transition: color .2s ease, text-decoration-color .2s ease;
  display: none;
}

.sign-details-link:focus-visible,
.sign-details-link:hover {
  color: #f4efe4;
  text-decoration-color: #f4efe4
}

.theme-eco.page-akasa-dalhousie #book,
.theme-eco.page-akasa-dalhousie #cottagesSection {
  display: none
}

body.theme-eco.page-akasa-dalhousie .dining body.theme-eco h3 {
  color: #4e6b3a
}

@media (min-width:900px) {
  body.theme-eco button.nav-more-btn:hover {
    font-weight: 500
  }

  body.theme-eco .site-header:not(.is-scrolled) .nav-more-btn {
    color: rgba(242, 237, 228, .92)
  }

  body.theme-eco .site-header:not(.is-scrolled) .more-dropdown a,
  body.theme-eco .site-header:not(.is-scrolled) .more-dropdown a:hover {
    color: #000
  }
}

body.theme-eco .rate-strike {
  color: var(--muted, #6f6a62);
  text-decoration: line-through;
  font-weight: 400;
  font-size: .9em;
  margin-right: 4px
}

body.theme-eco .rate-discounted {
  color: var(--eco-pine, #2c4a31);
  font-weight: 600
}

body.theme-eco .cottage-price strong {
  color: var(--eco-pine, #2c4a31)
}

body.theme-eco .room-slider-overlay .room-slider-meta {
  margin: 8px 0 18px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--cream, #faf6ef)
}

body.theme-eco .room-slider-overlay .room-slider-price {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--cream, #faf6ef)
}

body.theme-eco .room-slider-overlay .room-slider-price-meta {
  font-size: .8rem;
  color: rgba(250, 246, 239, .75);
  letter-spacing: .02em
}

body.theme-eco .room-slider-overlay .rate-strike {
  color: rgba(250, 246, 239, .55)
}

.mobile .page-akasa-dalhousie-rooms #book {
  padding-top: 0
}

/* ===========================================================
   RESPONSIVE OVERRIDES (Akasa / Eco theme)
   =========================================================== */

body.theme-eco .gallery--filmstrip,
body.theme-eco .gallery-strip,
body.theme-eco .signs-grid,
body.theme-eco .pillars-grid,
body.theme-eco .experiences-grid {
  max-width: 100%;
}

body.theme-eco .gallery-strip {
  -webkit-overflow-scrolling: touch;
}

body.theme-eco .sign-card,
body.theme-eco .pillar-card,
body.theme-eco .cottage-card,
body.theme-eco .cottage-card--reverse,
body.theme-eco .experience-tile {
  min-width: 0;
  max-width: 100%;
}

@media (max-width:1280px) {
  body.theme-eco .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:899px) {
  body.theme-eco .container,
  body.theme-eco .section > .container,
  body.theme-eco .section > .book-inner,
  body.theme-eco .section > .getting-here-inner,
  body.theme-eco .section > .story-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.theme-eco .testimonials-eco-grid {
    grid-template-columns: 1fr;
  }

  body.theme-eco .distances > div {
    grid-template-columns: 140px 1fr;
  }
}

@media (max-width:767px) {
  body.theme-eco .container,
  body.theme-eco .section > .container,
  body.theme-eco .section > .book-inner,
  body.theme-eco .section > .getting-here-inner,
  body.theme-eco .section > .story-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.theme-eco .signs-grid {
    grid-template-columns: 1fr;
    padding: 24px 4px 14px;
    gap: 32px;
  }

  body.theme-eco .sign-card {
    padding: 28px 22px 22px;
  }

  body.theme-eco .gallery-strip {
    padding: 0 16px 18px;
  }

  body.theme-eco .site-footer--eco .footer-top {
    gap: 28px;
    padding: 48px 16px 28px;
  }
}

@media (max-width:560px) {
  body.theme-eco .container,
  body.theme-eco .section > .container,
  body.theme-eco .section > .book-inner,
  body.theme-eco .section > .getting-here-inner,
  body.theme-eco .section > .story-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.theme-eco .book-form {
    padding: 24px 18px;
    border-radius: 16px 4px 16px 4px;
  }

  body.theme-eco .cottage-body h3 {
    font-size: 1.45rem;
  }

  body.theme-eco .pillar-icon {
    width: 64px;
    height: 64px;
  }

  body.theme-eco .pillar-icon svg {
    width: 34px;
    height: 34px;
  }

  body.theme-eco .getting-here-map {
    transform: rotate(0);
    padding: 12px;
  }
}

@media (max-width:380px) {
  body.theme-eco .container,
  body.theme-eco .section > .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.theme-eco .distances > div {
    grid-template-columns: 1fr;
  }
}

body.theme-eco .kitchen {
  /* background: var(--bg-alt); */
  position: relative;
  overflow: hidden;
}

body.theme-eco .kitchen-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.theme-eco .kitchen-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .18;
  filter: saturate(.7) brightness(1.04);
}

body.theme-eco .kitchen-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg-alt) 0, rgba(232, 223, 204, .6) 100%);
}

body.theme-eco .section > .kitchen-inner {
  position: relative;
  z-index: 1;
}

body.theme-eco .kitchen-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

body.theme-eco .kitchen-media {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4/5;
  position: relative;
}

body.theme-eco .kitchen-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.theme-eco .kitchen-slider .ks-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

body.theme-eco .kitchen-slider .ks-slide.is-active {
  opacity: 1;
}

body.theme-eco .kitchen-cols {
  list-style: none;
  padding: 0;
  margin: 28px 0 32px;
  display: grid;
  gap: 24px;
}

body.theme-eco .kitchen-cols h3 {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: var(--fg-soft);
  margin: 0 0 .4em;
}

body.theme-eco .kitchen-cols p {
  font-size: .95rem;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 900px) {
  body.theme-eco .kitchen-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.newsletter {
  padding: 48px 0;
  /* background: var(--bg-alt); */
}
/* #story{
  background: var(--bg-alt);
} */
/* #packages{
  background: var(--bg-alt);
} */

#stay{
  background: var(--bg-alt);
}

.section-alt {
  /* background: var(--bg-alt); */
  background: unset;
}
@media screen and (max-width: 768px){
  body.theme-eco .pillars-grid {
      grid-template-columns: repeat(1, 1fr);
  }
}
