html {
  scroll-behavior: smooth;
  background-color: #000;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
.reveal-ready .section:not(.head) h2,
.reveal-ready .section .lede,
.reveal-ready .section .columns,
.reveal-ready .section:not(.head) .button,
.reveal-ready .event,
.reveal-ready .embla,
.reveal-ready .garden-feature,
.reveal-ready .contact-grid,
.reveal-ready .faq-grid,
.reveal-ready .hours,
.reveal-ready .connects {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-ready .section:not(.head) h2.is-visible,
.reveal-ready .section .lede.is-visible,
.reveal-ready .section .columns.is-visible,
.reveal-ready .section:not(.head) .button.is-visible,
.reveal-ready .event.is-visible,
.reveal-ready .embla.is-visible,
.reveal-ready .garden-feature.is-visible,
.reveal-ready .contact-grid.is-visible,
.reveal-ready .faq-grid.is-visible,
.reveal-ready .hours.is-visible,
.reveal-ready .connects.is-visible {
  opacity: 1;
  transform: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #eec87d;
  outline-offset: 3px;
  border-radius: 2px;
}

::selection {
  background: rgba(238, 200, 125, 0.85);
  color: #1f1f1f;
}

::-moz-selection {
  background: rgba(238, 200, 125, 0.85);
  color: #1f1f1f;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 7000;
  pointer-events: none;
  opacity: 0.085;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
}

body, input, textarea {
  font-family: "Outfit", -apple-system, sans-serif;
  font-weight: 300;
  color: #1f1f1f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga";
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "kis_btroman";
  src: url("../assets/fonts/kis_bt-webfont.woff2") format("woff2"), url("../assets/fonts/kis_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background: transparent;
}

.clear {
  clear: both;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.section a, .button, #nav a, .dark, img, input {
  -webkit-transition: 0.2s;
  transition: ease-in-out 0.2s;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  padding-top: env(safe-area-inset-top, 0);
  pointer-events: none;
}
#nav .mobile-menu {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}
#nav #menu-items {
  z-index: 9000;
  display: block;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 14px auto;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
  transition: background 0.35s ease, border-color 0.35s ease;
  text-align: center;
}
#nav #menu-items a {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 500;
  padding: 13px 15px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 0.8125rem;
  text-decoration: none;
  box-sizing: border-box;
  transition: color 0.2s ease;
}
#nav #menu-items a:hover {
  color: #fff;
}
#nav #menu-items span {
  text-transform: uppercase;
  font-size: 0.7em;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #74302a;
  color: #74302a;
  padding: 2px 3.5px 1.5px;
  margin: 0 3px 0 0;
}
#nav #menu-items .current, #nav #menu-items .current:hover {
  cursor: default;
  opacity: 1;
  color: #eec87d;
}
#nav #menu-items .current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  width: 14px;
  height: 1.5px;
  background: #eec87d;
  border-radius: 2px;
  animation: navUnderlineIn 0.25s ease-out;
}
#nav #menu-items a {
  position: relative;
}
#nav #menu-items .last {
  margin-right: 0;
}

@keyframes navUnderlineIn {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 14px;
    opacity: 1;
  }
}
#nav.over-light #menu-items {
  background: rgba(20, 14, 10, 0.72);
  border-color: rgba(255, 255, 255, 0.28);
}

