:root {
  --cream: #fff8eb;
  --paper: #fffdf8;
  --ink: #3b1b10;
  --muted: #765346;
  --red: #ed341d;
  --red-dark: #c82513;
  --orange: #ffad1f;
  --line: rgba(111, 56, 26, 0.18);
  --shadow: 0 18px 42px rgba(115, 61, 23, 0.14);
  --display: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  --body: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
}

body.modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(240, 169, 25, 0.78);
  outline-offset: 3px;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: #fff;
  background: var(--ink);
  border-radius: 14px;
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 10px;
  left: 50%;
  display: grid;
  grid-template-columns: 260px 1fr 230px;
  align-items: center;
  width: min(1480px, calc(100% - 32px));
  min-height: 88px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 32px;
  background: rgba(255, 253, 248, 0.93);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand > span {
  display: grid;
  gap: 3px;
}

.brand strong,
.footer-brand strong {
  font-family: var(--display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.brand strong {
  white-space: nowrap;
  font-size: 21px;
  line-height: 1;
}

.brand small {
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.6vw, 46px);
}

.nav button {
  position: relative;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.nav button::after {
  position: absolute;
  right: 0;
  bottom: 9px;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--red);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: 0.18s ease;
}

.nav button:hover::after,
.nav button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.primary-button,
.secondary-button,
.combo-button {
  min-height: 54px;
  padding: 0 23px;
  border-radius: 19px;
  font-weight: 900;
  cursor: pointer;
}

.primary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0;
  background: linear-gradient(135deg, #f04425, #df2816);
  color: #fff;
  box-shadow: 0 12px 26px rgba(224, 48, 26, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(224, 48, 26, 0.32);
}

.secondary-button,
.combo-button {
  border: 1.5px solid rgba(95, 44, 17, 0.72);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

.combo-button {
  border-color: rgba(237, 52, 29, 0.28);
  color: var(--red);
}

.header-order {
  min-height: 58px;
}

.header-order img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  align-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 14px;
  background: var(--red);
}

.menu-toggle span {
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.hero {
  padding-top: 120px;
  background: #fff1d8;
  overflow: hidden;
}

.hero-poster {
  position: relative;
  width: 100%;
  background: #fff1d8;
}

.hero-poster > img {
  width: 100%;
}

.poster-hotspot {
  position: absolute;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.poster-hotspot:hover {
  background: rgba(255, 255, 255, 0.08);
}

.poster-hotspot--combo {
  top: 7%;
  left: 44.4%;
  width: 9.7%;
  height: 26%;
  border-radius: 50%;
}

.poster-hotspot--order {
  top: 78%;
  left: 9%;
  width: 15.6%;
  height: 10.5%;
  border-radius: 22px;
}

.poster-hotspot--menu {
  top: 78%;
  left: 26%;
  width: 15%;
  height: 10.5%;
  border-radius: 22px;
}

.hero-mobile {
  display: none;
}

.menu-flow {
  position: relative;
}

.category-bar {
  position: sticky;
  z-index: 42;
  top: 105px;
  padding: 14px max(24px, calc(50vw - 700px));
  background: linear-gradient(rgba(255, 250, 240, 0.97), rgba(255, 250, 240, 0.88));
  backdrop-filter: blur(14px);
}

.category-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 247, 232, 0.96);
  box-shadow: 0 14px 34px rgba(105, 53, 21, 0.08);
}

.category-tab {
  min-height: 60px;
  padding: 12px 20px;
  border: 0;
  border-radius: 17px;
  background: transparent;
  color: #54291c;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 900;
  cursor: pointer;
  transition: 0.18s ease;
}

.category-tab:hover {
  background: #fff2dc;
  transform: translateY(-2px);
}

.category-tab.is-active {
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 22px rgba(224, 55, 29, 0.25);
}

.section {
  padding: 98px max(24px, calc(50vw - 700px));
  scroll-margin-top: 190px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 48px;
  margin-bottom: 46px;
}

.section-heading.compact {
  margin-bottom: 34px;
}

.section-heading > p {
  max-width: 520px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.section-kicker {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section h2,
.group-heading h3,
.modal h2 {
  margin: 8px 0 0;
  font-family: var(--display);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section h2 {
  font-size: clamp(43px, 4.7vw, 70px);
}

.menu-section,
.drinks-section {
  background: var(--paper);
}

.snacks-section {
  position: relative;
  background:
    radial-gradient(circle at 92% 5%, rgba(237, 52, 29, 0.1), transparent 25%),
    linear-gradient(160deg, #fff2d8 0%, #fffaf0 50%, #ffe9c1 100%);
  overflow: hidden;
}

.snacks-section::before {
  position: absolute;
  top: -110px;
  right: -75px;
  width: 280px;
  height: 280px;
  border: 42px solid rgba(255, 173, 31, 0.16);
  border-radius: 50%;
  content: "";
}

.drinks-section {
  background:
    radial-gradient(circle at 8% 4%, rgba(237, 52, 29, 0.08), transparent 24%),
    var(--paper);
}

.product-grid {
  display: grid;
  gap: 18px;
}

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

.product-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  position: relative;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff7e8;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  box-shadow: 0 22px 42px rgba(105, 53, 21, 0.12);
  transform: translateY(-6px);
}

.tone-red { background: linear-gradient(145deg, #fff4df, #ffe5d1); }
.tone-gold { background: linear-gradient(145deg, #fff8dc, #ffedb7); }
.tone-dark { background: linear-gradient(145deg, #f8eadb, #ead2bd); }
.tone-green { background: linear-gradient(145deg, #f6f1d4, #e8e6b5); }
.tone-berry { background: linear-gradient(145deg, #fff0e8, #f7cfc4); }
.tone-mustard { background: linear-gradient(145deg, #fff7d2, #f3d783); }
.tone-smoke { background: linear-gradient(145deg, #f1e7df, #d6c0b1); }
.tone-herb { background: linear-gradient(145deg, #eef1d7, #cfdda9); }

.product-image {
  aspect-ratio: 1.12;
  margin: -7px -7px 17px;
  border: 1px solid rgba(111, 56, 26, 0.12);
  border-radius: 22px;
  background: #fff4df;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(100, 46, 15, 0.12);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.hit-label {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 17px;
  padding: 7px 10px;
  border-radius: 99px;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 7px 0;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
}

.product-card > p {
  min-height: 66px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.card-footer strong {
  white-space: nowrap;
  font-size: 22px;
}

.add-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(95, 44, 17, 0.25);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.add-button span {
  color: var(--red);
  font-size: 20px;
  line-height: 1;
}

.menu-group {
  display: grid;
  gap: 27px;
}

.menu-group + .menu-group {
  margin-top: 66px;
  padding-top: 60px;
  border-top: 1px dashed rgba(111, 56, 26, 0.22);
}

.group-heading h3 {
  font-size: clamp(36px, 4vw, 56px);
}

.story-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 20px;
  background: #30170f;
}

.story-card {
  position: relative;
  min-height: 510px;
  padding: 50px;
  border-radius: 34px;
  overflow: hidden;
}

.story-card h2 {
  max-width: 620px;
  font-size: clamp(44px, 4.4vw, 70px);
}

.story-card p {
  max-width: 580px;
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.6;
}

.story-card--red {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.16), transparent 24%),
    var(--red);
  color: #fff;
}

.story-card--red::before {
  position: absolute;
  top: -80px;
  right: -50px;
  width: 300px;
  height: 300px;
  border: 45px solid rgba(255, 191, 33, 0.35);
  border-radius: 50%;
  content: "";
}

.story-number {
  position: absolute;
  top: 30px;
  left: 42px;
  opacity: 0.35;
  font-family: var(--display);
  font-size: 50px;
}

.story-card--cream {
  display: flex;
  align-items: end;
  justify-content: space-between;
  background: #fff5df;
}

.story-doodle {
  position: absolute;
  top: 50px;
  right: 45px;
  display: grid;
  place-content: center;
  width: 145px;
  height: 145px;
  border: 3px dashed #ed8e23;
  border-radius: 50%;
  color: #ed8e23;
  font-family: var(--display);
  font-size: 28px;
  line-height: 0.9;
  text-align: center;
  transform: rotate(10deg);
}

.delivery-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 76px;
  background: var(--paper);
}

.delivery-copy > p {
  max-width: 610px;
  margin: 24px 0 27px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.demo-note {
  display: grid;
  gap: 3px;
  max-width: 540px;
  margin: -6px 0 20px;
  padding: 14px 17px;
  border: 1px solid rgba(237, 52, 29, 0.2);
  border-radius: 16px;
  background: #fff1d8;
}

.demo-note strong {
  color: var(--red);
  font-size: 14px;
}

.demo-note span {
  color: var(--muted);
  font-size: 12px;
}

.delivery-steps {
  display: grid;
  gap: 13px;
}

.delivery-steps > div {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-content: center;
  min-height: 108px;
  padding: 19px 22px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: #fff7e8;
}

.delivery-steps span {
  grid-row: 1 / 3;
  display: grid;
  place-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--orange);
  font-family: var(--display);
  font-size: 22px;
}

.delivery-steps strong {
  font-size: 19px;
}

.delivery-steps small {
  margin-top: 4px;
  color: #846357;
}

.app-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(510px, 1.12fr);
  align-items: center;
  gap: clamp(46px, 7vw, 105px);
  background:
    radial-gradient(circle at 14% 24%, rgba(255, 255, 255, 0.72), transparent 24%),
    linear-gradient(135deg, #fff6e4, #ffe0a0);
}

.app-showcase {
  position: relative;
  display: grid;
  align-content: space-between;
  justify-items: center;
  min-height: 480px;
  padding: 34px;
  border: 1px solid rgba(152, 80, 10, 0.16);
  border-radius: 40px;
  background:
    radial-gradient(circle at 50% 42%, #ffd36f, transparent 44%),
    var(--orange);
  box-shadow: 0 28px 60px rgba(139, 75, 12, 0.2);
  overflow: hidden;
}

.app-showcase::before,
.app-showcase::after {
  position: absolute;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "";
}

.app-showcase::before {
  top: -80px;
  right: -55px;
  width: 220px;
  height: 220px;
}

.app-showcase::after {
  bottom: 80px;
  left: -70px;
  width: 170px;
  height: 170px;
}

.app-chip {
  z-index: 1;
  justify-self: start;
  padding: 9px 13px;
  border-radius: 99px;
  background: #fff3d6;
  color: #6f341b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.app-showcase > img {
  z-index: 1;
  width: min(270px, 72%);
  padding: 11px;
  border-radius: 34%;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 44px rgba(100, 48, 9, 0.24);
  transform: rotate(-2deg);
}

.app-showcase > div {
  z-index: 1;
  display: grid;
  gap: 3px;
  width: min(360px, 100%);
  padding: 15px 18px;
  border-radius: 18px;
  background: #34180f;
  color: #fff;
  text-align: center;
}

.app-showcase > div span {
  color: #e4cabe;
  font-size: 12px;
}

.app-copy > p {
  max-width: 660px;
  margin: 22px 0 24px;
  color: #6f4c3e;
  font-size: 18px;
  line-height: 1.6;
}

.app-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}

.app-benefits > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 2px 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(121, 70, 26, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.65);
}

.app-benefits span {
  grid-row: 1 / 3;
  display: grid;
  place-content: center;
  width: 39px;
  height: 39px;
  border-radius: 12px;
  background: #ffd06a;
  font-size: 19px;
  font-weight: 900;
}

.app-benefits strong {
  font-size: 14px;
}

.app-benefits small {
  color: #86675a;
  font-size: 11px;
}

.app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-status {
  display: block;
  margin-top: 13px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff7e7;
  color: #6b4739;
  line-height: 1.45;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 54px;
  padding: 50px max(24px, calc(50vw - 700px));
  background: #30170f;
  color: #fff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-brand img {
  width: 56px;
  height: 56px;
}

.footer-brand > div,
.footer-contact {
  display: grid;
  gap: 4px;
}

.footer-brand strong {
  font-size: 23px;
}

.footer-brand span,
.footer-contact span,
.footer-contact small {
  color: #c9afa4;
  font-size: 12px;
}

.footer-contact {
  text-align: right;
}

.footer-contact a {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.footer-contact small {
  max-width: 360px;
  color: #ffcf72;
  line-height: 1.4;
}

.footer-map {
  color: #ffbf44;
  font-weight: 900;
  text-decoration: none;
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-legal a {
  color: #ffbf44;
  font-size: 13px;
  font-weight: 800;
}

.footer-legal span {
  color: #a98d82;
  font-size: 12px;
}

.floating-cart {
  position: fixed;
  z-index: 45;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 246px;
  min-height: 62px;
  padding: 0 20px;
  border: 0;
  border-radius: 21px;
  background: #30170f;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 15px 35px rgba(48, 23, 15, 0.26);
  cursor: pointer;
  transform: translateY(120px);
  transition: transform 0.25s ease;
}

.floating-cart.is-visible {
  transform: translateY(0);
}

.floating-cart > span:first-child {
  display: grid;
  place-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--red);
}

.floating-cart strong {
  margin-left: auto;
  color: #ffc34b;
}

.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(48, 23, 15, 0.67);
  backdrop-filter: blur(9px);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal {
  position: relative;
  width: min(680px, 100%);
  max-height: min(860px, calc(100vh - 40px));
  padding: 39px;
  border-radius: 31px;
  background: #fffaf0;
  box-shadow: 0 30px 80px rgba(30, 12, 7, 0.35);
  overflow-y: auto;
}

.modal h2 {
  margin: 8px 48px 22px 0;
  font-size: clamp(42px, 7vw, 58px);
}

.modal-close {
  position: absolute;
  top: 17px;
  right: 19px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f0e2d3;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.demo-pill {
  display: inline-flex;
  margin-right: 45px;
  padding: 7px 11px;
  border: 1px solid rgba(237, 52, 29, 0.2);
  border-radius: 99px;
  background: #fff0de;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.empty-cart {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 22px 0 8px;
  color: var(--muted);
  text-align: center;
}

.empty-cart span {
  font-size: 52px;
}

.cart-list {
  display: grid;
  gap: 9px;
}

.cart-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.cart-row > div:first-child {
  display: grid;
  gap: 3px;
}

.cart-row small {
  color: #896b5e;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 9px;
}

.quantity button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 9px;
  background: #ffe0a1;
  color: var(--ink);
  cursor: pointer;
}

.remove-item {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 10px;
  background: #f2e6dc;
  color: #8a5b4c;
  cursor: pointer;
}

.cart-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0;
  font-size: 21px;
}

.checkout-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checkout-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 900;
}

.checkout-form input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
}

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

.privacy-consent {
  display: flex !important;
  flex-direction: row;
  align-items: start;
  gap: 10px !important;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff8ea;
  color: #715347;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.45;
}

.privacy-consent input {
  flex: none;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--red);
}

.privacy-consent a {
  color: var(--red);
  font-weight: 900;
}

.wide {
  width: 100%;
}

.success-state {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 20px 0 8px;
  text-align: center;
}

.success-state > span {
  display: grid;
  place-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #e0edb6;
  color: #4f7418;
  font-size: 38px;
  font-weight: 900;
}

.success-state h3 {
  margin: 6px 0 0;
  font-family: var(--display);
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.success-state p {
  max-width: 410px;
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.55;
}

.combo-modal {
  width: min(760px, 100%);
  background:
    radial-gradient(circle at 90% 5%, rgba(237, 52, 29, 0.1), transparent 25%),
    #fffaf0;
}

.modal-intro {
  margin: -10px 0 22px;
  color: var(--muted);
  line-height: 1.5;
}

.combo-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.combo-products img {
  aspect-ratio: 1;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  object-fit: cover;
}

.combo-price {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 17px 0 13px;
  padding: 16px 18px;
  border-radius: 17px;
  background: #30170f;
  color: #fff;
}

.combo-price del {
  color: #d7c0b7;
  font-size: 18px;
}

.combo-price strong {
  color: #ffbf44;
  font-size: 27px;
}

.combo-price span {
  justify-self: end;
  padding: 7px 10px;
  border-radius: 99px;
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.modal-footnote {
  display: block;
  margin-top: 10px;
  color: #84685d;
  text-align: center;
}

.toast {
  position: fixed;
  z-index: 120;
  right: 24px;
  bottom: 98px;
  max-width: min(360px, calc(100% - 30px));
  padding: 13px 17px;
  border-radius: 15px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: 0.2s ease;
}

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

.noscript {
  position: fixed;
  z-index: 200;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 14px;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  text-align: center;
}

.policy-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 88% 8%, rgba(237, 52, 29, 0.11), transparent 25%),
    var(--paper);
}

.policy-header,
.policy-main,
.policy-footer {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}

.policy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
}

.policy-header a {
  color: var(--red);
  font-weight: 900;
  text-decoration: none;
}

.policy-main {
  padding: 72px 0 80px;
}

.policy-main h1 {
  max-width: 900px;
  margin: 14px 0 22px;
  font-family: var(--display);
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 500;
  line-height: 0.96;
  text-transform: uppercase;
}

.policy-main > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.policy-section {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 22px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.policy-section > span {
  display: grid;
  place-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffe0a1;
  font-size: 12px;
  font-weight: 900;
}

.policy-section h2 {
  margin: 0 0 13px;
  font-family: var(--display);
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.policy-section p,
.policy-section li {
  color: #67493e;
  line-height: 1.7;
}

.policy-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.policy-footer a {
  color: var(--red);
  font-weight: 900;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 220px 1fr 195px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .nav {
    gap: 16px;
  }

  .nav button {
    font-size: 14px;
  }

  .header-order {
    padding: 0 15px;
    font-size: 14px;
  }

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    width: calc(100% - 24px);
    min-height: 74px;
    padding: 0 17px;
    border-radius: 24px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    font-size: 8px;
    letter-spacing: 3px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .header-order {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .nav {
    position: absolute;
    top: 81px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 13px;
    border-radius: 21px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav button {
    padding: 12px 15px;
    text-align: left;
  }

  .nav button::after {
    display: none;
  }

  .hero {
    padding-top: 100px;
  }

  .poster-hotspot {
    display: none;
  }

  .hero-mobile {
    display: block;
    padding: 28px 24px 42px;
    background:
      radial-gradient(circle at 92% 14%, rgba(237, 52, 29, 0.12), transparent 25%),
      #fff7e8;
  }

  .hero-mobile h2 {
    margin: 7px 0 12px;
    font-family: var(--display);
    font-size: clamp(52px, 12vw, 82px);
    font-weight: 500;
    line-height: 0.86;
    text-transform: uppercase;
  }

  .hero-mobile h2 span {
    color: var(--red);
  }

  .hero-mobile h2 em {
    color: var(--orange);
    font-style: normal;
  }

  .hero-mobile p {
    max-width: 600px;
    margin: 0 0 20px;
    color: var(--muted);
    line-height: 1.55;
  }

  .hero-mobile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .category-bar {
    top: 89px;
    padding: 10px 24px;
  }

  .section {
    padding: 76px 24px;
    scroll-margin-top: 164px;
  }

  .section-heading {
    display: grid;
    gap: 20px;
  }

  .section-heading > p {
    font-size: 16px;
  }

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

  .story-section,
  .delivery-section,
  .app-section {
    grid-template-columns: 1fr;
  }

  .delivery-section {
    gap: 42px;
  }

  .app-section {
    gap: 40px;
  }

  .app-showcase {
    justify-self: center;
    width: min(580px, 100%);
    min-height: 450px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-bottom: 108px;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-legal {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 580px) {
  .hero-poster {
    height: 270px;
  }

  .hero-poster > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 69% center;
  }

  .hero-mobile {
    padding: 24px 18px 34px;
  }

  .hero-mobile-actions {
    display: grid;
  }

  .hero-mobile-actions button {
    width: 100%;
  }

  .category-bar {
    padding: 7px 10px;
  }

  .category-tabs {
    grid-template-columns: repeat(3, max-content);
    gap: 5px;
    padding: 6px;
    border-radius: 17px;
    overflow-x: auto;
    scrollbar-width: none;
  }

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

  .category-tab {
    min-height: 46px;
    padding: 9px 14px;
    border-radius: 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  .section {
    padding: 64px 16px;
  }

  .section h2 {
    font-size: 41px;
  }

  .product-grid--four,
  .product-grid--three {
    grid-template-columns: 1fr;
  }

  .product-card {
    padding: 20px;
  }

  .product-card > p {
    min-height: 0;
  }

  .menu-group + .menu-group {
    margin-top: 50px;
    padding-top: 44px;
  }

  .story-section {
    padding: 16px;
  }

  .story-card {
    min-height: 430px;
    padding: 30px;
    border-radius: 27px;
  }

  .story-card h2 {
    font-size: 43px;
  }

  .story-number {
    top: 25px;
    left: 28px;
  }

  .story-doodle {
    top: 25px;
    right: 25px;
    width: 112px;
    height: 112px;
    font-size: 22px;
  }

  .delivery-steps > div {
    grid-template-columns: 54px 1fr;
    padding: 17px;
  }

  .app-showcase {
    min-height: 390px;
    padding: 23px;
    border-radius: 29px;
  }

  .app-benefits {
    grid-template-columns: 1fr;
  }

  .app-actions {
    display: grid;
  }

  .app-actions button {
    width: 100%;
  }

  .floating-cart {
    right: 13px;
    bottom: 13px;
    left: 13px;
    width: auto;
  }

  .toast {
    right: 15px;
    bottom: 88px;
    left: 15px;
    max-width: none;
  }

  .modal {
    padding: 31px 19px 23px;
    border-radius: 25px;
  }

  .modal h2 {
    font-size: 41px;
  }

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

  .cart-row .remove-item {
    grid-column: 2;
  }

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

  .checkout-form > * {
    grid-column: 1;
  }

  .combo-products {
    gap: 7px;
  }

  .combo-price {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .combo-price span {
    grid-column: 1 / -1;
    justify-self: stretch;
    text-align: center;
  }

  .policy-main {
    padding-top: 50px;
  }

  .policy-section {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .policy-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
