:root {
  --ink: #151515;
  --paper: #f3efe5;
  --red: #e82d2d;
  --lime: #c7e34a;
  --white: #fffdf8;
  --line: rgba(21, 21, 21, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
a { color: inherit; text-decoration: none; }
button, select { font: inherit; color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin: 0; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }

.demo-strip {
  background: var(--ink);
  color: var(--white);
  padding: 7px 20px;
  text-align: center;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nav-wrap {
  width: min(1240px, calc(100% - 32px));
  margin: auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 5px 7px rgba(0,0,0,.12));
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: .82;
  font-family: 'Archivo Black', sans-serif;
  font-size: 19px;
}
.brand-copy em { color: var(--red); font-style: normal; }
nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.nav-cta { padding: 12px 18px; border: 2px solid var(--ink); border-radius: 999px; }

.hero {
  min-height: 700px;
  width: min(1240px, calc(100% - 32px));
  margin: auto;
  padding: 68px 0 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
  gap: 20px;
  align-items: center;
}
.hero-copy, .hero-art, .section-heading > *, .cards > *, .quick-grid > *, .info-grid > * { min-width: 0; }
.hero-copy h1,
.section-heading h2,
.info-main h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(52px, 7vw, 104px);
  line-height: .9;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.hero-copy h1 span { color: var(--red); }
.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 900;
}
.hero-copy p {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.7;
  margin: 22px 0 30px;
}
.hero-actions, .info-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 999px;
  border: 2px solid var(--ink);
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: white; box-shadow: 0 8px 0 var(--ink); }
.btn-secondary { background: transparent; }
.btn-ghost { background: rgba(255,255,255,.6); }
.light-ghost { border-color: rgba(255,255,255,.6); color: white; background: transparent; }

.hero-meta {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.28);
}
.hero-fact {
  padding: 15px 14px;
  min-width: 0;
  border-right: 1px solid var(--line);
}
.hero-fact:last-child { border-right: 0; }
.hero-fact strong {
  display: block;
  font-family: 'Archivo Black', sans-serif;
  font-size: 17px;
  line-height: 1.05;
}
.hero-fact span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
  opacity: .58;
}

.hero-art {
  position: relative;
  min-height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.orbit {
  position: absolute;
  border-radius: 50%;
  border: 2px dashed rgba(21,21,21,.16);
}
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 390px; height: 390px; animation: spin 18s linear infinite; }
.pizza-stage {
  position: relative;
  z-index: 2;
  width: min(430px, 82%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.pizza-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 77%;
  height: 77%;
  margin: auto;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 18px 38px rgba(21,21,21,.13);
}
.hero-pizza {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 18px rgba(21,21,21,.18));
  will-change: transform;
  transition: transform .14s linear;
}
.hero-pizza.solo {
  transform: translate3d(0, var(--pizza-y, 0px), 0) rotateX(var(--pizza-tilt, 6deg)) rotateZ(var(--pizza-spin, -10deg)) scale(var(--pizza-scale, 1));
}
.hero-sticker {
  position: absolute;
  z-index: 3;
  width: 116px;
  left: 6px;
  bottom: 38px;
  transform: rotate(-9deg);
  filter: drop-shadow(8px 9px 0 var(--ink));
  animation: floatSticker 4.6s ease-in-out infinite;
}
.speed-card {
  position: absolute;
  right: 0;
  bottom: 34px;
  z-index: 4;
  background: var(--lime);
  padding: 18px 22px;
  border: 2px solid var(--ink);
  transform: rotate(5deg);
  font-size: 13px;
  line-height: 1.1;
  box-shadow: 8px 8px 0 var(--ink);
  animation: floatCard 5.4s ease-in-out infinite;
}
.speed-card strong { display: block; margin-top: 8px; font-family: 'Archivo Black'; font-size: 25px; }

.ticker {
  overflow: hidden;
  background: var(--red);
  color: white;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 17px 0;
  white-space: nowrap;
  font-family: 'Archivo Black';
  font-size: 18px;
  transform: rotate(-1deg) scale(1.01);
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 30s linear infinite;
  will-change: transform;
}
.ticker-group { flex: 0 0 auto; white-space: nowrap; padding-right: 28px; }
.ticker span { color: var(--lime); margin: 0 22px; }

