@font-face {
  font-family: "Baloo Bhaijaan 2";
  src: url("assets/fonts/baloo-bhaijaan-2-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Baloo Bhaijaan 2";
  src: url("assets/fonts/baloo-bhaijaan-2-extrabold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --peach: #e7a0bd;
  --peach-light: #fae6ee;
  --rose: #e4a2bd;
  --rose-light: #f8dfe9;
  --coral: #ef594c;
  --leaf: #31856d;
  --leaf-dark: #246652;
  --ink: #332126;
  --muted: #7a656d;
  --paper: #fff9fb;
  --white: #ffffff;
  --line: rgba(51, 33, 38, 0.13);
  --shadow: 0 24px 70px rgba(149, 73, 104, 0.16);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Baloo Bhaijaan 2", "Geeza Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

button,
select,
input {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

.shell {
  width: var(--shell);
  max-width: 100%;
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}

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

:focus-visible {
  outline: 3px solid var(--leaf);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(51, 33, 38, 0.07);
  background: rgba(255, 249, 251, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 54px;
  height: 54px;
  border: 2px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  line-height: 1.25;
}

.brand-copy strong {
  font-size: 18px;
  letter-spacing: -0.02em;
}

.brand-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #5c464e;
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: -8px;
  height: 2px;
  background: var(--coral);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.cart-trigger {
  justify-self: end;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  font-weight: 800;
}

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

.cart-count {
  min-width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
}

.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 70px;
  padding-block: 74px 82px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--leaf-dark);
  font-size: 13px;
  font-weight: 800;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  background: var(--coral);
}

.hero h1,
.section-heading h2,
.how-intro h2,
.occasion-banner h2,
.modal-content h2,
.cart-header h2 {
  margin: 0;
  font-family: "Baloo Bhaijaan 2", "Geeza Pro", sans-serif;
  letter-spacing: 0;
  word-spacing: 0.03em;
  line-height: 1.2;
}

.hero h1 {
  max-width: 100%;
  margin-top: 18px;
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 800;
}

.hero h1 em {
  position: relative;
  color: var(--coral);
  font-style: normal;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  inset-inline: 4% 2%;
  inset-block-end: -7px;
  height: 8px;
  border-block-start: 2px solid var(--leaf);
  border-radius: 50%;
  transform: rotate(-2deg);
}

.hero-copy > p {
  max-width: 520px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.3;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(36, 31, 29, 0.17);
}

.button-soft {
  border-color: rgba(36, 31, 29, 0.12);
  background: var(--peach-light);
  color: var(--ink);
}

.button-light {
  background: var(--white);
  color: var(--leaf-dark);
}

.button-whatsapp {
  background: var(--leaf-dark);
  color: var(--white);
}

.button-whatsapp svg {
  width: 22px;
  fill: currentColor;
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--muted);
}

.hero-note-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--coral);
  font-size: 23px;
}

.hero-note > span:last-child {
  display: grid;
  line-height: 1.35;
}

.hero-note b {
  color: var(--ink);
  font-size: 14px;
}

.hero-note small {
  font-size: 12px;
}

.delivery-pill {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(51, 33, 38, 0.06);
}

.delivery-pill b { font-size: 13px; }
.delivery-pill span { color: var(--leaf-dark); font-size: 15px; font-weight: 900; }

.hero-visual {
  position: relative;
  min-width: 0;
  padding: 20px 14px 18px 30px;
}

.photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.03;
  border-radius: 48% 48% 28px 28px;
  background: var(--peach);
  box-shadow: var(--shadow);
}

.photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(49, 29, 21, 0.16));
  pointer-events: none;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.brand-sticker {
  position: absolute;
  inset-inline-end: -18px;
  inset-block-start: 11%;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  padding: 7px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 15px 40px rgba(81, 40, 28, 0.2);
  transform: rotate(7deg);
}

.brand-sticker img {
  width: 100%;
  height: 100%;
  border: 3px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
}

.floral-strip {
  position: absolute;
  inset-inline-start: -28px;
  inset-block-end: 58px;
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  padding: 12px 22px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--rose);
  color: var(--leaf-dark);
  font-size: 25px;
  box-shadow: 8px 8px 0 var(--ink);
  transform: rotate(5deg);
}

.floral-strip span:nth-child(1),
.floral-strip span:nth-child(5) {
  color: var(--coral);
}

.hero-caption {
  position: absolute;
  inset-inline-end: 14px;
  inset-block-end: 4px;
  display: grid;
  padding: 9px 16px;
  border-radius: 14px;
  background: var(--white);
  font-family: "Baloo Bhaijaan 2", "Geeza Pro", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 12px 35px rgba(81, 40, 28, 0.12);
}

