@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap");

:root {
  --orange: #d75f3f !important;
  --lime: #50745b !important;
  --blue: #2f5145 !important;
  --pink: #bb4b54 !important;
  --cyan: #3c7468 !important;
  --yellow: #b88434 !important;
  --wood: #f4efe7 !important;
  --wc-gold: #b88434 !important;
  --wc-gold-l: #e8c986 !important;
  --wc-red: #d75f3f !important;
  --wc-green: #50745b !important;
  --wc-navy: #17342c !important;
  --ink: #15352d;
  --paper: #f8f4ed;
  --cream: #eee5d8;
  --terracotta: #d75f3f;
  --sage: #50745b;
}

html {
  background: var(--paper) !important;
}

body,
.wood,
.bg-section {
  background: var(--paper) !important;
  background-image: none !important;
  color: var(--ink) !important;
  font-family: "DM Sans", sans-serif !important;
}

#wc-ticker,
#wc-countdown-bar,
.picado-banner,
#visitor-bar {
  display: none !important;
}

#splash {
  display: flex !important;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 18px 18px 94px !important;
  background: #080603 !important;
  isolation: isolate;
  touch-action: none;
  overscroll-behavior: contain;
}

#splash::before {
  content: "";
  position: absolute;
  inset: -30px;
  z-index: 0;
  background:
    linear-gradient(rgba(5, 3, 1, 0.46), rgba(5, 3, 1, 0.76)),
    url("images/owner-50th-birthday-event.png") center / cover no-repeat;
  filter: blur(20px) saturate(1.1);
  transform: scale(1.08);
  pointer-events: none;
}

#splash::after {
  z-index: 2 !important;
  height: 42% !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.06)) !important;
}

#splash-img {
  inset: 18px 18px 94px !important;
  z-index: 1;
  width: calc(100% - 36px) !important;
  height: calc(100% - 112px) !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 16px;
  filter: drop-shadow(0 22px 60px rgba(0, 0, 0, 0.58));
}

#splash-enter {
  position: absolute !important;
  bottom: 24px;
  left: 50%;
  z-index: 3 !important;
  width: clamp(220px, 42vw, 330px) !important;
  min-height: 54px;
  transform: translateX(-50%);
  border: 1px solid #f5d488 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #f2d188, #b97825) !important;
  color: #1b0d05 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.52), 0 0 28px rgba(232, 201, 134, 0.2) !important;
  touch-action: manipulation;
}

#splash-enter:disabled {
  cursor: default;
  opacity: 0.72;
  filter: saturate(0.72);
}

#splash-enter:hover {
  transform: translateX(-50%) translateY(-2px) scale(1.02) !important;
  background: linear-gradient(135deg, #ffe1a0, #ca8a34) !important;
}

#splash-enter:active {
  transform: translateX(-50%) scale(0.98) !important;
}

#splash.out {
  pointer-events: none !important;
}

#splash.splash-hidden {
  display: none !important;
  visibility: hidden !important;
}

#hbg-btn {
  top: 18px !important;
  left: 20px !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: rgba(21, 53, 45, 0.94) !important;
  box-shadow: 0 10px 35px rgba(21, 53, 45, 0.22) !important;
}

#menu-search-btn {
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 600;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(232, 201, 134, 0.72);
  border-radius: 50%;
  background: rgba(21, 53, 45, 0.94);
  box-shadow: 0 10px 35px rgba(21, 53, 45, 0.22);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 590;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(232, 201, 134, 0.78);
  border-radius: 50%;
  background: #17342c;
  box-shadow: 0 12px 34px rgba(21, 53, 45, 0.3);
  color: #e8c986;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.92);
  transition: opacity 0.22s ease, transform 0.22s ease, background 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

#back-to-top span {
  margin-top: -2px;
  font: 600 1.55rem/1 "DM Sans", sans-serif;
}

#back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

#back-to-top:hover,
#back-to-top:focus-visible {
  outline: none;
  background: #234b40;
  transform: translateY(-3px) scale(1.03);
}

#back-to-top:active {
  transform: scale(0.96);
}

