@font-face {
  font-family: "Sans Anger Demo";
  src: url("./assets/fonts/Sans Anger Demo.ttf") format("truetype");
  font-display: swap;
}

:root {
  --bg: #120f0b;
  --bg-soft: #1d1710;
  --panel: rgba(25, 20, 14, 0.9);
  --panel-border: rgba(255, 208, 63, 0.14);
  --text: #f5f0e4;
  --muted: #b9ae9b;
  --yellow: #ffc62d;
  --yellow-strong: #ffb300;
  --green: #26d269;
  --red: #ff5e5b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max-width: 1180px;
  --font-ui: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Bebas Neue", "Arial Black", sans-serif;
  --font-script: "Satisfy", cursive;
  --font-price: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-brush: "Sans Anger Demo", "Permanent Marker", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-ui);
  background:
    radial-gradient(circle at top center, rgba(255, 198, 45, 0.08), transparent 22%),
    linear-gradient(180deg, #0d0a07 0%, #0a0806 42%, #090705 100%);
  color: var(--text);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-shell {
  position: relative;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 1382 / 1137;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.16)),
    url("./assets/hero-background.png") center/cover no-repeat,
    #090705;
}

.hero__noise {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.hero__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: 12px 0;
}

.hero__topline {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
}

.hero__main {
  display: none;
}

.tag,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  font-family: var(--font-price);
  font-weight: 700;
}

.tag {
  background: rgba(17, 14, 11, 0.9);
  border: 1px solid rgba(255, 198, 45, 0.28);
  color: #f8f0e5;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.tag--ghost {
  background: linear-gradient(135deg, var(--yellow), var(--yellow-strong));
  color: #12100c;
  border-color: transparent;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  font-family: var(--font-price);
  font-weight: 800;
}

.hero h1,
.section-heading h2,
.cart-panel h3,
.product-card h3 {
  margin: 0;
  font-family: var(--font-display);
}

.layout {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 120px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.14)),
    url("./assets/backgroundDefinitivo.png") center top / 100% auto repeat-y,
    linear-gradient(180deg, #0a0806 0%, #090705 100%);
}

.layout::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.1));
  pointer-events: none;
}

.controls,
.menu-section {
  width: 100%;
  max-width: var(--max-width);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.card {
  backdrop-filter: blur(18px);
  background: var(--panel);
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
}

.controls {
  position: relative;
  display: grid;
  gap: 14px;
  overflow: visible;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.controls::before {
  display: none;
}

.service-toggle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.service-toggle__button,
.primary-button,
.secondary-button,
.icon-button,
.cart-fab,
.product-card__image {
  border: 0;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease;
}

.service-toggle__button {
  min-height: 96px;
  border-radius: 20px;
  background: rgba(18, 15, 11, 0.9);
  color: var(--text);
  border: 1px solid rgba(255, 198, 45, 0.18);
  font-weight: 800;
  padding: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-family: var(--font-price);
}

.service-toggle__button.is-active {
  background: linear-gradient(135deg, var(--yellow), var(--yellow-strong));
  color: #17120c;
  border-color: transparent;
}

.service-card {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.12);
  font-size: 1.5rem;
  line-height: 1;
  flex: 0 0 auto;
}

.service-card__copy {
  display: grid;
  gap: 4px;
}

.service-card__copy strong {
  font-size: 1.05rem;
  font-family: var(--font-price);
}

.service-card__copy small {
  font-size: 0.82rem;
  line-height: 1.3;
  color: inherit;
  opacity: 0.8;
}

.info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin: 16px 0 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.pill--success {
  background: rgba(38, 210, 105, 0.16);
  color: #75f0a3;
  border: 1px solid rgba(38, 210, 105, 0.16);
}

.pill--danger {
  background: rgba(255, 94, 91, 0.12);
  color: #ff9d99;
  border: 1px solid rgba(255, 94, 91, 0.18);
}

.info-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-family: var(--font-price);
  font-weight: 600;
}

.info-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--yellow);
  font-size: 0.9rem;
}

.search {
  position: relative;
  display: block;
}

.search__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--muted);
}

.search input,
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  padding: 14px 16px 14px 48px;
  outline: none;
  font-family: var(--font-ui);
}

.search input::placeholder {
  color: #7d7467;
}

.field input,
.field select,
.field textarea {
  padding: 14px 16px;
}

