:root {
  --ink: #06131f;
  --deep: #071a29;
  --deep-2: #0b2534;
  --cream: #f7efe2;
  --paper: #fbf6ed;
  --muted: #b7c5cd;
  --gold: #d2a85d;
  --gold-soft: #f1d294;
  --coral: #e97958;
  --whatsapp: #25d366;
  --line: rgba(255, 255, 255, 0.14);
  --dark-line: rgba(6, 19, 31, 0.12);
  --shadow: 0 24px 70px rgba(2, 8, 13, 0.34);
  --heading: "Frank Ruhl Libre", serif;
  --body: "Heebo", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.drawer-open {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 3px;
}

a {
  color: inherit;
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  width: 0;
  z-index: 1000;
  background: linear-gradient(90deg, var(--gold), var(--coral));
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 100;
  width: min(1160px, calc(100% - 32px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(4, 15, 24, 0.68);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.header-actions,
.header-call,
.header-whatsapp {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(210, 168, 93, 0.22), 0 8px 22px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

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

.brand-name {
  color: #fff;
  font-size: 1rem;
}

.nav-links {
  gap: 22px;
}

.nav-links a,
.header-call,
.header-whatsapp {
  color: rgba(246, 239, 226, 0.82);
  text-decoration: none;
  font-size: 0.94rem;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}

.nav-links a:hover,
.header-call:hover {
  color: var(--gold-soft);
}

.header-actions {
  gap: 8px;
}

.header-call,
.header-whatsapp {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(210, 168, 93, 0.45);
  border-radius: 999px;
  background: transparent;
  color: var(--gold-soft);
  font-weight: 800;
  white-space: nowrap;
}

.header-whatsapp {
  border-color: rgba(37, 211, 102, 0.45);
  color: #dcffe9;
}

.header-whatsapp:hover {
  background: rgba(37, 211, 102, 0.12);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  isolation: isolate;
}

.hero-bg,
.hero-bg video,
.hero-fallback,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -3;
  background: var(--deep);
}

.hero-bg video,
.hero-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(0.96) brightness(1.16);
}

.hero-fallback {
  z-index: -2;
  opacity: 0;
}

.hero-scrim {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.13), transparent 26rem),
    linear-gradient(180deg, rgba(5, 13, 20, 0.06), rgba(6, 19, 31, 0.35) 48%, rgba(6, 19, 31, 0.82));
}

.hero-content {
  width: min(830px, calc(100% - 34px));
  padding-top: 74px;
}

.hero-logo {
  display: block;
  width: clamp(82px, 10vw, 132px);
  height: auto;
  margin: 0 auto 16px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.38));
}

.hero-subtitle,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold-soft);
  font-size: 0.95rem;
  font-weight: 800;
}

.hero h1,
.about h2,
.section-header h2,
.footer h2,
.order-panel h2 {
  margin: 0;
  font-family: var(--heading);
  font-weight: 300;
  line-height: 1.04;
}

.hero h1 {
  font-size: 8rem;
  text-shadow: 0 18px 58px rgba(0, 0, 0, 0.34);
}

.hero h1 span,
.about h2 span {
  color: var(--gold-soft);
}

.hero-copy {
  width: min(650px, 100%);
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.28rem;
  font-weight: 400;
}

.hero-actions,
.footer-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn,
.add-order-btn,
.quick-order-btn,
.recipe-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.28s var(--ease), background 0.28s var(--ease), border-color 0.28s var(--ease);
}

.btn:hover,
.add-order-btn:hover,
.quick-order-btn:hover,
.recipe-order-btn:hover {
  transform: translateY(-2px);
}

.btn-primary,
.add-order-btn,
.recipe-order-btn {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #12202b;
}

.btn-secondary,
.quick-order-btn,
.btn-text {
  border: 1px solid rgba(246, 239, 226, 0.4);
  color: var(--cream);
  background: rgba(255, 255, 255, 0.06);
}

.btn-text {
  color: #fff;
}

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 28px;
  height: 46px;
  transform: translateX(-50%);
  border: 1px solid rgba(246, 239, 226, 0.5);
  border-radius: 999px;
}

.scroll-cue span {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold-soft);
  transform: translateX(-50%);
  animation: cue 1.8s infinite;
}

@keyframes cue {
  0% { opacity: 0; transform: translate(-50%, 0); }
  25% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 16px); }
}

.about {
  padding: 118px 0;
  background: linear-gradient(180deg, var(--ink), var(--deep) 72%);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1fr);
  gap: 76px;
  align-items: center;
}

.about h2,
.section-header h2,
.footer h2 {
  font-size: 4.6rem;
}

.about-content > p:not(.section-kicker),
.footer p,
.section-intro {
  color: rgba(246, 239, 226, 0.76);
  font-size: 1.16rem;
  font-weight: 300;
}