.menu-search-glyph,
.menu-search-field-glyph {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #f8f4ed;
  border-radius: 50%;
}

.menu-search-glyph::after,
.menu-search-field-glyph::after {
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #f8f4ed;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

#menu-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(18px, 7vh, 72px) 18px 18px;
  background: rgba(9, 27, 22, 0.76);
  backdrop-filter: blur(12px);
}

#menu-search-overlay.is-open {
  display: flex;
}

body.menu-search-open {
  overflow: hidden !important;
}

.menu-search-panel {
  display: flex;
  flex-direction: column;
  width: min(680px, 100%);
  max-height: min(780px, calc(100dvh - 36px));
  overflow: hidden;
  border: 1px solid rgba(232, 201, 134, 0.42);
  border-radius: 24px;
  background: #f8f4ed;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  color: #15352d;
}

.menu-search-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 24px 14px;
}

.menu-search-kicker {
  display: block;
  margin-bottom: 4px;
  color: #b88434;
  font: 800 0.68rem/1 "DM Sans", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-search-heading h2 {
  margin: 0;
  color: #15352d;
  font: 600 clamp(1.8rem, 5vw, 2.65rem)/1.05 "Fraunces", Georgia, serif;
  letter-spacing: -0.035em;
}

.menu-search-close {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(21, 53, 45, 0.15);
  border-radius: 50%;
  background: #eee5d8;
  color: #15352d;
  font-size: 1rem;
  cursor: pointer;
}

.menu-search-field {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  margin: 0 24px;
  padding: 0 18px;
  border: 2px solid #50745b;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(21, 53, 45, 0.08);
}

.menu-search-field-glyph {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  border-color: #50745b;
}

.menu-search-field-glyph::after {
  background: #50745b;
}

#menu-search-input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #15352d;
  font: 600 1rem/1.2 "DM Sans", sans-serif;
}

#menu-search-input::placeholder {
  color: #718079;
  opacity: 1;
}

.menu-search-help {
  margin: 10px 26px 15px;
  color: #68766f;
  font: 500 0.78rem/1.45 "DM Sans", sans-serif;
}

.menu-search-results {
  min-height: 130px;
  overflow-y: auto;
  padding: 0 14px 18px;
  overscroll-behavior: contain;
}

