/* ============================================================
   IDine — "Warm Table" theme enhancement layer
   Loads AFTER style.css. Typography + component refinements.
   Palette tokens live in :root inside style.css.
   ============================================================ */

/* ---------- Typography ---------- */
.heading__title,
.slide-title,
.banner__title,
h1,
h2,
h3 {
  font-family: var(--font-serif);
  letter-spacing: -0.01em;
}

/* Elegant eyebrow labels (were handwritten script) */
.heading__subtitle,
.heading-layout2 .heading__title {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Fraunces optical sizing for large display text */
.slide-title,
.heading__title {
  font-optical-sizing: auto;
  font-weight: 600;
}

/* ---------- Buttons: warm pill style ---------- */
.btn,
.btn__primary,
.btn__secondary,
button.btn {
  border-radius: 999px !important;
  letter-spacing: 0.02em;
  transition: transform 0.35s var(--wt-ease), box-shadow 0.35s var(--wt-ease),
    background-color 0.35s var(--wt-ease), color 0.35s var(--wt-ease);
}

.btn__primary {
  box-shadow: 0 10px 24px -12px rgba(192, 86, 47, 0.65);
}

.btn:hover,
.btn__primary:hover,
.btn__secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -12px rgba(192, 86, 47, 0.55);
}

/* ---------- Cards: soft radius + warm shadow ---------- */
.menu-box,
.feature-box,
.card,
.gallery__item,
.blog-entry,
.testimonial-item,
.banner__content-img,
.chef-box,
.promo-card,
.info-box {
  border-radius: var(--wt-radius);
  overflow: hidden;
}

/* ---------- Warm section backgrounds ---------- */
.bg-gray,
.bg-light,
.section-gray {
  background-color: var(--wt-cream) !important;
}

/* Soft cream gradient wash used on light sections */
.wt-cream-wash {
  background: linear-gradient(160deg, var(--wt-cream) 0%, var(--wt-cream-deep) 100%);
}

/* ---------- Links / nav accents ---------- */
a {
  transition: color 0.3s var(--wt-ease);
}

/* Animated underline for main nav links */
#mainNavigation .nav-link {
  position: relative;
}
#mainNavigation .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--wt-terracotta);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--wt-ease);
}
#mainNavigation .nav-link:hover::after,
#mainNavigation .nav-item.active .nav-link::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* ---------- Selection + scrollbar warmth ---------- */
::selection {
  background: var(--wt-terracotta);
  color: #fff;
}

/* ---------- Divider accent ---------- */
.wt-divider {
  width: 64px;
  height: 3px;
  border-radius: 3px;
  background: var(--wt-turmeric);
  margin: 0 auto 18px;
}

/* ============================================================
   BOLD MAKEOVER LAYER — shifts the whole mood from cold/dark
   to the warm, bright, airy FOODEAT reference feel.
   ============================================================ */

/* ---- Warm, bright page base with soft spice glows ---- */
body {
  background-color: var(--wt-cream);
  background-image: radial-gradient(
      1100px 700px at 100% -5%,
      rgba(224, 165, 38, 0.14),
      transparent 60%
    ),
    radial-gradient(
      1000px 700px at -10% 8%,
      rgba(192, 86, 47, 0.12),
      transparent 55%
    ),
    radial-gradient(
      900px 900px at 50% 120%,
      rgba(124, 132, 98, 0.1),
      transparent 60%
    );
  background-attachment: fixed;
}

/* Make the framework's white/light sections warm & translucent
   so the body glow shows through instead of flat white. */
.bg-white,
section.bg-white,
.bg-light,
.bg-gray,
.section-padding.bg-white {
  background-color: rgba(251, 246, 238, 0.72) !important;
}