.section {
  padding: 124px 0 112px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5000;
  position: relative;
}
.section h1, .section h2, .section h3, .section h4, .section .button {
  padding: 0 0 15px;
}
.section h1, .section h2, .section h3, .section h4 {
  line-height: 115%;
}
.section a {
  color: #74302a;
  text-decoration: underline;
  text-decoration-color: rgba(116, 48, 42, 0.35);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  border-bottom: 0;
  opacity: 1;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, text-decoration-thickness 0.2s ease;
}
.section a:hover {
  color: #000;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
}
.section p:not(.button) a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 0% 1.5px;
  padding-bottom: 2px;
  transition: background-size 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
}
.section p:not(.button) a:hover {
  background-size: 100% 1.5px;
}
.section p {
  line-height: 1.55;
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.0625rem);
  padding: 0 0 22px;
}
.section h1 {
  font-size: 40px;
  letter-spacing: normal;
}
.section h2 {
  font-size: clamp(2.125rem, 1.55rem + 2.5vw, 2.75rem);
  padding-bottom: 40px;
  color: #74302a;
  text-align: center;
  font-family: "kis_btroman", sans-serif;
  line-height: 110%;
  letter-spacing: normal;
}
.section:not(.head) h2::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 20px;
  background-color: currentColor;
  -webkit-mask: url("../images/monogram.svg") center/contain no-repeat;
  mask: url("../images/monogram.svg") center/contain no-repeat;
  opacity: 0.9;
}
.section:not(.head) h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 20px auto 0;
  background: currentColor;
  border-radius: 2px;
}
.section .lede {
  font-family: "kis_btroman", sans-serif;
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.5rem);
  line-height: 1.55;
  letter-spacing: 0.005em;
  max-width: 720px;
  margin: 0 auto 32px;
  padding: 0;
  text-align: center;
}
.section .dropcap::first-letter {
  float: left;
  font-family: "kis_btroman", sans-serif;
  font-size: 3.4em;
  line-height: 0.72;
  padding: 6px 10px 0 0;
  color: #74302a;
}
.section h3 {
  font-size: clamp(1.5rem, 1.27rem + 1vw, 1.75rem);
  color: #74302a;
  text-align: center;
  font-family: "kis_btroman", sans-serif;
  letter-spacing: normal;
}
.section h4 {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: clamp(1.25rem, 1.13rem + 0.5vw, 1.375rem);
  font-family: "kis_btroman", sans-serif;
}
.section .columns {
  max-width: 900px;
  column-count: 2;
  column-gap: 30px;
  margin: 0 auto;
  text-align: left;
}
.section .columns p {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 18px;
  break-inside: avoid-column;
}
.section .button {
  display: block;
  margin-top: 35px;
  padding: 0;
  text-align: center;
}
.section .button a {
  display: inline-block;
  border: 1.5px solid #74302a;
  color: #74302a;
  text-decoration: none;
  padding: 14px 26px;
  font-size: clamp(0.875rem, 0.83rem + 0.2vw, 0.9375rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: "Outfit", sans-serif;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s ease, border-color 0.25s ease, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease;
}
.section .button a:hover {
  background: #74302a;
  color: #fff;
  border-color: #74302a;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(116, 48, 42, 0.22);
}
.section .button a:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(116, 48, 42, 0.18);
  transition-duration: 0.05s;
}
.section .button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 55%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-18deg);
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.section .button a:hover::before {
  left: 130%;
}
.section .modal-button {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.section .modal-button a {
  margin: 0;
}
.section .faq-wrap {
  max-width: 800px;
  margin: 15px auto 0;
  padding-bottom: 20px;
}
.section button.question {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: transparent;
  border: 2px solid #74302a;
  color: #74302a;
  cursor: pointer;
  max-width: auto !important;
  padding: 12px 16px;
  width: 100%;
  font-family: "Outfit";
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  outline: none;
  transition: 0.3s;
  margin-bottom: 8px;
  font-size: clamp(0.875rem, 0.83rem + 0.2vw, 0.9375rem);
  box-sizing: border-box;
}
.section button.question.active, .section button.question:hover {
  border-color: #000;
  color: #000;
}
.section button.question::after {
  content: "+";
  color: #74302a;
  font-size: 1.5em;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
}
.section button.question:hover::after {
  color: #74302a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section button.question.active::after {
  content: "+";
  transform: rotate(45deg);
  color: #74302a;
}
.section div.answer {
  padding: 0 0 0 15px;
  background: transparent;
  max-height: 0;
  text-align: left;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.section div.answer a, .section div.answer a:hover {
  color: #000;
  border-bottom-color: #000;
  opacity: 0.7;
}
.section div.answer a:hover {
  opacity: 1;
}
.section div.answer p:last-child {
  padding-bottom: 30px;
}
.section div.answer.show {
  opacity: 1;
  max-height: 900px;
}

.slider {
  position: fixed;
  inset: 0;
  height: 100vh;
  height: 100svh;
  min-height: 100svh;
  z-index: -1000;
  overflow: hidden;
}
.slider .slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity, transform;
  animation: heroSlide 20s infinite cubic-bezier(0.4, 0, 0.2, 1), heroZoom 60s infinite ease-in-out;
}
.slider .slide:nth-child(1) {
  animation-delay: -1s, 0s;
}
.slider .slide:nth-child(2) {
  animation-delay: 3s, 0s;
}
.slider .slide:nth-child(3) {
  animation-delay: 7s, 0s;
}
.slider .slide:nth-child(4) {
  animation-delay: 11s, 0s;
}
.slider .slide:nth-child(5) {
  animation-delay: 15s, 0s;
}

@keyframes heroZoom {
  0%, 100% {
    transform: scale(1) translateZ(0);
  }
  50% {
    transform: scale(1.06) translateZ(0);
  }
}
@keyframes heroSlide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.head {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  text-align: center;
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: max(100svh, 600px);
  box-sizing: border-box;
  width: 100%;
}
.head .wrap {
  max-width: 100%;
}
.head .logo {
  width: 360px;
  height: auto;
  margin: 25px 0 25px;
}
.head h1 {
  color: #fff;
  font-family: "kis_btroman", sans-serif;
}
.head h2 {
  color: #eec87d;
  font-size: clamp(1rem, 0.8rem + 0.9vw, 1.25rem);
}
.head .hero {
  position: absolute;
  bottom: 8%;
  padding: 0;
  width: 100%;
}
.head .hero h1, .head .hero h2 {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 115%;
  padding-bottom: 10px;
}
.head .hero h1 {
  font-size: clamp(2.625rem, 1.85rem + 3.4vw, 4rem);
  line-height: 1.05;
  letter-spacing: normal;
}
.head .hero h2 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 0.8rem + 0.9vw, 1.25rem);
  padding-bottom: 5px;
  letter-spacing: normal;
}
.head .button a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  opacity: 0.92;
}
.head .button a:first-child {
  margin-right: 18px;
}
.head .button a:hover {
  opacity: 1;
  background: #fff;
  color: #1a1310;
  border-color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.head .logo,
.head .hero h1,
.head .hero h2,
.head .hero .button {
  animation: heroRise 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.head .logo {
  animation-delay: 0.1s;
}

.head .hero h1 {
  animation-delay: 0.34s;
}

.head .hero h2 {
  animation-delay: 0.5s;
}

.head .hero .button {
  animation-delay: 0.66s;
}

.head .open-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 22px 0 0;
  padding: 8px 18px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Outfit", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.head .open-status:empty {
  display: none;
}
.head .open-status.is-shown {
  opacity: 1;
}
.head .open-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b9a36a;
  flex-shrink: 0;
}
.head .open-status[data-state=open]::before {
  background: #6bbf6b;
  box-shadow: 0 0 8px rgba(107, 191, 107, 0.85);
}
.head .open-status[data-state=soon]::before {
  background: #eec87d;
}
.head .open-status[data-state=closed]::before {
  background: #c2756a;
}

