/* Canary Wings — home pública producto primero */
:root {
  --experience-header: 82px;
  --cw-cream: #fff6ee;
  --cw-cream-deep: #f2e5da;
  --cw-charcoal: #191416;
  --cw-red-bright: #ba1723;
}

body[data-public-page]:not([data-public-page="home"]) .cw-welcome {
  display: none;
}

body[data-public-page]:not([data-public-page="home"]) .topbar--hero {
  position: sticky;
  inset: auto;
  background: var(--cw-red-800);
  box-shadow: 0 12px 30px rgba(35, 0, 4, .18);
}

body[data-public-page]:not([data-public-page="home"]) main {
  min-height: calc(100svh - var(--experience-header));
  background: var(--cw-cream);
}

body[data-public-page="home"] #location-section,
body[data-public-page="home"] #menu-section,
body[data-public-page="home"] #sauces-section,
body[data-public-page="home"] #contacto {
  display: none !important;
}

body[data-public-page="carta"] .hero,
body[data-public-page="carta"] #flavor-characters,
body[data-public-page="carta"] .brand-experience,
body[data-public-page="carta"] #contacto,
body[data-public-page="carta"] #promotions-wrap {
  display: none !important;
}

body[data-public-page="promociones"] .hero,
body[data-public-page="promociones"] #flavor-characters,
body[data-public-page="promociones"] #sauces-section,
body[data-public-page="promociones"] .brand-experience,
body[data-public-page="promociones"] #contacto,
body[data-public-page="promociones"] #favorites-wrap,
body[data-public-page="promociones"] .menu-content,
body[data-public-page="promociones"] .cart-dock {
  display: none !important;
}

body[data-public-page="locales"] .hero,
body[data-public-page="locales"] #flavor-characters,
body[data-public-page="locales"] #menu-section,
body[data-public-page="locales"] #sauces-section,
body[data-public-page="locales"] .brand-experience {
  display: none !important;
}

body[data-public-page="carta"] #location-section,
body[data-public-page="promociones"] #location-section,
body[data-public-page="locales"] #location-section {
  padding-top: clamp(1.5rem, 4vw, 3rem);
}

body[data-public-page="promociones"] #promotions-wrap {
  margin-top: 0;
}

html {
  scroll-padding-top: 94px;
  scrollbar-color: var(--cw-red-700) var(--cw-cream);
}

body {
  background-color: var(--cw-cream);
  background-image: url('/menu/assets/img/sauce-watermark-pattern.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: clamp(760px, 72vw, 1021px) auto;
  overflow-x: clip;
}

::selection {
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
}

button,
a,
input {
  caret-color: var(--cw-red-700);
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--cw-gold-400);
  outline-offset: 3px;
}

.topbar--hero {
  position: absolute;
  inset: 0 0 auto;
  z-index: 55;
  border: 0;
  background: linear-gradient(180deg, rgba(35, 0, 4, .34), rgba(35, 0, 4, 0));
  color: var(--cw-white);
}

.topbar--hero .topbar__inner {
  min-height: var(--experience-header);
  gap: clamp(1rem, 2.4vw, 2.1rem);
}

.topbar--hero .brand {
  flex: 0 0 auto;
}

.topbar--hero .brand__logo {
  width: 104px;
  height: 70px;
  border-radius: 0;
  background: transparent;
  filter:
    drop-shadow(0 0 1px rgba(255, 255, 255, .92))
    drop-shadow(0 6px 12px rgba(20, 0, 3, .4));
}

.topbar__nav {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  justify-content: flex-start;
  gap: clamp(.9rem, 2vw, 2rem);
}

.topbar--hero .topbar__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  font-weight: 760;
  text-decoration: none;
}

.topbar--hero .topbar__link::after {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--cw-gold-400);
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity var(--duration-fast) ease, transform var(--duration-fast) var(--ease-out);
}

.topbar--hero .topbar__link:hover::after,
.topbar--hero .topbar__location::after,
.topbar--hero .topbar__link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.topbar--hero .topbar__location {
  margin-left: auto;
}

.topbar--hero .button--primary {
  min-height: 46px;
  padding-inline: 1rem;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
  box-shadow: 0 9px 22px rgba(28, 0, 3, .25);
}

.topbar--hero .button--primary:hover {
  background: #ffc63f;
}

.topbar__mobile-location {
  display: none;
  align-items: center;
  gap: .28rem;
  color: var(--cw-white);
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
}

.topbar__mobile-location .icon {
  width: 1rem;
  color: var(--cw-gold-400);
}

.topbar__menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  padding: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: white;
  cursor: pointer;
}

.topbar__menu-toggle span {
  width: 21px;
  height: 2px;
  display: block;
  margin: 3px auto;
  border-radius: 2px;
  background: currentColor;
}

.hero--product {
  min-height: 660px;
  background: #650b13;
}

.hero--product::before {
  z-index: -2;
  inset: 0;
  width: 100%;
  background-color: #650b13;
  background-image: repeating-linear-gradient(132deg, rgba(255,255,255,.024) 0, rgba(255,255,255,.024) 1px, transparent 1px, transparent 17px);
  clip-path: none;
}

.hero--product::after {
  top: auto;
  right: -170px;
  bottom: -350px;
  left: auto;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(242,181,43,.18);
  border-radius: 50%;
  background: transparent;
  transform: none;
}

.hero--product .hero__inner {
  min-height: 660px;
  grid-template-columns: minmax(0, .83fr) minmax(520px, 1.17fr);
  gap: clamp(1.5rem, 4vw, 4.5rem);
  padding-top: var(--experience-header);
}

.hero--product .hero__copy {
  max-width: 560px;
  padding: 4rem 0 3rem;
}

.hero--product .hero__copy::before {
  display: none;
}

.hero--product h1 {
  max-width: 8.6ch;
  margin-bottom: 1.25rem;
  font-size: clamp(4.5rem, 7vw, 6rem);
  line-height: .86;
}

.hero--product h1 em {
  display: block;
  color: var(--cw-gold-400);
  font-style: normal;
}

.hero--product .hero__copy > p:not(.hero__promise) {
  max-width: 38ch;
  margin-bottom: 1.7rem;
  color: #f7e7e4;
  font-size: 1.12rem;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.hero__actions .button {
  min-height: 54px;
  padding-inline: 1.25rem;
}

.hero__promise {
  width: fit-content;
  margin: 2.2rem 0 0 !important;
  padding-top: .85rem;
  border-top: 3px solid var(--cw-gold-400);
  color: var(--cw-white) !important;
  font-family: var(--font-display);
  font-size: 1.35rem !important;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.hero--product .hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 540px;
  overflow: visible;
}

.hero__photo {
  position: absolute;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 28px 60px rgba(28,0,3,.42);
}

.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__photo--main {
  top: 9%;
  right: 0;
  width: min(92%, 620px);
  height: 455px;
}

.hero__photo--main::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(69,4,10,.3), transparent 42%);
  content: "";
}

.hero__photo--secondary {
  right: 2%;
  bottom: 2%;
  width: 220px;
  height: 150px;
  border: 4px solid var(--cw-gold-400);
  transform: rotate(2deg);
}

.hero__seal {
  position: absolute;
  z-index: 4;
  bottom: 5%;
  left: 1%;
  width: 170px;
  height: 120px;
  display: none;
  place-items: center;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  transform: rotate(-3deg);
}

.hero__seal img {
  width: 142px;
  filter:
    drop-shadow(0 0 1px rgba(255,255,255,.9))
    drop-shadow(0 10px 20px rgba(28,0,3,.34));
}

.hero__wing-line {
  position: absolute;
  z-index: 3;
  top: 5%;
  left: -5%;
  width: 270px;
  fill: rgba(242,181,43,.12);
  stroke: rgba(242,181,43,.55);
  stroke-width: 2;
}

.hero__cue {
  display: none;
}

.location-section {
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

.location-prompt {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-radius: 16px;
  background: var(--cw-charcoal);
  color: var(--cw-white);
  box-shadow: 0 14px 32px rgba(25,20,22,.16);
}

.location-prompt__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
}

.location-prompt h2 {
  margin-bottom: .18rem;
  font-family: var(--font-body);
  font-size: 1.12rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.location-prompt p {
  margin: 0;
  color: #eadfdb;
  font-size: .82rem;
  overflow-wrap: anywhere;
}

.location-prompt > div:not(.location-prompt__icon),
.location-explorer__rail,
.brand-experience__copy,
.contact__copy {
  min-width: 0;
}

.location-prompt__geo {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .65rem .85rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 10px;
  background: transparent;
  color: var(--cw-white);
  font-weight: 760;
  cursor: pointer;
}

.location-prompt__geo .icon {
  color: var(--cw-gold-400);
}

.location-prompt__geo:disabled {
  opacity: .68;
  cursor: wait;
}

.location-explorer {
  min-height: 0;
  display: block;
  margin-top: .85rem;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.location-explorer__rail {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.location-explorer__rail-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: .7rem;
  padding: 0 .1rem;
}

.location-explorer__rail-head strong {
  font-size: .86rem;
}

.location-explorer__rail-head span {
  color: var(--cw-ink-500);
  font-size: .72rem;
}

.location-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(210px,1fr));
  gap: .7rem;
  overflow-x: auto;
  padding: 2px 2px .7rem;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--cw-gold-500) var(--cw-cream-deep);
  scrollbar-width: thin;
}