/* ---- Hero overlays: neutral gray -> warm spice gradient ---- */
.bg-overlay:before {
  background-color: transparent !important;
  background-image: linear-gradient(
    135deg,
    rgba(122, 40, 20, 0.62) 0%,
    rgba(160, 66, 30, 0.42) 45%,
    rgba(224, 165, 38, 0.32) 100%
  ) !important;
}
.bg-overlay-2:before,
.bg-overlay-4:before {
  background-color: transparent !important;
  background-image: linear-gradient(
    135deg,
    rgba(80, 28, 14, 0.72),
    rgba(160, 66, 30, 0.5)
  ) !important;
}

/* ---- Header: warm espresso instead of cold black ---- */
.header-transparent .navbar {
  border-bottom: 1px solid rgba(224, 165, 38, 0.28) !important;
  background-color: transparent !important;
}
.header-transparent .navbar.fixed-navbar,
.header-transparent .navbar.sticky-navbar.fixed-navbar {
  background-color: rgba(43, 30, 22, 0.94) !important;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 30px -18px rgba(0, 0, 0, 0.6);
}

/* ---- Footer: rich warm espresso + turmeric top accent ---- */
.footer.bg-dark,
.bg-dark {
  background-color: #241a13 !important;
}
.footer {
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--wt-terracotta),
    var(--wt-turmeric),
    var(--wt-sage)
  );
}

/* ---- Cards: genuine soft warm cards (reference vibe) ---- */
.menu-box,
.feature-box,
.chef-box,
.testimonial-item,
.info-box,
.promo-card {
  background-color: #fffdf9;
  border: 1px solid var(--wt-border);
  box-shadow: var(--wt-shadow-sm);
  padding: 6px;
}

/* ---- Menu tabs & prices in warm accents ---- */
.menu-box .menu-box__price,
.menu__price,
.price {
  color: var(--wt-terracotta);
  font-weight: 700;
}

/* ---- Section titles: warm charcoal, serif already applied ---- */
.heading__title,
.section-title,
h2 {
  color: var(--wt-charcoal);
}

/* ---- Feature / icon accents to turmeric ---- */
.feature-box i,
.feature-box svg,
.info-box i,
.contact-box i {
  color: var(--wt-turmeric) !important;
  fill: var(--wt-turmeric) !important;
}

/* ---- Page-title / breadcrumb hero warmth on inner pages ---- */
.page-title.bg-overlay:before,
.page-header.bg-overlay:before {
  background-image: linear-gradient(
    135deg,
    rgba(80, 28, 14, 0.66),
    rgba(224, 165, 38, 0.34)
  ) !important;
}

/* ---- Inputs: warm focus ---- */
input:focus,
textarea:focus,
select:focus {
  border-color: var(--wt-terracotta) !important;
  box-shadow: 0 0 0 3px rgba(192, 86, 47, 0.15) !important;
}

/* ============================================================
   ROUND 3 — "unrecognizable" transformation
   Light frosted navbar, brighter hero, big soft radii,
   circular imagery, decorative warm shapes.
   ============================================================ */

/* ---- Light frosted navbar (biggest single change) ---- */
.header-transparent .navbar {
  background-color: rgba(251, 246, 238, 0.82) !important;
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  border-bottom: 1px solid var(--wt-border) !important;
  box-shadow: 0 10px 30px -22px rgba(43, 37, 33, 0.5);
}
.header-transparent .navbar.fixed-navbar,
.header-transparent .navbar.sticky-navbar.fixed-navbar {
  background-color: rgba(251, 246, 238, 0.95) !important;
}
/* Show the dark logo on the light bar */
.header-transparent .logo-light {
  display: none !important;
}
.header-transparent .logo-dark {
  display: inline-block !important;
}
/* Charcoal nav links, terracotta on hover/active */
.header-transparent .nav__item .nav__item-link {
  color: var(--wt-charcoal) !important;
  font-weight: 500;
}
.header-transparent .nav__item .nav__item-link:hover,
.header-transparent .nav__item .nav__item-link.active {
  color: var(--wt-terracotta) !important;
}
/* Keep the Order Now pill's own text white */
.header-transparent .navbar__action-btn-reserve {
  color: #fff !important;
}
.header-transparent .social__icons li a {
  color: var(--wt-charcoal) !important;
}
.header-transparent .social__icons li a:hover {
  color: var(--wt-terracotta) !important;
}
/* Mobile toggler bars -> charcoal */
.header-transparent .navbar .navbar-toggler .menu-lines span,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines:before {
  background-color: var(--wt-charcoal) !important;
}

