@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Jost:wght@300;400;500;700;800&display=swap");

:root {
  --cream: #faf5ec;
  --cream-dark: #ede4d3;
  --cream-mid: #f2ead8;
  --forest: #1a3020;
  --forest-mid: #2d5038;
  --forest-light: #4a7a5a;
  --blush: #edd5c8;
  --blush-dark: #c9a08a;
  --gold: #a8832d;
  --gold-light: #c9a84c;
  --gold-pale: #edd9a3;
  --terracotta: #b86445;
  --terracotta-dark: #8f452f;
  --terracotta-soft: #d7a08b;
  --text-dark: #14200f;
  --text-mid: #3d4d38;
  --text-muted: #7a8c74;
  --ink: var(--text-dark);
  --muted: var(--text-muted);
  --paper: var(--cream);
  --surface: #fffaf4;
  --line: rgba(26, 48, 32, 0.12);
  --charcoal: var(--forest);
  --grape: var(--forest-mid);
  --orchid: var(--gold);
  --rose: var(--blush-dark);
  --peach: var(--gold-pale);
  --accent-ink: var(--forest);
  --shadow: 0 22px 70px rgba(20, 32, 15, 0.14);
  --radius: 8px;
  font-family: "Jost", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  color: var(--text-dark);
  background: var(--cream);
}

main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

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

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

button {
  color: inherit;
}

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

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

#catalog,
#order,
#foodtruck,
#contact,
#preorder {
  scroll-margin-top: 5.35rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--surface);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 400;
}

.brand.compact {
  color: var(--forest);
  font-size: 1.45rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 4.45rem;
  border-bottom: 1px solid rgba(26, 48, 32, 0.1);
  background: rgba(250, 245, 236, 0.96);
  padding: 1rem clamp(1rem, 5vw, 5rem);
  backdrop-filter: blur(14px);
}

.logo,
.footer-logo {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--forest);
}

.logo span,
.footer-logo span {
  color: var(--gold);
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 1.8vw, 1.75rem);
  min-width: 0;
}

.nav-cta-mobile,
.label-short {
  display: none;
}

.nav-links a,
.footer-links a {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-mid);
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--forest);
}

.nav-links .nav-order {
  background: var(--gold);
  color: var(--cream);
  min-height: 42px;
  padding: 0.72rem 1.35rem;
}

.nav-links .nav-order:hover {
  background: var(--gold-light);
  color: var(--cream);
}

.hero {
  display: grid;
  min-height: 100svh;
  grid-template-columns: 55% 45%;
  padding-top: 4.45rem;
  background: var(--forest);
}

.hero-left {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  background: var(--forest);
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.5rem, 6vw, 5.5rem);
}

.hero-pine {
  position: absolute;
  right: -40px;
  bottom: -20px;
  opacity: 0.07;
}

.hero-pine-top {
  position: absolute;
  top: 3rem;
  left: 3rem;
  opacity: 0.05;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.75rem;
  color: var(--gold-light);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  animation: copyRise 620ms ease 80ms both;
}

.hero-eyebrow::before {
  width: 2rem;
  height: 1px;
  background: var(--gold-light);
  content: "";
}

.hero-title {
  margin: 0 0 0.3rem;
  color: var(--cream);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 5.5rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: 0;
  animation: copyRise 720ms ease 140ms both;
}

.hero-title em {
  color: var(--blush);
  font-style: italic;
}

.hero-tagline {
  margin: 0 0 2rem;
  color: rgba(250, 245, 236, 0.48);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.03em;
  animation: copyRise 720ms ease 190ms both;
}

.hero-desc {
  max-width: 360px;
  margin: 0 0 2rem;
  color: rgba(250, 245, 236, 0.62);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  line-height: 1.9;
  animation: copyRise 720ms ease 250ms both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  animation: copyRise 720ms ease 310ms both;
}

.hero-catalog-preview {
  display: grid;
  width: min(100%, 430px);
  margin-top: 2rem;
  border-top: 1px solid rgba(250, 245, 236, 0.14);
  animation: copyRise 720ms ease 360ms both;
}

