/* Pre-commerce sitewide consistency, responsive, and QA pass. */
:root {
  --yb-space-standard: clamp(72px, 6vw, 88px);
  --yb-space-compact: clamp(48px, 4.8vw, 64px);
  --yb-space-tablet: clamp(56px, 7vw, 72px);
  --yb-space-mobile: clamp(36px, 11vw, 52px);
  --yb-inner-hero-desktop: clamp(460px, 36vw, 520px);
  --yb-inner-hero-tablet: clamp(380px, 48vw, 440px);
  --yb-inner-hero-mobile: clamp(320px, 88vw, 380px);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  html,
  body { overflow-x: hidden; }
}

.site-main,
.site-header,
.site-footer {
  max-width: 100%;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgb(216 168 91 / 0.55);
  outline-offset: 3px;
}

/* Shared inner hero system. */
.yb-inner-hero {
  position: relative !important;
  isolation: isolate;
  min-height: var(--yb-inner-hero-desktop) !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  background: var(--color-espresso) !important;
  color: var(--color-ivory) !important;
  padding: 0 !important;
}

.yb-inner-hero--compact,
.yb-menu-hero.yb-inner-hero {
  min-height: clamp(400px, 31vw, 460px) !important;
}

.yb-inner-hero__image,
.yb-inner-hero .yb-business-hero__image,
.yb-inner-hero .yb-about-hero__image,
.yb-inner-hero .yb-catering-hero__image,
.yb-inner-hero .franchise-hero__image {
  position: absolute !important;
  inset: 0 !important;
  z-index: -3 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  transform: none !important;
}

.yb-inner-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 26%, rgb(216 168 91 / 0.18), transparent 30%),
    linear-gradient(90deg, rgb(22 10 5 / 0.9) 0%, rgb(22 10 5 / 0.76) 44%, rgb(22 10 5 / 0.44) 100%);
}

.yb-inner-hero::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  z-index: -1;
  height: 110px;
  background: linear-gradient(180deg, transparent, var(--color-ivory));
  opacity: 0.92;
  pointer-events: none;
}

.yb-inner-hero__inner {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr) !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 56px) !important;
  padding-block: clamp(72px, 7vw, 96px) clamp(58px, 6vw, 78px) !important;
}

.yb-inner-hero--no-aside .yb-inner-hero__inner,
.yb-menu-hero .yb-inner-hero__inner,
.yb-about-hero .yb-inner-hero__inner,
.yb-contact-hero .yb-inner-hero__inner,
.franchise-hero .yb-inner-hero__inner {
  grid-template-columns: minmax(0, 760px) !important;
}

.yb-inner-hero__copy {
  width: min(100%, 760px);
  min-width: 0;
}

.yb-inner-hero .yb-breadcrumbs,
.yb-inner-breadcrumbs,
.yb-about-hero__breadcrumb,
.yb-menu-hero__breadcrumb,
.yb-business-hero__breadcrumb,
.franchise-breadcrumb {
  margin: 0 0 clamp(14px, 2vw, 20px) !important;
  color: rgb(255 248 238 / 0.78) !important;
}

.yb-inner-hero .yb-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: inherit;
  font-size: 0.84rem;
  line-height: 1.35;
}

.yb-inner-hero .yb-breadcrumbs__list li:not(:last-child)::after {
  content: '/';
  margin-inline-start: 8px;
  color: var(--color-gold);
  opacity: 0.86;
}

.yb-inner-hero .yb-breadcrumbs a {
  color: var(--color-ivory) !important;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.32em;
}

.yb-inner-hero .yb-breadcrumbs [aria-current='page'],
.yb-inner-hero .yb-breadcrumbs__list li:last-child {
  color: rgb(255 248 238 / 0.68);
}

