:root {
  --blue: #005cb9;
  --blue-dark: #00458b;
  --cream: #fff8e8;
  --paper: #fffdf7;
  --ink: #161616;
  --raspberry: #ff4f7c;
  --orange: #ff7657;
  --pistachio: #c8ef52;
  --sky: #b9e2ff;
  --white: #ffffff;
  --muted: #6d6a63;
  --border: 3px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background-color: var(--cream);
  background-image: radial-gradient(rgba(22, 22, 22, 0.13) 1px, transparent 1px);
  background-size: 18px 18px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body:has(dialog[open]) {
  overflow: hidden;
}

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

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

button {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-180%);
}

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

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  min-height: 86px;
  margin: 0 auto;
  padding: 14px clamp(18px, 4vw, 64px);
  color: var(--white);
  background: var(--blue);
  border-bottom: var(--border);
}

.brand {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: end;
  column-gap: 8px;
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.78;
}

.brand-kicker {
  grid-column: 1 / -1;
  margin-left: 3px;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  line-height: 1;
}

.brand-main {
  font-size: clamp(1.65rem, 4vw, 2.15rem);
}

.brand-stamp {
  padding: 5px 7px 6px;
  color: var(--ink);
  background: var(--pistachio);
  border: 2px solid var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
  transform: rotate(-5deg) translateY(2px);
}

.header-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 16px;
  color: var(--white);
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  cursor: pointer;
}

.header-cart strong {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--blue);
  background: var(--white);
  border-radius: 50%;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  min-height: 440px;
  color: var(--white);
  background: var(--blue);
  border-bottom: 0;
}

.intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 90px) clamp(20px, 4vw, 64px) clamp(52px, 6vw, 90px);
}

.eyebrow,
.section-number {
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.tiny-love {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 7px;
  margin: 0 0 26px;
  padding: 6px 10px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--raspberry);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  transform: rotate(-1.5deg);
}

.tiny-love span {
  color: var(--raspberry);
}

.intro h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 6.7rem);
  font-weight: 950;
  letter-spacing: -0.085em;
  line-height: 0.78;
  text-transform: uppercase;
}

.intro h1 span {
  display: inline-block;
  color: var(--pistachio);
  transform: translateX(0.18em);
}

.intro-note {
  max-width: 520px;
  margin: clamp(24px, 3vw, 38px) 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--raspberry);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.intro-collage {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background: var(--orange);
}

.food-shot {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: var(--paper);
  border: var(--border);
  box-shadow: 8px 8px 0 var(--ink);
}

.food-shot img {
  height: 100%;
  object-fit: cover;
}

.food-shot-main {
  z-index: 1;
  width: min(57%, 440px);
  aspect-ratio: 1;
  top: 13%;
  left: 8%;
  transform: rotate(-4deg);
}

.food-shot-top {
  z-index: 2;
  width: min(42%, 320px);
  aspect-ratio: 1;
  top: 7%;
  right: -2%;
  transform: rotate(7deg);
}

.food-shot-bottom {
  z-index: 3;
  width: min(43%, 330px);
  aspect-ratio: 1;
  right: 4%;
  bottom: 4%;
  transform: rotate(-6deg);
}

.love-sticker {
  position: absolute;
  z-index: 4;
  right: 39%;
  bottom: 8%;
  display: grid;
  width: 110px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--ink);
  background: var(--pistachio);
  border: var(--border);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-align: center;
  transform: rotate(9deg);
}

.cat-sticker {
  position: absolute;
  z-index: 6;
  bottom: -8px;
  left: 1.5%;
  width: 145px;
  margin: 0;
  transform: rotate(-3deg);
}

.cat-sticker img {
  width: 100%;
  filter: drop-shadow(3px 4px 0 rgba(22, 22, 22, 0.95));
}