.hero-catalog-preview a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(250, 245, 236, 0.1);
  color: rgba(250, 245, 236, 0.72);
  font-size: 0.88rem;
  transition: color 180ms ease, border-color 180ms ease, padding-left 180ms ease;
}

.hero-catalog-preview a:hover,
.hero-catalog-preview a.is-active {
  border-color: rgba(201, 168, 76, 0.42);
  color: var(--cream);
  padding-left: 0.35rem;
}

.hero-catalog-preview strong {
  color: var(--cream);
  font-weight: 500;
}

.hero-catalog-preview span {
  color: var(--gold-light);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn-primary,
.primary-button,
.secondary-button,
.ghost-button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn-primary,
.primary-button {
  background: var(--gold);
  color: var(--cream);
  padding: 1rem 2.1rem;
}

.secondary-button {
  background: var(--forest-mid);
  color: var(--cream);
  padding: 0.78rem 1.1rem;
}

.danger-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 38, 53, 0.22);
  border-radius: 2px;
  background: #fdebed;
  color: #8b2635;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.72rem 1rem;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.btn-primary:hover,
.primary-button:hover {
  background: var(--gold-light);
}

.secondary-button:hover {
  background: var(--forest);
}

.danger-button:hover {
  background: #8b2635;
  color: #fff;
  transform: translateY(-1px);
}

.ghost-button,
.text-link {
  border: 1px solid rgba(26, 48, 32, 0.14);
  background: transparent;
  color: inherit;
  padding: 0.78rem 1rem;
}

.btn-ghost {
  border-bottom: 1px solid rgba(250, 245, 236, 0.22);
  color: rgba(250, 245, 236, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  padding-bottom: 2px;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.btn-ghost:hover {
  border-color: rgba(250, 245, 236, 0.6);
  color: var(--cream);
}

.btn-primary:hover,
.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.btn-primary.full,
.primary-button.full,
.secondary-button.full {
  width: 100%;
}

.btn-primary:disabled,
.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.hero-right {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background: var(--cream-dark);
}

.hero-img-main {
  position: relative;
  flex: 1;
  min-height: 420px;
  background: url("/assets/kooki-tahad-hero.jpg") center / cover no-repeat;
  transform: scale(1.035);
  animation: heroSettle 1200ms ease forwards;
}

.hero-img-main::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(250, 245, 236, 0.08), rgba(26, 48, 32, 0.12));
  content: "";
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  background: var(--blush);
  padding: 2rem 2.5rem;
}

.meta-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.2rem;
}

.meta-label,
.detail-label {
  color: var(--blush-dark);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.meta-value {
  color: var(--text-dark);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.45;
}

.strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem clamp(1.2rem, 4vw, 4rem);
  background: var(--gold);
  padding: 1rem clamp(1rem, 5vw, 5rem);
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--cream);
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  opacity: 0.88;
  text-transform: uppercase;
}

.strip-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--cream);
  opacity: 0.5;
}

.intro {
  display: grid;
  max-width: 1300px;
  grid-template-columns: 1fr 1.6fr;
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 5rem);
}

.intro-left {
  border-right: 1px solid rgba(26, 48, 32, 0.1);
  padding-right: 4rem;
}

.intro-right {
  padding-left: 4rem;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-label::after {
  display: block;
  flex: 1;
  height: 1px;
  background: var(--gold-pale);
  content: "";
}

.muted-label {
  opacity: 0.01;
}

.section-heading,
.cart-head h2,
.admin-heading h1,
.receipt h1,
.login-panel h1 {
  margin: 0;
  color: var(--forest);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0;
}

.section-heading em {
  font-style: italic;
}

.intro-body {
  max-width: 760px;
  margin-top: 0.6rem;
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.95;
}

.intro-body p {
  margin: 0;
}

.intro-body p + p {
  margin-top: 1rem;
}

.intro-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(26, 48, 32, 0.08);
  padding-top: 2rem;
}

.detail-label {
  margin: 0 0 0.3rem;
  color: var(--text-muted);
}

