:root {
  --ink: #101010;
  --muted: #6f6a61;
  --blue: #a72a21;
  --blue-dark: #7f201a;
  --cream: #fff7e9;
  --soft: #f4ead8;
  --line: #dfcaa8;
  --surface: #ffffff;
  --gold: #c38a34;
  --shadow: 0 24px 70px rgba(32, 24, 14, 0.13);
}

/* Premium black-gold direction inspired by the physical storefront. */
:root {
  --ink: #15110c;
  --muted: #766b5b;
  --blue: #b92f24;
  --blue-dark: #851d17;
  --cream: #f8efe0;
  --soft: #efe0c7;
  --line: #d7b56d;
  --surface: #fffaf1;
  --gold: #d8a83c;
  --deep: #17110b;
  --deep-2: #26180f;
  --shadow: 0 28px 80px rgba(27, 16, 8, 0.22);
}

body {
  background:
    linear-gradient(180deg, rgba(248, 239, 224, 0.92), rgba(255, 250, 241, 0.96)),
    radial-gradient(circle at 18% 0%, rgba(216, 168, 60, 0.2), transparent 34%);
}

.notice {
  background: var(--deep);
  color: #f7d37d;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-header {
  min-height: 78px;
  background: rgba(20, 15, 10, 0.92);
  border-bottom-color: rgba(216, 168, 60, 0.32);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.main-nav a,
.brand,
.nav-icon,
.cart-toggle {
  color: #fff8e7;
}

.main-nav a:hover,
.brand strong {
  color: #f0c961;
}

.nav-icon,
.cart-toggle {
  border-color: rgba(216, 168, 60, 0.36);
  background: rgba(255, 255, 255, 0.06);
}

.brand {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.brand strong {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.cart-toggle span {
  background: var(--gold);
  color: var(--deep);
}

.hero {
  position: relative;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 58px);
  min-height: calc(100vh - 116px);
  padding-top: clamp(36px, 5vw, 82px);
  background:
    linear-gradient(135deg, rgba(23, 17, 11, 0.98) 0%, rgba(41, 26, 16, 0.96) 47%, rgba(248, 239, 224, 0) 47%),
    linear-gradient(180deg, #f8efe0, #fff8ed);
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(16px, 5vw, 74px);
  right: clamp(16px, 5vw, 74px);
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 168, 60, 0.7), transparent);
}

.hero-copy {
  color: #fff8e7;
}

.hero .eyebrow,
.hero .text-link {
  color: #f0c961;
}

.signboard-title {
  display: grid;
  gap: 10px;
  max-width: 640px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(216, 168, 60, 0.52);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0)),
    #0e0b08;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 24px 50px rgba(0, 0, 0, 0.32);
}

.signboard-title span {
  color: #f5d16d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.signboard-title h1 {
  max-width: none;
  color: #f0bd3d;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(48px, 7.4vw, 108px);
  font-weight: 900;
  line-height: 0.86;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.42);
}

.signboard-title strong {
  color: #f0bd3d;
  font-size: clamp(26px, 3.4vw, 44px);
  letter-spacing: 0.08em;
}

.hero-text {
  color: rgba(255, 248, 231, 0.76);
}