.location-grid::-webkit-scrollbar {
  height: 7px;
}

.location-grid::-webkit-scrollbar-track {
  border-radius: 999px;
  background: var(--cw-cream-deep);
}

.location-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--cw-gold-500);
}

.location-card {
  min-height: 108px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .5rem;
  padding: .85rem;
  border: 1px solid var(--cw-line);
  border-radius: 14px;
  background: var(--cw-white);
  box-shadow: 0 7px 18px rgba(67,9,15,.065);
  color: var(--cw-ink-900);
  cursor: default;
  scroll-snap-align: start;
}

.location-card::after {
  display: none;
}

.location-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 24px rgba(67,9,15,.1);
}

.location-card.is-selected {
  border-color: var(--cw-gold-400);
  background: #fff9e8;
  color: var(--cw-ink-900);
}

.location-card__preview {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  gap: .65rem;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.location-card__icon {
  width: 38px;
  height: 38px;
}

.location-card__title {
  margin: 0;
  font-family: var(--font-body);
  font-size: .9rem;
  line-height: 1.2;
}

.location-card__meta {
  margin-top: .18rem;
  font-size: .69rem;
  line-height: 1.3;
}

.location-card.is-selected .location-card__meta {
  color: var(--cw-ink-700);
}

.location-card__distance {
  color: var(--cw-red-700);
  font-size: .7rem;
  font-weight: 800;
}

.location-card__nearest {
  grid-column: 1/-1;
  width: fit-content;
  margin-left: 2.65rem;
  padding: .17rem .42rem;
  border-radius: 999px;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
  font-size: .62rem;
  font-weight: 850;
}

.location-card__action {
  grid-column: 1/-1;
  justify-self: end;
  margin: 0;
  padding: .36rem .58rem;
  border-radius: 8px;
  background: var(--cw-gold-400);
  color: var(--cw-red-900) !important;
  font-size: .7rem;
  cursor: pointer;
}

.location-skeleton {
  min-height: 108px;
}

.location-map {
  display: none;
}

.location-section.is-complete {
  padding: 0;
}

.location-section.is-complete .location-prompt,
.location-section.is-complete .location-explorer {
  display: none;
}

.menu-section {
  padding-top: 2rem;
}

.selected-local {
  min-height: 78px;
  margin-bottom: 3.5rem;
  padding: .9rem 1.1rem;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(67,9,15,.12);
}

.selected-local h2 {
  margin-bottom: .12rem;
  font-family: var(--font-body);
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25;
}

.selected-local p {
  font-size: .76rem;
}

.selected-local__icon {
  width: 46px;
  height: 46px;
}

.selected-local__change {
  padding: .52rem .72rem;
  font-size: .76rem;
}

.commercial-section {
  margin-bottom: 4.5rem;
}

.commercial-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.commercial-heading h3 {
  margin-bottom: .3rem;
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
}

.commercial-heading p {
  margin: 0;
  color: var(--cw-ink-700);
}

.commercial-heading > a {
  flex: 0 0 auto;
  color: var(--cw-red-700);
  font-size: .84rem;
  font-weight: 850;
  text-underline-offset: .3em;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1rem;
}

.promo-card {
  min-height: 390px;
  display: grid;
  grid-template-rows: 210px 1fr;
  overflow: hidden;
  border-radius: 16px;
  background: var(--cw-charcoal);
  color: var(--cw-white);
  box-shadow: 0 16px 34px rgba(25,20,22,.15);
}

.promo-card figure {
  height: 210px;
  margin: 0;
  overflow: hidden;
}

.promo-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-base) var(--ease-out);
}

.promo-card:hover figure img {
  transform: scale(1.035);
}

.promo-card__content {
  display: flex;
  flex-direction: column;
  padding: 1.1rem;
}

.promo-card__content > span {
  margin-bottom: .35rem;
  color: var(--cw-gold-400);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.promo-card h4 {
  color: var(--cw-white);
  font-family: var(--font-display);
  font-size: 1.75rem;
}

.promo-card p {
  color: #dfd3d2;
  font-size: .8rem;
}

.promo-card__content > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-top: auto;
}

.promo-card__price {
  color: var(--cw-gold-400);
  font-size: 1.2rem;
  font-weight: 900;
}

.promo-card a {
  color: var(--cw-white);
  font-size: .76rem;
  font-weight: 800;
  text-underline-offset: .25em;
}

.favorites-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: .85rem;
}

.menu-content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0,1fr) 280px;
  align-items: start;
  gap: 1.25rem;
}

.menu-heading {
  grid-column: 1/-1;
}

.catalog-shell {
  min-width: 0;
}

.catalog-tools {
  position: sticky;
  z-index: 7;
  top: 92px;
  display: block;
  margin-bottom: 1.4rem;
  padding: .75rem;
  border-radius: 14px;
  background: rgba(255,246,238,.97);
  box-shadow: 0 8px 22px rgba(67,9,15,.09);
}

.category-replies {
  min-width: 0;
}

.category-carousel {
  min-width: 0;
}

.category-button {
  min-width: clamp(132px,18vw,168px);
  min-height: 112px;
  border: 0;
  background: var(--cw-red-800);
  color: var(--cw-white);
}

.category-button.is-active {
  background: var(--cw-red-800);
  color: var(--cw-gold-400);
}

.category-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: var(--cw-cream-deep);
  color: var(--cw-red-700);
}

.category-icon .icon {
  width: 17px;
  height: 17px;
}

.category-button .category-icon {
  width: 44px;
  height: 44px;
  border-radius: 0;
  background: transparent;
  color: var(--cw-white);
}

.category-button .category-icon .icon {
  width: 38px;
  height: 38px;
  stroke-width: 1.7;
}

.category-button.is-active .category-icon {
  background: transparent;
  color: var(--cw-white);
}

.menu-catalog {
  display: grid;
  gap: 2.2rem;
}

.menu-group__heading {
  width: 100%;
  justify-content: flex-start;
  margin: 0 0 .85rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.menu-group__heading h4 {
  color: var(--cw-charcoal);
  font-family: var(--font-body);
  font-size: 1rem;
}

.menu-group__heading span {
  font-size: .7rem;
}

.menu-group__items {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: .8rem;
}

.chat-message--product {
  min-width: 0;
  max-width: none;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  background: var(--cw-white);
  box-shadow: 0 10px 24px rgba(67,9,15,.085);
}

.chat-message--product::before {
  display: none;
}

.chat-product__media {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0;
}

.chat-product__media img {
  object-fit: cover;
}

.chat-product__icon {
  width: 100%;
  min-height: 160px;
  display: grid;
  place-items: center;
  background: var(--cw-cream-deep);
}

.chat-product__icon .category-icon {
  width: 62px;
  height: 62px;
}

.chat-product__icon .icon {
  width: 32px;
  height: 32px;
}

.chat-product__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: .9rem;
}

.product-category {
  display: block;
  margin-bottom: .3rem;
  color: var(--cw-red-700);
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.chat-message--product h4 {
  margin-bottom: .35rem;
  color: var(--cw-charcoal);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.25;
}

.chat-message--product p {
  display: -webkit-box;
  margin-bottom: .55rem;
  overflow: hidden;
  color: var(--cw-ink-700);
  font-size: .76rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.chat-message__footer {
  align-items: center;
  margin-top: auto;
}

.chat-message__footer .price {
  color: var(--cw-red-800);
  font-size: 1rem;
  font-weight: 900;
}

.chat-product__add {
  width: auto;
  min-width: 86px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  padding: 0 .65rem;
  border: 0;
  border-radius: 9px;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
  font-size: .72rem;
  font-weight: 850;
  cursor: pointer;
}

.chat-product__add:hover {
  background: #ffc63f;
  color: var(--cw-red-900);
  transform: translateY(-1px);
}

.chat-product__add .icon {
  width: 16px;
  height: 16px;
}

.favorite-card {
  min-height: 360px;
}

.favorite-card .chat-product__media {
  aspect-ratio: 5/4;
}

.catalog-confirmation {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: .7rem;
  margin-top: 1.2rem;
  padding: .8rem;
  border-radius: 12px;
  background: var(--cw-charcoal);
  color: var(--cw-white);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--duration-base) ease, transform var(--duration-base) var(--ease-out);
}

.catalog-confirmation.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.catalog-confirmation > .icon {
  color: var(--cw-gold-400);
}

.catalog-confirmation p {
  margin: 0;
  color: var(--cw-white);
  font-size: .8rem;
}

.catalog-confirmation button {
  min-height: 40px;
  padding: .5rem .7rem;
  border-radius: 9px;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
  font-size: .75rem;
  font-weight: 850;
  cursor: pointer;
}

.cart-dock {
  position: sticky;
  top: 94px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--cw-white);
  box-shadow: 0 12px 28px rgba(67,9,15,.1);
}

