@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Italiana&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --navy: #071326;
  --navy-soft: #0d1e36;
  --cream: #fff9ed;
  --cream-deep: #f6ead8;
  --ruby: #ed263d;
  --ruby-deep: #a70c29;
  --rose: #f5d6df;
  --gold: #d4aa5f;
  --gold-pale: #edd59d;
  --ink: #172033;
  --sage: #dfe4c6;
  --line: rgba(7, 19, 38, 0.14);
  --serif: "Italiana", Georgia, serif;
  --sans: "Manrope", "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(7, 19, 38, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.site-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(100%, 1120px);
  align-items: center;
  justify-content: space-between;
  padding: calc(20px + env(safe-area-inset-top)) 22px 18px;
  transform: translateX(-50%);
}
.brand { width: 126px; }
.header-order {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  color: var(--cream);
  border: 1px solid rgba(237, 213, 157, 0.58);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.header-order span { color: var(--gold-pale); }

.hero {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  padding: 128px 24px 58px;
  color: var(--cream);
  background:
    radial-gradient(circle at 84% 28%, rgba(237, 38, 61, 0.34), transparent 34%),
    radial-gradient(circle at 10% 8%, rgba(212, 170, 95, 0.18), transparent 27%),
    var(--navy);
}
.hero::before,
.hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(212, 170, 95, 0.32);
  pointer-events: none;
}
.hero::before { inset: 13px; border-radius: 32px; }
.hero::after { inset: 20px; border-radius: 27px; border-color: rgba(212, 170, 95, 0.12); }
.hero__copy { position: relative; z-index: 3; max-width: 620px; margin: 0 auto; }
.hero__house {
  position: absolute;
  right: -115px;
  bottom: -58px;
  z-index: 1;
  width: 540px;
  opacity: .11;
  filter: grayscale(1) contrast(1.2);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 92%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 92%);
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-pale);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .21em;
  text-transform: uppercase;
}
.eyebrow--ruby { color: var(--ruby-deep); }
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(59px, 17vw, 100px);
  font-weight: 400;
  line-height: .85;
  letter-spacing: -.035em;
}
.hero h1 em { color: #f4c7d2; font-weight: 400; }
.hero__lead {
  width: min(100%, 390px);
  margin: 28px 0 0;
  color: rgba(255, 249, 237, 0.72);
  font-size: 14px;
  line-height: 1.72;
}
.hero__art { position: relative; z-index: 2; width: min(100%, 500px); height: 300px; margin: 16px auto -20px; }
.hero__medallion {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 210px;
  height: 210px;
  padding: 48px;
  transform: translateX(-50%);
  border: 1px solid rgba(212, 170, 95, 0.6);
  border-radius: 50%;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 0 0 8px rgba(212, 170, 95, .05);
}
.hero__cookie { position: absolute; filter: drop-shadow(0 24px 24px rgba(0,0,0,.34)); }
.hero__cookie--one { top: 70px; right: -30px; width: 190px; transform: rotate(6deg); }
.hero__cookie--two { top: 95px; left: -27px; width: 175px; transform: rotate(-8deg); }
.hero__sparkles span { position: absolute; color: var(--gold-pale); opacity: .9; }
.hero__sparkles span:nth-child(1) { top: 19%; right: 9%; }
.hero__sparkles span:nth-child(2) { top: 47%; left: 5%; font-size: 30px; }
.hero__sparkles span:nth-child(3) { bottom: 24%; right: 18%; font-size: 11px; }
.hero__scroll {
  position: relative;
  z-index: 4;
  display: flex;
  max-width: 620px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(237, 213, 157, 0.27);
  color: var(--gold-pale);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero__scroll i { font-size: 20px; font-style: normal; }

.menu-shell { padding: 62px 18px 140px; }
.menu-intro, .menu-section, .search-wrap { max-width: 1080px; margin-inline: auto; }
.menu-intro h2, .section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(41px, 12vw, 66px);
  font-weight: 400;
  line-height: .98;
  color: var(--navy);
}
.menu-intro > p:last-child { margin: 16px 0 0; color: #6f6570; font-size: 13px; }
.search-wrap { margin-top: 30px; }
.search-box {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 12px 35px rgba(7,19,38,.06);
}
.search-box span { font-size: 23px; color: var(--ruby); }
.search-box input { width: 100%; padding: 0; border: 0; outline: 0; color: var(--navy); background: transparent; font-size: 13px; }
.search-box input::placeholder { color: #9c9098; }
.category-guide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: 0 1px;
}
.category-guide > div:first-child { display: grid; gap: 2px; }
.category-guide strong { color: var(--navy); font-family: var(--serif); font-size: 17px; font-weight: 400; }
.category-guide span { color: #90858c; font-size: 9px; letter-spacing: .04em; }
.category-guide__controls { display: flex; gap: 7px; }
.category-guide__controls button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--navy);
  border: 1px solid rgba(7,19,38,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.68);
  box-shadow: 0 6px 18px rgba(7,19,38,.06);
  cursor: pointer;
}
.category-guide__controls button:disabled { opacity: .3; cursor: default; }
.category-tabs {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin: 7px -18px 0;
  padding: 16px 62px 16px 18px;
  background: rgba(255,249,237,.93);
  backdrop-filter: blur(14px);
  scroll-padding-inline: 18px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.category-tabs::-webkit-scrollbar { display: none; }
.category-tab {
  position: relative;
  display: grid;
  flex: 0 0 138px;
  min-height: 76px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 8px 10px;
  overflow: hidden;
  padding: 12px 13px;
  color: var(--navy);
  text-align: left;
  border: 1px solid rgba(7,19,38,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 9px 24px rgba(7,19,38,.06);
  cursor: pointer;
  scroll-snap-align: start;
}
.category-tab::after {
  position: absolute;
  right: -15px;
  bottom: -24px;
  width: 64px;
  height: 64px;
  content: "";
  border: 1px solid rgba(212,170,95,.28);
  border-radius: 50%;
}
.category-tab small { color: var(--ruby-deep); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .11em; line-height: 1; }
.category-tab span { align-self: end; font-size: 11px; font-weight: 700; line-height: 1.15; }
.category-tab i { color: var(--gold); font-size: 8px; font-style: normal; }
.category-tab.is-active { color: var(--cream); border-color: var(--gold); background: var(--navy); box-shadow: 0 14px 34px rgba(7,19,38,.18); }
.category-tab.is-active small { color: var(--gold-pale); }
.category-tab.is-active::after { border-color: rgba(237,213,157,.36); }
.menu-section { padding-top: 45px; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.section-heading p { margin: 0 0 7px; color: var(--ruby-deep); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2 { font-size: 42px; }
.section-heading > span { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.product-grid { display: grid; gap: 18px; margin-top: 22px; }
.product-card {
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.52);
  box-shadow: var(--shadow);
  cursor: pointer;
}
.product-card__visual { position: relative; display: block; height: 245px; overflow: hidden; }
.product-card__visual--rose { background: linear-gradient(145deg, #f5d7df, #eabcc8); }
.product-card__visual--cream { background: linear-gradient(145deg, #f4e7ce, #ecd9b7); }
.product-card__visual--sage { background: linear-gradient(145deg, #e3e6ca, #ccd3ad); }
.product-card__visual--cocoa { background: linear-gradient(145deg, #dfc3b2, #cda38c); }
.product-card__visual--ruby { background: linear-gradient(145deg, #f0c2cc, #e497a8); }
.product-card__visual--blue { background: linear-gradient(145deg, #d9e2ec, #b8cada); }
.product-card__visual::after { position: absolute; inset: 14px; content: ""; border: 1px solid rgba(255,255,255,.48); border-radius: 18px; pointer-events: none; }
.product-card__visual img { width: 100%; height: 100%; object-fit: contain; padding: 20px 28px 8px; transition: transform .4s ease; }
.product-card__badge { position: absolute; top: 17px; left: 17px; z-index: 2; padding: 7px 10px; border-radius: 999px; color: var(--cream); background: var(--navy); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-card__body { display: block; padding: 20px; }
.product-card__meta { margin: 0 0 8px; color: var(--ruby-deep); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.product-card h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.05; }
.product-card__title { display: block; margin: 0; color: var(--navy); font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.05; }
.product-card__desc { display: block; margin: 10px 0 18px; color: #786e74; font-size: 12px; line-height: 1.55; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); }
.product-card__footer strong { color: var(--navy); font-size: 14px; }
.product-card__footer button { padding: 8px 12px; color: var(--ruby-deep); border: 0; border-radius: 999px; background: #f9e3e8; font-size: 10px; font-weight: 700; cursor: pointer; }

.product-card__detail {
  padding: 8px 12px;
  color: var(--ruby-deep);
  border-radius: 999px;
  background: #f9e3e8;
  font-size: 10px;
  font-weight: 700;
}
.menu-result-note { margin: 18px 0 0; color: #786e74; font-size: 12px; }
.no-results {
  display: grid;
  min-height: 310px;
  place-items: center;
  padding: 40px 24px;
  text-align: center;
  border: 1px dashed rgba(7,19,38,.22);
  border-radius: 24px;
}
.no-results img { width: 72px; margin: 0 auto 18px; }
.no-results h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 30px; font-weight: 400; }
.no-results p { max-width: 300px; margin: 10px auto 0; color: #786e74; font-size: 12px; line-height: 1.6; }

.menu-note {
  position: relative;
  display: grid;
  max-width: 1080px;
  gap: 20px;
  overflow: hidden;
  margin: 54px auto 0;
  padding: 27px 22px;
  color: var(--cream);
  border: 1px solid rgba(212,170,95,.42);
  border-radius: 26px;
  background:
    radial-gradient(circle at 85% 5%, rgba(237,38,61,.34), transparent 38%),
    var(--navy);
  box-shadow: 0 28px 70px rgba(7,19,38,.2);
}
.menu-note > img { position: absolute; top: -34px; right: -22px; width: 145px; opacity: .08; }
.menu-note > div { position: relative; z-index: 1; }
.menu-note p { margin: 0 0 5px; color: var(--gold-pale); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.menu-note h2 { margin: 0 0 22px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.menu-note ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.menu-note li { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.menu-note li span { color: rgba(255,249,237,.72); }
.menu-note li strong { color: var(--gold-pale); }
.extras-gallery {
  display: grid;
  grid-auto-columns: 88px;
  grid-auto-flow: column;
  gap: 9px;
  overflow-x: auto;
  margin: -5px -5px 20px;
  padding: 5px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.extras-gallery::-webkit-scrollbar { display: none; }
.extras-gallery figure { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.07); scroll-snap-align: start; }
.extras-gallery img { width: 100%; height: 70px; object-fit: contain; padding: 6px; }
.extras-gallery figcaption { padding: 7px 6px; color: rgba(255,249,237,.72); border-top: 1px solid rgba(255,255,255,.1); font-size: 8px; text-align: center; }

.site-footer {
  display: grid;
  place-items: center;
  padding: 55px 24px 115px;
  color: rgba(255,249,237,.66);
  text-align: center;
  background: var(--navy);
}
.site-footer::before { width: 1px; height: 48px; margin-bottom: 25px; content: ""; background: linear-gradient(var(--gold), transparent); }
.site-footer img { width: 162px; margin-bottom: 18px; }
.site-footer p { margin: 0; font-size: 11px; }
.site-footer p span { color: var(--ruby); }
.site-footer small { margin-top: 7px; color: rgba(255,249,237,.38); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.product-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
}
.product-dialog::backdrop { background: rgba(7,19,38,.74); backdrop-filter: blur(5px); }
.product-dialog__sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 92dvh;
  overflow-y: auto;
  border-radius: 28px 28px 0 0;
  background: var(--cream);
  box-shadow: 0 -22px 70px rgba(7,19,38,.32);
  animation: sheet-in .32s ease both;
}
.product-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: var(--cream);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  background: rgba(7,19,38,.72);
  font-size: 22px;
  cursor: pointer;
}
.product-dialog__visual { position: relative; height: 260px; overflow: hidden; background: linear-gradient(145deg, #f3d2da, #ead5b7); touch-action: pan-y; }
.product-dialog__visual img { width: 100%; height: 100%; object-fit: contain; padding: 20px 42px 8px; filter: drop-shadow(0 20px 18px rgba(7,19,38,.18)); transition: opacity .18s ease, transform .18s ease; }
.product-dialog__visual img.is-changing { opacity: .3; transform: scale(.97); }
.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--navy);
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 50%;
  background: rgba(255,249,237,.84);
  box-shadow: 0 7px 20px rgba(7,19,38,.14);
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.gallery-arrow--prev { left: 12px; }
.gallery-arrow--next { right: 12px; }
.gallery-arrow.is-hidden, .gallery-status.is-hidden { display: none; }
.gallery-status {
  position: absolute;
  right: 50%;
  bottom: 11px;
  z-index: 2;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px 10px;
  color: var(--cream);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(7,19,38,.72);
  font-size: 8px;
  transform: translateX(50%);
  backdrop-filter: blur(8px);
}
.gallery-status span + span { color: rgba(255,249,237,.7); }
.product-dialog__body { padding: 25px 21px calc(28px + env(safe-area-inset-bottom)); }
.product-dialog h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 37px; font-weight: 400; line-height: 1; }
.product-dialog__description { margin: 12px 0 24px; color: #746b71; font-size: 12px; line-height: 1.65; }
.dialog-block { margin-top: 20px; }
.dialog-block > p { margin: 0 0 10px; color: var(--ruby-deep); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.variant-list { display: grid; gap: 8px; }
.variant {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px 13px;
  border: 1px solid rgba(7,19,38,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 8px 20px rgba(7,19,38,.045);
  font-size: 10px;
  line-height: 1.35;
}
.variant::before { display: grid; width: 18px; height: 18px; place-items: center; content: "✦"; color: var(--gold); border: 1px solid rgba(212,170,95,.45); border-radius: 5px; font-size: 7px; }
.variant span { color: #655d62; }
.variant strong { flex: 0 0 auto; color: var(--navy); font-size: 10px; }
.flavour-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.flavour-option {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  min-height: 47px;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  color: #5e555b;
  border: 1px solid rgba(167,12,41,.11);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(249,227,232,.62));
  box-shadow: 0 8px 20px rgba(7,19,38,.04);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.flavour-option:hover { transform: translateY(-1px); border-color: rgba(167,12,41,.32); }
.flavour-option__mark { display: grid; width: 12px; height: 12px; place-items: center; border: 1.5px solid var(--ruby); border-radius: 50%; background: var(--cream); box-shadow: inset 0 0 0 3px var(--cream); transition: background .2s ease, box-shadow .2s ease; }
.flavour-option.is-selected { color: var(--navy); border-color: rgba(212,170,95,.68); background: linear-gradient(145deg, #fffdf7, #f7e9cb); box-shadow: 0 10px 24px rgba(124,84,20,.11); }
.flavour-option.is-selected .flavour-option__mark { border-color: var(--gold); background: var(--ruby); box-shadow: inset 0 0 0 3px var(--cream); }
.flavour-option:focus-visible { outline: 2px solid var(--ruby); outline-offset: 2px; }
.dialog-order { display: flex; align-items: center; justify-content: space-between; margin-top: 27px; padding: 16px 17px; color: #fff; border-radius: 15px; background: var(--ruby); font-size: 12px; font-weight: 700; box-shadow: 0 15px 35px rgba(167,12,41,.2); }
.dialog-disclaimer { display: block; margin: 12px auto 0; color: #998d94; text-align: center; font-size: 8px; line-height: 1.5; }
body.dialog-open { overflow: hidden; }
@keyframes sheet-in { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.mobile-order-bar {
  position: fixed;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  left: 12px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 13px 13px 17px;
  color: var(--cream);
  border: 1px solid rgba(212,170,95,.52);
  border-radius: 18px;
  background: rgba(7,19,38,.96);
  box-shadow: 0 18px 50px rgba(7,19,38,.3);
  backdrop-filter: blur(12px);
}
.mobile-order-bar div { display: grid; gap: 2px; }
.mobile-order-bar small { color: #cbbdc5; font-size: 9px; }
.mobile-order-bar strong { font-size: 12px; }
.mobile-order-bar a { padding: 11px 14px; border-radius: 12px; color: #fff; background: var(--ruby); font-size: 11px; font-weight: 700; }

@media (max-width: 699px) {
  .category-guide__controls { display: none; }
  .category-tabs {
    position: relative;
    top: auto;
    z-index: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    margin: 11px 0 0;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    scroll-snap-type: none;
  }
  .category-tab { width: 100%; min-height: 68px; }
  .category-tab:last-child { grid-column: 1 / -1; }
}

@media (min-width: 700px) {
  .hero { min-height: 760px; padding-top: 160px; }
  .hero__copy { margin-left: auto; margin-right: auto; }
  .hero__art { margin-top: -170px; margin-right: max(0px, calc((100vw - 1050px) / 2)); transform: translateX(250px); }
  .hero__scroll { margin-top: 40px; }
  .menu-shell { padding-inline: 34px; }
  .category-tabs { margin-inline: -34px; padding-inline: max(34px, calc((100vw - 1080px) / 2)); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mobile-order-bar { right: 24px; left: auto; width: 385px; }
  .product-dialog__sheet { top: 50%; right: auto; bottom: auto; left: 50%; width: min(92%, 650px); max-height: 88dvh; transform: translate(-50%, -50%); border-radius: 28px; animation: none; }
  .product-dialog__visual { height: 320px; }
  .menu-note { padding: 35px 40px; }
}

@media (hover: hover) {
  .product-card:hover .product-card__visual img { transform: scale(1.045) rotate(1deg); }
  .header-order:hover { color: var(--navy); background: var(--gold-pale); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