.primary-link,
.add-button,
.checkout-button {
  border-color: #f0bd3d;
  background: linear-gradient(180deg, #f2ca61, #c68b25);
  color: #1a1009;
  box-shadow: 0 12px 24px rgba(75, 43, 10, 0.2);
}

.primary-link:hover,
.add-button:hover,
.checkout-button:hover {
  background: linear-gradient(180deg, #ffe088, #b9791f);
  color: #120c07;
}

.hero-media {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(216, 168, 60, 0.4);
  border-radius: 18px;
  background: #16110c;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.hero-media img {
  min-height: 620px;
  filter: saturate(1.05) contrast(1.05);
}

.hero-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  width: min(300px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid rgba(216, 168, 60, 0.45);
  border-radius: 8px;
  background: rgba(18, 13, 9, 0.88);
  color: #fff8e7;
  backdrop-filter: blur(14px);
}

.hero-card span {
  color: #f0c961;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-card strong {
  font-size: 18px;
}

.hero-card small {
  color: rgba(255, 248, 231, 0.7);
}

.feature-strip {
  margin-top: 26px;
  border-color: rgba(216, 168, 60, 0.5);
  box-shadow: 0 18px 46px rgba(46, 25, 9, 0.09);
}

.feature-strip > div,
.filters,
.product-card,
.faq-list details,
.outlet-card {
  box-shadow: 0 16px 40px rgba(42, 25, 10, 0.08);
}

.shop-section {
  padding-top: 22px;
}

.shop-layout {
  grid-template-columns: 300px minmax(0, 1fr);
}

.menu-board {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 168, 60, 0.55);
  background: var(--deep);
  color: #fff8e7;
  box-shadow:
    0 24px 60px rgba(35, 19, 7, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.menu-board .filter-head {
  margin: 0;
  padding: 20px 20px 16px;
  background: linear-gradient(180deg, rgba(216, 168, 60, 0.18), rgba(216, 168, 60, 0));
  border-bottom: 1px solid rgba(216, 168, 60, 0.28);
}

.menu-board .filter-head h3 {
  color: #f0c961;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-board .filter-head span,
.menu-board .range-label,
.menu-board .sort-row {
  color: rgba(255, 248, 231, 0.7);
}

.menu-board .category-group,
.menu-board .range-label,
.menu-board .price-range,
.menu-board .sort-row {
  margin-left: 18px;
  margin-right: 18px;
}

.menu-board .category-group {
  margin-top: 18px;
}

.menu-board .category-button {
  min-height: 48px;
  border-radius: 8px;
  border-color: rgba(216, 168, 60, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 248, 231, 0.82);
}

.menu-board .category-button.active {
  border-color: #f0c961;
  background: linear-gradient(180deg, #f0c961, #b9791f);
  color: #1a1009;
}

.menu-board select {
  background: #fff8e7;
}

.product-grid {
  gap: 26px;
}

.product-card {
  position: relative;
  border: 1px solid rgba(216, 168, 60, 0.38);
  background:
    linear-gradient(180deg, #fffaf1 0%, #fff4df 100%);
  box-shadow:
    0 18px 38px rgba(42, 25, 10, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 26px 54px rgba(42, 25, 10, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.product-media {
  margin: 12px 12px 0;
  border: 1px solid rgba(216, 168, 60, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 35%, #fff7df 0, #edd5a4 58%, #d5b16e 100%);
}

.product-media img {
  object-fit: contain;
  padding: 12px;
}

.tag {
  background: rgba(20, 15, 10, 0.92);
  color: #f0c961;
}

.product-body {
  padding: 18px;
}

.product-card h3 {
  font-size: 18px;
}

.price {
  color: var(--blue-dark);
}

.add-button {
  border-radius: 8px;
  min-height: 48px;
}

.signature {
  background:
    linear-gradient(110deg, #17110b 0%, #26180f 48%, #f4ead8 48%);
  color: #fff8e7;
}

.signature .eyebrow {
  color: #f0c961;
}

.signature p:not(.eyebrow) {
  color: rgba(255, 248, 231, 0.72);
}

.signature img {
  border: 1px solid rgba(216, 168, 60, 0.45);
  background: radial-gradient(circle, #fff5d8, #d6ae5e);
  box-shadow: var(--shadow);
}

.outlet-section {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.92fr) minmax(280px, 0.52fr);
  background:
    linear-gradient(180deg, #fff8ed, #f3e3c7);
}

.storefront-frame {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(216, 168, 60, 0.5);
  border-radius: 8px;
  background: var(--deep);
  box-shadow: var(--shadow);
}

.storefront-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  object-fit: cover;
}

.storefront-frame figcaption {
  padding: 10px 4px 0;
  color: rgba(255, 248, 231, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, var(--deep), var(--deep-2) 58%, #f8efe0 58%);
  }

  .shop-layout,
  .outlet-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .signboard-title h1 {
    font-size: 44px;
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .menu-board .category-group {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.notice {
  display: grid;
  place-items: center;
  min-height: 38px;
  padding: 8px 16px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 14px clamp(16px, 4vw, 58px);
  background: rgba(255, 250, 240, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-nav.right {
  justify-content: flex-end;
  padding-right: 62px;
}

.main-nav a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand {
  display: grid;
  place-items: center;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  line-height: 0.9;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.brand strong {
  color: var(--blue);
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-icon,
.cart-toggle {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
}

.nav-icon {
  display: none;
}

.cart-toggle {
  position: absolute;
  right: clamp(16px, 4vw, 58px);
}

.cart-toggle span {
  position: absolute;
  right: -6px;
  top: -7px;
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 124px);
  padding: clamp(28px, 5vw, 76px) clamp(16px, 5vw, 74px) 42px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

h1 {
  max-width: 12ch;
  font-size: clamp(54px, 6.7vw, 98px);
  font-weight: 700;
  line-height: 0.9;
}

h2 {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.94;
}

.hero-text {
  max-width: 560px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

.primary-link,
.text-link,
.add-button,
.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.primary-link,
.add-button,
.checkout-button {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
}

.primary-link {
  padding: 0 24px;
}

.text-link {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.primary-link:hover,
.add-button:hover,
.checkout-button:hover {
  background: var(--blue-dark);
}

.hero-media {
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(16px, 5vw, 74px) clamp(44px, 5vw, 70px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.feature-strip > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 4px 12px;
  align-items: center;
  min-height: 96px;
  padding: 18px;
  background: var(--surface);
}

.feature-strip svg {
  grid-row: span 2;
  width: 25px;
  color: var(--blue);
}

.feature-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-strip strong {
  font-size: 15px;
}

.shop-section {
  padding: 0 clamp(16px, 5vw, 74px) 70px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.search-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(320px, 36vw);
  min-width: 210px;
  height: 46px;
  padding: 0 15px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.search-wrap svg {
  width: 18px;
  color: var(--muted);
}

.search-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.shop-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(18px, 2.5vw, 34px);
  align-items: start;
}

.filters {
  position: sticky;
  top: 112px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.filter-head h3 {
  font-size: 20px;
}

.filter-head span,
.product-meta,
.cart-summary > div {
  color: var(--muted);
  font-size: 13px;
}

.category-group {
  display: grid;
  gap: 8px;
  margin: 20px 0;
}

.category-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  text-align: left;
}

.category-button.active {
  border-color: var(--blue);
  background: #f0f2ff;
  color: var(--blue);
  font-weight: 900;
}

.range-label,
.sort-row {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.range-label {
  grid-template-columns: 1fr auto;
}

.range-label strong {
  color: var(--ink);
}

.price-range {
  width: 100%;
  accent-color: var(--blue);
}

.sort-row select,
.checkout-modal input,
.checkout-modal select,
.checkout-modal textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
}

.sort-row select {
  height: 44px;
  padding: 0 10px;
}

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

.product-card {
  overflow: hidden;
  min-width: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--soft);
}

.product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.04);
}

.tag {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.product-title-row,
.cart-line-top,
.quantity-row,
.cart-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.product-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.price {
  color: var(--blue);
  font-weight: 900;
  white-space: nowrap;
}

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

.stars {
  color: var(--gold);
  font-weight: 900;
}

.add-button {
  width: 100%;
  min-height: 44px;
  border-radius: 8px;
}

.signature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: 70px clamp(16px, 5vw, 74px);
  background: var(--soft);
}

.signature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: contain;
  background: #fff0d1;
}

.signature p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.faq-section {
  padding: 70px clamp(16px, 5vw, 74px);
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.section-head.compact {
  margin-bottom: 18px;
}

.faq-list {
  display: grid;
  gap: 8px;
  max-width: 920px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--blue);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 18px 18px;
  color: var(--muted);
  line-height: 1.7;
}

.outlet-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: 70px clamp(16px, 5vw, 74px);
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.outlet-section p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.outlet-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.outlet-card strong {
  font-size: 18px;
}

.outlet-card a:not(.primary-link) {
  color: var(--muted);
  line-height: 1.7;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  text-decoration: none;
}

.social-links svg {
  width: 18px;
}

.cart-panel {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 50;
  display: flex;
  flex-direction: column;
  width: min(410px, 92vw);
  min-height: 100vh;
  padding: 22px;
  background: var(--cream);
  box-shadow: var(--shadow);
  transform: translateX(105%);
  transition: transform 220ms ease;
}

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

.cart-head,
.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.cart-head .nav-icon,
.modal-head .nav-icon {
  display: inline-grid;
}

.cart-head h2,
.modal-head h2 {
  font-size: 34px;
}

.cart-items {
  display: grid;
  gap: 12px;
  min-height: 190px;
}

.empty-cart {
  display: grid;
  place-items: center;
  min-height: 190px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.cart-line {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.cart-line h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
}

.quantity-row {
  align-items: center;
}

.qty-controls {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.qty-controls button {
  width: 34px;
  height: 32px;
  border: 0;
  background: var(--soft);
  font-weight: 900;
}

.qty-controls span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 32px;
  background: #fff;
  font-weight: 900;
}

.remove-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.cart-summary {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.cart-summary strong {
  color: var(--ink);
}

.total-row {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 18px;
}

.checkout-button {
  width: 100%;
  margin-top: 6px;
}

.checkout-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(16, 16, 16, 0.5);
}

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

.checkout-modal,
.option-modal {
  width: min(640px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  padding: 22px;
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.option-modal {
  width: min(520px, 100%);
}

.option-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 16px;
  border-radius: 8px;
  object-fit: contain;
  background: var(--soft);
}

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

.form-grid label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.checkout-modal input,
.checkout-modal select,
.option-modal input,
.option-modal select {
  height: 44px;
  padding: 0 12px;
}

.checkout-modal textarea {
  min-height: 94px;
  padding: 12px;
  resize: vertical;
}

.cart-option {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.submit-order {
  margin-top: 18px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  max-width: min(360px, calc(100vw - 36px));
  padding: 13px 16px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

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

@media (max-width: 1180px) {
  .main-nav.right {
    padding-right: 56px;
  }

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .nav-icon {
    display: inline-grid;
  }

  .cart-toggle {
    position: relative;
    right: auto;
    justify-self: end;
  }

  .brand {
    justify-self: center;
  }

  .hero,
  .signature,
  .faq-section,
  .outlet-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media,
  .hero-media img {
    min-height: 390px;
  }

  .feature-strip,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .filters {
    position: static;
  }

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

@media (max-width: 620px) {
  .notice {
    font-size: 11px;
  }

  .site-header {
    min-height: 74px;
    padding: 12px 14px;
  }

  .brand {
    font-size: 27px;
  }

  .brand strong {
    font-size: 10px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  .hero,
  .shop-section,
  .signature,
  .faq-section,
  .outlet-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-strip {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-head {
    display: grid;
    align-items: stretch;
  }

  .search-wrap {
    width: 100%;
    min-width: 0;
  }

  .product-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    align-items: stretch;
  }

  .primary-link {
    width: 100%;
  }
}

/* Final premium overrides: keep this block last. */
body {
  background: linear-gradient(180deg, #17110b 0, #17110b 48px, #f8efe0 48px, #fff8ed 100%);
}

.notice {
  background: #111;
  color: #f7d37d;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-header {
  min-height: 78px;
  background: rgba(20, 15, 10, 0.94);
  border-bottom-color: rgba(216, 168, 60, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.main-nav a,
.brand,
.nav-icon,
.cart-toggle {
  color: #fff8e7;
}

.main-nav a:hover,
.brand strong,
.hero .eyebrow,
.hero .text-link {
  color: #f0c961;
}

.nav-icon,
.cart-toggle {
  border-color: rgba(216, 168, 60, 0.38);
  background: rgba(255, 255, 255, 0.06);
}

.brand {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.brand strong {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.cart-toggle span {
  background: #d8a83c;
  color: #17110b;
}

.hero {
  position: relative;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 58px);
  min-height: calc(100vh - 116px);
  padding-top: clamp(36px, 5vw, 82px);
  background: linear-gradient(135deg, rgba(23, 17, 11, 0.99) 0%, rgba(41, 26, 16, 0.97) 47%, rgba(248, 239, 224, 0) 47%), linear-gradient(180deg, #f8efe0, #fff8ed);
}

.hero-copy {
  color: #fff8e7;
}

.signboard-title {
  display: grid;
  gap: 10px;
  max-width: 640px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(216, 168, 60, 0.56);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0)), #0e0b08;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 24px 50px rgba(0, 0, 0, 0.32);
}

.signboard-title span {
  color: #f5d16d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.signboard-title h1 {
  max-width: none;
  color: #f0bd3d;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(48px, 7.4vw, 108px);
  font-weight: 900;
  line-height: 0.86;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.42);
}

.signboard-title strong {
  color: #f0bd3d;
  font-size: clamp(26px, 3.4vw, 44px);
  letter-spacing: 0.08em;
}

.hero-text {
  color: rgba(255, 248, 231, 0.76);
}

.primary-link,
.add-button,
.checkout-button {
  border-color: #f0bd3d;
  background: linear-gradient(180deg, #f2ca61, #c68b25);
  color: #1a1009;
  box-shadow: 0 12px 24px rgba(75, 43, 10, 0.2);
}

.primary-link:hover,
.add-button:hover,
.checkout-button:hover {
  background: linear-gradient(180deg, #ffe088, #b9791f);
  color: #120c07;
}

.hero-media {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(216, 168, 60, 0.42);
  border-radius: 18px;
  background: #16110c;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.hero-media img {
  min-height: 620px;
  filter: saturate(1.05) contrast(1.05);
}

.hero-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  width: min(300px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid rgba(216, 168, 60, 0.45);
  border-radius: 8px;
  background: rgba(18, 13, 9, 0.88);
  color: #fff8e7;
  backdrop-filter: blur(14px);
}

.hero-card span {
  color: #f0c961;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-card strong {
  font-size: 18px;
}

.hero-card small {
  color: rgba(255, 248, 231, 0.7);
}

.feature-strip {
  margin-top: 26px;
  border-color: rgba(216, 168, 60, 0.5);
  box-shadow: 0 18px 46px rgba(46, 25, 9, 0.09);
}

.shop-section {
  padding-top: 22px;
}

.shop-layout {
  grid-template-columns: 300px minmax(0, 1fr);
}

.menu-board {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 168, 60, 0.55);
  background: #17110b;
  color: #fff8e7;
  box-shadow: 0 24px 60px rgba(35, 19, 7, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.menu-board .filter-head {
  margin: 0;
  padding: 20px 20px 16px;
  background: linear-gradient(180deg, rgba(216, 168, 60, 0.18), rgba(216, 168, 60, 0));
  border-bottom: 1px solid rgba(216, 168, 60, 0.28);
}

.menu-board .filter-head h3 {
  color: #f0c961;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-board .filter-head span,
.menu-board .range-label,
.menu-board .sort-row {
  color: rgba(255, 248, 231, 0.7);
}

.menu-board .category-group,
.menu-board .range-label,
.menu-board .price-range,
.menu-board .sort-row {
  margin-left: 18px;
  margin-right: 18px;
}

.menu-board .category-group {
  margin-top: 18px;
}

.menu-board .category-button {
  min-height: 48px;
  border-radius: 8px;
  border-color: rgba(216, 168, 60, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 248, 231, 0.82);
}

.menu-board .category-button.active {
  border-color: #f0c961;
  background: linear-gradient(180deg, #f0c961, #b9791f);
  color: #1a1009;
}

.product-grid {
  gap: 26px;
}

.product-card {
  position: relative;
  border: 1px solid rgba(216, 168, 60, 0.38);
  background: linear-gradient(180deg, #fffaf1 0%, #fff4df 100%);
  box-shadow: 0 18px 38px rgba(42, 25, 10, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 54px rgba(42, 25, 10, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.product-media {
  margin: 12px 12px 0;
  border: 1px solid rgba(216, 168, 60, 0.28);
  border-radius: 8px;
  background: radial-gradient(circle at 50% 35%, #fff7df 0, #edd5a4 58%, #d5b16e 100%);
}

.product-media img {
  object-fit: contain;
  padding: 12px;
}

.tag {
  background: rgba(20, 15, 10, 0.92);
  color: #f0c961;
}

.product-body {
  padding: 18px;
}

.product-card h3 {
  font-size: 18px;
}

.price {
  color: #851d17;
}

.add-button {
  min-height: 48px;
  border-radius: 8px;
}

.signature {
  background: linear-gradient(110deg, #17110b 0%, #26180f 48%, #f4ead8 48%);
  color: #fff8e7;
}

.signature .eyebrow {
  color: #f0c961;
}

.signature p:not(.eyebrow) {
  color: rgba(255, 248, 231, 0.72);
}

.signature img {
  border: 1px solid rgba(216, 168, 60, 0.45);
  background: radial-gradient(circle, #fff5d8, #d6ae5e);
  box-shadow: 0 28px 80px rgba(27, 16, 8, 0.22);
}

.outlet-section {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.92fr) minmax(280px, 0.52fr);
  background: linear-gradient(180deg, #fff8ed, #f3e3c7);
}

.storefront-frame {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(216, 168, 60, 0.5);
  border-radius: 8px;
  background: #17110b;
  box-shadow: 0 28px 80px rgba(27, 16, 8, 0.22);
}

.storefront-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  object-fit: cover;
}

.storefront-frame figcaption {
  padding: 10px 4px 0;
  color: rgba(255, 248, 231, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, #17110b, #26180f 58%, #f8efe0 58%);
  }

  .shop-layout,
  .outlet-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .signboard-title h1 {
    font-size: 44px;
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .menu-board .category-group {
    grid-template-columns: 1fr;
  }
}

/* Final clean Doublelayer-inspired storefront pass. */
:root {
  --kk-blue: #061a8f;
  --kk-blue-dark: #06116f;
  --kk-ink: #191919;
  --kk-muted: #5d5d68;
  --kk-cream: #fffdf8;
  --kk-soft-blue: #eef4ff;
  --kk-line: #e2e4ee;
  --kk-gold: #d6a53a;
  --kk-shadow: 0 18px 45px rgba(10, 21, 80, 0.12);
}

body {
  background: #ffffff;
  color: var(--kk-ink);
}

.notice {
  min-height: 34px;
  background: var(--kk-blue);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: none;
}

.site-header {
  min-height: 92px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--kk-line);
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.18);
}

.main-nav a,
.brand,
.nav-icon,
.cart-toggle {
  color: var(--kk-blue);
}

.main-nav a:hover,
.brand strong {
  color: var(--kk-blue-dark);
}

.brand {
  font-family: Inter, system-ui, sans-serif;
  color: var(--kk-blue);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand strong {
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.nav-icon,
.cart-toggle {
  border-color: transparent;
  background: #fff;
  box-shadow: none;
}

.cart-toggle span {
  background: var(--kk-blue);
  color: #fff;
}

.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: auto;
  padding: 52px clamp(20px, 6vw, 110px) 46px;
  background: #fff;
}

.hero::after {
  display: none;
}

.hero-copy {
  color: var(--kk-ink);
  align-self: center;
}

.eyebrow,
.hero .eyebrow,
.hero .text-link {
  color: var(--kk-blue);
}

.hero h1 {
  max-width: 760px;
  color: var(--kk-blue);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(46px, 5.8vw, 84px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero-text {
  color: var(--kk-muted);
  font-size: 18px;
}

.primary-link,
.add-button,
.checkout-button {
  border: 2px solid var(--kk-blue);
  background: #fff;
  color: var(--kk-blue);
  box-shadow: none;
}

.primary-link:hover,
.add-button:hover,
.checkout-button:hover {
  background: var(--kk-blue);
  color: #fff;
}

.text-link {
  color: var(--kk-blue);
}

.hero-media {
  min-height: 460px;
  border: 0;
  border-radius: 28px;
  background: var(--kk-soft-blue);
  box-shadow: var(--kk-shadow);
}

.hero-media img {
  min-height: 460px;
  object-fit: cover;
  filter: none;
}

.hero-card {
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(6, 26, 143, 0.18);
  background: rgba(255, 255, 255, 0.9);
  color: var(--kk-ink);
}

.hero-card span {
  color: var(--kk-blue);
}

.hero-card small {
  color: var(--kk-muted);
}

.feature-strip {
  margin: 0 clamp(20px, 6vw, 110px) 54px;
  border: 1px solid var(--kk-line);
  background: var(--kk-line);
  box-shadow: none;
}

.feature-strip > div {
  background: #fff;
}

.feature-strip svg {
  color: var(--kk-blue);
}

.shop-section {
  padding: 0 clamp(20px, 6vw, 110px) 92px;
  background: #fff;
}

.section-head {
  justify-content: center;
  text-align: center;
}

.section-head h2 {
  color: var(--kk-blue);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(36px, 4.6vw, 62px);
  font-weight: 900;
  line-height: 1;
}

.search-wrap {
  display: none;
}

.shop-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.menu-board,
.filters {
  position: static;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--kk-ink);
  box-shadow: none;
}

.menu-board .filter-head {
  display: none;
}

.menu-board .category-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.menu-board .category-button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--kk-line);
  border-radius: 999px;
  background: #fff;
  color: var(--kk-muted);
  box-shadow: 0 8px 20px rgba(6, 26, 143, 0.06);
}

.menu-board .category-button.active {
  border-color: var(--kk-blue);
  background: var(--kk-blue);
  color: #fff;
}

.menu-board .range-label,
.menu-board .price-range,
.menu-board .sort-row {
  display: none;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 34px);
}

.product-card {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-card:hover {
  transform: none;
  box-shadow: none;
}

.product-media {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(180deg, #eef4ff, #f8fbff);
  box-shadow: var(--kk-shadow);
}

.product-media img {
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
}

.tag {
  left: 14px;
  top: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--kk-blue);
}

.product-body {
  padding: 16px 2px 0;
}

.product-title-row {
  display: grid;
  gap: 4px;
}

.product-card h3 {
  color: var(--kk-blue);
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 900;
  line-height: 1.05;
}

.price {
  color: var(--kk-ink);
  font-size: 19px;
  font-weight: 700;
}

.product-meta {
  display: none;
}

.add-button {
  margin-top: 8px;
  min-height: 42px;
  border-radius: 999px;
}

.signature {
  grid-template-columns: 0.78fr 1fr;
  background: #fff;
  color: var(--kk-ink);
  border-top: 1px solid var(--kk-line);
}

.signature .eyebrow,
.signature h2 {
  color: var(--kk-blue);
}

.signature h2 {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 900;
}

.signature p:not(.eyebrow) {
  color: var(--kk-muted);
}

.signature img {
  border: 0;
  border-radius: 28px;
  background: var(--kk-soft-blue);
  box-shadow: var(--kk-shadow);
}

.faq-section {
  background: #fff;
  border-top: 1px solid var(--kk-line);
}

.faq-list {
  margin: 0 auto;
}

.faq-list details {
  border-color: var(--kk-line);
  box-shadow: none;
}

.outlet-section {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr) minmax(280px, 0.55fr);
  background: #fff;
  border-top: 1px solid var(--kk-line);
}

.outlet-section h2 {
  color: var(--kk-blue);
  font-family: Inter, system-ui, sans-serif;
  font-weight: 900;
}

.storefront-frame {
  border: 0;
  border-radius: 28px;
  background: var(--kk-soft-blue);
  box-shadow: var(--kk-shadow);
}

.storefront-frame img {
  border-radius: 22px;
  object-fit: cover;
}

.storefront-frame figcaption {
  color: var(--kk-muted);
}

.outlet-card {
  border: 1px solid var(--kk-line);
  box-shadow: var(--kk-shadow);
}

.social-links a {
  color: var(--kk-blue);
}

body::after {
  content: "Home   Order   Same Day Pickup / Delivery   Pre-Order   Locations   FAQs\A\A KHUEEN KEE";
  white-space: pre;
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 42px 16px;
  background: var(--kk-blue);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

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

  .outlet-section {
    grid-template-columns: 1fr;
  }
}

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

  .hero {
    padding: 34px 16px;
  }

  .hero-media,
  .hero-media img {
    min-height: 330px;
  }

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

/* User request pass: full-bleed archival hero + KHUEEN KEE red palette. */
:root {
  --kk-red: #b3221b;
  --kk-red-dark: #7e1712;
  --kk-red-soft: #fff1ed;
  --kk-ink: #171412;
  --kk-muted: #625b56;
  --kk-cream: #fffaf4;
  --kk-line: #ead8cf;
  --kk-shadow: 0 22px 60px rgba(126, 23, 18, 0.14);
}

.notice {
  background: var(--kk-red-dark);
  color: #fff7ef;
}

.site-header {
  background: rgba(255, 250, 244, 0.96);
  border-top: 8px solid var(--kk-red);
  border-bottom: 1px solid var(--kk-line);
}

.main-nav a,
.brand,
.nav-icon,
.cart-toggle,
.main-nav a:hover,
.brand strong,
.eyebrow,
.hero .eyebrow,
.hero .text-link,
.section-head h2,
.product-card h3,
.outlet-section h2,
.signature .eyebrow,
.signature h2,
.social-links a {
  color: var(--kk-red);
}

.cart-toggle span,
.menu-board .category-button.active,
body::after {
  background: var(--kk-red);
}

.brand {
  color: var(--kk-red);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: calc(100vh - 126px);
  padding: clamp(28px, 5vw, 76px) clamp(18px, 6vw, 110px);
  background:
    linear-gradient(90deg, rgba(25, 18, 13, 0.72) 0%, rgba(25, 18, 13, 0.5) 38%, rgba(25, 18, 13, 0.08) 70%),
    url('./assets/hero-original.png') center / cover no-repeat;
}

.hero::after {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: min(760px, 92vw);
  padding: clamp(20px, 3vw, 34px) 0;
  color: #fffaf4;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -24px -30px;
  z-index: -1;
  width: min(760px, 92vw);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(23, 16, 12, 0.52), rgba(23, 16, 12, 0));
  filter: blur(0.2px);
}

.hero h1 {
  max-width: 760px;
  color: #fffaf4;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(52px, 8vw, 116px);
  font-weight: 900;
  line-height: 0.92;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.36);
}

.hero .eyebrow {
  color: #ffd9d2;
}

.hero-text {
  max-width: 620px;
  color: rgba(255, 250, 244, 0.86);
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
}

.hero .text-link {
  color: #fffaf4;
}

.hero .primary-link {
  border-color: #fffaf4;
  background: var(--kk-red);
  color: #fffaf4;
}

.hero .primary-link:hover {
  background: var(--kk-red-dark);
}

.hero-media {
  display: none;
}

.signature {
  display: none;
}

.primary-link,
.add-button,
.checkout-button {
  border-color: var(--kk-red);
  color: var(--kk-red);
}

.primary-link:hover,
.add-button:hover,
.checkout-button:hover {
  background: var(--kk-red);
  color: #fffaf4;
}

.feature-strip svg,
.faq-list summary::after,
.price {
  color: var(--kk-red);
}

.product-media {
  background: linear-gradient(180deg, #fff6f2, #fffaf6);
  box-shadow: var(--kk-shadow);
}

.product-card h3 {
  color: var(--kk-red);
}

.tag {
  color: var(--kk-red);
}

.storefront-frame {
  background: var(--kk-red-soft);
  box-shadow: var(--kk-shadow);
}

.outlet-card {
  box-shadow: var(--kk-shadow);
}

@media (max-width: 760px) {
  .hero {
    min-height: 760px;
    background-position: 58% center;
  }

  .hero-copy::before {
    inset: -18px -18px;
  }

  .hero h1 {
    font-size: 50px;
  }
}

/* Refinement pass: motion, 3D media depth, 4:3 image fill, fixed WhatsApp. */
html,
body {
  overflow-x: hidden;
}

body::after {
  display: none;
  content: none;
}

.notice {
  display: block;
  height: 42px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  box-shadow: inset 0 -1px 0 rgba(255, 250, 244, 0.14);
}

.notice-track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  animation: noticeMarqueeLeft 18s linear infinite;
  will-change: transform;
}

.notice-track span {
  flex: 0 0 auto;
  padding-right: 48px;
  color: #fff7ef;
  font-size: clamp(13px, 2.8vw, 18px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

@keyframes noticeMarqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

.site-header {
  box-shadow: 0 16px 38px rgba(72, 27, 18, 0.12);
}

.nav-icon,
.cart-toggle,
.primary-link,
.add-button,
.checkout-button,
.category-button {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.nav-icon:hover,
.cart-toggle:hover,
.primary-link:hover,
.add-button:hover,
.checkout-button:hover,
.category-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(126, 23, 18, 0.16);
}

.hero-copy {
  animation: heroRise 760ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero .primary-link {
  box-shadow:
    0 18px 36px rgba(126, 23, 18, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.feature-strip > div,
.menu-board,
.product-card,
.faq-list details,
.outlet-card {
  transform-style: preserve-3d;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.feature-strip > div:hover,
.menu-board:hover,
.faq-list details:hover,
.outlet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(126, 23, 18, 0.14);
}

.product-card {
  animation: cardRise 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  perspective: 1000px;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(126, 23, 18, 0.18);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(179, 34, 27, 0.1);
  background: #fff4ef;
  transform: translateZ(0);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease;
}

.product-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--product-image);
  background-position: center;
  background-size: cover;
  filter: blur(22px) saturate(1.18);
  opacity: 0.42;
  transform: scale(1.16);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.42), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(179, 34, 27, 0.08));
  pointer-events: none;
}

.product-card:hover .product-media {
  transform: rotateX(2.2deg) rotateY(-1.5deg) translateY(-4px);
  box-shadow: 0 26px 52px rgba(126, 23, 18, 0.18);
}

.product-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: clamp(8px, 2vw, 18px);
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(60, 24, 12, 0.18));
  transition: transform 260ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.035) translateY(-2px);
}

.product-media .tag {
  z-index: 2;
  box-shadow: 0 14px 26px rgba(126, 23, 18, 0.14);
}

.modal-backdrop:not([hidden]) {
  animation: backdropFade 180ms ease both;
}

.option-modal,
.checkout-modal,
.cart-panel {
  transform-style: preserve-3d;
}

.option-modal {
  animation: modalLift 260ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  box-shadow:
    0 34px 90px rgba(33, 19, 12, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.option-image-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 22px;
  background: #fff4e6;
  box-shadow:
    inset 0 0 0 1px rgba(179, 34, 27, 0.08),
    0 18px 44px rgba(126, 23, 18, 0.12);
}

.option-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--option-image);
  background-position: center;
  background-size: cover;
  filter: blur(24px) saturate(1.18);
  opacity: 0.45;
  transform: scale(1.16);
}

.option-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(179, 34, 27, 0.08));
  pointer-events: none;
}

.option-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: clamp(8px, 2vw, 18px);
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(60, 24, 12, 0.16));
}

.option-image-wrap.multi-image {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  aspect-ratio: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.option-image-wrap.multi-image::before,
.option-image-wrap.multi-image::after {
  display: none;
}

.option-gallery-item {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
}

.option-image-wrap.multi-image .option-image {
  min-width: 0;
  aspect-ratio: 4 / 3;
  padding: 0;
  object-fit: cover;
  filter: none;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(126, 23, 18, 0.12);
}

.option-gallery-item figcaption {
  color: var(--kk-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.storefront-frame {
  position: relative;
  isolation: isolate;
  overflow: visible;
  animation: storefrontFloat 5.6s ease-in-out infinite;
  background: transparent;
  box-shadow: none;
}

.storefront-frame::before {
  content: "";
  position: absolute;
  inset: 5% -4% -8% 4%;
  z-index: -1;
  border-radius: 32px;
  background:
    radial-gradient(circle at 30% 10%, rgba(255, 224, 153, 0.45), transparent 34%),
    linear-gradient(135deg, rgba(179, 34, 27, 0.14), rgba(255, 250, 244, 0.94));
  box-shadow: 0 30px 70px rgba(126, 23, 18, 0.18);
  transform: rotate(-1.2deg);
}

.storefront-frame img {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  border: 10px solid #fffaf4;
  box-shadow:
    0 26px 58px rgba(65, 27, 16, 0.2),
    0 0 0 1px rgba(179, 34, 27, 0.1);
}

.storefront-frame figcaption {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: calc(100% - 48px);
  margin: -28px 24px 0;
  padding: 14px 18px;
  border: 1px solid rgba(179, 34, 27, 0.12);
  border-radius: 18px;
  background: rgba(255, 250, 244, 0.94);
  box-shadow: 0 18px 34px rgba(126, 23, 18, 0.14);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1300;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 58px;
  padding: 0 18px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow:
    0 18px 42px rgba(37, 211, 102, 0.34),
    0 8px 22px rgba(29, 79, 43, 0.18);
  animation: whatsappPulse 2.6s ease-in-out infinite;
}

.whatsapp-float svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.6;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 22px 52px rgba(37, 211, 102, 0.42),
    0 10px 26px rgba(29, 79, 43, 0.22);
}

.site-footer {
  display: grid;
  place-items: center;
  gap: 38px;
  min-height: 270px;
  padding: 64px clamp(22px, 5vw, 90px) 74px;
  background: var(--kk-red);
  color: #fffaf4;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 34px;
  max-width: 980px;
}

.footer-nav a {
  color: #fffaf4;
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.footer-brand {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #fffaf4;
  text-decoration: none;
}

.footer-brand span {
  font-size: clamp(34px, 6vw, 58px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.footer-brand strong {
  font-size: clamp(16px, 2.6vw, 22px);
  letter-spacing: 0.18em;
}

.brand sup,
.footer-brand sup,
.outlet-card sup {
  position: relative;
  top: -0.48em;
  margin-left: 0.08em;
  font-size: 0.34em;
  line-height: 0;
  letter-spacing: 0;
}

.outlet-card sup {
  font-size: 0.48em;
}

.delivery-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.delivery-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(179, 34, 27, 0.14);
  border-radius: 999px;
  background: #fffaf4;
  color: var(--kk-red);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(126, 23, 18, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.delivery-link svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.7;
}

.delivery-link.grab {
  border-color: rgba(0, 177, 79, 0.18);
  color: #07883f;
}

.delivery-link.shopee {
  border-color: rgba(238, 77, 45, 0.18);
  color: #ee4d2d;
}

.delivery-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(126, 23, 18, 0.14);
}

.delivery-link.grab:hover {
  background: #00b14f;
  color: #fff;
}

.delivery-link.shopee:hover {
  background: #ee4d2d;
  color: #fff;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes backdropFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalLift {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes storefrontFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(0.3deg);
  }
}

@keyframes whatsappPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.035);
  }
}

@media (max-width: 760px) {
  .notice {
    height: 36px;
  }

  .notice-track span {
    padding-right: 34px;
    font-size: 14px;
  }

  .product-media,
  .option-image-wrap,
  .storefront-frame img {
    border-radius: 18px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 58px;
    padding: 0;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .site-footer {
    gap: 30px;
    min-height: 300px;
    padding: 48px 20px 104px;
  }

  .footer-nav {
    gap: 14px 22px;
  }

  .footer-nav a {
    font-size: 17px;
  }

  .footer-brand span {
    font-size: 34px;
    letter-spacing: 0.06em;
  }

  .delivery-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .notice-track,
  .hero-copy,
  .product-card,
  .modal-backdrop:not([hidden]),
  .option-modal,
  .storefront-frame,
  .whatsapp-float {
    animation: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}

/* Storefront cutout-style presentation: no photo frame, just a lifted shop facade. */
.storefront-frame {
  display: grid;
  justify-items: center;
  max-width: min(820px, 100%);
  margin-inline: auto;
  padding: clamp(10px, 2vw, 22px) 0 34px;
  perspective: 1100px;
  background: transparent;
}

.storefront-frame::before {
  inset: auto 5% 2px;
  height: 22%;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(87, 31, 19, 0.28), rgba(179, 34, 27, 0.1) 44%, transparent 72%);
  filter: blur(16px);
  transform: none;
  box-shadow: none;
}

.storefront-frame::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 16%;
  z-index: 0;
  width: 24%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 205, 108, 0.36), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

.storefront-frame img {
  z-index: 1;
  width: min(760px, 100%);
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  clip-path: polygon(2% 0, 98% 0, 98% 86%, 86% 92%, 16% 92%, 2% 86%);
  transform: rotateX(4deg) rotateY(-4deg) translateZ(0);
  transform-origin: center bottom;
  filter:
    drop-shadow(0 26px 26px rgba(65, 27, 16, 0.18))
    drop-shadow(0 48px 62px rgba(126, 23, 18, 0.2));
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

.storefront-frame:hover img {
  transform: rotateX(2deg) rotateY(0deg) translateY(-8px) scale(1.02);
  filter:
    drop-shadow(0 30px 30px rgba(65, 27, 16, 0.2))
    drop-shadow(0 58px 74px rgba(126, 23, 18, 0.24));
}

.storefront-frame figcaption {
  z-index: 2;
  max-width: min(520px, 82%);
  margin-top: -18px;
  padding: 10px 18px;
  border: 1px solid rgba(179, 34, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.86);
  color: var(--kk-muted);
  font-size: clamp(13px, 2vw, 17px);
  box-shadow: 0 18px 42px rgba(126, 23, 18, 0.12);
  backdrop-filter: blur(10px);
}

@media (max-width: 760px) {
  .storefront-frame {
    padding-bottom: 26px;
  }

  .storefront-frame img {
    width: min(680px, 112%);
    max-width: 112%;
    transform: rotateX(3deg) rotateY(-3deg);
  }

  .storefront-frame figcaption {
    max-width: 88%;
    margin-top: -12px;
  }
}

/* Product catalogue pass: centered product, unified KHUEEN KEE brand color. */
.shop-section {
  background:
    linear-gradient(180deg, #fffaf4 0%, #fff 48%, #fffaf4 100%);
}

.shop-layout {
  align-items: start;
}

.product-area {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.preorder-subfilters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  min-height: 0;
}

.preorder-subfilters[hidden] {
  display: none;
}

.preorder-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(179, 34, 27, 0.18);
  border-radius: 999px;
  background: #fffaf4;
  color: var(--kk-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.preorder-chip small {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: rgba(179, 34, 27, 0.1);
  font-size: 11px;
}

.preorder-chip:hover,
.preorder-chip.active {
  transform: translateY(-1px);
  border-color: var(--kk-red);
  background: var(--kk-red);
  color: #fffaf4;
}

.preorder-chip:hover small,
.preorder-chip.active small {
  background: rgba(255, 250, 244, 0.2);
}

.product-grid {
  gap: clamp(18px, 2.4vw, 30px);
}

.product-card {
  display: grid;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  justify-items: center;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: none;
}

.product-media {
  display: grid;
  place-items: center;
  width: min(100%, 260px);
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 2px;
  background: #f5f0ea;
  box-shadow: none;
}

.product-media::before {
  display: none;
}

.product-media::after {
  display: none;
}

.product-card:hover .product-media {
  transform: none;
  box-shadow: none;
}

.product-media img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  filter: none;
}

.product-card:hover .product-media img {
  transform: translateY(-4px) scale(1.035);
}

.product-thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.product-thumbs span {
  width: 34px;
  height: 34px;
  border: 2px solid #fffaf4;
  border-radius: 999px;
  background-image: var(--thumb-image);
  background-position: center;
  background-size: cover;
  box-shadow: 0 8px 18px rgba(126, 23, 18, 0.14);
}

.product-thumbs span.active {
  outline: 2px solid var(--kk-red);
}

.product-media .tag {
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border: 0;
  border-radius: 3px;
  background: var(--kk-red);
  color: #fffaf4;
  font-size: 10px;
  letter-spacing: 0.06em;
  box-shadow: 0 10px 18px rgba(126, 23, 18, 0.16);
}

.product-body {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(100%, 260px);
  padding: 18px 4px 0;
  text-align: center;
}

.product-title-row {
  display: grid;
  justify-items: center;
  gap: 7px;
}

.product-card h3 {
  max-width: 100%;
  color: var(--kk-ink);
  font-size: clamp(13px, 1.3vw, 17px);
  font-weight: 900;
  line-height: 1.22;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}

.price {
  color: var(--kk-red);
  font-size: 16px;
  font-weight: 900;
}

.product-meta {
  justify-content: center;
  gap: 10px;
  color: rgba(98, 91, 86, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-meta .stars {
  color: var(--kk-red);
}

.add-button {
  width: fit-content;
  min-width: 132px;
  min-height: 42px;
  justify-content: center;
  margin-top: 6px;
  padding: 10px 18px;
  border: 0;
  border-radius: 3px;
  background: var(--kk-red);
  color: #fffaf4;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(126, 23, 18, 0.18);
}

.add-button svg {
  width: 16px;
  height: 16px;
}

.add-button:hover {
  background: var(--kk-red-dark);
  color: #fffaf4;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .product-grid {
    gap: 34px;
  }

  .product-card {
    max-width: 300px;
    margin-inline: auto;
  }

  .product-media {
    aspect-ratio: 1 / 1;
  }

  .product-body {
    padding-top: 16px;
  }
}

/* Order mode cards: only Pickup and Preorder paths. */
.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 26px);
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px) clamp(18px, 5vw, 70px);
  background: #fff;
}

.feature-strip > div:not(.delivery-mode-card) {
  display: none;
}

.order-mode-card {
  position: relative;
  display: grid;
  min-height: clamp(180px, 18vw, 238px);
  align-content: center;
  justify-items: start;
  gap: 12px;
  padding: clamp(26px, 3vw, 40px);
  border: 2px solid rgba(179, 34, 27, 0.11);
  border-radius: 26px;
  background: #fff;
  color: var(--kk-red);
  text-align: left;
  box-shadow: 0 22px 58px rgba(126, 23, 18, 0.06);
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease;
}

.order-mode-card > svg {
  width: clamp(48px, 5vw, 68px);
  height: clamp(48px, 5vw, 68px);
  stroke-width: 1.8;
}

.order-mode-card strong {
  max-width: 430px;
  color: var(--kk-red);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.order-mode-card span {
  max-width: 520px;
  color: var(--kk-ink);
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 700;
  line-height: 1.35;
}

.order-mode-card small {
  position: absolute;
  right: clamp(22px, 3vw, 34px);
  bottom: clamp(22px, 3vw, 34px);
  display: grid;
  width: clamp(48px, 5vw, 62px);
  height: clamp(48px, 5vw, 62px);
  place-items: center;
  border-radius: 50%;
  background: var(--kk-red);
  color: #fffaf4;
}

.order-mode-card .mode-arrow {
  position: absolute;
  right: clamp(22px, 3vw, 34px);
  bottom: clamp(22px, 3vw, 34px);
  display: grid;
  width: clamp(48px, 5vw, 62px);
  height: clamp(48px, 5vw, 62px);
  place-items: center;
  border-radius: 50%;
  background: var(--kk-red);
  color: #fffaf4;
  text-decoration: none;
}

.order-mode-card .mode-arrow svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.3;
}

.order-mode-card small svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.3;
}

.order-mode-card:hover,
.order-mode-card.active {
  transform: translateY(-6px);
  border-color: rgba(179, 34, 27, 0.28);
  background: #fffaf4;
  box-shadow: 0 28px 74px rgba(126, 23, 18, 0.12);
}

.order-mode-card.active small {
  background: var(--kk-red-dark);
}

.delivery-mode-card {
  cursor: default;
}

.delivery-mode-card span {
  max-width: 420px;
}

.delivery-platform-groups {
  display: grid;
  gap: 12px;
  padding-right: 74px;
}

.delivery-platform-groups > div {
  display: grid;
  gap: 7px;
}

.delivery-platform-groups b {
  color: var(--kk-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mode-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mode-platforms a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid rgba(179, 34, 27, 0.16);
  border-radius: 999px;
  background: #fffaf4;
  color: var(--kk-red);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.mode-platforms a:hover {
  background: var(--kk-red);
  color: #fffaf4;
}

@media (max-width: 820px) {
  .feature-strip {
    grid-template-columns: 1fr;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .order-mode-card {
    min-height: 190px;
    border-radius: 24px;
  }

  .mode-platforms {
    padding-right: 0;
  }

  .delivery-platform-groups {
    padding-right: 72px;
  }
}

@media (max-width: 520px) {
  .order-mode-card {
    min-height: 176px;
    padding: 26px 24px 76px;
  }

  .order-mode-card strong {
    font-size: 28px;
  }

  .order-mode-card small {
    right: 28px;
    bottom: 24px;
  }
}

/* Final UI motion polish: smoother, livelier, still clean and brand-led. */
html {
  scroll-behavior: smooth;
}

::selection {
  background: rgba(179, 34, 27, 0.18);
  color: var(--kk-red-dark);
}

body {
  text-rendering: geometricPrecision;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 640ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  backdrop-filter: blur(18px);
  transition:
    box-shadow 260ms ease,
    border-color 260ms ease,
    background-color 260ms ease;
}

.brand span {
  text-shadow: 0 10px 28px rgba(179, 34, 27, 0.1);
}

.hero {
  background-attachment: fixed;
}

.hero h1 {
  animation: kkTextSettle 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-text,
.hero-actions {
  animation: kkTextSettle 880ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 90ms;
}

.primary-link,
.text-link,
.nav-icon,
.cart-toggle,
.category-button,
.preorder-chip,
.delivery-link,
.mode-platforms a,
.add-button,
.checkout-button,
.remove-button,
.qty-controls button {
  -webkit-tap-highlight-color: transparent;
}

.primary-link,
.add-button,
.checkout-button,
.mode-platforms a,
.delivery-link {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.primary-link::after,
.add-button::after,
.checkout-button::after,
.mode-platforms a::after,
.delivery-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-130%);
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-link:hover::after,
.add-button:hover::after,
.checkout-button:hover::after,
.mode-platforms a:hover::after,
.delivery-link:hover::after {
  transform: translateX(130%);
}

.feature-strip {
  perspective: 1200px;
}

.order-mode-card {
  overflow: hidden;
  transform-style: preserve-3d;
  transition:
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 260ms ease,
    box-shadow 360ms ease,
    background-color 260ms ease;
}

.order-mode-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(179, 34, 27, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.94), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.order-mode-card > * {
  position: relative;
  z-index: 1;
}

.order-mode-card:hover,
.order-mode-card.active {
  transform: translateY(-8px) rotateX(1.2deg);
}

.order-mode-card:hover::before,
.order-mode-card.active::before {
  opacity: 1;
}

.order-mode-card > svg {
  transition:
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    stroke 260ms ease;
}

.order-mode-card:hover > svg,
.order-mode-card.active > svg {
  transform: translateY(-3px) scale(1.04);
}

.order-mode-card small,
.order-mode-card .mode-arrow {
  transition:
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 220ms ease,
    box-shadow 260ms ease;
}

.order-mode-card:hover small,
.order-mode-card:hover .mode-arrow,
.order-mode-card.active small {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 32px rgba(126, 23, 18, 0.22);
}

.menu-board,
.search-wrap,
.outlet-card,
.faq-list details {
  transition:
    transform 280ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 280ms ease,
    border-color 220ms ease;
}

.search-wrap:focus-within,
.outlet-card:hover,
.faq-list details[open],
.faq-list details:hover {
  transform: translateY(-3px);
  border-color: rgba(179, 34, 27, 0.2);
  box-shadow: 0 22px 54px rgba(126, 23, 18, 0.12);
}

.product-grid {
  align-items: start;
}

.product-card {
  opacity: 0;
  transform: translateY(22px) scale(0.98);
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 260ms ease;
  transition-delay: calc(var(--card-index, 0) * 34ms);
  will-change: transform, opacity;
}

.product-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-card.is-visible:hover {
  transform: translateY(-8px) scale(1.01);
}

.product-media {
  overflow: hidden;
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 420ms ease,
    filter 320ms ease;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  background: linear-gradient(112deg, transparent 24%, rgba(255, 250, 244, 0.28) 48%, transparent 70%);
  opacity: 0;
  transform: translateX(-120%);
  transition:
    opacity 280ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.product-card.is-visible:hover .product-media {
  filter: saturate(1.04) contrast(1.02);
  box-shadow: 0 20px 46px rgba(75, 31, 18, 0.14);
}

.product-card.is-visible:hover .product-media::after {
  opacity: 1;
  transform: translateX(120%);
}

.product-media img {
  transition:
    transform 580ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 360ms ease;
}

.product-card.is-visible:hover .product-media img {
  transform: scale(1.045);
}

.product-media .tag {
  z-index: 3;
  transition:
    transform 260ms ease,
    background-color 220ms ease;
}

.product-card:hover .product-media .tag {
  transform: translateY(-2px);
}

.product-thumbs span {
  transition:
    transform 220ms ease,
    outline-color 220ms ease,
    box-shadow 220ms ease;
}

.product-card:hover .product-thumbs span {
  transform: translateY(-2px);
}

.preorder-chip,
.category-button {
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.preorder-chip:hover,
.preorder-chip.active,
.category-button:hover,
.category-button.active {
  box-shadow: 0 14px 30px rgba(126, 23, 18, 0.12);
}

.modal-backdrop:not([hidden]) {
  backdrop-filter: blur(10px);
}

.option-modal,
.checkout-modal {
  animation: kkModalPop 300ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cart-panel {
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -26px 0 70px rgba(25, 17, 12, 0.18);
}

.toast.show {
  animation: kkToastLift 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.whatsapp-float {
  transition:
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 240ms ease;
}

.storefront-frame img {
  transition:
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 520ms ease;
}

@keyframes kkTextSettle {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes kkModalPop {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.965);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes kkToastLift {
  from {
    opacity: 0;
    transform: translate(-50%, 14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

@media (max-width: 820px) {
  .hero {
    background-attachment: scroll;
  }

  .reveal-on-scroll {
    transform: translateY(16px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-on-scroll,
  .product-card {
    opacity: 1;
    transform: none;
  }

  .hero h1,
  .hero-text,
  .hero-actions,
  .option-modal,
  .checkout-modal,
  .toast.show {
    animation: none;
  }

  .product-card,
  .product-media,
  .product-media img,
  .order-mode-card,
  .order-mode-card > svg,
  .preorder-chip,
  .category-button {
    transition: none;
  }
}

/* Final mobile override: this must stay last so phone scrolling stays light. */
@media (max-width: 820px) {
  html,
  body {
    scroll-behavior: auto !important;
  }

  body {
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
  }

  .site-header,
  .hero-card,
  .storefront-frame figcaption,
  .modal-backdrop:not([hidden]) {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .hero {
    background-attachment: scroll !important;
    transform: translateZ(0);
  }

  .reveal-on-scroll {
    transform: translateY(10px);
    transition:
      opacity 360ms ease,
      transform 360ms ease;
    will-change: auto;
  }

  .feature-strip {
    perspective: none;
  }

  .order-mode-card {
    transform-style: flat;
    transition:
      transform 220ms ease,
      box-shadow 220ms ease,
      border-color 180ms ease;
  }

  .order-mode-card:hover,
  .order-mode-card.active {
    transform: translateY(-3px) !important;
  }

  .product-card,
  .order-mode-card,
  .menu-board,
  .outlet-card,
  .faq-list details {
    contain: layout paint;
    transform-style: flat;
  }

  .product-card {
    transition:
      opacity 340ms ease,
      transform 340ms ease;
    transition-delay: calc(var(--card-index, 0) * 18ms);
    will-change: auto;
  }

  .product-card.is-visible:hover {
    transform: translateY(-3px) !important;
  }

  .product-media {
    transform: translateZ(0);
    transition:
      transform 220ms ease,
      box-shadow 220ms ease;
  }

  .product-media::before,
  .option-image-wrap::before,
  .storefront-frame::before,
  .storefront-frame::after {
    display: none !important;
  }

  .product-media::after {
    background: linear-gradient(120deg, transparent, rgba(255, 250, 244, 0.2), transparent);
  }

  .product-media img,
  .option-image,
  .storefront-frame img {
    filter: none !important;
  }

  .product-card.is-visible:hover .product-media {
    filter: none !important;
    box-shadow: 0 12px 28px rgba(75, 31, 18, 0.12);
  }

  .product-card.is-visible:hover .product-media img {
    transform: scale(1.018);
  }

  .storefront-frame img,
  .storefront-frame:hover img {
    max-width: 100%;
    transform: none !important;
  }

  .cart-panel {
    box-shadow: -12px 0 34px rgba(25, 17, 12, 0.14);
  }
}

@media (max-width: 520px) {
  .hero h1 {
    animation-duration: 520ms;
  }

  .hero-text,
  .hero-actions {
    animation-duration: 560ms;
  }

  .product-card {
    transition-delay: calc(var(--card-index, 0) * 12ms);
  }
}

/* Absolute final mobile override: keep this at EOF. */
@media (max-width: 820px) {
  html,
  body {
    scroll-behavior: auto !important;
  }

  .site-header,
  .hero-card,
  .storefront-frame figcaption,
  .modal-backdrop:not([hidden]) {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .hero {
    background-attachment: scroll !important;
  }

  .product-media::before,
  .option-image-wrap::before,
  .storefront-frame::before,
  .storefront-frame::after {
    display: none !important;
  }

  .product-media img,
  .option-image,
  .storefront-frame img {
    filter: none !important;
  }

  .order-mode-card:hover,
  .order-mode-card.active,
  .product-card.is-visible:hover,
  .storefront-frame img,
  .storefront-frame:hover img {
    transform: none !important;
  }

  .product-card,
  .order-mode-card,
  .menu-board,
  .outlet-card,
  .faq-list details {
    contain: layout paint;
    transform-style: flat;
    will-change: auto;
  }

  .product-card {
    transition-delay: calc(var(--card-index, 0) * 12ms);
  }
}

/* Mobile smoothness pass: keep motion visible, remove expensive paint work. */
@media (max-width: 820px) {
  html {
    scroll-behavior: auto;
  }

  body {
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
  }

  .site-header,
  .hero-card,
  .storefront-frame figcaption,
  .modal-backdrop:not([hidden]) {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .hero {
    background-attachment: scroll;
    transform: translateZ(0);
  }

  .reveal-on-scroll {
    transform: translateY(10px);
    transition:
      opacity 360ms ease,
      transform 360ms ease;
    will-change: auto;
  }

  .feature-strip {
    perspective: none;
  }

  .order-mode-card {
    transform-style: flat;
    transition:
      transform 220ms ease,
      box-shadow 220ms ease,
      border-color 180ms ease;
  }

  .order-mode-card:hover,
  .order-mode-card.active {
    transform: translateY(-3px);
  }

  .product-card,
  .order-mode-card,
  .menu-board,
  .outlet-card,
  .faq-list details {
    contain: layout paint;
    transform-style: flat;
  }

  .product-card {
    transition:
      opacity 340ms ease,
      transform 340ms ease;
    transition-delay: calc(var(--card-index, 0) * 18ms);
    will-change: auto;
  }

  .product-card.is-visible:hover {
    transform: translateY(-3px);
  }

  .product-media {
    transform: translateZ(0);
    transition:
      transform 220ms ease,
      box-shadow 220ms ease;
  }

  .product-media::before,
  .option-image-wrap::before,
  .storefront-frame::before,
  .storefront-frame::after {
    display: none;
  }

  .product-media::after {
    background: linear-gradient(120deg, transparent, rgba(255, 250, 244, 0.2), transparent);
  }

  .product-media img,
  .option-image,
  .storefront-frame img {
    filter: none;
  }

  .product-card.is-visible:hover .product-media {
    filter: none;
    box-shadow: 0 12px 28px rgba(75, 31, 18, 0.12);
  }

  .product-card.is-visible:hover .product-media img {
    transform: scale(1.018);
  }

  .storefront-frame img,
  .storefront-frame:hover img {
    transform: none;
    max-width: 100%;
  }

  .cart-panel {
    box-shadow: -12px 0 34px rgba(25, 17, 12, 0.14);
  }
}

@media (max-width: 520px) {
  .hero h1 {
    animation-duration: 520ms;
  }

  .hero-text,
  .hero-actions {
    animation-duration: 560ms;
  }

  .product-card {
    transition-delay: calc(var(--card-index, 0) * 12ms);
  }
}