.menu-search-count {
  padding: 8px 11px 10px;
  color: #8b6b31;
  font: 800 0.68rem/1 "DM Sans", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-search-result {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 9px;
  border: 0;
  border-bottom: 1px solid rgba(21, 53, 45, 0.1);
  background: transparent;
  color: #15352d;
  text-align: left;
  cursor: pointer;
}

.menu-search-result:hover,
.menu-search-result:focus-visible {
  border-radius: 12px;
  outline: none;
  background: #eee5d8;
}

.menu-search-result img,
.menu-search-monogram {
  width: 54px;
  height: 54px;
  border-radius: 11px;
  object-fit: cover;
}

.menu-search-monogram {
  display: grid;
  place-items: center;
  background: #17342c;
  color: #e8c986;
  font: 600 1.5rem/1 "Fraunces", Georgia, serif;
}

.menu-search-result-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.menu-search-result-copy strong {
  overflow: hidden;
  color: #15352d;
  font: 700 0.96rem/1.25 "DM Sans", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-search-result-copy small {
  overflow: hidden;
  color: #6d7c75;
  font: 500 0.75rem/1.3 "DM Sans", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-search-price {
  color: #b88434;
  font: 800 0.88rem/1 "DM Sans", sans-serif;
}

.menu-search-empty {
  display: grid;
  min-height: 130px;
  padding: 26px 20px;
  place-content: center;
  gap: 7px;
  color: #718079;
  font: 500 0.9rem/1.45 "DM Sans", sans-serif;
  text-align: center;
}

.menu-search-empty strong {
  color: #15352d;
  font-size: 1rem;
}

.menu-search-highlight {
  animation: menuSearchHighlight 2.6s ease !important;
}

@keyframes menuSearchHighlight {
  0%,
  100% {
    box-shadow: inherit;
  }
  12%,
  72% {
    border-color: #b88434 !important;
    box-shadow: 0 0 0 4px rgba(184, 132, 52, 0.25), 0 18px 42px rgba(21, 53, 45, 0.17) !important;
    transform: translateY(-3px);
  }
}

#hbg-drawer {
  background: #17342c !important;
  border-right: 0 !important;
}

.hbg-header,
.hbg-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.hbg-section-label,
.hbg-header-text em {
  color: #e8c986 !important;
}

.hbg-link {
  color: rgba(255, 255, 255, 0.76) !important;
}

.hbg-link:hover,
.hbg-link:active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-left-color: #e8c986 !important;
}

.hbg-cta {
  background: #e8c986 !important;
  color: #17342c !important;
}

.hero-wrap {
  height: min(90vh, 900px) !important;
  min-height: 760px !important;
  background: #17342c !important;
  border-radius: 0 0 48px 48px;
  pointer-events: auto !important;
}

.hero-photo {
  background-image:
    linear-gradient(
      90deg,
      rgba(13, 37, 31, 0.9) 0%,
      rgba(13, 37, 31, 0.56) 48%,
      rgba(13, 37, 31, 0.16) 100%
    ),
    url("images/Plaza_El_Limon.png") !important;
  background-position: center 52% !important;
  filter: saturate(0.82) contrast(1.03) !important;
  transform: scale(1.01);
}

.hero {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  align-items: flex-start !important;
  text-align: left !important;
  padding: 0 !important;
}

.hero > img.hero-logo {
  display: block !important;
  position: absolute !important;
  top: auto !important;
  bottom: 300px !important;
  left: calc(clamp(26px, 7vw, 110px) + min(270px, 35vw)) !important;
  width: clamp(250px, 27vw, 380px) !important;
  max-height: 350px !important;
  object-fit: contain !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  z-index: 30 !important;
  pointer-events: none !important;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3)) !important;
  animation: none !important;
}

.hero > .hero-content {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: 52px !important;
  left: clamp(26px, 7vw, 110px) !important;
  display: flex !important;
  flex-direction: column !important;
  transform: none !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 11px !important;
  width: min(620px, calc(100% - clamp(52px, 14vw, 220px))) !important;
  max-width: none !important;
  z-index: 40 !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  animation: none !important;
}

.hero-sub {
  width: 100%;
  max-width: 100% !important;
  font-family: "Fraunces", Georgia, serif !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: -0.025em !important;
  font-size: clamp(2rem, 4.6vw, 4.3rem) !important;
  line-height: 0.98 !important;
  color: #fff !important;
  text-align: left !important;
  text-shadow: none !important;
}

.wc-hero-badge {
  max-width: 100%;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #f8f4ed !important;
  box-shadow: none !important;
  animation: none !important;
  backdrop-filter: blur(12px) !important;
  letter-spacing: 0.08em !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 35;
  pointer-events: auto;
}

.hero-actions a,
.tab-nav a,
.tab-btn {
  pointer-events: auto !important;
}

.hero a[href="reservations.html"] {
  background: #e8c986 !important;
  color: #17342c !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-family: "DM Sans", sans-serif !important;
}

.hero a[href^="tel:"] {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 10px !important;
  font-family: "DM Sans", sans-serif !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

.tab-nav {
  top: 0 !important;
  background: rgba(248, 244, 237, 0.92) !important;
  border: 0 !important;
  box-shadow: 0 1px 0 rgba(21, 53, 45, 0.12);
  backdrop-filter: blur(18px);
}

#tab-nav-hero {
  position: relative !important;
  top: auto !important;
  z-index: 10 !important;
  width: calc(100% - 32px);
  margin: 16px auto 0 !important;
  border-radius: 14px;
  overflow: hidden;
}

.tab-nav-inner {
  justify-content: flex-start !important;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 22px !important;
}

.tab-btn {
  color: #53645f !important;
  border: 0 !important;
  border-radius: 999px !important;
  margin: 0 4px 0 0 !important;
  padding: 10px 15px !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 0.69rem !important;
  letter-spacing: 0.07em !important;
}

.tab-btn:hover,
.tab-btn.active {
  color: #fff !important;
  background: var(--ink) !important;
}