.hero-caption small {
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.menu-section {
  padding-block: 86px 80px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  align-items: end;
  gap: 40px;
}

.section-heading h2,
.how-intro h2 {
  margin-top: 14px;
  font-size: clamp(36px, 4.5vw, 58px);
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.filter-chip {
  min-height: 43px;
  padding: 8px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.filter-chip.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 20px;
  margin-top: 26px;
}

.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.product-image-button {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1.12;
  padding: 0;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--peach-light);
  cursor: pointer;
}

.product-image-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}

.product-card:hover .product-image-button img {
  transform: scale(1.045);
}

.product-badge {
  position: absolute;
  inset-block-start: 14px;
  inset-inline-start: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.quick-add {
  position: absolute;
  inset-inline-end: 14px;
  inset-block-end: 14px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 25px;
  box-shadow: 0 10px 28px rgba(36, 31, 29, 0.22);
}

.product-info {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 18px 4px 0;
}

.product-copy-button {
  min-width: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  text-align: start;
  cursor: pointer;
}

.product-info h3 {
  margin: 0;
  font-size: 19px;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.product-info p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.card-add-button {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  padding: 8px 15px;
  border: 0;
  border-radius: 13px;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}

.card-add-button:hover {
  background: var(--leaf-dark);
  transform: translateY(-1px);
}

.card-add-button b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rose);
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
  color: var(--leaf-dark);
}

.product-price b {
  font-size: 22px;
  letter-spacing: -0.03em;
}

.product-price span {
  font-size: 11px;
  font-weight: 800;
}

.occasion-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-block: 30px 110px;
  padding: 52px 60px;
  border-radius: var(--radius-lg);
  background: var(--leaf-dark);
  color: var(--white);
}

.occasion-banner::after {
  content: "✿  ✤  ✿";
  position: absolute;
  inset-inline-end: 17%;
  inset-block-start: -12px;
  color: rgba(255, 255, 255, 0.12);
  font-size: 92px;
  letter-spacing: 0.1em;
  transform: rotate(-8deg);
}

.occasion-banner > div,
.occasion-banner > a {
  position: relative;
  z-index: 1;
}

.occasion-banner span {
  color: var(--peach);
  font-size: 13px;
  font-weight: 800;
}

.occasion-banner h2 {
  margin-top: 8px;
  font-size: 42px;
}

.occasion-banner p {
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.how-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  padding-block: 0 120px;
}

.how-intro p {
  max-width: 460px;
  margin: 20px 0 0;
  color: var(--muted);
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: order-steps;
}

.steps li {
  counter-increment: order-steps;
  position: relative;
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 0 24px 74px;
  border-bottom: 1px solid var(--line);
}

.steps li::before {
  content: "0" counter(order-steps);
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 22px;
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 800;
}

.steps b {
  font-size: 20px;
}

.steps span {
  color: var(--muted);
}

.site-footer {
  padding-block: 48px;
  border-top: 1px solid var(--line);
  background: var(--rose-light);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 64px;
  height: 64px;
  border: 2px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
}

.footer-brand > div {
  display: grid;
  line-height: 1.3;
}

.footer-brand b {
  font-family: Georgia, serif;
  font-size: 20px;
}

.footer-brand span {
  color: var(--muted);
  font-size: 12px;
}

.footer-links {
  display: flex;
  gap: 28px;
  font-weight: 800;
}

.footer-inner > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.footer-delivery {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.footer-delivery strong { color: var(--leaf-dark); font-size: 18px; }
.footer-delivery span { color: var(--muted); font-size: 12px; }

.overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(26, 20, 18, 0.56);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.overlay.is-visible {
  opacity: 1;
}

.product-modal {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 400;
  width: min(1040px, calc(100% - 34px));
  max-height: min(760px, calc(100dvh - 34px));
  overflow: auto;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 0 35px 120px rgba(23, 17, 15, 0.35);
  opacity: 0;
  transform: translate(-50%, -47%) scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease;
}

.product-modal.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.modal-close {
  position: absolute;
  inset-inline-start: 18px;
  inset-block-start: 18px;
  z-index: 2;
}

.modal-gallery {
  min-width: 0;
  padding: 18px;
  background: var(--peach-light);
}

.modal-main-image {
  overflow: hidden;
  aspect-ratio: 1 / 1.08;
  border-radius: 20px;
  background: var(--rose-light);
}

.modal-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.modal-thumb {
  width: 66px;
  height: 66px;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  background: none;
  cursor: pointer;
}

.modal-thumb.is-active {
  border-color: var(--ink);
}

.modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 58px 42px 34px;
}