.about, .golf {
  background: rgba(247, 241, 229, 0.92);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.pullquote {
  position: relative;
  z-index: 5000;
  background: rgba(31, 23, 18, 0.92);
  text-align: center;
  padding: 92px 24px;
}
.pullquote .monogram {
  width: 46px;
  height: 46px;
  margin: 0 auto 26px;
  color: #eec87d;
  opacity: 0.95;
}
.pullquote blockquote {
  font-family: "kis_btroman", sans-serif;
  font-size: clamp(1.6rem, 1.2rem + 1.9vw, 2.4rem);
  line-height: 1.32;
  color: #e6d8be;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}

.golf {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  color: #fff;
}
.golf .wrap {
  max-width: 800px;
}
.golf .logo {
  width: 400px;
  margin: 0 auto 50px;
  display: block;
}
.golf p {
  font-size: 18px;
}
.golf h2 {
  color: #e6d8be;
}
.golf h4 {
  color: #eec87d;
  font-size: 34px;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2.5px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 35px;
}
.golf .golf-logo {
  width: 190px;
  margin: 0 auto;
  display: block;
  filter: invert(100%) hue-rotate(180deg) brightness(100%) saturate(0%);
}
.golf .widget-container {
  text-align: center;
  padding-top: 20px;
}
.golf ul {
  padding-left: 20px;
  margin: 0 0 15px;
  font-family: "kis_btroman", sans-serif;
}
.golf ul li {
  font-size: 24px;
  list-style-type: circle;
  padding: 0 0 15px;
  line-height: 140%;
}
.golf ul li strong {
  font-weight: bold;
  color: #e6d8be;
}

.embla {
  position: relative;
  margin: 0 0 40px;
  height: 70vh;
  overflow: hidden;
  cursor: grab;
}
.embla:active {
  cursor: grabbing;
}
.embla::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 8;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.28);
}

.embla__viewport {
  overflow: hidden;
  height: 100%;
}

.embla__container {
  display: flex;
  height: 100%;
  touch-action: pan-y pinch-zoom;
}

.embla__slide {
  flex: 0 0 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.embla__slide img {
  height: 100%;
  width: auto;
  display: block;
  filter: saturate(80%) brightness(72%);
  transform: scale(1);
  transition: filter 0.5s ease, transform 7s ease-out;
  user-select: none;
  -webkit-user-drag: none;
}
.embla__slide.is-selected img {
  filter: saturate(100%) brightness(100%);
  transform: scale(1.05);
}

.embla__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.2s ease, transform 0.2s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.embla__btn:hover {
  background: rgba(0, 0, 0, 0.78);
  transform: translateY(-50%) scale(1.06);
}
.embla__btn:disabled {
  opacity: 0.18 !important;
  cursor: default;
  pointer-events: none;
}
.embla__btn--prev {
  left: 20px;
}
.embla__btn--next {
  right: 20px;
}
.embla__btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  display: block;
}