.menu-section, .full-menu {
  width: min(1240px, calc(100% - 32px));
  margin: auto;
  padding: 120px 0;
}
.full-menu { padding-top: 0; }
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 46px;
}
.section-heading h2, .info-main h2 { font-size: clamp(46px, 5.8vw, 82px); max-width: 100%; }
.section-intro {
  max-width: 420px;
  line-height: 1.7;
  font-size: 16px;
  opacity: .74;
}
.compact-heading { margin-bottom: 28px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pizza-card {
  min-height: 420px;
  padding: 60px 18px 28px;
  border: 2px solid var(--ink);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--white);
  transition: transform .25s ease, box-shadow .25s ease, outline .2s ease;
  overflow: hidden;
}
.pizza-card:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 10px 12px 0 var(--ink); }
.pizza-card.featured { background: var(--red); color: white; transform: rotate(1deg); }
.pizza-card.featured:hover { transform: translateY(-8px) rotate(0deg); }
.food-photo-wrap {
  height: 185px;
  border-radius: 19px;
  overflow: hidden;
  margin: -18px 0 22px;
  background: #e6e0d0;
}
.featured-photo-wrap { background: rgba(255,255,255,.16); }
.food-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
  transition: transform .4s ease;
}
.contain-five { object-fit: cover; object-position: center; transform: scale(1.02); }
.pizza-card:hover .food-photo { transform: scale(1.05); }
.pizza-card:hover .contain-five { transform: scale(1.07); }
.card-num { font-size: 12px; font-weight: 900; letter-spacing: .14em; opacity: .65; }
.pizza-card h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(32px, 3.2vw, 43px);
  line-height: 1;
  margin-top: auto;
  overflow-wrap: anywhere;
}
.pizza-card p { line-height: 1.6; max-width: 280px; margin: 10px 0 16px; }
.tag {
  align-self: flex-start;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.planner-intro {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.58);
}
.planner-intro .eyebrow { margin-bottom: 8px; }
.planner-intro p { line-height: 1.65; max-width: 760px; }

.menu-block {
  border: 2px solid var(--ink);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,.92));
  box-shadow: 10px 12px 0 rgba(21,21,21,.08);
  overflow: clip;
}
.menu-block + .menu-block { margin-top: 18px; }
.menu-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 24px 26px;
  user-select: none;
}
.menu-block[open] .menu-summary { border-bottom: 1px solid rgba(21,21,21,.08); }
.menu-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(232,45,45,.08);
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.menu-block h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: .95;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.summary-action {
  flex: 0 0 auto;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
}
.menu-block[open] .summary-action { background: var(--ink); color: white; }
.menu-content {
  overflow: hidden;
  padding: 20px 26px 26px;
  opacity: 1;
  transition: max-height .48s cubic-bezier(.2,.75,.2,1), opacity .28s ease, padding .35s ease;
}
.price-note { margin-bottom: 18px; font-weight: 700; font-size: 15px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.quick-grid-3 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.quick-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.double-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 18px; }
.sub-block h4 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.compact-card {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  padding: 56px 16px 16px;
  position: relative;
  overflow: hidden;
  transition: outline .2s ease, transform .2s ease;
}
.compact-card h4 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 22px;
  line-height: 1;
  overflow-wrap: anywhere;
}
.compact-card p { line-height: 1.55; font-size: 14px; color: rgba(21,21,21,.82); }
.price-card strong { margin-top: auto; font-family: 'Archivo Black', sans-serif; font-size: 28px; color: var(--red); }
.price-card small { display: block; margin-top: 8px; line-height: 1.4; font-size: 12px; opacity: .7; }
.drinks-grid { margin-top: 0; }
.is-extra { display: none; }
.collapsible-grid.expanded .is-extra { display: flex; }
.see-more-btn {
  margin: 18px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  border: 2px solid var(--ink);
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.pick-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--ink);
  background: rgba(255,255,255,.96);
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 4px 0 rgba(21,21,21,.12);
  transition: transform .16s ease, background .16s ease;
}
.pick-btn:hover { transform: translateY(-2px); }
.pick-btn::before { content: '+'; line-height: 1; }
.pick-btn.is-active { background: var(--lime); }
.pick-count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: white;
  border: 2px solid var(--ink);
  font-size: 11px;
  font-weight: 900;
}
.pizza-card.is-picked, .compact-card.is-picked { outline: 3px solid var(--lime); outline-offset: -3px; }