.modal-category {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
}

.modal-content h2 {
  margin-top: 7px;
  font-family: "Baloo Bhaijaan 2", "Geeza Pro", Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.35;
}

.modal-description {
  margin: 15px 0 0;
  color: var(--muted);
}

.modal-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
}

.modal-facts > div {
  display: grid;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  line-height: 1.4;
}

.modal-facts span,
.quantity-row > span,
.modal-total span,
.variant-field > span {
  color: var(--muted);
  font-size: 12px;
}

.modal-facts b {
  margin-top: 3px;
  font-size: 16px;
}

.variant-field {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}

.variant-field select {
  width: 100%;
  min-height: 48px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
}

.quantity-row,
.modal-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.quantity-row {
  margin-top: 20px;
  padding-block: 14px;
  border-block: 1px solid var(--line);
}

.stepper {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.stepper button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--peach-light);
  cursor: pointer;
  font-size: 21px;
}

.stepper strong {
  min-width: 34px;
  text-align: center;
}

.modal-total {
  margin-top: 14px;
}

.modal-total b {
  color: var(--leaf-dark);
  font-size: 22px;
}

.modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
}

.cart-drawer {
  position: fixed;
  inset-block: 0;
  inset-inline-end: 0;
  z-index: 450;
  width: min(470px, 100%);
  display: flex;
  flex-direction: column;
  background: var(--paper);
  box-shadow: -24px 0 80px rgba(23, 17, 15, 0.24);
  transform: translateX(105%);
  transition: transform 260ms cubic-bezier(.2,.7,.2,1);
}

.cart-drawer.is-visible {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.cart-header > div {
  display: grid;
  line-height: 1.35;
}

.cart-header span {
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
}

.cart-header h2 {
  font-size: 28px;
}

.cart-items {
  overflow-y: auto;
  padding: 8px 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 13px;
  padding-block: 16px;
  border-bottom: 1px solid var(--line);
}

.cart-item > img {
  width: 84px;
  height: 88px;
  border-radius: 12px;
  object-fit: cover;
}

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

.cart-item-copy h3 {
  overflow: hidden;
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-item-copy p {
  margin: 2px 0 7px;
  color: var(--muted);
  font-size: 11px;
}

.cart-item-copy b {
  color: var(--leaf-dark);
  font-size: 14px;
}

.cart-item-controls {
  display: grid;
  align-content: space-between;
  justify-items: end;
}

.remove-item {
  padding: 3px;
  border: 0;
  background: none;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
  text-decoration: underline;
}

.mini-stepper {
  display: flex;
  align-items: center;
  gap: 7px;
}

.mini-stepper button {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.cart-empty {
  flex: 1;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 40px;
  text-align: center;
}

.cart-empty > span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rose-light);
  color: var(--coral);
  font-size: 36px;
}

.cart-empty h3 {
  margin: 18px 0 2px;
  font-size: 22px;
}

.cart-empty p {
  max-width: 300px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}

.cart-summary {
  margin-top: auto;
  padding: 20px 24px 28px;
  border-top: 1px solid var(--line);
  background: var(--peach-light);
}

.cart-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}

.cart-grand-total {
  margin-top: 9px;
  color: var(--ink) !important;
  font-size: 16px !important;
}

.cart-grand-total b {
  color: var(--leaf-dark);
  font-size: 24px;
}

.cart-checkout {
  width: 100%;
  margin-top: 18px;
}

.cart-summary > small {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  text-align: center;
  font-size: 10px;
}

.checkout-form {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.checkout-form h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

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

.checkout-grid label {
  display: grid;
  gap: 4px;
}

.checkout-grid label > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.checkout-grid input,
.checkout-grid textarea {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  resize: vertical;
}

.checkout-wide { grid-column: 1 / -1; }
.cart-checkout:disabled { opacity: 0.65; cursor: wait; transform: none; }

.mobile-cart-bar {
  position: fixed;
  inset-inline: 16px;
  inset-block-end: max(14px, env(safe-area-inset-bottom));
  z-index: 180;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 17px;
  border: 0;
  border-radius: 18px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 15px 45px rgba(36, 31, 29, 0.3);
  cursor: pointer;
}

.mobile-cart-bar span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.mobile-cart-bar span b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rose);
  color: var(--ink);
  font-size: 11px;
}