.embla:hover .embla__btn:not(:disabled) {
  opacity: 1;
}

.embla__dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  z-index: 9;
}

.embla__dot {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
}
.embla__dot:hover {
  background: rgba(255, 255, 255, 0.65);
}
.embla__dot.is-selected {
  width: 32px;
  background: rgba(255, 255, 255, 0.25);
  cursor: default;
}

.embla__dot-progress {
  display: block;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 100px;
}

.embla__dot.is-selected .embla__dot-progress {
  animation: emblaDotProgress var(--embla-autoplay, 5500ms) linear forwards;
}

@keyframes emblaDotProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.food {
  background: rgba(58, 35, 25, 0.9);
  color: #fff;
  text-align: center;
  padding: 0 0 112px;
}
.food h2 {
  color: #eec87d;
}
.food .button a {
  border-color: rgba(255, 255, 255, 0.85);
  color: #fff;
}
.food .button a:hover {
  color: #74302a;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}
.food .button-book {
  margin-top: 40px;
}
.food .button-book a {
  border-color: #eec87d;
  color: #eec87d;
}
.food .button-book a:hover {
  background: #eec87d;
  color: #74302a;
  border-color: #eec87d;
  box-shadow: 0 8px 24px rgba(238, 200, 125, 0.28);
}

.garden {
  background: rgba(240, 247, 229, 0.92);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  text-align: center;
  padding-top: 0;
}
.garden h2 {
  color: #62742a;
}
.garden .button a {
  color: #62742a;
  border-color: #62742a;
}
.garden .button a:hover {
  background: #62742a;
  border-color: #62742a;
  color: #fff;
}
.garden .modal-button {
  margin-top: 30px;
}
.garden .garden-note {
  max-width: 700px;
  margin: 16px auto 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #645c54;
}
.garden .garden-feature {
  max-width: 760px;
  margin: 55px auto 0;
  padding: 34px 38px;
  background: rgba(38, 52, 30, 0.96);
  border: 1px solid rgba(238, 200, 125, 0.25);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  text-align: center;
}
.garden .garden-feature .garden-feature__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #eec87d;
  padding-bottom: 12px;
}
.garden .garden-feature h3 {
  color: #fff;
  font-family: "kis_btroman", sans-serif;
  font-size: 30px;
  letter-spacing: normal;
  padding-bottom: 14px;
}
.garden .garden-feature p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.garden .garden-feature .button {
  margin-top: 24px;
}
.garden .garden-feature .button a {
  color: #f5d994;
  border-color: #f5d994;
}
.garden .garden-feature .button a:hover {
  background: #f5d994;
  border-color: #f5d994;
  color: #26341e;
}

.food .dropcap::first-letter {
  color: #eec87d;
}

