:root {
  --bg: #fff9f2;
  --accent: #cf2204;
  --accent-shadow: #cf2204;
  --accent-soft: #e5735f;
  --border: 1.5px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--bg);
  color: var(--accent);
  font-family: "Geist Mono", monospace;
  overflow-x: hidden;
}

html.is-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

html.is-ready [data-reveal="fade-left"] {
  transform: translate3d(26px, 0, 0);
}

html.is-ready [data-reveal="fade-right"] {
  transform: translate3d(-26px, 0, 0);
}

html.is-ready [data-reveal-speed="hero-slow"] {
  transition-duration: 780ms;
}

html.is-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html.is-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  min-height: 100vh;
  padding: 22px 38px 0;
  overflow: visible;
}

.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  position: relative;
  z-index: 20;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.burger-button {
  display: none;
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding-top: 13px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-nav__mobile-cta {
  display: none;
}

.cta {
  justify-self: end;
  margin-top: 1px;
  padding: 10px 22px;
  border: var(--border) solid var(--accent);
  border-radius: 24px;
  background: var(--bg);
  box-shadow: -2px 4px 0 0 var(--accent-shadow);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.topbar.is-on-red {
  color: var(--bg);
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - 84px);
  padding-top: 116px;
  padding-bottom: 0;
}

.hero-copy {
  position: relative;
  width: 100%;
  max-width: 1180px;
  text-align: center;
}

.hero-copy h1 {
  margin: 0 auto;
  max-width: 1060px;
  font-family: "Phudu", serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.6px;
  color: var(--accent);
}

.hero-copy h1 span {
  display: block;
}

.hero-cn {
  margin: 22px 0 0;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--accent);
}

.subline {
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.gallery {
  width: 100vw;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  align-self: center;
  transform: translateY(0);
}

.gallery-card {
  margin: 0;
  height: 286px;
  overflow: hidden;
  background: #000;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card--center img {
  object-position: center 72%;
  transform: scale(1.18);
  transform-origin: center;
}

.ticker-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-top: var(--border) solid #cf2204;;
  background: var(--bg);
}

.ticker {
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 10px 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  will-change: transform;
}

.site-footer {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 52px 72px 88px;
  background: #cf2204;;
  color: var(--bg);
}

