:root {
  --rose-900: #64152d;
  --rose-800: #861b3b;
  --rose-700: #a8234d;
  --rose-600: #c43a61;
  --rose-500: #dd5a7e;
  --peach-400: #ea7898;
  --peach-300: #f09cb4;
  --peach-200: #f7c6d5;
  --peach-100: #fde8ef;
  --cream: #fff5f8;
  --paper: #fffcfd;
  --white: #ffffff;
  --ink: #44383c;
  --muted: #7c6c72;
  --line: #efd9e1;
  --success: #277d4d;
  --shadow-soft: 0 16px 45px rgba(117, 24, 56, 0.1);
  --shadow-card: 0 22px 55px rgba(117, 24, 56, 0.15);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body:has(dialog[open]) {
  overflow: hidden;
}

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

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

button {
  border: 0;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  color: white;
  background: var(--rose-900);
  transform: translateY(-150%);
}

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

.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;
}

.announcement {
  min-height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--rose-800);
}

.announcement p {
  margin: 0;
  padding: 7px 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.announcement span {
  margin-right: 7px;
  color: var(--peach-300);
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(239, 217, 225, 0.9);
  background: rgba(255, 252, 253, 0.94);
  box-shadow: 0 5px 25px rgba(100, 21, 45, 0.06);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 176px;
  height: auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.header-cart {
  position: relative;
  min-width: 182px;
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--peach-200);
  border-radius: 17px;
  color: var(--rose-900);
  background: var(--cream);
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.header-cart:hover {
  border-color: var(--peach-400);
  box-shadow: 0 9px 22px rgba(117, 24, 56, 0.12);
  transform: translateY(-2px);
}

.header-cart svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.header-cart-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.header-cart-copy small {
  color: var(--muted);
  font-size: 0.72rem;
}

.header-cart-copy strong {
  margin-top: 3px;
  font-size: 0.9rem;
}

.cart-count,
.mobile-cart-count {
  min-width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: var(--rose-600);
  font-size: 0.72rem;
  font-weight: 700;
}

.intro {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 245, 248, 0.68)),
    radial-gradient(circle at 76% 32%, #f9d6e2 0 13%, transparent 37%),
    linear-gradient(145deg, #ffffff 0%, #fff0f5 56%, #f5bfd0 100%);
}

.intro::before,
.intro::after {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid rgba(221, 90, 126, 0.24);
  border-radius: 50%;
}

.intro::before {
  width: 480px;
  height: 480px;
  right: -105px;
  top: -170px;
}

.intro::after {
  width: 360px;
  height: 360px;
  right: 55px;
  bottom: -210px;
}

.intro-orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(1px);
}

.intro-orb-one {
  width: 260px;
  height: 260px;
  right: 13%;
  top: 93px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.intro-orb-two {
  width: 105px;
  height: 105px;
  right: 32%;
  bottom: 48px;
  background: rgba(234, 120, 152, 0.22);
}

.intro-content {
  padding-block: 76px 82px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--rose-700);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.eyebrow span {
  width: 25px;
  height: 1px;
  background: var(--peach-400);
}

.intro h1 {
  max-width: 750px;
  margin: 16px 0 18px;
  color: var(--rose-900);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 6.3vw, 5.8rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.intro h1 em {
  color: var(--rose-600);
  font-weight: 600;
}

.intro-content > p {
  max-width: 520px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 1.08rem;
}

.primary-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px 12px 24px;
  border-radius: 999px;
  color: var(--white);
  background: var(--rose-700);
  box-shadow: 0 12px 24px rgba(168, 35, 77, 0.24);
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.primary-link:hover {
  background: var(--rose-900);
  box-shadow: 0 15px 28px rgba(100, 21, 45, 0.28);
  transform: translateY(-2px);
}

.primary-link svg,
.banner-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.menu-section {
  padding: 92px 0 110px;
  background:
    radial-gradient(circle at 5% 12%, rgba(247, 198, 213, 0.3), transparent 22%),
    var(--paper);
}

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

.section-kicker,
.product-category,
.cart-header p,
.form-title-row p {
  margin: 0;
  color: var(--rose-600);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.section-heading h2 {
  margin: 5px 0 0;
  color: var(--rose-900);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 4.8vw, 4rem);
  font-weight: 600;
  line-height: 1.08;
}

.section-note {
  max-width: 340px;
  margin: 0 0 9px;
  color: var(--muted);
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 38px;
}

.category-tab {
  min-height: 46px;
  padding: 9px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--rose-800);
  background: var(--white);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease,
    transform 180ms ease;
}

.category-tab:hover {
  border-color: var(--peach-400);
  transform: translateY(-1px);
}

.category-tab.is-active {
  border-color: var(--rose-700);
  color: var(--white);
  background: var(--rose-700);
}

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

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(239, 217, 225, 0.9);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.product-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-5px);
}