.garden .dropcap::first-letter {
  color: #62742a;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modalIn {
  0% {
    transform: scale(0.9) translateY(-100%);
    opacity: 0;
  }
  85% {
    transform: scale(1.05) translateY(10%);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes modalOut {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(0.9) translateY(-100%);
    opacity: 0;
  }
}
body.modal-open {
  overflow: hidden;
}

.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 7vh;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.menu-modal.open {
  display: flex;
  /* Ensure modal is flex */
  animation: fadein 0.5s forwards;
}
.menu-modal.closing {
  animation: fadeout 0.5s forwards;
}
.menu-modal .close-btn {
  position: absolute;
  top: 0px;
  right: 30px;
  border: none;
  padding: 0;
  background: none;
  font-size: 3.5em;
  cursor: pointer;
  color: #eec87d;
}
.menu-modal .menu-content {
  text-align: center;
  background-size: cover;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 93vh;
  width: 100%;
  margin: 0 auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  /* Animate modal content fade in/out */
}
.menu-modal .menu-content.open {
  animation: fadein 0.5s forwards;
}
.menu-modal .menu-content.closing {
  animation: fadeout 0.5s forwards;
}
.menu-modal .menu-content {
  /* Animate canvas element */
}
.menu-modal .menu-content canvas {
  width: 100% !important;
  max-width: 800px !important;
  height: auto !important;
  opacity: 0;
}
.menu-modal .menu-content {
  /* When the modal is open, animate the canvas in */
}
.menu-modal .menu-content.open canvas {
  animation: modalIn 0.5s forwards;
}
.menu-modal .menu-content {
  /* When the modal is closing, animate the canvas out */
}
.menu-modal .menu-content.closing canvas {
  animation: modalOut 0.5s forwards;
}

.experiences {
  background: rgba(27, 20, 15, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  text-align: center;
}
.experiences h2 {
  color: #eec87d;
}
.experiences h3 {
  color: #fff;
  color: #e6d8be;
}
.experiences p {
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.0625rem);
  margin: 0;
  padding: 0;
  text-align: left;
}
.experiences .event {
  vertical-align: top;
  width: 48%;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 24px 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin: 0 0.5%;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.experiences .event:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(238, 200, 125, 0.25);
  transform: translateY(-2px);
}
.experiences .event img {
  width: 100%;
  max-width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 4px;
  border: 0;
  margin: 0 0 22px;
  display: block;
}
.experiences .event .event-date, .experiences .event strong {
  text-align: left;
  font-size: 0.8125rem;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #eec87d;
  padding: 0 0 8px;
  display: block;
}
.experiences .event h3 {
  font-family: "kis_btroman", sans-serif;
  font-size: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 0 0 14px;
  line-height: 1.15;
}
.experiences .event p {
  color: rgba(255, 255, 255, 0.78);
  padding: 0 0 18px;
}
.experiences .event .button {
  text-align: left;
  margin-top: 10px;
  justify-content: flex-start;
}
.experiences .event .button a {
  color: #e6d8be;
  border-color: #e6d8be;
}
.experiences .event .button a:hover {
  background: #e6d8be;
  border-color: #e6d8be;
  color: #1a1310;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
}
.experiences .button a {
  color: #eec87d;
  border-color: #eec87d;
}
.experiences .button a:hover {
  background: #eec87d;
  border-color: #eec87d;
  color: #1a1310;
  box-shadow: 0 8px 22px rgba(238, 200, 125, 0.25);
}

.vouchers {
  background: rgba(218, 189, 147, 0.85);
  text-align: center;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.vouchers .columns {
  column-count: 1;
}
.vouchers a {
  border: none;
}
.vouchers img {
  width: 70%;
  height: auto;
  max-width: 300px;
  border-radius: 10px;
  margin: 15px 12px 35px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}
.vouchers .forefront {
  transform: none;
}
.vouchers img:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
  opacity: 1;
  cursor: pointer;
  z-index: 1000;
}

.bookings {
  text-align: center;
  background: rgba(45, 30, 23, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
}
.bookings h2 {
  color: #eec87d;
}
.bookings .lede {
  color: #e6d8be;
}
.bookings p {
  color: rgba(255, 255, 255, 0.82);
}
.bookings a {
  color: #eec87d;
}
.bookings a:hover {
  color: #fff;
}
.bookings .button a {
  color: #eec87d;
  border-color: #eec87d;
}
.bookings .button a:hover {
  background: #eec87d;
  border-color: #eec87d;
  color: #1a1310;
}
.bookings .widget-container {
  margin: 0 auto;
  text-align: center;
}

.contact {
  background: rgba(247, 241, 229, 0.92);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #000;
  text-align: center;
  padding-top: 0;
  padding-bottom: 112px;
}
.contact iframe {
  margin: 5px 0 20px;
  width: 100%;
  height: 45vh;
  pointer-events: none;
}
.contact a.map-container {
  position: relative;
  display: block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
  filter: grayscale(70%);
  transition: filter 0.4s ease, transform 0.4s ease;
}
.contact a.map-container:hover {
  filter: grayscale(0%);
}
.contact a.map-container:hover .map-cta, .contact a.map-container:focus-visible .map-cta {
  opacity: 1;
  transform: translateY(0);
}
.contact a.map-container .map-cta {
  position: absolute;
  bottom: 14px;
  right: 14px;
  padding: 9px 16px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 100px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .contact a.map-container .map-cta {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact .embla {
  height: 70vh;
}
.contact .embla .embla__slide {
  height: 100%;
}
.contact h2 {
  color: #74302a;
}
.contact h3 {
  color: #74302a;
  font-size: clamp(1.5rem, 1.27rem + 1vw, 1.75rem);
  margin-top: 25px;
}
.contact p strong {
  font-weight: bold;
  color: #74302a;
}
.contact .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 60px;
  max-width: 1080px;
  margin: 20px auto 50px;
  text-align: left;
  align-items: start;
}
.contact .contact-col {
  text-align: center;
}
.contact .contact-col h3:first-child {
  margin-top: 0;
}
.contact .contact-map .map-container {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.contact .contact-map iframe {
  margin: 0;
  height: 420px;
}
.contact .contact-info p {
  max-width: 560px;
  margin: 0 auto;
}
.contact .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: start;
}
.contact .faq-grid .faq-col {
  min-width: 0;
}
.contact .faq-grid .faq-item {
  margin-bottom: 8px;
}
.contact .hours {
  max-width: 900px;
  margin: 10px auto 45px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 55px;
  justify-content: center;
  align-items: flex-start;
  font-variant-numeric: tabular-nums;
}
.contact .hours-block {
  flex: 0 1 250px;
  min-width: 220px;
  text-align: center;
}
.contact .hours-block h4 {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(0.875rem, 0.83rem + 0.2vw, 0.9375rem);
  font-weight: 500;
  color: #74302a;
  padding: 0 0 12px;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(116, 48, 42, 0.2);
  text-align: center;
  line-height: 1.3;
}
.contact .hours-block .hours-open {
  font-size: clamp(1rem, 0.8rem + 0.9vw, 1.25rem);
  line-height: 1.4;
  padding: 0 0 10px;
  color: #1f1f1f;
}
.contact .hours-block .hours-open strong {
  color: #74302a;
  font-weight: 700;
}
.contact .hours-block .hours-food {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 6px;
}
.contact .hours-block .hours-food li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.0625rem);
  line-height: 1.7;
  color: #1f1f1f;
}
.contact .hours-block .hours-food li em {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.6875rem;
  color: #645c54;
  font-weight: 500;
  font-style: normal;
  min-width: 56px;
}
.contact .hours-block .hours-note {
  font-size: 0.6875rem;
  color: #645c54;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 0 0;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1.3;
}
.contact .hours-closed p {
  color: #645c54;
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.0625rem);
  padding: 6px 0 0;
}

