:root {
  --ok-bg: #100b08;
  --ok-bg-soft: #1b110d;
  --ok-surface: #fff8ee;
  --ok-surface-2: #fffdf8;
  --ok-card: #ffffff;
  --ok-ink: #160d09;
  --ok-muted: #7d6d62;
  --ok-line: rgba(97, 48, 24, 0.13);
  --ok-red: #9e231c;
  --ok-red-dark: #6e130f;
  --ok-orange: #f17c24;
  --ok-gold: #f7b955;
  --ok-green: #0f6b45;
  --ok-shadow: 0 24px 70px rgba(60, 25, 7, 0.16);
  --ok-radius-xl: 34px;
  --ok-radius-lg: 26px;
  --ok-radius-md: 18px;
}

html {
  scroll-behavior: smooth;
}

body.ok-premium {
  color: var(--ok-ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(247, 185, 85, 0.2), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(158, 35, 28, 0.12), transparent 28%),
    linear-gradient(180deg, #fffaf1 0%, #fff8ee 38%, #fffdf8 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.ok-premium::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(97, 48, 24, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 48, 24, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

.ok-main {
  min-height: 70vh;
}

.ok-app-header {
  position: sticky;
  top: 14px;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 10px 12px;
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid rgba(97, 48, 24, 0.12);
  border-radius: 999px;
  box-shadow: 0 18px 56px rgba(66, 28, 10, 0.12);
  backdrop-filter: blur(22px);
}

.ok-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--ok-ink);
  text-decoration: none;
}

.ok-brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  color: #fff6e9;
  background:
    radial-gradient(circle at 32% 18%, rgba(247, 185, 85, 0.9), transparent 34%),
    linear-gradient(135deg, var(--ok-red), var(--ok-red-dark));
  border-radius: 17px;
  box-shadow: 0 14px 34px rgba(158, 35, 28, 0.28);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.ok-brand strong {
  display: block;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.ok-brand small {
  display: block;
  margin-top: 1px;
  color: var(--ok-muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ok-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}

.ok-nav a {
  padding: 13px 15px;
  color: var(--ok-ink);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.ok-nav a:hover {
  background: #fff2dd;
  color: var(--ok-red);
}

.ok-cart-pill {
  color: #fff !important;
  background: var(--ok-ink);
  box-shadow: 0 12px 28px rgba(22, 13, 9, 0.18);
}

.ok-cart-pill:hover {
  color: #fff !important;
  background: var(--ok-red) !important;
}

.ok-nav-toggle {
  display: none;
}

.ok-shell,
.section-inner.ok-shell {
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
}

.ok-hero {
  position: relative;
  padding: clamp(42px, 7vw, 92px) 0 44px;
}

.ok-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.ok-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--ok-red);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ok-kicker::before,
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--ok-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(241, 124, 36, 0.12);
}

.ok-hero h1,
.ok-page-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--ok-ink);
  font-size: clamp(3rem, 8vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.095em;
}

.ok-hero h1 span {
  color: var(--ok-red);
}

.ok-hero-copy,
.hero-copy,
.ok-page-hero p {
  max-width: 690px;
  margin: 22px 0 0;
  color: #665348;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.ok-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ok-premium .btn,
.ok-button,
.ok-premium button.btn,
.ok-premium a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 920;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ok-premium .btn:hover,
.ok-button:hover {
  transform: translateY(-2px);
}

.ok-premium .btn-primary,
.ok-button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--ok-red), var(--ok-orange));
  box-shadow: 0 16px 38px rgba(158, 35, 28, 0.24);
}

.ok-premium .btn-secondary,
.ok-button-secondary {
  color: var(--ok-ink);
  background: #fff;
  border: 1px solid rgba(97, 48, 24, 0.14);
  box-shadow: 0 12px 28px rgba(66, 28, 10, 0.08);
}

.ok-premium .btn-light {
  color: var(--ok-red);
  background: #fff8ee;
}