.cart-dock__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .9rem;
  background: var(--cw-red-800);
  color: var(--cw-white);
  font-weight: 850;
}

.cart-dock__heading strong {
  min-width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
  font-size: .72rem;
}

.cart-dock p {
  min-height: 70px;
  margin: 0;
  padding: .9rem;
  font-size: .78rem;
}

.cart-dock__total {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  padding: .85rem .9rem;
  border-top: 1px solid var(--cw-line);
  font-size: .78rem;
}

.cart-dock__total strong {
  color: var(--cw-red-800);
  font-size: 1.05rem;
}

.cart-dock button {
  width: calc(100% - 1.8rem);
  min-height: 44px;
  margin: 0 .9rem .9rem;
  border-radius: 9px;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
  font-weight: 850;
  cursor: pointer;
}

.sauces-section {
  margin-top: 4rem;
}

.brand-experience {
  display: grid;
  grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr);
  align-items: center;
  gap: 2rem;
  margin: 2.5rem auto 4rem;
  padding: 2.5rem;
  border-radius: 16px;
  background: var(--cw-charcoal);
  color: var(--cw-white);
}

.brand-experience h2 {
  color: var(--cw-white);
}

.brand-experience p {
  color: #e5d9d7;
}

.brand-experience__photos {
  min-height: 360px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 1fr 1fr;
  gap: .65rem;
}

.brand-experience__photos img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 12px;
  object-fit: cover;
}

.brand-experience__photos img:first-child {
  grid-row: 1/3;
}

.order-cart-button__icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
}

.order-cart-item {
  grid-template-columns: 58px minmax(0,1fr) auto;
}

.order-cart-item__image {
  width: 58px;
  height: 58px;
  align-self: center;
  border-radius: 10px;
  object-fit: cover;
}

.order-cart-item__image--empty {
  display: grid;
  place-items: center;
  background: var(--cw-cream-deep);
}

.order-cart-item__image--empty .category-icon {
  background: transparent;
}

.order-cart-item__controls,
.order-cart-item__subtotal {
  grid-column: 2/4;
}

.order-cart__empty > .icon {
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 14px;
  background: var(--cw-cream-deep);
  color: var(--cw-red-700);
}

.order-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
}

.order-mode legend {
  grid-column: 1/-1;
  margin-bottom: .45rem;
  color: var(--cw-ink-700);
  font-size: .76rem;
  font-weight: 800;
}

.order-mode button {
  min-height: 42px;
  border: 1px solid var(--cw-line);
  border-radius: 9px;
  background: var(--cw-white);
  color: var(--cw-ink-900);
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}

.order-mode button.is-active {
  border-color: var(--cw-gold-400);
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
}

.delivery-form {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid var(--cw-line);
  border-radius: 14px;
  background: var(--cw-blush-50);
}

.delivery-form__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
}

.delivery-form__heading h3 {
  margin: 0;
  color: var(--cw-red-900);
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.2;
}

.delivery-form__heading span {
  flex: 0 0 auto;
  color: var(--cw-ink-500);
  font-size: .72rem;
  font-weight: 700;
}

.delivery-form__privacy {
  margin: -.25rem 0 .9rem;
  color: var(--cw-ink-500);
  font-size: .72rem;
  line-height: 1.4;
}

.delivery-form__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .8rem;
}

.delivery-field {
  min-width: 0;
}

.delivery-field--wide {
  grid-column: 1/-1;
}

.delivery-field label,
.delivery-field > span {
  display: block;
  margin-bottom: .35rem;
  color: var(--cw-ink-700);
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.35;
}

.delivery-field input,
.delivery-field select,
.delivery-field textarea {
  width: 100%;
  min-height: 46px;
  padding: .7rem .78rem;
  border: 1px solid var(--cw-line);
  border-radius: 9px;
  background: var(--cw-white);
  color: var(--cw-ink-900);
  font: inherit;
  font-size: 1rem;
  line-height: 1.35;
  caret-color: var(--cw-red-700);
}

.delivery-field textarea {
  min-height: 74px;
  resize: vertical;
}

.delivery-field input::placeholder,
.delivery-field textarea::placeholder {
  color: var(--cw-ink-500);
  opacity: 1;
}

.delivery-field input:focus-visible,
.delivery-field select:focus-visible,
.delivery-field textarea:focus-visible,
.delivery-location__button:focus-visible {
  outline: 3px solid var(--cw-gold-400);
  outline-offset: 2px;
  border-color: var(--cw-red-700);
}

.delivery-field.has-error input,
.delivery-field.has-error select,
.delivery-field.has-error textarea {
  border-color: var(--cw-red-700);
  background: var(--cw-white);
}

.delivery-field__error {
  display: block;
  margin-top: .35rem;
  color: var(--cw-red-700);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.35;
}

.delivery-location__button {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .65rem .8rem;
  border: 1px solid var(--cw-line);
  border-radius: 9px;
  background: var(--cw-white);
  color: var(--cw-red-700);
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}

.delivery-location__button .icon {
  width: 19px;
  height: 19px;
}

.delivery-location__button:disabled {
  cursor: wait;
  opacity: .7;
}

.delivery-location__button.is-success {
  border-color: var(--cw-whatsapp);
  color: var(--cw-whatsapp);
}

.delivery-location small {
  display: block;
  margin-top: .4rem;
  color: var(--cw-ink-500);
  font-size: .72rem;
  line-height: 1.35;
}

.delivery-form__error {
  margin: .8rem 0 0;
  padding: .7rem .8rem;
  border-radius: 9px;
  background: var(--cw-blush-100);
  color: var(--cw-red-700);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.4;
}

.order-cart.is-delivery .order-cart__footer {
  max-height: calc(100% - 110px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--cw-red-700) var(--cw-blush-100);
}

.order-cart__subtotal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .55rem;
  color: var(--cw-ink-700);
  font-size: .85rem;
}

@media (max-width: 480px) {
  .delivery-form {
    padding: .9rem;
  }

  .delivery-form__heading {
    align-items: flex-start;
  }

  .delivery-form__grid {
    grid-template-columns: minmax(0,1fr);
  }

  .delivery-field--wide {
    grid-column: auto;
  }
}