.yb-inner-hero__eyebrow,
.yb-inner-hero .yb-kicker,
.yb-inner-hero .yb-business-hero__eyebrow,
.yb-inner-hero .yb-catering-eyebrow,
.yb-inner-hero .franchise-eyebrow {
  margin: 0 0 12px !important;
  color: var(--color-gold) !important;
  font-size: clamp(0.74rem, 0.85vw, 0.84rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.yb-inner-hero h1,
.yb-inner-hero__title,
.yb-inner-hero .yb-menu-hero__title,
.yb-inner-hero .franchise-hero h1 {
  max-width: 760px !important;
  margin: 0 0 clamp(14px, 2vw, 18px) !important;
  color: var(--color-ivory) !important;
  font-size: clamp(2.75rem, 4.45vw, 4.4rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
  text-wrap: balance;
}

.yb-inner-hero--compact h1,
.yb-menu-hero.yb-inner-hero h1 {
  max-width: 720px !important;
  font-size: clamp(2.45rem, 4.1vw, 3.85rem) !important;
}

.yb-inner-hero__text,
.yb-inner-hero .yb-business-hero__text,
.yb-inner-hero .yb-catering-hero__text,
.yb-inner-hero p:not(.yb-kicker):not(.yb-inner-hero__eyebrow) {
  max-width: 650px !important;
  margin: 0 !important;
  color: rgb(255 248 238 / 0.84) !important;
  font-size: clamp(1rem, 1.15vw, 1.13rem) !important;
  line-height: 1.65 !important;
}

.yb-inner-hero__actions,
.yb-inner-hero .yb-button-group {
  margin-block-start: clamp(20px, 2.5vw, 28px) !important;
  gap: 12px !important;
}

.yb-inner-hero__strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block-start: 22px;
}

.yb-inner-hero__strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgb(255 248 238 / 0.22);
  border-radius: var(--radius-pill);
  background: rgb(255 248 238 / 0.08);
  color: rgb(255 248 238 / 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}

.yb-inner-hero__aside {
  min-width: 0;
  justify-self: end;
  width: min(100%, 360px);
}

.yb-inner-hero-card,
.yb-locations-hero-card,
.yb-catering-hero-card {
  display: grid !important;
  gap: 12px !important;
  width: 100% !important;
  padding: clamp(22px, 2.8vw, 32px) !important;
  border: 1px solid rgb(255 248 238 / 0.18) !important;
  border-radius: var(--radius-lg) !important;
  background: rgb(33 19 12 / 0.72) !important;
  color: var(--color-ivory) !important;
  box-shadow: 0 28px 70px rgb(0 0 0 / 0.22) !important;
  backdrop-filter: blur(12px);
}

.yb-inner-hero-card span,
.yb-locations-hero-card span,
.yb-catering-hero-card span {
  color: var(--color-gold) !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.yb-inner-hero-card strong,
.yb-locations-hero-card strong,
.yb-catering-hero-card strong {
  color: var(--color-ivory) !important;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2vw, 1.8rem) !important;
  line-height: 1.12 !important;
}

.yb-inner-hero-card p,
.yb-locations-hero-card p,
.yb-catering-hero-card p,
.yb-inner-hero-card li,
.yb-locations-hero-card li,
.yb-catering-hero-card li {
  color: rgb(255 248 238 / 0.82) !important;
  margin: 0 !important;
}

.yb-inner-hero-card ul,
.yb-locations-hero-card ul,
.yb-catering-hero-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.yb-inner-hero-card li,
.yb-locations-hero-card li,
.yb-catering-hero-card li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-weight: 750;
  line-height: 1.45;
}

.yb-inner-hero-card svg,
.yb-locations-hero-card svg,
.yb-catering-hero-card svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--color-gold);
  margin-block-start: 0.2em;
}

.yb-inner-hero-card a,
.yb-catering-hero-card a {
  width: fit-content;
  color: var(--color-ivory) !important;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.34em;
}

/* Shared spacing tokens for completed pages. */
.site-main--about .yb-about-section,
.site-main--menu .yb-menu-section,
.site-main--locations .yb-business-section,
.site-main--contact .yb-business-section,
.site-main--catering .yb-catering-section,
.site-main--franchise .franchise-section {
  padding-block: var(--yb-space-standard) !important;
}

.site-main--menu .yb-menu-controls,
.site-main--catering .catering-inquiry,
.site-main--catering .yb-catering-final-cta,
.site-main--franchise .franchise-final-cta,
.site-main--about .yb-about-cta,
.site-main--locations .yb-business-final-cta,
.site-main--contact .yb-business-final-cta {
  padding-block: var(--yb-space-compact) !important;
}

.site-main--catering .yb-catering-section + .yb-catering-section,
.site-main--franchise .franchise-section + .franchise-section,
.site-main--contact .yb-business-section + .yb-business-section,
.site-main--locations .yb-business-section + .yb-business-section,
.site-main--about .yb-about-section + .yb-about-section {
  margin-block-start: 0 !important;
}

.yb-section-heading,
.yb-business-section-head,
.yb-catering-section-head,
.franchise-section-head,
.yb-about-section-head,
.yb-menu-section-head {
  max-width: 760px;
  margin-block-end: clamp(26px, 4vw, 42px) !important;
}

.yb-section-heading h2,
.yb-business-section-head h2,
.yb-catering-section-head h2,
.franchise-section-head h2,
.yb-about-section-head h2,
.yb-menu-section-head h2 {
  text-wrap: balance;
}

.yb-business-card-grid > *,
.yb-catering-events-grid > *,
.yb-catering-packages-grid > *,
.franchise-card-grid > *,
.franchise-grid > *,
.yb-menu-products__grid > *,
.yb-menu-featured__grid > *,
.yb-menu-seasonal__grid > * {
  min-width: 0;
  height: 100%;
}

.yb-business-map-card__frame,
.yb-reservation-card__media,
.yb-catering-gallery-card,
.yb-about-gallery__item,
.franchise-media-card,
.yb-content-card__media {
  background: var(--color-cream);
  overflow: hidden;
}

.yb-business-map-card__frame iframe,
.yb-reservation-card__media img,
.yb-catering-gallery-card img,
.yb-about-gallery__item img,
.franchise-media-card img,
.yb-content-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Header final responsive guard. */
.site-header__inner {
  overflow: visible;
}

.site-navigation__menu {
  min-width: 0;
  gap: clamp(12px, 1.35vw, 22px) !important;
}

.site-navigation a {
  font-size: clamp(0.68rem, 0.58vw, 0.74rem) !important;
  letter-spacing: 0.045em !important;
}

.site-header__actions {
  flex: 0 0 auto;
  min-width: max-content;
}

.site-header__cta {
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .site-header__inner { gap: 12px; }
  .site-header__logo,
  .custom-logo { max-width: 100px; height: 42px; }
  .site-navigation__menu { gap: 12px !important; }
  .site-header__cta { display: none !important; }
}

@media (max-width: 1100px) {
  .site-header__top { display: none !important; }
  .site-navigation { display: none !important; }
  .site-header__toggle { display: inline-grid !important; }
  .site-header__inner { min-height: 52px; padding-block: 4px; }
  .mobile-menu { max-height: calc(100svh - 52px); overflow-y: auto; }
}