.section-wrap,
.wc-promo-inner {
  max-width: 1240px !important;
}

.section-wrap {
  padding: 78px clamp(20px, 4vw, 48px) 90px !important;
}

.section-head {
  text-align: left !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.6fr);
  gap: 32px;
  align-items: end;
  border-bottom: 1px solid rgba(21, 53, 45, 0.18);
  padding-bottom: 24px;
  margin-bottom: 42px !important;
}

.section-head h2,
.wc-promo-title {
  color: var(--ink) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  filter: none !important;
  font-family: "Fraunces", Georgia, serif !important;
  font-size: clamp(2.7rem, 6vw, 5.4rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.055em !important;
  line-height: 0.95 !important;
}

.section-sub,
.subcategory-sublabel,
.card-desc {
  color: #62716c !important;
  opacity: 1 !important;
  font-family: "DM Sans", sans-serif !important;
  font-style: normal !important;
}

.subcategory-group {
  margin-bottom: 56px !important;
}

.subcategory-label {
  color: var(--ink) !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 0.76rem !important;
  letter-spacing: 0.13em !important;
  border-bottom-color: rgba(21, 53, 45, 0.15) !important;
  padding-bottom: 12px !important;
  margin-bottom: 22px !important;
}

.card-grid,
.menu-grid {
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  gap: 18px !important;
}

.menu-card {
  padding: 20px !important;
  border: 1px solid rgba(21, 53, 45, 0.12) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.66) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}

.menu-card::before {
  display: none !important;
}

.menu-card:hover {
  transform: translateY(-5px) !important;
  background: #fff !important;
  border-color: rgba(21, 53, 45, 0.25) !important;
  box-shadow: 0 18px 50px rgba(21, 53, 45, 0.11) !important;
}

.menu-card.has-thumb {
  padding: 0 0 20px !important;
}

.menu-card.has-thumb > *:not(.drink-thumb) {
  margin-left: 20px;
  margin-right: 20px;
}

.drink-thumb {
  width: 100% !important;
  height: 210px !important;
  margin: 0 0 18px !important;
  border-radius: 19px 19px 0 0 !important;
  overflow: hidden;
  background: #e8dfd2 !important;
}

.drink-thumb-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: none !important;
  filter: saturate(0.92) contrast(1.03);
}

.card-name {
  color: var(--ink) !important;
  font-family: "Fraunces", Georgia, serif !important;
  font-size: 1.18rem !important;
  font-weight: 600 !important;
}

.card-badge,
.flavor-tag,
.ing-tag {
  background: #e8efe9 !important;
  border-color: #cad9cf !important;
  color: #365f4c !important;
}

#wc-promo {
  background: #17342c !important;
  border: 0 !important;
  padding: 96px 24px !important;
}

.wc-promo-eyebrow,
.wc-promo-title,
.wc-promo-sub,
.wc-card-title,
.wc-card-desc,
.wc-dallas-text,
.wc-dallas-sub,
.wc-sched-lbl {
  font-family: "DM Sans", sans-serif !important;
}

.wc-promo-title {
  color: #fff !important;
  font-family: "Fraunces", Georgia, serif !important;
}

.wc-promo-sub,
.wc-card-desc,
.wc-dallas-sub {
  color: rgba(255, 255, 255, 0.66) !important;
}