.delivery-info {
  margin-top: 34px;
  padding: 26px;
  border: 1px solid rgba(210, 168, 93, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.delivery-info h3 {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-family: var(--heading);
  font-size: 1.7rem;
  font-weight: 400;
}

.delivery-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
}

.delivery-note {
  margin: 14px 0 0;
  color: var(--gold-soft);
  font-weight: 800;
}

.delivery-info li {
  margin-bottom: 8px;
  color: rgba(246, 239, 226, 0.9);
}

.delivery-info li::before {
  content: "✓";
  margin-left: 8px;
  color: var(--gold);
}

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  pointer-events: none;
}

.about-image img {
  display: block;
  width: 100%;
  min-height: 380px;
  object-fit: cover;
}

.menu,
.gallery {
  padding: 120px 0;
  background: var(--paper);
  color: var(--ink);
}

.section-header {
  width: min(760px, 100%);
  margin: 0 auto 54px;
  text-align: center;
}

.section-header-light {
  color: var(--cream);
}

.menu .section-kicker,
.gallery .section-kicker {
  color: #956a23;
}

.menu .section-intro,
.gallery .section-intro {
  color: rgba(6, 19, 31, 0.68);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}

.menu-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(6, 19, 31, 0.1);
  border-radius: 8px;
  background: #fffaf1;
  box-shadow: 0 18px 42px rgba(6, 19, 31, 0.08);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(6, 19, 31, 0.15);
}

.menu-card-img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center center;
  background: #eef4f6;
}

.menu-card-content {
  padding: 18px;
}

.menu-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.menu-card h3,
.recipe-card h3,
.footer h3,
.order-block h3 {
  margin: 0;
  font-family: var(--heading);
  font-weight: 400;
}

.menu-card h3 {
  font-size: 1.55rem;
}

.menu-card strong {
  color: #936828;
  font-size: 1rem;
  white-space: nowrap;
}

.menu-card p {
  min-height: 28px;
  margin: 8px 0 18px;
  color: rgba(6, 19, 31, 0.66);
}

.menu-card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.add-order-btn,
.quick-order-btn,
.recipe-order-btn {
  width: 100%;
  min-height: 44px;
  font-size: 0.95rem;
}

.quick-order-btn {
  color: var(--ink);
  border: 1px solid rgba(6, 19, 31, 0.14);
  background: #edf8f1;
}

.add-confirm {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--gold-soft);
  font-size: 0.86rem;
  font-weight: 800;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}

.menu-card.added .add-confirm {
  opacity: 1;
  transform: translateY(0);
}

.menu-note {
  margin: 42px 0 0;
  text-align: center;
  color: rgba(6, 19, 31, 0.66);
  font-weight: 700;
}

.recipes {
  padding: 120px 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(233, 121, 88, 0.14), transparent 30rem),
    linear-gradient(180deg, var(--deep), var(--ink));
}

.recipes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.recipe-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
  flex-direction: column;
}

.recipe-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center center;
  background: #eef4f6;
}

.recipe-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.recipe-card h3 {
  color: var(--gold-soft);
  font-size: 1.55rem;
  line-height: 1.25;
}

.recipe-card p {
  color: rgba(246, 239, 226, 0.74);
}

.recipe-card details {
  margin: 12px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.16);
}

.recipe-card summary {
  color: var(--gold-soft);
  font-weight: 800;
  cursor: pointer;
}

.recipe-card h4 {
  margin: 18px 0 8px;
  color: #fff;
  font-size: 1rem;
}

.recipe-card ul,
.recipe-card ol {
  margin: 0;
  padding-right: 20px;
  color: rgba(246, 239, 226, 0.82);
}

.recipe-card li + li {
  margin-top: 5px;
}

.recipe-order-btn {
  margin-top: auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 19, 31, 0.12);
}

.gallery-grid figure:first-child {
  grid-row: span 2;
}

.gallery-grid figure:first-child img {
  height: 678px;
}

.footer {
  padding: 84px 0 34px;
  background: linear-gradient(180deg, var(--deep), #03090e);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: start;
}

.footer h3 {
  color: var(--gold-soft);
  font-size: 1.7rem;
}

.footer-logo {
  display: block;
  width: 108px;
  height: auto;
  margin: 0 0 14px auto;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.24));
}

.footer-address {
  margin: 8px 0 0;
  color: var(--gold-soft);
  font-weight: 800;
}

.footer-actions {
  justify-content: flex-start;
  margin-top: 24px;
}

.hours-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: rgba(246, 239, 226, 0.78);
}

.footer-bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 44px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: rgba(246, 239, 226, 0.55);
  text-align: center;
}

.mobile-order-bar {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 90;
  display: none;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(4, 15, 24, 0.86);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.mobile-order-bar a,
.mobile-order-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}

.mobile-order-bar a {
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
}

.mobile-order-bar button {
  flex-direction: column;
  background: var(--whatsapp);
  color: #052313;
}

.mobile-order-count {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
}

.order-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  overflow: hidden;
  pointer-events: none;
}

.order-drawer.is-open {
  pointer-events: auto;
}

.order-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(2, 8, 13, 0.62);
  transition: opacity 0.28s var(--ease);
}

