@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;600;650;700&display=swap");
.announcement.demo-announcement {
  text-align: center;
}
:root {
  --cream: #f7f2e8;
  --paper: #fffcf6;
  --red: #ad3025;
  --dark-red: #872217;
  --ink: #29271f;
  --muted: #777267;
  --line: #dfd8ca;
  --orange: #eeb46b;
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.05;
}
h2 {
  font-family: var(--display);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 700;
  letter-spacing: -1px;
}
h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -2px;
}
h3 {
  font-size: 21px;
  letter-spacing: -0.6px;
}
p {
  color: var(--muted);
}
[hidden] {
  display: none !important;
}
button,
a,
input,
select,
textarea {
  outline-offset: 5px;
}
:focus-visible {
  outline: 3px solid #467b6d;
}
button {
  border: 0;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.container {
  width: min(1240px, calc(100% - 88px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}
.skip:focus {
  transform: translateY(0);
}
.announcement {
  padding: 8px 44px;
  background: var(--red);
  color: var(--cream);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.announcement > span:not(.announcement-end) {
  margin-left: 10px;
}
.announcement-end {
  float: right;
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgb(247 242 232 / 97%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 0.9;
}
.brand img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.brand > span {
  font-family: var(--display);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
}
.brand-sub {
  display: block;
  font-family: var(--body);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.25px;
  margin-top: 7px;
}
.header nav {
  display: flex;
  gap: 30px;
  font-size: 12px;
  font-weight: 600;
}
.header nav a {
  padding: 8px 0;
}
.header nav a:hover,
.header nav .active {
  color: var(--red);
}
.nav-order {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  font-size: 12px;
  font-weight: 600;
}
.nav-order svg {
  width: 20px;
  height: 20px;
}
.nav-order > span {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: white;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  font-size: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding-block: 62px 66px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 17px;
}
.little-star {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 6px;
}
h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(66px, 7.6vw, 112px);
  line-height: 0.88;
  letter-spacing: -2.4px;
}
h1 em {
  font-style: normal;
  color: var(--red);
}
.hero-description {
  font-size: 14px;
  max-width: 370px;
  margin: 26px 0 25px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 48px;
  padding: 13px 21px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid transparent;
  transition:
    background 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
}
.button:not(:disabled):hover {
  transform: translateY(-2px);
}
.button > span {
  font-size: 20px;
  line-height: 1;
}
.primary {
  background: var(--red);
  color: var(--paper);
}
.primary:not(:disabled):hover {
  background: var(--dark-red);
  box-shadow: 0 5px 20px #ad30251a;
}
.secondary {
  border-color: var(--line);
  background: var(--cream);
}
.secondary:hover {
  background: #eae1d0;
}
.handwritten {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.1;
  color: var(--red);
  transform: rotate(-8deg);
}
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
  font-size: 9px;
  font-weight: 600;
}
.hero-facts i {
  color: var(--red);
  font-style: normal;
  margin-right: 3px;
}
.hero-art {
  position: relative;
  min-width: 0;
  padding-bottom: 20px;
}
.photo-frame {
  position: relative;
  aspect-ratio: 1/0.99;
  overflow: hidden;
  border-radius: 150px 4px 4px 4px;
  background: #593c21;
}
.hero-photo {
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
.hero-art:hover .hero-photo {
  transform: scale(1.035);
}
.photo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #17140880, transparent 38%);
}
.photo-label {
  position: absolute;
  bottom: 21px;
  left: 25px;
  color: #fff6df;
  font-size: 8px;
  letter-spacing: 1.6px;
}
.round-stamp {
  position: absolute;
  right: -22px;
  top: -21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50%;
  width: 124px;
  height: 124px;
  background: var(--orange);
  color: var(--ink);
  outline: 1px dashed #72522d;
  outline-offset: -8px;
  transform: rotate(12deg);
}
.round-stamp > span {
  font-size: 7px;
  letter-spacing: 1.8px;
  font-weight: 700;
}
.round-stamp strong {
  font-family: Georgia, serif;
  font-size: 23px;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.hero-ticket {
  position: absolute;
  bottom: 0;
  left: -25px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 25px;
  background: var(--paper);
  box-shadow: 0 8px 30px #29271f14;
  border: 1px solid var(--line);
  transform: rotate(-3deg);
  font-size: 10px;
  line-height: 1.6;
}
.hero-ticket strong {
  font-size: 12px;
}
.ticket-icon {
  font-size: 28px;
  color: var(--red);
}
.ticker {
  overflow: hidden;
  background: var(--red);
  color: var(--cream);
  padding: 13px 0;
  transform: skewY(-1deg);
}
.ticker > div {
  width: max-content;
  display: flex;
  gap: 36px;
  align-items: center;
  font-family: var(--display);
  font-size: 21px;
  letter-spacing: 1.5px;
  font-weight: 600;
  animation: ticker 48s linear infinite;
}
.ticker b {
  font-size: 25px;
  color: var(--orange);
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
.menu-section {
  padding-block: 74px 60px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}
.section-heading > p {
  font-size: 12px;
  line-height: 1.8;
}
.ordering-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}
.menu-tabs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 23px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}
.menu-tabs button {
  padding: 8px 14px;
  min-height: 40px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}
.menu-tabs button.selected {
  background: var(--ink);
  color: var(--cream);
}
.menu-tabs button:not(.selected):hover {
  background: #eae3d6;
}
.menu-tabs span {
  font-size: 9px;
  margin-left: 9px;
  opacity: 0.7;
}
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.pizza-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: var(--paper);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.pizza-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 25px #29271f0b;
}
.card-photo {
  position: relative;
  height: 214px;
  overflow: hidden;
  background: #6d4226;
}
.card-photo img {
  width: 100%;
  height: 100%;
  object-position: center 48%;
  transition: transform 0.5s;
}
.pizza-card:hover img {
  transform: scale(1.045);
}
.badge {
  position: absolute;
  left: 13px;
  top: 13px;
  font-size: 8px;
  letter-spacing: 0.9px;
  font-weight: 700;
  padding: 5px 8px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 2px;
}
.badge-hot {
  background: var(--red);
  color: white;
}
.photo-note {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #16120f99;
  color: white;
  font-size: 8px;
  letter-spacing: 0.4px;
  padding: 2px 6px;
  border-radius: 2px;
}
.card-content {
  padding: 22px;
}
.card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.food-tag {
  color: #456047;
  border: 1px solid #a0b19a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  font-size: 9px;
}
.food-tag.hot {
  color: var(--red);
  border-color: #d9a899;
}
.tiny-star {
  color: var(--red);
  font-size: 21px;
}
.card-content > p {
  font-size: 11px;
  line-height: 1.7;
  margin: 12px 0 22px;
  min-height: 38px;
}
.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.card-bottom > strong {
  font-size: 20px;
  letter-spacing: -0.5px;
}
.card-bottom > strong > span {
  font-size: 13px;
}
.add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 42px;
  padding: 8px 11px;
  border: 1px solid #d9c8b9;
  border-radius: 4px;
  background: transparent;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  transition:
    background 0.18s,
    color 0.18s;
}
.add span {
  font-size: 21px;
  line-height: 1;
}
.add:hover {
  background: var(--red);
  color: var(--paper);
  border-color: var(--red);
}
.menu-note {
  font-size: 9px;
  margin-top: 13px;
}
.side-card {
  margin-top: 23px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 17px;
}
.side-doodle {
  font: italic 45px Georgia;
  color: var(--red);
}
.side-card .eyebrow {
  font-size: 8px;
  margin-bottom: 6px;
  letter-spacing: 1px;
}
.side-card h3 {
  font-size: 19px;
}
.side-card > strong {
  margin-left: auto;
  font-size: 13px;
  white-space: nowrap;
}
.side-card .add {
  gap: 12px;
}
.order-card {
  position: sticky;
  top: 113px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 25px 23px 20px;
  box-shadow: 0 8px 25px #29271f05;
  scroll-margin-top: 115px;
}
.order-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.order-heading h3 {
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: -0.2px;
}
.order-heading > span {
  font-size: 9px;
  white-space: nowrap;
  color: var(--muted);
}
.order-location {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 17px;
  border-bottom: 1px dashed var(--line);
  font-size: 9px;
  color: var(--muted);
}
.order-location > span:first-child {
  font-size: 15px;
  color: var(--red);
}
.order-location > span:last-child {
  margin-left: auto;
  font-size: 8px;
}
.empty-cart {
  text-align: center;
  padding: 26px 0 30px;
}
.empty-cart svg {
  width: 70px;
  height: 70px;
  stroke: var(--red);
  stroke-width: 1.3;
  margin-bottom: 10px;
  transform: rotate(12deg);
}
.empty-cart h4 {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 600;
}
.empty-cart p {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 12px;
}
.cart-items {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 390px;
  overflow: auto;
}
.cart-item {
  padding: 18px 0;
  border-bottom: 1px dashed var(--line);
}
.cart-item-top,
.cart-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 8px;
}
.cart-item-top strong {
  font-size: 11px;
}
.cart-item-top p {
  font-size: 9px;
  margin-top: 3px;
}
.cart-item-top > strong {
  white-space: nowrap;
}
.cart-item-bottom {
  align-items: center;
  margin-top: 9px;
}
.quantity {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}
.quantity button {
  width: 36px;
  height: 36px;
  background: #f3eee3;
  font-size: 17px;
}
.quantity button:hover:not(:disabled) {
  background: #e9dec9;
}
.quantity button:focus-visible {
  outline-offset: -4px;
}
.quantity span {
  min-width: 25px;
  text-align: center;
  font-size: 11px;
}
.remove {
  background: transparent;
  color: var(--muted);
  font-size: 9px;
  text-decoration: underline;
  min-height: 36px;
  padding: 5px;
}
.remove:hover {
  color: var(--red);
}
.receipt-totals {
  padding-top: 20px;
  border-top: 1px dashed var(--line);
}
.receipt-totals > div {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
}
.receipt-totals .grand-total {
  font-size: 16px;
  color: var(--ink);
  margin-top: 12px;
}
.receipt-totals > p {
  font-size: 8px;
  margin-top: 10px;
}
.checkout-button {
  width: 100%;
  margin-top: 20px;
  padding-inline: 12px;
  gap: 14px;
  font-size: 11px;
}
.order-footer {
  font-size: 8px;
  text-align: center;
  margin-top: 13px;
}
.receipt-edge {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -9px;
  height: 10px;
  background:
    linear-gradient(135deg, var(--paper) 25%, transparent 25%) -5px 0,
    linear-gradient(225deg, var(--paper) 25%, transparent 25%) -5px 0;
  background-size: 10px 10px;
}
.deal-section {
  padding-bottom: 70px;
}
.deal {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--red);
  color: var(--cream);
  overflow: hidden;
  border-radius: 5px;
  min-height: 365px;
}
.deal-copy {
  position: relative;
  z-index: 1;
  padding: 40px 48px;
}
.deal-copy .eyebrow {
  color: #eac699;
}
.deal h2 {
  font-size: clamp(44px, 5vw, 65px);
  line-height: 0.95;
}
.deal-copy > p:not(.eyebrow) {
  color: #f1d4c3;
  font-size: 12px;
  margin-block: 18px 22px;
}
.cream {
  background: var(--cream);
  color: var(--red);
}
.cream:hover {
  background: #f0d8b5;
}
.deal-photo {
  overflow: hidden;
}
.deal-photo img {
  width: 100%;
  height: 100%;
  max-height: 395px;
  object-position: center 42%;
  transform: scale(1.01);
}
.deal-stamp {
  position: absolute;
  top: 30%;
  left: calc(50% - 63px);
  z-index: 2;
  background: var(--orange);
  color: var(--ink);
  border-radius: 50%;
  width: 126px;
  height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(10deg);
  outline: 1px dashed #715534;
  outline-offset: -7px;
}
.deal-stamp > span {
  font-size: 7px;
  letter-spacing: 1px;
  font-weight: 700;
}
.deal-stamp strong {
  font-family: var(--display);
  font-size: 48px;
  line-height: 1.2;
}
.deal-stamp strong span {
  font-size: 27px;
}
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  padding-bottom: 76px;
}
.story-photo {
  position: relative;
  height: 410px;
  overflow: hidden;
  border-radius: 4px 90px 4px 4px;
  background: var(--ink);
}
.story-photo img {
  width: 100%;
  height: 100%;
  object-position: center 30%;
  filter: brightness(0.75);
}
.story-photo > span {
  position: absolute;
  bottom: 25px;
  left: 27px;
  color: white;
  font-size: 8px;
  letter-spacing: 1px;
}
.story-photo strong {
  display: block;
  font: italic 35px Georgia;
  letter-spacing: -1px;
  margin-top: 9px;
}
.story-copy h2 {
  line-height: 1.03;
}
.story-copy > p:not(.eyebrow) {
  max-width: 390px;
  font-size: 12px;
  line-height: 1.9;
  margin-top: 18px;
}
.text-link {
  display: inline-flex;
  gap: 25px;
  padding-block: 10px;
  margin-top: 20px;
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  border-bottom: 1px solid var(--red);
}
.text-link:hover {
  gap: 35px;
}
.closing {
  padding: 56px 0;
  text-align: center;
  border-top: 1px solid var(--line);
  background: #eee7d9;
}
.closing .eyebrow {
  margin-bottom: 13px;
}
.closing .button {
  margin-top: 25px;
}
.closing h2 {
  font-size: clamp(44px, 5vw, 70px);
}
footer {
  background: var(--ink);
  color: var(--cream);
  padding: 38px 0 22px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer-top > p {
  font-size: 11px;
  color: #e2d6c3;
}
.footer-top > p > span {
  font-size: 10px;
  color: #b5ad9e;
}
.footer-top > a:last-child {
  font-size: 11px;
}
.footer-top > a:last-child:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 8px;
  letter-spacing: 0.5px;
  color: #b5ad9e;
  margin-top: 32px;
  padding-top: 19px;
  border-top: 1px solid #ffffff20;
}
.mobile-cart {
  display: none;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 100;
  background: var(--ink);
  color: var(--cream);
  border-radius: 5px;
  box-shadow: 0 8px 30px #0002;
  padding: 13px 22px;
  font-size: 12px;
  width: max-content;
  max-width: calc(100% - 32px);
  opacity: 0;
  transform: translate(-50%, 15px);
  transition:
    opacity 0.2s,
    transform 0.2s;
  pointer-events: none;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
dialog {
  width: min(580px, calc(100% - 28px));
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 100px #0003;
}
dialog::backdrop {
  background: #211d17a8;
  backdrop-filter: blur(4px);
}
.close-dialog {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--cream);
  font-size: 25px;
}
.close-dialog:hover {
  background: var(--line);
}
.dialog-top {
  margin-bottom: 26px;
}
.dialog-top h2 {
  font-size: 48px;
}
.dialog-top > p:last-child {
  margin-top: 12px;
  font-size: 12px;
}
.dialog-top .eyebrow {
  font-size: 8px;
}
.fulfillment {
  display: flex;
  gap: 12px;
  margin: 0 0 21px;
  padding: 0;
  border: 0;
}
.fulfillment legend {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 9px;
}
.fulfillment label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  flex: 1;
  padding: 12px;
  cursor: pointer;
}
.fulfillment label:has(:checked) {
  border-color: var(--red);
  background: #ad302509;
}
.fulfillment input {
  accent-color: var(--red);
  width: 16px;
  height: 16px;
  min-height: 0;
  margin: 0;
  padding: 0;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.form-grid label {
  font-size: 11px;
  font-weight: 600;
}
.form-grid .full {
  grid-column: 1/-1;
}
.optional {
  font-weight: 400;
  color: var(--muted);
}
input,
select,
textarea {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  margin-top: 7px;
  border: 1px solid #cfc6b5;
  border-radius: 5px;
  background: #fffdf8;
  color: var(--ink);
  font-size: 14px;
}
textarea {
  resize: vertical;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #ad302540;
  outline-offset: 1px;
  border-color: var(--red);
}
.checkout-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 22px;
  font-size: 13px;
}
.checkout-total strong {
  font-size: 23px;
}
.checkout-help {
  font-size: 10px;
  line-height: 1.8;
  margin: 15px 0;
}
.checkout-help a {
  text-decoration: underline;
}
.full-button {
  width: 100%;
  margin-top: 10px;
  justify-content: space-between;
}
.review-intro {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.review-intro > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #e5ecdf;
  color: #456047;
  border-radius: 50%;
  font-size: 22px;
}
.review-intro p {
  font-size: 11px;
  margin-top: 6px;
}
.review-intro h3 {
  font-size: 19px;
}
#send-step > label {
  font-size: 11px;
  font-weight: 600;
}
#order-message {
  font-size: 12px;
  line-height: 1.7;
  background: var(--cream);
}
.copy-status {
  font-size: 11px;
  color: #456047;
  margin-top: 10px;
}
.back-button {
  background: transparent;
  font-size: 12px;
  color: var(--red);
  min-height: 44px;
  padding: 10px 0;
}
.noscript {
  padding: 20px;
  background: var(--red);
  color: white;
  text-align: center;
}
.noscript a {
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 75px 85px;
  }
  .hero-art {
    max-width: 540px;
  }
  .hero h1 {
    font-size: 119px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 56px);
  }
  .hero {
    gap: 40px;
  }
  .hero-facts {
    gap: 10px;
    font-size: 8px;
  }
  .ordering-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 22px;
  }
  .card-content {
    padding: 17px;
  }
  .card-photo {
    height: 180px;
  }
  .card-bottom {
    flex-wrap: wrap;
    gap: 12px;
  }
  .card-bottom .add {
    gap: 12px;
  }
  .story {
    gap: 50px;
  }
  .order-card {
    padding-inline: 19px;
  }
  .header nav {
    gap: 20px;
  }
  .round-stamp {
    right: -10px;
  }
}
@media (max-width: 850px) {
  .header nav {
    gap: 15px;
    font-size: 10px;
  }
  .hero {
    gap: 26px;
    padding-block: 43px 50px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-facts {
    gap: 9px;
  }
  .hero-art .round-stamp {
    width: 95px;
    height: 95px;
    top: -18px;
  }
  .round-stamp strong {
    font-size: 20px;
  }
  .round-stamp > span {
    font-size: 5px;
  }
  .hero-ticket {
    padding: 12px 15px;
    left: -10px;
  }
  .hero-ticket strong {
    font-size: 10px;
  }
  .hero-ticket > span {
    font-size: 9px;
  }
  .hero-art .photo-frame {
    border-top-left-radius: 100px;
    aspect-ratio: 1/1.25;
  }
  .ordering-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .order-card {
    position: relative;
    top: auto;
    width: 100%;
  }
  .cart-items {
    max-height: none;
  }
  .empty-cart {
    padding: 20px;
  }
  .empty-cart svg {
    width: 55px;
    height: 55px;
  }
  .empty-cart h4 br,
  .empty-cart p br {
    display: none;
  }
  .menu-grid {
    gap: 22px;
  }
  .card-photo {
    height: 250px;
  }
  .card-content {
    padding: 22px;
  }
  .card-content > p {
    min-height: 0;
  }
  .order-heading h3 {
    font-size: 30px;
  }
  .order-location,
  .order-heading > span {
    font-size: 11px;
  }
  .cart-item-top strong {
    font-size: 13px;
  }
  .quantity button {
    width: 44px;
    height: 44px;
  }
  .remove {
    min-height: 44px;
    font-size: 11px;
  }
  .receipt-totals > p,
  .order-footer {
    font-size: 10px;
  }
  .order-location > span:last-child {
    font-size: 10px;
  }
  .checkout-button {
    font-size: 13px;
  }
  .mobile-cart {
    display: flex;
    position: fixed;
    z-index: 15;
    bottom: 16px;
    left: 20px;
    right: 20px;
    align-items: center;
    gap: 18px;
    padding: 14px 18px;
    background: var(--red);
    color: white;
    border-radius: 7px;
    box-shadow: 0 5px 25px #29271f30;
    font-size: 12px;
  }
  .mobile-cart > strong {
    margin-left: auto;
  }
  .mobile-cart b {
    background: #fff2;
    margin-left: 7px;
    padding: 3px 7px;
    border-radius: 50%;
  }
  body.has-cart footer {
    padding-bottom: 90px;
  }
  body.has-cart .toast {
    bottom: 85px;
  }
  .story {
    gap: 35px;
  }
  .story-photo {
    height: 380px;
  }
  .story h2 {
    font-size: 43px;
  }
  .deal-copy {
    padding: 35px;
  }
  .deal-stamp {
    width: 105px;
    height: 105px;
    left: calc(50% - 40px);
  }
  .deal-stamp strong {
    font-size: 39px;
  }
  .deal-stamp > span {
    font-size: 6px;
  }
  .section-heading > p {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 125px;
  }
  .container {
    width: calc(100% - 36px);
  }
  .announcement {
    font-size: 7px;
    letter-spacing: 1px;
    text-align: center;
    padding: 7px 10px;
  }
  .announcement-end {
    display: none;
  }
  .header-inner {
    height: auto;
    min-height: 94px;
    padding-block: 13px 9px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .brand > span {
    font-size: 29px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .brand-sub {
    font-size: 6px;
    margin-top: 6px;
  }
  .header nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 30px;
    font-size: 10px;
  }
  .header nav a {
    padding: 3px 0;
  }
  .nav-order {
    font-size: 11px;
    gap: 6px;
  }
  .nav-order svg {
    width: 17px;
  }
  .nav-order > span {
    height: 22px;
    min-width: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 32px 43px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: clamp(70px, 17vw, 96px);
    letter-spacing: -1.8px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 340px;
    margin-block: 22px;
  }
  .hero-actions .button {
    min-height: 48px;
  }
  .hero-facts {
    font-size: 8px;
    margin-top: 22px;
    gap: 13px;
  }
  .hero-art {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 7px;
  }
  .hero-art .photo-frame {
    aspect-ratio: 1.15;
    border-top-left-radius: 90px;
  }
  .hero-art .round-stamp {
    width: 98px;
    height: 98px;
    right: 5px;
    top: -23px;
  }
  .hero-ticket {
    left: 10px;
    bottom: -4px;
    padding: 12px 18px;
  }
  .hero-ticket strong {
    font-size: 11px;
  }
  .photo-label {
    bottom: 27px;
    left: auto;
    right: 15px;
    font-size: 6px;
    max-width: 110px;
    text-align: right;
    line-height: 1.8;
  }
  .ticker {
    padding: 9px 0;
  }
  .ticker > div {
    font-size: 18px;
    gap: 23px;
  }
  .ticker b {
    font-size: 20px;
  }
  .menu-section {
    padding-block: 43px;
  }
  .section-heading {
    align-items: start;
    gap: 15px;
    margin-bottom: 25px;
  }
  .section-heading > p {
    display: none;
  }
  .section-heading .eyebrow {
    margin-bottom: 10px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .menu-tabs {
    gap: 6px;
  }
  .menu-tabs button {
    font-size: 10px;
    padding: 7px 10px;
  }
  .menu-tabs span {
    margin-left: 4px;
  }
  .menu-grid {
    gap: 13px;
  }
  .card-photo {
    height: 165px;
  }
  .badge {
    font-size: 6px;
    letter-spacing: 0.5px;
    top: 9px;
    left: 8px;
    padding: 4px 6px;
  }
  .card-content {
    padding: 15px 12px;
  }
  .card-title h3 {
    font-size: 17px;
  }
  .card-content > p {
    font-size: 10px;
    line-height: 1.7;
    min-height: 51px;
    margin: 10px 0 17px;
  }
  .card-bottom {
    gap: 12px;
  }
  .card-bottom > strong {
    font-size: 20px;
  }
  .card-bottom .add {
    width: 100%;
    justify-content: space-between;
    padding: 8px 10px;
    min-height: 44px;
  }
  .tiny-star {
    font-size: 17px;
  }
  .food-tag {
    width: 17px;
    height: 17px;
    font-size: 8px;
    flex-shrink: 0;
  }
  .photo-note {
    font-size: 6px;
    padding: 2px 4px;
    bottom: 6px;
    right: 6px;
  }
  .menu-note {
    font-size: 8px;
    line-height: 1.6;
  }
  .side-card {
    gap: 12px;
  }
  .side-card .eyebrow {
    font-size: 6px;
  }
  .side-card h3 {
    font-size: 16px;
  }
  .side-card > strong {
    font-size: 12px;
  }
  .side-doodle {
    font-size: 35px;
  }
  .side-card .add {
    min-height: 44px;
  }
  .order-card {
    scroll-margin-top: 128px;
  }
  .deal-section {
    padding-bottom: 45px;
  }
  .deal {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .deal-copy {
    padding: 30px;
  }
  .deal h2 {
    font-size: 49px;
  }
  .deal-copy .eyebrow {
    font-size: 8px;
  }
  .deal-photo {
    height: 190px;
  }
  .deal-photo img {
    object-position: center 42%;
    height: 100%;
    width: 100%;
  }
  .deal-stamp {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 140px;
    transform: rotate(12deg);
    width: 115px;
    height: 115px;
  }
  .story {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-bottom: 43px;
  }
  .story-photo {
    height: 280px;
    border-top-right-radius: 65px;
  }
  .story-photo img {
    object-position: center 30%;
  }
  .story-copy h2 {
    font-size: 46px;
  }
  .story-copy .eyebrow {
    font-size: 8px;
  }
  .story-copy > p:not(.eyebrow) {
    font-size: 12px;
    max-width: none;
  }
  .text-link {
    margin-top: 13px;
  }
  .closing {
    padding-block: 40px;
  }
  .closing h2 {
    font-size: 43px;
  }
  .closing .eyebrow {
    font-size: 8px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 23px;
  }
  .footer-top > p {
    font-size: 10px;
  }
  .footer-top > a:last-child {
    width: 100%;
    font-size: 10px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 7px;
    gap: 13px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  dialog {
    padding: 28px 20px;
    max-height: calc(100dvh - 28px);
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .dialog-top h2 {
    font-size: 44px;
  }
  .dialog-top > p:last-child {
    max-width: 280px;
  }
  .fulfillment legend {
    font-size: 10px;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  .toast {
    font-size: 11px;
  }
  .hero-art:hover .hero-photo,
  .pizza-card:hover img {
    transform: none;
  }
}
/* Keep the angled decorative ribbon inside the viewport. */
body {
  overflow-x: clip;
}
.pizza-card {
  display: flex;
  flex-direction: column;
}
.card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-title {
  min-height: 34px;
}
.card-bottom {
  margin-top: auto;
}
@media (min-width: 601px) and (max-width: 850px) {
  .hero h1 {
    font-size: clamp(54px, 8vw, 68px);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .pizza-card:hover,
  .button:hover {
    transform: none !important;
  }
}
