:root {
  color-scheme: dark;
  --accent: #f2a20b;
  --accent-red: #e4271b;
  --accent-soft: #ffd45a;
  --bg: #0b0b0b;
  --bg-dark: #050505;
  --panel: #181614;
  --counter: #27231e;
  --primary: #fffaf0;
  --secondary: #afa89d;
  --border: rgba(242,162,11,.16);
  --shadow: 0 16px 42px rgba(0,0,0,.34);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 0, rgba(242,162,11,.07), transparent 26rem),
    var(--bg);
  color: var(--primary);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, .category-chip, .delivery-toggle button { font-family: "Russo One", Inter, Arial, sans-serif; }
body.no-scroll { overflow: hidden; }
body.is-booting { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.seo-preload {
  width: min(1120px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 56px 0 80px;
  color: var(--primary);
}
.seo-preload nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.seo-preload nav a, .seo-preload > p > a { padding: 10px 16px; border: 1px solid var(--border); border-radius: 999px; }
.seo-preload h1 { max-width: 820px; font-size: clamp(32px, 6vw, 68px); line-height: 1.02; }
.seo-preload h2 { margin-top: 42px; }
.seo-preload ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.seo-preload li { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.seo-preload footer { margin-top: 56px; color: var(--secondary); }
.seo-preload article > img { width: min(620px, 100%); border-radius: 24px; }
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.container { width: min(1304px, calc(100% - 24px)); margin-inline: auto; }
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(242,162,11,.08), transparent 42%),
    #050505;
  opacity: 1;
  visibility: visible;
  transition: opacity .45s ease, visibility .45s ease;
}
.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-loader__animation {
  width: min(640px, 96vw, 88svh);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 24px 64px rgba(0,0,0,.5));
}
.site-loader__static { display: none; width: min(320px, 68vw); height: auto; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.boot-screen { height: 100vh; display: grid; place-items: center; background: var(--bg); }
.boot-mark {
  width: 46px; height: 46px; border: 8px solid var(--accent); border-right-color: transparent;
  border-radius: 50% 42% 50% 45%; animation: spin .9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .site-loader { transition-duration: .01ms; }
  .site-loader__animation { display: none; }
  .site-loader__static { display: block; }
}

.mobile-header, .mobile-bottom-nav { display: none; }
.site-header { border-bottom: 1px solid rgba(242,162,11,.12); background: rgba(8,8,8,.96); }
.header-top {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--border);
  color: var(--secondary);
  font-size: 14px;
}
.top-link { padding: 0; background: transparent; color: var(--secondary); }
.plain-icon {
  display: grid; place-items: center; width: 26px; height: 26px; padding: 0; background: transparent;
}
.header-main {
  min-height: 100px;
  display: grid;
  grid-template-columns: 46px minmax(150px, 180px) minmax(210px, 240px) minmax(230px, 1fr) auto;
  align-items: center;
  gap: 10px;
}
.header-menu {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 13px;
  color: #e3ddd3;
  background: #171614;
}
.header-menu svg { width: 21px; }
.header-menu:hover { color: #171006; border-color: var(--accent); background: var(--accent); }
.brand { display: flex; min-width: 0; height: 64px; align-items: center; justify-content: center; }
.brand img {
  width: 138px;
  height: 64px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 7px 18px rgba(242,162,11,.14));
  mix-blend-mode: screen;
}
.header-fulfillment { min-width: 0; display: grid; gap: 6px; }
.header-fulfillment > small { padding-left: 6px; color: #8f887d; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-fulfillment .delivery-toggle { width: 100%; overflow: hidden; }
.header-fulfillment .delivery-toggle button {
  min-width: 0;
  padding-inline: 8px;
  overflow: hidden;
  font-size: clamp(11px, 1.15vw, 13px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.delivery-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 0;
  padding: 3px;
  border-radius: 999px;
  background: var(--counter);
}
.delivery-toggle button {
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  font-weight: 600;
  text-transform: uppercase;
  transition: background .25s, transform .25s;
}
.delivery-toggle button.is-active { color: #140f05; background: linear-gradient(135deg, var(--accent-soft), var(--accent)); box-shadow: 0 7px 18px rgba(242,162,11,.2); }
.delivery-toggle button:active { transform: scale(.98); }
.address-pill {
  height: 58px;
  min-width: 0;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: linear-gradient(145deg, #211f1c, #171614);
  text-align: left;
  overflow: hidden;
}
.address-pill > svg:first-child { flex: 0 0 auto; color: var(--accent); }
.address-pill > svg:last-child { flex: 0 0 auto; width: 18px; margin-left: auto; color: var(--secondary); }
.address-pill span { display: grid; min-width: 0; gap: 3px; }
.address-pill small { color: #8f887d; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.address-pill strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.app-pill {
  height: 52px;
  display: flex; align-items: center; gap: 8px;
  padding: 4px 12px 4px 5px;
  border-radius: 999px;
  border: 1px solid rgba(242,162,11,.22);
  background: linear-gradient(145deg, #25211c, #151412);
  text-align: left;
}
.app-pill > svg { width: 42px; height: 42px; padding: 10px; border-radius: 50%; color: #160f04; background: linear-gradient(135deg, var(--accent-soft), var(--accent)); }
.app-pill small { line-height: 1.05; }
.header-actions { display: flex; gap: 6px; }
.header-action { width: 54px; padding: 0; background: transparent; text-align: center; }
.header-action__icon {
  position: relative; width: 44px; height: 44px; margin: 0 auto 4px;
  display: grid; place-items: center; border: 1px solid rgba(242,162,11,.28); border-radius: 50%; color: var(--accent-soft); background: #201b15;
  transition: color .2s, background .2s, transform .2s;
}
.header-action__icon > b { position: absolute; top: -5px; right: -5px; display: grid; min-width: 20px; height: 20px; place-items: center; border: 2px solid #080808; border-radius: 999px; color: #171006; background: var(--accent-soft); font-size: 10px; }
.header-action:hover .header-action__icon { color: #161006; background: linear-gradient(135deg, var(--accent-soft), var(--accent)); transform: translateY(-2px); }
.header-action small { display: block; font-size: 9px; }

.catalog-main { min-width: 0; }
.brand-hero {
  position: relative;
  min-height: clamp(540px, 54vw, 650px);
  margin-top: 18px;
  display: flex;
  align-items: stretch;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(242,162,11,.22);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(5,5,5,.05), rgba(5,5,5,0) 58%),
    url("/images/brand/tsar-roll-hero.png") 56% center / cover no-repeat;
  box-shadow: 0 28px 80px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.025);
  isolation: isolate;
}
.brand-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(4,4,4,.18), transparent 64%);
  content: "";
}
.brand-hero__content {
  position: relative;
  z-index: 2;
  width: min(520px, 55%);
  padding: clamp(28px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 4%, rgba(242,162,11,.12), transparent 34%),
    linear-gradient(145deg, rgba(18,17,15,.96), rgba(7,7,7,.84));
  box-shadow: 0 28px 70px rgba(0,0,0,.44), inset 0 1px rgba(255,255,255,.05);
  backdrop-filter: blur(14px) saturate(1.08);
}
.brand-hero__content::after {
  position: absolute;
  inset: 14px auto 14px 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--accent), transparent);
  content: "";
}
.brand-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  color: var(--accent-soft);
  font-family: "Russo One", Inter, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.brand-hero__eyebrow i {
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(242,162,11,.55);
}
.brand-hero h1 {
  margin: 20px 0 0;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.brand-hero h1 em { color: var(--accent); font-style: normal; text-shadow: 0 6px 28px rgba(242,162,11,.17); }
.brand-hero__content > p { max-width: 450px; margin: 17px 0 0; color: #cfc7bc; font-size: 14px; line-height: 1.6; }
.brand-hero__benefits { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.brand-hero__benefits span {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(242,162,11,.18);
  border-radius: 999px;
  color: #e6ded2;
  background: rgba(242,162,11,.055);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .015em;
}
.brand-hero__actions { display: grid; grid-template-columns: 1.08fr .92fr; gap: 10px; margin-top: 22px; }
.brand-hero__actions button { min-height: 52px; padding: 0 16px; border-radius: 13px; font-weight: 800; }
.brand-hero__primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid rgba(255,220,132,.34); color: #140f05; background: linear-gradient(135deg, #ffd35a, var(--accent)); box-shadow: 0 15px 34px rgba(242,162,11,.24); }
.brand-hero__primary svg { width: 18px; }
.brand-hero__secondary { border: 1px solid rgba(255,255,255,.18); background: rgba(10,10,10,.56); backdrop-filter: blur(8px); }
.brand-hero__actions button:hover { transform: translateY(-2px); }
.brand-hero__stamp {
  position: absolute;
  right: 26px;
  bottom: 24px;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242,162,11,.45);
  border-radius: 50%;
  color: var(--accent-soft);
  background: rgba(5,5,5,.68);
  font-family: "Russo One", Inter, sans-serif;
  font-size: 9px;
  line-height: 1.25;
  text-align: center;
  transform: rotate(8deg);
  backdrop-filter: blur(8px);
  z-index: 2;
}
.popular-section { margin-top: 62px; }
.section-heading span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-heading h2, .category-section > h2 { margin: 7px 0 0; font-size: 28px; line-height: 1.25; }
.popular-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.product-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-self: stretch;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.075);
  background: linear-gradient(160deg, #1b1916 0%, #11100e 72%);
  box-shadow: 0 14px 36px rgba(0,0,0,.27), inset 0 1px rgba(255,255,255,.025);
  outline: none;
  cursor: pointer;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s;
  animation: card-in .55s both;
}
.product-card:focus-visible { box-shadow: 0 0 0 3px var(--accent); }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(0,0,0,.36); }
@keyframes card-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.product-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  background: #131313;
}
.product-card:not(.product-card--compact) .product-card__media::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35%;
  background: linear-gradient(180deg, transparent, rgba(17,16,14,.88));
  pointer-events: none;
  content: "";
}
.product-card__backdrop,
.product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.product-card__backdrop {
  object-fit: cover;
  filter: blur(16px) brightness(.48) saturate(1.18);
  opacity: .9;
  transform: scale(1.13);
}
.product-card__image {
  z-index: 1;
  object-fit: contain;
  transition: transform 1s cubic-bezier(.2,.8,.2,1);
}
.product-card:not(.product-card--compact) .product-card__image { object-fit: cover; }
.product-card:hover .product-card__image { transform: scale(1.025); }
.product-card__portion {
  position: absolute;
  z-index: 3;
  bottom: 9px;
  left: 10px;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 0 9px;
  color: rgba(255,255,255,.9);
  background: rgba(10,9,8,.7);
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .025em;
}
.product-card__tags { position: absolute; z-index: 2; right: 5px; bottom: 5px; display: flex; align-items: flex-end; justify-content: flex-end; gap: 5px; }
.product-card__quick-add { display: none; }
.product-tag { width: auto; height: 42px; object-fit: contain; filter: drop-shadow(0 3px 6px rgba(0,0,0,.35)); }
.product-tag--spicy { display: inline-flex; align-items: center; gap: 5px; height: 32px; border: 1px solid rgba(255,255,255,.76); border-radius: 999px; padding: 0 10px 0 8px; color: #fff; background: linear-gradient(135deg,#d93e31,#a91e1b); box-shadow: 0 4px 12px rgba(91,18,15,.28); font-size: 11px; font-weight: 800; line-height: 1; filter: none; }
.product-tag--spicy b { font-size: 15px; }
.product-card__content { min-height: 82px; padding: 14px 16px 8px; }
.product-card__content h3 {
  margin: 0;
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  min-height: 45px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .25s;
}
.product-card:hover h3 { color: var(--accent-soft); }
.product-card__weight { margin: 5px 0 0; color: #a9a197; font-size: 12px; }
.product-card__description {
  display: none;
  margin: 0;
  color: var(--secondary);
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.product-card__footer {
  min-height: 68px;
  padding: 8px 16px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 0;
}
.product-card__pricing { display: grid; gap: 2px; }
.product-card__pricing del { color: #7f7971; font-size: 11px; }
.product-card__pricing strong { color: #fff7ea; font-family: "Russo One", Inter, sans-serif; font-size: 20px; font-weight: 400; white-space: nowrap; }
.product-card__weight-inline,
.product-card__mobile-pricing { display: none; }
.product-card__footer-action { display: flex; align-items: center; justify-content: center; gap: 8px; }
.product-card__add { position: relative; display: inline-flex; min-width: 112px; height: 44px; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,213,101,.42); border-radius: 13px; padding: 0 13px; color: #171006; background: linear-gradient(135deg, #ffd86b, var(--accent)); box-shadow: 0 9px 22px rgba(242,162,11,.17); font-size: 12px; font-weight: 800; transition: filter .2s, transform .2s, box-shadow .2s; }
.product-card__add-icon,
.price-pill__icon { display: grid; place-items: center; flex: 0 0 auto; font-style: normal; }
.product-card__add-count { display: none; }
.product-card__add svg { width: 18px; }
.product-card__add:hover { filter: brightness(1.07); box-shadow: 0 11px 26px rgba(242,162,11,.28); }
.product-card__add:active { transform: scale(.96); }
.price-pill {
  position: relative;
  min-width: 104px;
  height: 40px;
  margin-top: auto;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(242,162,11,.18);
  background: var(--counter);
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
  transition: background .25s, color .25s, transform .2s;
}
.price-pill__quantity {
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #171006;
  background: linear-gradient(135deg, #ffe184, var(--accent));
  font-family: "Russo One", Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(242,162,11,.22);
}
.price-pill__quantity[hidden] { display: none; }
.price-pill.has-quantity .price-pill__icon { display: none; }
.price-pill svg { width: 20px; }
.product-card:hover .price-pill, .price-pill:hover { color: #151006; background: linear-gradient(135deg, var(--accent-soft), var(--accent)); }
.price-pill:active { transform: scale(.96); }
.old-price { color: var(--secondary); font-size: 14px; text-decoration: line-through; }
.product-card--compact { display: flex; flex-direction: column; align-self: stretch; border-color: transparent; box-shadow: none; background: transparent; text-align: center; }
.product-card--compact:hover { transform: translateY(-3px); box-shadow: none; }
.product-card--compact .product-card__media { aspect-ratio: 240 / 176; border-radius: 16px; }
.product-card--compact .product-card__content { min-height: 0; padding: 11px 8px 6px; }
.product-card--compact .product-card__content h3 { min-height: 45px; text-align: center; }
.product-card--compact .product-card__footer { min-height: 60px; justify-content: center; border-top: 0; padding: 5px 8px 12px; }

.catalog-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  width: calc(100% + 24px);
  margin: 48px -12px 0;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(11,11,11,.94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
}
.catalog-nav.is-stuck { border-color: var(--border); box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.catalog-nav__logo { width: 0; height: 44px; border-radius: 12px; object-fit: cover; background: #fff; opacity: 0; transition: width .3s, opacity .3s, margin .3s; }
.catalog-nav.is-stuck .catalog-nav__logo { width: 44px; margin-right: 4px; opacity: 1; }
.catalog-nav__scroller {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.catalog-nav__scroller::-webkit-scrollbar { display: none; }
.category-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--counter);
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  transition: background .25s, transform .2s;
}
.category-chip.is-active, .category-chip:hover { color: #151006; background: linear-gradient(135deg, var(--accent-soft), var(--accent)); }
.category-chip:active { transform: scale(.97); }
.catalog-nav__search {
  width: 40px; height: 40px; flex: 0 0 auto;
  display: none; place-items: center; border-radius: 50%; background: transparent;
}
.catalog-nav__cart {
  height: 46px;
  flex: 0 0 auto;
  padding: 0 17px;
  display: none;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--accent);
  font-weight: 600;
}
.catalog-nav.is-stuck .catalog-nav__search, .catalog-nav.is-stuck .catalog-nav__cart { display: flex; }

.categories { margin-top: 36px; }
.category-section {
  padding: 0 0 32px;
  margin-bottom: 34px;
  scroll-margin-top: 82px;
  border-bottom: 1px solid var(--border);
}
.category-section:last-child { border-bottom: 0; }
.category-story {
  position: relative;
  min-height: clamp(420px, 40vw, 560px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242,162,11,.2);
  border-radius: 28px;
  background: #111;
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
  isolation: isolate;
}
.category-story__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter .5s;
}
.category-story:hover .category-story__image { transform: scale(1.018); filter: saturate(1.04); }
.category-story__brand {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 24px;
  width: clamp(150px, 18vw, 190px);
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: drop-shadow(0 5px 14px rgba(0,0,0,.72));
  pointer-events: none;
}
.category-story__caption {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 24px;
  width: auto;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  pointer-events: none;
}
.category-story[data-copy-align="right"] .category-story__caption { right: 26px; left: auto; text-align: right; }
.category-story h2 {
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.035em;
  text-shadow: 0 3px 16px rgba(0,0,0,.98), 0 1px 3px #000;
}
.product-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 28px; }

.site-footer { margin-top: 50px; padding: 58px 0 26px; border-top: 1px solid rgba(242,162,11,.16); background: radial-gradient(circle at 8% 15%, rgba(242,162,11,.09), transparent 22rem), var(--bg-dark); color: var(--secondary); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.1fr; gap: 48px; }
.footer-grid h3 { margin: 0 0 18px; color: var(--primary); font-size: 16px; }
.footer-grid p { margin: 7px 0; line-height: 1.5; }
.footer-grid a, .footer-grid button { display: block; margin: 9px 0; padding: 0; background: transparent; color: inherit; text-align: left; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--primary); }
.footer-brand img { width: 156px; height: 156px; object-fit: cover; border-radius: 24px; background: #fff; }
.footer-note {
  margin-top: 42px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--border);
  font-size: 12px;
}
.footer-note a { text-decoration: underline; }

.overlay {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(0,0,0,.72);
  opacity: 0; visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.overlay.is-open { opacity: 1; visibility: visible; }
.side-drawer, .cart-drawer {
  position: fixed; top: 0; bottom: 0; z-index: 90;
  width: min(420px, calc(100vw - 18px));
  padding: 44px 40px;
  overflow-y: auto;
  background: radial-gradient(circle at 12% 0, rgba(242,162,11,.12), transparent 20rem), var(--bg);
  box-shadow: 18px 0 48px rgba(0,0,0,.35);
  visibility: hidden;
  transition: transform .36s cubic-bezier(.2,.8,.2,1), visibility .36s;
}
.side-drawer { left: 0; transform: translateX(-105%); border-radius: 0 20px 20px 0; }
.cart-drawer {
  right: 0;
  width: min(580px, calc(100vw - 24px));
  padding: 32px 32px 24px;
  overflow: hidden;
  border-left: 1px solid rgba(242,162,11,.22);
  border-radius: 24px 0 0 24px;
  background:
    radial-gradient(circle at 4% 0, rgba(242,162,11,.14), transparent 23rem),
    linear-gradient(180deg, #13110e 0%, #0a0a09 54%, #080808 100%);
  box-shadow: -28px 0 80px rgba(0,0,0,.58), inset 1px 0 rgba(255,255,255,.025);
  transform: translateX(105%);
}
.side-drawer.is-open, .cart-drawer.is-open { transform: translateX(0); visibility: visible; }
.panel-close {
  width: 42px; height: 42px; display: grid; place-items: center;
  padding: 0; border-radius: 50%; background: rgba(255,255,255,.08);
}
.side-drawer > .panel-close { position: absolute; top: 18px; right: 18px; }
.drawer-brand { width: 156px; margin: -16px 0 24px; }
.drawer-brand img { width: 100%; border-radius: 22px; background: #fff; }
.side-drawer h2 { margin: 0 0 14px; font-size: 20px; }
.side-drawer nav { display: grid; gap: 4px; padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.side-drawer nav button { padding: 7px 0; background: transparent; text-align: left; font-size: 20px; font-weight: 600; }
.drawer-location { display: grid; margin-top: 8px; }
.drawer-location strong { margin-top: 8px; padding: 12px 0 6px; }
.drawer-location span { padding-bottom: 12px; color: var(--secondary); border-bottom: 1px solid var(--border); }
.drawer-location a { padding: 12px 0; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--border); font-size: 18px; }
.drawer-location svg { width: 24px; }
.drawer-app { margin-top: 52px; }
.drawer-app h3 { max-width: 250px; font-size: 20px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; }
.panel-heading h2 { margin: 0; }
.cart-drawer .panel-heading { min-height: 52px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.07); }
.cart-drawer .panel-heading h2 { font-size: 28px; letter-spacing: -.025em; }
.cart-drawer { display: flex; flex-direction: column; }
.cart-drawer [data-cart-content] { flex: 1; display: flex; flex-direction: column; }
.empty-cart {
  flex: 1;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
  text-align: center;
}
.empty-cart__card {
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 22px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(242,162,11,.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 18%, rgba(242,162,11,.2), transparent 45%),
    linear-gradient(155deg, #1b1711, #0e0d0b 72%);
  box-shadow: 0 22px 60px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.04);
}
.empty-cart__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(255,211,91,.28);
  border-radius: 999px;
  color: var(--accent-soft);
  background: rgba(242,162,11,.08);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.empty-cart__mascot {
  position: relative;
  z-index: 1;
  display: block;
  width: min(270px, 96%);
  height: auto;
  margin: 4px auto -4px;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.4));
}
.empty-cart h3 { position: relative; z-index: 1; margin: 0; font-size: 23px; line-height: 1.08; }
.empty-cart p { position: relative; z-index: 1; margin: 10px auto 0; max-width: 270px; color: var(--secondary); font-size: 14px; line-height: 1.45; }
.empty-cart__button { position: relative; z-index: 1; min-height: 52px; margin-top: 20px; font-size: 15px; }
.empty-cart__button svg { width: 18px; height: 18px; }
.cart-list { margin-top: 18px; display: grid; gap: 12px; }
.cart-item {
  position: relative;
  min-height: 132px;
  padding: 14px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(31,29,25,.98), rgba(20,19,17,.98));
  box-shadow: 0 14px 34px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.025);
}
.cart-item > img { width: 104px; height: 104px; object-fit: contain; border: 1px solid rgba(242,162,11,.1); border-radius: 15px; background: #141310; }
.cart-item > div { min-width: 0; display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 18px; }
.cart-item h3 { grid-column: 1 / -1; margin: 0 0 14px; padding-right: 62px; font-size: 16px; line-height: 1.25; }
.cart-item span { color: var(--accent-soft); font-size: 16px; font-weight: 800; }
.cart-remove { position: absolute; top: 16px; right: 14px; padding: 5px 8px; border-radius: 999px; background: rgba(255,255,255,.045); color: #918a7f; font-size: 9px; }
.quantity { grid-column: 2; display: flex; align-items: center; gap: 11px; margin-top: 0; }
.quantity button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; background: var(--counter); }
.quantity button:last-child { color: #171006; background: linear-gradient(135deg, var(--accent-soft), var(--accent)); }
.quantity svg { width: 16px; }
.cart-recommendations { margin-top: 20px; animation: cart-recommendation-in .32s ease both; }
@keyframes cart-recommendation-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.cart-recommendations > header { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.cart-recommendations > header > div { display: grid; gap: 4px; }
.cart-recommendations > header span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cart-recommendations > header h3 { margin: 0; font-size: 19px; line-height: 1.05; }
.cart-recommendations > header small { max-width: 96px; color: var(--secondary); font-size: 9px; line-height: 1.35; text-align: right; }
.cart-recommendations__track {
  display: grid;
  grid-auto-columns: clamp(148px, calc((100% - 20px) / 3), 164px);
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  padding: 1px 1px 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: #3b382f transparent;
}
.cart-recommendation {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 18px;
  background: linear-gradient(155deg, #211f1b, #151412);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  scroll-snap-align: start;
}
.cart-recommendation__media { position: relative; height: 124px; overflow: hidden; background: radial-gradient(circle at 50% 42%, #2b271f, #111); }
.cart-recommendation__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.cart-recommendation:hover .cart-recommendation__media img { transform: scale(1.035); }
.cart-recommendation__media span { position: absolute; top: 8px; left: 8px; max-width: calc(100% - 16px); overflow: hidden; border-radius: 999px; padding: 5px 7px; color: #1b1408; background: rgba(255,207,91,.94); font-size: 8px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.cart-recommendation__copy { display: grid; min-height: 116px; padding: 11px; }
.cart-recommendation__copy h4 { display: -webkit-box; min-height: 34px; margin: 0; overflow: hidden; font-size: 12px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.cart-recommendation__copy > small { margin-top: 3px; color: var(--secondary); font-size: 9px; }
.cart-recommendation__copy footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 9px; }
.cart-recommendation__copy footer strong { font-size: 13px; }
.cart-recommendation__copy footer button { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; padding: 0; color: #171006; background: linear-gradient(135deg, var(--accent-soft), var(--accent)); box-shadow: 0 6px 16px rgba(242,162,11,.18); }
.cart-recommendation__copy footer button:active { transform: scale(.92); }
.cart-recommendation__copy footer svg { width: 15px; height: 15px; }
.cart-list + .cart-recommendations { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); }
.cart-footer { margin-top: auto; padding: 18px 16px 0; border-top: 1px solid rgba(242,162,11,.16); border-radius: 18px 18px 0 0; background: linear-gradient(180deg, rgba(242,162,11,.055), transparent 72%); }
.cart-summary { margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; font-size: 18px; }
.cart-summary > span { display: grid; gap: 4px; }
.cart-summary small { color: #4fc493; font-size: 11px; font-weight: 800; }
.cart-summary strong { font-size: 22px; }
.primary-button {
  width: 100%;
  min-height: 48px;
  padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  border-radius: 999px;
  color: #171006;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  box-shadow: 0 10px 24px rgba(242,162,11,.16);
  font-weight: 800;
}
.checkout-form { display: grid; gap: 16px; margin-top: 24px; }
.checkout-form h3 { margin: 8px 0; }
.checkout-form label, .info-modal label { display: grid; gap: 7px; color: var(--secondary); }
.checkout-form input, .info-modal input, .search-field input {
  width: 100%; min-height: 48px; padding: 0 15px;
  border: 1px solid transparent; border-radius: 12px;
  outline: none; background: var(--counter); color: var(--primary);
}
.checkout-form input:focus, .info-modal input:focus, .search-field input:focus { border-color: var(--accent); }
.checkout-form fieldset { display: grid; gap: 8px; border: 1px solid var(--border); border-radius: 12px; }
.checkout-form fieldset label { display: flex; align-items: center; grid-template-columns: auto 1fr; }
.text-button { padding: 0; background: transparent; color: var(--secondary); text-align: left; }

.search-panel, .product-modal, .info-modal {
  position: fixed; inset: 0; z-index: 95;
  padding: 32px;
  display: grid; place-items: center;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .28s, visibility .28s;
}
.search-panel.is-open, .product-modal.is-open, .info-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.search-panel__box, .info-modal__box {
  width: min(920px, 100%);
  max-height: calc(100vh - 64px);
  overflow: auto;
  padding: 28px;
  border-radius: 22px;
  background: var(--bg);
  box-shadow: 0 26px 80px rgba(0,0,0,.45);
  transform: translateY(14px) scale(.98);
  transition: transform .32s cubic-bezier(.2,.8,.2,1);
}
.search-panel.is-open .search-panel__box, .info-modal.is-open .info-modal__box { transform: translateY(0) scale(1); }
.search-field {
  min-height: 52px;
  margin: 22px 0;
  padding-left: 15px;
  display: flex; align-items: center;
  border-radius: 999px; background: var(--counter);
}
.search-field svg { flex: 0 0 auto; color: var(--secondary); }
.search-field input { border: 0; background: transparent; }
.search-results { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.search-result {
  min-width: 0;
  padding: 8px;
  display: grid;
  grid-template-columns: 68px 1fr auto;
  gap: 11px;
  align-items: center;
  border-radius: 12px;
  background: var(--panel);
  text-align: left;
}
.search-result:hover { background: var(--counter); }
.search-result img { width: 68px; height: 68px; object-fit: contain; border-radius: 9px; background: #161513; }
.search-result span { min-width: 0; display: grid; gap: 5px; }
.search-result strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-result small { color: var(--secondary); }
.search-result b { white-space: nowrap; }
.nothing-found { grid-column: 1 / -1; padding: 50px; color: var(--secondary); text-align: center; }
.product-modal { padding-top: 148px; }
.product-modal__stage {
  position: relative;
  width: min(840px, 100%);
  max-height: calc(100vh - 180px);
  transform: translateY(14px) scale(.98);
  transition: transform .32s cubic-bezier(.2,.8,.2,1);
}
.product-modal.is-open .product-modal__stage { transform: translateY(0) scale(1); }
.product-modal__shell {
  position: relative;
  z-index: 1;
  max-height: inherit;
  overflow: auto;
  border-radius: 22px;
  background: var(--bg);
  box-shadow: 0 26px 80px rgba(0,0,0,.45);
}
.product-modal__mascot {
  --mascot-perch: clamp(12px, 1.4vw, 16px);
  position: absolute;
  z-index: 2;
  top: 0;
  left: clamp(16px, 3vw, 28px);
  width: clamp(140px, 17vw, 174px);
  height: auto;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.42));
  transform-origin: 50% 100%;
  transform: translateY(calc(-100% + var(--mascot-perch))) rotate(-2deg);
}
.product-modal.is-open .product-modal__mascot {
  animation: tsar-modal-peek .72s cubic-bezier(.2,1.16,.36,1) both;
}
.product-modal__close { position: absolute; top: 14px; right: 14px; z-index: 3; background: rgba(0,0,0,.42); }
.product-modal__grid { display: grid; grid-template-columns: 1fr 1fr; }
.product-modal__media {
  position: relative;
  min-width: 0;
  min-height: 440px;
  overflow: hidden;
  background: #111;
}
.product-modal__backdrop,
.product-modal__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.product-modal__backdrop {
  object-fit: cover;
  filter: blur(22px) brightness(.42) saturate(1.22);
  opacity: .92;
  transform: scale(1.14);
}
.product-modal__image {
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.25));
}
.product-modal__content { padding: 42px 34px 34px; display: flex; flex-direction: column; }
.product-modal__content h2 { margin: 0; font-size: 30px; }
.product-modal__weight { color: var(--secondary); }
.product-modal__content > p:not(.product-modal__weight) { line-height: 1.55; color: var(--secondary); }
.product-modal__buy { margin-top: auto; display: grid; gap: 18px; }
.product-modal__buy .primary-button { font-size: 17px; }
@keyframes tsar-modal-peek {
  0% { opacity: 0; transform: translateY(calc(-82% + var(--mascot-perch))) rotate(3deg) scale(.86); }
  68% { opacity: 1; transform: translateY(calc(-104% + var(--mascot-perch))) rotate(-3deg) scale(1.02); }
  100% { opacity: 1; transform: translateY(calc(-100% + var(--mascot-perch))) rotate(-2deg) scale(1); }
}
.info-modal__box { position: relative; width: min(500px, 100%); display: grid; gap: 18px; }
.info-modal__box > .panel-close { position: absolute; top: 18px; right: 18px; }
.info-modal h2 { margin: 0; }
.info-modal p { margin: 0; color: var(--secondary); line-height: 1.5; }
.modal-delivery { min-width: 0; }
.toast {
  position: fixed; z-index: 120; left: 50%; bottom: 32px;
  max-width: calc(100vw - 24px);
  padding: 13px 20px;
  border-radius: 999px;
  background: #fff; color: #191919; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translate(-50%, 14px);
  transition: .25s;
}
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.back-to-top {
  position: fixed; z-index: 55; left: max(16px, calc(50vw - 642px)); bottom: 28px;
  width: 60px; height: 60px;
  display: grid; place-items: center;
  border-radius: 50%; background: var(--counter); box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: .25s;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.fatal-error { min-height: 100vh; display: grid; place-items: center; align-content: center; text-align: center; }

/* Promotions */
.promotions-view { background: #090909; }
.promotions-page { min-height: 100vh; padding-bottom: 90px; background: radial-gradient(circle at 50% -15%, rgba(242,162,11,.12), transparent 32rem), #090909; }
.promotions-header { position: sticky; z-index: 58; top: 0; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(9,9,9,.88); backdrop-filter: blur(18px); }
.promotions-header .container { display: grid; grid-template-columns: 48px 112px 1fr 48px; align-items: center; gap: 16px; min-height: 76px; }
.promotions-header img { width: 106px; height: 54px; border-radius: 10px; object-fit: cover; }
.promotions-header h1 { margin: 0; font-size: 23px; text-align: center; }
.promotions-back,
.promotions-cart { position: relative; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: #171717; }
.promotions-back svg { transform: rotate(180deg); }
.promotions-cart b { position: absolute; top: -4px; right: -4px; display: grid; min-width: 19px; height: 19px; place-items: center; border-radius: 999px; padding: 0 4px; color: #161006; background: var(--accent); font-size: 9px; }
.promotions-main,
.promotion-detail { width: min(980px, calc(100% - 40px)); padding-top: 42px; }
.promotions-intro { max-width: 680px; }
.promotions-intro > span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.promotions-intro h2 { margin: 9px 0 8px; font-size: clamp(28px, 4.2vw, 44px); line-height: 1.08; }
.promotions-intro p { margin: 0; color: var(--secondary); font-size: 14px; }
.promotions-search { display: flex; align-items: center; gap: 12px; height: 54px; margin: 26px 0; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; padding: 0 17px; background: #171717; }
.promotions-search svg { flex: 0 0 auto; color: #817c74; }
.promotions-search input { width: 100%; border: 0; outline: 0; color: #fff; background: transparent; font-size: 15px; }
.promotions-search input::placeholder { color: #77736d; }
.promotions-list { display: grid; gap: 24px; }
.promotion-card { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: #151515; box-shadow: 0 22px 60px rgba(0,0,0,.28); }
.promotion-card__banner { position: relative; min-height: 370px; overflow: hidden; isolation: isolate; }
.promotion-card__banner::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.97) 0%, rgba(8,8,8,.82) 43%, rgba(8,8,8,.12) 74%, rgba(8,8,8,.45) 100%); content: ""; }
.promotion-card--gold .promotion-card__banner,
.promotion-card--gold.promotion-detail__hero { background: linear-gradient(135deg, #5a210d, #ed8d00); }
.promotion-card--berry .promotion-card__banner,
.promotion-card--berry.promotion-detail__hero { background: linear-gradient(135deg, #500d28, #c71553); }
.promotion-card--emerald .promotion-card__banner,
.promotion-card--emerald.promotion-detail__hero { background: linear-gradient(135deg, #092c27, #0b8b70); }
.promotion-card__backdrop { position: absolute; z-index: -3; inset: -7%; width: 114%; height: 114%; object-fit: cover; filter: blur(24px) brightness(.48) saturate(1.35); transform: scale(1.08); }
.promotion-card__dish { position: absolute; z-index: -1; right: -2%; bottom: -5%; width: 62%; height: 108%; object-fit: contain; object-position: right center; filter: drop-shadow(0 24px 38px rgba(0,0,0,.5)); }
.promotion-card__copy { display: flex; width: 52%; min-height: 370px; flex-direction: column; align-items: start; justify-content: center; padding: 38px; }
.promotion-card__badge { display: grid; min-width: 76px; min-height: 48px; place-items: center; border-radius: 14px; padding: 7px 13px; color: #17100a; background: linear-gradient(135deg, #fff0ad, #f2a20b); font-family: "Russo One", Inter, sans-serif; font-size: 23px; box-shadow: 0 10px 28px rgba(242,162,11,.25); }
.promotion-card__copy small { margin-top: 18px; color: #ffc951; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.promotion-card__copy h2 { max-width: 440px; margin: 8px 0 10px; font-size: clamp(28px, 4vw, 45px); line-height: 1.02; }
.promotion-card__copy p { max-width: 390px; margin: 0; color: #d5d0c7; font-size: 13px; line-height: 1.5; }
.promotion-card__price { display: flex; align-items: end; gap: 12px; margin-top: 24px; }
.promotion-card__price del { color: #918a80; font-size: 14px; }
.promotion-card__price strong { color: #fff4ce; font-family: "Russo One", Inter, sans-serif; font-size: 25px; }
.promotion-card > footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 11px; padding: 18px; }
.promotion-card > footer > div { display: grid; gap: 4px; }
.promotion-card > footer strong { font-size: 13px; }
.promotion-card > footer span { color: var(--secondary); font-size: 10px; }
.promotion-more,
.promotion-order { min-height: 45px; border-radius: 13px; padding: 0 19px; font-size: 12px; font-weight: 800; }
.promotion-more { border: 1px solid rgba(255,255,255,.15); background: transparent; }
.promotion-order { color: #17100a; background: linear-gradient(135deg, var(--accent-soft), var(--accent)); }
.promotions-empty { display: grid; min-height: 330px; place-content: center; justify-items: center; border: 1px dashed rgba(255,255,255,.14); border-radius: 24px; text-align: center; }
.promotions-empty span { color: var(--accent); }
.promotions-empty h2 { margin: 15px 0 5px; }
.promotions-empty p { margin: 0; color: var(--secondary); }

.promotion-detail { display: grid; gap: 20px; padding-bottom: 30px; }
.promotion-validity { display: flex; min-height: 55px; align-items: center; justify-content: center; gap: 10px; border-radius: 16px; color: #17100a; background: linear-gradient(135deg, #ffd766, #f2a20b); }
.promotion-validity svg { width: 20px; }
.promotion-detail__hero { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: #151515; }
.promotion-detail__media { position: relative; min-height: 500px; overflow: hidden; isolation: isolate; }
.promotion-detail__media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.32)); content: ""; }
.promotion-detail__dish { position: absolute; z-index: -1; inset: 18px; width: calc(100% - 36px); height: calc(100% - 36px); object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,.4)); }
.promotion-detail__media > span { position: absolute; z-index: 2; top: 22px; left: 22px; border-radius: 12px; padding: 10px 13px; color: #17100a; background: #ffd45a; font-family: "Russo One", Inter, sans-serif; font-size: 21px; }
.promotion-detail__copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; background: rgba(9,9,9,.84); }
.promotion-detail__copy > small { color: var(--accent); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.promotion-detail__copy h2 { margin: 10px 0 15px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; }
.promotion-detail__chips { display: flex; gap: 8px; }
.promotion-detail__chips span { border-radius: 999px; padding: 7px 11px; color: #d4cec4; background: #26231f; font-size: 10px; }
.promotion-detail__copy > p { margin: 23px 0; color: #c0baaf; font-size: 14px; line-height: 1.6; }
.promotion-detail__product { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 6px 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.promotion-detail__product span { grid-row: 1 / span 2; font-weight: 800; }
.promotion-detail__product del { color: #837e76; font-size: 11px; text-align: right; }
.promotion-detail__product strong { color: #ffd45a; font-size: 20px; }
.promotion-rules,
.promotion-fulfillment { border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 20px; background: #151515; }
.promotion-rules summary { font-family: "Russo One", Inter, sans-serif; font-size: 17px; cursor: pointer; }
.promotion-rules ul { display: grid; gap: 9px; margin: 17px 0 0; padding-left: 20px; color: var(--secondary); font-size: 12px; line-height: 1.5; }
.promotion-fulfillment { display: grid; grid-template-columns: 1fr 360px; align-items: center; gap: 20px; }
.promotion-fulfillment h3 { margin: 0; font-size: 18px; }
.promotion-detail__order { position: sticky; z-index: 20; bottom: 18px; display: flex; min-height: 58px; align-items: center; justify-content: space-between; border-radius: 17px; padding: 0 22px; color: #17100a; background: linear-gradient(135deg, var(--accent-soft), var(--accent)); box-shadow: 0 14px 35px rgba(0,0,0,.4); font-size: 14px; font-weight: 800; }
.promotion-detail__order strong { font-size: 18px; }

@media (max-width: 1120px) {
  .header-main { grid-template-columns: 44px 150px minmax(210px, 230px) minmax(210px, 1fr) auto; }
  .brand img { width: 124px; height: 58px; }
  .brand-hero__content { width: min(510px, 58%); padding: 32px; }
  .popular-track { grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: hidden; }
  .catalog-nav__cart span { display: none; }
}
@media (max-width: 820px) {
  body { padding-bottom: 66px; }
  .container { width: calc(100% - 24px); }
  .header-top, .header-main { display: none; }
  .mobile-header { display: block; }
  .mobile-header__line { height: 74px; display: grid; grid-template-columns: 26px 1fr; align-items: center; gap: 10px; }
  .mobile-address { padding: 0; background: transparent; text-align: left; font-weight: 600; }
  .mobile-delivery { min-width: 0; width: 100%; }
  .mobile-delivery button { height: 40px; font-size: 12px; }
  .mobile-search {
    height: 42px;
    margin-top: 40px;
    padding: 0 14px;
    display: flex; align-items: center;
    border-radius: 999px; background: var(--counter); color: var(--secondary);
  }
  .mobile-search svg { order: 2; flex: 0 0 auto; }
  .mobile-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--primary); font-size: 16px; }
  .brand-hero {
    min-height: 690px;
    margin-top: 24px;
    display: block;
    padding: 0;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(5,5,5,.02) 23%, rgba(5,5,5,.55) 51%, rgba(5,5,5,.98) 78%),
      url("/images/brand/tsar-roll-mascot-original.jpg") center 15% / cover no-repeat;
  }
  .brand-hero::after { background: linear-gradient(180deg, transparent 30%, rgba(3,3,3,.9) 78%); }
  .brand-hero__content { width: 100%; min-height: inherit; padding: 30px 22px 32px; justify-content: end; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .brand-hero__content::after { display: none; }
  .brand-hero__eyebrow { text-shadow: 0 2px 14px #000; }
  .brand-hero h1 { margin-top: 14px; font-size: clamp(33px, 10vw, 46px); }
  .brand-hero__content > p { margin-top: 15px; font-size: 13px; line-height: 1.5; }
  .brand-hero__actions { margin-top: 20px; }
  .brand-hero__actions button { flex: 1; min-width: 145px; min-height: 46px; padding-inline: 15px; font-size: 12px; }
  .brand-hero__stamp { display: none; }
  .popular-section { margin-top: 44px; }
  .section-heading h2, .category-section > h2 { font-size: 21px; }
  .popular-track {
    width: calc(100% + 12px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 38%;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .popular-track::-webkit-scrollbar { display: none; }
  .popular-track .product-card { scroll-snap-align: start; }
  .product-card--compact .product-card__media { aspect-ratio: 1; }
  .product-card--compact .product-card__content { padding: 8px 4px 2px; }
  .product-card--compact .product-card__content h3 { min-height: 38px; font-size: 14px; }
  .product-card--compact .product-card__footer { min-height: 54px; padding: 3px 3px 8px; }
  .catalog-nav {
    top: 0;
    width: calc(100% + 24px);
    margin-top: 28px;
    padding-block: 10px;
  }
  .catalog-nav__logo, .catalog-nav__search, .catalog-nav__cart { display: none !important; }
  .category-chip { height: 37px; font-size: 14px; }
  .category-story {
    min-height: 0;
    display: block;
    padding-bottom: 0;
    border-radius: 22px;
  }
  .category-story__image {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    aspect-ratio: 16 / 9;
    height: auto;
    object-position: center;
  }
  .category-story:hover .category-story__image { transform: none; }
  .category-story__brand {
    top: 6px;
    left: 10px;
    width: clamp(96px, 28vw, 112px);
  }
  .category-story__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 16px 16px;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    text-align: left !important;
  }
  .category-story[data-copy-align="right"] .category-story__caption { right: 0; left: 0; }
  .category-story h2 { margin: 0; font-size: clamp(31px, 9vw, 42px); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 18px; }
  .category-section { margin-bottom: 28px; padding-bottom: 26px; scroll-margin-top: 64px; }
  .product-card { border-radius: 14px; box-shadow: 0 8px 22px rgba(0,0,0,.18); }
  .product-card__media { border-radius: 14px 14px 0 0; }
  .product-card__content { padding: 10px 9px 4px; }
  .product-card__content h3 { font-size: 14px; }
  .product-card__description { display: none; }
  .product-card__footer { min-height: 54px; padding: 5px 9px 10px; flex-direction: row; align-items: center; gap: 8px; }
  .price-pill { height: 36px; min-width: 90px; padding: 0 12px; font-size: 14px; }
  .price-pill svg { width: 16px; }
  .old-price { font-size: 11px; }
  .product-tag { height: 38px; }
  .product-tag--spicy { height: 30px; }
  .site-footer { margin-top: 20px; padding: 38px 0 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-note { flex-direction: column; }
  .mobile-bottom-nav {
    position: fixed; z-index: 60; left: 0; right: 0; bottom: 0;
    height: 64px; padding: 5px max(10px, env(safe-area-inset-left));
    display: grid; grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--border); background: rgba(9,9,9,.98); backdrop-filter: blur(14px);
  }
  .mobile-bottom-nav button { position: relative; padding: 0; display: grid; place-items: center; gap: 1px; background: transparent; font-size: 10px; }
  .mobile-bottom-nav button.is-active { color: var(--accent); }
  .mobile-bottom-nav svg { width: 22px; height: 22px; }
  .mobile-bottom-nav b { position: absolute; top: 0; right: calc(50% - 23px); min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; background: var(--accent); font-size: 10px; }
  .side-drawer, .cart-drawer { width: calc(100vw - 12px); padding: 42px 24px; }
  .cart-recommendations__track { grid-auto-columns: 142px; margin-right: -24px; padding-right: 24px; }
  .cart-recommendations > header small { display: none; }
  .empty-cart { min-height: 0; padding: 24px 0 72px; }
  .empty-cart__card { padding: 18px 16px 16px; border-radius: 24px; }
  .empty-cart__mascot { width: min(248px, 92%); }
  .empty-cart h3 { font-size: 21px; }
  .search-panel, .info-modal { padding: 8px; align-items: end; }
  .search-panel__box, .info-modal__box { max-height: calc(100vh - 16px); padding: 20px; border-radius: 20px; }
  .search-results { grid-template-columns: 1fr; }
  .search-result { grid-template-columns: 60px 1fr auto; }
  .search-result img { width: 60px; height: 60px; }
  .product-modal { padding: 96px 8px 8px; align-items: end; }
  .product-modal__stage { max-height: calc(100vh - 104px); }
  .product-modal__shell { border-radius: 20px; }
  .product-modal__mascot {
    --mascot-perch: 12px;
    left: 12px;
    width: 128px;
    transform: translateY(calc(-100% + var(--mascot-perch))) rotate(-2deg);
  }
  .product-modal.is-open .product-modal__mascot { animation-name: tsar-modal-peek-mobile; }
  .product-modal__grid { grid-template-columns: 1fr; }
  .product-modal__media { height: clamp(300px, 52vh, 430px); min-height: 0; }
  .product-modal__content { padding: 22px 18px 24px; }
  .product-modal__content h2 { font-size: 23px; }
  .product-modal__buy { margin-top: 18px; }
  .back-to-top { display: none; }
  .toast { bottom: 78px; }

  .promotions-page { padding-bottom: 74px; }
  .promotions-header .container { width: 100%; grid-template-columns: 48px 1fr 48px; gap: 8px; min-height: 66px; padding-inline: 14px; }
  .promotions-header img { display: none; }
  .promotions-header h1 { font-size: 20px; }
  .promotions-back,
  .promotions-cart { width: 42px; height: 42px; border-radius: 13px; }
  .promotions-main,
  .promotion-detail { width: min(100% - 28px, 980px); padding-top: 24px; }
  .promotions-intro h2 { font-size: 28px; }
  .promotions-intro p { font-size: 12px; line-height: 1.5; }
  .promotions-search { height: 50px; margin: 20px 0; }
  .promotions-list { gap: 17px; }
  .promotion-card { border-radius: 20px; }
  .promotion-card__banner { min-height: 330px; }
  .promotion-card__banner::before { background: linear-gradient(90deg, rgba(6,6,6,.95) 0%, rgba(6,6,6,.74) 56%, rgba(6,6,6,.2) 100%); }
  .promotion-card__dish { right: -16%; bottom: -8%; width: 79%; height: 103%; opacity: .9; }
  .promotion-card__copy { width: 69%; min-height: 330px; padding: 22px 18px; }
  .promotion-card__badge { min-width: 62px; min-height: 40px; border-radius: 11px; font-size: 18px; }
  .promotion-card__copy small { margin-top: 15px; font-size: 8px; }
  .promotion-card__copy h2 { margin-block: 7px; font-size: 26px; }
  .promotion-card__copy p { display: -webkit-box; overflow: hidden; font-size: 11px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .promotion-card__price { align-items: start; flex-direction: column; gap: 3px; margin-top: 17px; }
  .promotion-card__price strong { font-size: 20px; }
  .promotion-card > footer { grid-template-columns: 1fr 1fr; padding: 14px; }
  .promotion-card > footer > div { grid-column: 1 / -1; margin-bottom: 5px; }
  .promotion-more,
  .promotion-order { min-height: 44px; padding: 0 10px; }

  .promotion-validity { min-height: 50px; padding: 0 12px; font-size: 12px; text-align: center; }
  .promotion-detail__hero { grid-template-columns: 1fr; border-radius: 20px; }
  .promotion-detail__media { min-height: 350px; }
  .promotion-detail__copy { padding: 23px 20px; }
  .promotion-detail__copy h2 { font-size: 28px; }
  .promotion-detail__copy > p { margin: 18px 0; font-size: 12px; }
  .promotion-detail__product { grid-template-columns: 1fr auto; }
  .promotion-rules,
  .promotion-fulfillment { padding: 17px; }
  .promotion-fulfillment { grid-template-columns: 1fr; gap: 14px; }
  .promotion-detail__order { bottom: 76px; min-height: 55px; }
}
@keyframes tsar-modal-peek-mobile {
  0% { opacity: 0; transform: translateY(calc(-82% + var(--mascot-perch))) rotate(3deg) scale(.86); }
  68% { opacity: 1; transform: translateY(calc(-104% + var(--mascot-perch))) rotate(-3deg) scale(1.02); }
  100% { opacity: 1; transform: translateY(calc(-100% + var(--mascot-perch))) rotate(-2deg) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .product-modal.is-open .product-modal__mascot { animation: none; }
}
@media (max-width: 420px) {
  .brand-hero { min-height: 660px; }
  .brand-hero__content { padding-inline: 18px; }
  .brand-hero__actions { gap: 8px; }
  .popular-track { grid-auto-columns: 38%; }
  .mobile-search { margin-top: 40px; }
  .product-card__content h3 { min-height: 35px; }
}

/* Finished campaign posters uploaded from the owner cabinet. */
.promotion-card--poster { background: #111; }
.promotion-poster {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #0e0e0e;
  cursor: pointer;
}
.promotion-poster img {
  display: block;
  width: 100%;
  max-height: 820px;
  object-fit: contain;
  margin: 0 auto;
}
.promotion-poster-detail {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 25px;
  background: #151515;
}
.promotion-poster-detail > img {
  width: 100%;
  height: 100%;
  max-height: 760px;
  object-fit: contain;
  background: #0d0d0d;
}
.promotion-poster-detail > div { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.promotion-poster-detail small { color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.promotion-poster-detail h2 { margin: 11px 0 15px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; }
.promotion-poster-detail p { margin: 0; color: #c0baaf; font-size: 14px; line-height: 1.65; }

@media (max-width: 820px) {
  .promotion-card--poster > footer { grid-template-columns: 1fr 1fr; }
  .promotion-card--poster > footer > div { grid-column: 1 / -1; }
  .promotion-poster-detail { grid-template-columns: 1fr; border-radius: 20px; }
  .promotion-poster-detail > img { height: auto; max-height: none; }
  .promotion-poster-detail > div { padding: 23px 20px; }
  .promotion-poster-detail h2 { font-size: 28px; }
  .promotion-poster-detail p { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Adaptive UX refresh */
:where(button, a, input, textarea, select, [role="button"]):focus-visible {
  outline: 3px solid rgba(255, 212, 90, .92);
  outline-offset: 3px;
}
button, [role="button"] { touch-action: manipulation; }
.catalog-nav__scroller {
  scroll-padding-inline: 12px;
  mask-image: linear-gradient(90deg, transparent, #000 14px, #000 calc(100% - 22px), transparent);
}
.category-chip { scroll-snap-align: center; }
.sheet-handle { display: none; }
.address-modal-hint {
  display: block;
  margin: 10px 2px 16px;
  color: #817b72;
  font-size: 11px;
  line-height: 1.45;
}
.info-modal__box .primary-button { width: 100%; min-height: 52px; }
.mobile-address i { color: var(--accent); font-style: normal; }
.cart-drawer [data-cart-content] {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(242,162,11,.32) transparent;
  scrollbar-width: thin;
}
.cart-footer {
  position: sticky;
  z-index: 3;
  bottom: -1px;
  margin-top: auto;
  padding-bottom: 2px;
  background: linear-gradient(180deg, transparent, #090909 18px);
}
.product-card { will-change: transform; }
.product-card:active { transform: translateY(-1px) scale(.992); }
.price-pill:focus-visible { outline-offset: 1px; }

@media (min-width: 821px) and (max-width: 1120px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .category-story { min-height: clamp(360px, 44vw, 470px); }
  .cart-drawer { width: min(580px, 60vw); }
  .header-main { gap: 9px; }
  .address-pill { font-size: 13px; }
}

@media (max-width: 820px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .site-header {
    position: relative;
    z-index: 45;
    border-bottom: 1px solid rgba(242,162,11,.08);
    background: linear-gradient(180deg, rgba(8,8,8,.99), rgba(8,8,8,.94));
  }
  .mobile-header { padding-top: env(safe-area-inset-top); }
  .mobile-header__line { height: 58px; grid-template-columns: 34px minmax(0,1fr); gap: 8px; }
  .mobile-header__line .plain-icon {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 11px;
    color: #d7d1c7;
    background: #171614;
  }
  .mobile-address {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 13px;
  }
  .mobile-address [data-mobile-address-text] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-address i { flex: 0 0 auto; }
  .mobile-delivery { padding: 4px; background: #1c1a17; }
  .mobile-delivery button { min-height: 42px; height: 42px; font-size: 11px; }
  .mobile-search {
    height: 48px;
    margin-top: 12px;
    margin-bottom: 14px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 15px;
    padding: 0 15px;
    background: linear-gradient(145deg, #211f1c, #171614);
    box-shadow: inset 0 1px rgba(255,255,255,.025), 0 10px 28px rgba(0,0,0,.18);
  }
  .mobile-search:focus-within { border-color: rgba(242,162,11,.58); box-shadow: 0 0 0 4px rgba(242,162,11,.08); }
  .mobile-search svg { color: var(--accent-soft); }
  .brand-hero {
    min-height: clamp(520px, 108vw, 570px);
    margin-top: 14px;
    border-radius: 26px;
    background-position: 52% 8%;
    box-shadow: 0 22px 54px rgba(0,0,0,.42);
  }
  .brand-hero::after {
    background:
      linear-gradient(90deg, rgba(3,3,3,.34), transparent 72%),
      linear-gradient(180deg, transparent 35%, rgba(3,3,3,.52) 57%, rgba(3,3,3,.97) 82%);
  }
  .brand-hero__content { padding: 28px 22px 26px; }
  .brand-hero h1 {
    max-width: 100%;
    margin-top: 12px;
    font-size: clamp(24px, 6.1vw, 34px);
    line-height: 1.08;
    letter-spacing: -.025em;
    text-wrap: initial;
    white-space: nowrap;
  }
  .brand-hero h1 br { display: none; }
  .brand-hero h1 em { display: block; margin-top: 3px; }
  .brand-hero__content > p { max-width: 430px; margin-top: 13px; }
  .brand-hero__actions { width: 100%; }
  .brand-hero__actions button { min-width: 0; }
  .popular-section { margin-top: 38px; }
  .popular-track { grid-auto-columns: clamp(150px, 43vw, 190px); gap: 12px; padding-right: 12px; }
  .catalog-nav {
    width: calc(100% + 24px);
    margin-top: 24px;
    padding: 9px 12px;
    border-top: 1px solid rgba(242,162,11,.07);
    background: rgba(8,8,8,.92);
    box-shadow: 0 12px 34px rgba(0,0,0,.22);
    backdrop-filter: blur(18px) saturate(1.2);
  }
  .catalog-nav__scroller { gap: 7px; scroll-snap-type: x proximity; }
  .category-chip { height: 39px; padding-inline: 15px; font-size: 13px; }
  .category-story { border-radius: 23px; box-shadow: 0 18px 48px rgba(0,0,0,.34); }
  .category-story__image { aspect-ratio: 16 / 8.7; }
  .category-story__caption { padding: 0 18px 16px; }
  .category-story h2 { font-size: clamp(29px, 8.7vw, 40px); text-shadow: 0 5px 20px rgba(0,0,0,.5); }
  .product-grid { align-items: start; column-gap: 10px; row-gap: 25px; }
  .product-card {
    grid-template-areas: "media" "price" "title";
    grid-template-rows: auto auto auto;
    height: auto;
    overflow: visible;
    border: 0;
    border-radius: 20px;
    background: transparent;
    box-shadow: none;
  }
  .product-card:hover { transform: none; box-shadow: none; }
  .product-card__media {
    grid-area: media;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    background: #151411;
    box-shadow: 0 14px 34px rgba(0,0,0,.3);
  }
  .product-card:not(.product-card--compact) .product-card__media::after {
    z-index: 2;
    height: 22%;
    background: linear-gradient(180deg, transparent, rgba(8,8,7,.45));
  }
  .product-card__image,
  .product-card:not(.product-card--compact) .product-card__image { object-fit: cover; }
  .product-card__portion { display: none; }
  .product-card__tags { z-index: 4; top: 8px; right: auto; bottom: auto; left: 8px; }
  .product-card__quick-add {
    position: absolute;
    z-index: 5;
    right: 9px;
    bottom: 9px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    color: #18140c;
    background: rgba(255,250,239,.91);
    box-shadow: 0 8px 22px rgba(0,0,0,.27);
    backdrop-filter: blur(12px);
    transition: transform .18s, background .18s, box-shadow .18s;
  }
  .product-card__quick-add:active { transform: scale(.92); }
  .product-card__quick-add > b {
    display: none;
    font-family: "Russo One", Inter, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
  }
  .product-card__quick-add > b[hidden] { display: none; }
  .product-card__quick-add > i { display: grid; place-items: center; font-style: normal; }
  .product-card__quick-add svg { width: 21px; height: 21px; }
  .product-card__quick-add.has-quantity {
    border-color: rgba(255,224,136,.88);
    background: linear-gradient(145deg, #ffe184, #f3aa18);
    box-shadow: 0 9px 25px rgba(242,162,11,.3);
  }
  .product-card__quick-add.has-quantity > b:not([hidden]) { display: block; }
  .product-card__quick-add.has-quantity > i {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 19px;
    height: 19px;
    border: 1px solid rgba(255,216,107,.75);
    border-radius: 50%;
    color: #ffd86b;
    background: #17130d;
    box-shadow: 0 4px 10px rgba(0,0,0,.34);
  }
  .product-card__quick-add.has-quantity > i svg { width: 11px; height: 11px; }
  .product-card__content { grid-area: title; min-height: 48px; padding: 7px 2px 0; }
  .product-card__content h3 {
    min-height: 40px;
    font-size: clamp(13px, 3.7vw, 15px);
    font-weight: 600;
    line-height: 1.3;
  }
  .product-card__footer {
    grid-area: price;
    min-height: 33px;
    padding: 9px 2px 0;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
  }
  .product-card__pricing,
  .product-card__mobile-pricing {
    width: 100%;
    display: flex;
    align-items: baseline;
    gap: 6px;
  }
  .product-card__pricing strong,
  .product-card__mobile-pricing strong {
    order: 1;
    color: #fff8ed;
    font-family: "Russo One", Inter, sans-serif;
    font-size: clamp(17px, 4.7vw, 21px);
    font-weight: 400;
    white-space: nowrap;
  }
  .product-card__pricing del { order: 2; color: #827d75; font-size: 11px; }
  .product-card__weight-inline,
  .product-card__mobile-pricing span {
    order: 3;
    display: inline;
    margin-left: auto;
    color: #827d75;
    font-size: 11px;
    white-space: nowrap;
  }
  .product-card__footer-action { display: none; }
  .product-card--compact { display: grid; text-align: left; }
  .product-card--compact .product-card__media { aspect-ratio: 1; border-radius: 20px; }
  .product-card--compact .product-card__content { min-height: 48px; padding: 7px 2px 0; }
  .product-card--compact .product-card__content h3 { min-height: 40px; text-align: left; }
  .product-card--compact .product-card__footer { min-height: 33px; justify-content: flex-start; padding: 9px 2px 0; }
  .mobile-bottom-nav {
    height: calc(68px + env(safe-area-inset-bottom));
    padding: 6px max(12px, env(safe-area-inset-left)) env(safe-area-inset-bottom);
    border-color: rgba(242,162,11,.12);
    background: rgba(8,8,8,.94);
    box-shadow: 0 -12px 36px rgba(0,0,0,.38);
    backdrop-filter: blur(20px) saturate(1.2);
  }
  .mobile-bottom-nav button { min-height: 54px; border-radius: 14px; color: #89847c; }
  .mobile-bottom-nav button.is-active { color: var(--accent-soft); background: rgba(242,162,11,.07); }
  .mobile-bottom-nav button span { font-size: 10px; font-weight: 700; }
  .mobile-bottom-nav svg { width: 21px; height: 21px; }
  .side-drawer,
  .cart-drawer {
    width: 100vw;
    max-width: none;
    height: 100svh;
    padding: calc(24px + env(safe-area-inset-top)) 16px calc(20px + env(safe-area-inset-bottom));
    border-radius: 0;
  }
  .panel-close { width: 48px; height: 48px; }
  .cart-drawer .panel-heading { min-height: 48px; }
  .cart-list { margin-top: 18px; }
  .cart-item { grid-template-columns: 84px 1fr; min-height: 112px; padding: 12px; border-radius: 18px; }
  .cart-item > img { width: 84px; height: 88px; border-radius: 13px; }
  .cart-item h3 { padding-right: 52px; font-size: 14px; }
  .cart-recommendations { margin-top: 18px; }
  .cart-recommendations__track { grid-auto-columns: clamp(146px, 42vw, 174px); margin-right: -16px; padding-right: 16px; }
  .cart-recommendations__track { scrollbar-width: none; }
  .cart-recommendations__track::-webkit-scrollbar { display: none; }
  .cart-recommendation { border-radius: 17px; }
  .cart-recommendation__media { height: 125px; }
  .cart-footer { padding-top: 22px; padding-bottom: max(2px, env(safe-area-inset-bottom)); }
  .cart-summary { margin-bottom: 12px; }
  .cart-footer .primary-button { min-height: 56px; font-size: 15px; }
  .search-panel,
  .info-modal { padding: 0; }
  .search-panel__box,
  .info-modal__box {
    width: 100%;
    max-width: none;
    max-height: min(86svh, 760px);
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    border: 1px solid rgba(242,162,11,.16);
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
    background: radial-gradient(circle at 80% 0, rgba(242,162,11,.12), transparent 18rem), #11110f;
    box-shadow: 0 -24px 70px rgba(0,0,0,.55);
  }
  .sheet-handle { display: block; width: 44px; height: 4px; margin: -6px auto 15px; border-radius: 999px; background: #4a4640; }
  .info-modal__box h2 { padding-right: 48px; font-size: 25px; }
  .info-modal__box > p { color: #928b81; line-height: 1.5; }
  .info-modal__box .delivery-toggle { width: 100%; min-width: 0; margin-top: 17px; }
  .info-modal__box label { margin-top: 18px; }
  .info-modal__box input { min-height: 54px; border-radius: 14px; }
  .search-field { border-radius: 15px; }
  .search-result { min-height: 76px; border-radius: 15px; }
  .product-modal { padding: calc(78px + env(safe-area-inset-top)) 0 0; }
  .product-modal__stage { max-height: calc(100svh - 78px - env(safe-area-inset-top)); }
  .product-modal__shell { border-radius: 27px 27px 0 0; }
  .product-modal__media { height: clamp(280px, 48svh, 420px); }
  .product-modal__content { padding: 22px 18px calc(20px + env(safe-area-inset-bottom)); }
  .product-modal__buy { position: sticky; bottom: 0; }
  .toast { max-width: calc(100% - 28px); bottom: calc(80px + env(safe-area-inset-bottom)); border: 1px solid rgba(242,162,11,.2); backdrop-filter: blur(16px); }
  .promotion-detail__order { bottom: calc(76px + env(safe-area-inset-bottom)); }
}

@media (max-width: 520px) {
  .brand-hero { min-height: 480px; }
  .brand-hero__content { padding-inline: 18px; }
  .brand-hero__eyebrow { gap: 7px; font-size: 8px; letter-spacing: .07em; }
  .brand-hero__eyebrow i { width: 18px; }
  .brand-hero__benefits { gap: 5px; margin-top: 13px; }
  .brand-hero__benefits span { min-height: 25px; padding-inline: 8px; font-size: 8px; }
  .brand-hero__actions { display: grid; grid-template-columns: 1.18fr .82fr; gap: 8px; }
  .brand-hero__actions button { width: 100%; padding-inline: 12px; }
  .brand-hero__secondary { font-size: 11px !important; }
  .promotion-card__banner { min-height: 344px; }
  .promotion-card__copy { width: 72%; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 18px); }
  .popular-track { width: 100%; }
  .catalog-nav { width: calc(100% + 18px); margin-inline: -9px; }
  .brand-hero { min-height: 470px; }
  .brand-hero h1 { font-size: clamp(20px, 6.5vw, 24px); }
  .brand-hero__content > p { font-size: 12px; }
  .category-chip { padding-inline: 13px; }
  .product-grid { column-gap: 7px; row-gap: 22px; }
  .product-card__content { padding-inline: 2px; }
  .product-card__content h3 { font-size: 13px; -webkit-line-clamp: 3; }
  .price-pill { padding-inline: 10px; font-size: 13px; }
  .cart-item { grid-template-columns: 76px 1fr; }
  .cart-item > img { width: 76px; height: 82px; }
}

/* Final mobile storefront refinement. Keep this block last so component-level
   rules cannot leak into the compact layouts. */
.product-modal__buy {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.product-modal__buy .quantity {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.product-modal__buy .primary-button {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
}

@media (max-width: 820px) {
  html { scroll-padding-bottom: calc(78px + env(safe-area-inset-bottom)); }

  .mobile-header__line { grid-template-columns: 42px minmax(0, 1fr); }
  .mobile-header__line .plain-icon { width: 42px; height: 42px; }
  .mobile-delivery button { min-height: 44px; height: 44px; }
  .category-chip { min-height: 44px; height: 44px; }
  .price-pill { min-height: 44px; height: 44px; }

  .product-card,
  .product-card__content,
  .product-card__footer { min-width: 0; }

  .product-card__content h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .side-drawer,
  .cart-drawer {
    min-height: 100dvh;
    overscroll-behavior: contain;
  }

  .cart-drawer [data-cart-content],
  .search-panel__box,
  .info-modal__box,
  .product-modal__shell {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .cart-item .quantity button { width: 44px; height: 44px; }
  .cart-remove { min-height: 44px; padding: 10px 9px; }
  .cart-recommendation__copy footer button { width: 44px; height: 44px; }

  .product-modal__media { height: clamp(260px, 44svh, 380px); }
  .product-modal__buy {
    position: sticky;
    bottom: 0;
    z-index: 2;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-inline: -2px;
    padding: 12px 2px 0;
    background: linear-gradient(180deg, transparent, #090909 34%);
  }

  .product-modal__buy .quantity {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .product-modal__buy .quantity button { width: 44px; height: 44px; }
  .product-modal__buy .primary-button {
    min-width: 0;
    min-height: 54px;
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .product-modal__content { padding-inline: 14px; }
  .product-modal__buy { gap: 8px; }
  .product-modal__buy .quantity { gap: 7px; }
  .product-modal__buy .quantity button { width: 44px; height: 44px; }
  .product-modal__buy .primary-button {
    min-height: 54px;
    padding-inline: 14px;
    font-size: 14px;
  }
  .product-modal__buy .primary-button strong { font-size: 14px; }
}