/* ---- Brighter, airier hero ---- */
.slider-layout1 .bg-overlay:before,
.slider .bg-overlay:before {
  background-image: linear-gradient(
    115deg,
    rgba(90, 34, 18, 0.5) 0%,
    rgba(192, 86, 47, 0.3) 45%,
    rgba(224, 165, 38, 0.22) 100%
  ) !important;
}
/* Keep hero text crisp over the lighter wash */
.slide__title,
.slide__subtitle,
.slide__desc {
  text-shadow: 0 2px 18px rgba(43, 25, 15, 0.45);
}

/* ---- Bigger soft radii everywhere ---- */
:root {
  --wt-radius: 26px;
}
.menu-box,
.feature-box,
.chef-box,
.testimonial-item,
.info-box,
.promo-card,
.banner__content-img,
.banner__content-img img,
.gallery__item,
.card {
  border-radius: 26px !important;
}
.btn,
.btn__primary,
.btn__secondary,
button.btn {
  border-radius: 999px !important;
  padding-left: 30px;
  padding-right: 30px;
}

/* ---- Circular feature icons (reference look) ---- */
.feature-box .feature-box__icon,
.feature-box__icon,
.info-box__icon,
.icon-box__icon {
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbe7cf, #f6d6a8);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.6),
    0 12px 24px -14px rgba(192, 86, 47, 0.5);
}

/* ---- Decorative warm blobs behind light sections ---- */
section.bg-white,
section.bg-light {
  position: relative;
  overflow: hidden;
}
section.bg-white:before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -160px;
  top: -140px;
  background: radial-gradient(
    circle,
    rgba(224, 165, 38, 0.18),
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
section.bg-white:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -180px;
  bottom: -200px;
  background: radial-gradient(
    circle,
    rgba(124, 132, 98, 0.16),
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
section.bg-white > .container {
  position: relative;
  z-index: 1;
}

/* ---- Bigger, more editorial section headings ---- */
.heading__title {
  font-size: 44px;
  line-height: 1.12;
}
.heading__subtitle {
  font-size: 26px;
}

/* ---- Gallery: soft rounded with warm hover tint ---- */
.gallery__item {
  position: relative;
}
.gallery__item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(90, 34, 18, 0.5),
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.4s var(--wt-ease);
}
.gallery__item:hover:after {
  opacity: 1;
}

/* ============================================================
   MENU — circular-photo alternating layout (reference style)
   ============================================================ */

/* Each item lives in a single full-width column, centered */
.menu-wrapper-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

/* Item = flex row: circular photo + text body, alternating sides */
.menu-item--card {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 38px;
  text-align: left;
}
.menu-wrapper-inner:nth-child(even) .menu-item--card {
  flex-direction: row-reverse;
  text-align: right;
}

/* Circular dish photo with warm double ring */
.menu__item-photo {
  flex: 0 0 138px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 32px -14px rgba(43, 37, 33, 0.5),
    0 0 0 6px #fffdf9, 0 0 0 8px var(--wt-border);
  transition: transform 0.55s var(--wt-ease), box-shadow 0.55s var(--wt-ease);
}
.menu__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.menu-item--card:hover .menu__item-photo {
  transform: scale(1.06) rotate(-3deg);
  box-shadow: 0 22px 40px -14px rgba(192, 86, 47, 0.5),
    0 0 0 6px #fffdf9, 0 0 0 8px var(--wt-turmeric);
}

.menu__item-body {
  flex: 1 1 auto;
  min-width: 0;
}

/* Name + dotted leader + price on one baseline row */
.menu__item-head {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 6px;
}
.menu-wrapper-inner:nth-child(even) .menu__item-head {
  flex-direction: row-reverse;
}
.menu-item .menu__item-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--wt-charcoal);
  margin-bottom: 0;
  flex: 0 1 auto;
  line-height: 1.25;
}
.menu__item-leader {
  flex: 1 1 auto;
  min-width: 24px;
  margin: 0 12px 7px;
  border-bottom: 2px dotted #d8c4a6;
}
.menu-item .menu__item-price {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--wt-terracotta);
  flex: 0 0 auto;
  white-space: nowrap;
}
.menu-item .menu__item-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--wt-text);
  margin-bottom: 0;
}