.ok-trust-row,
.kitchen-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.ok-trust-row span,
.kitchen-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: var(--ok-ink);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(97, 48, 24, 0.12);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 850;
}

.ok-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(16, 11, 8, 0.08), rgba(16, 11, 8, 0.78)),
    radial-gradient(circle at 30% 15%, rgba(247, 185, 85, 0.22), transparent 32%),
    linear-gradient(135deg, #2a130e, #0f0907);
  border-radius: 46px;
  box-shadow: 0 36px 90px rgba(36, 17, 9, 0.3);
}

.ok-hero-card::before {
  content: "🍛";
  position: absolute;
  right: -12px;
  bottom: -8px;
  font-size: clamp(12rem, 22vw, 19rem);
  line-height: 1;
  filter: saturate(1.12);
  transform: rotate(-8deg);
}

.ok-hero-card-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: space-between;
  min-height: 470px;
}

.ok-live-chip {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 9px 13px;
  color: #fff9ed;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.ok-hero-card h2 {
  max-width: 390px;
  margin: 0;
  color: #fff8ee;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.ok-hero-card p {
  max-width: 360px;
  color: rgba(255, 248, 238, 0.78);
  font-size: 1.02rem;
  line-height: 1.65;
}

.ok-section,
.section-inner {
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
  padding: clamp(46px, 7vw, 82px) 0;
}

.ok-section-heading,
.section-heading {
  display: grid;
  gap: 10px;
  max-width: 790px;
  margin-bottom: 26px;
}

.ok-section-heading h2,
.section-heading h2 {
  margin: 0;
  color: var(--ok-ink);
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
}

.ok-section-heading p,
.section-heading p {
  margin: 0;
  color: var(--ok-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

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

.kitchen-menu-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(97, 48, 24, 0.12);
  border-radius: 30px;
  box-shadow: 0 20px 54px rgba(60, 25, 7, 0.09);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.kitchen-menu-card:hover {
  transform: translateY(-5px);
  border-color: rgba(158, 35, 28, 0.22);
  box-shadow: 0 26px 76px rgba(60, 25, 7, 0.15);
}

.kitchen-menu-image {
  overflow: hidden;
  margin: 0;
  height: 220px;
  background:
    radial-gradient(circle at 50% 30%, rgba(247, 185, 85, 0.34), transparent 42%),
    #fff0d7;
  border-radius: 24px;
}

.kitchen-menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.kitchen-menu-card:not(:has(.kitchen-menu-image))::before {
  content: "🍲";
  display: grid;
  place-items: center;
  height: 155px;
  margin-bottom: 3px;
  background:
    radial-gradient(circle at 50% 35%, rgba(247, 185, 85, 0.28), transparent 42%),
    linear-gradient(135deg, #fff3df, #ffe7bd);
  border-radius: 24px;
  font-size: 4rem;
}

.menu-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 4px 0;
}

.menu-category-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--ok-red);
  background: #fff2dd;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.menu-card-topline strong {
  color: var(--ok-ink);
  font-size: 0.98rem;
  font-weight: 950;
}

.kitchen-menu-card h3 {
  margin: 0;
  padding-inline: 4px;
  color: var(--ok-ink);
  font-size: 1.35rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.kitchen-menu-card p {
  margin: 0;
  padding-inline: 4px;
  color: var(--ok-muted);
  line-height: 1.55;
}

.menu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-inline: 4px;
}

.menu-tags span {
  padding: 6px 9px;
  color: #594236;
  background: #fff8ee;
  border: 1px solid rgba(97, 48, 24, 0.1);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
}

.menu-card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
}

.menu-card-actions .btn {
  min-height: 48px;
}

.ok-page-hero,
.page-hero.kitchen-page-hero {
  position: relative;
  padding: clamp(50px, 9vw, 110px) 0 clamp(32px, 6vw, 64px);
}

.ok-page-hero .section-inner,
.page-hero .section-inner {
  padding: 0;
}

.ok-page-hero h1,
.page-hero h1 {
  max-width: 850px;
}

.menu-category-nav-wrap {
  padding-top: 0;
}