.birthday-event {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin: 48px 0 54px;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid rgba(232, 201, 134, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 12%, rgba(232, 201, 134, 0.14), transparent 36%),
    rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.birthday-event-poster-link {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.birthday-event-poster-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.birthday-event-poster {
  display: block;
  width: 100%;
  height: auto;
}

.birthday-event-kicker {
  margin-bottom: 12px;
  color: #e8c986;
  font: 700 0.72rem/1.2 "DM Sans", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.birthday-event-details h2 {
  max-width: 720px;
  margin: 0 0 16px;
  color: #fff;
  font: 600 clamp(2.5rem, 5vw, 4.7rem)/0.96 "Fraunces", Georgia, serif;
  letter-spacing: -0.045em;
}

.birthday-event-intro {
  max-width: 650px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font: 400 1rem/1.7 "DM Sans", sans-serif;
}

.birthday-event-intro strong {
  color: #e8c986;
}

.birthday-event-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.birthday-event-fact {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.05);
}

.birthday-event-icon {
  font-size: 1.4rem;
}

.birthday-event-fact div {
  display: grid;
  gap: 4px;
}

.birthday-event-fact span:not(.birthday-event-icon) {
  color: rgba(255, 255, 255, 0.5);
  font: 700 0.64rem/1.2 "DM Sans", sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.birthday-event-fact strong {
  color: #fff;
  font: 700 0.9rem/1.35 "DM Sans", sans-serif;
}

.birthday-event-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.birthday-event-highlights span {
  padding: 9px 13px;
  border-radius: 999px;
  background: #e8c986;
  color: #17342c;
  font: 800 0.75rem/1 "DM Sans", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.birthday-event-location {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 8px;
  color: #fff;
}

.birthday-event-location > span {
  font-size: 1.3rem;
}

.birthday-event-location div {
  display: grid;
  gap: 3px;
}

.birthday-event-location strong {
  font: 700 0.95rem/1.35 "DM Sans", sans-serif;
}

.birthday-event-location div span {
  color: rgba(255, 255, 255, 0.62);
  font: 400 0.84rem/1.45 "DM Sans", sans-serif;
}

.birthday-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.birthday-event-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  color: #fff;
  font: 800 0.73rem/1 "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.birthday-event-actions a:first-child {
  border-color: #e8c986;
  background: #e8c986;
  color: #17342c;
}

.restaurant-location-map {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(232, 201, 134, 0.28);
  border-radius: 22px;
  background: #e8dfd2;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.3);
}

.restaurant-location-map iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
}

.restaurant-location-card {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: flex;
  gap: 11px;
  align-items: flex-start;
  max-width: calc(100% - 36px);
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: rgba(23, 52, 44, 0.94);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  color: #fff;
  backdrop-filter: blur(12px);
}

.restaurant-location-card > span {
  font-size: 1.25rem;
}

.restaurant-location-card div {
  display: grid;
  gap: 3px;
}

.restaurant-location-card strong {
  font: 700 0.9rem/1.35 "DM Sans", sans-serif;
}

.restaurant-location-card div span {
  color: rgba(255, 255, 255, 0.7);
  font: 400 0.78rem/1.4 "DM Sans", sans-serif;
}

.wc-card {
  text-align: left !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 18px !important;
}

.wc-card-title,
.wc-promo-eyebrow {
  color: #e8c986 !important;
}

.wc-dallas-banner,
.wc-schedule-strip {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.modal-box {
  background: #f8f4ed !important;
  color: var(--ink) !important;
  border: 0 !important;
  border-radius: 24px !important;
}

.modal-close {
  color: var(--ink) !important;
}

#modalName,
#modalPrice {
  font-family: "Fraunces", Georgia, serif !important;
}

footer,
#follow-us,
#media-section {
  background: #17342c !important;
  color: #fff !important;
}

@keyframes modernReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  #splash {
    min-height: 100svh;
    padding: max(8px, env(safe-area-inset-top)) 8px calc(82px + env(safe-area-inset-bottom)) !important;
  }

  #splash-img {
    top: max(8px, env(safe-area-inset-top)) !important;
    right: 8px !important;
    bottom: calc(82px + env(safe-area-inset-bottom)) !important;
    left: 8px !important;
    width: calc(100% - 16px) !important;
    height: calc(100% - 90px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    border-radius: 12px;
  }

  #splash-enter {
    bottom: calc(18px + env(safe-area-inset-bottom));
    width: min(78vw, 290px) !important;
    min-height: 52px;
  }

  #hbg-btn,
  #menu-search-btn {
    top: calc(14px + env(safe-area-inset-top)) !important;
    width: 46px !important;
    height: 46px !important;
  }

  #hbg-btn {
    left: 14px !important;
  }

  #menu-search-btn {
    right: 14px;
  }

  #back-to-top {
    right: 14px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: 48px;
    height: 48px;
  }

  #menu-search-overlay {
    padding: calc(10px + env(safe-area-inset-top)) 10px calc(10px + env(safe-area-inset-bottom));
  }

  .menu-search-panel {
    max-height: calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    border-radius: 20px;
  }

  .menu-search-heading {
    padding: 19px 18px 12px;
  }

  .menu-search-field {
    min-height: 54px;
    margin: 0 18px;
    padding: 0 15px;
  }

  .menu-search-help {
    margin: 9px 20px 11px;
  }

  .menu-search-results {
    padding: 0 8px 14px;
  }

  .menu-search-result {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    min-height: 66px;
    gap: 11px;
  }

  .menu-search-result img,
  .menu-search-monogram {
    width: 48px;
    height: 48px;
  }

  .hero-wrap {
    height: clamp(680px, 100svh, 760px) !important;
    min-height: 680px !important;
    border-radius: 0 0 30px 30px;
  }

  .hero-photo {
    background-image:
      linear-gradient(
        180deg,
        rgba(13, 37, 31, 0.12) 0%,
        rgba(13, 37, 31, 0.68) 55%,
        rgba(13, 37, 31, 0.96) 100%
      ),
      url("images/Plaza_El_Limon.png") !important;
    background-position: 58% center !important;
  }

  .hero {
    padding: 0 !important;
  }

  .hero > img.hero-logo {
    top: 135px !important;
    bottom: auto !important;
    left: 50% !important;
    width: 240px !important;
    max-height: 230px !important;
    transform: translateX(-50%) !important;
  }

  .hero-sub {
    font-size: clamp(2.35rem, 12vw, 3.25rem) !important;
    line-height: 0.94 !important;
  }

  .hero > .hero-content {
    right: 24px !important;
    bottom: 28px !important;
    left: 24px !important;
    width: auto !important;
    gap: 10px !important;
  }

  .wc-hero-badge {
    width: auto !important;
    max-width: 100% !important;
    padding: 10px 13px !important;
    white-space: normal !important;
    font-size: 0.67rem !important;
    line-height: 1.35 !important;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .hero-actions a {
    width: 100% !important;
    max-width: 310px;
    min-height: 46px !important;
    justify-content: center;
    padding: 11px 14px !important;
  }

  #tab-nav-hero {
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
    overflow-x: auto !important;
  }

  .tab-nav {
    position: static !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .tab-nav-inner {
    display: flex !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: max-content !important;
    min-width: 100% !important;
    padding: 10px 14px !important;
  }

  .tab-btn {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    flex-direction: row !important;
    min-height: 44px !important;
    padding: 10px 13px !important;
    white-space: nowrap !important;
    font-size: 0.64rem !important;
    line-height: 1 !important;
  }

  .tab-btn .tab-icon {
    font-size: 1rem !important;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-wrap {
    padding-top: 56px !important;
  }

  .drink-thumb {
    height: 230px !important;
  }

  #wc-promo {
    padding: 64px 16px !important;
  }

  .wc-promo-inner {
    width: 100% !important;
  }

  .wc-promo-title {
    font-size: clamp(2.55rem, 13vw, 3.65rem) !important;
    line-height: 0.92 !important;
  }

  .wc-promo-sub {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
  }

  .birthday-event {
    grid-template-columns: 1fr;
    gap: 26px;
    margin: 36px 0 42px;
    padding: 12px;
    border-radius: 22px;
  }

  .birthday-event-poster-link {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .birthday-event-facts {
    grid-template-columns: 1fr;
  }

  .birthday-event-details h2 {
    font-size: clamp(2.35rem, 12.5vw, 3.4rem);
    overflow-wrap: anywhere;
  }

  .birthday-event-actions {
    flex-direction: column;
  }

  .birthday-event-actions a {
    width: 100%;
  }

  .restaurant-location-map,
  .restaurant-location-map iframe {
    min-height: 360px;
    height: 360px;
  }

  .restaurant-location-card {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .card-grid,
  .menu-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .menu-card {
    min-width: 0 !important;
  }

  #follow-us,
  #media-section,
  footer {
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
