:root {
  --cream: #fff6ec;
  --ivory: #fffdf8;
  --paper: #ffe9c8;
  --linen: #ffd7e6;
  --ink: #141414;
  --charcoal: #2a2a2a;
  --muted: #5a534c;
  --rule: #141414;
  --gold: #ff4d8d;
  --gold-soft: #ffd36b;
  --burgundy: #ff2e88;
  --burgundy-deep: #c81e66;
  --olive: #5ad14c;
  --shadow: 5px 5px 0 #141414;
  --font-display: "Lilita One", "Impact", sans-serif;
  --font-serif: "Libre Baskerville", Georgia, serif;
  --font-body: "Courier Prime", "Courier New", Courier, monospace;
  --font-mono: "Courier Prime", "Courier New", Courier, monospace;
  --font-scribble: "Caveat", "Comic Sans MS", cursive;
  --radius: 0;
  --focus: 0 0 0 3px #fff, 0 0 0 6px #141414;
  --pink: #ff4d8d;
  --pink-soft: #ffb3d0;
  --lemon: #ffd36b;
  --mint: #7cff6b;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background-color: #fff3e2;
  background-image:
    radial-gradient(circle at 8% 12%, rgba(255, 77, 141, 0.1), transparent 22%),
    radial-gradient(circle at 92% 6%, rgba(255, 211, 107, 0.22), transparent 20%);
  letter-spacing: 0;
}

a:hover {
  color: var(--pink);
}

.eyebrow {
  font-family: var(--font-body);
  letter-spacing: 0.1em;
  color: var(--ink);
  background: var(--lemon);
  display: inline-block;
  padding: 0.18rem 0.45rem;
  border: 2px solid #141414;
}

.display,
.hero-brand,
.page h1,
.served,
.dish-hero h1,
.section-head h2,
.brand-mark,
.menu-item h3,
.course-name,
.choice-name,
.side-name,
.steps article h2,
.step h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.92;
}

.tape {
  position: relative;
}

.tape::after {
  content: "";
  position: absolute;
  top: -0.45rem;
  left: 22%;
  width: 2.6rem;
  height: 0.7rem;
  background: rgba(255, 211, 107, 0.85);
  border: 2px solid #141414;
  transform: rotate(-6deg);
  pointer-events: none;
}

.scribble {
  font-family: var(--font-scribble) !important;
  letter-spacing: 0.02em;
}

.cutout {
  background: #fff;
  color: #141414;
  display: inline-block;
  padding: 0.06em 0.12em;
  border: 3px solid #141414;
  box-shadow: 6px 6px 0 #141414;
}

.btn,
.btn-strong {
  border: 3px solid #141414;
  border-radius: 0;
  box-shadow: 4px 4px 0 #141414;
  font-family: var(--font-body);
  letter-spacing: 0.08em;
}

.btn:hover,
.btn-strong:hover {
  background: var(--pink);
  border-color: #141414;
  color: #141414;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #141414;
}

.btn-sticker {
  background: var(--pink);
  color: #141414;
  border-radius: 999px;
  border: 3px solid #141414;
  box-shadow: 4px 4px 0 #141414;
}

.btn-secondary {
  background: var(--lemon);
  color: #141414;
}

.nav {
  background: #141414;
  color: #fff;
  border-bottom: 0;
  backdrop-filter: none;
}

.nav .brand,
.nav-links a,
.nav-toggle {
  color: #fff;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  background: var(--pink);
  color: #141414;
  padding: 0.12rem 0.4rem;
  border: 2px solid #fff;
}

.brand-tag {
  font-family: var(--font-scribble);
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--lemon);
  font-size: 1rem;
}

.nav-links a {
  font-family: var(--font-body);
  letter-spacing: 0;
  text-transform: lowercase;
  border-bottom: 2px dotted transparent;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--lemon);
  border-bottom-color: var(--pink);
}

.nav-toggle {
  border: 2px solid #fff;
  background: var(--pink);
  color: #141414;
}

.nav-panel {
  background: #141414;
  border-top: 3px solid var(--pink);
}

.nav-panel a {
  color: #fff;
  letter-spacing: 0;
  text-transform: lowercase;
  border-bottom: 2px dotted #444;
}

.hero {
  text-align: center;
  place-items: center;
  position: relative;
  overflow: visible;
  min-height: unset;
  padding: 2.2rem 1rem 2.4rem;
}

.hero-stage {
  width: min(100%, 720px);
}

.hero-brand {
  font-size: clamp(2.8rem, 10vw, 5.8rem);
  max-width: 100%;
}

.hero-tag {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  color: var(--pink);
  transform: none;
  margin: 0.7rem 0 0;
}

.hero-ornament {
  display: none;
}

.hero-support {
  margin: 1.1rem auto 0;
}

.hero-actions {
  justify-content: center;
  align-items: center;
}

.hero-compose {
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-scribble);
  font-size: 1.15rem;
  color: #141414;
}

.place-setting {
  justify-content: center;
  margin: 1.3rem 0 0;
}

.polaroid {
  background: #fff;
  border: 3px solid #141414;
  padding: 0.65rem 0.65rem 1.15rem;
  box-shadow: 6px 6px 0 #141414;
}

.cloche-trigger {
  color: #141414;
}