.menu-category-nav {
  position: sticky;
  top: 92px;
  z-index: 80;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 26px;
  padding: 10px;
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid rgba(97, 48, 24, 0.1);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(60, 25, 7, 0.1);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}

.menu-category-nav::-webkit-scrollbar {
  display: none;
}

.menu-category-nav a {
  flex: 0 0 auto;
  padding: 11px 14px;
  color: var(--ok-ink);
  background: #fff;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.menu-category-nav a:hover {
  color: #fff;
  background: var(--ok-red);
}

.menu-category-section {
  scroll-margin-top: 160px;
  padding: 24px 0 44px;
}

.ok-steps-grid,
.steps-grid,
.ok-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kitchen-step,
.step-card,
.ok-info-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(97, 48, 24, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(60, 25, 7, 0.08);
}

.kitchen-step span,
.step-card span,
.ok-info-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--ok-red);
  border-radius: 16px;
  font-weight: 950;
}

.kitchen-step strong,
.step-card strong,
.ok-info-card strong {
  display: block;
  color: var(--ok-ink);
  font-size: 1.12rem;
  font-weight: 950;
}

.kitchen-step p,
.step-card p,
.ok-info-card p {
  margin: 10px 0 0;
  color: var(--ok-muted);
  line-height: 1.55;
}

.ok-cta-band,
.cta-band.kitchen-cta-band {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 28px));
  margin: 40px auto 76px;
  padding: clamp(28px, 5vw, 54px);
  color: #fff8ee;
  background:
    radial-gradient(circle at 82% 10%, rgba(247, 185, 85, 0.28), transparent 32%),
    linear-gradient(135deg, var(--ok-red-dark), var(--ok-bg));
  border-radius: 36px;
  box-shadow: 0 34px 90px rgba(44, 15, 9, 0.24);
}

.ok-cta-band h2,
.cta-band h2 {
  margin: 0;
  color: #fff8ee;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.ok-cta-band .eyebrow,
.cta-band .eyebrow {
  color: var(--ok-gold);
}

.ok-contact-grid,
.contact-grid,
.checkout-layout,
.cart-layout,
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.58fr);
  gap: 22px;
  align-items: start;
}

.contact-panel,
.kitchen-contact-panel,
.contact-form,
.kitchen-contact-form,
.kitchen-checkout-form,
.checkout-summary-card,
.cart-summary-panel,
.cart-items-panel,
.empty-cart-panel,
.order-confirmation-card,
.value-list > div {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(97, 48, 24, 0.12);
  border-radius: 30px;
  box-shadow: 0 20px 54px rgba(60, 25, 7, 0.09);
}

.contact-panel,
.kitchen-contact-panel,
.contact-form,
.kitchen-contact-form,
.kitchen-checkout-form,
.checkout-summary-card,
.cart-summary-panel,
.empty-cart-panel,
.order-confirmation-card {
  padding: 26px;
}

.contact-form label,
.kitchen-checkout-form label,
.kitchen-contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ok-ink);
  font-weight: 850;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
.kitchen-checkout-form input,
.kitchen-checkout-form textarea,
.kitchen-checkout-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  color: var(--ok-ink);
  background: #fffaf1;
  border: 1px solid rgba(97, 48, 24, 0.14);
  border-radius: 17px;
  font: inherit;
}

.contact-form textarea,
.kitchen-checkout-form textarea {
  min-height: 120px;
  padding-block: 14px;
}

.cart-line-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: #fffdf8;
  border: 1px solid rgba(97, 48, 24, 0.1);
  border-radius: 22px;
}

.cart-line-item + .cart-line-item {
  margin-top: 12px;
}

.cart-line-item h3 {
  margin: 8px 0 6px;
}

.cart-line-controls {
  display: flex;
  align-items: end;
  gap: 10px;
}

.cart-line-controls input {
  width: 76px;
  min-height: 44px;
  border-radius: 14px;
}

.cart-remove {
  min-height: 44px;
  padding: 0 12px;
  color: var(--ok-red);
  background: #fff2dd;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
}

.cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0;
  padding: 14px 0;
  border-top: 1px solid rgba(97, 48, 24, 0.14);
  border-bottom: 1px solid rgba(97, 48, 24, 0.14);
}

.cart-total-row strong {
  color: var(--ok-red);
  font-size: 1.35rem;
}

.checkout-summary-card pre {
  overflow: auto;
  padding: 16px;
  color: #50392e;
  background: #fff8ee;
  border: 1px solid rgba(97, 48, 24, 0.1);
  border-radius: 18px;
  font: inherit;
  white-space: pre-wrap;
}

.ok-footer {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 1fr;
  gap: 24px;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 84px;
  padding: 32px;
  color: #fff3df;
  background: var(--ok-bg);
  border-radius: 34px;
}

.ok-footer p,
.ok-footer a,
.ok-footer small {
  color: rgba(255, 248, 238, 0.72);
}

.ok-footer a {
  text-decoration: none;
}

.ok-footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.ok-footer-links span {
  color: var(--ok-gold);
  font-weight: 950;
}

.ok-footer-brand .ok-brand-mark {
  box-shadow: none;
}

.ok-footer-brand strong {
  color: #fff8ee;
}

.ok-mobile-cart-bar {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 140;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--ok-red), var(--ok-orange));
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(158, 35, 28, 0.34);
  text-decoration: none;
}

.ok-mobile-cart-bar.has-items {
  display: flex;
}

.ok-mobile-cart-bar span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 950;
}

.ok-mobile-cart-bar strong {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  color: var(--ok-red);
  background: #fff8ee;
  border-radius: 999px;
}

.ok-mobile-cart-bar small,
.ok-mobile-cart-bar b {
  color: #fff8ee;
}

.cart-announcement {
  position: fixed;
  right: 16px;
  bottom: 86px;
  z-index: 160;
  max-width: 320px;
  padding: 14px 16px;
  color: #fff;
  background: var(--ok-ink);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(16, 11, 8, 0.25);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.cart-announcement.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .ok-app-header {
    top: 10px;
    border-radius: 26px;
  }

  .ok-nav-toggle {
    display: inline-flex;
  }

  .ok-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: rgba(255, 253, 248, 0.96);
    border: 1px solid rgba(97, 48, 24, 0.12);
    border-radius: 26px;
    box-shadow: var(--ok-shadow);
  }

  .ok-nav.is-open {
    display: flex;
  }

  .ok-nav a {
    width: 100%;
  }

  .ok-hero-grid,
  .ok-contact-grid,
  .contact-grid,
  .checkout-layout,
  .cart-layout,
  .split-section {
    grid-template-columns: 1fr;
  }

  .ok-hero-card {
    min-height: 420px;
  }

  .ok-hero-card-content {
    min-height: 370px;
  }

  .ok-menu-grid,
  .kitchen-menu-grid,
  .ok-steps-grid,
  .steps-grid,
  .ok-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ok-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body.ok-premium {
    padding-bottom: 74px;
  }

  .ok-app-header {
    width: min(100% - 20px, 1180px);
    padding: 8px;
  }

  .ok-brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .ok-brand strong {
    font-size: 0.94rem;
  }

  .ok-brand small {
    font-size: 0.63rem;
  }

  .ok-hero {
    padding-top: 34px;
  }

  .ok-hero h1,
  .ok-page-hero h1,
  .page-hero h1 {
    font-size: clamp(3.1rem, 16vw, 5rem);
  }

  .ok-menu-grid,
  .kitchen-menu-grid,
  .ok-steps-grid,
  .steps-grid,
  .ok-feature-grid {
    grid-template-columns: 1fr;
  }

  .kitchen-menu-image {
    height: 210px;
  }

  .menu-category-nav {
    top: 82px;
    margin-inline: -2px;
    border-radius: 24px;
  }

  .ok-cta-band,
  .cta-band.kitchen-cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-line-item {
    grid-template-columns: 1fr;
  }

  .cart-line-controls {
    align-items: stretch;
    justify-content: space-between;
  }

  .ok-footer {
    margin-bottom: 92px;
    padding: 24px;
  }
}