.search input:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(255, 198, 45, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 198, 45, 0.14);
}

.field.is-invalid span {
  color: #ff9d99;
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  border-color: rgba(255, 94, 91, 0.75);
  background: rgba(255, 94, 91, 0.08);
  box-shadow: 0 0 0 3px rgba(255, 94, 91, 0.14);
}

.categories {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-top: 18px;
}

.categories::-webkit-scrollbar {
  display: none;
}

.category-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-family: var(--font-price);
  font-weight: 700;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.category-chip.is-active {
  background: linear-gradient(135deg, rgba(255, 198, 45, 0.95), rgba(255, 179, 0, 0.82));
  border-color: transparent;
  color: #17120c;
}

.category-chip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.14);
  font-size: 0.95rem;
}

.category-chip.is-active .category-chip__icon {
  background: rgba(23, 18, 12, 0.14);
}

.category-chip__label {
  font-size: 0.92rem;
}

.menu-section {
  position: relative;
  margin-top: 22px;
  padding: 18px 0 8px;
  border-radius: 0;
  background: transparent;
  border: 0;
  overflow: hidden;
}

.menu-section::before {
  display: none;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  margin-bottom: 18px;
  padding: 4px 6px 0;
}

.section-heading__meta {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-price);
  font-weight: 700;
}

.section-heading h2 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0.18em;
  max-width: 10ch;
  color: #f7f1e5;
  font-size: clamp(1.85rem, 5vw, 3.3rem);
  line-height: 0.92;
}

.section-heading__title-brush {
  display: inline-block;
  font-family: var(--font-brush);
  color: #f7f1e5;
  font-size: 1.06em;
  line-height: 0.88;
  letter-spacing: 0.01em;
  transform: translateY(0.04em);
}

.section-heading__brush {
  display: block;
  width: 116px;
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 198, 45, 0.98), rgba(255, 179, 0, 0.75));
  box-shadow: 0 0 0 4px rgba(255, 198, 45, 0.06);
}

.product-grid {
  display: grid;
  gap: 18px;
  width: 100%;
  overflow-x: hidden;
}

.product-card {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #15120e;
  border-radius: 8px 24px 12px 20px;
  border: 2px solid rgba(255, 198, 45, 0.8);
  box-shadow: inset 0 0 15px rgba(0,0,0,0.8), 0 8px 20px rgba(0,0,0,0.5);
  padding: 16px;
  overflow: visible;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: overlay;
  border-radius: inherit;
}

.product-card__image-container {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.product-card__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(6px 12px 16px rgba(0, 0, 0, 0.8));
  transform: scale(1.4) translateX(-5%);
}

.product-card__body {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 14px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}

.product-card[data-category="Salchipapas"] .product-card__image-container {
  flex: 0 0 48%;
  max-width: 48%;
}

.product-card[data-category="Salchipapas"] .product-card__image {
  transform: scale(1.58) translateX(-25%);
  transform-origin: center left;
}

.product-card[data-category="Salchipapas"] .product-card__body {
  flex: 0 0 52%;
  max-width: 52%;
  padding-left: 24px;
  gap: 8px;
}

.product-card__category {
  margin: 0 0 4px;
  color: var(--yellow);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-price);
  font-weight: 800;
}

.product-card[data-category="Salchipapas"] .product-card__category {
  font-size: 0.74rem;
}

.cart-item p {
  margin: 0 0 6px;
  color: var(--yellow);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-price);
  font-weight: 700;
}

.product-card__description {
  margin: 0;
  color: #c9c3ba;
  line-height: 1.4;
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card[data-category="Salchipapas"] .product-card__description {
  font-size: 0.79rem;
  line-height: 1.32;
}

.product-card__footer {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.product-card__price {
  font-size: 1.45rem;
  color: #fff200;
  font-family: var(--font-price);
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(255, 242, 0, 0.3);
}

.cart-item__price,
#cartTotal {
  font-size: 1.25rem;
  color: var(--yellow);
  font-family: var(--font-price);
  font-weight: 800;
}

.product-card h3 {
  font-family: var(--font-brush);
  font-size: 1.5rem;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  letter-spacing: 0.02em;
  word-break: break-word;
}

.product-card[data-category="Salchipapas"] h3 {
  font-size: 1.3rem;
  line-height: 1.02;
}

.primary-button,
.secondary-button {
  min-height: 52px;
  border-radius: 16px;
  padding: 0 18px;
  font-family: var(--font-price);
  font-weight: 800;
}

.primary-button {
  width: 100%;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-strong));
  color: #14100b;
}