.product-card[hidden] {
  display: none;
}

.product-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--peach-100);
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

.product-card[data-id="empada-doce"] .product-photo img {
  object-position: center 68%;
}

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

.product-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  color: var(--rose-900);
  background: rgba(255, 249, 251, 0.9);
  backdrop-filter: blur(10px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-body {
  padding: 26px;
}

.product-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.product-title-row h3 {
  margin: 4px 0 0;
  color: var(--rose-900);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.15;
}

.product-price {
  flex: 0 0 auto;
  margin: 2px 0 0;
  color: var(--rose-700);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.product-price small {
  font-size: 0.75rem;
  letter-spacing: 0;
}

.product-description {
  min-height: 48px;
  margin: 14px 0 23px;
  color: var(--muted);
  font-size: 0.94rem;
}

.product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.quantity-picker {
  min-height: 46px;
  display: grid;
  grid-template-columns: 40px 32px 40px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
}

.quantity-picker button {
  width: 40px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--rose-800);
  background: transparent;
  cursor: pointer;
  font-size: 1.25rem;
  transition: color 150ms ease, background 150ms ease;
}

.quantity-picker button:hover {
  color: var(--rose-900);
  background: var(--peach-100);
}

.quantity-picker output {
  color: var(--ink);
  font-weight: 700;
  text-align: center;
}

.add-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 10px 18px 10px 21px;
  border-radius: 999px;
  color: white;
  background: var(--rose-700);
  cursor: pointer;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.add-button:hover {
  background: var(--rose-900);
  transform: translateY(-1px);
}

.add-button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.order-banner {
  padding: 0 0 95px;
  background: var(--paper);
}

.order-banner-inner {
  min-height: 180px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 34px 44px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: white;
  background:
    radial-gradient(circle at 85% 20%, rgba(247, 198, 213, 0.2), transparent 26%),
    linear-gradient(135deg, var(--rose-900), var(--rose-700));
  box-shadow: 0 24px 55px rgba(100, 21, 45, 0.24);
}

.banner-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.1);
}