/* Compatibility layer for existing Olu’s Kitchen route markup */
.kitchen-hero {
  position: relative;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 92px) 0 44px;
}

.kitchen-hero .section-inner,
.kitchen-hero .hero-grid {
  width: 100%;
  padding: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.kitchen-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--ok-ink);
  font-size: clamp(3rem, 8vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.095em;
}

.kitchen-hero-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  min-height: 520px;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(16, 11, 8, 0.08), rgba(16, 11, 8, 0.78)),
    radial-gradient(circle at 30% 15%, rgba(247, 185, 85, 0.22), transparent 32%),
    linear-gradient(135deg, #2a130e, #0f0907);
  border-radius: 46px;
  box-shadow: 0 36px 90px rgba(36, 17, 9, 0.3);
}

.kitchen-hero-card::before {
  content: "🍛";
  position: absolute;
  right: -12px;
  bottom: -8px;
  font-size: clamp(12rem, 22vw, 19rem);
  line-height: 1;
  filter: saturate(1.12);
  transform: rotate(-8deg);
}

.kitchen-hero-card > * {
  position: relative;
  z-index: 1;
}

.kitchen-badge {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: auto;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  font-size: 1.6rem;
  backdrop-filter: blur(12px);
}

.kitchen-hero-card .card-label {
  width: max-content;
  margin-top: auto;
  padding: 9px 13px;
  color: #fff9ed;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.kitchen-hero-card h2 {
  max-width: 390px;
  margin: 18px 0 0;
  color: #fff8ee;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.kitchen-hero-card p:not(.card-label) {
  max-width: 360px;
  color: rgba(255, 248, 238, 0.78);
  font-size: 1.02rem;
  line-height: 1.65;
}

.page-hero.kitchen-page-hero .section-inner.narrow {
  max-width: 980px;
  margin-inline: auto;
}

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

.value-list.kitchen-value-list {
  display: grid;
  gap: 14px;
}

.value-list.kitchen-value-list div {
  padding: 20px;
}

.value-list.kitchen-value-list span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: #fff;
  background: var(--ok-red);
  border-radius: 14px;
  font-weight: 950;
}

.value-list.kitchen-value-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ok-ink);
  font-size: 1.08rem;
}

.value-list.kitchen-value-list p {
  margin: 0;
  color: var(--ok-muted);
}

@media (max-width: 1100px) {
  .featured-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .kitchen-hero-card {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .kitchen-hero h1 {
    font-size: clamp(3.1rem, 16vw, 5rem);
  }

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

.kitchen-menu-image-placeholder {
  display: grid;
  place-items: center;
}

.kitchen-menu-image-placeholder span {
  font-size: 4.6rem;
  filter: drop-shadow(0 18px 24px rgba(97, 48, 24, 0.14));
}

.kitchen-menu-card:not(:has(.kitchen-menu-image))::before {
  display: none;
}

/* UX layer: quantity controls, item modal, checkout progress */
.ok-menu-actions {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.ok-detail-button {
  min-width: 94px;
}

.ok-card-cart-control {
  display: grid;
  grid-template-columns: 46px minmax(34px, 1fr) 46px;
  align-items: center;
  min-height: 48px;
  overflow: hidden;
  background: var(--ok-ink);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(22, 13, 9, 0.18);
}

.ok-card-cart-control button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 48px;
  color: #fff8ee;
  background: transparent;
  border: 0;
  font-size: 1.2rem;
  font-weight: 950;
  cursor: pointer;
}

.ok-card-cart-control button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.ok-card-cart-control span {
  display: grid;
  place-items: center;
  color: #fff8ee;
  font-weight: 950;
}

.ok-card-cart-control:not(.has-quantity) [data-cart-decrease] {
  opacity: 0.38;
  pointer-events: none;
}

.ok-card-cart-control.has-quantity {
  background: linear-gradient(135deg, var(--ok-red), var(--ok-orange));
}

.ok-cart-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ok-cart-stepper button:not(.cart-remove) {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--ok-ink);
  border: 0;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 950;
  cursor: pointer;
}

.ok-cart-stepper strong {
  display: grid;
  place-items: center;
  min-width: 34px;
  color: var(--ok-ink);
  font-weight: 950;
}

.ok-item-modal[hidden] {
  display: none;
}

.ok-item-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: 18px;
}