.secondary-button {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.locations-shortcut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}

.add-button {
  width: auto;
  height: auto;
  min-width: 108px;
  min-height: 48px;
  border-radius: 14px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: #120e0a;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(255, 198, 45, 0.4);
  line-height: 1;
}

.primary-button:hover,
.secondary-button:hover,
.service-toggle__button:hover,
.category-chip:hover,
.cart-fab:hover,
.icon-button:hover,
.product-card__image:hover {
  transform: translateY(-2px);
}

.cart-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-block;
  width: 122px;
  height: 142px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #17120c;
  box-shadow: none;
  font-family: var(--font-price);
  font-weight: 900;
  border: 0;
  transition: transform 0.3s ease-out;
}

.cart-fab.bounce {
  animation: cartBounce 0.6s ease-out;
}

@keyframes cartBounce {
  0% { transform: scale(1); }
  25% { transform: scale(1.1) rotate(-5deg); }
  50% { transform: scale(1.05) rotate(2deg); }
  75% { transform: scale(1.02) rotate(-1deg); }
  100% { transform: scale(1) rotate(0deg); }
}

/* Custom Select Styles */
.custom-select {
  position: relative;
  width: 100%;
}

.custom-select__button {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 400;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.custom-select__button:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}

.custom-select__button:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--yellow);
  box-shadow: 0 0 0 2px rgba(255, 198, 45, 0.2);
}

.custom-select__arrow {
  transition: transform 0.2s ease-out;
  font-size: 0.8rem;
  opacity: 0.7;
}

.custom-select.is-open .custom-select__arrow {
  transform: rotate(180deg);
}

.custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(25, 20, 14, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  padding: 4px;
  margin-top: 4px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.2s ease-out;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  max-height: 200px;
  overflow-y: auto;
}

.custom-select.is-open .custom-select__dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.custom-select__option {
  width: 100%;
  padding: 16px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease-out;
  display: block;
  margin-bottom: 2px;
  -webkit-tap-highlight-color: transparent;
}

.custom-select__option:last-child {
  margin-bottom: 0;
}

.custom-select__option:hover,
.custom-select__option:active,
.custom-select__option:focus {
  background: rgba(255, 198, 45, 0.15);
  color: var(--yellow);
  outline: none;
}

@media (max-width: 768px) {
  .custom-select__dropdown {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    margin-top: 0;
    padding: 20px;
    transform: translateY(100%);
  }

  .custom-select.is-open .custom-select__dropdown {
    transform: translateY(0);
  }

  .custom-select__option {
    padding: 20px;
    font-size: 1.1rem;
    border-radius: 12px;
    margin-bottom: 8px;
  }
}

.cart-fab__art {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%) scale(1.56);
  transform-origin: center;
  pointer-events: none;
}

.cart-fab__badge {
  position: absolute;
  top: 9px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 40px;
  border-radius: 999px;
  color: #fff8e7;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.cart-fab__total {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 25px;
  text-align: center;
  color: #8b8477;
  font-size: 0.55rem;
  font-weight: 600;
  line-height: 1;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
}

.cart-drawer.is-open {
  pointer-events: auto;
}

.cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 200ms ease;
}