.cat-sticker figcaption {
  position: absolute;
  right: -22px;
  bottom: 12px;
  padding: 5px 7px;
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 2px 2px 0 var(--raspberry);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.intro-doodles span {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  line-height: 1;
}

.doodle-heart {
  top: 48%;
  right: 1.5%;
  width: 54px;
  height: 54px;
  color: var(--raspberry) !important;
  border-radius: 50%;
  font-size: 1.65rem;
  transform: rotate(10deg);
}

.doodle-flower {
  top: 3%;
  left: 2%;
  width: 48px;
  height: 48px;
  color: var(--blue) !important;
  font-size: 1.7rem;
  transform: rotate(-9deg);
}

.doodle-spark {
  bottom: 3%;
  left: 48%;
  width: 42px;
  height: 42px;
  background: var(--raspberry) !important;
  font-size: 1.4rem;
  transform: rotate(8deg);
}

.ticker {
  overflow: hidden;
  padding: 12px 0 11px;
  background: var(--pistachio);
  border-top: var(--border);
  border-bottom: var(--border);
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.ticker-track {
  width: max-content;
  animation: ticker 25s linear infinite;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.gluten-note {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(230px, 0.45fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
  width: min(calc(100% - clamp(36px, 8vw, 128px)), 1312px);
  margin: clamp(34px, 6vw, 76px) auto 0;
  padding: clamp(22px, 3vw, 34px);
  background: var(--pistachio);
  border: var(--border);
  box-shadow: var(--shadow);
}

.gluten-stamp {
  display: grid;
  width: clamp(92px, 10vw, 126px);
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  background: var(--paper);
  border: var(--border);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-7deg);
}

.gluten-stamp span {
  color: var(--blue);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.85;
}

.gluten-stamp small {
  margin-top: 7px;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.gluten-copy .section-number {
  margin-bottom: 7px;
  color: var(--blue);
}

.gluten-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.3vw, 4rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.gluten-copy > p:last-child,
.gluten-care p {
  margin: 14px 0 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.84rem;
}

.menu-source {
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  padding: 7px 10px;
  color: var(--white);
  background: var(--blue);
  border: 2px solid var(--ink);
  box-shadow: 2px 2px 0 var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-source:hover,
.menu-source:focus-visible {
  background: var(--blue-dark);
  outline: 3px solid rgba(0, 92, 185, 0.22);
}

.gluten-care {
  position: relative;
  padding: 18px;
  background: var(--paper);
  border: var(--border);
  box-shadow: 4px 4px 0 var(--blue);
  transform: rotate(1.5deg);
}

.gluten-care strong {
  font-size: 1.08rem;
  font-weight: 950;
}

.gluten-care p {
  margin-top: 7px;
}

.gluten-care span {
  position: absolute;
  right: 12px;
  bottom: -18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--white);
  background: var(--raspberry);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.menu-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 112px) clamp(18px, 4vw, 64px) 120px;
  background: var(--cream);
}

.menu-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 40px;
  align-items: end;
  margin-bottom: 36px;
}

.menu-heading .section-number {
  color: var(--blue);
}

.sunday-note {
  letter-spacing: normal;
  text-transform: none;
}

.menu-heading h2,
.drawer-header h2,
.review-header h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.personal-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: var(--pistachio);
  border: var(--border);
  box-shadow: var(--shadow);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  transform: rotate(1.2deg);
}

.personal-note p {
  margin: 0;
  font-size: 0.86rem;
}

.personal-note > span {
  color: var(--raspberry);
  font-size: 1.3rem;
}

.filters {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin: 0 calc(clamp(18px, 4vw, 64px) * -1) 56px;
  padding: 5px clamp(18px, 4vw, 64px) 10px;
  scrollbar-width: none;
}

.filters::-webkit-scrollbar {
  display: none;
}

.filter-button {
  flex: 0 0 auto;
  padding: 11px 17px;
  color: var(--ink);
  background: var(--paper);
  border: var(--border);
  border-radius: 999px;
  box-shadow: 3px 3px 0 transparent;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
  text-decoration: none;
  transition: 160ms ease;
}

.filter-button:hover,
.filter-button:focus-visible {
  box-shadow: 3px 3px 0 var(--ink);
  outline: none;
  transform: translate(-2px, -2px);
}

.filter-button span {
  margin-right: 4px;
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
}

.menu-sections {
  display: grid;
  gap: clamp(74px, 9vw, 120px);
}

.menu-subsection {
  scroll-margin-top: 22px;
}

.subsection-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: var(--border);
}