.ok-item-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 11, 8, 0.68);
  backdrop-filter: blur(14px);
}

.ok-item-modal-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1fr);
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  background: var(--ok-surface-2);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 36px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.42);
}

.ok-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ok-ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(97, 48, 24, 0.12);
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 900;
  cursor: pointer;
}

.ok-item-modal-image {
  display: grid;
  place-items: center;
  min-height: 420px;
  background:
    radial-gradient(circle at 50% 35%, rgba(247, 185, 85, 0.34), transparent 42%),
    linear-gradient(135deg, #fff0d7, #ffdfa5);
}

.ok-item-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ok-item-modal-image span {
  font-size: clamp(6rem, 18vw, 12rem);
  filter: drop-shadow(0 18px 24px rgba(97, 48, 24, 0.16));
}

.ok-item-modal-body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 5vw, 54px);
}

.ok-item-modal-body h2 {
  margin: 0;
  color: var(--ok-ink);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.ok-item-modal-body p:not(.eyebrow) {
  margin: 0;
  color: var(--ok-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.ok-modal-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(97, 48, 24, 0.12);
  border-bottom: 1px solid rgba(97, 48, 24, 0.12);
}

.ok-modal-price-row strong {
  color: var(--ok-red);
  font-size: 1.5rem;
  font-weight: 950;
}

.ok-modal-price-row span {
  color: var(--ok-muted);
  font-size: 0.86rem;
  font-weight: 850;
  text-align: right;
}

body.ok-modal-open {
  overflow: hidden;
}

.ok-checkout-progress-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.ok-checkout-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid rgba(97, 48, 24, 0.1);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(60, 25, 7, 0.08);
  backdrop-filter: blur(18px);
}

.ok-checkout-progress span {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 0 10px;
  color: var(--ok-muted);
  background: #fff;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.ok-checkout-progress .is-complete {
  color: var(--ok-green);
  background: rgba(15, 107, 69, 0.1);
}

.ok-checkout-progress .is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--ok-red), var(--ok-orange));
}

.ok-empty-state {
  display: grid;
  justify-items: start;
  gap: 12px;
  min-height: 360px;
  align-content: center;
  background:
    radial-gradient(circle at 88% 12%, rgba(247, 185, 85, 0.22), transparent 32%),
    rgba(255, 255, 255, 0.88);
}

.ok-empty-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 4px;
  background: #fff2dd;
  border-radius: 28px;
  font-size: 2.3rem;
}

.ok-empty-state h2 {
  max-width: 660px;
  margin: 0;
  color: var(--ok-ink);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.ok-empty-state p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: var(--ok-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .ok-menu-actions {
    grid-template-columns: 1fr;
  }

  .ok-detail-button {
    width: 100%;
  }

  .ok-item-modal-card {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .ok-item-modal-image {
    min-height: 240px;
  }

  .ok-checkout-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 24px;
  }
}

/* Layout correction pass: responsive scale, header, menu UX */
html {
  scroll-padding-top: 132px;
}

body.ok-premium {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ok-app-header {
  top: 12px;
  min-height: 74px;
}

.ok-nav-toggle,
.nav-toggle.ok-nav-toggle {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  padding: 0;
  background: #fffdf8;
  border: 1px solid rgba(97, 48, 24, 0.14);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(60, 25, 7, 0.08);
}

.ok-nav-toggle span,
.nav-toggle.ok-nav-toggle span {
  position: absolute;
  left: 15px;
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ok-ink);
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.ok-nav-toggle span:nth-child(1) { transform: translateY(-7px); }
.ok-nav-toggle span:nth-child(2) { transform: translateY(0); }
.ok-nav-toggle span:nth-child(3) { transform: translateY(7px); }

.ok-nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.ok-nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ok-nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }

.kitchen-hero {
  padding-top: clamp(34px, 5vw, 64px);
  padding-bottom: clamp(34px, 5vw, 62px);
}

.kitchen-hero h1,
.ok-hero h1,
.ok-page-hero h1,
.page-hero h1 {
  max-width: 760px;
  font-size: clamp(3.3rem, 7.1vw, 6.25rem);
  line-height: 0.9;
  letter-spacing: -0.085em;
}

.hero-grid,
.ok-hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.72fr);
  gap: clamp(22px, 4.2vw, 50px);
}