.toast {
  position: fixed;
  inset-inline-start: 50%;
  inset-block-end: 24px;
  z-index: 600;
  max-width: calc(100% - 32px);
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 900px) {
  :root {
    --shell: min(720px, calc(100% - 28px));
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 54px 72px;
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .hero-note {
    justify-content: center;
  }

  .hero-copy > p {
    margin-inline: auto;
  }

  .hero-visual {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .section-heading,
  .how-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 18px;
  }

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

  .how-section {
    gap: 40px;
  }

  .product-modal {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .modal-content {
    padding-inline: 28px;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 86px;
  }

  .site-header {
    position: relative;
  }

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

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .cart-trigger {
    min-height: 42px;
    padding-inline-end: 6px;
  }

  .cart-trigger > span,
  .cart-trigger > svg {
    display: none;
  }

  .hero {
    min-height: 0;
    padding-block-start: 38px;
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(36px, 10.4vw, 47px);
    line-height: 1.18;
  }

  .hero-copy > p {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions .button {
    padding-inline: 12px;
    font-size: 13px;
  }

  .hero-note {
    text-align: start;
  }

  .hero-visual {
    padding-inline: 12px;
  }

  .photo-frame {
    border-radius: 46% 46% 22px 22px;
  }

  .brand-sticker {
    inset-inline-end: 0;
    width: 88px;
    height: 88px;
  }

  .floral-strip {
    inset-inline-start: 0;
    min-width: 210px;
    padding: 8px 13px;
    font-size: 20px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .menu-section {
    padding-block-start: 64px;
  }

  .section-heading h2,
  .how-intro h2 {
    font-size: 36px;
  }

  .filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-chip {
    white-space: nowrap;
  }

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

  .product-card:last-child:nth-child(odd) {
    width: calc(50% - 5px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .product-image-button {
    aspect-ratio: 1 / 1.14;
    border-radius: 17px;
  }

  .product-badge {
    inset-block-start: 8px;
    inset-inline-start: 8px;
    padding: 4px 8px;
    font-size: 9px;
  }

  .quick-add {
    inset-inline-end: 9px;
    inset-block-end: 9px;
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .product-info {
    gap: 6px;
    padding: 12px 2px 0;
  }

  .product-info h3 {
    font-size: 15px;
    line-height: 1.35;
  }

  .product-info p {
    display: -webkit-box;
    min-height: 34px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product-price {
    gap: 2px;
  }

  .product-price b {
    font-size: 18px;
  }

  .product-price span {
    font-size: 9px;
  }

  .card-add-button {
    min-height: 40px;
    margin-top: 11px;
    padding: 7px 10px;
    border-radius: 11px;
    font-size: 12px;
  }

  .card-add-button b {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }

  .occasion-banner {
    align-items: flex-start;
    flex-direction: column;
    padding: 38px 28px;
  }

  .occasion-banner h2 {
    font-size: 36px;
  }

  .occasion-banner .button {
    width: 100%;
  }

  .how-section {
    padding-bottom: 90px;
  }

  .steps li {
    grid-template-columns: 84px minmax(0, 1fr);
    padding-inline-start: 44px;
  }

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

  .footer-links {
    flex-direction: column;
    gap: 8px;
  }

  .footer-delivery {
    width: 100%;
    flex-wrap: wrap;
  }

  .cart-drawer {
    overflow-y: auto;
  }

  .cart-items {
    overflow: visible;
    flex: none;
  }

  .cart-summary {
    margin-top: 0;
  }

  .product-modal {
    inset: auto 0 0;
    width: 100%;
    max-height: 94dvh;
    grid-template-columns: 1fr;
    border-radius: 24px 24px 0 0;
    transform: translateY(102%);
  }

  .product-modal.is-visible {
    transform: translateY(0);
  }

  .modal-gallery {
    padding-bottom: 10px;
  }

  .modal-main-image {
    aspect-ratio: 1.45 / 1;
  }

  .modal-thumbs {
    display: none;
  }

  .modal-content {
    padding: 24px 20px 26px;
  }

  .modal-content h2 {
    font-size: 30px;
  }

  .modal-actions {
    position: sticky;
    inset-block-end: 0;
    margin-inline: -20px;
    padding: 15px 20px max(16px, env(safe-area-inset-bottom));
    background: rgba(255, 250, 246, 0.96);
    backdrop-filter: blur(12px);
  }

  .modal-actions .button {
    padding-inline: 9px;
    font-size: 13px;
  }

  .mobile-cart-bar:not([hidden]) {
    display: flex;
  }

  .toast {
    inset-block-end: 88px;
  }
}

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