.subsection-kicker {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.subsection-heading h3 {
  margin: 0;
  font-size: clamp(2.2rem, 4.8vw, 4.7rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.subsection-count {
  min-width: 72px;
  padding: 9px 12px;
  background: var(--sky);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(2deg);
}

.subsection-extra {
  display: flex;
  align-items: center;
  gap: 22px;
}

.section-mascot {
  width: 160px;
  margin: 0;
  padding: 6px;
  background: var(--white);
  border: var(--border);
  box-shadow: 5px 5px 0 var(--raspberry);
  transform: rotate(-3deg);
}

.section-mascot img {
  height: auto;
}

.menu-subsection:nth-child(even) .section-mascot {
  box-shadow: 5px 5px 0 var(--blue);
  transform: rotate(3deg);
}

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

.dish-card {
  position: relative;
  display: flex;
  min-height: 355px;
  flex-direction: column;
  overflow: hidden;
  background: var(--paper);
  border: var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: 180ms ease;
}

.dish-card:hover {
  transform: translate(-2px, -3px);
  box-shadow: 8px 9px 0 var(--ink);
}

.dish-card.is-selected {
  box-shadow: 8px 8px 0 var(--blue);
}

.dish-photo {
  position: relative;
  aspect-ratio: 1.18;
  overflow: hidden;
  background: var(--dish-color, var(--sky));
  border-bottom: var(--border);
}

.dish-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.dish-card:hover .dish-photo img {
  transform: scale(1.035);
}

.dish-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 32%, transparent 72%, rgba(0, 0, 0, 0.08));
  content: "";
  pointer-events: none;
}

.dish-love {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 12px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--raspberry);
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 1.1rem;
  transform: rotate(7deg);
}

.dish-badges {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dish-badge {
  padding: 5px 8px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dish-badge:first-child {
  background: var(--pistachio);
}

.dish-content {
  display: flex;
  height: 100%;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.dish-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dish-content h4 {
  margin: 0;
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.dish-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 22px;
  color: var(--muted);
  font-size: 0.92rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dish-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 0;
}

.dish-price {
  margin: auto 0 16px;
  padding: 10px 12px;
  background: var(--pistachio);
  border: 2px solid var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.5;
}

.dish-price > span {
  color: var(--ink);
  margin-right: 4px;
}

.add-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 850;
  cursor: pointer;
}

.add-button:hover,
.add-button:focus-visible {
  background: var(--blue);
  outline: 3px solid rgba(23, 56, 232, 0.25);
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 38px minmax(34px, auto) 38px;
  align-items: center;
  overflow: hidden;
  border: var(--border);
  border-radius: 999px;
}

.quantity-control button {
  display: grid;
  min-height: 40px;
  place-items: center;
  background: transparent;
  border: 0;
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
}

.quantity-control button:hover,
.quantity-control button:focus-visible {
  background: var(--pistachio);
  outline: none;
}

.quantity-control output {
  text-align: center;
  font-weight: 900;
}

.promise {
  padding: clamp(58px, 8vw, 100px) clamp(18px, 6vw, 90px);
  background: var(--raspberry);
  border-top: var(--border);
}

.promise-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 60px;
  align-items: end;
}

.promise-big {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 8rem);
  font-weight: 950;
  letter-spacing: -0.085em;
  line-height: 0.79;
}

.promise-big span {
  color: var(--white);
}

.promise-copy {
  padding: 22px;
  background: var(--paper);
  border: var(--border);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.promise-copy p {
  margin: 0;
}

.promise-copy .fine-print {
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.78rem;
}

.love-footer {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 400px) minmax(0, 220px);
  min-height: 78px;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 56px);
  padding: 48px 24px 128px;
  color: var(--white);
  background: var(--ink);
  border-top: var(--border);
  font-size: clamp(0.9rem, 2vw, 1.15rem);
  letter-spacing: 0.09em;
  text-align: center;
}

.love-footer > p {
  margin: 0;
  line-height: 1.7;
}

.love-footer > img {
  height: auto;
  padding: 6px;
  background: var(--white);
  border: 3px solid var(--raspberry);
}