@media (min-width: 1101px) {
  .site-header__toggle { display: none !important; }
  .mobile-menu { display: none !important; }
}

/* Footer final compact guard. */
.site-footer {
  padding-block-start: clamp(30px, 4vw, 50px) !important;
}

.site-footer__grid {
  gap: clamp(18px, 3vw, 34px) !important;
}

.site-footer__bottom {
  margin-block-start: clamp(18px, 3vw, 26px) !important;
}

.site-footer__menu a {
  display: inline-flex;
  padding-block: 2px;
}

/* Forms and interactive components. */
.yb-form,
.catering-form,
.franchise-form,
.yb-contact-form {
  min-width: 0;
}

.yb-field,
.catering-form__field,
.franchise-field {
  min-width: 0;
}

.yb-field input,
.yb-field select,
.yb-field textarea,
.catering-form__field input,
.catering-form__field select,
.catering-form__field textarea,
.franchise-field input,
.franchise-field select,
.franchise-field textarea {
  max-width: 100%;
}

.yb-accordion__button {
  min-width: 0;
}

.yb-accordion__button span {
  min-width: 0;
  text-wrap: balance;
}

/* Responsive scale. */
@media (max-width: 1024px) {
  .yb-inner-hero {
    min-height: var(--yb-inner-hero-tablet) !important;
  }

  .yb-inner-hero__inner {
    grid-template-columns: minmax(0, 760px) !important;
    padding-block: 68px 56px !important;
  }

  .yb-inner-hero__aside {
    display: none !important;
  }

  .site-main--about .yb-about-section,
  .site-main--menu .yb-menu-section,
  .site-main--locations .yb-business-section,
  .site-main--contact .yb-business-section,
  .site-main--catering .yb-catering-section,
  .site-main--franchise .franchise-section {
    padding-block: var(--yb-space-tablet) !important;
  }
}