.cloche-hint {
  font-family: var(--font-scribble);
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.15rem;
  color: #141414;
}

.cloche {
  width: min(240px, 56vw);
}

.cloche-reveal {
  margin: 1rem auto 0;
  max-width: 26rem;
}

.sticker-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sticker {
  position: absolute;
  font-family: var(--font-scribble);
  border: 2px solid #141414;
  background: #fff;
  padding: 0.12rem 0.4rem;
  box-shadow: 2px 2px 0 #141414;
  font-size: 1.05rem;
  line-height: 1;
}

.sticker-star { top: 1.2rem; right: 6%; background: var(--lemon); transform: rotate(10deg); }
.sticker-yum { top: 38%; left: 4%; background: var(--pink); transform: rotate(-7deg); }

.service-rail {
  background: #141414;
  color: #fff;
  border-top: 0;
  border-bottom: 0;
}

.service-table {
  color: var(--lemon);
  letter-spacing: 0.1em;
}

.waiter-board {
  font-family: var(--font-scribble);
  font-size: 1.3rem;
  color: #fff;
}

.seating-row {
  border: 3px solid #141414;
  background: #fff;
  box-shadow: 6px 6px 0 #141414;
}

.course {
  background: transparent;
}

.course:nth-child(2) {
  background: #fff4f8;
}

.section-head h2 {
  font-size: clamp(2.1rem, 6vw, 3.6rem);
  transform: none;
}

.menu-sheet {
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.menu-list {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.menu-item {
  background: #fff;
  border: 3px solid #141414;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 5px 5px 0 #141414;
  transform: none;
}

.menu-item:nth-child(even) {
  background: #fff8d8;
}

.menu-item:hover,
.menu-item:focus-visible {
  background: #fff;
  z-index: 2;
}

.menu-item:hover h3,
.menu-item:focus-visible h3,
.course:hover .course-name,
.course:focus-visible .course-name {
  color: var(--pink);
}

.menu-item h3 {
  font-family: var(--font-display);
  font-weight: 400;
}

.menu-cta {
  display: inline-block;
  justify-self: start;
  width: max-content;
  background: var(--pink);
  color: #141414;
  border: 2px solid #141414;
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  letter-spacing: 0.04em;
}

.menu-special {
  border: 3px solid #141414;
  background: var(--lemon);
  padding: 1.2rem 1.2rem 1.3rem;
  box-shadow: 6px 6px 0 var(--pink);
  transform: none;
  text-align: left;
}

@media (min-width: 800px) {
  .menu-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
  .menu-sheet { padding: 0; }
}

.dish-hero {
  flex: 1;
  border-bottom: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255, 77, 141, 0.16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 211, 107, 0.24), transparent 24%);
}

.profile article,
.step,
.ticket,
.serve-option,
.modal-sheet {
  border: 3px solid #141414;
  box-shadow: 5px 5px 0 #141414;
  background: #fff;
}

.choice,
.side {
  border: 3px solid #141414;
  background: #fff8d8;
}

.choice:has(input:checked),
.side:has(input:checked),
.choice.is-selected,
.side.is-selected {
  background: var(--pink-soft);
  box-shadow: 3px 3px 0 #141414;
}

.receipt {
  background: #fff7c2;
  border: 3px solid #141414;
  box-shadow: 6px 6px 0 var(--pink);
  transform: none;
  font-family: var(--font-mono);
}

.result-serve-line {
  font-family: var(--font-scribble);
  font-size: 1.7rem;
}

.result-actions .btn-ghost {
  border: 3px solid #141414;
}

.footer {
  background: #141414;
  color: #fff;
  border-top: 0;
}

.footer .brand-mark {
  display: inline-block;
}

.footer a { color: var(--lemon); }
.footer small,
.footer .muted { color: #ddd; }

.order-bar {
  background: #141414;
  color: #fff;
  border-top: 3px solid var(--pink);
}

.task-label {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0.8rem 0 0.4rem;
}

.serve-task,
.special-box textarea,
.serve-url {
  border: 3px solid #141414;
  background: #fff8d8;
}

.steps article {
  background: #fff;
  border: 3px solid #141414;
  box-shadow: 5px 5px 0 #141414;
  padding: 1rem 1.1rem 1.15rem;
  transform: none;
}

.steps article:nth-child(even) {
  background: #fff8d8;
}

.page h1 {
  display: block;
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  transform: none;
}

.dish-kicker,
.dish-brand {
  font-family: var(--font-body);
  letter-spacing: 0.08em;
}

.dish-quote {
  font-family: var(--font-scribble);
  font-style: normal;
}

.choice-name,
.side-name {
  font-weight: 400;
}

.modal-sheet {
  overflow: visible;
}

.modal-sheet .btn,
.serve-option .btn {
  overflow: hidden;
  box-shadow: 4px 4px 0 #141414;
}

.toast {
  background: #fff;
  color: #141414;
  border: 3px solid #141414;
  box-shadow: 4px 4px 0 #141414;
  font-family: var(--font-body);
  font-size: 0.92rem;
  padding: 0.7rem 0.9rem;
}

@media (max-width: 860px) {
  .sticker-field { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .menu-item,
  .cutout,
  .sticker {
    transform: none !important;
  }
}