.detail-value {
  margin: 0;
  color: var(--text-dark);
  font-size: 0.88rem;
  line-height: 1.5;
}

.products {
  background: var(--forest);
  padding: clamp(4.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.products-header {
  display: flex;
  max-width: 1200px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto 2.2rem;
}

.products-header .section-heading {
  color: var(--cream);
  font-size: clamp(2.3rem, 4vw, 2.8rem);
}

.catalog-lead {
  max-width: 560px;
  margin: 0.8rem 0 0;
  color: rgba(250, 245, 236, 0.58);
  font-size: 0.95rem;
  line-height: 1.65;
}

.products-header .section-label::after {
  background: rgba(201, 168, 76, 0.35);
}

.see-all,
.social-link {
  border-bottom: 1px solid rgba(201, 168, 76, 0.3);
  color: var(--gold-light);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  padding-bottom: 2px;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.see-all:hover,
.social-link:hover {
  border-color: currentColor;
  color: var(--cream);
}

.catalog-tools {
  max-width: 1200px;
  margin: 0 auto 1.2rem;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0 0 0.2rem;
  scrollbar-width: none;
}

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

.category-tabs button {
  position: relative;
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid rgba(250, 245, 236, 0.18);
  border-radius: 2px;
  background: rgba(250, 245, 236, 0.04);
  color: rgba(250, 245, 236, 0.66);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  padding: 0.74rem 0.9rem;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.category-tabs button::after {
  content: none;
}

.category-tabs button.is-active,
.category-tabs button:hover {
  border-color: rgba(201, 168, 76, 0.55);
  background: var(--cream);
  color: var(--forest);
  transform: translateY(-1px);
}

.category-copy {
  max-width: 760px;
  min-height: 70px;
  margin-top: 0.9rem;
  color: rgba(250, 245, 236, 0.62);
  font-size: 0.95rem;
  line-height: 1.7;
}

.category-copy strong,
.category-copy p {
  display: block;
  margin: 0;
}

.category-copy strong {
  color: var(--gold-light);
  font-size: 1rem;
  font-weight: 500;
}

.category-copy p {
  margin-top: 0.3rem;
}

.products-grid {
  display: grid;
  align-items: start;
  max-width: 1180px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 auto;
  border: 1px solid rgba(250, 245, 236, 0.1);
  background: rgba(250, 245, 236, 0.1);
}

.product-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(26, 48, 32, 0.08);
  background: var(--surface);
  animation: productReveal 520ms ease both;
  animation-delay: var(--delay, 0ms);
  cursor: default;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  z-index: 2;
  border-color: rgba(184, 100, 69, 0.34);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.product-card[hidden] {
  display: none;
}

.prod-media {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  margin: 0;
  background: var(--cream-dark);
}

.prod-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(to top, rgba(20, 32, 15, 0.18), transparent);
  content: "";
  pointer-events: none;
}

.prod-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

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

.prod-placeholder {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 1px solid var(--gold-pale);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.prod-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.82rem;
  padding: 1.28rem 1.35rem 1.35rem;
}

.prod-heading {
  display: grid;
  gap: 0.55rem;
}

.prod-cat {
  margin: 0;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.prod-name {
  margin: 0;
  color: var(--forest);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  font-weight: 400;
  line-height: 1.1;
}

.prod-desc {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.55;
  hyphens: auto;
  overflow-wrap: break-word;
  white-space: pre-line;
}

.prod-lead {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.15rem 0 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.prod-lead svg {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--terracotta);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.prod-food-info {
  margin: -0.1rem 0 0;
  border: 1px solid rgba(26, 48, 32, 0.12);
  border-radius: var(--radius);
  background: rgba(250, 245, 236, 0.62);
  padding: 0.72rem 0.82rem;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.prod-food-info-toggle {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--terracotta-dark);
  cursor: pointer;
  font-weight: 900;
  padding: 0;
  text-align: left;
}

.prod-food-info-toggle::before {
  width: 0;
  height: 0;
  border-top: 0.32rem solid transparent;
  border-bottom: 0.32rem solid transparent;
  border-left: 0.42rem solid currentColor;
  content: "";
  flex: 0 0 auto;
  transform-origin: 35% 50%;
  transition: transform 160ms ease;
}

.prod-food-info.is-open .prod-food-info-toggle::before {
  transform: rotate(90deg);
}

.prod-food-info dl {
  gap: 0.55rem;
  margin: 0.7rem 0 0;
}

.prod-food-info.is-open > dl {
  display: grid;
}

.prod-food-info:not(.is-open) > dl,
.prod-food-info > dl[hidden] {
  display: none;
  margin: 0;
}

.prod-food-info div {
  display: grid;
  gap: 0.15rem;
}

.prod-food-info dt {
  color: var(--terracotta-dark);
  font-weight: 800;
}

.prod-food-info dd {
  margin: 0;
}

.prod-options {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.1rem;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prod-options select {
  min-height: 42px;
  border: 1px solid rgba(26, 48, 32, 0.16);
  border-radius: 2px;
  background: #fff;
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.62rem 0.75rem;
  text-transform: none;
}

.prod-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0;
  border-top: 1px solid rgba(26, 48, 32, 0.1);
  padding-top: 1rem;
}

.prod-price {
  margin: 0;
  color: var(--forest);
  font-size: 1.05rem;
  font-weight: 700;
}

.add-button {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 98px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  border: 1px solid rgba(26, 48, 32, 0.8);
  border-radius: 2px;
  background: transparent;
  color: var(--forest);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.1;
  padding: 0.72rem 0.9rem;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.add-button span:first-child {
  font-size: 1rem;
  line-height: 1;
}

.add-button:hover,
.add-button.pulse {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--cream);
  transform: translateY(-1px);
}

.add-button.is-added {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: var(--cream);
}

.order-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
}

.order-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--blush);
  padding: clamp(4.5rem, 7vw, 6rem) clamp(1.5rem, 6vw, 5rem);
}

.order-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.step-num {
  min-width: 2rem;
  color: var(--blush-dark);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.step-title {
  margin: 0 0 0.2rem;
  color: var(--text-dark);
  font-size: 0.94rem;
  font-weight: 500;
}

.step-desc {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.order-cta {
  margin-top: 2.5rem;
}

.order-visual {
  position: relative;
  display: grid;
  overflow: hidden;
  align-content: center;
  justify-items: center;
  gap: 1.2rem;
  background: var(--forest-mid);
  padding: clamp(3rem, 7vw, 5rem);
}

.pine-group {
  position: absolute;
  bottom: 0;
  width: min(500px, 100%);
  height: auto;
  opacity: 0.1;
}

.cart-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 520px);
  gap: 1.15rem;
  border: 1px solid rgba(26, 48, 32, 0.16);
  border-radius: var(--radius);
  background: rgba(250, 245, 236, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  padding: clamp(1.1rem, 3vw, 1.55rem);
}

.cart-panel.is-updated {
  animation: cartPanelGlow 900ms ease;
}

.cart-head .section-label {
  margin-bottom: 0.75rem;
}

.cart-head h2 {
  font-size: 2.2rem;
}

.cart-intro {
  margin: 0.55rem 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cart-items {
  display: grid;
  gap: 0.7rem;
  max-height: 260px;
  overflow: auto;
}

.cart-items.empty {
  min-height: 64px;
  align-items: center;
  border: 1px dashed rgba(26, 48, 32, 0.18);
  border-radius: var(--radius);
  color: var(--text-muted);
  padding: 1rem;
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(26, 48, 32, 0.14);
  border-radius: var(--radius);
  background: #fffaf4;
  padding: 0.85rem;
}

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line span {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.quantity-control {
  display: grid;
  grid-template-columns: 38px 34px 38px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(26, 48, 32, 0.16);
  border-radius: 6px;
  background: #fff;
}

.quantity-control button {
  height: 38px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--forest);
  font-size: 1.05rem;
  font-weight: 900;
  transition: background 160ms ease, color 160ms ease;
}

.quantity-control button:hover {
  background: var(--gold-pale);
  color: var(--text-dark);
}

.quantity-control span {
  color: var(--text-dark);
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(26, 48, 32, 0.12);
  padding-top: 1rem;
}

.cart-total strong {
  color: var(--forest);
  font-size: 1.6rem;
}

.checkout-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(26, 48, 32, 0.12);
  border-radius: var(--radius);
  background: rgba(26, 48, 32, 0.1);
}

.checkout-assurance span {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 250, 244, 0.88);
  color: var(--text-mid);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  padding: 0.55rem;
  text-align: center;
  text-transform: uppercase;
}

.checkout-form,
.admin-form {
  display: grid;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.checkout-form .field {
  border-top: 1px solid rgba(26, 48, 32, 0.08);
  padding-top: 0.95rem;
}

.checkout-form .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.field span {
  line-height: 1.25;
}

.field input,
.field select,
.field textarea,
.filter-bar input,
.filter-bar select,
.inline-form input,
.inline-form select,
.edit-row input,
.window-row input,
.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 50px;
  border: 1px solid rgba(26, 48, 32, 0.16);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  outline: none;
  padding: 0.82rem 0.95rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.field input::placeholder,
.field textarea::placeholder,
.admin-form input::placeholder,
.admin-form textarea::placeholder {
  color: rgba(122, 140, 116, 0.68);
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.filter-bar input:focus,
.filter-bar select:focus,
.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: var(--gold);
  background: #fffdfa;
  box-shadow: 0 0 0 4px rgba(168, 131, 45, 0.18);
}

input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  min-height: 0;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  accent-color: var(--forest);
  box-shadow: none;
}

input[type="checkbox"]:focus {
  box-shadow: 0 0 0 3px rgba(168, 131, 45, 0.18);
}

input[type="file"] {
  cursor: pointer;
  padding: 0.65rem 0.75rem;
}

.fine-print,
.muted {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.order-quote {
  position: relative;
  z-index: 1;
  max-width: 340px;
  margin: 0;
  color: rgba(250, 245, 236, 0.72);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
}

.foodtruck {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  min-height: 720px;
  background: var(--cream);
}

.foodtruck-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(20, 32, 15, 0.12), rgba(20, 32, 15, 0.42)),
    url("/assets/kooki-tahad-hero.jpg") center / cover;
}

.foodtruck-visual::before {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(250, 245, 236, 0.42);
  content: "";
  pointer-events: none;
}

.foodtruck-note {
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 4vw, 3rem);
  display: grid;
  max-width: 320px;
  gap: 0.45rem;
  background: rgba(26, 48, 32, 0.82);
  color: var(--cream);
  padding: 1.2rem;
}