.floating-note {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: min(370px, calc(100vw - 24px));
  pointer-events: none;
}
.note-panel, .note-bubble { pointer-events: auto; }
.note-panel {
  border: 2px solid var(--ink);
  border-radius: 28px;
  background: #fffefb;
  box-shadow: 12px 14px 0 rgba(21,21,21,.14);
  overflow: hidden;
  transform-origin: bottom right;
  transition: opacity .22s ease, transform .26s cubic-bezier(.2,.8,.2,1);
}
.note-bubble {
  margin-left: auto;
  width: 62px;
  height: 62px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 7px 8px 0 var(--ink);
  cursor: pointer;
  position: relative;
  display: none;
}
.note-bubble-icon {
  position: absolute;
  left: 18px;
  top: 14px;
  width: 25px;
  height: 31px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background:
    linear-gradient(var(--ink), var(--ink)) 5px 8px / 13px 2px no-repeat,
    linear-gradient(var(--ink), var(--ink)) 5px 14px / 13px 2px no-repeat,
    linear-gradient(var(--ink), var(--ink)) 5px 20px / 10px 2px no-repeat,
    white;
  transform: rotate(-5deg);
}
.note-badge {
  position: absolute;
  right: -7px;
  top: -7px;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: white;
  border: 2px solid var(--ink);
  font-size: 11px;
  font-weight: 900;
}
.floating-note.is-collapsed .note-panel { display: none; }
.floating-note.is-collapsed .note-bubble { display: block; }
.note-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 17px 13px;
  border-bottom: 2px solid rgba(21,21,21,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,246,240,.94));
}
.note-kicker {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .55;
}
.note-header h3 { font-family: 'Archivo Black', sans-serif; font-size: 27px; line-height: 1; }
.note-header-actions { display: flex; gap: 7px; }
.note-clear, .note-collapse {
  border: 1px solid var(--line);
  background: white;
  cursor: pointer;
  font-weight: 800;
}
.note-clear { border-radius: 999px; padding: 7px 10px; font-size: 12px; }
.note-collapse { width: 34px; height: 34px; border-radius: 50%; font-size: 18px; }
.note-page {
  padding: 13px 16px 12px;
  max-height: 330px;
  overflow-y: auto;
  background:
    repeating-linear-gradient(to bottom, transparent 0, transparent 30px, rgba(21,21,21,.07) 30px, rgba(21,21,21,.07) 31px),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,248,242,.98));
}
.note-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 5px; }
.note-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  font-family: 'Caveat', cursive;
  font-size: 25px;
  line-height: 1;
}
.note-line-main { min-width: 0; }
.note-line-title { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.note-line-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 3px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  opacity: .68;
}
.note-size {
  max-width: 86px;
  height: 27px;
  border: 1px solid rgba(21,21,21,.18);
  border-radius: 999px;
  padding: 0 7px;
  background: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 800;
}
.note-qty { font-weight: 800; white-space: nowrap; }
.note-minus {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid rgba(21,21,21,.25);
  background: rgba(255,255,255,.9);
  cursor: pointer;
  font-weight: 900;
}
.empty-note { font-size: 23px !important; opacity: .5; min-height: 62px !important; }
.note-tips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.note-tip {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(199,227,74,.32);
  border: 1px solid rgba(21,21,21,.12);
  font-size: 11px;
  font-weight: 800;
}
.note-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 2px solid rgba(21,21,21,.14);
}
.note-total-row span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.note-total-row strong { font-family: 'Archivo Black', sans-serif; font-size: 25px; }
.note-offer { margin-top: 7px; font-size: 11px; line-height: 1.4; opacity: .68; }
.note-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px 16px 15px;
}
.note-actions .btn { padding: 11px 12px; font-size: 12px; }