.order-drawer.is-open .order-backdrop {
  opacity: 1;
}

.order-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: min(680px, 100%);
  max-width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(102%);
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(210, 168, 93, 0.16), transparent 18rem),
    var(--deep);
  color: var(--cream);
  box-shadow: -30px 0 90px rgba(0, 0, 0, 0.38);
  transition: transform 0.34s var(--ease);
}

.order-drawer.is-open .order-panel {
  transform: translateX(0);
}

.order-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.drawer-logo {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 0 0 1px rgba(210, 168, 93, 0.2);
}

.order-panel h2 {
  font-size: 2.4rem;
}

.order-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.order-note {
  margin: 0 0 8px;
  color: rgba(246, 239, 226, 0.84);
}

.order-note.subtle {
  color: var(--gold-soft);
}

.cart-help {
  padding: 10px 12px;
  border: 1px solid rgba(210, 168, 93, 0.2);
  border-radius: 8px;
  background: rgba(210, 168, 93, 0.08);
}

.order-form {
  margin-top: 22px;
}

.order-block {
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.order-block h3 {
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-size: 1.45rem;
}

.empty-order {
  margin: 0;
  color: rgba(246, 239, 226, 0.68);
}

.order-item {
  display: grid;
  grid-template-columns: 1fr 74px 92px 126px 1fr 34px;
  gap: 8px;
  align-items: end;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  transition: background 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.order-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.order-item-name {
  align-self: center;
  color: #fff;
  font-weight: 900;
}

.order-item.is-active {
  background: rgba(210, 168, 93, 0.1);
  box-shadow: 0 0 0 1px rgba(210, 168, 93, 0.28) inset;
}

.order-item label,
.form-grid label {
  display: grid;
  gap: 6px;
  color: rgba(246, 239, 226, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

.order-item input,
.order-item select,
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(3, 10, 16, 0.58);
  color: #fff;
  padding: 10px 12px;
  outline: none;
}

.order-item input:focus,
.order-item select:focus,
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--gold-soft);
}

.remove-item {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

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

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

.form-grid textarea {
  resize: vertical;
}

.form-error {
  min-height: 24px;
  margin-bottom: 12px;
  color: #ffd2c8;
  font-weight: 800;
}

.order-submit-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.payment-link,
.payment-note {
  display: none;
}

.payment-link.is-visible,
.payment-note.is-visible {
  display: inline-flex;
}

.payment-note.is-visible {
  margin: 12px 0 0;
  color: rgba(246, 239, 226, 0.72);
}

.gsap-reveal {
  opacity: 0;
  transform: translateY(38px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .gsap-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

  .about-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-image {
    order: -1;
  }

  .recipes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  body {
    padding-bottom: 96px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 26px;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    display: block;
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

  .header-actions {
    margin-right: auto;
  }

  .header-whatsapp {
    display: none;
  }

  .header-call {
    min-height: 42px;
    padding-inline: 13px;
  }

  .hero-content {
    padding-top: 76px;
  }

  .hero-logo {
    width: 86px;
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: 3.45rem;
  }

  .hero-copy {
    font-size: 1.1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn,
  .add-order-btn,
  .quick-order-btn,
  .recipe-order-btn {
    width: 100%;
    min-height: 52px;
  }

  .about,
  .recipes,
  .gallery {
    padding: 82px 0;
  }

  .menu {
    padding: 82px 0 110px;
  }

  .about h2,
  .section-header h2,
  .footer h2 {
    font-size: 2.75rem;
  }

  .about-grid {
    gap: 34px;
  }

  .delivery-info ul {
    columns: 1;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-card {
    min-height: auto;
  }

  .menu-card-img {
    height: 230px;
    object-fit: cover;
    object-position: center center;
  }

  .menu-card-content {
    display: block;
  }

  .menu-card-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .menu-card strong {
    white-space: normal;
  }

  .recipe-card img {
    height: 230px;
    object-fit: cover;
    object-position: center center;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img,
  .gallery-grid figure:first-child img {
    height: 320px;
  }

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

  .footer-logo {
    width: 92px;
    margin-inline: auto;
  }

  .mobile-order-bar {
    display: grid;
  }

  .order-panel {
    width: 100%;
    padding: 22px 16px 110px;
  }

  .order-panel h2 {
    font-size: 2rem;
  }

  .drawer-logo {
    width: 46px;
    height: 46px;
  }

  .order-item {
    grid-template-columns: 1fr 1fr;
  }

  .order-item-name,
  .order-item label:nth-of-type(4) {
    grid-column: 1 / -1;
  }

  .remove-item {
    width: 100%;
    border-radius: 999px;
  }

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

@media (min-width: 781px) and (max-width: 1120px) {
  .hero h1 {
    font-size: 6rem;
  }

  .about h2,
  .section-header h2,
  .footer h2 {
    font-size: 3.6rem;
  }

  .recipes-grid {
    grid-template-columns: 1fr;
  }
}