.kitchen-hero-card,
.ok-hero-card {
  min-height: clamp(390px, 48vw, 475px);
  border-radius: 38px;
}

.kitchen-hero-card::before,
.ok-hero-card::before {
  right: -36px;
  bottom: -20px;
  font-size: clamp(9rem, 16vw, 15rem);
  opacity: 0.96;
}

.kitchen-hero-card h2,
.ok-hero-card h2 {
  max-width: 430px;
  font-size: clamp(2.05rem, 4.2vw, 3.55rem);
  line-height: 0.96;
}

.hero-copy,
.ok-hero-copy,
.ok-page-hero p,
.page-hero.kitchen-page-hero p {
  max-width: 630px;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.62;
}

.page-hero.kitchen-page-hero {
  padding-top: clamp(62px, 8vw, 96px);
  padding-bottom: clamp(24px, 4vw, 48px);
}

.page-hero.kitchen-page-hero .section-inner.narrow {
  max-width: 880px;
}

.menu-category-nav-wrap {
  padding-top: 4px;
  padding-bottom: 140px;
}

.menu-category-nav {
  top: 102px;
  flex-wrap: nowrap !important;
  align-items: center;
  min-height: 58px;
  margin-bottom: 22px;
  padding: 7px;
  border-radius: 999px;
}

.menu-category-nav a {
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.84rem;
}

.menu-category-section {
  scroll-margin-top: 178px;
  padding-top: 18px;
  padding-bottom: 32px;
}

.menu-category-section .section-heading.compact {
  margin-bottom: 18px;
}

.ok-menu-actions {
  grid-template-columns: minmax(96px, 0.7fr) minmax(150px, 1fr);
  gap: 10px;
}

.ok-card-cart-control {
  min-height: 46px;
  grid-template-columns: 42px minmax(30px, 1fr) 42px;
}

.ok-card-cart-control button {
  width: 42px;
  height: 46px;
}

.kitchen-menu-card {
  padding-bottom: 16px;
}

.kitchen-menu-grid {
  align-items: stretch;
}

.ok-mobile-cart-bar {
  max-width: 520px;
  margin: 0 auto;
  min-height: 58px;
  padding: 10px 13px;
}