.info-grid {
  background: var(--ink);
  color: white;
  padding: 100px max(28px, calc((100vw - 1184px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 54px;
  align-items: stretch;
}
.info-main p { font-size: 23px; opacity: .75; margin: 24px 0 36px; }
.info-main .btn-primary { background: var(--red); box-shadow: 0 7px 0 var(--lime); }
.light { border-color: white; color: white; }
.info-side { display: grid; gap: 18px; }
.mini-panel {
  min-height: 190px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 26px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mini-panel span { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; }
.mini-panel strong { font-family: 'Archivo Black'; font-size: 32px; line-height: 1; }
.mini-panel small { opacity: .75; line-height: 1.45; }
.mini-panel.accent { background: var(--lime); color: var(--ink); transform: rotate(-2deg); border-color: var(--lime); }
footer { padding: 50px 28px 65px; width: min(1240px, 100%); margin: auto; }
.footer-brand { font-family: 'Archivo Black'; font-size: 42px; }
.footer-brand span { color: var(--red); }
footer p { font-weight: 700; margin: 12px 0 10px; }
footer small { opacity: .55; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-25%); } }
@keyframes floatSticker {
  0%,100% { transform: rotate(-9deg) translateY(0); }
  50% { transform: rotate(-7deg) translateY(-10px); }
}
@keyframes floatCard {
  0%,100% { transform: rotate(5deg) translateY(0); }
  50% { transform: rotate(3deg) translateY(-8px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two, .ticker-track, .hero-sticker, .speed-card { animation: none; }
  .hero-pizza, .reveal, .menu-content { transition: none; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
  .hero-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-fact:nth-child(2) { border-right: 0; }
  .hero-fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 46px; }
  .hero-art { min-height: 430px; }
  .pizza-stage { width: min(330px, 78vw); }
  .orbit-one { width: min(370px, 88vw); height: min(370px, 88vw); }
  .orbit-two { width: min(300px, 72vw); height: min(300px, 72vw); }
  .hero-sticker { width: 88px; left: 7%; bottom: 35px; }
  .cards, .info-grid { grid-template-columns: 1fr; }
  .section-heading { flex-direction: column; align-items: flex-start; }
  .section-intro { max-width: none; }
  .quick-grid, .quick-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .food-photo-wrap { height: 250px; }
  .menu-summary { flex-direction: column; align-items: flex-start; }
  .floating-note { right: 14px; bottom: 14px; width: min(340px, calc(100vw - 28px)); }
}

@media (max-width: 520px) {
  .demo-strip { font-size: 9px; letter-spacing: .1em; padding-inline: 12px; }
  .nav-wrap { width: calc(100% - 24px); padding: 13px 0; }
  .brand-logo { width: 46px; height: 46px; }
  .brand-copy { font-size: 16px; }
  .nav-cta { font-size: 11px; padding: 9px 11px; white-space: nowrap; }
  .hero { width: calc(100% - 24px); padding: 38px 0 66px; gap: 18px; min-height: auto; }
  .hero-copy h1 { font-size: clamp(42px, 13vw, 64px); line-height: .92; }
  .hero-copy p { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-art { min-height: 350px; }
  .pizza-stage { width: min(270px, 72vw); }
  .orbit-one { width: min(300px, 82vw); height: min(300px, 82vw); }
  .orbit-two { width: min(250px, 68vw); height: min(250px, 68vw); }
  .hero-sticker { width: 70px; left: 4%; bottom: 24px; }
  .speed-card { right: 4px; bottom: 18px; padding: 13px 15px; font-size: 10px; }
  .speed-card strong { font-size: 18px; }
  .hero-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-fact { padding: 12px 10px; }
  .hero-fact strong { font-size: 14px; }
  .hero-fact span { font-size: 9px; }

  .menu-section, .full-menu { width: calc(100% - 24px); padding: 82px 0; }
  .full-menu { padding-top: 0; }
  .section-heading h2, .info-main h2 { font-size: clamp(36px, 11.5vw, 52px); line-height: .94; overflow-wrap: anywhere; }
  .section-heading { gap: 18px; margin-bottom: 30px; }
  .cards { grid-template-columns: 1fr; }
  .food-photo-wrap { height: 210px; }
  .pizza-card { min-height: 390px; }
  .pizza-card h3 { font-size: clamp(30px, 10vw, 42px); }

  .planner-intro { padding: 14px; }
  .quick-grid, .quick-grid-2, .quick-grid-3, .double-grid { grid-template-columns: 1fr; }
  .menu-block { border-radius: 24px; }
  .menu-summary { padding: 18px; gap: 12px; }
  .menu-block h3 { font-size: clamp(26px, 8vw, 38px); }
  .menu-content { padding: 16px 18px 20px; }
  .compact-card { min-height: 130px; }

  .floating-note { left: 12px; right: 12px; bottom: 12px; width: auto; }
  .note-bubble { width: 58px; height: 58px; box-shadow: 6px 7px 0 var(--ink); }
  .note-bubble-icon { left: 16px; top: 12px; }
  .note-panel { border-radius: 22px; max-height: 62vh; display: flex; flex-direction: column; }
  .floating-note.is-collapsed .note-panel { display: none; }
  .note-header { padding: 12px 13px 10px; }
  .note-header h3 { font-size: 22px; }
  .note-page { padding: 10px 13px; max-height: 34vh; }
  .note-list li { font-size: 22px; min-height: 29px; }
  .note-size { height: 25px; max-width: 76px; }
  .note-total-row strong { font-size: 22px; }
  .note-actions { grid-template-columns: 1fr 1fr; padding: 8px 13px 12px; }
  .note-actions .btn { width: 100%; padding: 10px 8px; font-size: 11px; }

  .info-grid { padding: 76px 18px; gap: 28px; }
  .info-main p { font-size: 18px; }
  footer { padding: 40px 18px 55px; }
  .footer-brand { font-size: 34px; }
}