.banner-icon svg {
  width: 32px;
  fill: none;
  stroke: var(--peach-300);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.order-banner p {
  margin: 0 0 3px;
  color: var(--peach-300);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.order-banner h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 600;
}

.banner-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 22px;
  border-radius: 999px;
  color: var(--rose-900);
  background: var(--white);
  cursor: pointer;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.banner-button:hover {
  color: var(--white);
  background: var(--rose-900);
  transform: translateY(-2px);
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-inner img {
  width: 178px;
  height: auto;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-inner p span {
  margin-inline: 6px;
  color: var(--peach-400);
}

.mobile-cart-bar {
  display: none;
}

.cart-dialog {
  width: min(530px, 100%);
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: -24px 0 70px rgba(72, 12, 34, 0.22);
}

.cart-dialog[open] {
  animation: cart-slide-in 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cart-dialog::backdrop {
  background: rgba(62, 22, 38, 0.54);
  backdrop-filter: blur(4px);
  animation: backdrop-in 180ms ease both;
}

.cart-shell {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.cart-header {
  min-height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 25px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.cart-header h2 {
  margin: 2px 0 0;
  color: var(--rose-900);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.85rem;
  line-height: 1.1;
}

.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--rose-800);
  background: var(--cream);
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.icon-button:hover {
  border-color: var(--peach-400);
  background: var(--peach-100);
  transform: rotate(4deg);
}

.icon-button svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.cart-content {
  overflow-y: auto;
  padding: 23px 25px 32px;
  overscroll-behavior: contain;
}

.cart-step-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}

.cart-step-label span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--rose-700);
  font-size: 0.75rem;
  font-weight: 700;
}

.cart-step-label p {
  margin: 0;
  color: var(--rose-600);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.cart-empty {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px dashed var(--peach-300);
  border-radius: var(--radius-md);
  text-align: center;
  background: var(--cream);
}

.cart-empty[hidden] {
  display: none;
}

.empty-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--rose-600);
  background: var(--peach-100);
}

.empty-icon svg {
  width: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.cart-empty h3 {
  margin: 17px 0 5px;
  color: var(--rose-900);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
}

.cart-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cart-empty button {
  margin-top: 19px;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--rose-800);
  background: var(--peach-100);
  cursor: pointer;
  font-weight: 700;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-item {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.cart-item img {
  width: 68px;
  height: 68px;
  border-radius: 13px;
  object-fit: cover;
}

.cart-item-info {
  min-width: 0;
}

.cart-item-info h4 {
  margin: 0 0 2px;
  color: var(--rose-900);
  font-size: 0.95rem;
}

.cart-item-info > p {
  margin: 0;
  color: var(--rose-600);
  font-size: 0.82rem;
  font-weight: 700;
}

.cart-item-controls {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  padding: 3px;
  border-radius: 999px;
  background: var(--cream);
}

.cart-item-controls button {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--rose-800);
  background: var(--white);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.cart-item-controls span {
  min-width: 24px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.cart-item-total {
  align-self: center;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.remove-item {
  display: block;
  margin: 5px 0 0 auto;
  padding: 2px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.7rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkout-form {
  display: grid;
  gap: 15px;
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.checkout-form.is-disabled {
  opacity: 0.48;
  pointer-events: none;
}

.form-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1px;
}

.form-title-row > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--rose-700);
  font-size: 0.85rem;
  font-weight: 700;
}

.form-title-row h3 {
  margin: 1px 0 0;
  color: var(--rose-900);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
}

.field {
  display: grid;
  gap: 7px;
}

.field > span {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
}

.field > span small {
  color: var(--muted);
  font-weight: 400;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: 0;
  color: var(--ink);
  background: var(--white);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field textarea {
  min-height: 86px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #ab9e99;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--rose-500);
  box-shadow: 0 0 0 4px rgba(221, 90, 126, 0.14);
}

.field-error {
  display: none;
  color: #b42348;
  font-size: 0.76rem;
}

.field.has-error input,
.field.has-error select {
  border-color: #d23b61;
}

.field.has-error .field-error {
  display: block;
}

.cart-footer {
  padding: 18px 25px 20px;
  border-top: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 -12px 34px rgba(100, 21, 45, 0.07);
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.84rem;
}

.price-line strong {
  color: var(--ink);
  font-size: 0.84rem;
}

.total-line {
  margin: 13px 0 15px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--rose-900);
  font-size: 1rem;
  font-weight: 700;
}

.total-line strong {
  color: var(--rose-700);
  font-size: 1.3rem;
}

.whatsapp-button {
  width: 100%;
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 15px;
  color: var(--white);
  background: var(--success);
  cursor: pointer;
  font-weight: 700;
  transition: filter 180ms ease, transform 180ms ease;
}

.whatsapp-button:hover:not(:disabled) {
  filter: brightness(0.92);
  transform: translateY(-1px);
}

.whatsapp-button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.45);
  opacity: 0.56;
}

.whatsapp-button svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.checkout-hint {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.toast {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  max-width: min(360px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--peach-200);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(100, 21, 45, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.toast > span {
  width: 30px;
  height: 30px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--success);
  font-weight: 700;
}

.toast p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.toast strong {
  display: block;
  color: var(--rose-900);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(168, 35, 77, 0.38);
  outline-offset: 3px;
}

@keyframes cart-slide-in {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 30px, var(--container));
  }

  .header-inner {
    min-height: 91px;
  }

  .brand {
    width: 165px;
  }

  .intro {
    min-height: 430px;
  }

  .intro-content {
    padding-block: 62px 72px;
  }

  .intro-orb-one {
    right: -75px;
    opacity: 0.68;
  }

  .intro h1 {
    max-width: 610px;
  }

  .product-grid {
    gap: 18px;
  }

  .product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .quantity-picker,
  .add-button {
    width: 100%;
  }

  .quantity-picker {
    grid-template-columns: 1fr 46px 1fr;
  }

  .quantity-picker button {
    width: 100%;
    border-radius: 999px;
  }

  .order-banner-inner {
    grid-template-columns: 62px 1fr;
    padding: 30px;
  }

  .banner-icon {
    width: 60px;
    height: 60px;
    border-radius: 19px;
  }

  .banner-button {
    grid-column: 2;
    width: max-content;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 104px;
  }

  body {
    padding-bottom: 80px;
  }

  .announcement p {
    font-size: 0.68rem;
  }

  .site-header {
    top: 0;
  }

  .header-inner {
    min-height: 82px;
  }

  .brand {
    width: 145px;
  }

  .header-cart {
    min-width: 48px;
    width: 48px;
    height: 48px;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 0;
    border-radius: 50%;
  }

  .header-cart svg {
    width: 24px;
  }

  .header-cart-copy {
    display: none;
  }

  .header-cart .cart-count {
    position: absolute;
    top: 7px;
    right: 8px;
    min-width: 18px;
    height: 18px;
    border: 2px solid var(--cream);
    font-size: 0.62rem;
  }

  .intro {
    min-height: 394px;
    background:
      radial-gradient(circle at 92% 14%, rgba(247, 198, 213, 0.76), transparent 30%),
      linear-gradient(150deg, #ffffff, #fff0f5);
  }

  .intro::before {
    width: 260px;
    height: 260px;
    top: -70px;
    right: -135px;
  }

  .intro::after,
  .intro-orb-two {
    display: none;
  }

  .intro-orb-one {
    width: 180px;
    height: 180px;
    right: -72px;
    top: 88px;
  }

  .intro-content {
    padding-block: 54px 65px;
  }

  .eyebrow {
    font-size: 0.67rem;
    letter-spacing: 0.16em;
  }

  .eyebrow span {
    width: 18px;
  }

  .intro h1 {
    margin-top: 14px;
    font-size: clamp(2.65rem, 13vw, 3.65rem);
  }

  .intro-content > p {
    max-width: 335px;
    font-size: 0.96rem;
  }

  .menu-section {
    padding: 64px 0 74px;
  }

  .section-heading {
    display: block;
    margin-bottom: 24px;
  }

  .section-heading h2 {
    font-size: 2.55rem;
  }

  .section-note {
    margin-top: 10px;
    font-size: 0.9rem;
  }

  .category-tabs {
    flex-wrap: nowrap;
    gap: 8px;
    margin-right: -15px;
    margin-bottom: 25px;
    padding-right: 15px;
    overflow-x: auto;
    scrollbar-width: none;
  }

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

  .category-tab {
    min-height: 43px;
    flex: 0 0 auto;
    padding-inline: 17px;
    font-size: 0.84rem;
  }

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

  .product-card {
    border-radius: 25px;
  }

  .product-photo {
    aspect-ratio: 4 / 3;
  }

  .product-body {
    padding: 22px;
  }

  .product-description {
    min-height: 0;
  }

  .product-actions {
    align-items: center;
    flex-direction: row;
  }

  .quantity-picker {
    width: 128px;
    flex: 0 0 128px;
    grid-template-columns: 40px 48px 40px;
  }

  .quantity-picker button {
    width: 40px;
  }

  .add-button {
    width: auto;
    flex: 1;
  }

  .order-banner {
    padding-bottom: 68px;
  }

  .order-banner-inner {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 27px;
    border-radius: 24px;
  }

  .banner-icon {
    width: 52px;
    height: 52px;
  }

  .banner-button {
    grid-column: auto;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .mobile-cart-bar {
    position: fixed;
    z-index: 45;
    right: 14px;
    bottom: 13px;
    left: 14px;
    min-height: 57px;
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    color: var(--white);
    background: var(--rose-800);
    box-shadow: 0 15px 35px rgba(100, 21, 45, 0.32);
    cursor: pointer;
    font-weight: 700;
    text-align: left;
  }

  .mobile-cart-bar strong {
    font-size: 0.92rem;
  }

  .mobile-cart-count {
    color: var(--rose-900);
    background: var(--peach-200);
  }

  .cart-dialog {
    width: 100%;
  }

  .cart-header {
    min-height: 82px;
    padding: 17px 18px;
  }

  .cart-content {
    padding: 18px 17px 25px;
  }

  .cart-footer {
    padding: 16px 17px 17px;
  }

  .cart-item {
    grid-template-columns: 60px 1fr auto;
    gap: 10px;
  }

  .cart-item img {
    width: 60px;
    height: 60px;
  }

  .toast {
    right: 16px;
    bottom: 84px;
  }
}

@media (max-width: 380px) {
  .product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .quantity-picker,
  .add-button {
    width: 100%;
  }

  .quantity-picker {
    grid-template-columns: 1fr 46px 1fr;
  }

  .quantity-picker button {
    width: 100%;
  }

  .cart-item {
    grid-template-columns: 54px 1fr;
  }

  .cart-item img {
    width: 54px;
    height: 54px;
  }

  .cart-item > div:last-child {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@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;
  }
}
