@import url("/assets/fonts.css");
@import url("/accessibility.css");
:root {
  --paper: #faf6ed;
  --ink: #512c3e;
  --muted: #786970;
  --berry: #81415c;
  --blush: #f0dce0;
  --line: #decfd0;
  --green: #e6e9d9;
  --yellow: #eed79c;
  --white: #fffdf8;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.65 var(--sans);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #95651d;
  outline-offset: 4px;
}
button {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.06;
}
em {
  font-weight: 400;
}
h2 {
  font-size: 48px;
  letter-spacing: -1.5px;
}
.wrap {
  max-width: 1240px;
  margin: auto;
  padding-left: 52px;
  padding-right: 52px;
}
.festival-bar {
  text-align: center;
  background: var(--berry);
  color: #fff7e8;
  font-size: 10px;
  letter-spacing: 2.5px;
  padding: 9px 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 105px;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 600 27px/1.05 var(--serif);
  letter-spacing: -0.7px;
}
.brand small {
  display: block;
  font: 8px/1.5 var(--sans);
  letter-spacing: 1.7px;
  margin-top: 9px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
}
.bag-button {
  border: 1px solid var(--ink);
  background: transparent;
  border-radius: 4px;
  padding: 10px 16px;
  min-height: 44px;
}
.bag-button span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--blush);
  margin-left: 10px;
  font-size: 11px;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 50px;
  padding-top: 54px;
  padding-bottom: 42px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
}
.tiny-flower {
  color: var(--berry);
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.hero h1 {
  font-size: clamp(48px, 5.2vw, 72px);
  letter-spacing: -2.7px;
  margin: 23px 0;
}
.hero h1 em {
  color: var(--berry);
}
.hero-copy > p {
  font-size: 14px;
  color: #736069;
  line-height: 1.85;
  margin-bottom: 27px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 14px 23px;
  border: 1px solid var(--berry);
  border-radius: 3px;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  min-height: 46px;
}
.button:hover {
  background: var(--blush);
}
.button.primary {
  background: var(--berry);
  color: white;
}
.button.primary:hover {
  background: #69324a;
}
.button span {
  font-size: 19px;
  line-height: 1;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 25px;
  font: italic 18px var(--serif);
}
.little-line {
  width: 30px;
  height: 1px;
  background: var(--berry);
  transform: rotate(-12deg);
}
.hero-art {
  position: relative;
  padding: 0 5px 0 8px;
}
.art-frame {
  position: relative;
  border-radius: 48% 48% 6px 6px;
  outline: 1px solid #c9aaae;
  outline-offset: 9px;
  background: #ecdbd2;
  overflow: hidden;
}
.art-frame > img {
  width: 100%;
  height: 456px;
  object-fit: cover;
}
.art-stamp {
  position: absolute;
  bottom: 24px;
  right: 20px;
  background: #f8e9b8;
  color: var(--ink);
  border: 1px solid #ad8659;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1.5;
  transform: rotate(10deg);
  box-shadow: 0 0 0 5px #f8e9b8;
}
.art-stamp em {
  font-family: var(--serif);
  font-size: 22px;
}
.hero-art figcaption {
  font-size: 10px;
  color: var(--muted);
  text-align: center;
  margin-top: 19px;
}
.ritual-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f3ece6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  padding: 17px 24px;
  font-size: 11px;
  letter-spacing: 0.3px;
}
.ritual-strip > span:nth-child(even) {
  color: var(--berry);
  font-size: 18px;
}
.menu-section {
  padding-top: 75px;
  padding-bottom: 65px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 34px;
}
.section-heading .eyebrow {
  margin-bottom: 13px;
}
.section-heading > p {
  font-size: 12px;
  color: var(--muted);
  padding-bottom: 4px;
}
.store-notice {
  font-size: 12px;
  border-left: 3px solid #b58b3c;
  background: #f5ead4;
  padding: 12px 16px;
  margin-bottom: 25px;
}
.menu-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 52px;
}
.menu-tabs {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 4px;
}
.menu-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 12px 0;
  font-size: 11px;
  color: var(--muted);
  min-height: 44px;
}
.menu-tabs button.active {
  color: var(--berry);
  border-bottom-color: var(--berry);
}
.product-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.product-row h3 {
  font-size: 25px;
  letter-spacing: -0.3px;
}
.product-meta {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.product-row .description {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
  max-width: 300px;
}
.row-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.row-price {
  font-size: 15px;
}
.add-button {
  background: transparent;
  border: 1px solid #a57a89;
  border-radius: 3px;
  min-width: 68px;
  min-height: 42px;
  font-size: 11px;
}
.add-button:hover {
  background: var(--blush);
}
.gift-note {
  background: var(--green);
  padding: 30px 26px;
  border: 1px solid #ccd0b9;
  align-self: start;
  text-align: left;
  position: relative;
  margin-top: 14px;
}
.gift-note > img {
  margin-bottom: 23px;
}
.gift-note > .eyebrow {
  font-size: 8px;
  letter-spacing: 1.5px;
}
.gift-note h3 {
  font-size: 35px;
  margin: 15px 0 17px;
  letter-spacing: -0.8px;
}
.gift-note p {
  font-size: 12px;
}
.gift-divider {
  height: 1px;
  background: #c5c7b4;
  margin: 24px 0;
}
.gift-note .gift-label {
  font-size: 8px;
  letter-spacing: 1px;
}
.gift-note h4 {
  font-size: 26px;
  margin: 9px 0;
}
.gift-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 20px 0 12px;
}
.gift-bottom > strong {
  font-size: 20px;
  font-weight: 500;
}
.button.small {
  padding: 9px 12px;
  gap: 12px;
  font-size: 11px;
}
.gift-note small {
  font-size: 10px;
  line-height: 1.7;
  color: #666257;
  display: block;
}
.larger-packs {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 23px 27px;
  border: 1px dashed #bb99a4;
}
.larger-packs .eyebrow {
  font-size: 9px;
}
.larger-packs p {
  font-size: 12px;
  margin-top: 4px;
}
.text-link {
  display: inline-block;
  font-size: 12px;
  border-bottom: 1px solid #b68e9a;
  padding: 7px 0;
  cursor: pointer;
}
.text-link span {
  margin-left: 15px;
}
.celebration-note {
  background: var(--blush);
  border-block: 1px solid #e4c9d0;
}
.celebration-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-block: 48px;
  gap: 40px;
}
.celebration-inner > div {
  flex: 1;
  max-width: 430px;
}
.celebration-inner h2 {
  font-size: 43px;
  margin: 16px 0;
}
.celebration-inner p {
  font-size: 12px;
  line-height: 1.8;
}
.handwritten {
  font: italic 29px/1.2 var(--serif);
  transform: rotate(-8deg);
  text-align: center;
}
.details {
  padding-top: 68px;
  padding-bottom: 65px;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.details-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 30px;
}
.detail-number {
  font-size: 8px;
  letter-spacing: 1.6px;
}
.details-grid h3 {
  font-size: 27px;
  margin: 15px 0;
}
.details-grid p {
  font-size: 12px;
  color: var(--muted);
}
.footer {
  border-top: 1px solid var(--line);
  padding-top: 27px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.footer .brand {
  font-size: 24px;
}
.footer > span,
.footer > a:last-child {
  font-size: 10px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 50px;
}
.gallery img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.gallery figcaption {
  font-size: 11px;
  margin-top: 8px;
}
.skip {
  position: fixed;
  top: -80px;
  left: 15px;
  background: var(--paper);
  z-index: 100;
  padding: 12px;
}
.skip:focus {
  top: 8px;
}
.mobile-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  position: fixed;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  right: 24px;
  min-width: 290px;
  min-height: 56px;
  padding: 16px 20px;
  border: 1px solid var(--berry);
  border-radius: 4px;
  background: var(--berry);
  color: white;
  font-size: 13px;
  box-shadow: 0 5px 20px #512c3e22;
  z-index: 16;
}
.mobile-cart:hover {
  background: #69324a;
}
html {
  scroll-padding-top: 130px;
}
.footer {
  padding-bottom: 112px;
}
.toast {
  position: fixed;
  bottom: calc(100px + env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translate(-50%, 20px);
  background: var(--ink);
  color: white;
  border-radius: 4px;
  padding: 11px 22px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  z-index: 20;
  max-width: 90%;
  text-align: center;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
dialog {
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
  padding: 0;
  box-shadow: 0 20px 90px #32152233;
}
dialog::backdrop {
  background: #2b1b285c;
  backdrop-filter: blur(2px);
}
.cart-dialog {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  width: 480px;
  max-width: calc(100% - 24px);
  max-height: 100dvh;
  height: 100dvh;
  padding: 28px;
  overflow: auto;
}
.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 27px;
}
.drawer-head h2 {
  font-size: 40px;
  margin-top: 9px;
}
.drawer-head .eyebrow {
  font-size: 8px;
}
.icon-button {
  background: none;
  border: 1px solid var(--line);
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 25px;
}
.cart-line {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.cart-line-header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.cart-line h3 {
  font-size: 23px;
}
.cart-line small {
  font-size: 11px;
  color: var(--muted);
}
.cart-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}
.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
}
.quantity button {
  border: 0;
  background: transparent;
  width: 42px;
  height: 42px;
  font-size: 18px;
}
.quantity span {
  min-width: 26px;
  text-align: center;
  font-size: 13px;
}
.remove {
  background: none;
  border: 0;
  text-decoration: underline;
  font-size: 11px;
  min-height: 44px;
}
.packaging-select {
  display: block;
  font-size: 11px;
  margin-top: 12px;
}
.packaging-select select {
  margin-top: 5px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  border-radius: 3px;
  min-height: 44px;
}
.totals {
  padding-block: 21px;
}
.total-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  margin: 7px 0;
}
.total-row.grand {
  font-size: 20px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.muted {
  color: var(--muted);
  font-size: 12px;
}
.full {
  width: 100%;
}
.empty {
  text-align: center;
  padding: 50px 10px;
}
.empty img {
  margin: 0 auto 25px;
}
.empty h3 {
  font-size: 32px;
  margin-bottom: 12px;
}
.empty p {
  font-size: 13px;
  margin-bottom: 20px;
}
.error {
  background: #fae6e2;
  color: #852f37;
  border-left: 3px solid #a6424d;
  padding: 12px 14px;
  font-size: 12px;
  margin: 16px 0;
}
.info {
  background: var(--green);
  border-left: 3px solid #79815b;
  padding: 12px 14px;
  font-size: 12px;
  margin: 16px 0;
}
.checkout-dialog {
  max-width: calc(100% - 28px);
  width: 640px;
  max-height: 92dvh;
  border-radius: 7px;
  padding: 30px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
}
.form-field.wide {
  grid-column: 1/-1;
}
.form-field input,
.form-field select,
.form-field textarea {
  padding: 12px;
  background: var(--white);
  border: 1px solid #bca6af;
  border-radius: 3px;
  min-width: 0;
  color: var(--ink);
  width: 100%;
  min-height: 46px;
}
.form-field textarea {
  resize: vertical;
  min-height: 90px;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
}
.keyboard-navigation .form-field input:focus,
.keyboard-navigation .form-field select:focus,
.keyboard-navigation .form-field textarea:focus {
  outline: 2px solid var(--berry);
  outline-offset: 2px;
}
.checkout-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 24px;
}
.checkout-actions .text-link {
  background: none;
  border: 0;
  border-bottom: 1px solid var(--berry);
  min-height: 44px;
}
.review-lines {
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-lines li {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}
.review-lines strong {
  font-size: 14px;
}
.review-lines small {
  display: block;
  color: var(--muted);
  margin-top: 3px;
}
.review-details {
  font-size: 12px;
  white-space: pre-line;
  padding: 17px 0;
}
.review-details h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.receipt-top {
  text-align: center;
  padding: 10px 0 20px;
}
.receipt-top > img {
  margin: 0 auto 20px;
}
.receipt-top h3 {
  font-size: 35px;
  margin-bottom: 12px;
}
.receipt-top p {
  font-size: 12px;
}
.order-ref {
  font-family: var(--sans);
  font-size: 15px;
  display: block;
  letter-spacing: 1px;
  margin-top: 15px;
  overflow-wrap: anywhere;
}
.status-pills {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-block: 16px;
}
.status-pill {
  font-size: 10px;
  background: var(--green);
  padding: 5px 10px;
  border-radius: 3px;
}
.payment-box {
  padding: 22px;
  background: #f3ebe0;
  border: 1px solid var(--line);
  margin: 18px 0;
}
.payment-box h3 {
  font-size: 26px;
}
.payment-box p {
  font-size: 12px;
  margin-top: 9px;
}
.payment-box img {
  width: 190px;
  height: 190px;
  object-fit: contain;
  margin: 18px auto;
  background: white;
}
.receipt-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.receipt-actions > * {
  flex: 1;
  min-width: 180px;
}
.receipt-actions .button {
  font-size: 11px;
  gap: 9px;
}
.saved-order-link {
  position: fixed;
  bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  right: 20px;
  z-index: 9;
  box-shadow: 0 3px 12px #512c3e20;
  background: var(--paper);
}
[hidden] {
  display: none !important;
}
@media (min-width: 1500px) {
  .wrap {
    max-width: 1340px;
  }
  .hero {
    gap: 80px;
    padding-block: 70px;
  }
  .art-frame > img {
    height: 510px;
  }
  .hero h1 {
    font-size: 80px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero {
    gap: 30px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .art-frame > img {
    height: 425px;
  }
  .ritual-strip {
    gap: 25px;
  }
  .menu-layout {
    gap: 30px;
    grid-template-columns: 1fr 275px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .product-row h3 {
    font-size: 23px;
  }
  .row-actions {
    gap: 13px;
  }
  .celebration-inner {
    gap: 28px;
  }
  .handwritten {
    font-size: 25px;
  }
  .details-grid {
    gap: 22px;
  }
  .details-grid article + article {
    padding-left: 22px;
  }
}
@media (max-width: 720px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .festival-bar {
    font-size: 8px;
    letter-spacing: 1.7px;
  }
  .site-header {
    min-height: 85px;
  }
  .brand {
    font-size: 24px;
    gap: 8px;
  }
  .brand img {
    width: 42px;
    height: 42px;
  }
  .brand small {
    font-size: 6px;
    letter-spacing: 1.3px;
    margin-top: 7px;
  }
  .site-header nav > a {
    display: none;
  }
  .bag-button {
    padding: 7px 10px;
    font-size: 11px;
  }
  .bag-button span {
    margin-left: 6px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
    padding-bottom: 29px;
    gap: 35px;
  }
  .hero h1 {
    font-size: 57px;
    letter-spacing: -2.3px;
    margin-block: 20px;
  }
  .hero-copy > p {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero-note {
    font-size: 17px;
    margin-top: 20px;
  }
  .hero-art {
    width: 100%;
    max-width: 440px;
    margin: auto;
    padding: 0 13px;
  }
  .art-frame {
    border-radius: 47% 47% 5px 5px;
  }
  .art-frame > img {
    height: auto;
    aspect-ratio: 1.08;
    object-position: center 59%;
  }
  .art-stamp {
    width: 93px;
    height: 93px;
    bottom: 19px;
    right: 15px;
    font-size: 9px;
  }
  .art-stamp em {
    font-size: 19px;
  }
  .hero-art figcaption {
    font-size: 9px;
  }
  .ritual-strip {
    gap: 15px;
    padding: 13px 14px;
    font-size: 9px;
  }
  .ritual-strip > span:nth-last-child(-n + 2) {
    display: none;
  }
  .menu-section {
    padding-top: 45px;
    padding-bottom: 38px;
  }
  .section-heading {
    display: block;
    margin-bottom: 22px;
  }
  .section-heading h2 {
    font-size: 40px;
  }
  .section-heading > p {
    margin-top: 14px;
    font-size: 12px;
  }
  .section-heading > p br {
    display: none;
  }
  .menu-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .menu-tabs {
    gap: 20px;
  }
  .menu-tabs button {
    font-size: 10px;
    white-space: nowrap;
  }
  .product-row {
    padding: 20px 0;
  }
  .product-row h3 {
    font-size: 24px;
  }
  .product-meta {
    font-size: 10px;
  }
  .row-actions {
    gap: 13px;
  }
  .row-price {
    font-size: 14px;
  }
  .add-button {
    min-height: 44px;
    min-width: 61px;
  }
  .gift-note {
    margin-top: 0;
    padding: 25px;
  }
  .gift-note > img {
    float: right;
    margin: 0;
  }
  .gift-note h3 {
    font-size: 35px;
  }
  .gift-divider {
    margin: 20px 0;
  }
  .gift-bottom {
    justify-content: start;
    gap: 27px;
  }
  .larger-packs {
    padding: 20px;
    display: block;
    margin-top: 26px;
  }
  .larger-packs .text-link {
    margin-top: 10px;
  }
  .celebration-inner {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 20px;
    padding-block: 32px;
  }
  .celebration-inner > img {
    width: 68px;
    height: auto;
  }
  .celebration-inner h2 {
    font-size: 31px;
    letter-spacing: -0.8px;
    margin: 12px 0;
  }
  .celebration-inner .eyebrow {
    font-size: 7px;
    letter-spacing: 1.5px;
  }
  .celebration-inner p {
    font-size: 11px;
  }
  .handwritten {
    display: none;
  }
  .details {
    padding-top: 43px;
    padding-bottom: 35px;
  }
  .details-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .details-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 23px;
  }
  .details-grid h3 {
    margin: 10px 0;
    font-size: 27px;
  }
  .footer {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 14px;
    padding-block: 25px 100px;
  }
  .footer .brand {
    font-size: 27px;
  }
  .mobile-cart:not([hidden]) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    right: 12px;
    background: var(--berry);
    color: white;
    border: 0;
    border-radius: 4px;
    padding: 16px 19px;
    font-size: 12px;
    z-index: 16;
    min-width: 0;
    box-shadow: 0 5px 20px #512c3e22;
    min-height: 54px;
  }
  .toast {
    bottom: calc(90px + env(safe-area-inset-bottom, 0px));
    width: max-content;
    max-width: 90vw;
  }
  .cart-dialog {
    padding: 22px;
  }
  .drawer-head h2 {
    font-size: 36px;
  }
  .checkout-dialog {
    padding: 23px 19px;
    max-height: 94dvh;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-field.wide {
    grid-column: auto;
  }
  .checkout-actions {
    align-items: stretch;
  }
  .checkout-actions .button {
    padding-inline: 14px;
    font-size: 11px;
  }
  .saved-order-link {
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    right: 12px;
    font-size: 11px;
    padding: 10px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  html {
    scroll-padding-top: 105px;
  }
  .gallery > figure:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 360px) {
  .wrap {
    padding-inline: 17px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .brand {
    font-size: 21px;
  }
  .menu-tabs {
    gap: 12px;
  }
  .menu-tabs button {
    font-size: 9px;
  }
  .row-actions {
    gap: 8px;
  }
  .product-row h3 {
    font-size: 21px;
  }
  .row-price {
    font-size: 12px;
  }
  .add-button {
    min-width: 53px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
.cart-dialog[open],
.checkout-dialog[open] {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.checkout-dialog[open] {
  height: min(820px, 92dvh);
}
.cart-dialog .drawer-head,
.checkout-dialog .drawer-head,
#cart-footer,
#checkout-footer {
  flex-shrink: 0;
}
#cart-content,
#checkout-content {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  padding: 3px 3px 18px;
  scroll-padding-block: 12px;
}
#cart-content::-webkit-scrollbar,
#checkout-content::-webkit-scrollbar {
  display: none;
}
#checkout-footer {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
#checkout-footer .checkout-actions {
  margin-top: 0;
}
#checkout-footer > .primary {
  width: 100%;
}
.collection-notice {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--berry);
}
.scroll-cue {
  flex-shrink: 0;
  width: 100%;
  min-height: 36px;
  border: 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--berry);
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.3px;
  box-shadow: 0 -10px 16px var(--paper);
}
.scroll-cue[hidden] {
  display: none;
}
@media (max-height: 650px) {
  .checkout-dialog[open] {
    height: 96dvh;
    max-height: 96dvh;
  }
  .drawer-head {
    margin-bottom: 12px;
  }
  .drawer-head h2 {
    font-size: 29px;
  }
  #cart-footer .totals {
    padding-block: 8px;
  }
}
@media print {
  #checkout-footer,
  .scroll-cue {
    display: none !important;
  }
  #checkout-content {
    overflow: visible;
  }
  .site-header,
  .festival-bar,
  main,
  .footer,
  .mobile-cart,
  .toast,
  .icon-button,
  .receipt-actions,
  .saved-order-link {
    display: none !important;
  }
  dialog[open] {
    position: static;
    display: block !important;
    width: 100%;
    max-width: none;
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
    box-shadow: none;
    border: 0;
  }
  dialog::backdrop {
    display: none;
  }
}