@media (max-width: 1080px) {
  .hero--product .hero__inner {
    grid-template-columns: minmax(0,.85fr) minmax(430px,1.15fr);
  }

  .topbar__nav {
    gap: .85rem;
  }

  .favorites-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .menu-group__items {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --experience-header: 70px;
  }

  .topbar--hero .topbar__inner {
    width: min(100% - 28px,var(--container));
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: .6rem;
    padding-top: env(safe-area-inset-top);
  }

  .topbar__menu-toggle {
    display: block;
    order: 0;
  }

  .topbar--hero .brand {
    justify-self: center;
  }

  .topbar--hero .brand__logo {
    width: 76px;
    height: 52px;
  }

  .topbar__actions {
    gap: .4rem;
  }

  .topbar__mobile-location {
    display: none;
  }

  .topbar--hero .button--primary {
    width: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 50%;
  }

  .topbar--hero .button--primary span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
  }

  .topbar--hero .button--primary .icon {
    display: block;
  }

  .topbar__nav {
    position: absolute;
    top: 62px;
    left: 14px;
    width: min(270px,calc(100vw - 28px));
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: .65rem;
    border-radius: 14px;
    background: rgba(67,9,15,.98);
    box-shadow: 0 18px 38px rgba(20,0,2,.36);
  }

  .topbar__nav.is-open {
    display: flex;
  }

  .topbar--hero .topbar__link {
    min-height: 44px;
    display: flex;
    padding: .45rem .65rem;
    border-radius: 8px;
  }

  .topbar--hero .topbar__location {
    margin-left: 0;
  }

  .topbar--hero .topbar__link::after {
    display: none;
  }

  .hero--product {
    min-height: 760px;
  }

  .hero--product .hero__inner {
    min-height: 760px;
    display: block;
    padding-top: calc(var(--experience-header) + env(safe-area-inset-top) + 1rem);
  }

  .hero--product .hero__copy {
    max-width: 600px;
    padding: 2rem 0 0;
  }

  .hero--product h1 {
    max-width: 8.2ch;
    font-size: clamp(3.8rem,12vw,5.2rem);
  }

  .hero--product .hero__visual {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 340px;
  }

  .hero__photo--main {
    top: 0;
    right: 4%;
    width: 72%;
    height: 300px;
  }

  .hero__photo--secondary {
    right: auto;
    bottom: 2%;
    left: 4%;
    width: 210px;
    height: 145px;
  }

  .hero__seal {
    right: 2%;
    bottom: 1%;
    left: auto;
    width: 130px;
    height: 88px;
  }

  .hero__seal img {
    width: 110px;
  }

  .location-grid {
    grid-template-columns: repeat(4,minmax(210px,250px));
  }

  .promo-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .menu-content {
    display: block;
  }

  .cart-dock {
    display: none;
  }

  .catalog-tools {
    top: 78px;
  }

  .brand-experience {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 76px;
  }

  .hero--product {
    min-height: 700px;
  }

  .hero--product .hero__inner {
    width: min(100% - 28px,var(--container));
    min-height: 700px;
  }

  .hero--product .hero__copy {
    padding-top: 1.35rem;
  }

  .hero--product h1 {
    max-width: 8.1ch;
    margin-bottom: .85rem;
    font-size: clamp(3.25rem,15vw,4.2rem);
  }

  .hero--product .hero__copy > p:not(.hero__promise) {
    width: 88%;
    margin-bottom: 1.1rem;
    font-size: .94rem;
  }

  .hero__actions .button {
    min-height: 48px;
    padding-inline: .95rem;
    font-size: .82rem;
  }

  .hero__promise {
    margin-top: 1.2rem !important;
    font-size: 1.05rem !important;
  }

  .hero--product .hero__visual {
    min-height: 275px;
  }

  .hero__photo--main {
    right: 0;
    width: 82%;
    height: 235px;
  }

  .hero__photo--secondary {
    left: 0;
    width: 145px;
    height: 105px;
  }

  .hero__seal {
    width: 96px;
    height: 68px;
  }

  .hero__seal img {
    width: 82px;
  }

  .hero__wing-line {
    display: none;
  }

  .section {
    width: min(100% - 28px,var(--container));
  }

  .location-section {
    padding-top: 1rem;
  }

  .location-prompt {
    grid-template-columns: auto minmax(0,1fr);
    padding: 1rem;
  }

  .location-explorer__rail-head {
    align-items: baseline;
    flex-wrap: wrap;
    gap: .35rem .75rem;
  }

  .location-prompt__icon {
    width: 42px;
    height: 42px;
  }

  .location-prompt__geo {
    grid-column: 1/-1;
    justify-content: center;
  }

  .selected-local {
    grid-template-columns: auto minmax(0,1fr);
    margin-bottom: 2.7rem;
  }

  .selected-local__change {
    grid-column: 1/-1;
    justify-self: stretch;
    text-align: center;
  }

  .commercial-section {
    margin-bottom: 3.5rem;
  }

  .commercial-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .commercial-heading h3 {
    font-size: 2.65rem;
  }

  .promo-grid,
  .favorites-grid {
    grid-template-columns: 1fr;
  }

  .promo-card {
    min-height: 360px;
  }

  .catalog-tools {
    position: static;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .category-carousel {
    grid-template-columns: auto minmax(0,1fr) auto;
  }

  .menu-group__items {
    grid-template-columns: 1fr;
  }

  .chat-message--product {
    min-height: 0;
    display: grid;
    grid-template-columns: 112px minmax(0,1fr);
  }

  .chat-product__media {
    width: 112px;
    height: 100%;
    min-height: 150px;
    aspect-ratio: auto;
  }

  .chat-product__content {
    padding: .75rem;
  }

  .chat-message__footer {
    gap: .45rem;
  }

  .chat-product__add {
    min-width: 78px;
  }

  .favorite-card {
    min-height: 180px;
  }

  .catalog-confirmation {
    grid-template-columns: auto 1fr;
  }

  .catalog-confirmation button {
    grid-column: 1/-1;
  }

  .brand-experience {
    width: 100%;
    margin: 2rem 0 3rem;
    padding: 1.5rem 14px;
    border-radius: 0;
  }

  .brand-experience__photos {
    min-height: 270px;
  }

  .order-cart-button {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .hero--product h1 {
    font-size: 3.2rem;
  }

  .hero__actions {
    align-items: stretch;
    width: 100%;
    max-width: 350px;
    gap: .55rem;
  }

  .hero__actions .button {
    min-width: 0;
    flex: 1 1 0;
    padding-inline: .65rem;
  }

  .hero__photo--main {
    width: 88%;
    height: 220px;
  }

  .hero__photo--secondary {
    width: 132px;
    height: 95px;
  }

  .chat-message--product {
    grid-template-columns: 96px minmax(0,1fr);
  }

  .chat-product__media {
    width: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__photo img,
  .promo-card figure img,
  .catalog-confirmation {
    transition: none;
  }
}

/* Conversación de pedido y explorador de picante */
.menu-content {
  grid-template-columns: minmax(0, 900px) 280px;
}

.catalog-shell.menu-chat {
  overflow: hidden;
  border-radius: 16px;
  background: var(--cw-white);
  box-shadow: 0 24px 56px rgba(67,9,15,.16);
}

.menu-chat__topbar {
  position: relative;
  z-index: 9;
  top: auto;
  min-height: 86px;
  padding: .9rem 1.15rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.menu-chat__online-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: .25rem;
  border: 2px solid rgba(255,255,255,.42);
  border-radius: 50%;
  background: #46d681;
  box-shadow: 0 0 0 3px rgba(70,214,129,.15);
}

.menu-chat__body {
  min-height: 500px;
  padding: 1.5rem;
  background-color: #f4ece8;
  background-image: repeating-linear-gradient(132deg, rgba(122,17,24,.025) 0, rgba(122,17,24,.025) 1px, transparent 1px, transparent 28px);
}

.menu-chat .chat-message {
  max-width: min(82%, 690px);
}

.menu-chat__replies {
  margin: 0 0 1.4rem clamp(26px,6vw,70px);
}

.catalog-tools {
  position: static;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.chat-message--outgoing {
  margin-bottom: .75rem;
}

.chat-message--typing {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 1.2rem;
  padding: .75rem 1rem;
  color: var(--cw-ink-500);
  font-size: .78rem;
  font-weight: 750;
}

.chat-message--typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cw-red-700);
  animation: cw-chat-dot 680ms ease-in-out infinite alternate;
}

.chat-message--typing i:nth-of-type(2) { animation-delay: 110ms; }
.chat-message--typing i:nth-of-type(3) { animation-delay: 220ms; }

@keyframes cw-chat-dot {
  from { opacity: .35; transform: translateY(1px); }
  to { opacity: 1; transform: translateY(-2px); }
}

.menu-chat .menu-catalog {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.menu-chat .menu-group__heading {
  width: fit-content;
  margin: 0 0 .75rem 2.2rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(67,9,15,.075);
}

.menu-chat .menu-group__items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: .8rem;
}

.menu-chat .chat-message--product {
  position: relative;
  width: min(88%, 760px);
  max-width: 760px;
  min-height: 154px;
  display: grid;
  grid-template-columns: 164px minmax(0,1fr);
  align-items: stretch;
  overflow: visible;
  border-radius: 5px 14px 14px 14px;
  background: var(--cw-white);
  box-shadow: 0 10px 24px rgba(67,9,15,.09);
  content-visibility: auto;
  contain-intrinsic-size: 154px;
}

.menu-chat .chat-message--product::before {
  display: block;
}

.menu-chat .chat-product__media {
  width: 164px;
  height: 100%;
  min-height: 154px;
  aspect-ratio: auto;
  border-radius: 5px 0 0 14px;
}

.menu-chat .chat-product__icon {
  width: 164px;
  min-height: 154px;
  border-radius: 5px 0 0 14px;
}

.menu-chat .chat-product__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.menu-chat .chat-message--product h4 {
  font-size: 1.18rem;
}

.menu-chat .chat-message--product p {
  max-width: 58ch;
  -webkit-line-clamp: 3;
}

.menu-chat .chat-message__footer {
  align-items: center;
  justify-content: flex-start;
  gap: .65rem;
  margin-top: auto;
}

.menu-chat .chat-message__footer .price {
  margin-right: auto;
  font-variant-numeric: tabular-nums;
}

.menu-chat .chat-product__add {
  min-width: 104px;
  min-height: 44px;
}

.menu-chat .chat-message__status {
  flex: 0 0 auto;
}

.catalog-confirmation {
  margin: 1rem 0 0 auto;
  border-radius: 14px 5px 14px 14px;
}

.promo-card__visual {
  position: relative;
  min-height: 210px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: var(--cw-red-700);
  background-image: repeating-linear-gradient(132deg, rgba(255,255,255,.04) 0, rgba(255,255,255,.04) 2px, transparent 2px, transparent 16px);
}

.promo-card__visual::after {
  position: absolute;
  right: -34px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(242,181,43,.5);
  border-radius: 50%;
  content: "";
}

.promo-card__visual > span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.promo-card__visual svg {
  width: 150px;
  fill: rgba(242,181,43,.14);
  stroke: var(--cw-gold-400);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.sauce-grid {
  display: block;
}

.sauces-section { scroll-margin-top: 92px; }

.sauce-explorer {
  display: grid;
  grid-template-columns: minmax(340px,.9fr) minmax(0,1.1fr);
  gap: 1rem;
}

.sauce-explorer__stage {
  min-height: 500px;
  display: grid;
  grid-template-columns: 110px minmax(0,1fr);
  align-items: center;
  gap: 1.3rem;
  padding: 1.6rem;
  border: 1px solid rgba(242,181,43,.28);
  border-radius: 16px;
  background: #26070a;
  color: var(--cw-white);
  box-shadow: 0 20px 44px rgba(18,2,4,.25);
}

.sauce-explorer__thermometer {
  --sauce-fill: 0;
  --sauce-empty: 100%;
  --sauce-color: #1677d2;
  min-height: 390px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  justify-items: center;
  gap: .55rem;
  color: var(--cw-gold-400);
  font-family: var(--font-display);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sauce-explorer__stem {
  position: relative;
  width: 34px;
  min-height: 280px;
  overflow: hidden;
  border: 6px solid rgba(255,255,255,.86);
  border-radius: 999px 999px 6px 6px;
  background: rgba(255,255,255,.13);
  box-shadow: inset 0 0 0 2px rgba(67,9,15,.2), 0 12px 26px rgba(0,0,0,.28);
}

.sauce-explorer__stem i {
  position: absolute;
  right: 4px;
  bottom: 0;
  left: 4px;
  height: 100%;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(to top, #1677d2 0%, #16a6cf 18%, #22a86b 35%, #d5c62a 50%, #f2a623 66%, #ef6128 82%, #c51d2b 100%);
  clip-path: inset(var(--sauce-empty) 0 0);
  transition: clip-path 360ms cubic-bezier(.16,1,.3,1);
}

.sauce-explorer__thermometer > b {
  width: 68px;
  height: 68px;
  display: block;
  margin-top: -22px;
  border: 7px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: var(--sauce-color);
  box-shadow: inset 0 0 0 5px rgba(67,9,15,.24), 0 12px 24px rgba(0,0,0,.3);
  transition: background-color 360ms cubic-bezier(.16,1,.3,1);
}

.sauce-explorer__detail {
  min-width: 0;
}

.sauce-explorer__detail > span:first-child {
  display: block;
  margin-bottom: .35rem;
  color: var(--cw-gold-400);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sauce-explorer__detail h3 {
  margin-bottom: .7rem;
  color: var(--cw-white);
  font-size: clamp(2.4rem,4vw,3.5rem);
}

.sauce-explorer__detail p {
  max-width: 36ch;
  color: #ead8d7;
}

.sauce-explorer__heat {
  display: grid;
  gap: .4rem;
  margin: 1.25rem 0 .75rem;
}

#sauce-explorer-meter {
  justify-content: flex-start;
}

.sauce-explorer__heat strong {
  color: var(--cw-white);
  font-variant-numeric: tabular-nums;
}

.sauce-explorer__price {
  display: block;
  margin-bottom: 1rem;
  color: #d8c9c6;
  font-size: .82rem;
}

.sauce-explorer__detail a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: .7rem 1rem;
  border-radius: 12px;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
  font-weight: 850;
  text-decoration: none;
}

.sauce-explorer__choices {
  max-height: 500px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-content: start;
  gap: .65rem;
  padding: .2rem .25rem .2rem .2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--cw-gold-400) rgba(255,255,255,.12);
}

.sauce-explorer__choices button {
  min-width: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: .65rem;
  padding: .8rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  color: var(--cw-white);
  text-align: left;
  cursor: pointer;
  transition: transform 160ms var(--ease-out), background-color 160ms ease, border-color 160ms ease;
}

.sauce-explorer__choices button:hover {
  border-color: rgba(242,181,43,.7);
  transform: translateY(-2px);
}

.sauce-explorer__choices button.is-active {
  border-color: var(--cw-gold-400);
  background: var(--cw-white);
  color: var(--cw-red-900);
}

.sauce-explorer__choices strong,
.sauce-explorer__choices small {
  display: block;
  overflow-wrap: anywhere;
}

.sauce-explorer__choices small {
  margin-top: .25rem;
  color: #d9c5c4;
  font-size: .7rem;
}

.sauce-explorer__choices button.is-active small {
  color: var(--cw-ink-700);
}

.sauce-explorer__choices button:focus-visible,
.sauce-explorer__detail a:focus-visible {
  outline: 3px solid var(--cw-gold-400);
  outline-offset: 3px;
}

.flavor-option__meter i,
.sauce-choice__meter i,
#sauce-explorer-meter i {
  height: 6px;
}

@media (max-width: 1080px) {
  .menu-chat .chat-message--product {
    width: min(94%,720px);
  }

  .sauce-explorer {
    grid-template-columns: 1fr;
  }

  .sauce-explorer__stage {
    min-height: 430px;
  }

  .sauce-explorer__choices {
    max-height: none;
  }
}

@media (max-width: 620px) {
  .menu-chat__topbar {
    position: static;
    grid-template-columns: 48px minmax(0,1fr) 40px;
    min-height: 72px;
    padding: .75rem;
  }

  .menu-chat__avatar {
    width: 48px;
    height: 48px;
  }

  .menu-chat__identity h4 {
    font-size: 1.35rem;
  }

  .menu-chat__identity p {
    font-size: .72rem;
  }

  .menu-chat__body {
    padding: .9rem;
  }

  .menu-chat .chat-message {
    max-width: 88%;
  }

  .menu-chat__replies {
    margin-left: 0;
  }

  .menu-chat .menu-group__heading {
    margin-left: .8rem;
  }

  .menu-chat .chat-message--product {
    width: 96%;
    min-height: 144px;
    grid-template-columns: 104px minmax(0,1fr);
  }

  .menu-chat .chat-product__media,
  .menu-chat .chat-product__icon {
    width: 104px;
    min-height: 144px;
  }

  .menu-chat .chat-product__content {
    padding: .75rem;
  }

  .menu-chat .chat-message--product h4 {
    font-size: 1rem;
  }

  .menu-chat .chat-message--product p {
    -webkit-line-clamp: 2;
  }

  .menu-chat .chat-message__footer {
    flex-wrap: wrap;
  }

  .menu-chat .chat-product__add {
    min-width: 92px;
  }

  .hero__seal {
    display: none;
  }

  .sauce-explorer__stage {
    min-height: 390px;
    grid-template-columns: 78px minmax(0,1fr);
    gap: .85rem;
    padding: 1rem;
  }

  .sauce-explorer__thermometer {
    min-height: 340px;
    font-size: .7rem;
  }

  .sauce-explorer__stem {
    width: 30px;
    min-height: 225px;
  }

  .sauce-explorer__thermometer > b {
    width: 58px;
    height: 58px;
  }

  .sauce-explorer__detail h3 {
    font-size: 2.25rem;
  }

  .sauce-explorer__choices {
    max-height: 440px;
    grid-template-columns: 1fr;
  }

  .sauce-explorer__choices button {
    min-height: 72px;
  }
}

@media (max-width: 390px) {
  .hero__actions {
    flex-direction: column;
  }

  .menu-chat .chat-message--product {
    grid-template-columns: 92px minmax(0,1fr);
  }

  .menu-chat .chat-product__media,
  .menu-chat .chat-product__icon {
    width: 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chat-message--typing i {
    animation: none;
  }

  .sauce-explorer__stem i,
  .sauce-explorer__thermometer > b,
  .sauce-explorer__choices button {
    transition: none;
  }
}

/* Más profundidad en los picos comerciales sin cambiar el contenido */
.favorites-wrap {
  position: relative;
  isolation: isolate;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  border-radius: 16px;
  background: var(--cw-red-900);
  color: var(--cw-white);
  box-shadow: 0 30px 68px rgba(43, 5, 10, .24);
}

.favorites-wrap::before {
  position: absolute;
  top: -180px;
  right: -110px;
  z-index: -1;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(242, 181, 43, .34);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.favorites-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: min(38%, 430px);
  height: 3px;
  background: var(--cw-gold-400);
  content: "";
}

.favorites-wrap .commercial-heading,
.favorites-wrap .favorites-grid {
  position: relative;
  z-index: 1;
}

.favorites-wrap .commercial-heading h3 {
  color: var(--cw-white);
}

.favorites-wrap .commercial-heading p {
  color: #f0dedd;
}

.favorites-wrap .favorites-grid {
  padding-bottom: 18px;
}

.favorites-wrap .favorite-card {
  --favorite-offset: 0px;
  position: relative;
  transform: translateY(var(--favorite-offset));
  box-shadow: 0 20px 42px rgba(25, 2, 6, .3);
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
}

.favorites-wrap .favorite-card::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 3px;
  border-radius: 0 3px 0 0;
  background: var(--cw-gold-400);
  content: "";
}

.favorites-wrap .favorite-card .chat-product__media img,
.menu-chat .chat-product__media img {
  transition: transform 260ms var(--ease-out);
}

.menu-heading {
  position: relative;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
}

.menu-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(96px, 15vw, 180px);
  height: 3px;
  background: var(--cw-gold-500);
  content: "";
}