.footer-kisses {
  transform: rotate(-5deg);
}

.footer-kitten {
  transform: rotate(4deg);
}

.love-footer span:first-child {
  color: var(--pistachio);
}

.love-footer span:last-child {
  color: var(--raspberry);
}

.button-heart {
  color: var(--raspberry);
}

.sticky-cart {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  max-width: 680px;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: auto;
  padding: 10px 10px 10px 18px;
  color: var(--white);
  background: var(--ink);
  border: 2px solid var(--white);
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.sticky-cart[hidden] {
  display: none;
}

.sticky-cart > div {
  display: flex;
  flex-direction: column;
}

.sticky-cart span {
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sticky-cart strong {
  font-size: 1rem;
}

.sticky-cart button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 14px;
  padding: 11px 16px;
  background: var(--pistachio);
  border: 0;
  border-radius: 13px;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
}

dialog {
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
}

dialog::backdrop {
  background: rgba(5, 8, 25, 0.65);
  backdrop-filter: blur(4px);
}

.drawer {
  width: min(560px, 100%);
  height: 100%;
  margin: 0 0 0 auto;
  background: var(--paper);
}

.drawer[open] {
  animation: drawer-in 220ms ease-out;
}

@keyframes drawer-in {
  from {
    transform: translateX(100%);
  }
}

.drawer-shell {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr auto;
}

.drawer-header,
.review-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  background: var(--pistachio);
  border-bottom: var(--border);
}

.drawer-header .section-number,
.review-header .section-number {
  margin-bottom: 7px;
}

.drawer-header h2,
.review-header h2 {
  font-size: clamp(2.4rem, 8vw, 4rem);
}

.icon-button {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  background: var(--paper);
  border: var(--border);
  border-radius: 50%;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.icon-button:hover,
.icon-button:focus-visible {
  color: var(--white);
  background: var(--ink);
  outline: none;
}

.drawer-content {
  overflow-y: auto;
  padding: 24px 28px 32px;
}

.empty-cart {
  display: grid;
  min-height: 270px;
  place-items: center;
  padding: 30px;
  text-align: center;
}

.empty-cart strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(22, 22, 22, 0.22);
}

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

.cart-line p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.cart-line > div:first-child {
  min-width: 0;
}

.cart-line .cart-love-price {
  margin-top: 7px;
  color: var(--blue-dark);
  font-size: 0.875rem;
  font-weight: 800;
}

.love-total {
  margin-top: 24px;
  padding: 16px;
  background: var(--pistachio);
  border: var(--border);
  box-shadow: 4px 4px 0 var(--ink);
  overflow-wrap: anywhere;
}

.love-total-label {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.love-total > strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.5;
}

.love-total-note {
  margin: 10px 0 0;
  font-size: 0.875rem;
}

.order-details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: var(--border);
}

.order-details label {
  margin-top: 7px;
  font-size: 0.88rem;
  font-weight: 850;
}

.order-details label span {
  color: var(--muted);
  font-weight: 500;
}

.order-details input,
.order-details textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--ink);
  border-radius: 12px;
  resize: vertical;
}

.order-details input:focus,
.order-details textarea:focus {
  outline: 3px solid rgba(23, 56, 232, 0.25);
}

.drawer-footer {
  padding: 18px 28px 24px;
  background: var(--paper);
  border-top: var(--border);
}

.primary-button,
.secondary-button,
.whatsapp-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 18px;
  border: var(--border);
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.primary-button {
  width: 100%;
  color: var(--white);
  background: var(--blue);
  box-shadow: 4px 4px 0 var(--ink);
}

.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.review-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  background: var(--cream);
}

.review-dialog[open] {
  animation: review-in 220ms ease-out;
}

@keyframes review-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
}

.review-shell {
  min-height: 100%;
}

.review-header {
  position: sticky;
  z-index: 3;
  top: 0;
  color: var(--white);
  background: var(--blue);
}

.review-header > div > p:last-child {
  margin: 8px 0 0;
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(300px, 1fr) minmax(340px, 1.35fr);
  gap: 22px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px clamp(18px, 4vw, 64px) 112px;
}

