:root {
  --ink: #171416;
  --muted: #6d6668;
  --paper: #fffdf9;
  --cream: #fff2d9;
  --cream-deep: #f7dfb5;
  --red: #b51e2e;
  --red-dark: #7d1020;
  --yellow: #f4d33d;
  --green: #2f6544;
  --line: #e8e1d8;
  --white: #fff;
  --shadow: 0 18px 55px rgba(43, 22, 26, 0.12);
  --radius: 20px;
  --shell: 1180px;
}

[hidden] { display: none !important; }

/* Ordering and Stripe checkout */
.modifier-dialog {
  width: min(720px, calc(100% - 24px));
  max-height: min(900px, calc(100vh - 24px));
  padding: 0;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(22, 12, 8, .35);
}

.product-placeholder.category-placeholder { position: relative; isolation: isolate; display: grid; place-items: initial; align-content: center; justify-items: center; gap: 7px; min-height: 100%; padding: 28px; overflow: hidden; text-align: center; color: white; background: linear-gradient(145deg, #6e151f, #b51e2e); }
.category-placeholder::before, .category-placeholder::after { content: ''; position: absolute; z-index: -1; width: 160px; height: 160px; border: 22px solid rgba(255,255,255,.08); border-radius: 50%; }
.category-placeholder::before { top: -70px; right: -55px; }
.category-placeholder::after { bottom: -90px; left: -65px; }
.category-placeholder > span { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font: 700 2rem/1 var(--font-display); }
.category-placeholder strong { font: 600 1.2rem/1.15 var(--font-display); text-transform: uppercase; }
.category-placeholder small { opacity: .72; letter-spacing: .06em; text-transform: uppercase; }
.product-placeholder.placeholder-pizza { background: linear-gradient(145deg, #8b301d, #df7d22); }
.product-placeholder.placeholder-wings { background: linear-gradient(145deg, #63131a, #cf293c); }
.product-placeholder.placeholder-wok { background: linear-gradient(145deg, #142d2a, #347264); }
.product-placeholder.placeholder-sweet { background: linear-gradient(145deg, #713457, #c56891); }
.product-placeholder.placeholder-drink { background: linear-gradient(145deg, #17405b, #3287a7); }

.modifier-dialog::backdrop { background: rgba(22, 12, 8, .68); backdrop-filter: blur(4px); }
.modifier-dialog-card { position: relative; padding: clamp(24px, 5vw, 44px); overflow: auto; max-height: min(900px, calc(100vh - 24px)); }
.modifier-close { position: absolute; top: 16px; right: 16px; z-index: 2; }
.modifier-heading { padding-right: 42px; margin-bottom: 28px; }
.modifier-heading h2 { font-size: clamp(2rem, 6vw, 3.2rem); margin: 6px 0 10px; }
.modifier-heading p { color: var(--muted); margin: 0; }
.modifier-group { border: 0; padding: 0; margin: 0 0 28px; }
.modifier-group legend { width: 100%; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 10px; margin-bottom: 6px; }
.modifier-group legend span { font: 600 1.2rem/1.2 var(--font-display); text-transform: uppercase; }
.modifier-group legend small { color: var(--muted); font-size: .76rem; }
.modifier-option { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 10px; min-height: 48px; padding: 10px 8px; border-bottom: 1px solid #eee7df; cursor: pointer; }
.modifier-option:hover { background: var(--cream); }
.modifier-option input { width: 18px; height: 18px; accent-color: var(--red); }
.modifier-option strong { font-size: .86rem; color: var(--red); }
.modifier-actions { position: sticky; bottom: -1px; margin: 24px -12px -12px; padding: 16px 12px 12px; display: flex; align-items: end; justify-content: space-between; gap: 16px; background: linear-gradient(transparent, white 16%, white); }
.modifier-actions label { display: grid; gap: 5px; font-size: .8rem; font-weight: 700; }
.modifier-error { color: var(--red); min-height: 0; }
.cart-modifiers { display: block; color: var(--muted); line-height: 1.35; margin: 3px 0; }

.checkout-page { background: #f7f1e9; min-height: 70vh; padding-top: clamp(44px, 8vw, 90px); }
.checkout-heading { max-width: 720px; margin-bottom: 34px; }
.checkout-heading h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); margin: 4px 0 8px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .75fr); gap: 28px; align-items: start; }
.checkout-card { background: white; padding: clamp(22px, 4vw, 38px); border: 1px solid #e8ded3; border-radius: 20px; box-shadow: 0 16px 44px rgba(62, 37, 25, .08); }
.checkout-card section { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid #eee6dd; }
.checkout-card h2 { font-size: 1.45rem; margin: 0 0 16px; }
.checkout-card h2 small { font: 500 .8rem/1 var(--font-body); color: var(--muted); }
.checkout-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkout-field-wide { grid-column: 1 / -1; }
.checkout-field { display: grid; gap: 7px; font-size: .83rem; font-weight: 700; }
.checkout-field input, .checkout-field select, .checkout-field textarea { width: 100%; border: 1px solid #d8cdc2; border-radius: 10px; padding: 12px 13px; background: white; color: var(--ink); font: inherit; font-weight: 500; }
.checkout-field input:focus, .checkout-field select:focus, .checkout-field textarea:focus { outline: 3px solid rgba(181, 30, 46, .14); border-color: var(--red); }
.pickup-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.pickup-options label, .tip-options label { cursor: pointer; }
.pickup-options input, .tip-options input { position: absolute; opacity: 0; pointer-events: none; }
.pickup-options label > span { display: grid; gap: 3px; border: 1px solid #d8cdc2; border-radius: 12px; padding: 14px; }
.pickup-options small { color: var(--muted); }
.pickup-options input:checked + span, .tip-options input:checked + span { border-color: var(--red); background: #fff4f4; box-shadow: inset 0 0 0 1px var(--red); }
.pickup-options input:disabled + span { opacity: .45; cursor: not-allowed; }
.tip-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.tip-options span { display: grid; place-items: center; min-height: 44px; border: 1px solid #d8cdc2; border-radius: 10px; font-weight: 700; }
.custom-tip { margin-top: 12px; max-width: 220px; }
.money-input { display: grid; grid-template-columns: auto 1fr; align-items: center; border: 1px solid #d8cdc2; border-radius: 10px; padding-left: 12px; }
.money-input input { border: 0; }
.checkout-error { color: var(--red); font-weight: 700; margin: 0 0 14px; }
.checkout-primary { width: 100%; justify-content: center; }
.checkout-review { position: sticky; top: 110px; }
.checkout-lines { display: grid; gap: 12px; padding: 16px 0; border-bottom: 1px solid #eee6dd; }
.checkout-lines > div, .checkout-totals > div { display: flex; justify-content: space-between; gap: 18px; }
.checkout-lines span { max-width: 75%; }
.checkout-totals { display: grid; gap: 10px; margin: 20px 0; }
.checkout-totals div { display: flex; justify-content: space-between; }
.checkout-totals dd { margin: 0; font-weight: 700; }
.checkout-grand { padding-top: 13px; margin-top: 4px; border-top: 2px solid var(--ink); font-size: 1.25rem; }
.pickup-confirmation { padding: 14px; border-radius: 10px; background: var(--cream); }
.payment-wrap { padding-top: 8px; }
.payment-wrap .checkout-primary { margin-top: 20px; }
.secure-note { color: var(--muted); font-size: .8rem; line-height: 1.5; }

.receipt-page { background: #f7f1e9; }
.receipt-card { max-width: 760px; margin: 0 auto; padding: clamp(24px, 6vw, 54px); background: white; border: 1px solid #e6dcd1; box-shadow: 0 18px 55px rgba(51, 29, 20, .1); }
.receipt-brand { display: flex; align-items: center; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid #e9e0d8; }
.receipt-brand img { width: 92px; height: 92px; object-fit: contain; }
.receipt-brand h1 { margin: 4px 0 0; font-size: clamp(2rem, 6vw, 3.4rem); }
.receipt-number { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0; color: var(--muted); }
.receipt-number strong { color: var(--ink); }
.receipt-promise { display: grid; gap: 6px; padding: 20px; margin-bottom: 24px; background: var(--red); color: white; border-radius: 14px; }
.receipt-promise strong { font: 600 1.55rem/1.2 var(--font-display); text-transform: uppercase; }
.receipt-promise small { opacity: .8; }
.receipt-items { border-top: 1px solid #e9e0d8; }
.receipt-item { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid #e9e0d8; }
.receipt-item small { display: block; color: var(--muted); margin: 4px 0 0 20px; }
.receipt-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.receipt-contact { text-align: center; color: var(--muted); margin-top: 28px; }

@media (max-width: 800px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-review { position: static; grid-row: 1; }
  .checkout-field-grid { grid-template-columns: 1fr; }
  .checkout-field-wide { grid-column: auto; }
  .tip-options { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 520px) {
  .pickup-options { grid-template-columns: 1fr; }
  .modifier-group legend { display: grid; }
  .receipt-brand { align-items: flex-start; }
  .receipt-brand img { width: 64px; height: 64px; }
}

@media print {
  .announcement, .site-header, .site-footer, .mobile-dock, .receipt-actions, .toast { display: none !important; }
  .receipt-page { padding: 0; background: white; }
  .receipt-card { border: 0; box-shadow: none; max-width: none; padding: 16px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.cart-open,
body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.display-font {
  font-family: "Oswald", Impact, sans-serif;
  line-height: 1.04;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--white);
  padding: 10px 14px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.announcement {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.announcement a {
  color: var(--yellow);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  margin-right: auto;
}

.brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
}

.site-nav a {
  position: relative;
  padding: 28px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--red);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-order {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.header-order:hover {
  background: var(--red-dark);
}

.cart-button,
.icon-button,
.nav-toggle {
  border: 0;
  background: transparent;
  color: inherit;
}

.cart-button {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.cart-button svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.cart-button span {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.button,
.button-secondary,
.button-ghost {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button {
  background: var(--red);
  color: var(--white);
}

.button:hover,
.button-secondary:hover,
.button-ghost:hover {
  transform: translateY(-2px);
}

.button:hover {
  background: var(--red-dark);
}

.button-secondary {
  background: var(--yellow);
  color: var(--ink);
}

.button-ghost {
  border-color: currentColor;
  background: transparent;
  color: inherit;
}

.hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #3b0f2f url("/images/site/hero.webp") center 48% / cover no-repeat;
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 5, 17, 0.86) 0%, rgba(31, 4, 24, 0.5) 52%, rgba(18, 4, 12, 0.18) 100%),
    linear-gradient(0deg, rgba(22, 4, 14, 0.4), transparent 48%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  top: -150px;
  right: 8%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 90px 0 110px;
}

.hero .eyebrow {
  color: var(--yellow);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(58px, 7vw, 104px);
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 570px;
  margin-bottom: 32px;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 600;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-notes {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
}

.hero-notes span::before {
  content: "✓";
  margin-right: 8px;
  color: var(--yellow);
}

.section {
  padding: 100px 0;
}

.section-cream {
  background: var(--cream);
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.section-heading {
  max-width: 650px;
  margin-bottom: 44px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.025em;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.66);
}

.award-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.award-card,
.video-card {
  min-height: 390px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.award-card {
  position: relative;
}

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

.award-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border-radius: 14px;
  padding: 16px 18px;
  background: rgba(255, 253, 249, 0.94);
  color: var(--ink);
  backdrop-filter: blur(10px);
}

.award-badge strong,
.award-badge span {
  display: block;
}

.award-badge span {
  color: var(--muted);
  font-size: 13px;
}

.video-card {
  position: relative;
  background: #000;
}

.video-card iframe {
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 20px;
}

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(43, 22, 26, 0.045);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(43, 22, 26, 0.11);
}

.product-image-link {
  position: relative;
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  background: #f4eee6;
}

.product-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.product-card:hover .product-image-link img {
  transform: scale(1.035);
}

.product-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 70% 20%, rgba(244, 211, 61, 0.55), transparent 28%),
    linear-gradient(145deg, #f7e1b9, #f5eee4);
  color: var(--red-dark);
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  text-align: center;
}

.ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-info {
  padding: 15px;
}

.product-info h3 {
  min-height: 44px;
  margin-bottom: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.price {
  font-weight: 700;
}

.price-prefix {
  color: var(--muted);
  font-size: 11px;
}

.old-price {
  margin-left: 5px;
  color: var(--muted);
  font-size: 12px;
  text-decoration: line-through;
}

.add-button {
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 700;
}

.add-button:hover {
  background: var(--ink);
  color: var(--white);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.review-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
}

.review-card.light {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.stars {
  margin-bottom: 14px;
  color: var(--yellow);
  letter-spacing: 0.14em;
}

.review-card blockquote {
  margin: 0 0 22px;
  font-size: 16px;
}

.review-card cite {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cta-band {
  padding: 38px 0;
  background: var(--red);
  color: var(--white);
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 50px);
}

.cta-band p {
  margin: 5px 0 0;
}

.page-hero {
  padding: 88px 0 76px;
  background: var(--cream);
}

.page-hero.dark {
  background: var(--ink);
  color: var(--white);
}

.page-hero h1 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(50px, 7vw, 86px);
  letter-spacing: -0.035em;
}

.page-hero p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.page-hero.dark p {
  color: rgba(255, 255, 255, 0.68);
}

.menu-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.category-panel {
  position: sticky;
  top: 128px;
}

.category-panel h2 {
  margin-bottom: 18px;
  font-size: 28px;
}

.category-links {
  max-height: calc(100vh - 230px);
  overflow: auto;
  padding-right: 10px;
  scrollbar-width: thin;
}

.category-links button {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 12px 0;
  color: var(--muted);
  font-size: 13px;
  text-align: left;
}

.category-links button:hover,
.category-links button.active {
  color: var(--red);
  font-weight: 700;
}

.mobile-category {
  display: none;
}

.menu-toolbar {
  position: sticky;
  top: 98px;
  z-index: 10;
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(232, 225, 216, 0.88);
  border-radius: 15px;
  padding: 10px;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(43, 22, 26, 0.06);
}

.category-pills {
  margin: -10px 0 32px;
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 10px 0 6px;
  scrollbar-width: none;
}

.category-pills::-webkit-scrollbar {
  display: none;
}

.category-pills a {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  background: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.category-pills a:hover {
  border-color: var(--red);
  color: var(--red);
}

.search-field {
  position: relative;
}

.search-field input,
.menu-toolbar select,
.field input,
.field textarea,
.field select,
.newsletter-form input,
.admin-field input,
.admin-field textarea,
.admin-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}

.search-field input,
.menu-toolbar select {
  min-height: 48px;
  padding: 0 16px;
}

.search-field input:focus,
.menu-toolbar select:focus,
.field input:focus,
.field textarea:focus,
.admin-field input:focus,
.admin-field textarea:focus,
.admin-field select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(181, 30, 46, 0.1);
}

.menu-summary {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}

.pagination {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pagination button {
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.pagination button.active,
.pagination button:hover:not(:disabled) {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.pagination button:disabled {
  cursor: default;
  opacity: 0.35;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 50px 24px;
  color: var(--muted);
  text-align: center;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 70px;
  align-items: start;
}

.product-detail-media {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius);
  background: #f4eee6;
}

.product-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-copy {
  position: sticky;
  top: 140px;
}

.product-detail-copy h1 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5vw, 64px);
}

.product-detail-price {
  margin-bottom: 28px;
  color: var(--red);
  font-size: 25px;
  font-weight: 700;
}

.product-description {
  margin: 28px 0;
  color: var(--muted);
  white-space: pre-line;
}

.quantity-row {
  margin-top: 28px;
  display: flex;
  gap: 12px;
}

.quantity-input {
  width: 90px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  text-align: center;
}

.content-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
}

.prose h2 {
  margin: 44px 0 16px;
  font-size: 38px;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin: 28px 0 10px;
  font-size: 25px;
}

.prose p,
.prose li {
  color: #4f494b;
}

.prose li + li {
  margin-top: 8px;
}

.story-image {
  position: sticky;
  top: 135px;
}

.story-image img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-image-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.story-image-grid img {
  aspect-ratio: 1.2;
  object-fit: cover;
}

.family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.family-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.family-card img {
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
}

.family-card div {
  padding: 18px;
}

.family-card h3 {
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
}

.family-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-card,
.location-card {
  border-radius: var(--radius);
  padding: 34px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.field,
.admin-field {
  margin-bottom: 18px;
}

.field label,
.admin-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}

.field input,
.field textarea,
.field select,
.admin-field input,
.admin-field textarea,
.admin-field select {
  min-height: 50px;
  padding: 12px 14px;
}

.field textarea,
.admin-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.location-photo {
  height: 270px;
  overflow: hidden;
  border-radius: 14px;
}

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

.contact-details {
  margin: 24px 0;
  display: grid;
  gap: 14px;
}

.contact-details a,
.contact-details span {
  display: block;
}

.map-frame {
  width: 100%;
  height: 330px;
  border: 0;
  border-radius: var(--radius);
}

.reviews-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.reviews-page-grid .review-card {
  min-height: 250px;
}

.policy {
  max-width: 850px;
}

.policy h2 {
  margin-top: 44px;
  font-size: 30px;
}

.admin-toolbar,
.admin-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-stats {
  margin-bottom: 32px;
}

.stat-card {
  min-width: 160px;
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  background: var(--white);
}

.stat-card strong,
.stat-card span {
  display: block;
}

.stat-card strong {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
}

.stat-card span {
  color: var(--muted);
  font-size: 12px;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 30px;
  align-items: start;
}

.admin-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--white);
}

.admin-panel h2 {
  font-size: 32px;
}

.admin-product-list {
  max-height: 720px;
  overflow: auto;
  margin-top: 20px;
}

.admin-product-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 12px 0;
}

.admin-product-row img,
.admin-thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--cream);
}

.admin-product-row strong,
.admin-product-row span {
  display: block;
}

.admin-product-row strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-product-row span {
  color: var(--muted);
  font-size: 12px;
}

.text-button {
  border: 0;
  background: transparent;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
}

.admin-help {
  margin-top: 24px;
  border-left: 3px solid var(--yellow);
  padding: 4px 0 4px 16px;
  color: var(--muted);
  font-size: 13px;
}

.page-loader {
  min-height: 50vh;
  display: grid;
  place-items: center;
  color: var(--muted);
}

.site-footer {
  background: #272326;
  color: var(--white);
}

.footer-grid {
  padding: 70px 0 55px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.8fr 1.25fr;
  gap: 50px;
}

.footer-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 14px;
}

.site-footer h2 {
  margin-bottom: 10px;
  font-size: 25px;
}

.site-footer p,
.site-footer address,
.site-footer span,
.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-style: normal;
}

.site-footer a {
  margin-top: 9px;
}

.site-footer a:hover {
  color: var(--yellow);
}

.site-footer .footer-title {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newsletter-form label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.newsletter-form > div {
  display: flex;
}

.newsletter-form input {
  min-height: 44px;
  border-radius: 10px 0 0 10px;
  padding: 0 12px;
}

.newsletter-form button {
  border: 0;
  border-radius: 0 10px 10px 0;
  background: var(--red);
  color: var(--white);
  padding: 0 16px;
  font-weight: 700;
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(12, 8, 10, 0.55);
  opacity: 0;
  transition: opacity 220ms ease;
}

.cart-backdrop.visible {
  opacity: 1;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: min(440px, 100%);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  transform: translateX(105%);
  background: var(--paper);
  box-shadow: -20px 0 70px rgba(0, 0, 0, 0.2);
  transition: transform 260ms ease;
}

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

.cart-header,
.cart-footer {
  padding: 24px;
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.cart-header h2 {
  margin: 0;
  font-size: 38px;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.cart-items {
  overflow: auto;
  padding: 0 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.cart-item img,
.cart-item-placeholder {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--cream);
}

.cart-item-placeholder {
  display: grid;
  place-items: center;
  color: var(--red);
  font-weight: 700;
}

.cart-item h3 {
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.cart-item p {
  margin: 0;
  font-size: 12px;
}

.cart-qty {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.cart-qty button {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
}

.cart-qty span {
  min-width: 22px;
  font-size: 11px;
  text-align: center;
}

.cart-remove {
  align-self: start;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 18px;
}

.cart-footer {
  border-top: 1px solid var(--line);
}

.cart-total {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.cart-footer .button {
  width: 100%;
}

.cart-online-link {
  width: 100%;
  margin-top: 9px;
}

.cart-footer small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  text-align: center;
}

.cart-empty {
  padding: 60px 0;
  color: var(--muted);
  text-align: center;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 200;
  max-width: min(360px, calc(100% - 48px));
  transform: translateY(20px);
  border-radius: 12px;
  padding: 13px 18px;
  background: var(--ink);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  box-shadow: var(--shadow);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  transform: translateY(0);
  opacity: 1;
}

.mobile-dock {
  display: none;
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 116px 0 auto;
    max-height: calc(100vh - 116px);
    display: none;
    overflow: auto;
    border-top: 1px solid var(--line);
    background: var(--paper);
    padding: 22px 20px 35px;
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav a {
    border-bottom: 1px solid var(--line);
    padding: 14px 0;
    font-size: 17px;
  }

  .site-nav a::after {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .header-order {
    display: none;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .award-grid,
  .content-grid,
  .contact-grid,
  .product-detail,
  .admin-layout {
    grid-template-columns: 1fr;
  }

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

  .menu-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .category-panel {
    display: none;
  }

  .mobile-category {
    display: block;
  }

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

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

  .story-image,
  .product-detail-copy {
    position: static;
  }

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

@media (max-width: 680px) {
  body {
    padding-bottom: 68px;
  }

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

  .announcement {
    min-height: 30px;
    justify-content: center;
    padding: 6px 10px;
    text-align: center;
  }

  .announcement > span {
    display: none;
  }

  .header-inner {
    min-height: 70px;
    gap: 10px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .site-nav {
    inset: 100px 0 auto;
    max-height: calc(100vh - 100px);
  }

  .hero {
    min-height: 610px;
    background-position: 56% center;
  }

  .hero::before {
    background: rgba(24, 5, 17, 0.7);
  }

  .hero-content {
    padding: 72px 0 82px;
  }

  .hero h1 {
    font-size: clamp(50px, 16vw, 72px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions .button,
  .hero-actions .button-secondary {
    flex: 1;
  }

  .hero-notes {
    margin-top: 38px;
    display: grid;
    gap: 8px;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .award-card,
  .video-card,
  .video-card iframe {
    min-height: 270px;
  }

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

  .product-info h3 {
    min-height: 0;
    font-size: 13px;
  }

  .product-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .add-button {
    width: 100%;
  }

  .review-grid,
  .reviews-page-grid {
    grid-template-columns: 1fr;
  }

  .cta-band-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero {
    padding: 64px 0 56px;
  }

  .menu-toolbar {
    top: 78px;
    grid-template-columns: 1fr;
  }

  .menu-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .family-grid {
    grid-template-columns: 1fr;
  }

  .family-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
  }

  .family-card img {
    aspect-ratio: 1;
  }

  .form-card,
  .location-card,
  .admin-panel {
    padding: 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-grid {
    padding: 56px 0 44px;
  }

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

  .cart-item img,
  .cart-item-placeholder {
    width: 60px;
    height: 60px;
  }

  .toast {
    bottom: 84px;
  }

  .mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    height: 68px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    border-top: 1px solid var(--line);
    background: rgba(255, 253, 249, 0.96);
    box-shadow: 0 -12px 36px rgba(43, 22, 26, 0.1);
    backdrop-filter: blur(18px);
  }

  .mobile-dock a,
  .mobile-dock button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
  }

  .mobile-dock a > span,
  .mobile-dock button > span {
    color: var(--ink);
    font-size: 19px;
    line-height: 1;
  }

  .mobile-dock .mobile-dock-order {
    margin: -14px 4px 7px;
    border-radius: 18px;
    background: var(--red);
    color: var(--white);
    box-shadow: 0 8px 20px rgba(181, 30, 46, 0.28);
  }

  .mobile-dock .mobile-dock-order > span {
    color: var(--white);
  }

  .mobile-dock b {
    position: absolute;
    top: 7px;
    right: 16px;
    min-width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 99px;
    background: var(--red);
    color: var(--white);
    font-size: 8px;
  }

  .site-footer {
    margin-bottom: -68px;
    padding-bottom: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