.foodtruck-note span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.foodtruck-note strong {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.08;
}

.foodtruck-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 6.5rem) clamp(1.3rem, 6vw, 5rem);
}

.foodtruck-lead {
  max-width: 640px;
  margin: 0 0 2rem;
  color: var(--text-mid);
  font-size: 1rem;
  line-height: 1.75;
}

.foodtruck-form {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact {
  display: grid;
  max-width: 1300px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem);
}

.contact-title {
  margin: 0 0 1rem;
  color: var(--forest);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.contact-text {
  margin: 0;
  color: var(--text-mid);
  font-size: 0.85rem;
  line-height: 1.8;
}

.contact-text a {
  color: var(--gold);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  border-color: var(--cream-dark);
  color: var(--text-muted);
}

.social-link:hover {
  color: var(--forest);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: var(--text-dark);
  padding: 2rem clamp(1rem, 5vw, 5rem);
}

.site-footer .footer-logo {
  color: var(--cream);
  font-size: 1.3rem;
}

.footer-links a {
  color: rgba(250, 245, 236, 0.42);
}

.footer-links a:hover {
  color: var(--cream);
}

.footer-copy {
  color: rgba(250, 245, 236, 0.36);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.notice {
  position: fixed;
  z-index: 120;
  right: 1rem;
  bottom: 1rem;
  max-width: min(420px, calc(100vw - 2rem));
  border-radius: var(--radius);
  background: var(--forest);
  color: var(--cream);
  padding: 0.9rem 1rem;
  box-shadow: var(--shadow);
}

.cart-toast {
  position: fixed;
  z-index: 125;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  max-width: min(430px, calc(100vw - 2rem));
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(250, 245, 236, 0.16);
  border-radius: var(--radius);
  background: var(--forest);
  box-shadow: 0 20px 60px rgba(20, 32, 15, 0.26);
  color: var(--cream);
  opacity: 0;
  padding: 0.9rem 1rem;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cart-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cart-toast span {
  font-size: 0.86rem;
  line-height: 1.4;
}

.cart-toast a {
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(201, 168, 76, 0.48);
  color: var(--gold-light);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.receipt-page,
.login-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 1.2rem;
}

.receipt,
.login-panel {
  width: min(720px, 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: clamp(1.2rem, 4vw, 2.2rem);
  box-shadow: var(--shadow);
}

.receipt-message {
  color: var(--muted);
  line-height: 1.65;
}

.receipt-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.receipt-meta div {
  padding: 1rem;
  background: #fff;
}

.receipt-meta dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.receipt-meta dd {
  margin: 0.3rem 0 0;
  font-weight: 800;
}

.receipt-items {
  display: grid;
  gap: 0.65rem;
  margin: 1.2rem 0;
}

.receipt-items div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.65rem;
}

.receipt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.payment-methods {
  display: grid;
  gap: 0.7rem;
}

.error-text {
  border-radius: var(--radius);
  background: #fdebed;
  color: #8b2635;
  padding: 0.9rem 1rem;
}

.admin-body {
  background: var(--paper);
}

.admin-topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  padding: 0.75rem clamp(1rem, 3vw, 2rem);
  backdrop-filter: blur(16px);
}

.admin-nav {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
}

.admin-nav a {
  flex: 0 0 auto;
  min-height: 38px;
  border-radius: 999px;
  padding: 0.6rem 0.85rem;
  color: var(--muted);
  font-weight: 800;
}

.admin-nav a.is-active,
.admin-nav a:hover {
  background: var(--charcoal);
  color: var(--surface);
}

.admin-shell {
  display: grid;
  gap: 1rem;
  width: min(1400px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.admin-shell.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.admin-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.metric-row div {
  min-width: 142px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 0.8rem 0.9rem;
}

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

.metric-row span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.metric-row strong {
  margin-top: 0.3rem;
  font-size: 1.35rem;
}

.filter-bar {
  display: grid;
  grid-template-columns: 180px 220px minmax(220px, 1fr) auto auto;
  gap: 0.6rem;
  align-items: center;
}

.clients-filter {
  grid-template-columns: minmax(220px, 1fr) auto auto;
}

.admin-panel,
.order-group {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1rem;
}

.admin-panel h2,
.order-group h2 {
  margin: 0 0 1rem;
  font-size: 1.12rem;
}

.order-group header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.order-group header span {
  color: var(--muted);
  font-weight: 800;
}

.order-groups {
  display: grid;
  gap: 1rem;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--line);
  padding: 0.8rem;
  text-align: left;
  vertical-align: top;
}

.order-row td {
  transition: background-color 140ms ease;
}

.order-row.row-tone-active td {
  background: rgba(74, 122, 90, 0.08);
}

.order-row.row-tone-success td {
  background: rgba(126, 98, 147, 0.1);
}

.order-row.row-tone-warning td {
  background: rgba(201, 168, 76, 0.12);
}

.order-row.row-tone-danger td {
  background: rgba(184, 100, 69, 0.12);
}

.admin-table th {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.admin-table small {
  display: block;
  margin-top: 0.28rem;
  color: var(--muted);
  line-height: 1.45;
}

.admin-table small a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(26, 48, 32, 0.22);
  text-underline-offset: 3px;
}

.clients-table {
  min-width: 1040px;
}

.clients-table .status {
  margin-top: 0.45rem;
  margin-right: 0.35rem;
}

.status {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  background: var(--blush);
  color: var(--grape);
  font-size: 0.78rem;
  font-weight: 900;
}

.status.paid,
.status.ready,
.status.collected {
  background: #ede2f0;
  color: #574665;
}

.status.failed,
.status.cancelled {
  background: #fdebed;
  color: #8b2635;
}

.status.pending,
.status.pending_payment,
.status.awaiting_approval,
.status.manual_pending {
  background: #f8dec8;
  color: #7b4e38;
}

.error-inline {
  color: #8b2635 !important;
}

.payment-link-form .primary-button {
  min-height: 40px;
  padding: 0.65rem 0.8rem;
  white-space: normal;
}

.inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.inline-form + .inline-form {
  margin-top: 0.5rem;
}

.inline-form input {
  max-width: 130px;
}

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

.field-wide {
  grid-column: 1 / -1;
}

.field-help {
  margin: -0.25rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.image-preview {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 244, 0.78);
  color: var(--muted);
  font-weight: 800;
  padding: 0.6rem;
}

.image-preview img {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  object-fit: cover;
}

.check-field {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  min-width: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.3;
}

.edit-row label,
.window-row label {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.edit-list,
.category-edit-list,
.product-edit-list,
.template-list,
.history-list,
.window-list {
  display: grid;
  gap: 0.7rem;
}

.edit-row,
.window-row {
  display: grid;
  grid-template-columns: 1fr 2fr 100px auto auto;
  gap: 0.55rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.7rem;
}

.window-row {
  grid-template-columns: minmax(160px, 1.2fr) 150px 110px 110px 110px 110px auto auto auto;
}

.product-edit,
.category-edit,
.template-edit,
.window-archive {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf9;
  padding: 0.8rem;
}

.product-edit summary,
.category-edit summary,
.template-edit summary,
.window-archive summary {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 800;
}

.product-edit summary span,
.category-edit summary span,
.template-edit summary span,
.window-archive summary span {
  color: var(--muted);
}

.product-edit form,
.category-edit form,
.template-edit form {
  margin-top: 1rem;
}

.maintenance-card {
  display: grid;
  gap: 0.85rem;
}

.weekday-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.45rem;
}

.weekday-chip {
  display: grid;
  justify-items: center;
  gap: 0.15rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 0.55rem 0.4rem;
  text-align: center;
}

.weekday-chip input {
  margin: 0;
}

.weekday-chip span {
  font-weight: 900;
}

.weekday-chip small,
.window-meta {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.window-archive {
  margin-top: 1rem;
}

.product-edit .delete-form {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.75rem;
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

.history-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding: 0.75rem 0;
}

.history-list small {
  color: var(--muted);
}

.empty-state {
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  padding: 2rem;
  text-align: center;
}

.receipt-food-info {
  display: block;
  max-width: 760px;
  margin-top: 0.25rem;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.request-list,
.email-list,
.backup-list,
.closure-list {
  display: grid;
  gap: 0.75rem;
}

.request-row,
.email-row {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf9;
  padding: 0.9rem;
}

.request-row summary,
.email-row summary {
  display: grid;
  gap: 0.25rem;
  cursor: pointer;
}

.request-row summary span,
.email-row summary span,
.backup-row span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.request-meta {
  display: grid;
  gap: 0.45rem;
  margin: 0.9rem 0;
}

.request-meta p {
  margin: 0;
  color: var(--text-mid);
  line-height: 1.5;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.email-preview {
  max-height: 280px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--text-mid);
  font: 0.82rem/1.5 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  padding: 0.85rem;
  white-space: pre-wrap;
}

.backup-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf9;
  padding: 0.85rem;
}

.backup-row div,
.backup-row strong,
.backup-row span {
  display: block;
}

.legal-nav {
  position: sticky;
}

.legal-page {
  padding: clamp(6.5rem, 10vw, 8rem) clamp(1rem, 6vw, 5rem) clamp(4rem, 8vw, 6rem);
}

.legal-content {
  max-width: 880px;
  margin: 0 auto;
  color: var(--text-mid);
  line-height: 1.72;
}

.legal-content h1,
.legal-content h2 {
  color: var(--forest);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.05;
}

.legal-content h1 {
  margin: 0 0 2rem;
  font-size: clamp(3rem, 8vw, 6rem);
}

.legal-content h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.7rem;
}

.legal-content p {
  margin: 0 0 1rem;
}

@keyframes heroSettle {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

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

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

@keyframes cartPanelGlow {
  0% {
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  }
  35% {
    box-shadow:
      0 0 0 4px rgba(201, 168, 76, 0.28),
      0 26px 74px rgba(0, 0, 0, 0.25);
  }
  100% {
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  }
}

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

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

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

  .cart-panel {
    width: min(100%, 640px);
  }
}

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

  .hero-left {
    min-height: 68svh;
  }

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

  .intro {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .intro-left {
    border-right: 0;
    padding-right: 0;
  }

  .intro-right {
    padding-left: 0;
  }

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

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

  .foodtruck {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .muted-label {
    opacity: 1;
  }

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

@media (max-width: 860px) {
  .receipt-meta,
  .admin-shell.two-column,
  .grid-form {
    grid-template-columns: 1fr;
  }

  .admin-heading,
  .admin-topbar {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .admin-heading {
    flex-direction: column;
  }

  .filter-bar {
    grid-template-columns: 1fr;
  }

  .edit-row,
  .window-row,
  .history-list div {
    grid-template-columns: 1fr;
  }
}

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

  #catalog,
  #order,
  #foodtruck,
  #contact,
  #preorder {
    scroll-margin-top: 6.8rem;
  }

  .site-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.68rem 0.9rem;
    overflow: hidden;
    width: 100%;
    min-height: 0;
    padding: 0.74rem 1rem 0.78rem;
  }

  .logo {
    min-width: 0;
    font-size: 1.22rem;
    line-height: 1;
  }

  .nav-cta-mobile {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(168, 131, 45, 0.34);
    background: var(--gold);
    color: var(--cream);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 0.55rem 0.72rem;
    text-transform: uppercase;
  }

  .nav-links {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    gap: 1rem;
    overflow-x: auto;
    padding: 0.15rem 0.2rem 0.05rem 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    color: rgba(20, 32, 15, 0.78);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.1;
    white-space: nowrap;
  }

  .nav-links .nav-order {
    display: none;
  }

  .label-full {
    display: none;
  }

  .label-short {
    display: inline;
  }

  .hero {
    padding-top: 6.35rem;
  }

  .hero-left {
    min-height: 78svh;
    padding: 4rem 1.2rem;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-meta {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.4rem 1.2rem;
  }

  .strip {
    justify-content: flex-start;
  }

  .strip-dot {
    display: none;
  }

  .intro-detail,
  .products-grid,
  .foodtruck-form {
    grid-template-columns: 1fr;
  }

  .products-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
    max-width: 100%;
  }

  .products {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .products-header {
    gap: 1.3rem;
    margin-bottom: 1.45rem;
  }

  .catalog-lead {
    font-size: 0.9rem;
  }

  .catalog-tools {
    margin-bottom: 1.05rem;
  }

  .category-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    overflow: visible;
    width: 100%;
    margin-left: 0;
    padding: 0;
    scroll-padding: 0;
  }

  .category-tabs button {
    width: 100%;
    min-height: 38px;
    font-size: 0.66rem;
    letter-spacing: 0.07em;
    padding: 0.62rem 0.78rem;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .category-tabs button:first-child {
    grid-column: 1 / -1;
  }

  .category-copy {
    min-height: 0;
    margin-top: 0.65rem;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .category-copy strong {
    font-size: 0.95rem;
  }

  .order-visual,
  .order-text {
    padding: 4rem 1.2rem;
  }

  .prod-info {
    padding: 1.2rem;
  }

  .prod-action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .add-button {
    width: 100%;
  }

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

  .checkout-assurance {
    grid-template-columns: 1fr;
  }

  .cart-toast {
    right: 1rem;
    left: 1rem;
    max-width: none;
  }

  .admin-shell {
    width: min(100% - 1rem, 1480px);
  }

  .section-heading,
  .cart-head h2,
  .admin-heading h1,
  .receipt h1,
  .login-panel h1 {
    font-size: 2rem;
  }
}