@media (max-width: 900px) {
  .yb-container {
    width: min(100% - 36px, var(--container-lg));
  }

  .yb-grid-2,
  .yb-grid-3,
  .yb-post-grid,
  .yb-form-row,
  .yb-business-card-grid,
  .yb-business-hours-layout,
  .yb-business-map-layout,
  .yb-reservation-card,
  .yb-catering-grid,
  .yb-catering-events-grid,
  .yb-catering-packages-grid,
  .franchise-grid,
  .franchise-card-grid {
    grid-template-columns: 1fr !important;
  }

  .yb-button-group {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .yb-inner-hero {
    min-height: var(--yb-inner-hero-mobile) !important;
  }

  .yb-inner-hero__inner {
    padding-block: 58px 44px !important;
  }

  .yb-inner-hero h1,
  .yb-inner-hero__title,
  .yb-inner-hero--compact h1,
  .yb-menu-hero.yb-inner-hero h1 {
    max-width: 12.5ch !important;
    font-size: clamp(2.05rem, 10vw, 2.85rem) !important;
    line-height: 1.02 !important;
  }

  .yb-inner-hero__text,
  .yb-inner-hero .yb-business-hero__text,
  .yb-inner-hero .yb-catering-hero__text,
  .yb-inner-hero p:not(.yb-kicker):not(.yb-inner-hero__eyebrow) {
    font-size: 0.98rem !important;
    line-height: 1.58 !important;
  }

  .yb-inner-hero .yb-button-group,
  .yb-inner-hero__actions {
    align-items: stretch !important;
  }

  .yb-inner-hero .yb-button,
  .yb-inner-hero__actions .yb-button {
    width: 100%;
  }

  .yb-inner-hero__strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-block-end: 4px;
    scroll-snap-type: x proximity;
  }

  .yb-inner-hero__strip span {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .site-main--about .yb-about-section,
  .site-main--menu .yb-menu-section,
  .site-main--locations .yb-business-section,
  .site-main--contact .yb-business-section,
  .site-main--catering .yb-catering-section,
  .site-main--franchise .franchise-section,
  .site-main--catering .catering-inquiry,
  .site-main--catering .yb-catering-final-cta,
  .site-main--franchise .franchise-final-cta,
  .site-main--about .yb-about-cta,
  .site-main--locations .yb-business-final-cta,
  .site-main--contact .yb-business-final-cta {
    padding-block: var(--yb-space-mobile) !important;
  }

  .yb-button-group,
  .yb-cta__actions,
  .yb-business-directions,
  .franchise-actions,
  .catering-form__footer,
  .franchise-form__footer,
  .yb-form__footer {
    justify-content: center !important;
  }
}

@media (max-width: 430px) {
  .yb-container {
    width: min(100% - 28px, var(--container-lg));
  }

  .yb-inner-hero__inner {
    padding-block: 50px 38px !important;
  }

  .yb-inner-hero h1,
  .yb-inner-hero__title,
  .yb-inner-hero--compact h1,
  .yb-menu-hero.yb-inner-hero h1 {
    max-width: 11.5ch !important;
    font-size: clamp(1.95rem, 10.8vw, 2.42rem) !important;
  }

  .yb-inner-hero .yb-breadcrumbs__list {
    font-size: 0.78rem;
  }

  .site-header__inner {
    min-height: 48px !important;
    gap: 7px !important;
  }

  .site-header__logo,
  .custom-logo {
    height: 35px !important;
    max-width: 82px !important;
  }

  .site-header__actions {
    gap: 5px !important;
  }

  .site-header__icon-button,
  .site-header__cart,
  .site-header__toggle {
    width: 32px !important;
    height: 32px !important;
  }

  .site-footer__grid {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    gap: 16px !important;
  }

  .site-footer__brand,
  .site-footer__column,
  .site-footer__menu {
    justify-items: center !important;
  }
}

@media (max-width: 375px) {
  .yb-container {
    width: min(100% - 24px, var(--container-lg));
  }

  .yb-inner-hero h1,
  .yb-inner-hero__title,
  .yb-inner-hero--compact h1,
  .yb-menu-hero.yb-inner-hero h1 {
    max-width: 12ch !important;
    font-size: clamp(1.82rem, 10.6vw, 2.18rem) !important;
  }

  .site-header__icon-button {
    display: none !important;
  }

  .mobile-menu__actions {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 320px) {
  .yb-container {
    width: min(100% - 18px, var(--container-lg));
  }

  .yb-inner-hero {
    min-height: 320px !important;
  }

  .yb-inner-hero__inner {
    padding-block: 44px 34px !important;
  }

  .yb-inner-hero h1,
  .yb-inner-hero__title,
  .yb-inner-hero--compact h1,
  .yb-menu-hero.yb-inner-hero h1 {
    font-size: 1.78rem !important;
    max-width: 13ch !important;
  }

  .yb-inner-hero__text,
  .yb-inner-hero .yb-business-hero__text,
  .yb-inner-hero .yb-catering-hero__text,
  .yb-inner-hero p:not(.yb-kicker):not(.yb-inner-hero__eyebrow) {
    font-size: 0.92rem !important;
  }

  .site-header__logo,
  .custom-logo {
    height: 32px !important;
    max-width: 74px !important;
  }

  .site-header__cart,
  .site-header__toggle {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yb-inner-hero *,
  .yb-content-card *,
  .yb-catering-gallery-card *,
  .franchise-card *,
  .yb-menu-product-card * {
    animation: none !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* Build 8 Toast ordering mode: keep deprecated commerce chrome hidden if stale markup/plugins output it. */
.site-header__cart,
.yb-mini-cart,
.yb-mini-cart__body,
.widget_shopping_cart_content,
.woocommerce-mini-cart,
.woocommerce .button.add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.woocommerce .quantity,
.woocommerce .price,
.yb-home-product__price,
.yb-menu-card__price,
.yb-menu-card__quantity,
.yb-menu-modal {
  display: none !important;
}

/* Build 8.4 global layout refinement: compact spacing, stronger header, menu nav overflow guard. */
:root {
  --yb-space-standard: clamp(64px, 5.2vw, 80px);
  --yb-space-compact: clamp(40px, 4.2vw, 56px);
  --yb-space-tablet: clamp(48px, 6vw, 64px);
  --yb-space-mobile: clamp(36px, 10vw, 48px);
  --yb-space-editorial: clamp(88px, 7vw, 104px);
}

/* Dark premium header with larger approved light logo and visible Toast CTA. */
.site-header {
  background: rgb(33 19 12 / 0.96) !important;
  border-block-end: 1px solid rgb(255 248 238 / 0.12) !important;
  box-shadow: 0 14px 36px rgb(0 0 0 / 0.16) !important;
  color: var(--color-ivory) !important;
}

.site-header.is-scrolled {
  background: rgb(33 19 12 / 0.98) !important;
  border-color: rgb(216 168 91 / 0.18) !important;
}

.site-header__top {
  background: rgb(22 10 5 / 0.92) !important;
  border-block-end-color: rgb(255 248 238 / 0.1) !important;
}

.site-header__inner {
  grid-template-columns: minmax(96px, auto) minmax(0, 1fr) auto !important;
  min-height: clamp(68px, 4.8vw, 76px) !important;
  padding-block: 4px !important;
  gap: clamp(14px, 2vw, 28px) !important;
}

.site-header__brand,
.site-header__logo-link,
.custom-logo-link {
  max-width: 150px !important;
}

.site-header__logo,
.site-header .custom-logo,
.custom-logo {
  width: auto !important;
  height: clamp(58px, 4.6vw, 70px) !important;
  max-width: 142px !important;
  object-fit: contain !important;
}

.site-navigation {
  overflow: visible !important;
}

.site-navigation__menu {
  gap: clamp(12px, 1.18vw, 22px) !important;
}

.site-navigation a {
  color: rgb(255 248 238 / 0.9) !important;
  font-size: clamp(0.68rem, 0.58vw, 0.76rem) !important;
  letter-spacing: 0.052em !important;
}

.site-navigation a:hover,
.site-navigation a:focus-visible,
.site-navigation .current-menu-item > a {
  color: var(--color-white) !important;
}

.site-navigation a::after {
  background: var(--color-gold) !important;
}

.site-header__actions {
  gap: clamp(8px, 1vw, 12px) !important;
}

.site-header__icon-button,
.site-header__toggle {
  border-color: rgb(255 248 238 / 0.2) !important;
  background: rgb(255 248 238 / 0.08) !important;
  color: var(--color-ivory) !important;
}

.site-header__icon-button:hover,
.site-header__icon-button:focus-visible,
.site-header__toggle:hover,
.site-header__toggle:focus-visible {
  border-color: rgb(216 168 91 / 0.56) !important;
  background: rgb(255 248 238 / 0.15) !important;
}

.site-header__cta {
  min-height: 40px !important;
  padding-inline: clamp(18px, 1.8vw, 26px) !important;
  border-color: rgb(216 168 91 / 0.92) !important;
  background: linear-gradient(135deg, var(--color-gold), #f3d6a3) !important;
  color: var(--color-espresso) !important;
  font-weight: 950 !important;
  box-shadow: 0 14px 34px rgb(216 168 91 / 0.2) !important;
}

.site-header__cta:hover,
.site-header__cta:focus-visible {
  background: var(--color-ivory) !important;
  color: var(--color-espresso) !important;
}

@media (max-width: 1280px) {
  .site-header__inner {
    grid-template-columns: minmax(92px, auto) minmax(0, 1fr) auto !important;
    min-height: 66px !important;
    gap: 12px !important;
  }

  .site-header__logo,
  .site-header .custom-logo,
  .custom-logo {
    height: 60px !important;
    max-width: 122px !important;
  }

  .site-navigation__menu { gap: 10px !important; }
  .site-navigation a { font-size: 0.66rem !important; letter-spacing: 0.035em !important; }
  .site-header__cta { display: inline-flex !important; min-height: 38px !important; padding-inline: 16px !important; font-size: 0.68rem !important; }
}

@media (max-width: 1220px) {
  .site-header__top { display: none !important; }
  .site-navigation { display: none !important; }
  .site-header__toggle { display: inline-grid !important; }
  .site-header__inner { min-height: 64px !important; }
  .site-header__logo,
  .site-header .custom-logo,
  .custom-logo { height: 56px !important; max-width: 116px !important; }
}

@media (min-width: 1221px) {
  .site-header__toggle { display: none !important; }
  .mobile-menu { display: none !important; }
}

@media (max-width: 768px) {
  .site-header__inner { min-height: 58px !important; }
  .site-header__logo,
  .site-header .custom-logo,
  .custom-logo { height: 50px !important; max-width: 104px !important; }
  .site-header__cta { min-height: 36px !important; padding-inline: 14px !important; font-size: 0.65rem !important; }
  .mobile-menu { background: rgb(33 19 12 / 0.98) !important; border-block-start-color: rgb(255 248 238 / 0.12) !important; }
  .mobile-menu__items a { color: rgb(255 248 238 / 0.92) !important; border-block-end-color: rgb(255 248 238 / 0.12) !important; }
  .mobile-menu__items a:hover,
  .mobile-menu__items a:focus-visible { color: var(--color-gold) !important; background: rgb(216 168 91 / 0.08) !important; }
}

@media (max-width: 430px) {
  .site-header__inner { min-height: 56px !important; gap: 7px !important; }
  .site-header__brand,
  .site-header__logo-link,
  .custom-logo-link { max-width: 96px !important; }
  .site-header__logo,
  .site-header .custom-logo,
  .custom-logo { height: 46px !important; max-width: 94px !important; }
  .site-header__actions { gap: 5px !important; }
  .site-header__icon-button,
  .site-header__toggle { width: 32px !important; height: 32px !important; }
  .site-header__cta { min-height: 32px !important; padding-inline: 10px !important; font-size: 0.58rem !important; letter-spacing: 0.055em !important; }
}

@media (max-width: 360px) {
  .site-header__logo,
  .site-header .custom-logo,
  .custom-logo { height: 44px !important; max-width: 88px !important; }
  .site-header__cta { padding-inline: 9px !important; }
}

@media (max-width: 340px) {
  .site-header__icon-button { display: none !important; }
  .site-header__cta { min-height: 31px !important; padding-inline: 8px !important; font-size: 0.56rem !important; }
  .site-header__toggle { width: 31px !important; height: 31px !important; }
}

/* Homepage gallery removal guard: template is removed, this prevents stale cached markup from leaving a gap. */
.yb-home-gallery { display: none !important; }

/* Homepage story split: natural height, compact padding, balanced columns. */
.yb-home-about {
  padding-block: clamp(64px, 5.4vw, 80px) !important;
}

.yb-home-about__grid {
  max-width: 1240px !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr) !important;
  align-items: center !important;
  gap: clamp(48px, 4.8vw, 64px) !important;
}

.yb-home-about__media {
  min-height: 0 !important;
  height: auto !important;
  align-self: center !important;
}

.yb-home-about__media img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.12 / 1 !important;
  object-fit: cover !important;
}

.yb-home-about__content {
  align-self: center !important;
  max-width: 620px !important;
  padding-block: 0 !important;
}

.yb-home-about__content p {
  max-width: 58ch;
}

.yb-home-about__features {
  margin-block: 18px 22px !important;
}

/* Homepage catering preview: remove artificial stretch and align visual/content naturally. */
.yb-home-catering {
  padding-block: clamp(56px, 5.2vw, 76px) !important;
}

.yb-home-catering__inner {
  align-items: center !important;
  gap: clamp(42px, 5vw, 64px) !important;
}

.yb-home-catering__copy {
  align-self: center !important;
  max-width: 640px !important;
}

.yb-home-catering__copy .yb-button-group {
  margin-block-start: 18px !important;
}

.yb-home-catering__media {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  align-self: center !important;
}

.yb-home-catering__media > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Menu category nav: no clipping on desktop; scroll before labels are cut on medium/tablet/mobile. */
.site-main--menu,
.yb-menu-page,
.yb-menu-controls,
.yb-menu-controls .yb-container {
  overflow: visible !important;
}

.yb-menu-controls {
  top: clamp(68px, 5vw, 86px) !important;
  padding-inline: 0 !important;
}

.admin-bar .yb-menu-controls { top: clamp(100px, 7vw, 118px) !important; }

.yb-menu-categories {
  max-width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  overflow: visible !important;
  padding: 9px !important;
  gap: 8px !important;
  border-radius: 26px !important;
}

.yb-menu-category {
  min-width: 0 !important;
  min-height: 40px !important;
  padding: 0.54rem 0.76rem !important;
  gap: 7px !important;
  font-size: clamp(0.78rem, 0.82vw, 0.86rem) !important;
  white-space: nowrap !important;
}

.yb-menu-category__label {
  display: inline-block !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.yb-menu-category__count {
  min-width: 21px !important;
  height: 21px !important;
  padding-inline: 6px !important;
  font-size: 0.68rem !important;
}

@media (max-width: 1366px) {
  .yb-menu-controls .yb-container {
    width: min(100% - 32px, var(--container-lg)) !important;
    overflow: visible !important;
  }

  .yb-menu-categories {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding-inline: 12px !important;
    scroll-padding-inline: 12px !important;
    scroll-snap-type: x proximity !important;
    -webkit-overflow-scrolling: touch;
  }

  .yb-menu-category {
    flex: 0 0 auto !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 640px) {
  .yb-menu-controls { top: 58px !important; margin-block-start: -12px !important; }
  .yb-menu-controls .yb-container { width: min(100% - 18px, 100%) !important; }
  .yb-menu-categories { border-radius: 22px !important; padding: 8px 10px !important; }
  .yb-menu-category { min-height: 38px !important; padding: 0.48rem 0.68rem !important; font-size: 0.78rem !important; }
}

/* Global compact spacing and natural-height guards for completed pages. */
.yb-section {
  padding-block: clamp(64px, 5.5vw, 80px) !important;
}

.yb-cta {
  padding-block: clamp(44px, 5vw, 64px) !important;
}

.yb-section-heading,
.yb-business-section-head,
.yb-catering-section-head,
.franchise-section-head,
.yb-about-section-head,
.yb-menu-section-head {
  margin-block-end: clamp(22px, 3vw, 36px) !important;
}

.site-main--about .yb-about-section,
.site-main--menu .yb-menu-section,
.site-main--locations .yb-business-section,
.site-main--contact .yb-business-section,
.site-main--catering .yb-catering-section,
.site-main--franchise .franchise-section {
  padding-block: clamp(64px, 5.5vw, 80px) !important;
}

.site-main--menu .yb-menu-controls,
.site-main--catering .catering-inquiry,
.site-main--catering .yb-catering-final-cta,
.site-main--franchise .franchise-final-cta,
.site-main--about .yb-about-cta,
.site-main--locations .yb-business-final-cta,
.site-main--contact .yb-business-final-cta {
  padding-block: clamp(40px, 4.2vw, 56px) !important;
}

.yb-card,
.yb-content-card,
.yb-feature-card,
.yb-business-card,
.yb-catering-card,
.franchise-card,
.yb-menu-card {
  min-height: 0 !important;
}

.yb-grid-2,
.yb-grid-3,
.yb-business-card-grid,
.yb-catering-grid,
.yb-catering-events-grid,
.yb-catering-packages-grid,
.franchise-grid,
.franchise-card-grid {
  align-items: stretch !important;
}

.yb-content-card__media,
.yb-business-map-card__frame,
.yb-catering-gallery-card,
.franchise-media-card,
.yb-menu-card__media {
  aspect-ratio: var(--yb-card-aspect, 4 / 3);
}

@media (max-width: 1024px) {
  .yb-home-about__grid,
  .yb-home-catering__inner {
    grid-template-columns: 1fr !important;
    gap: clamp(26px, 5vw, 42px) !important;
  }

  .yb-home-about__content,
  .yb-home-catering__copy {
    max-width: 760px !important;
  }

  .yb-home-about__media img,
  .yb-home-catering__media {
    aspect-ratio: 16 / 10 !important;
  }
}

@media (max-width: 768px) {
  .yb-section,
  .site-main--about .yb-about-section,
  .site-main--menu .yb-menu-section,
  .site-main--locations .yb-business-section,
  .site-main--contact .yb-business-section,
  .site-main--catering .yb-catering-section,
  .site-main--franchise .franchise-section {
    padding-block: clamp(36px, 9vw, 48px) !important;
  }

  .yb-home-about,
  .yb-home-catering {
    padding-block: clamp(38px, 9vw, 50px) !important;
  }

  .yb-home-about__features,
  .yb-home-checklist {
    margin-block: 14px 18px !important;
  }

  .yb-home-about__media img,
  .yb-home-catering__media {
    aspect-ratio: 1.35 / 1 !important;
  }
}

@media (max-width: 430px) {
  .yb-container { width: min(100% - 28px, var(--container-lg)) !important; }
  .yb-button-group,
  .yb-cta__actions { width: 100%; }
  .yb-button-group .yb-button,
  .yb-cta__actions .yb-button { width: 100%; }
  .yb-home-catering__drink-card { inset-inline: 10px !important; inset-block-end: 10px !important; max-width: calc(100% - 20px) !important; }
}

@media (max-width: 320px) {
  .yb-container { width: min(100% - 20px, var(--container-lg)) !important; }
  .yb-home-about__media img,
  .yb-home-catering__media { aspect-ratio: 1.2 / 1 !important; }
}

/* Build 8.5: editorial hero refinement inspired by premium cafe UX motion. */
:root {
  --yb-editorial-hero-desktop: clamp(520px, 42vw, 620px);
  --yb-editorial-hero-tablet: clamp(420px, 54vw, 500px);
  --yb-editorial-hero-mobile: clamp(360px, 94vw, 440px);
  --yb-editorial-hero-menu: clamp(430px, 34vw, 500px);
}

/* Homepage hero: centered editorial composition. */
.yb-home-hero {
  min-height: clamp(680px, 88svh, 920px) !important;
  display: grid;
  place-items: center;
  text-align: center;
}

.yb-home-hero__overlay {
  background:
    radial-gradient(circle at 50% 34%, rgb(216 168 91 / 0.18), transparent 34%),
    linear-gradient(180deg, rgb(22 10 5 / 0.74) 0%, rgb(22 10 5 / 0.56) 44%, rgb(22 10 5 / 0.82) 100%) !important;
}

.yb-home-hero__content {
  width: min(100%, 950px) !important;
  max-width: 950px !important;
  margin-inline: auto !important;
  padding-block: clamp(126px, 12vw, 168px) clamp(82px, 8vw, 124px) !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

.yb-home-hero .yb-kicker {
  color: var(--color-gold) !important;
  margin-block-end: 14px !important;
  letter-spacing: 0.18em !important;
}

.yb-home-hero h1 {
  max-width: 930px !important;
  margin-inline: auto !important;
  margin-block-end: 18px !important;
  font-size: clamp(3.2rem, 6vw, 6rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.052em !important;
  text-align: center !important;
  text-wrap: balance;
}

.yb-home-hero__text {
  max-width: 680px !important;
  margin-inline: auto !important;
  color: rgb(255 248 238 / 0.88) !important;
  font-size: clamp(1rem, 1.18vw, 1.18rem) !important;
  line-height: 1.62 !important;
  text-align: center !important;
}

.yb-home-hero__actions {
  justify-content: center !important;
  margin-block-start: 26px !important;
}

.yb-home-hero__badge,
.yb-home-hero__metrics,
.yb-home-hero__directions {
  display: none !important;
}

/* Shared editorial inner-page hero: hidden SEO breadcrumbs, visible story-led intro. */
.yb-inner-hero--editorial {
  min-height: var(--yb-editorial-hero-desktop) !important;
  text-align: center !important;
}

.yb-menu-hero.yb-inner-hero--editorial,
.yb-inner-hero--editorial.yb-inner-hero--compact {
  min-height: var(--yb-editorial-hero-menu) !important;
}

.yb-inner-hero--editorial .yb-inner-hero__overlay {
  background:
    radial-gradient(circle at 50% 38%, rgb(216 168 91 / 0.22), transparent 35%),
    radial-gradient(circle at 15% 18%, rgb(107 17 17 / 0.22), transparent 28%),
    linear-gradient(180deg, rgb(22 10 5 / 0.82) 0%, rgb(22 10 5 / 0.66) 45%, rgb(22 10 5 / 0.88) 100%) !important;
}

.yb-inner-hero--editorial .yb-inner-hero__inner,
.yb-inner-hero--editorial.yb-inner-hero--no-aside .yb-inner-hero__inner,
.yb-menu-hero.yb-inner-hero--editorial .yb-inner-hero__inner,
.yb-about-hero.yb-inner-hero--editorial .yb-inner-hero__inner,
.yb-contact-hero.yb-inner-hero--editorial .yb-inner-hero__inner,
.franchise-hero.yb-inner-hero--editorial .yb-inner-hero__inner {
  grid-template-columns: minmax(0, 920px) !important;
  justify-content: center !important;
  justify-items: center !important;
  padding-block: clamp(84px, 8vw, 112px) clamp(68px, 7vw, 96px) !important;
}

.yb-inner-hero--editorial .yb-inner-hero__copy {
  width: min(100%, 920px) !important;
  max-width: 920px !important;
  margin-inline: auto !important;
  display: grid;
  justify-items: center;
  text-align: center;
}

.yb-inner-hero--editorial .yb-breadcrumbs--seo {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.yb-inner-hero--editorial .yb-inner-hero__eyebrow,
.yb-inner-hero--editorial .yb-kicker {
  margin-block-end: 13px !important;
}

.yb-inner-hero--editorial h1,
.yb-inner-hero--editorial .yb-inner-hero__title,
.yb-inner-hero--editorial.yb-inner-hero--compact h1,
.yb-menu-hero.yb-inner-hero--editorial h1 {
  max-width: 900px !important;
  margin-inline: auto !important;
  font-size: clamp(3.05rem, 5.2vw, 5.35rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.052em !important;
  text-align: center !important;
  text-wrap: balance;
}

.yb-menu-hero.yb-inner-hero--editorial h1,
.yb-inner-hero--editorial.yb-inner-hero--compact h1 {
  font-size: clamp(2.6rem, 4.35vw, 4.2rem) !important;
}

.yb-inner-hero--editorial .yb-inner-hero__text {
  max-width: 700px !important;
  margin-inline: auto !important;
  color: rgb(255 248 238 / 0.86) !important;
  text-align: center !important;
}

.yb-inner-hero--editorial .yb-inner-hero__actions,
.yb-inner-hero--editorial .yb-button-group {
  justify-content: center !important;
  align-items: center !important;
}

.yb-inner-hero__motif {
  position: absolute;
  z-index: -1;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: min(58vw, 560px);
  height: auto;
  max-width: none;
  opacity: 0.18;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  pointer-events: none;
  mix-blend-mode: screen;
  filter: saturate(0.86);
  will-change: transform, opacity;
}

.yb-inner-hero--about .yb-inner-hero__motif {
  opacity: 0.2;
  width: min(62vw, 600px);
}

.yb-inner-hero--catering .yb-inner-hero__motif,
.yb-inner-hero--locations .yb-inner-hero__motif,
.yb-inner-hero--contact .yb-inner-hero__motif,
.yb-inner-hero--franchise .yb-inner-hero__motif {
  opacity: 0.16;
}

.yb-inner-hero--editorial::after {
  height: clamp(72px, 8vw, 118px) !important;
  opacity: 0.9 !important;
}

@media (max-width: 1024px) {
  .yb-inner-hero--editorial {
    min-height: var(--yb-editorial-hero-tablet) !important;
  }

  .yb-menu-hero.yb-inner-hero--editorial,
  .yb-inner-hero--editorial.yb-inner-hero--compact {
    min-height: clamp(380px, 48vw, 440px) !important;
  }

  .yb-inner-hero--editorial .yb-inner-hero__inner,
  .yb-inner-hero--editorial.yb-inner-hero--no-aside .yb-inner-hero__inner {
    padding-block: clamp(70px, 8vw, 92px) clamp(54px, 7vw, 74px) !important;
  }

  .yb-inner-hero__motif {
    width: min(72vw, 500px);
  }

  .yb-home-hero {
    min-height: clamp(610px, 78svh, 780px) !important;
  }
}

@media (max-width: 768px) {
  .yb-inner-hero--editorial {
    min-height: var(--yb-editorial-hero-mobile) !important;
  }

  .yb-inner-hero--editorial .yb-inner-hero__inner,
  .yb-inner-hero--editorial.yb-inner-hero--no-aside .yb-inner-hero__inner {
    padding-block: clamp(58px, 12vw, 76px) clamp(42px, 10vw, 58px) !important;
  }

  .yb-inner-hero--editorial h1,
  .yb-inner-hero--editorial .yb-inner-hero__title,
  .yb-inner-hero--editorial.yb-inner-hero--compact h1,
  .yb-menu-hero.yb-inner-hero--editorial h1 {
    max-width: min(100%, 12.8ch) !important;
    font-size: clamp(2.28rem, 9.4vw, 3.2rem) !important;
    line-height: 1.01 !important;
  }

  .yb-inner-hero--editorial .yb-inner-hero__text {
    max-width: 34rem !important;
    font-size: 0.98rem !important;
  }

  .yb-inner-hero__motif {
    width: min(92vw, 430px);
    opacity: 0.16;
  }

  .yb-home-hero {
    min-height: clamp(560px, 74svh, 700px) !important;
  }

  .yb-home-hero__content {
    max-width: min(100%, 720px) !important;
    padding-block: 100px 58px !important;
  }

  .yb-home-hero h1 {
    max-width: 640px !important;
    font-size: clamp(2.48rem, 8.2vw, 4rem) !important;
  }

  .yb-home-hero__text {
    max-width: 560px !important;
  }
}

@media (max-width: 430px) {
  .yb-inner-hero--editorial {
    min-height: clamp(340px, 92vw, 400px) !important;
  }

  .yb-inner-hero--editorial .yb-inner-hero__inner,
  .yb-inner-hero--editorial.yb-inner-hero--no-aside .yb-inner-hero__inner {
    padding-block: 54px 42px !important;
  }

  .yb-inner-hero--editorial h1,
  .yb-inner-hero--editorial .yb-inner-hero__title,
  .yb-inner-hero--editorial.yb-inner-hero--compact h1,
  .yb-menu-hero.yb-inner-hero--editorial h1 {
    max-width: 12.6ch !important;
    font-size: clamp(2rem, 10.2vw, 2.62rem) !important;
  }

  .yb-inner-hero--editorial .yb-inner-hero__actions,
  .yb-inner-hero--editorial .yb-button-group {
    width: min(100%, 330px);
  }

  .yb-home-hero {
    min-height: clamp(520px, 78svh, 620px) !important;
  }

  .yb-home-hero__content {
    padding-block: 92px 48px !important;
  }

  .yb-home-hero h1 {
    max-width: 350px !important;
    font-size: clamp(2.08rem, 11.2vw, 2.95rem) !important;
  }

  .yb-home-hero__text {
    max-width: 330px !important;
    font-size: 0.9rem !important;
    line-height: 1.54 !important;
  }
}

@media (max-width: 360px) {
  .yb-inner-hero--editorial h1,
  .yb-inner-hero--editorial .yb-inner-hero__title,
  .yb-inner-hero--editorial.yb-inner-hero--compact h1,
  .yb-menu-hero.yb-inner-hero--editorial h1 {
    font-size: clamp(1.9rem, 10.8vw, 2.24rem) !important;
  }

  .yb-home-hero h1 {
    max-width: 310px !important;
    font-size: clamp(1.96rem, 11.4vw, 2.56rem) !important;
  }

  .yb-home-hero__actions {
    width: min(100%, 300px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yb-inner-hero__motif {
    opacity: 0.28 !important;
    transform: translate(-50%, calc(-50% + 18px)) scale(1.16) !important;
    transition: none !important;
    will-change: auto !important;
  }
}