.connect {
  background: rgba(20, 14, 10, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.connect h2 {
  color: #eec87d;
}
.connect .lede {
  color: #e6d8be;
  margin-bottom: 42px;
}
.connect .lede a {
  color: #eec87d;
}
.connect .lede a:hover {
  color: #fff;
}
.connect .ig-feed {
  margin-bottom: 46px;
}
.connect .connects {
  text-align: center;
  padding: 0;
}
.connect .connects a {
  padding: 0.85em 1.4em;
  margin: 6px 8px;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  border: 1.5px solid #eec87d;
  border-radius: 1px;
  color: #eec87d;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease;
}
.connect .connects a:hover {
  background: #eec87d;
  color: #1a1310;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(238, 200, 125, 0.25);
}

.monogram {
  display: block;
  background-color: currentColor;
  -webkit-mask: url("../images/monogram.svg") center/contain no-repeat;
  mask: url("../images/monogram.svg") center/contain no-repeat;
}

.footer {
  background: #15100c;
  padding: 64px 0 38px;
  text-align: center;
  border-top: 1px solid rgba(238, 200, 125, 0.18);
}
.footer .footer-monogram {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  color: #eec87d;
  opacity: 0.95;
}
.footer .footer-tagline {
  font-family: "kis_btroman", sans-serif;
  font-size: clamp(1rem, 0.8rem + 0.9vw, 1.25rem);
  line-height: 1.4;
  color: #e6d8be;
  max-width: 520px;
  margin: 0 auto 32px;
  padding: 0;
}
.footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  max-width: 760px;
  margin: 0 auto 28px;
}
.footer .footer-nav a {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border: 0;
  transition: color 0.2s ease;
}
.footer .footer-nav a:hover {
  color: #eec87d;
}
.footer .footer-social {
  margin: 0 auto 32px;
}
.footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 5px;
  border: 1px solid rgba(238, 200, 125, 0.35);
  border-radius: 100px;
  color: #eec87d;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer .footer-social a:hover {
  background: #eec87d;
  color: #15100c;
  transform: translateY(-2px);
}
.footer .footer-divider {
  width: 100%;
  max-width: 680px;
  height: 1px;
  margin: 0 auto 24px;
  background: linear-gradient(to right, transparent, rgba(238, 200, 125, 0.3), transparent);
}
.footer .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 6px 16px;
  font-size: clamp(0.875rem, 0.83rem + 0.2vw, 0.9375rem);
  line-height: 1.6;
  color: rgba(232, 224, 207, 0.6);
  margin: 0 0 10px;
  padding: 0;
}
.footer .info a {
  color: rgba(232, 224, 207, 0.85);
  text-decoration: none;
  border: 0;
  transition: color 0.2s ease;
}
.footer .info a:hover {
  color: #eec87d;
}
.footer .info .footer-sep {
  color: #eec87d;
  opacity: 0.5;
}
.footer .footer-copy {
  font-family: "Outfit", sans-serif;
  font-size: 0.8125rem;
  color: rgba(232, 224, 207, 0.4);
  margin: 0;
  padding: 0;
}

.lightwidget__lightbox--active {
  z-index: 100000 !important;
}