.cart-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 420px);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(12, 9, 6, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open .cart-drawer__backdrop {
  opacity: 1;
}

.cart-drawer.is-open .cart-panel {
  transform: translateX(0);
}

.cart-panel__header,
.cart-panel__footer {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cart-panel__footer {
  margin-top: auto;
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cart-panel__body {
  flex: 1;
  overflow: auto;
  padding: 20px;
}

.icon-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.cart-items {
  display: grid;
  gap: 14px;
}

.cart-item {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cart-item h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-family: var(--font-price);
}

.cart-item__controls,
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qty-control button {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 1.1rem;
}

.cart-item__qty {
  min-width: 24px;
  text-align: center;
}

.checkout-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  color: var(--muted);
  font-family: var(--font-price);
  font-weight: 600;
}

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

.empty-state {
  padding: 18px;
  border-radius: 18px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed rgba(255, 255, 255, 0.1);
}

@media (max-width: 620px) {
  .hero {
    aspect-ratio: 1382 / 1137;
  }

  .hero__content {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .hero__topline {
    gap: 8px;
    margin-bottom: 0;
  }

  .layout {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 104px;
    background-size: 100% auto;
  }

  .layout::before {
    inset: 0;
  }

  .controls {
    gap: 12px;
  }

  .service-toggle__button {
    min-height: 90px;
    font-size: 0.92rem;
    padding: 12px;
  }

  .service-card {
    gap: 10px;
  }

  .service-card__icon {
    width: 38px;
    height: 38px;
    font-size: 1.25rem;
  }

  .service-card__copy strong {
    font-size: 0.98rem;
  }

  .service-card__copy small {
    font-size: 0.76rem;
  }

  .search input,
  .field input,
  .field select,
  .field textarea {
    min-height: 52px;
  }

  .section-heading__meta {
    font-size: 0.88rem;
  }

  .section-heading h2 {
    max-width: 7ch;
    font-size: clamp(1.45rem, 8vw, 2.2rem);
    line-height: 0.94;
  }

  .section-heading__title-brush {
    font-size: 1.08em;
  }

  .menu-section {
    padding: 16px 0 8px;
  }

  .product-grid {
    padding-top: 28px;
  }

  .product-grid > .product-card:first-child {
    margin-top: 148px;
  }

  .product-card {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    margin: 124px 0 18px;
    padding: 92px 12px 16px;
    gap: 10px;
  }

  .product-card h3 {
    font-size: 1.02rem;
    line-height: 1.02;
    word-break: break-word;
  }

  .product-card__description {
    margin-top: 4px;
    font-size: 0.72rem;
    line-height: 1.24;
    -webkit-line-clamp: 3;
  }

  .product-card__image-container {
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    min-height: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 4;
    transform: translateY(-60%);
  }

  .product-card__image {
    width: 100%;
    max-width: none;
    transform: scale(1.08);
    transform-origin: center;
  }

  .product-card__body {
    flex: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    gap: 10px;
    position: relative;
    z-index: 1;
  }

  .product-card__footer {
    gap: 8px;
  }

  .product-card__image-label {
    display: none;
  }

  .product-card__price,
  .cart-item__price,
  #cartTotal {
    font-size: 1.3rem;
  }

  .product-card__category {
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .product-card[data-category="Salchipapas"] .product-card__image-container {
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    min-height: 0;
    transform: translateY(-60%);
  }

  .product-card[data-category="Salchipapas"] .product-card__image {
    width: 100%;
    max-width: none;
    transform: scale(1.08);
    transform-origin: center;
  }

  .product-card[data-category="Salchipapas"] .product-card__body {
    flex: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    gap: 10px;
    position: relative;
    z-index: 1;
  }

  .product-card[data-category="Salchipapas"] h3 {
    font-size: 1.02rem;
    line-height: 1.02;
  }

  .product-card[data-category="Salchipapas"] .product-card__category {
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .product-card[data-category="Salchipapas"] .product-card__description {
    font-size: 0.72rem;
    line-height: 1.24;
    -webkit-line-clamp: 3;
  }

  .secondary-button,
  .primary-button {
    min-height: 44px;
    padding: 0 12px;
  }

  .add-button {
    min-width: 90px;
    min-height: 40px;
    font-size: 0.85rem;
    padding: 0 12px;
  }

  .cart-fab {
    right: 5%;
    bottom: 1rem;
    width: 100px;
    height: 116px;
  }

  .cart-fab__art {
    transform: translate(-50%, -50%) scale(1.62);
  }

  .cart-fab__badge {
    top: 9px;
    right: 10px;
    width: 36px;
    height: 40px;
    font-size: 0.88rem;
  }

  .cart-fab__total {
    left: 10px;
    right: 10px;
    bottom: 25px;
    font-size: 0.55rem;
  }
}

@media (min-width: 760px) {
  .hero {
    aspect-ratio: auto;
    min-height: 520px;
    background-position: center top;
  }

  .hero__content {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .layout {
    margin-top: -6px;
  }

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

}

@media (min-width: 1024px) {
  .layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
  }

  .controls {
    position: sticky;
    top: 24px;
  }

  .menu-section {
    margin-top: 0;
  }

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

}