.cart-line-item,
.checkout-summary-card,
.cart-summary-panel,
.cart-items-panel,
.empty-cart-panel {
  scroll-margin-bottom: 110px;
}

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

  .ok-nav-toggle,
  .nav-toggle.ok-nav-toggle {
    display: inline-flex;
  }

  .ok-nav {
    max-height: calc(100vh - 116px);
    overflow: auto;
  }

  .hero-grid,
  .ok-hero-grid {
    grid-template-columns: 1fr;
  }

  .kitchen-hero-card,
  .ok-hero-card {
    min-height: 360px;
  }
}

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

  body.ok-premium {
    padding-bottom: 94px;
  }

  .ok-app-header {
    top: 8px;
    width: calc(100% - 20px);
    min-height: 66px;
    padding: 7px;
    border-radius: 24px;
  }

  .ok-brand {
    gap: 10px;
  }

  .ok-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .ok-brand strong {
    max-width: 160px;
    overflow: hidden;
    font-size: 0.92rem;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ok-brand small {
    font-size: 0.6rem;
  }

  .ok-nav-toggle,
  .nav-toggle.ok-nav-toggle {
    width: 48px;
    height: 48px;
  }

  .ok-nav-toggle span,
  .nav-toggle.ok-nav-toggle span {
    left: 14px;
    width: 20px;
  }

  .kitchen-hero {
    width: calc(100% - 20px);
    padding-top: 22px;
    padding-bottom: 26px;
  }

  .kitchen-hero .section-inner,
  .kitchen-hero .hero-grid {
    width: 100%;
  }

  .kitchen-hero h1,
  .ok-hero h1,
  .ok-page-hero h1,
  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 13vw, 3.95rem);
    line-height: 0.92;
    letter-spacing: -0.078em;
  }

  .hero-copy,
  .ok-hero-copy,
  .ok-page-hero p,
  .page-hero.kitchen-page-hero p {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions,
  .ok-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-actions .btn,
  .ok-actions .btn {
    min-height: 50px;
    padding-inline: 12px;
    font-size: 0.9rem;
  }

  .kitchen-trust-row,
  .ok-trust-row {
    display: none;
  }

  .kitchen-hero-card,
  .ok-hero-card {
    min-height: 265px;
    padding: 20px;
    border-radius: 30px;
  }

  .kitchen-hero-card::before,
  .ok-hero-card::before {
    right: -28px;
    bottom: -26px;
    font-size: 9.5rem;
  }

  .kitchen-badge,
  .kitchen-hero-card .card-label {
    display: none;
  }

  .kitchen-hero-card h2,
  .ok-hero-card h2 {
    max-width: 260px;
    font-size: clamp(2rem, 11vw, 2.9rem);
    line-height: 0.96;
  }

  .kitchen-hero-card p:not(.card-label) {
    max-width: 230px;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .page-hero.kitchen-page-hero {
    padding-top: 52px;
    padding-bottom: 22px;
  }

  .page-hero.kitchen-page-hero .section-inner.narrow {
    width: calc(100% - 20px);
  }

  .menu-category-nav-wrap {
    width: calc(100% - 20px);
    padding-bottom: 128px;
  }

  .menu-category-nav {
    top: 84px;
    min-height: 50px;
    margin-bottom: 12px;
    margin-inline: 0;
    padding: 6px;
    border-radius: 22px;
  }

  .menu-category-nav a {
    min-height: 38px;
    padding: 0 13px;
    font-size: 0.78rem;
  }

  .menu-category-section {
    scroll-margin-top: 142px;
    padding-top: 12px;
    padding-bottom: 28px;
  }

  .menu-category-section .section-heading.compact {
    margin-bottom: 12px;
  }

  .menu-category-section .section-heading.compact h2 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .kitchen-menu-card {
    border-radius: 26px;
    padding: 12px;
  }

  .kitchen-menu-image {
    height: 170px;
    border-radius: 20px;
  }

  .kitchen-menu-card h3 {
    font-size: 1.2rem;
  }

  .kitchen-menu-card p {
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .ok-menu-actions {
    grid-template-columns: 0.72fr 1fr;
    gap: 8px;
  }

  .ok-menu-actions .btn,
  .menu-card-actions .btn {
    min-height: 44px;
    font-size: 0.86rem;
  }

  .ok-card-cart-control {
    min-height: 44px;
    grid-template-columns: 40px minmax(28px, 1fr) 40px;
  }

  .ok-card-cart-control button {
    width: 40px;
    height: 44px;
  }

  .ok-mobile-cart-bar {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 56px;
    border-radius: 19px;
  }

  .ok-mobile-cart-bar small {
    display: none;
  }

  .cart-announcement {
    right: 10px;
    bottom: 78px;
    left: 10px;
    max-width: none;
  }

  .cart-layout,
  .checkout-layout {
    padding-bottom: 24px;
  }
}

@media (max-width: 390px) {
  .ok-brand strong {
    max-width: 135px;
  }

  .hero-actions,
  .ok-actions {
    grid-template-columns: 1fr;
  }

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