@media only screen and (min-width: 971px) {
  #menu-items {
    display: block !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 970px) {
  #nav {
    top: 10px;
    text-align: center;
    border-bottom: none;
    position: fixed;
    margin-top: -1px;
    z-index: 9000;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
    transition: background 0.35s ease, border-color 0.35s ease;
    pointer-events: auto;
  }
  #nav.over-light {
    background: rgba(20, 14, 10, 0.72);
    border-color: rgba(255, 255, 255, 0.28);
  }
  #nav #menu-items {
    padding: 0 0 10px;
    width: 100%;
    display: none;
    margin: 0;
    border: none;
    border-radius: 0px;
    background: none;
    max-width: 100%;
    -webkit-backdrop-filter: none;
  }
  #nav #menu-items a {
    display: block;
    padding: 15px 0;
    width: 100%;
    height: auto;
    border: none;
    font-size: 20px;
    margin: 0;
  }
  #nav #menu-items span {
    margin-left: -1%;
    margin-top: -2px;
  }
  #nav #menu-items i {
    margin-left: -10px;
  }
  #nav #menu-items .current {
    color: #fff !important;
  }
  #nav #menu-items .menu-logo {
    display: none;
  }
  #nav #menu-toggle {
    display: block;
    color: #fff;
    line-height: 100%;
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
  }
  #nav #menu-toggle i {
    font-style: normal !important;
    margin-left: -0.2em;
  }
  #menu-toggle {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0 !important;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 970px) {
  .wrap {
    width: 92%;
  }
  .embla {
    height: 50vh;
  }
  .footer .info {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .footer .info .footer-sep {
    display: none;
  }
  .golf .logo {
    width: 80%;
  }
  .golf h4 {
    font-size: 28px;
  }
  .golf ul li {
    font-size: 18px;
  }
  .golf-footer {
    padding: 30px 0 !important;
  }
  .section {
    padding: 88px 0 76px;
  }
  .section .button a,
  .section .button a:hover {
    transform: none;
  }
  .section .columns {
    column-count: 1;
    column-gap: 0px;
  }
  .head {
    padding: 70px 0 0;
  }
  .head .wrap {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .head .logo {
    width: 75%;
    max-width: 250px;
  }
  .head .hero {
    bottom: 40px;
  }
  .head .button a:first-child {
    margin: 0 30px 10px;
    clear: both;
  }
  .food {
    padding-top: 0;
  }
  .food .button a {
    margin: 0 20px 20px !important;
  }
  .garden {
    padding-top: 0;
  }
  .garden .garden-feature {
    margin-top: 40px;
    padding: 26px 22px;
  }
  .experiences .event {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .experiences .event h3 {
    font-size: 30px;
  }
  .vouchers img {
    display: none;
  }
  .vouchers .forefront {
    display: block;
    margin: 0 auto 30px;
  }
  .contact {
    padding-top: 0;
  }
  .contact .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 10px auto 30px;
  }
  .contact .contact-map iframe {
    height: 320px;
  }
  .contact .faq-grid {
    grid-template-columns: 1fr;
  }
  .menu-modal {
    padding-top: 80px;
  }
  .menu-modal .close-btn {
    right: 15px;
  }
  .menu-modal .menu-content {
    padding: 60px 0 80px;
  }
  .menu-modal .menu-content h2 {
    font-size: 38px;
  }
  .menu-modal .menu-content h3 {
    font-size: 18px;
  }
  .menu-modal .menu-content .disclaimer {
    padding-bottom: 80px;
  }
  .connect .connects a {
    font-size: 16px;
  }
}
@media (prefers-color-scheme: dark) {
  body, input, textarea {
    color: #e8e0cf;
  }
  /* Dark-mode section rhythm: alternate a deep tone and a raised (warmer) tone so
     neighbouring sections stay distinct, the way light mode alternates cream/dark. */
  .about,
  .contact {
    background: rgba(50, 37, 28, 0.93);
  }
  .bookings,
  .experiences,
  .golf {
    background: rgba(20, 14, 11, 0.94);
  }
  .garden {
    background: rgba(24, 30, 18, 0.92);
  }
  .pullquote {
    background: rgba(10, 7, 5, 0.96);
  }
  .section p {
    color: rgba(232, 224, 207, 0.88);
  }
  .about h2,
  .bookings h2,
  .contact h2,
  .garden h2,
  .vouchers h2 {
    color: #eec87d;
  }
  .about h3,
  .bookings h3,
  .contact h3 {
    color: #e6d8be;
  }
  .section a {
    color: #eec87d;
    text-decoration-color: rgba(238, 200, 125, 0.4);
  }
  .section a:hover {
    color: #fff;
    text-decoration-color: currentColor;
  }
  .about .button a,
  .bookings .button a,
  .vouchers .button a,
  .garden .button a,
  .contact .button a {
    color: #eec87d;
    border-color: #eec87d;
  }
  .about .button a:hover,
  .bookings .button a:hover,
  .vouchers .button a:hover,
  .garden .button a:hover,
  .contact .button a:hover {
    background: #eec87d;
    color: #1a1310;
    border-color: #eec87d;
    box-shadow: 0 8px 22px rgba(238, 200, 125, 0.2);
  }
  .contact button.question {
    border-color: rgba(238, 200, 125, 0.5);
    color: #eec87d;
  }
  .contact button.question.active,
  .contact button.question:hover {
    border-color: #e6d8be;
    color: #e6d8be;
  }
  .contact button.question::after {
    color: #eec87d;
  }
  .contact button.question.active::after,
  .contact button.question:hover::after {
    color: #e6d8be;
  }
  .contact div.answer a,
  .contact div.answer a:hover {
    color: #eec87d;
    text-decoration-color: rgba(238, 200, 125, 0.5);
  }
  .contact p strong {
    color: #eec87d;
  }
  .contact .hours-block h4 {
    color: #eec87d;
    border-bottom-color: rgba(238, 200, 125, 0.18);
  }
  .contact .hours-block .hours-open {
    color: rgba(232, 224, 207, 0.95);
  }
  .contact .hours-block .hours-open strong {
    color: #eec87d;
    font-weight: 700;
  }
  .contact .hours-block .hours-food li {
    color: rgba(232, 224, 207, 0.9);
  }
  .contact .hours-block .hours-food li em {
    color: rgba(232, 224, 207, 0.55);
  }
  .contact .hours-block .hours-note {
    color: rgba(232, 224, 207, 0.45);
  }
  .contact .hours-closed p {
    color: rgba(232, 224, 207, 0.55);
  }
  .contact a.map-container {
    filter: grayscale(70%) invert(0.92) hue-rotate(180deg);
  }
  .contact a.map-container:hover {
    filter: grayscale(0%) invert(0.92) hue-rotate(180deg);
  }
  .vouchers {
    background: rgba(82, 60, 32, 0.9);
  }
  .garden .garden-note {
    color: rgba(232, 224, 207, 0.7);
  }
  .embla__slide img {
    filter: saturate(80%) brightness(60%);
  }
  .embla__slide.is-selected img {
    filter: saturate(100%) brightness(95%);
  }
  .garden h2 {
    color: #aebf83;
  }
  .garden .button a {
    color: #aebf83;
    border-color: #aebf83;
  }
  .garden .button a:hover {
    background: #aebf83;
    border-color: #aebf83;
    color: #1b2310;
  }
  .garden .garden-feature {
    background: rgba(46, 62, 36, 0.95);
  }
  .about .dropcap::first-letter {
    color: #eec87d;
  }
  .garden .dropcap::first-letter {
    color: #aebf83;
  }
}

/* --- Cross-promotion: In Your Home (restaurant → sister site) --- */
#nav #menu-items .nav-cross { color: #eec87d; }
#nav #menu-items .nav-cross:hover { color: #fff; }

/* Mobile top bar — Menu (site nav) on the left, In Your Home on the right, sharing one pill.
   .nav-bar is a layout-only wrapper: transparent on desktop, a flex row on mobile. */
.nav-bar { display: contents; }
.nav-cross-tab { display: none; }

/* CSS hamburger glyph inside the Menu button (no icon-font dependency) */
.menu-ico { position: relative; display: block; }
.menu-ico,
.menu-ico::before,
.menu-ico::after { width: 18px; height: 2px; background: currentColor; border-radius: 2px; }
.menu-ico::before,
.menu-ico::after { content: ""; position: absolute; left: 0; }
.menu-ico::before { top: -6px; }
.menu-ico::after  { top: 6px; }

@media only screen and (max-width: 970px) {
  .nav-bar {
    display: flex; align-items: stretch; justify-content: space-between; width: 100%;
  }
  #nav .nav-bar #menu-toggle {
    display: flex; align-items: center; gap: 9px;
    width: auto; text-align: left; padding: 14px 16px !important;
  }
  .nav-bar .nav-cross-tab {
    display: flex; align-items: center; width: auto; margin: 0;
    text-decoration: none; pointer-events: auto;
    font-family: "Outfit", sans-serif; text-transform: uppercase; letter-spacing: 1.5px;
    font-weight: 500; font-size: 12px; padding: 14px 16px; color: #eec87d;
  }
  .nav-cross-tab span { color: #eec87d; }
  #nav #menu-items .nav-cross { display: none; }
}

.home-cta {
  background: linear-gradient(rgba(20, 14, 10, 0.82), rgba(20, 14, 10, 0.86)), url(../images/iyh-2.jpg) center/cover;
  text-align: center;
  color: #fff;
}
.home-cta h2 { color: #eec87d; }
.home-cta .lede { color: #e6d8be; max-width: 680px; }
.home-cta .button a { color: #eec87d; border-color: #eec87d; }
.home-cta .button a:hover {
  background: #eec87d;
  color: #1a1310;
  border-color: #eec87d;
  box-shadow: 0 8px 22px rgba(238, 200, 125, 0.25);
}