.catalog-shell.menu-chat {
  position: relative;
  box-shadow: 0 34px 76px rgba(67, 9, 15, .22);
}

.menu-chat__topbar::after {
  position: absolute;
  right: 1.15rem;
  bottom: -1px;
  width: clamp(86px, 18%, 160px);
  height: 3px;
  background: var(--cw-gold-400);
  content: "";
}

.menu-chat .chat-message--product {
  --product-media-width: 164px;
  transition: transform 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
}

.menu-chat .chat-message--product::after {
  position: absolute;
  top: 0;
  left: calc(var(--product-media-width) + 1rem);
  width: 56px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--cw-gold-400);
  content: "";
}

/* Rediseño comercial 2026: apetito, sabor y pedido con el logo como paleta */
.topbar--hero .topbar__inner {
  gap: clamp(.85rem, 1.8vw, 1.6rem);
}

.topbar--hero .brand__logo {
  width: 116px;
  height: 76px;
}

.topbar--hero .topbar__nav {
  gap: clamp(.75rem, 1.45vw, 1.4rem);
}

.topbar--hero .topbar__link {
  font-size: .88rem;
}

.hero--product {
  min-height: 720px;
  isolation: isolate;
  overflow: hidden;
  background: #560912;
}

.hero--product::before {
  background:
    linear-gradient(108deg, rgba(42, 3, 8, .94) 0%, rgba(93, 8, 18, .92) 48%, rgba(122, 17, 24, .6) 100%),
    repeating-linear-gradient(132deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 18px);
}