.review-card {
  align-self: start;
  overflow: hidden;
  padding: 22px;
  background: var(--paper);
  border: var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.shopping-card {
  background: var(--pistachio);
}

.recipes-card {
  background: var(--sky);
}

.review-index {
  margin: 0 0 20px;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.review-card h3 {
  margin: 0 0 18px;
  font-size: 1.7rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.card-hint {
  margin: -8px 0 20px;
  font-size: 0.82rem;
}

.gluten-shopping-note {
  margin: 0 0 22px;
  padding: 10px 12px;
  background: var(--paper);
  border: 2px solid var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  transform: rotate(-0.6deg);
}

.egg-safety-note {
  margin: -7px 0 20px;
  padding: 10px 12px;
  background: var(--paper);
  border: 2px solid var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.74rem;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(22, 22, 22, 0.25);
}

.summary-line strong {
  color: var(--blue);
  flex-shrink: 0;
}

.summary-line small {
  display: block;
  margin-top: 6px;
  color: var(--blue-dark);
  font-size: 0.875rem;
}

.summary-note {
  margin-top: 18px;
  padding: 12px;
  background: var(--cream);
  border: 1px solid var(--ink);
  border-radius: 10px;
  font-size: 0.85rem;
}

.shopping-group + .shopping-group {
  margin-top: 22px;
}

.shopping-group h4 {
  margin: 0 0 8px;
  font-size: 0.77rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shopping-item {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 9px;
  align-items: start;
  padding: 7px 0;
  font-size: 0.88rem;
}

.shopping-item input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.shopping-item:has(input:checked) span {
  opacity: 0.55;
  text-decoration: line-through;
}

.shopping-qty {
  font-weight: 850;
  white-space: nowrap;
}

.recipe-details {
  background: var(--paper);
  border: 1.5px solid var(--ink);
  border-radius: 13px;
}

.recipe-details + .recipe-details {
  margin-top: 10px;
}

.recipe-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

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

.recipe-details summary::after {
  content: "+";
  font-size: 1.35rem;
  line-height: 1;
}

.recipe-details[open] summary::after {
  content: "−";
}

.recipe-body {
  padding: 15px 15px 16px;
  border-top: 1px solid rgba(22, 22, 22, 0.18);
}

.recipe-time {
  margin: 12px 0;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.recipe-ingredients {
  margin: 0 0 16px;
  padding: 12px;
  background: var(--cream);
  border: 1.5px solid var(--ink);
}

.recipe-ingredients h5 {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.recipe-ingredients ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  list-style: none;
}

.recipe-ingredients li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin: 0 !important;
}

.recipe-ingredients li span {
  min-width: 0;
}

.recipe-ingredients li strong {
  white-space: nowrap;
}

.scale-note {
  margin: 0 0 14px;
  padding: 9px 10px;
  background: var(--pistachio);
  border: 1.5px solid var(--ink);
  font-size: 0.76rem;
  font-weight: 750;
}

.recipe-body ol {
  margin: 0;
  padding-left: 21px;
  font-size: 0.86rem;
}

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

.review-footer {
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 248, 232, 0.94);
  border-top: var(--border);
  backdrop-filter: blur(10px);
}

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

.whatsapp-button {
  color: var(--white);
  background: #167c48;
  box-shadow: 4px 4px 0 var(--ink);
}

.whatsapp-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #167c48;
  background: var(--white);
  border-radius: 50%;
}

.toast {
  position: fixed;
  z-index: 120;
  top: 20px;
  left: 50%;
  padding: 11px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--raspberry);
  font-size: 0.88rem;
  font-weight: 850;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -20px);
  transition: 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1050px) {
  .intro {
    grid-template-columns: minmax(0, 0.92fr) minmax(410px, 1.08fr);
  }

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

  .gluten-note {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .gluten-care {
    grid-column: 1 / -1;
    margin-left: calc(clamp(92px, 10vw, 126px) + clamp(20px, 3vw, 44px));
  }

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

  .recipes-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 72px;
    padding: 12px 18px;
  }

  .header-cart span {
    display: none;
  }

  .header-cart {
    padding: 5px;
    border: 0;
  }

  .intro {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .intro-copy {
    min-height: 270px;
    padding: 28px 20px 30px;
  }

  .intro h1 {
    font-size: clamp(3.25rem, 16vw, 4.8rem);
  }

  .intro-note {
    margin-top: 20px;
    font-size: 0.9rem;
  }

  .intro-collage {
    min-height: 190px;
    border-top: var(--border);
  }

  .food-shot-main {
    width: 42%;
    top: 7%;
    left: 2%;
  }

  .food-shot-top {
    width: 39%;
    top: -8%;
    right: 29%;
  }

  .food-shot-bottom {
    width: 42%;
    right: -2%;
    bottom: 0;
  }

  .love-sticker {
    right: auto;
    bottom: -2%;
    left: 38%;
    width: 66px;
    font-size: 0.5rem;
  }

  .cat-sticker {
    bottom: -7px;
    left: -2%;
    width: 105px;
  }

  .cat-sticker figcaption {
    right: -36px;
    bottom: 7px;
    font-size: 0.48rem;
  }

  .doodle-heart {
    top: 6%;
    right: 1%;
    width: 38px;
    height: 38px;
    font-size: 1.15rem;
  }

  .doodle-flower {
    top: -7%;
    left: 1%;
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }

  .doodle-spark {
    display: none !important;
  }

  .menu-section {
    padding-top: 42px;
  }

  .gluten-note {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    width: calc(100% - 36px);
    padding: 20px;
  }

  .gluten-stamp {
    width: 72px;
  }

  .gluten-stamp small {
    font-size: 0.45rem;
  }

  .gluten-care {
    grid-column: 1 / -1;
    margin-left: 0;
  }

  .menu-heading {
    display: block;
    margin-bottom: 26px;
  }

  .menu-heading h2 {
    font-size: 2.7rem;
  }

  .personal-note {
    margin-top: 18px;
  }

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

  .menu-sections {
    gap: 74px;
  }

  .subsection-heading h3 {
    font-size: clamp(1.9rem, 7.5vw, 3.25rem);
    overflow-wrap: anywhere;
  }

  .subsection-heading {
    gap: 12px;
  }

  .subsection-extra {
    flex-direction: column;
    gap: 14px;
  }

  .section-mascot {
    width: clamp(100px, 30vw, 160px);
    padding: 4px;
  }

  .subsection-count {
    min-width: 60px;
    padding: 8px;
    font-size: 0.65rem;
  }

  .dish-card {
    min-height: 0;
  }

  .dish-photo {
    aspect-ratio: 1.28;
  }

  .dish-description {
    -webkit-line-clamp: 2;
  }

  .promise-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .promise-big {
    font-size: clamp(3.3rem, 17vw, 5.2rem);
  }

  .love-footer {
    grid-template-columns: repeat(2, minmax(0, 190px));
    gap: 24px;
  }

  .love-footer > p {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .drawer {
    width: 100%;
    height: min(88dvh, 820px);
    margin: auto 0 0;
    border-radius: 24px 24px 0 0;
  }

  .drawer[open] {
    animation-name: drawer-up;
  }

  @keyframes drawer-up {
    from {
      transform: translateY(100%);
    }
  }

  .drawer-header,
  .review-header {
    padding: 22px 18px;
  }

  .drawer-content {
    padding: 18px 18px 28px;
  }

  .drawer-footer {
    padding: 14px 18px 18px;
  }

  .review-header {
    position: relative;
  }

  .review-header > div > p:last-child {
    display: none;
  }

  .review-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 18px 126px;
  }

  .recipes-card {
    grid-column: auto;
  }

  .review-footer {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }

  .secondary-button {
    padding-right: 12px;
    padding-left: 12px;
  }

  .whatsapp-button {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.84rem;
    text-align: center;
  }

  .sticky-cart {
    bottom: calc(12px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 430px) {
  .gluten-note {
    grid-template-columns: 1fr;
  }

  .sticky-cart {
    right: 10px;
    left: 10px;
  }

  .sticky-cart > div {
    max-width: 118px;
  }

  .sticky-cart button {
    min-height: 50px;
    padding: 10px 13px;
  }

  .sticky-cart button span {
    display: none;
  }
}

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