.elementor-14 .elementor-element.elementor-element-9wuvaza{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Kush shell RP-04A — exact UX-spec labeled hex (full-res ux-menu (ux-spec).png) */
.kush-site-header,
.kush-site-footer {
  --kush-deep-teal: #004D57;
  --kush-primary-teal: #18A7B1;
  --kush-warm-gold: #D4A64A;
  --kush-soft-olive: #8FA05A;
  --kush-warm-stone: #F5EFE8;
  --kush-off-white: #FBFAF8;
  --kush-ink: #1A2633;
  /* Muted Gray: no hex printed under swatch on full-res board; center-sampled from labeled Muted Gray swatch (not #687278) */
  --kush-muted-gray: #757C82;
  --kush-shell-max: 1240px;
  --kush-font-body: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  --kush-font-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  font-family: var(--kush-font-body);
  color: var(--kush-ink);
  box-sizing: border-box;
}
.kush-site-header *,
.kush-site-header *::before,
.kush-site-header *::after,
.kush-site-footer *,
.kush-site-footer *::before,
.kush-site-footer *::after {
  box-sizing: border-box;
}
.kush-shell-inner {
  width: 100%;
  max-width: var(--kush-shell-max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
html.kush-nav-lock,
html.kush-nav-lock body {
  overflow: hidden;
}

/* ----- Announcement (primary teal) ----- */
.kush-announcement {
  background: var(--kush-primary-teal);
  color: var(--kush-off-white);
  padding: 0.65rem 0;
}
.kush-announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
  min-height: 2.25rem;
}
.kush-announcement-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--kush-off-white);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
  max-width: calc(100% - 3rem);
}
.kush-announcement-link:hover {
  color: var(--kush-warm-gold);
}
.kush-announcement-link:focus-visible {
  outline: 2px solid var(--kush-warm-gold);
  outline-offset: 3px;
  border-radius: 4px;
}
.kush-announcement-icon,
.kush-announcement-arrow {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kush-announcement-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--kush-off-white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}
.kush-announcement-close:hover {
  color: var(--kush-warm-gold);
}
.kush-announcement-close:focus-visible {
  outline: 2px solid var(--kush-warm-gold);
  outline-offset: 2px;
}
.kush-site-header.is-announce-dismissed .kush-announcement {
  display: none;
}

/* ----- Main header (off-white) ----- */
.kush-main-header {
  background: var(--kush-off-white);
  border-bottom: 1px solid rgba(26, 38, 51, 0.08);
}
.kush-header-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.5fr) minmax(0, 1.15fr);
  align-items: center;
  column-gap: 1.25rem;
  min-height: 5.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.kush-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--kush-ink);
  justify-self: start;
}
.kush-brand:focus-visible {
  outline: 2px solid var(--kush-warm-gold);
  outline-offset: 3px;
  border-radius: 4px;
}
.kush-brand-mark {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.kush-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.kush-brand-name {
  font-family: var(--kush-font-display);
  font-size: clamp(1.75rem, 2.2vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--kush-ink);
}
.kush-brand-subtitle {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kush-muted-gray);
}
.kush-primary-navigation {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 1.75rem;
  justify-self: center;
}
.kush-primary-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.35rem 0.1rem;
  text-decoration: none;
  color: var(--kush-ink);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.kush-primary-navigation a:hover {
  color: var(--kush-primary-teal);
}
.kush-primary-navigation a:focus-visible {
  outline: 2px solid var(--kush-warm-gold);
  outline-offset: 3px;
  border-radius: 3px;
}
.kush-primary-navigation a.is-current,
.kush-primary-navigation a[aria-current="page"] {
  color: var(--kush-ink);
  border-bottom-color: var(--kush-warm-gold);
}
.kush-header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}
/* Dinner: outlined primary teal */
.kush-header-cta--outline {
  background: transparent;
  color: var(--kush-primary-teal);
  border: 2px solid var(--kush-primary-teal);
}
.kush-header-cta--outline:hover {
  background: var(--kush-primary-teal);
  color: var(--kush-off-white);
}
/* Catering: filled primary teal */
.kush-header-cta--filled {
  background: var(--kush-primary-teal);
  color: var(--kush-off-white);
  border: 2px solid var(--kush-primary-teal);
}
.kush-header-cta--filled:hover {
  background: var(--kush-deep-teal);
  border-color: var(--kush-deep-teal);
  color: var(--kush-off-white);
}
.kush-header-cta:focus-visible {
  outline: 2px solid var(--kush-warm-gold);
  outline-offset: 3px;
}
.kush-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(26, 38, 51, 0.15);
  border-radius: 8px;
  background: var(--kush-off-white);
  color: var(--kush-ink);
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  justify-self: end;
}
.kush-menu-toggle:focus-visible {
  outline: 2px solid var(--kush-warm-gold);
  outline-offset: 2px;
}
.kush-menu-toggle-icon {
  width: 1.1rem;
  height: 0.85rem;
  position: relative;
  display: inline-block;
}
.kush-menu-toggle-icon::before,
.kush-menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--kush-ink);
  border-radius: 1px;
}
.kush-menu-toggle-icon::before {
  top: 0;
  box-shadow: 0 0.3rem 0 var(--kush-ink);
}
.kush-menu-toggle-icon::after {
  bottom: 0;
}
.kush-site-header.is-nav-open .kush-menu-toggle-icon::before {
  top: 0.35rem;
  box-shadow: none;
  transform: rotate(45deg);
}
.kush-site-header.is-nav-open .kush-menu-toggle-icon::after {
  bottom: 0.35rem;
  transform: rotate(-45deg);
}