.site-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-start;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer__brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-footer__name {
  margin: 0;
  font-family: "Phudu", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.site-footer__tag {
  margin: 8px 0 0;
  font-family: "Geist Mono", monospace;
  font-size: 0.85rem;
  text-transform: uppercase;
  opacity: 0.9;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 36px;
  max-width: 760px;
  width: 100%;
}

.site-footer__grid p {
  margin: 0;
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.site-footer__label {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}

.story-section {
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 54px 38px 84px;
  background: var(--accent);
  color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.story-inner {
  width: 100%;
  max-width: 920px;
}

.story-kicker {
  margin: 0;
  font-family: "Geist Mono", monospace;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--bg);
}

.story-copy {
  max-width: 820px;
  margin: 16px auto 0;
  font-family: "Geist Mono", monospace;
  font-size: clamp(1.7rem, 2.7vw, 2.35rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.story-copy p {
  margin: 0;
}

.story-chip {
  display: inline-flex;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 999px;
  clip-path: inset(0 round 999px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  margin: 0 0.16em;
  transform: translateY(-0.04em);
}

.story-chip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}

.story-chip--wide {
  width: 3.15em;
  height: 1.28em;
  border-radius: 999px;
}

.story-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 12px 28px;
  border: var(--border) solid var(--bg);
  border-radius: 999px;
  background: var(--accent);
  box-shadow: -2px 4px 0 0 var(--bg);
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.cta:hover,
.story-cta:hover,
.burger-button:hover,
.main-nav__mobile-cta:hover {
  transform: translate(-2px, 2px);
  box-shadow: 0 2px 0 0 var(--accent-shadow);
}

.cta:hover,
.main-nav__mobile-cta:hover,
.burger-button:hover {
  background: var(--accent);
  color: var(--bg);
}

.story-cta:hover {
  background: var(--bg);
  color: var(--accent);
}

.cta:hover *,
.main-nav__mobile-cta:hover *,
.burger-button:hover * {
  color: inherit;
}

.burger-button:hover span {
  background: currentColor;
}

body.is-modal-open {
  overflow: hidden;
}

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.order-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.order-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(64, 17, 8, 0.42);
  backdrop-filter: blur(6px);
}

.order-modal__dialog {
  position: relative;
  width: min(100%, 640px);
  padding: 44px 38px 36px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: var(--border) solid var(--accent);
  border-radius: 28px;
  background: var(--bg);
  box-shadow: -4px 8px 0 0 var(--accent-shadow);
  color: var(--accent);
  transform: translateY(18px);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.order-modal.is-open .order-modal__dialog {
  transform: translateY(0);
}

.order-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: var(--border) solid var(--accent);
  border-radius: 50%;
  background: var(--bg);
  box-shadow: -2px 4px 0 0 var(--accent-shadow);
  color: var(--accent);
  cursor: pointer;
}

.order-modal__close span {
  position: absolute;
  width: 16px;
  height: 1.5px;
  background: currentColor;
}

.order-modal__close span:first-child {
  transform: rotate(45deg);
}

.order-modal__close span:last-child {
  transform: rotate(-45deg);
}

.order-modal__title {
  margin: 0;
  max-width: none;
  font-family: "Phudu", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 0.95;
  text-align: center;
}

.order-modal__intro {
  margin: 20px auto 0;
  max-width: 48ch;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
}

.order-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  width: 100%;
}

.order-modal__choice {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
  padding: 22px;
  border: 0;
  border-radius: 20px;
  color: var(--bg);
}

.order-modal__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-bottom: 10px;
}

.order-modal__brand-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.order-modal__choice--deliveroo .order-modal__brand-logo {
  height: 56px;
  max-width: 250px;
}

.order-modal__choice--deliveroo {
  background: #00ccbc;
}

.order-modal__choice--laddition {
  background: #ef3f4a;
}

.order-modal__choice-title {
  font-family: "Geist Mono", monospace;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.order-modal__choice-button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1.5px solid #ffffff;
  border-radius: 24px;
  background: transparent;
  box-shadow: -2px 4px 0 0 #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}

.origin-section {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  gap: 10px;
  align-items: center;
  padding: 150px 90px 140px;
  background: var(--bg);
  color: var(--accent);
}

.origin-copy {
  max-width: 560px;
}

.origin-copy h3 {
  margin: 0;
  font-family: "Phudu", serif;
  font-size: clamp(3rem, 4.5vw, 4.9rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.origin-copy p {
  margin: 34px 0 0;
  font-family: "Geist Mono", monospace;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-transform: uppercase;
  max-width: 30em;
}

.origin-photo-wrap {
  position: relative;
  justify-self: center;
  width: min(100%, 540px);
}

.origin-stamp {
  position: absolute;
  left: -28px;
  top: -44px;
  width: 158px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.origin-stamp__ring {
  position: absolute;
  inset: 0;
  animation: spin-stamp 18s linear infinite;
}

.origin-stamp__ring svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.origin-stamp__ring text {
  fill: var(--accent);
  font-family: "Geist Mono", monospace;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.origin-stamp__logo {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 249, 242, 0.92);
  box-shadow: 0 8px 20px rgba(71, 28, 13, 0.12);
}

.origin-stamp__logo img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.origin-photo {
  margin: 0;
  padding: 18px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(71, 28, 13, 0.2);
  transform: rotate(3deg);
}

.origin-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

@keyframes spin-stamp {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1199px) {
  .page-shell {
    height: auto;
    min-height: 100vh;
    padding: 22px 24px 0;
    overflow: visible;
  }

  .topbar {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    padding: 0;
    z-index: 20;
  }

  .brand {
    justify-self: start;
  }

  .main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding-top: 0;
    font-size: 13px;
  }

  .cta {
    display: inline-flex;
  }

  .hero {
    height: auto;
    padding-top: 96px;
    padding-bottom: 0;
  }

  .hero-copy h1 {
    max-width: 860px;
    font-size: 66px;
    line-height: 0.92;
    letter-spacing: -0.4px;
  }

  .hero-cn {
    font-size: 28px;
  }

  .subline {
    margin-top: 30px;
  }

  .gallery {
    grid-template-columns: 1fr;
    margin-top: 42px;
    padding-bottom: 64px;
  }

  .gallery-card {
    height: 254px;
  }

  .story-section {
    min-height: auto;
    padding: 54px 24px 96px;
  }

  .story-copy {
    font-size: clamp(1.55rem, 3.6vw, 2.35rem);
    line-height: 1.14;
  }

  .site-footer {
    padding: 46px 40px 84px;
  }

  .site-footer__top {
    flex-direction: column;
    gap: 32px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: none;
  }

  .origin-section {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 112px 24px 110px;
  }

  .origin-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .origin-copy p {
    max-width: none;
  }

  .origin-stamp {
    left: 6px;
    top: -28px;
    width: 132px;
    height: 132px;
  }

  .origin-stamp__ring text {
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  .origin-stamp__logo {
    width: 48px;
    height: 48px;
  }

  .origin-stamp__logo img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 809px) {
  body {
    padding-top: 84px;
  }

  .page-shell {
    padding: 18px 16px 0;
  }

  .brand {
    width: 38px;
    height: 38px;
  }

  .topbar {
    position: fixed;
    top: 24px;
    left: 16px;
    right: 16px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-items: stretch;
    gap: 12px;
    padding: 0;
    transform: translateY(-10px);
  }

  .topbar.is-scrolled {
    transform: translateY(0);
  }

  .topbar.is-on-red {
    color: var(--bg);
  }

  .brand {
    justify-self: start;
  }

  .burger-button {
    justify-self: end;
    width: auto;
    min-width: 64px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 1px;
    padding: 10px 22px;
    border: var(--border) solid var(--accent);
    border-radius: 24px;
    background: var(--bg);
    box-shadow: -2px 4px 0 0 var(--accent-shadow);
    color: var(--accent);
    cursor: pointer;
    transition:
      background-color 220ms ease,
      color 220ms ease,
      border-color 220ms ease,
      box-shadow 220ms ease,
      transform 220ms ease;
  }

  .burger-button span {
    display: block;
    width: 14px;
    height: 1.5px;
    background: currentColor;
    transition:
      transform 220ms ease,
      opacity 220ms ease,
      background-color 220ms ease;
  }

  .topbar.is-menu-open .burger-button {
    background: var(--bg);
    color: var(--accent);
  }

  .topbar.is-on-red .burger-button {
    background: var(--bg);
    color: var(--accent);
    border-color: var(--accent);
    box-shadow: -2px 4px 0 0 var(--accent-shadow);
  }

  .topbar.is-menu-open .burger-button span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .topbar.is-menu-open .burger-button span:nth-child(2) {
    opacity: 0;
  }

  .topbar.is-menu-open .burger-button span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .topbar.is-on-red.is-menu-open .burger-button {
    background: var(--bg);
    color: var(--accent);
    border-color: var(--accent);
    box-shadow: -2px 4px 0 0 var(--accent-shadow);
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(240px, calc(100vw - 32px));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
    border: var(--border) solid var(--accent);
    border-radius: 22px;
    background: var(--bg);
    color: var(--accent);
    box-shadow: -2px 4px 0 0 var(--accent-shadow);
    font-size: 13px;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition:
      opacity 220ms ease,
      transform 220ms ease;
  }

  .topbar.is-menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 10px 6px;
    border-bottom: 1px solid rgba(207, 34, 4, 0.12);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .main-nav__mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    padding: 10px 22px;
    border: var(--border) solid var(--accent);
    border-radius: 24px;
    background: var(--bg);
    color: var(--accent);
    box-shadow: -2px 4px 0 0 var(--accent-shadow);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
  }

  .cta {
    display: none;
  }

  .hero {
    padding-top: 78px;
  }

  .hero-copy h1 {
    font-size: 50px;
    line-height: 0.94;
    letter-spacing: -0.2px;
  }

  .hero-cn {
    font-size: 22px;
  }

  .gallery-card {
    height: min(62vw, 248px);
  }

  .story-section {
    padding: 64px 24px 88px;
  }

  .story-copy {
    max-width: 100%;
    font-size: clamp(1.12rem, 4.9vw, 1.55rem);
    line-height: 1.24;
  }

  .story-chip--wide {
    width: 2.55em;
    height: 1.06em;
  }

  .story-cta {
    margin-top: 32px;
  }

  .site-footer {
    padding: 40px 24px 84px;
  }

  .site-footer__brand img {
    width: 46px;
    height: 46px;
  }

  .site-footer__name {
    font-size: 1.6rem;
  }

  .site-footer__grid p {
    font-size: 13px;
  }

  .origin-section {
    padding: 96px 16px 92px;
    gap: 52px;
  }

  .origin-copy h3 {
    font-size: clamp(2.3rem, 9vw, 3.2rem);
  }

  .origin-copy p {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.65;
  }

  .origin-stamp {
    width: 104px;
    height: 104px;
    left: 0;
    top: -18px;
  }

  .origin-stamp__ring text {
    font-size: 15px;
    letter-spacing: 1.1px;
  }

  .origin-stamp__logo {
    width: 40px;
    height: 40px;
  }

  .origin-stamp__logo img {
    width: 24px;
    height: 24px;
  }

  .origin-photo {
    padding: 12px;
  }

  .order-modal {
    padding: 8px;
  }

  .order-modal__dialog {
    width: calc(100vw - 16px);
    height: calc(100dvh - 16px);
    min-height: 0;
    max-height: none;
    padding: 22px 14px 18px;
    border-radius: 18px;
    overflow-y: auto;
  }

  .order-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .order-modal__choice {
    min-height: 148px;
    padding: 16px 14px;
    border-radius: 18px;
    gap: 10px;
  }

  .order-modal__title {
    font-size: clamp(1.65rem, 9vw, 2.4rem);
    line-height: 0.98;
  }

  .order-modal__intro {
    margin-top: 14px;
    max-width: none;
    font-size: 11px;
    line-height: 1.45;
  }

  .order-modal__brand {
    min-height: 36px;
    margin-bottom: 4px;
  }

  .order-modal__brand-logo {
    height: 28px;
    max-width: 138px;
  }

  .order-modal__choice--deliveroo .order-modal__brand-logo {
    height: 34px;
    max-width: 160px;
  }

  .order-modal__choice-title {
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .order-modal__choice-button {
    min-height: 40px;
    padding: 10px 16px;
    font-size: 10px;
    line-height: 1.3;
  }

}

@media (max-width: 450px) {
  .hero {
    padding-top: 36px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .order-modal {
    padding: 8px;
  }

  .order-modal__dialog {
    width: calc(100vw - 16px);
    height: calc(100dvh - 16px);
    max-height: none;
    padding: 18px 12px 14px;
    border-radius: 16px;
  }

  .order-modal__title {
    font-size: clamp(1.45rem, 10vw, 2rem);
  }

  .order-modal__intro {
    margin-top: 12px;
    font-size: 10px;
    max-width: none;
  }

  .order-modal__actions {
    margin-top: 24px;
    gap: 8px;
  }

  .order-modal__choice {
    min-height: 132px;
    padding: 14px 12px;
  }

  .order-modal__brand-logo {
    height: 24px;
    max-width: 124px;
  }

  .order-modal__choice--deliveroo .order-modal__brand-logo {
    height: 30px;
    max-width: 146px;
  }

  .order-modal__choice-title {
    font-size: 0.9rem;
  }

  .order-modal__choice-button {
    min-height: 36px;
    padding: 9px 12px;
    font-size: 9px;
  }
}

@media (max-width: 364px) {
  .order-modal__title {
    font-size: clamp(1.25rem, 9vw, 1.7rem);
    line-height: 1;
  }
}