.hero--product::after {
  right: -210px;
  bottom: -310px;
  width: 690px;
  height: 690px;
  border-color: rgba(242, 181, 43, .26);
}

.hero--product .hero__inner {
  min-height: 720px;
  grid-template-columns: minmax(390px, .78fr) minmax(560px, 1.22fr);
  gap: clamp(2rem, 5vw, 5.5rem);
}

.hero--product .hero__copy {
  position: relative;
  z-index: 7;
  padding-top: 5.2rem;
}

.hero--product h1 {
  max-width: 8.3ch;
  margin-bottom: 1.45rem;
  font-size: clamp(4.8rem, 7.2vw, 6rem);
  line-height: .84;
  text-wrap: balance;
}

.hero--product .hero__copy > p:not(.hero__promise) {
  max-width: 42ch;
  color: #f4dfdc;
  font-size: 1.08rem;
}

.hero__promise {
  border-top-width: 1px;
  border-top-color: rgba(242, 181, 43, .74);
  letter-spacing: .025em;
}

.hero--product .hero__visual {
  min-height: 620px;
}

.hero--product .hero__visual::before {
  position: absolute;
  top: 12%;
  right: -3%;
  width: 86%;
  height: 72%;
  border-radius: 14px;
  background: linear-gradient(145deg, #f2b52b 0%, #d88f16 100%);
  box-shadow: 0 32px 72px rgba(28, 0, 3, .32);
  content: "";
  transform: rotate(3deg);
}

.hero__photo--main {
  top: 7%;
  right: -4%;
  width: min(94%, 680px);
  height: 520px;
  box-shadow: 0 34px 78px rgba(28, 0, 3, .46);
}

.hero__photo--main img {
  transform: scale(1.035);
}

.hero__photo--secondary {
  right: 1%;
  bottom: 0;
  width: 250px;
  height: 176px;
  border-width: 3px;
  transform: rotate(2.5deg);
}

.hero__seal {
  right: auto;
  bottom: 1.5%;
  left: -4%;
  width: 190px;
  height: 132px;
  display: grid;
}

.hero__seal img {
  width: 172px;
}

.hero__wing-line {
  top: 2%;
  left: 0;
  width: 310px;
  fill: rgba(242, 181, 43, .08);
  stroke: rgba(242, 181, 43, .72);
}

.flavor-characters {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 90px;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7.5rem) max(1rem, calc((100vw - 1240px) / 2));
  background: linear-gradient(132deg, rgba(35, 3, 8, .98), rgba(80, 7, 15, .98) 52%, rgba(113, 14, 23, .98));
  color: var(--cw-white);
}

.flavor-characters::before {
  position: absolute;
  top: -260px;
  right: -120px;
  z-index: -1;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(242, 181, 43, .3);
  border-radius: 50%;
  content: "";
}

.flavor-characters::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--cw-gold-400) 18%, var(--cw-gold-400) 52%, transparent 100%);
  content: "";
}

.flavor-characters__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.flavor-characters__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.flavor-characters__header > div {
  max-width: 760px;
}

.flavor-characters__header h2 {
  max-width: 13ch;
  margin: 0 0 1rem;
  color: var(--cw-white);
  font-size: clamp(3rem, 5.4vw, 4.7rem);
  line-height: .9;
  text-wrap: balance;
}

.flavor-characters__header p {
  max-width: 62ch;
  margin: 0;
  color: #f2deda;
  font-size: 1.02rem;
}

.flavor-characters__header .button {
  min-width: 170px;
  margin-bottom: .3rem;
}