/* Soft central connector weaving down the list */
.tab-pane .row {
  position: relative;
}
.tab-pane .row::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: repeating-linear-gradient(
    to bottom,
    #e0cba8 0 7px,
    transparent 7px 15px
  );
  opacity: 0.55;
  z-index: 0;
}

/* Ensure every item shows the instant its tab opens (no reveal hiding) */
.tab-pane.active .menu-item--card,
.tab-pane.show .menu-item--card {
  opacity: 1 !important;
  transform: none !important;
}

/* Menu tabs: italic-serif warm nav */
.nav-tabs .nav__link {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 19px;
  color: var(--wt-charcoal);
}
.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
  color: var(--wt-terracotta);
}

/* Mobile: stack photo above text, drop the connector */
@media (max-width: 767px) {
  .menu-item--card,
  .menu-wrapper-inner:nth-child(even) .menu-item--card {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .menu__item-head,
  .menu-wrapper-inner:nth-child(even) .menu__item-head {
    flex-direction: row;
    justify-content: center;
  }
  .tab-pane .row::before {
    display: none;
  }
  .menu__item-photo {
    flex-basis: 120px;
    width: 120px;
    height: 120px;
  }
}


/* ============================================================
   FOOTER — bold terracotta band (full redesign)
   ============================================================ */
.footer.bg-dark,
.footer {
  position: relative;
  background-color: var(--wt-terracotta) !important;
  background-image: radial-gradient(
      1200px 520px at 50% -20%,
      rgba(224, 165, 38, 0.38),
      transparent 62%
    ),
    linear-gradient(165deg, #c85a30 0%, #a4451f 62%, #8d3817 100%);
  color: #fbe9d9;
  border-radius: 0;
  margin-top: 0;
  overflow: hidden;
  padding-top: 0;
}
.footer:before {
  display: none;
}

/* ---- Injected CTA banner ---- */
.footer-cta {
  padding: 70px 20px 44px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.footer-cta__eyebrow {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 21px;
  color: #ffdca6;
  display: block;
  margin-bottom: 8px;
}
.footer-cta__title {
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 28px;
  line-height: 1.08;
}
.footer-cta__btn {
  display: inline-block;
  background: #fff8ee;
  color: var(--wt-terracotta) !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 15px 44px;
  border-radius: 999px;
  box-shadow: 0 16px 32px -14px rgba(0, 0, 0, 0.45);
  transition: transform 0.35s var(--wt-ease), box-shadow 0.35s var(--wt-ease),
    background 0.35s;
}
.footer-cta__btn:hover {
  transform: translateY(-3px);
  background: #fff;
  box-shadow: 0 24px 40px -14px rgba(0, 0, 0, 0.55);
}

/* ---- Columns: clean cream text (no cards, no icon badges) ---- */
.footer-top {
  padding-top: 54px;
}
.footer-top .row {
  align-items: flex-start;
}
.footer__divider-shape {
  display: none;
}
.footer-top .contact-box {
  background: none;
  border: none;
  padding: 0 14px;
  display: block;
  text-align: center;
}
.footer-top h6.contact__box-title {
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #ffdca6;
  padding-top: 0;
  margin-bottom: 16px;
}
.footer-top h6.contact__box-title::before {
  content: none;
}
.footer-top .contact__box-list {
  margin-bottom: 0;
}
.footer-top .contact__box-list li {
  color: #fbe9d9;
  font-size: 14.5px;
  line-height: 1.75;
  margin-bottom: 5px;
}
.footer-top .contact__box-list a {
  color: #fff;
}
.footer-top .contact__box-list a:hover {
  color: #ffdca6;
}
.footer-top .contact__box-list span.contact__box-title {
  font-family: Rubik, sans-serif;
  color: #ffcf9a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  margin-right: 4px;
}
.footer-top .contact__box-list span.contact__box-title::before {
  content: none;
}

/* Hide the big diamond logo — the CTA statement is the focal point */
.footer-middle {
  display: none;
}

/* ---- Bottom bar with social icons ---- */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 44px;
  padding: 26px 0 32px;
}
.footer__divider-shape-bottom {
  display: none;
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 16px;
  transition: background 0.35s var(--wt-ease), color 0.35s var(--wt-ease),
    transform 0.35s var(--wt-ease);
}
.footer-social a:hover {
  background: #fff8ee;
  color: var(--wt-terracotta);
  transform: translateY(-3px);
}
.footer__copyright {
  color: #f6dcc7;
  font-size: 13.5px;
  letter-spacing: 0.03em;
  line-height: 1.9;
  margin-bottom: 0 !important;
}
.footer__copyright .color-iorders {
  color: #fff !important;
  font-weight: 600;
}
.footer__copyright .color-iorders:hover {
  color: #ffdca6 !important;
}

@media (max-width: 767px) {
  .footer-cta__title {
    font-size: 32px;
  }
  .footer-top .contact-box {
    margin-bottom: 28px;
  }
}

/* ============================================================
   MOBILE NAVBAR — guaranteed visibility (no blur dependency)
   ============================================================ */
@media (max-width: 991px) {
  /* Solid, opaque navbar bar so it always reads clearly */
  .header-transparent .navbar,
  .header-transparent .navbar.fixed-navbar {
    background-color: #fdf8f0 !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    border-bottom: 1px solid var(--wt-border) !important;
    box-shadow: 0 6px 20px -12px rgba(43, 37, 33, 0.45);
  }

  /* Dropdown menu panel: clean cream with clear links */
  .navbar-collapse {
    background-color: #fff8ee !important;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 22px 44px -20px rgba(43, 37, 33, 0.55);
    padding: 8px 0 12px;
    border-top: 1px solid var(--wt-border);
  }
  .header-transparent .nav__item .nav__item-link {
    color: var(--wt-charcoal) !important;
    padding: 13px 22px;
    font-weight: 500;
  }
  .header-transparent .nav__item .nav__item-link:hover,
  .header-transparent .nav__item .nav__item-link.active {
    color: var(--wt-terracotta) !important;
  }
  /* Divider between mobile menu items */
  .navbar-collapse .nav__item + .nav__item .nav__item-link {
    border-top: 1px solid rgba(43, 37, 33, 0.06);
  }
  /* Header actions / social readable on the light bar */
  .header-transparent .social__icons li a {
    color: var(--wt-charcoal) !important;
  }
  .header-transparent .social__icons li a:hover {
    color: var(--wt-terracotta) !important;
  }
  /* Hamburger bars solid dark for contrast */
  .header-transparent .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines:before {
    background-color: var(--wt-charcoal) !important;
  }
}

/* Force the opened mobile menu to actually show (robust) */
@media (max-width: 991px) {
  .navbar .navbar-collapse.menu-opened,
  .navbar-collapse.menu-opened {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

/* ============================================================
   REVIEWS — static grid of warm quote cards (was a carousel)
   ============================================================ */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 26px;
  align-items: start;
}
.testimonials-layout1 .testimonial-item {
  height: auto !important;
  background: #fffdf9;
  border: 1px solid var(--wt-border);
  border-radius: 20px;
  padding: 32px 30px 26px;
  box-shadow: var(--wt-shadow-sm);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s var(--wt-ease), box-shadow 0.4s var(--wt-ease);
}
.testimonials-layout1 .testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--wt-shadow);
}
/* Repurpose the ribbon slot as a big decorative quote mark */
.testimonials-layout1 .testimonial__icon {
  position: absolute;
  top: 10px;
  right: 22px;
  width: auto !important;
  height: auto !important;
  background: none !important;
}
.testimonials-layout1 .testimonial__icon:before,
.testimonials-layout1 .testimonial__icon:after {
  content: "\201C" !important;
  position: static !important;
  font-family: var(--font-serif);
  font-size: 78px;
  line-height: 1;
  color: rgba(224, 165, 38, 0.32);
  background: none !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
}
.testimonials-layout1 .testimonial__icon:after {
  display: none !important;
}
/* Google badge + stars */
.testimonials-layout1 .testimonial__thumb {
  margin-bottom: 12px;
}
.testimonials-layout1 .testimonial__thumb img {
  width: 34px;
  height: 34px;
}
.testimonials-layout1 .testimonial__rating {
  margin-bottom: 14px;
}
.testimonials-layout1 .testimonial__rating i {
  color: var(--wt-turmeric);
  font-size: 15px;
  margin-right: 1px;
}
.testimonials-layout1 .testimonial__desc {
  color: #5c5348;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 20px;
  flex: 1 1 auto;
}
.testimonials-layout1 .testimonial__meta {
  border-top: 1px solid var(--wt-border);
  padding-top: 15px;
}
.testimonials-layout1 .testimonial__meta-title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--wt-charcoal);
  margin: 0 0 3px;
}
.testimonials-layout1 .testimonial__meta-desc {
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wt-terracotta);
  margin: 0;
}
@media (max-width: 575px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* Menu items with NO photo — clean full-width text row (override zigzag) */
.menu-item--noimg,
.menu-wrapper-inner:nth-child(even) .menu-item--noimg {
  flex-direction: row !important;
  text-align: left !important;
  gap: 0 !important;
}
.menu-item--noimg .menu__item-head,
.menu-wrapper-inner:nth-child(even) .menu-item--noimg .menu__item-head {
  flex-direction: row !important;
}

/* ============================================================
   OUR SPACE — restaurant interior section
   ============================================================ */
.ourspace__img {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--wt-shadow);
  position: relative;
}
.ourspace__img::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  border-radius: 26px;
  pointer-events: none;
}
.ourspace__img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.7s var(--wt-ease);
}
.ourspace__img:hover img {
  transform: scale(1.05);
}
.ourspace__content {
  padding-left: 12px;
}
@media (max-width: 991px) {
  .ourspace__content {
    padding-left: 0;
    margin-top: 28px;
  }
}

/* ============================================================
   HERO — mobile art direction
   The desktop hero uses a wide dish-spread with an empty center
   (for the headline). On narrow screens that center-crops to look
   empty, so swap to a full-frame dish that fills the viewport.
   ============================================================ */
@media (max-width: 767px) {
  #slider .slide-item {
    background-image: url("../images/gallery/8.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  #slider .slide-item.bg-overlay-2 {
    background-image: url("../images/gallery/3.jpg") !important;
  }
}

/* ============================================================
   HERO — stationary image (no Ken-Burns zoom on home hero)
   ============================================================ */
.slider-layout1 .slide-item,
.slider .slide-item,
.slider-layout1 .slide-item.wt-kenburns,
.slide-item[style*="background"] {
  animation: none !important;
  transform: none !important;
}