@media (max-width: 899px) {
  .kush-header-layout {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand toggle"
      "cta cta"
      "nav nav";
    row-gap: 0.75rem;
    min-height: 0;
  }
  .kush-brand { grid-area: brand; }
  .kush-menu-toggle { display: inline-flex; grid-area: toggle; }
  .kush-header-cta {
    grid-area: cta;
    justify-self: stretch;
    width: 100%;
  }
  .kush-primary-navigation {
    grid-area: nav;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(26, 38, 51, 0.08);
  }
  .kush-site-header.is-nav-open .kush-primary-navigation {
    display: flex;
  }
  .kush-primary-navigation a {
    justify-content: flex-start;
    min-height: 3rem;
    border-bottom: 1px solid rgba(26, 38, 51, 0.08);
  }
  .kush-primary-navigation a.is-current,
  .kush-primary-navigation a[aria-current="page"] {
    border-bottom-color: var(--kush-warm-gold);
  }
  .kush-announcement-inner {
    padding-right: 2.25rem;
    justify-content: flex-start;
  }
}

/* ----- Footer ----- */
.kush-site-footer {
  width: 100%;
}
.kush-footer-main {
  background: var(--kush-primary-teal);
  color: var(--kush-off-white);
  padding: 3.5rem 0 3rem;
}
.kush-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}
.kush-footer-zone {
  padding: 0 1.5rem;
  min-width: 0;
}
.kush-footer-zone:not(:first-child) {
  border-left: 1px solid rgba(251, 250, 248, 0.28);
}
.kush-footer-zone:first-child {
  padding-left: 0;
}
.kush-footer-zone:last-child {
  padding-right: 0;
}
.kush-footer-heading {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kush-off-white);
}
.kush-footer-copy {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(251, 250, 248, 0.92);
}
.kush-footer-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: flex-start;
}
.kush-footer-actions a {
  color: var(--kush-off-white);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
}
.kush-footer-actions a:hover {
  color: var(--kush-warm-gold);
}
.kush-footer-actions a:focus-visible {
  outline: 2px solid var(--kush-warm-gold);
  outline-offset: 3px;
  border-radius: 3px;
}
.kush-footer-hours,
.kush-footer-location {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(251, 250, 248, 0.95);
}
.kush-footer-hours li + li,
.kush-footer-location li + li {
  margin-top: 0.35rem;
}
.kush-footer-location a {
  color: var(--kush-off-white);
  text-decoration: none;
}
.kush-footer-location a:hover {
  color: var(--kush-warm-gold);
}
.kush-footer-location a:focus-visible {
  outline: 2px solid var(--kush-warm-gold);
  outline-offset: 2px;
  border-radius: 3px;
}
.kush-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.kush-footer-social a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1.5px solid rgba(251, 250, 248, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--kush-off-white);
  text-decoration: none;
}
.kush-footer-social a:hover {
  border-color: var(--kush-warm-gold);
  color: var(--kush-warm-gold);
}
.kush-footer-social a:focus-visible {
  outline: 2px solid var(--kush-warm-gold);
  outline-offset: 2px;
}
.kush-footer-social svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}
.kush-footer-lower {
  background: var(--kush-deep-teal);
  color: rgba(251, 250, 248, 0.8);
  padding: 1.1rem 0;
}
.kush-footer-lower-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}
.kush-footer-lower p {
  margin: 0;
  font-size: 0.875rem;
}
.kush-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.kush-footer-legal a {
  color: rgba(251, 250, 248, 0.85);
  text-decoration: none;
  font-size: 0.875rem;
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
}
.kush-footer-legal a:hover {
  color: var(--kush-warm-gold);
}
.kush-footer-legal a:focus-visible {
  outline: 2px solid var(--kush-warm-gold);
  outline-offset: 2px;
  border-radius: 3px;
}

@media (max-width: 1023px) {
  .kush-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.25rem;
  }
  .kush-footer-zone {
    padding: 0;
    border-left: 0 !important;
  }
}
@media (max-width: 599px) {
  .kush-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    text-align: center;
  }
  .kush-footer-actions,
  .kush-footer-social {
    align-items: center;
    justify-content: center;
  }
  .kush-footer-lower-inner {
    flex-direction: column;
    text-align: center;
  }
  .kush-footer-legal {
    justify-content: center;
  }
  .kush-footer-main {
    padding: 2.5rem 0 2rem;
  }
}/* End custom CSS */