.flavor-personas {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(.75rem, 1.6vw, 1.15rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.flavor-persona {
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(28, 2, 7, .72);
  box-shadow: 0 18px 38px rgba(20, 0, 4, .26);
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
}

.flavor-persona:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 48px rgba(20, 0, 4, .38);
}

.flavor-persona__portrait {
  width: 190px;
  height: 190px;
  display: block;
  margin: .7rem auto 0;
  border-radius: 12px 12px 0 0;
  background: #ece8e6;
  object-fit: cover;
  object-position: center;
}

.flavor-persona > div {
  min-height: 78px;
  display: grid;
  align-content: center;
  padding: .9rem 1rem 1rem;
  background: linear-gradient(180deg, rgba(54, 4, 11, .92), rgba(29, 2, 7, .98));
}

.flavor-persona h3 {
  margin: 0 0 .2rem;
  color: var(--cw-white);
  font-family: var(--font-body);
  font-size: .94rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.flavor-persona p {
  margin: 0;
  color: #e9c8c4;
  font-size: .75rem;
  line-height: 1.3;
}


.flavor-characters__note {
  max-width: 72ch;
  margin: 1.5rem 0 0;
  color: #dcbfbc;
  font-size: .8rem;
}

.brand-experience {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 16px;
  background: #191416;
  color: var(--cw-white);
  box-shadow: 0 30px 68px rgba(43, 5, 10, .2);
}

.brand-experience h2,
.brand-experience p {
  color: inherit;
}

.brand-experience p {
  color: #e8d6d3;
}

.brand-experience__photos img {
  box-shadow: 0 20px 42px rgba(0, 0, 0, .25);
}

.contact {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.48fr);
  grid-template-areas:
    "copy schedule"
    "actions schedule";
  align-items: start;
  box-shadow: 0 26px 62px rgba(67, 9, 15, .22);
}

.contact__copy {
  grid-area: copy;
  align-self: end;
}

.contact__actions {
  grid-area: actions;
  align-self: start;
  justify-content: flex-start;
}

.schedule-board {
  position: relative;
  grid-area: schedule;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(35, 3, 8, .52);
  box-shadow: inset 0 0 0 1px rgba(242, 181, 43, .16);
}

.schedule-board::after {
  position: absolute;
  top: -110px;
  right: -80px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(242, 181, 43, .18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.schedule-board__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-bottom: 1px solid rgba(242, 181, 43, .22);
}

.schedule-board__mark {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
}

.schedule-board__mark .icon {
  width: 24px;
  height: 24px;
}

.schedule-board__header h3 {
  margin: 0 0 .18rem;
  color: var(--cw-white);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: .95;
}

.schedule-board__header p {
  margin: 0;
  color: #ead8d7;
  font-size: .82rem;
}

.schedule-groups {
  position: relative;
  z-index: 1;
}

.schedule-group {
  display: grid;
  grid-template-columns: minmax(150px, .62fr) minmax(0, 1.38fr);
  gap: 1.25rem;
  padding: 1.15rem 1.35rem;
}

.schedule-group + .schedule-group {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.schedule-group.is-today {
  background: rgba(242, 181, 43, .08);
}

.schedule-group > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .65rem;
  padding-top: .2rem;
}

.schedule-group h4 {
  margin: 0;
  color: var(--cw-gold-400);
  font-size: 1.42rem;
  line-height: 1;
}

.schedule-group > header span {
  padding: .28rem .5rem;
  border-radius: 999px;
  background: var(--cw-gold-400);
  color: var(--cw-red-900);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.schedule-group ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedule-slot {
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: .65rem;
  padding: .65rem .75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, .07);
}

.schedule-slot > .icon {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(242, 181, 43, .14);
  color: var(--cw-gold-400);
}

.schedule-slot div,
.schedule-slot span,
.schedule-slot strong {
  min-width: 0;
  display: block;
}

.schedule-slot span {
  color: #e2c4c1;
  font-size: .7rem;
  font-weight: 700;
}

.schedule-slot strong {
  margin-top: .12rem;
  color: var(--cw-white);
  font-size: .92rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.schedule-slot strong i {
  margin-inline: .35rem;
  color: var(--cw-gold-400);
  font-style: normal;
}

.schedule-slot--status {
  grid-column: 1 / -1;
}

.schedule-empty {
  padding: 1.35rem;
  color: #ead8d7;
  font-size: .86rem;
}

.schedule-empty--loading {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.schedule-empty--loading > span {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid rgba(242, 181, 43, .28);
  border-top-color: var(--cw-gold-400);
  border-radius: 50%;
  animation: schedule-spin 800ms linear infinite;
}

@keyframes schedule-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1040px) {
  .contact {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "schedule"
      "actions";
  }

  .schedule-group {
    grid-template-columns: minmax(170px, .7fr) minmax(0, 1.3fr);
  }
}

@media (max-width: 620px) {
  .schedule-board__header,
  .schedule-group {
    padding-inline: 1rem;
  }

  .schedule-group {
    grid-template-columns: 1fr;
    gap: .85rem;
  }

  .schedule-group > header {
    align-items: center;
  }

  .schedule-group ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .schedule-empty--loading > span {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .topbar--hero .topbar__nav {
    gap: .8rem;
  }

  .topbar--hero .topbar__link {
    font-size: .8rem;
  }

  .hero--product .hero__inner {
    grid-template-columns: minmax(350px, .8fr) minmax(490px, 1.2fr);
  }

  .flavor-personas {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .hero--product {
    min-height: auto;
  }

  .hero--product .hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: .5rem;
    padding-top: 7.2rem;
  }

  .hero--product .hero__copy {
    max-width: 620px;
    padding: 1.4rem 0 0;
  }

  .hero--product h1 {
    max-width: 9ch;
    font-size: clamp(4rem, 13vw, 5.4rem);
  }

  .hero--product .hero__visual {
    min-height: 520px;
  }

  .hero__photo--main {
    top: 4%;
    right: 0;
    width: 94%;
    height: 430px;
  }

  .hero__photo--secondary {
    right: 1rem;
    bottom: 0;
    width: 210px;
    height: 145px;
  }

  .hero__seal {
    bottom: 0;
    left: 0;
  }

  .flavor-characters__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .flavor-characters__header .button {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .hero--product .hero__inner {
    padding-top: 6.2rem;
  }

  .hero--product h1 {
    font-size: clamp(3.6rem, 17vw, 4.8rem);
  }

  .hero--product .hero__copy > p:not(.hero__promise) {
    font-size: 1rem;
  }

  .hero--product .hero__visual {
    min-height: 390px;
  }

  .hero--product .hero__visual::before {
    top: 12%;
    right: -8%;
    width: 92%;
    height: 70%;
  }

  .hero__photo--main {
    top: 4%;
    right: -5%;
    width: 98%;
    height: 330px;
  }

  .hero__photo--secondary {
    right: 0;
    width: 150px;
    height: 105px;
  }

  .hero__seal {
    bottom: -2%;
    left: -3%;
    width: 145px;
    height: 102px;
  }

  .hero__seal img {
    width: 132px;
  }

  .flavor-characters {
    padding-block: 4rem;
  }

  .flavor-characters__header h2 {
    font-size: clamp(3rem, 14vw, 4rem);
  }

  .flavor-personas {
    grid-template-columns: repeat(15, 190px);
    gap: .85rem;
    margin-inline: -1rem;
    padding: 0 1rem 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--cw-gold-400) rgba(255,255,255,.08);
    scrollbar-width: thin;
  }

.flavor-persona {
    scroll-snap-align: start;
  }

  .flavor-persona__portrait {
    width: 180px;
    margin-top: .5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flavor-persona,
  .hero__photo--main img {
    transition: none;
    transform: none;
  }
}
/* Cierre visual: el logo vive limpio en el encabezado y el hero móvil no solapa acciones */
.hero__seal {
  display: none;
}

@media (max-width: 820px) {
  .hero--product .hero__visual {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .hero--product .hero__visual {
    min-height: 360px;
  }

  .hero__photo--main {
    top: 1rem;
    right: 0;
    width: 100%;
    height: 320px;
  }

  .hero__photo--secondary {
    display: none;
  }
}

.flavor-personas--preview {
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 620px) {
  .flavor-personas.flavor-personas--preview {
    grid-template-columns: repeat(3, 190px);
  }
}

/* Adaptación mobile-first: compra con una mano */
.mobile-bottom-nav {
  display: none;
}

.topbar__cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  padding-inline: 5px;
  border: 2px solid var(--cw-red-900);
  border-radius: 999px;
  background: var(--cw-white);
  color: var(--cw-red-900);
  font-size: .66rem;
  font-weight: 900;
  line-height: 1;
}

#whatsapp-link {
  position: relative;
}

@media (max-width: 820px) {
  :root {
    --mobile-header-height: 64px;
    --mobile-nav-height: 66px;
  }

  html {
    scroll-padding-top: calc(var(--mobile-header-height) + env(safe-area-inset-top) + 10px);
    scroll-padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 10px);
  }

  body {
    padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
  }

  .topbar--hero {
    position: fixed;
    background: rgba(67, 9, 15, .98);
    box-shadow: 0 8px 24px rgba(31, 3, 7, .18);
  }

  .topbar--hero .topbar__inner {
    width: 100%;
    min-height: calc(var(--mobile-header-height) + env(safe-area-inset-top));
    grid-template-columns: 44px 68px minmax(0, 1fr);
    gap: 4px;
    padding: env(safe-area-inset-top) max(8px, env(safe-area-inset-right)) 0 max(8px, env(safe-area-inset-left));
  }

  .topbar--hero .brand {
    justify-self: start;
  }

  .topbar--hero .brand__logo {
    width: 66px;
    height: 48px;
  }

  .topbar__actions {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(64px, 1fr) 44px;
    justify-self: stretch;
    gap: 4px;
  }

  .topbar__mobile-location {
    min-width: 0;
    min-height: 44px;
    display: flex;
    justify-content: center;
    padding: 6px 8px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .09);
  }

  .topbar__mobile-location span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .topbar--hero .button--primary {
    min-width: 44px;
  }

  .topbar__nav {
    position: fixed;
    top: calc(var(--mobile-header-height) + env(safe-area-inset-top) - 2px);
    left: max(8px, env(safe-area-inset-left));
    width: min(290px, calc(100vw - 16px - env(safe-area-inset-left) - env(safe-area-inset-right)));
    max-height: calc(100dvh - var(--mobile-header-height) - var(--mobile-nav-height) - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 12px);
    overflow-y: auto;
  }

  .mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    min-height: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    padding: 5px max(4px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(4px, env(safe-area-inset-left));
    border-top: 1px solid rgba(95, 13, 20, .14);
    background: #fffdfb;
    box-shadow: 0 -12px 30px rgba(67, 9, 15, .12);
  }

  .mobile-bottom-nav__item {
    position: relative;
    min-width: 0;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    padding: 4px 2px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--cw-ink-500);
    font: inherit;
    font-size: .66rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
  }

  .mobile-bottom-nav__item .icon {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
  }

  .mobile-bottom-nav__item.is-current,
  .mobile-bottom-nav__item[aria-current="page"],
  .mobile-bottom-nav__item[aria-expanded="true"] {
    background: #fff2cf;
    color: var(--cw-red-800);
  }

  .mobile-bottom-nav__item:active {
    background: var(--cw-blush-100);
  }

  .mobile-bottom-nav__icon-wrap {
    position: relative;
    display: grid;
    place-items: center;
  }

  #mobile-cart-count {
    position: absolute;
    top: -7px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    padding-inline: 4px;
    border: 2px solid #fffdfb;
    border-radius: 999px;
    background: var(--cw-red-700);
    color: var(--cw-white);
    font-size: .58rem;
    line-height: 1;
  }

  .mobile-bottom-nav__item:focus-visible {
    z-index: 1;
    outline: 3px solid var(--cw-gold-400);
    outline-offset: -2px;
  }

  .order-cart-button {
    display: none !important;
  }

  .selected-local__change,
  .chat-product__add,
  .category-button,
  .category-scroll-button,
  .order-mode button {
    min-height: 44px;
  }
}

@media (max-width: 620px) {
  .hero--product,
  .hero--product .hero__inner {
    min-height: clamp(620px, calc(100svh - var(--mobile-nav-height)), 700px);
  }

  .hero--product .hero__inner {
    width: min(100% - 28px, var(--container));
    display: grid;
    grid-template-rows: auto 152px;
    align-content: start;
    gap: 12px;
    padding-top: calc(var(--mobile-header-height) + env(safe-area-inset-top) + 12px);
    padding-bottom: 14px;
  }

  .hero--product .hero__copy {
    max-width: none;
    padding: 0;
  }

  .hero--product h1 {
    max-width: 8.4ch;
    margin-bottom: .72rem;
    font-size: clamp(3.15rem, 15vw, 3.7rem);
    line-height: .84;
  }

  .hero--product .hero__copy > p:not(.hero__promise) {
    width: 100%;
    max-width: 34ch;
    margin-bottom: .8rem;
    font-size: .92rem;
    line-height: 1.45;
  }

  .hero__actions {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hero__actions .button {
    width: 100%;
    min-height: 46px;
  }

  .hero__promise {
    display: none;
  }

  .hero--product .hero__visual {
    position: relative;
    inset: auto;
    min-height: 152px;
    margin: 0;
  }

  .hero--product .hero__visual::before {
    top: 8px;
    right: -5px;
    width: 92%;
    height: 138px;
    border-radius: 14px;
    transform: rotate(1.5deg);
  }

  .hero__photo--main {
    inset: 0;
    width: 100%;
    height: 146px;
    border-radius: 14px;
  }

  .hero__photo--main img {
    object-position: center 53%;
  }

  .hero__photo--secondary,
  .hero__wing-line {
    display: none;
  }

  .location-section {
    scroll-margin-top: calc(var(--mobile-header-height) + env(safe-area-inset-top));
    padding-block: 12px 24px;
  }

  .location-prompt {
    gap: 8px 10px;
    padding: 12px;
  }

  .location-prompt h2 {
    font-size: 2rem;
  }

  .location-prompt p {
    font-size: .8rem;
    line-height: 1.4;
  }

  .location-prompt__geo {
    min-height: 44px;
  }

  .location-explorer {
    display: block;
  }

  .location-explorer__rail {
    padding: 12px;
  }

  .location-grid {
    grid-template-columns: repeat(4, minmax(210px, 82vw));
    gap: 10px;
  }

  .location-card {
    min-height: 148px;
    padding: 12px;
  }

  .location-map {
    display: none;
  }

  .selected-local {
    gap: 8px 10px;
    margin-bottom: 24px;
    padding: 12px;
  }

  .selected-local h2 {
    font-size: 1.8rem;
  }

  .selected-local p {
    font-size: .78rem;
  }

  .selected-local__change {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .menu-heading {
    margin-bottom: 12px;
    padding-bottom: 9px;
  }

  .commercial-heading h3 {
    font-size: 2.25rem;
  }

  .commercial-heading p {
    font-size: .85rem;
  }

  .catalog-shell.menu-chat {
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(67, 9, 15, .16);
  }

  .menu-chat__topbar {
    min-height: 64px;
    grid-template-columns: 44px minmax(0, 1fr) 36px;
    padding: 8px 10px;
  }

  .menu-chat__avatar {
    width: 44px;
    height: 44px;
  }

  .menu-chat__identity h4 {
    font-size: 1.2rem;
  }

  .menu-chat__identity p {
    font-size: .66rem;
  }

  .menu-chat__body {
    min-height: 420px;
    padding: 12px;
  }

  .menu-chat .chat-message {
    max-width: 94%;
  }

  .menu-chat .chat-message--welcome {
    margin-bottom: 12px;
    padding: 12px 14px;
  }

  .menu-chat__replies {
    margin-bottom: 14px;
  }

  .category-nav {
    gap: 6px;
  }

  .category-button {
    min-width: 116px;
    min-height: 98px;
    padding: 12px;
    font-size: .82rem;
  }

  .category-button .category-icon {
    width: 38px;
    height: 38px;
  }

  .category-button .category-icon .icon {
    width: 34px;
    height: 34px;
  }

  .menu-chat .menu-catalog {
    gap: 1rem;
  }

  .menu-chat .menu-group__heading {
    margin: 0 0 8px 8px;
  }

  .menu-chat .menu-group__items {
    gap: 8px;
  }

  .menu-chat .chat-message--product {
    --product-media-width: 92px;
    width: 100%;
    max-width: none;
    min-height: 122px;
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .menu-chat .chat-message--product::after {
    left: calc(var(--product-media-width) + .65rem);
    width: 42px;
  }

  .menu-chat .chat-product__media,
  .menu-chat .chat-product__icon {
    width: 92px;
    min-height: 122px;
  }

  .menu-chat .chat-product__content {
    padding: 10px;
  }

  .menu-chat .chat-message--product h4 {
    font-size: 1rem;
  }

  .menu-chat .chat-message--product p {
    margin-top: 2px;
    font-size: .74rem;
    -webkit-line-clamp: 1;
  }

  .menu-chat .chat-message__footer {
    gap: 6px;
    flex-wrap: nowrap;
  }

  .menu-chat .chat-message__footer .price {
    font-size: .9rem;
  }

  .menu-chat .chat-product__add {
    min-width: 82px;
    min-height: 44px;
    padding-inline: 10px;
  }

  .menu-chat .chat-message__status {
    display: none;
  }

  .order-cart {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: min(88dvh, 760px);
    max-height: calc(100dvh - max(10px, env(safe-area-inset-top)));
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -24px 60px rgba(36, 7, 10, .28);
    transform: translateY(105%);
  }

  .cart-open .order-cart {
    transform: translateY(0);
  }

  .order-cart__header {
    position: relative;
    min-height: 64px;
    padding: 14px 16px;
  }

  .order-cart__header::before {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .42);
    content: "";
    transform: translateX(-50%);
  }

  .order-cart__header h2 {
    font-size: 1.75rem;
  }

  .order-cart__location {
    padding: 9px 16px;
    font-size: .78rem;
  }

  .order-cart__items {
    min-height: 0;
    flex: 1 1 auto;
    padding: 4px 16px;
    overscroll-behavior: contain;
  }

  .order-cart__empty {
    min-height: 0;
    flex: 1 1 auto;
    margin: 0;
    padding: 24px 18px;
  }

  .order-cart-item {
    gap: 8px 10px;
    padding: 12px 0;
  }

  .order-cart__footer {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  }

  .order-mode button {
    min-height: 44px;
  }

  .order-cart__subtotal,
  .order-cart__total {
    min-height: 28px;
  }

  .order-cart__total strong {
    font-size: 1.65rem;
  }

  .order-cart__footer > p {
    margin-bottom: 8px;
    font-size: .7rem;
    line-height: 1.35;
  }

  .order-cart__confirm {
    min-height: 50px;
  }

  .contact {
    padding: 16px;
  }

  .schedule-board__header {
    gap: 10px;
    padding: 12px;
  }

  .schedule-board__mark {
    width: 42px;
    height: 42px;
  }

  .schedule-board__header h3 {
    font-size: 1.75rem;
  }

  .schedule-group {
    gap: 8px;
    padding: 12px;
  }

  .schedule-slot {
    padding: 8px;
  }
}

@media (max-width: 350px) {
  .topbar--hero .topbar__inner {
    grid-template-columns: 44px 60px minmax(0, 1fr);
  }

  .topbar--hero .brand__logo {
    width: 58px;
  }

  .topbar__mobile-location {
    padding-inline: 5px;
    font-size: .66rem;
  }

  .mobile-bottom-nav__item {
    font-size: .6rem;
  }

  .mobile-bottom-nav__item .icon {
    width: 21px;
    height: 21px;
  }

  .hero--product h1 {
    font-size: 3.05rem;
  }

  .menu-chat .chat-message--product {
    --product-media-width: 78px;
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .menu-chat .chat-product__media,
  .menu-chat .chat-product__icon {
    width: 78px;
  }

  .menu-chat .chat-product__add {
    min-width: 76px;
    padding-inline: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-bottom-nav__item,
  .order-cart {
    transition: none !important;
  }
}
