:root {
  --bg: #fff3a8;
  --paper: #ffffff;
  --soft: #f1eeee;
  --ink: #1b1c1c;
  --muted: #5f594f;
  --olive: #554600;
  --olive-2: #705d00;
  --sun: #ffe37a;
  --sky: #7bc2fd;
  --pink: #ffd3df;
  --line: #ddd3be;
  --shadow: 0 22px 60px rgba(67, 52, 8, 0.12);
}

/* Rewards coming-soon page */
.rewards-coming-page {
  min-height: calc(100vh - 280px);
  display: grid;
  place-items: center;
}

.rewards-coming-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
  gap: 44px;
  align-items: center;
  width: 100%;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 42px;
  padding: 64px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.94), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(123, 194, 253, 0.34), transparent 25%),
    radial-gradient(circle at 76% 92%, rgba(255, 211, 223, 0.92), transparent 31%),
    linear-gradient(135deg, #fff9d8 0%, #ffe37a 58%, #ffc9d7 100%);
  box-shadow: var(--shadow);
}

.rewards-coming-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -110px;
  top: 70px;
  width: 430px;
  height: 430px;
  border: 2px dashed rgba(85, 70, 0, 0.16);
  border-radius: 50%;
}

.coming-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 20px;
  max-width: 620px;
}

.coming-copy h1 {
  max-width: 620px;
  color: var(--olive);
  font-size: clamp(58px, 7vw, 94px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.coming-lead {
  max-width: 570px;
  color: var(--muted);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.75;
}

.coming-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.coming-note {
  width: max-content;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--olive);
  font-size: 13px;
  font-weight: 800;
  transform: rotate(-2deg);
}

.coming-art {
  position: relative;
  z-index: 1;
  min-height: 440px;
}

.cute-cup {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 220px;
  height: 300px;
  border: 8px solid var(--olive);
  border-radius: 25px 25px 65px 65px;
  background: linear-gradient(180deg, #e7a36e 0 24%, #d98a5b 24% 70%, #c7794f 100%);
  box-shadow: 18px 24px 0 rgba(85, 70, 0, 0.12);
  transform: translate(-50%, -50%) rotate(4deg);
}

.cup-straw {
  position: absolute;
  left: 128px;
  top: -96px;
  width: 19px;
  height: 110px;
  border: 5px solid var(--olive);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: var(--sky);
  transform: rotate(8deg);
}

.cup-lid {
  position: absolute;
  left: -18px;
  right: -18px;
  top: -18px;
  height: 35px;
  border: 7px solid var(--olive);
  border-radius: 999px;
  background: #fff8dc;
}

.cup-face::before,
.cup-face::after {
  content: "";
  position: absolute;
  top: 112px;
  width: 13px;
  height: 18px;
  border-radius: 50%;
  background: var(--olive);
}

.cup-face::before {
  left: 70px;
}

.cup-face::after {
  right: 70px;
}

.cup-face {
  position: absolute;
  inset: 0;
}

.cup-face {
  background: radial-gradient(ellipse at 50% 49%, transparent 0 10px, var(--olive) 11px 14px, transparent 15px);
}

.cup-pearl {
  position: absolute;
  bottom: 25px;
  width: 35px;
  height: 35px;
  border: 4px solid #362600;
  border-radius: 50%;
  background: #4a3108;
}

.pearl-one { left: 25px; }
.pearl-two { left: 66px; bottom: 17px; }
.pearl-three { left: 108px; bottom: 29px; }
.pearl-four { left: 145px; bottom: 18px; }
.pearl-five { left: 86px; bottom: 58px; }

.mini-reward-card {
  position: absolute;
  right: 3%;
  top: 2%;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  width: 190px;
  border: 5px solid var(--olive);
  border-radius: 24px;
  padding: 17px;
  background: #fffdf3;
  color: var(--olive);
  box-shadow: 12px 14px 0 rgba(85, 70, 0, 0.12);
  transform: rotate(7deg);
}

.mini-card-mark {
  display: grid;
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  font-size: 25px;
  font-weight: 800;
}

.mini-card-line {
  height: 7px;
  border-radius: 999px;
  background: var(--pink);
}

.mini-reward-card strong {
  font-size: 17px;
  letter-spacing: 0.12em;
}

.mochi {
  position: absolute;
  z-index: 3;
  width: 86px;
  height: 75px;
  border: 5px solid var(--olive);
  border-radius: 50% 50% 44% 44%;
  box-shadow: 8px 10px 0 rgba(85, 70, 0, 0.1);
}

.mochi span::before,
.mochi span::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 7px;
  height: 9px;
  border-radius: 50%;
  background: var(--olive);
}

.mochi span::before { left: 26px; }
.mochi span::after { right: 26px; }
.mochi-one { left: 1%; bottom: 6%; background: var(--pink); transform: rotate(-10deg); }
.mochi-two { right: 1%; bottom: 11%; background: var(--sky); transform: rotate(11deg); }
.mochi-three { left: 15%; top: 6%; width: 68px; height: 61px; background: #fffdf3; transform: rotate(8deg); }

.coming-dot,
.coming-star {
  position: absolute;
  z-index: 1;
}

.coming-dot {
  border: 5px solid var(--olive);
  border-radius: 50%;
  background: var(--pink);
}

.coming-dot-one { left: 44%; top: 11%; width: 24px; height: 24px; }
.coming-dot-two { left: 38%; bottom: 9%; width: 39px; height: 39px; background: var(--sky); }

.coming-star {
  width: 30px;
  height: 30px;
}

.coming-star::before,
.coming-star::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: var(--olive);
  transform: translate(-50%, -50%);
}

.coming-star::before { width: 6px; height: 30px; }
.coming-star::after { width: 30px; height: 6px; }
.coming-star-one { right: 3%; top: 43%; transform: rotate(45deg); }
.coming-star-two { left: 49%; bottom: 14%; transform: scale(0.7) rotate(45deg); }

@media (max-width: 820px) {
  .rewards-coming-card {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    border-radius: 28px;
    padding: 38px 24px 28px;
  }

  .coming-copy h1 {
    font-size: clamp(48px, 16vw, 70px);
  }

  .coming-lead {
    font-size: 16px;
  }

  .coming-art {
    min-height: 350px;
  }

  .cute-cup {
    width: 170px;
    height: 235px;
  }

  .cup-straw { left: 98px; }
  .cup-face::before { left: 50px; }
  .cup-face::after { right: 50px; }
  .pearl-one { left: 16px; }
  .pearl-two { left: 48px; }
  .pearl-three { left: 81px; }
  .pearl-four { left: 114px; }
  .pearl-five { left: 66px; bottom: 53px; }
  .mini-reward-card { right: 0; width: 158px; padding: 12px; }
  .mochi { width: 66px; height: 58px; }
  .mochi span::before { left: 18px; top: 22px; }
  .mochi span::after { right: 18px; top: 22px; }
  .coming-dot-one { left: auto; right: 8%; top: 4%; }
  .coming-dot-two { left: 6%; bottom: 32%; }
  .coming-star-two { left: 8%; bottom: 8%; }
}

@media (max-width: 520px) {
  .coming-actions {
    display: grid;
  }

  .coming-actions .button {
    justify-content: center;
    width: 100%;
  }

  .coming-art {
    min-height: 320px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.72) 0 13%, transparent 29%),
    radial-gradient(circle at 82% 6%, rgba(255, 214, 84, 0.8) 0 12%, transparent 28%),
    linear-gradient(180deg, #ffe56c 0%, #fff3a8 30%, #fff8cf 64%, #fbf9f8 100%);
  color: var(--ink);
  font-family: "Quicksand", "Microsoft YaHei", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(112, 93, 0, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 93, 0, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 70%);
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 18px;
  border: 1px solid rgba(221, 211, 190, 0.65);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 36px rgba(37, 31, 12, 0.1);
  backdrop-filter: blur(16px);
}

.brand,
.desktop-nav,
.header-actions,
.hero-actions,
.hero-stats,
.links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  color: var(--olive);
}

.brand-logo {
  display: block;
  width: 142px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--olive);
  font-size: 16px;
}

.desktop-nav {
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}

.desktop-nav a {
  border: 1px solid rgba(112, 93, 0, 0.28);
  border-radius: 999px;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--olive);
  box-shadow: inset 0 -1px 0 rgba(112, 93, 0, 0.08);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.desktop-nav a:hover {
  border-color: var(--olive);
  background: var(--sun);
  transform: translateY(-1px);
}

.desktop-nav a.active {
  border-color: var(--olive);
  background: var(--olive);
  color: #fff;
}

.header-actions {
  gap: 10px;
}

.ghost-button,
.icon-link {
  border: 0;
  border-radius: 999px;
  background: var(--soft);
  color: var(--ink);
}

.ghost-button {
  cursor: pointer;
  padding: 9px 14px;
}

[data-language-toggle] {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  padding: 5px;
  white-space: nowrap;
}

[data-language-toggle] span {
  min-width: 30px;
  padding: 5px 7px;
  border-radius: 999px;
  color: rgba(54, 51, 22, 0.58);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: color 160ms ease, background 160ms ease;
}

[data-language-toggle] span.active {
  color: #fff;
  background: var(--olive);
}

.icon-link {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.25fr);
  gap: 42px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 54px auto 72px;
  min-height: 650px;
}

.hero-copy {
  display: grid;
  gap: 24px;
}

.eyebrow {
  margin: 0;
  width: max-content;
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--sky);
  color: #003757;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 640px;
  color: var(--olive);
  font-size: 64px;
  line-height: 1.02;
}

h2 {
  color: var(--olive);
  font-size: 40px;
  line-height: 1.12;
}

h3 {
  font-size: 22px;
  line-height: 1.22;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 570px;
  font-size: 18px;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.button.primary {
  background: var(--olive);
  color: #fff;
  box-shadow: 0 12px 24px rgba(85, 70, 0, 0.22);
}

.button.secondary {
  background: var(--sun);
  color: var(--olive);
}

.button.full {
  width: 100%;
}

.hero-stats {
  gap: 18px;
  flex-wrap: wrap;
}

.hero-stats span {
  border-left: 2px solid var(--line);
  padding-left: 14px;
  color: var(--muted);
}

.hero-stats strong {
  color: var(--olive);
  font-size: 22px;
}

.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: transparent;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 92px;
}

.section-heading {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin-bottom: 32px;
  text-align: center;
}

.section-heading p:last-child {
  max-width: 640px;
}

.align-left {
  justify-items: start;
  text-align: left;
}

.drop-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 22px;
}

.feature-drop,
.product-card,
.visit-card,
.story-card,
.newsletter,
.rewards {
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.feature-drop {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  padding: 18px;
}

.feature-drop img {
  height: 360px;
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.feature-drop div {
  display: grid;
  gap: 16px;
  padding-right: 10px;
}

.pill {
  width: max-content;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--pink);
  color: #7f2446;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-link {
  color: var(--olive);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.product-card {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.product-card img {
  width: 100%;
  height: 260px;
  border-radius: 22px;
  background: var(--soft);
  object-fit: cover;
}

.product-card span {
  color: var(--muted);
  font-size: 13px;
}

.product-card strong {
  color: var(--olive);
  font-size: 20px;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 36px;
  align-items: start;
}

.shop-grid,
.reward-cards {
  display: grid;
  gap: 18px;
}

.shop-grid {
  grid-template-columns: repeat(3, 1fr);
}

.product-card.wide img {
  height: 280px;
  object-fit: contain;
}

.rewards {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 92px;
  padding: 48px;
  background: var(--olive);
}

.rewards h2,
.rewards p {
  color: #fff;
}

.reward-cards {
  grid-template-columns: repeat(3, 1fr);
}

.reward-cards article {
  display: grid;
  min-height: 170px;
  place-items: center;
  gap: 8px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-align: center;
}

.reward-cards .selected {
  background: var(--sun);
  color: var(--olive);
}

.reward-cards strong {
  font-size: 34px;
}

.about-visit {
  grid-template-columns: 0.8fr 1.2fr;
}

.visit-card,
.story-card {
  padding: 28px;
}

.visit-card {
  display: grid;
  gap: 18px;
}

dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  color: var(--olive);
  font-weight: 700;
}

.story-card {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 24px;
  align-items: center;
}

.story-card img {
  height: 330px;
  border-radius: 22px;
  object-fit: cover;
}

.story-card div {
  display: grid;
  gap: 14px;
}

.newsletter {
  display: grid;
  gap: 14px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 72px;
  padding: 54px;
  background: linear-gradient(135deg, var(--sun), #fff3b9);
  text-align: center;
}

.newsletter form {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.newsletter input {
  width: min(390px, 100%);
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  min-height: 48px;
  background: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 28px;
  align-items: center;
  padding: 34px max(24px, calc((100vw - 1180px) / 2));
  background: var(--soft);
}

.site-footer nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--olive);
  font-weight: 700;
}

.site-footer strong {
  color: var(--olive);
  font-size: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.page-main {
  width: min(1180px, calc(100% - 32px));
  margin: 46px auto 86px;
}

.page-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 54px;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
}

.page-hero.copy-only {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}

.page-hero img {
  width: 100%;
  height: 430px;
  border-radius: 26px;
  object-fit: cover;
}

.page-hero-copy {
  display: grid;
  gap: 18px;
}

.page-hero-copy h1 {
  font-size: 54px;
}

.page-hero-copy p {
  max-width: 620px;
  font-size: 18px;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.search-pill,
.select-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 46px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.74);
}

.catalog-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 26px;
}

.filter-panel,
.info-panel {
  display: grid;
  gap: 14px;
  align-self: start;
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.filter-panel a,
.info-panel a {
  display: flex;
  justify-content: space-between;
  border-radius: 999px;
  padding: 10px 12px;
  color: var(--olive);
  font-weight: 700;
}

.filter-panel a.active,
.filter-panel a:hover {
  background: var(--sun);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

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

.detail-card {
  display: grid;
  gap: 14px;
  border-radius: 28px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.detail-card img {
  width: 100%;
  height: 300px;
  border-radius: 22px;
  object-fit: cover;
}

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

.menu-card {
  display: grid;
  gap: 13px;
  border: 1px solid rgba(112, 93, 0, 0.18);
  border-radius: 30px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.menu-card img {
  height: 300px;
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.menu-card strong {
  color: var(--olive);
  font-size: 22px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.step {
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  box-shadow: var(--shadow);
}

.map-card {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.map-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.hours-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

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

.value-card {
  border-radius: 26px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.shop-page {
  width: min(1280px, calc(100% - 32px));
}

.shop-header {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
  border-radius: 34px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
}

.breadcrumb {
  display: flex;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--olive);
}

.shop-header-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
}

.product-count {
  display: grid;
  min-width: 180px;
  place-items: center;
  border-radius: 28px;
  padding: 22px;
  background: linear-gradient(135deg, var(--sun), #fff4bd);
  color: var(--olive);
  text-align: center;
}

.product-count strong {
  font-size: 46px;
  line-height: 1;
}

.category-shortcuts {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.category-shortcuts a {
  display: grid;
  min-height: 136px;
  gap: 8px;
  align-content: center;
  border: 1px solid rgba(112, 93, 0, 0.16);
  border-radius: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(67, 52, 8, 0.08);
  color: var(--olive);
  transition: transform 180ms ease, background 180ms ease;
}

.category-shortcuts a:hover {
  transform: translateY(-3px);
  background: #fff9d7;
}

.category-shortcuts .material-symbols-outlined {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--sky);
  color: #003757;
}

.category-shortcuts strong {
  line-height: 1.2;
}

.category-shortcuts small {
  color: var(--muted);
  font-weight: 700;
}

.shop-controls {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.shop-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.82);
}

.shop-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}

.sort-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.sort-buttons button {
  border: 1px solid rgba(112, 93, 0, 0.22);
  border-radius: 999px;
  padding: 11px 15px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--olive);
  cursor: pointer;
  font-weight: 700;
}

.sort-buttons button.active {
  border-color: var(--olive);
  background: var(--olive);
  color: #fff;
}

.mobile-shop-actions {
  display: none;
}

.shop-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 24px;
  align-items: start;
}

.shop-filter-panel {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 18px;
  border-radius: 28px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.filter-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-panel-head h2 {
  font-size: 28px;
}

.mobile-filter-close {
  display: none;
}

.filter-group {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.filter-group:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.filter-group h3 {
  color: var(--olive);
  font-size: 17px;
}

.filter-group label {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--muted);
  font-weight: 700;
}

.filter-group input[type="checkbox"],
.filter-group input[type="radio"] {
  accent-color: var(--olive);
}

.filter-group input[type="range"] {
  accent-color: var(--olive);
}

.price-range {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.compact-checks {
  gap: 12px;
}

.results-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.results-head a {
  color: var(--olive);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

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

.shop-product-card {
  position: relative;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 24px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(67, 52, 8, 0.1);
}

.shop-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: var(--soft);
  object-fit: contain;
}

.product-image-fallback {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  place-items: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 26% 24%, rgba(255, 226, 111, 0.8), transparent 28%),
    radial-gradient(circle at 76% 68%, rgba(255, 183, 197, 0.68), transparent 30%),
    linear-gradient(135deg, rgba(255, 248, 205, 0.96), rgba(255, 224, 121, 0.8));
  color: var(--olive);
}

.product-image-fallback .material-symbols-outlined {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(78, 60, 0, 0.12);
  font-size: 36px;
}

.product-detail-fallback {
  width: min(78%, 560px);
  min-height: 360px;
  aspect-ratio: auto;
}

.shop-product-card h3 {
  min-height: 54px;
  font-size: 18px;
}

.brand-name {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.product-meta-line {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.favorite {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--olive);
  cursor: pointer;
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  border-radius: 999px;
  padding: 6px 9px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-badge.popular {
  background: var(--olive);
}

.product-badge.new {
  background: var(--sky);
  color: #003757;
}

.product-badge.limited {
  background: #7f2446;
}

.product-badge.sale {
  background: #df6d55;
}

.stock {
  font-size: 13px;
  font-weight: 700;
}

.stock.in-stock {
  color: #3f7b45;
}

.stock.low-stock {
  color: #9a5e00;
}

.price-line {
  display: flex;
  gap: 9px;
  align-items: baseline;
}

.price-line strong {
  color: var(--olive);
  font-size: 19px;
}

.price-line del {
  color: var(--muted);
}

.quick-add {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  min-height: 40px;
  background: var(--sun);
  color: var(--olive);
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.shop-product-card[hidden],
.catalog-empty-state[hidden] {
  display: none !important;
}

.catalog-empty-state {
  display: grid;
  justify-items: center;
  gap: 8px;
  grid-column: 1 / -1;
  margin-top: 18px;
  border: 1px dashed rgba(94, 82, 0, 0.28);
  border-radius: 28px;
  padding: 42px 24px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--olive);
  text-align: center;
}

.catalog-empty-state .material-symbols-outlined {
  font-size: 36px;
}

.catalog-empty-state h3,
.catalog-empty-state p {
  margin: 0;
}

.recent-section {
  margin-top: 72px;
}

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

.recent-grid article {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  border-radius: 24px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.recent-grid img {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  object-fit: contain;
  background: var(--soft);
}

.recent-grid h3 {
  font-size: 17px;
}

.recent-grid strong {
  color: var(--olive);
}

.filter-backdrop {
  display: none;
}

.weekly-page {
  width: min(1180px, calc(100% - 32px));
  margin: 46px auto 86px;
}

.weekly-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 38px;
  padding: 38px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.82), transparent 26%),
    radial-gradient(circle at 84% 20%, rgba(255, 211, 223, 0.92), transparent 30%),
    linear-gradient(135deg, #fff3a8 0%, #ffe37a 48%, #ffd3df 100%);
  box-shadow: var(--shadow);
}

.weekly-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(123, 194, 253, 0.22);
}

.weekly-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.week-label {
  color: var(--olive);
  font-weight: 800;
}

.weekly-hero-copy h1 {
  font-size: 66px;
}

.weekly-hero-copy p:not(.eyebrow):not(.week-label) {
  max-width: 620px;
  font-size: 18px;
}

.weekly-hero-board {
  position: relative;
  z-index: 1;
  min-height: 500px;
  border-radius: 32px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.hero-board-main {
  width: 100%;
  height: 464px;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 22px 44px rgba(67, 52, 8, 0.16);
}

.hero-board-note {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: grid;
  gap: 9px;
  max-width: 260px;
  border-radius: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(67, 52, 8, 0.16);
}

.hero-board-note strong {
  color: var(--olive);
  font-size: 20px;
}

.weekly-filter-bar {
  position: sticky;
  top: 104px;
  z-index: 15;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 58px;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 28px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(67, 52, 8, 0.09);
  backdrop-filter: blur(16px);
}

.filter-chip-group {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.filter-chip-group strong {
  width: 100%;
  color: var(--olive);
  font-size: 13px;
}

.filter-chip {
  border: 1px solid rgba(112, 93, 0, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: var(--olive);
  font-size: 13px;
  font-weight: 800;
}

.filter-chip.active,
.filter-chip:hover {
  background: var(--sun);
}

.weekly-section {
  margin-bottom: 64px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1.22fr repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.editorial-card {
  display: grid;
  gap: 11px;
  align-content: start;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 28px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(67, 52, 8, 0.1);
}

.editorial-feature {
  grid-row: span 2;
  grid-template-rows: auto 1fr;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 243, 168, 0.78));
}

.editorial-card img {
  width: 100%;
  height: 210px;
  border-radius: 22px;
  background: var(--soft);
  object-fit: contain;
}

.editorial-feature img {
  height: 390px;
}

.editorial-feature div {
  display: grid;
  gap: 12px;
}

.editorial-card h3 {
  color: var(--olive);
}

.editorial-card strong,
.arrival-mini-card strong {
  color: var(--olive);
  font-size: 20px;
}

.arrival-badge {
  width: max-content;
  border-radius: 999px;
  padding: 6px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.arrival-badge.arrived {
  background: var(--sky);
  color: #003757;
}

.arrival-badge.limited {
  background: #7f2446;
}

.arrival-badge.staff {
  background: var(--olive);
}

.arrival-badge.back {
  background: #3f7b45;
}

.arrival-badge.trending {
  background: #df6d55;
}

.product-strip {
  border-radius: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 0 0 1px rgba(112, 93, 0, 0.08);
}

.weekly-section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.weekly-section-head div {
  display: grid;
  gap: 10px;
}

.weekly-carousel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.arrival-mini-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(112, 93, 0, 0.12);
  border-radius: 24px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(67, 52, 8, 0.08);
}

.arrival-mini-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: var(--soft);
  object-fit: contain;
}

.arrival-mini-card h3 {
  min-height: 54px;
  color: var(--olive);
  font-size: 18px;
}

.arrival-mini-card p {
  font-size: 13px;
  font-weight: 700;
}

.weekly-bottom-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  margin-bottom: 72px;
}

.weekly-newsletter,
.next-week-preview {
  display: grid;
  gap: 14px;
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.weekly-newsletter {
  background: linear-gradient(135deg, var(--sun), #fff3b9);
}

.weekly-newsletter form {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.weekly-newsletter input {
  width: min(390px, 100%);
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: #fff;
}

.next-week-preview {
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 211, 223, 0.9), transparent 34%),
    rgba(255, 255, 255, 0.82);
}

.preview-list {
  display: grid;
  gap: 10px;
}

.preview-list span {
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 18px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--olive);
  font-weight: 800;
}

.bubble-page {
  width: min(1180px, calc(100% - 32px));
  margin: 46px auto 86px;
}

.bubble-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 36px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid rgba(112, 93, 0, 0.12);
  border-radius: 38px;
  padding: 38px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.84), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(123, 194, 253, 0.34), transparent 30%),
    linear-gradient(135deg, #fff7c9 0%, #ffe37a 48%, #ffd3df 100%);
  box-shadow: var(--shadow);
}

.bubble-hero::after {
  content: "";
  position: absolute;
  right: -96px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.bubble-hero-copy,
.bubble-hero-media {
  position: relative;
  z-index: 1;
}

.bubble-hero-copy {
  display: grid;
  gap: 18px;
}

.bubble-hero-copy h1 {
  font-size: 62px;
}

.bubble-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  font-size: 18px;
}

.bubble-hero-media {
  min-height: 500px;
  border-radius: 32px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.bubble-hero-media img {
  width: 100%;
  height: 462px;
  border-radius: 26px;
  object-fit: cover;
  background:
    radial-gradient(circle at center 20%, rgba(255, 227, 122, 0.68), transparent 42%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 44px rgba(67, 52, 8, 0.14);
}

/* Local drink artwork keeps the menu fast and visually consistent without remote images. */
.bubble-page img {
  display: none;
}

.bubble-hero-media img,
.drink-card img,
.seasonal-drink-grid img {
  display: block;
}

.bubble-hero-media::before,
.bubble-hero-media::after,
.drink-card::before,
.drink-card::after,
.seasonal-drink-grid article::before,
.seasonal-drink-grid article::after {
  display: none;
}

.bubble-menu-page-shell .material-symbols-outlined {
  font-family: inherit;
  font-size: 0;
}

.bubble-menu-page-shell .material-symbols-outlined::before {
  content: "+";
  font-size: 18px;
  font-weight: 800;
}

.bubble-menu-page-shell .search-icon-button .material-symbols-outlined::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 7px 7px 0 -5px currentColor;
}

.bubble-hero-media::before,
.drink-card::before,
.seasonal-drink-grid article::before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 24px;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.86), transparent 24%),
    radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.48), transparent 20%),
    linear-gradient(145deg, var(--scene-a, #ffe7a8), var(--scene-b, #ffd3df));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.bubble-hero-media::after,
.drink-card::after,
.seasonal-drink-grid article::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  width: var(--cup-width, 96px);
  height: var(--cup-height, 172px);
  transform: translateX(-50%) rotate(var(--cup-tilt, -2deg));
  border: 5px solid rgba(255, 255, 255, 0.82);
  border-top-width: 10px;
  border-radius: 10px 10px 28px 28px;
  background:
    radial-gradient(circle at 20% 88%, #2a1711 0 8px, transparent 9px),
    radial-gradient(circle at 43% 92%, #2a1711 0 8px, transparent 9px),
    radial-gradient(circle at 68% 87%, #2a1711 0 8px, transparent 9px),
    radial-gradient(circle at 82% 94%, #2a1711 0 7px, transparent 8px),
    linear-gradient(82deg, transparent 0 48%, rgba(119, 55, 65, 0.7) 49% 53%, transparent 54%),
    linear-gradient(to bottom, var(--drink-light, #f7d6b0) 0 22%, var(--drink, #bb7e4f) 23% 76%, #62412d 77% 100%);
  box-shadow:
    0 24px 34px rgba(74, 50, 14, 0.24),
    inset 10px 0 18px rgba(255, 255, 255, 0.22);
}

.bubble-hero-media {
  --scene-a: #f7d3a8;
  --scene-b: #ffd77a;
  --drink-light: #f4d5b7;
  --drink: #b8764a;
  --cup-width: 164px;
  --cup-height: 310px;
  --cup-tilt: 2deg;
}

.bubble-hero-media::before {
  height: 462px;
}

.bubble-hero-media::after {
  top: 68px;
}

.bubble-note {
  z-index: 4;
}

.bubble-note {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  max-width: 285px;
  border-radius: 24px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(67, 52, 8, 0.14);
}

.bubble-note span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: #7f2446;
}

.bubble-note strong {
  color: var(--olive);
}

.drink-tabs {
  position: sticky;
  top: 104px;
  z-index: 15;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 58px;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 999px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(67, 52, 8, 0.09);
  backdrop-filter: blur(16px);
}

.drink-tabs a {
  border: 1px solid rgba(112, 93, 0, 0.18);
  border-radius: 999px;
  padding: 10px 15px;
  background: #fff;
  color: var(--olive);
  font-size: 14px;
  font-weight: 800;
}

.drink-tabs a.active,
.drink-tabs a:hover {
  background: var(--sun);
}

.bubble-section {
  margin-bottom: 64px;
}

.drink-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.drink-card {
  position: relative;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 28px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 38px rgba(67, 52, 8, 0.1);
}

.drink-card::before {
  height: 270px;
}

.drink-card::after {
  top: 62px;
}

.drink-card:nth-child(1) {
  --scene-a: #f2c89d;
  --scene-b: #ffe6b6;
  --drink-light: #f6dcc1;
  --drink: #ae7048;
}

.drink-card:nth-child(2) {
  --scene-a: #fff0a9;
  --scene-b: #ffb847;
  --drink-light: #ffe887;
  --drink: #f49b1d;
  --cup-tilt: 2deg;
}

.drink-card:nth-child(3) {
  --scene-a: #dce8be;
  --scene-b: #91a675;
  --drink-light: #f1f0dd;
  --drink: #83a466;
}

.drink-card:nth-child(4) {
  --scene-a: #ffd9c0;
  --scene-b: #f7a88b;
  --drink-light: #fff0d5;
  --drink: #e59474;
  --cup-tilt: 2deg;
}

.drink-card:nth-child(5) {
  --scene-a: #d9ba9c;
  --scene-b: #8c604b;
  --drink-light: #ead1b8;
  --drink: #815139;
}

.drink-card:nth-child(6) {
  --scene-a: #ffe0e7;
  --scene-b: #f39bb3;
  --drink-light: #fff0f1;
  --drink: #e88da8;
  --cup-tilt: 2deg;
}

.drink-card img {
  width: 100%;
  height: 270px;
  border-radius: 22px;
  background:
    radial-gradient(circle at center 20%, rgba(255, 211, 223, 0.55), transparent 42%),
    var(--soft);
  object-fit: cover;
}

.drink-card h3 {
  color: var(--olive);
}

.drink-card p {
  min-height: 76px;
}

.drink-card strong {
  color: var(--olive);
  font-size: 21px;
}

.customize-button {
  justify-content: center;
  min-height: 44px;
  margin-top: 4px;
}

.drink-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  width: max-content;
  border-radius: 999px;
  padding: 6px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.drink-badge.popular {
  background: var(--olive);
}

.drink-badge.new {
  background: var(--sky);
  color: #003757;
}

.drink-badge.seasonal {
  background: #df6d55;
}

.build-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 64px;
  border-radius: 34px;
  padding: 34px;
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 211, 223, 0.86), transparent 28%),
    linear-gradient(135deg, var(--olive), #766300);
  box-shadow: var(--shadow);
}

.build-banner div {
  display: grid;
  gap: 12px;
}

.build-banner h2,
.build-banner p {
  color: #fff;
}

.build-banner .eyebrow {
  background: var(--pink);
  color: #7f2446;
}

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

.seasonal-drink-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 28px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(67, 52, 8, 0.09);
}

.seasonal-drink-grid article::before {
  height: 230px;
}

.seasonal-drink-grid article::after {
  top: 42px;
  left: 121px;
  --cup-width: 88px;
  --cup-height: 154px;
}

.seasonal-drink-grid article:nth-child(1) {
  --scene-a: #fff2a8;
  --scene-b: #ffb759;
  --drink-light: #ffe78b;
  --drink: #f1a12a;
}

.seasonal-drink-grid article:nth-child(2) {
  --scene-a: #e4edc8;
  --scene-b: #f4bed0;
  --drink-light: #f5f0df;
  --drink: #8da876;
}

.seasonal-drink-grid img {
  width: 100%;
  height: 230px;
  border-radius: 22px;
  background: var(--soft);
  object-fit: cover;
}

.seasonal-drink-grid div {
  display: grid;
  gap: 10px;
}

.seasonal-drink-grid .drink-badge {
  position: static;
}

.seasonal-drink-grid h3,
.seasonal-drink-grid strong {
  color: var(--olive);
}

.bubble-hero-media::before,
.bubble-hero-media::after,
.drink-card::before,
.drink-card::after,
.seasonal-drink-grid article::before,
.seasonal-drink-grid article::after {
  content: none;
  display: none;
}

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

.pairing-grid article {
  display: grid;
  gap: 10px;
  border-radius: 26px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(67, 52, 8, 0.08);
}

.pairing-grid article::before {
  display: grid;
  height: 190px;
  place-items: center;
  border-radius: 20px;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.84), transparent 20%),
    linear-gradient(145deg, #fff2bf, #ffd3df);
  color: var(--olive);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pairing-grid article:nth-child(1)::before {
  content: "MOCHI";
  background: linear-gradient(145deg, #efe3ff, #d8bdf4);
}

.pairing-grid article:nth-child(2)::before {
  content: "CRACKERS";
  background: linear-gradient(145deg, #ffecc0, #f2b85f);
}

.pairing-grid article:nth-child(3)::before {
  content: "BISCUIT";
  background: linear-gradient(145deg, #ffe2e8, #f4a6bb);
}

.pairing-grid img {
  width: 100%;
  height: 190px;
  border-radius: 20px;
  background: var(--soft);
  object-fit: contain;
}

.pairing-grid h3 {
  color: var(--olive);
}

.bubble-info-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
  margin-bottom: 72px;
}

.bubble-rewards,
.allergy-notice {
  display: grid;
  gap: 18px;
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.bubble-rewards {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  background: linear-gradient(135deg, var(--sun), #fff3b9);
}

.bubble-rewards > span,
.allergy-notice > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  color: var(--olive);
}

.bubble-rewards div,
.allergy-notice div {
  display: grid;
  gap: 10px;
}

.bubble-rewards h2,
.allergy-notice h2 {
  font-size: 28px;
}

.allergy-notice {
  grid-template-columns: auto 1fr;
  background: rgba(255, 255, 255, 0.82);
}

.rewards-page {
  width: min(1180px, calc(100% - 32px));
  margin: 46px auto 86px;
}

.rewards-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  gap: 36px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 62px;
  border: 1px solid rgba(112, 93, 0, 0.12);
  border-radius: 38px;
  padding: 38px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.82), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(255, 211, 223, 0.88), transparent 30%),
    linear-gradient(135deg, #fff7c9 0%, #ffe37a 52%, #ffd3df 100%);
  box-shadow: var(--shadow);
}

.rewards-hero::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(123, 194, 253, 0.2);
}

.rewards-hero-copy,
.rewards-hero-card {
  position: relative;
  z-index: 1;
}

.rewards-hero-copy {
  display: grid;
  gap: 18px;
}

.rewards-hero-copy h1 {
  font-size: 62px;
}

.rewards-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  font-size: 18px;
}

.rewards-hero-card {
  display: grid;
  gap: 18px;
  border-radius: 32px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.rewards-hero-card img {
  width: 100%;
  height: 410px;
  border-radius: 26px;
  object-fit: contain;
  background:
    radial-gradient(circle at center 20%, rgba(255, 227, 122, 0.68), transparent 42%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 44px rgba(67, 52, 8, 0.14);
}

.reward-ticket {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 12px;
  align-items: center;
  border-radius: 24px;
  padding: 16px;
  background: var(--olive);
  color: #fff;
}

.reward-ticket span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--olive);
}

.reward-ticket strong {
  font-size: 32px;
}

.reward-ticket p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.loyalty-section {
  margin-bottom: 64px;
}

.how-grid,
.earn-grid,
.membership-grid,
.reward-example-grid {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

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

.how-grid article,
.earn-grid article,
.membership-card,
.reward-example-grid article {
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(67, 52, 8, 0.09);
}

.how-grid article {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.how-grid span,
.earn-grid span:not(.level-tag) {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--olive);
}

.how-grid h3,
.earn-grid h3,
.membership-card h3 {
  color: var(--olive);
}

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

.earn-grid article {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.earn-grid strong {
  color: #7f2446;
  font-size: 18px;
}

.membership-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.membership-card {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.membership-card.featured {
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 211, 223, 0.88), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 243, 168, 0.8));
  transform: translateY(-10px);
}

.level-tag,
.level-pill {
  width: max-content;
  border-radius: 999px;
  padding: 7px 11px;
  background: var(--sky);
  color: #003757;
  font-size: 12px;
  font-weight: 800;
}

.membership-card strong {
  color: var(--olive);
  font-size: 20px;
}

.membership-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.reward-example-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.reward-example-grid article {
  display: grid;
  gap: 9px;
  place-items: center;
  min-height: 160px;
  padding: 20px;
  text-align: center;
}

.reward-example-grid strong {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: var(--olive);
  color: #fff;
  font-size: 24px;
}

.reward-example-grid span {
  color: var(--olive);
  font-weight: 800;
}

.member-preview-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 64px;
  border-radius: 36px;
  padding: 34px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.78), transparent 30%),
    linear-gradient(135deg, var(--olive), #766300);
  box-shadow: var(--shadow);
}

.member-preview-copy {
  display: grid;
  gap: 14px;
}

.member-preview-copy h2,
.member-preview-copy p {
  color: #fff;
}

.member-preview-copy .eyebrow {
  background: var(--pink);
  color: #7f2446;
}

.member-card {
  display: grid;
  gap: 20px;
  border-radius: 30px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 44px rgba(37, 31, 12, 0.18);
}

.member-card-head,
.progress-label,
.available-rewards {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.member-card-head div {
  display: grid;
  gap: 4px;
}

.member-card-head span,
.progress-label span,
.available-rewards span {
  color: var(--muted);
  font-weight: 800;
}

.member-card-head strong {
  color: var(--olive);
  font-size: 54px;
  line-height: 1;
}

.progress-block {
  display: grid;
  gap: 10px;
}

.progress-label strong,
.available-rewards strong {
  color: var(--olive);
}

.progress-track {
  overflow: hidden;
  height: 14px;
  border-radius: 999px;
  background: rgba(112, 93, 0, 0.12);
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sun), #df6d55);
}

.qr-placeholder {
  position: relative;
  display: grid;
  min-height: 220px;
  place-items: center;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(85, 70, 0, 0.14) 50%, transparent 50%) 0 0 / 36px 36px,
    linear-gradient(rgba(85, 70, 0, 0.14) 50%, transparent 50%) 0 0 / 36px 36px,
    #fff8cf;
  box-shadow: inset 0 0 0 1px rgba(112, 93, 0, 0.12);
}

.qr-placeholder span {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 10px solid var(--olive);
  border-radius: 8px;
}

.qr-placeholder span:nth-child(1) {
  top: 22px;
  left: 22px;
}

.qr-placeholder span:nth-child(2) {
  top: 22px;
  right: 22px;
}

.qr-placeholder span:nth-child(3) {
  bottom: 22px;
  left: 22px;
}

.qr-placeholder span:nth-child(4) {
  right: 48px;
  bottom: 48px;
  width: 32px;
  height: 32px;
  border-width: 8px;
}

.qr-placeholder strong {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 20px;
  background: var(--olive);
  color: #fff;
  font-size: 24px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.faq-list details {
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 22px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(67, 52, 8, 0.06);
}

.faq-list summary {
  cursor: pointer;
  color: var(--olive);
  font-size: 18px;
  font-weight: 800;
}

.faq-list p {
  margin-top: 10px;
}

.visit-page {
  width: min(1180px, calc(100% - 32px));
  margin: 46px auto 86px;
}

.visit-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: 36px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid rgba(112, 93, 0, 0.12);
  border-radius: 38px;
  padding: 38px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.78), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(123, 194, 253, 0.28), transparent 30%),
    linear-gradient(135deg, #fff7c9 0%, #ffe37a 52%, #ffd3df 100%);
  box-shadow: var(--shadow);
}

.visit-hero-copy {
  display: grid;
  gap: 18px;
}

.visit-hero-copy h1 {
  font-size: 58px;
}

.visit-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  font-size: 18px;
}

.visit-status-row {
  display: grid;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 22px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.72);
}

.store-status {
  width: max-content;
  border-radius: 999px;
  padding: 7px 11px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.store-status.placeholder {
  background: #df6d55;
}

.visit-status-row strong {
  color: var(--olive);
}

.visit-hero-media {
  overflow: hidden;
  border-radius: 32px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.visit-hero-media img {
  width: 100%;
  height: 450px;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 22px 44px rgba(67, 52, 8, 0.14);
}

.visit-top-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 18px;
  margin-bottom: 64px;
}

.store-info-card,
.visit-map-card,
.transport-grid article,
.store-feature-grid article,
.store-gallery article,
.visit-newsletter {
  border: 1px solid rgba(112, 93, 0, 0.13);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(67, 52, 8, 0.09);
}

.store-info-card {
  display: grid;
  gap: 18px;
  border-radius: 30px;
  padding: 28px;
}

.store-detail-list,
.hours-card dl {
  display: grid;
  gap: 12px;
}

.store-detail-list div,
.hours-card dl div {
  display: grid;
  gap: 5px;
  border-top: 1px solid rgba(112, 93, 0, 0.12);
  padding-top: 12px;
}

.store-detail-list div:first-child,
.hours-card dl div:first-child {
  border-top: 0;
  padding-top: 0;
}

.store-detail-list dd a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.store-detail-list .store-detail-row {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.store-detail-row > .material-symbols-outlined {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--sun);
  color: var(--olive);
  font-size: 22px;
}

.store-detail-row > div {
  display: grid;
  gap: 5px;
}

.store-detail-row dd {
  line-height: 1.55;
}

.hours-card {
  display: grid;
  gap: 12px;
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 243, 168, 0.52);
}

.hours-card h3 {
  color: var(--olive);
}

.visit-card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.visit-map-card {
  display: grid;
  gap: 14px;
  overflow: hidden;
  border-radius: 30px;
  padding: 16px;
}

.store-map-frame {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(112, 93, 0, 0.14);
  border-radius: 24px;
  background: #fff8cf;
}

.store-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

.map-placeholder {
  display: grid;
  min-height: 430px;
  place-items: center;
  align-content: center;
  gap: 12px;
  border-radius: 24px;
  background:
    linear-gradient(30deg, rgba(112, 93, 0, 0.08) 12%, transparent 12% 88%, rgba(112, 93, 0, 0.08) 88%),
    linear-gradient(120deg, rgba(123, 194, 253, 0.24) 18%, transparent 18% 82%, rgba(255, 211, 223, 0.38) 82%),
    #fff8cf;
  text-align: center;
}

.map-placeholder .material-symbols-outlined {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 50%;
  background: var(--olive);
  color: #fff;
  font-size: 38px;
}

.map-placeholder strong {
  color: var(--olive);
  font-size: 30px;
}

.map-placeholder p {
  max-width: 360px;
}

.visit-section {
  margin-bottom: 64px;
}

.transport-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.transport-grid article {
  display: grid;
  gap: 12px;
  border-radius: 26px;
  padding: 22px;
}

.transport-grid span,
.store-feature-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--olive);
}

.transport-grid h3 {
  color: var(--olive);
}

.store-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.store-feature-grid article {
  display: grid;
  gap: 12px;
  min-height: 150px;
  align-content: center;
  border-radius: 24px;
  padding: 16px;
}

.store-feature-grid strong {
  color: var(--olive);
}

.store-gallery {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.store-gallery article {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  border-radius: 26px;
}

.store-gallery article.large {
  grid-row: span 2;
}

.store-gallery img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.store-gallery span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--olive);
  font-weight: 800;
}

.visit-newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 72px;
  border-radius: 32px;
  padding: 34px;
  background: linear-gradient(135deg, var(--sun), #fff3b9);
}

.visit-newsletter div:first-child {
  display: grid;
  gap: 12px;
}

.visit-newsletter form {
  display: flex;
  gap: 10px;
}

.visit-newsletter input {
  width: min(330px, 100%);
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: #fff;
}

.social-links {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-links a {
  border: 1px solid rgba(112, 93, 0, 0.18);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--olive);
  font-weight: 800;
}

.visit-sticky-actions {
  display: none;
}

.about-page {
  width: min(1180px, calc(100% - 32px));
  margin: 46px auto 86px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 36px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 64px;
  border: 1px solid rgba(112, 93, 0, 0.12);
  border-radius: 38px;
  padding: 38px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.78), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(255, 211, 223, 0.78), transparent 30%),
    linear-gradient(135deg, #fff7c9 0%, #ffe37a 52%, #ffd3df 100%);
  box-shadow: var(--shadow);
}

.about-hero-copy {
  display: grid;
  gap: 18px;
}

.about-hero-copy h1 {
  font-size: 58px;
}

.about-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  font-size: 18px;
}

.about-hero-media {
  overflow: hidden;
  border-radius: 32px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.about-hero-media img {
  width: 100%;
  height: 450px;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 22px 44px rgba(67, 52, 8, 0.14);
}

.about-story-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  margin-bottom: 64px;
}

.story-copy-card,
.story-image-card,
.offer-grid article,
.brand-values-grid article,
.team-placeholder-section article,
.about-visit-cta,
.about-social-section {
  border: 1px solid rgba(112, 93, 0, 0.13);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(67, 52, 8, 0.09);
}

.story-copy-card {
  display: grid;
  gap: 16px;
  border-radius: 30px;
  padding: 30px;
}

.story-image-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border-radius: 30px;
}

.story-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-image-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--olive);
  font-weight: 800;
}

.about-section {
  margin-bottom: 64px;
}

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

.offer-grid article,
.brand-values-grid article {
  display: grid;
  gap: 12px;
  border-radius: 26px;
  padding: 22px;
}

.offer-grid span,
.brand-values-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--olive);
}

.offer-grid h3,
.brand-values-grid h3 {
  color: var(--olive);
}

.brand-values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.brand-values-grid article {
  padding: 18px;
}

.brand-values-grid h3 {
  font-size: 18px;
}

.team-placeholder-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 64px;
}

.team-placeholder-section article {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: center;
  border-radius: 30px;
  padding: 16px;
}

.team-placeholder-section img {
  width: 100%;
  height: 260px;
  border-radius: 22px;
  object-fit: cover;
  background: var(--soft);
}

.team-placeholder-section div {
  display: grid;
  gap: 12px;
}

.about-visit-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 64px;
  border-radius: 32px;
  padding: 34px;
  background: linear-gradient(135deg, var(--olive), #766300);
}

.about-visit-cta div {
  display: grid;
  gap: 12px;
}

.about-visit-cta h2,
.about-visit-cta p {
  color: #fff;
}

.about-visit-cta .eyebrow {
  background: var(--pink);
  color: #7f2446;
}

.about-social-section {
  display: grid;
  gap: 24px;
  margin-bottom: 72px;
  border-radius: 32px;
  padding: 34px;
  background: linear-gradient(135deg, var(--sun), #fff3b9);
}

.about-social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-social-grid a {
  display: grid;
  min-height: 92px;
  place-items: center;
  border: 1px solid rgba(112, 93, 0, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--olive);
  font-size: 20px;
  font-weight: 800;
}

.search-icon-button {
  cursor: pointer;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  padding: 28px;
}

body.search-open {
  overflow: hidden;
}

body.search-open .search-overlay {
  display: grid;
  place-items: start center;
}

.search-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(31, 24, 4, 0.46);
  backdrop-filter: blur(10px);
}

.search-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  width: min(1080px, 100%);
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  border: 1px solid rgba(112, 93, 0, 0.14);
  border-radius: 34px;
  padding: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 243, 168, 0.8), transparent 34%),
    radial-gradient(circle at 92% 4%, rgba(255, 211, 223, 0.82), transparent 30%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 80px rgba(31, 24, 4, 0.24);
}

.search-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.search-panel-head div {
  display: grid;
  gap: 10px;
}

.overlay-search-form,
.search-page-form {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(112, 93, 0, 0.16);
  border-radius: 999px;
  padding: 8px 8px 8px 16px;
  background: #fff;
}

.overlay-search-form > span,
.search-page-form > span {
  color: var(--olive);
}

.overlay-search-form input,
.search-page-form input {
  width: 100%;
  min-height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.search-discovery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.search-discovery-grid article {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(112, 93, 0, 0.12);
  border-radius: 24px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.search-discovery-grid h3 {
  color: var(--olive);
  font-size: 19px;
}

.search-chip-list,
.search-category-list,
.trending-search-products {
  display: grid;
  gap: 9px;
}

.search-chip-list a {
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--sun);
  color: var(--olive);
  font-weight: 800;
}

.search-category-list a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  border-radius: 18px;
  padding: 11px;
  background: rgba(255, 243, 168, 0.5);
  color: var(--olive);
}

.trending-search-products a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-radius: 16px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.76);
}

.trending-search-products span {
  color: var(--olive);
  font-weight: 800;
}

.trending-search-products strong {
  color: #7f2446;
}

.search-page {
  width: min(1180px, calc(100% - 32px));
  margin: 46px auto 86px;
}

.search-results-hero {
  display: grid;
  gap: 22px;
  margin-bottom: 26px;
  border: 1px solid rgba(112, 93, 0, 0.12);
  border-radius: 34px;
  padding: 30px;
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 211, 223, 0.74), transparent 30%),
    rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.search-results-title {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.8fr);
  gap: 26px;
  align-items: end;
}

.search-results-title div {
  display: grid;
  gap: 12px;
}

.search-results-title h1 {
  font-size: 52px;
}

.search-results-title h1 strong {
  display: block;
  color: #7f2446;
}

.search-results-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
}

.search-filter-card {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 28px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(67, 52, 8, 0.09);
}

.search-results-content {
  min-width: 0;
}

.search-sort-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.search-sort-row p {
  font-weight: 800;
}

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

.search-result-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(112, 93, 0, 0.13);
  border-radius: 24px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 38px rgba(67, 52, 8, 0.09);
}

.search-result-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: var(--soft);
  object-fit: contain;
}

.search-result-card .product-image-fallback {
  width: 100%;
}

.search-result-card h3 {
  min-height: 54px;
  color: var(--olive);
  font-size: 18px;
}

.search-result-card strong {
  color: var(--olive);
  font-size: 19px;
}

.no-results-state {
  display: none;
}

body.show-no-results .search-results-layout {
  display: none;
}

body.show-no-results .no-results-state {
  display: block;
}

.no-results-card {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto 72px;
  border-radius: 34px;
  padding: 48px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 243, 168, 0.86), transparent 32%),
    rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  text-align: center;
}

.no-results-card > .material-symbols-outlined {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: #7f2446;
  font-size: 38px;
}

.no-results-card h2 {
  font-size: 42px;
}

.no-results-card .search-page-form {
  width: min(560px, 100%);
}

.no-results-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.product-card-link {
  display: grid;
  gap: 8px;
}

.product-detail-page {
  width: min(1280px, calc(100% - 32px));
}

.product-breadcrumb {
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.product-main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 34px;
}

.product-gallery,
.product-summary-card,
.accordion-card,
.stock-examples,
.alcohol-example,
.bundle-section {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.product-gallery {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.product-image-wrap {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff8d7, #ffffff);
  overflow: hidden;
}

.product-main-image {
  width: min(78%, 560px);
  max-height: 500px;
  object-fit: contain;
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.thumbnail-row.single-thumbnail {
  grid-template-columns: minmax(88px, 120px);
}

.image-attribution {
  margin: 12px 4px 0;
  color: rgba(84, 73, 51, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.image-attribution a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.thumbnail-row button {
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
}

.thumbnail-row button.active {
  border-color: var(--olive);
  background: #fff7c7;
}

.thumbnail-row img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  object-fit: contain;
}

.product-summary-card {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.product-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.product-summary-card h1 {
  font-size: 48px;
}

.product-facts {
  display: grid;
  gap: 10px;
  margin: 0;
}

.product-facts div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.spice-meter {
  color: #df6d55;
  letter-spacing: 0.08em;
}

.product-price-area {
  display: grid;
  gap: 6px;
  border-radius: 24px;
  padding: 18px;
  background: #fff8d5;
}

.product-price strong {
  font-size: 34px;
}

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

.quantity-selector {
  display: inline-grid;
  grid-template-columns: 42px 42px 42px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  text-align: center;
}

.quantity-selector button {
  border: 0;
  min-height: 42px;
  background: transparent;
  color: var(--olive);
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
}

.product-actions {
  display: grid;
  gap: 10px;
}

.store-availability-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  border-radius: 24px;
  padding: 18px;
  background: rgba(123, 194, 253, 0.22);
}

.store-availability-card .material-symbols-outlined {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--sky);
  color: #003757;
}

.store-availability-card a {
  color: var(--olive);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.product-info-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
  align-items: start;
  margin-bottom: 34px;
}

.accordion-card {
  overflow: hidden;
}

.accordion-card details {
  border-bottom: 1px solid var(--line);
  padding: 0 24px;
}

.accordion-card details:last-child {
  border-bottom: 0;
}

.accordion-card summary {
  cursor: pointer;
  color: var(--olive);
  font-size: 20px;
  font-weight: 800;
  list-style: none;
  padding: 20px 0;
}

.accordion-card summary::-webkit-details-marker {
  display: none;
}

.accordion-card details p {
  padding: 0 0 20px;
}

.stock-examples {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.stock-examples h2 {
  font-size: 28px;
}

.status-demo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  border-radius: 20px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.stock-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 6px;
}

.stock-dot.in {
  background: #3f7b45;
}

.stock-dot.low {
  background: #d89a1f;
}

.stock-dot.out {
  background: #b64c45;
}

.alcohol-example,
.bundle-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 44px;
  padding: 26px;
}

.alcohol-example {
  position: relative;
  border: 1px solid rgba(127, 36, 70, 0.2);
  background: linear-gradient(135deg, rgba(255, 211, 223, 0.72), rgba(255, 255, 255, 0.82));
}

.recommended-section {
  margin-bottom: 44px;
}

.compact-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bundle-section {
  background: var(--olive);
  color: #fff;
}

.bundle-section h2,
.bundle-section p,
.bundle-section strong {
  color: #fff;
}

.bundle-section strong {
  font-size: 28px;
}

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    border-radius: 28px;
  }

  .desktop-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 4px 0 2px;
    scrollbar-width: none;
  }

  .desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .hero,
  .drop-grid,
  .split,
  .page-hero,
  .catalog-layout,
  .detail-grid,
  .rewards,
  .about-visit,
  .story-card,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    margin-top: 32px;
  }

  h1 {
    font-size: 48px;
  }

  .feature-drop {
    grid-template-columns: 1fr;
  }

  .shop-grid,
  .reward-cards,
  .menu-grid,
  .steps,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .rewards {
    padding: 34px;
  }

  .newsletter form {
    flex-direction: column;
    align-items: stretch;
  }

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

  .search-pill,
  .select-pill {
    width: 100%;
  }

  .shop-header-grid,
  .shop-controls,
  .shop-layout,
  .product-main,
  .product-info-layout,
  .weekly-hero,
  .bubble-hero,
  .rewards-hero,
  .visit-hero,
  .visit-top-grid,
  .visit-newsletter,
  .about-hero,
  .about-story-section,
  .team-placeholder-section,
  .about-visit-cta,
  .search-results-title,
  .search-results-layout,
  .member-preview-section,
  .build-banner,
  .seasonal-drink-grid,
  .bubble-info-grid,
  .highlight-grid,
  .weekly-filter-bar,
  .weekly-bottom-grid,
  .alcohol-example,
  .bundle-section {
    grid-template-columns: 1fr;
  }

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

  .shop-controls {
    display: none;
  }

  .mobile-shop-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
  }

  .shop-filter-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    max-height: 82vh;
    overflow-y: auto;
    border-radius: 28px 28px 0 0;
    transform: translateY(110%);
    transition: transform 220ms ease;
  }

  body.filters-open .shop-filter-panel {
    transform: translateY(0);
  }

  .filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: none;
    background: rgba(31, 24, 4, 0.34);
  }

  body.filters-open .filter-backdrop {
    display: block;
  }

  .mobile-filter-close {
    display: grid;
  }

  .results-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

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

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

  .rewards-hero {
    padding: 28px;
  }

  .rewards-hero-card img {
    height: 354px;
  }

  .how-grid,
  .earn-grid,
  .membership-grid,
  .reward-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .search-filter-card {
    position: static;
  }

  .brand-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .team-placeholder-section article {
    grid-template-columns: 1fr;
  }

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

  .membership-card.featured {
    transform: none;
  }

  .bubble-hero {
    padding: 28px;
  }

  .bubble-hero-media {
    min-height: 390px;
  }

  .bubble-hero-media img {
    height: 354px;
  }

  .bubble-hero-media::before {
    height: 292px;
  }

  .bubble-hero-media::after {
    top: 48px;
    --cup-width: 104px;
    --cup-height: 200px;
  }

  .drink-tabs {
    position: static;
    border-radius: 28px;
  }

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

  .seasonal-drink-grid article {
    grid-template-columns: 180px 1fr;
  }

  .bubble-rewards {
    grid-template-columns: auto 1fr;
  }

  .bubble-rewards .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .weekly-hero {
    padding: 28px;
  }

  .weekly-hero-board {
    min-height: 390px;
  }

  .hero-board-main {
    height: 354px;
  }

  .weekly-filter-bar {
    position: static;
  }

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

  .editorial-feature {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .weekly-carousel {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .weekly-carousel::-webkit-scrollbar {
    display: none;
  }

  .arrival-mini-card {
    min-width: 240px;
    scroll-snap-align: start;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 20px);
    top: 8px;
    margin-top: 8px;
    padding: 10px 12px;
  }

  .brand {
    font-size: 18px;
  }

  .ghost-button {
    padding: 8px 11px;
    font-size: 13px;
  }

  [data-language-toggle] {
    gap: 1px;
    padding: 4px;
  }

  [data-language-toggle] span {
    min-width: 26px;
    padding: 5px;
    font-size: 10px;
  }

  .hero,
  .section,
  .rewards,
  .newsletter {
    width: calc(100% - 24px);
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-media {
    border-radius: 22px;
  }


  .feature-drop,
  .product-card,
  .shop-header,
  .shop-product-card,
  .visit-card,
  .story-card,
  .newsletter,
  .rewards {
    border-radius: 20px;
  }

  .shop-page {
    width: calc(100% - 24px);
  }

  .search-overlay {
    padding: 10px;
  }

  .search-panel {
    max-height: calc(100vh - 20px);
    border-radius: 24px;
    padding: 18px;
  }

  .search-panel-head {
    align-items: start;
  }

  .overlay-search-form,
  .search-page-form {
    grid-template-columns: auto 1fr;
    border-radius: 24px;
    padding: 10px 12px;
  }

  .overlay-search-form .button,
  .search-page-form .button {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
  }

  .search-discovery-grid {
    grid-template-columns: 1fr;
  }

  .search-page {
    width: calc(100% - 24px);
    margin-top: 32px;
  }

  .search-results-hero {
    border-radius: 24px;
    padding: 22px;
  }

  .search-results-title h1 {
    font-size: 36px;
  }

  .search-filter-card {
    border-radius: 22px;
    padding: 18px;
  }

  .search-sort-row {
    align-items: stretch;
    flex-direction: column;
  }

  .search-sort-row .sort-buttons {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

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

  .search-result-card {
    border-radius: 20px;
    padding: 10px;
  }

  .search-result-card img {
    border-radius: 16px;
  }

  .search-result-card h3 {
    min-height: 44px;
    font-size: 15px;
  }

  .search-result-card p,
  .search-result-card .stock {
    font-size: 12px;
  }

  .search-result-card strong {
    font-size: 16px;
  }

  .no-results-card {
    border-radius: 24px;
    padding: 28px 18px;
  }

  .no-results-card h2 {
    font-size: 30px;
  }

  .no-results-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .no-results-actions .button {
    justify-content: center;
  }

  .about-page {
    width: calc(100% - 24px);
    margin-top: 32px;
  }

  .about-hero {
    gap: 24px;
    margin-bottom: 42px;
    border-radius: 24px;
    padding: 22px;
  }

  .about-hero-copy h1 {
    font-size: 38px;
  }

  .about-hero-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .about-hero-media {
    border-radius: 24px;
    padding: 12px;
  }

  .about-hero-media img {
    height: 292px;
    border-radius: 20px;
  }

  .about-story-section,
  .about-section,
  .team-placeholder-section,
  .about-visit-cta {
    margin-bottom: 42px;
  }

  .story-copy-card,
  .story-image-card,
  .team-placeholder-section article,
  .about-visit-cta,
  .about-social-section {
    border-radius: 22px;
  }

  .story-copy-card {
    padding: 22px;
  }

  .story-image-card {
    min-height: 300px;
  }

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

  .offer-grid article {
    border-radius: 20px;
    padding: 14px;
  }

  .offer-grid h3 {
    font-size: 16px;
  }

  .brand-values-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .brand-values-grid::-webkit-scrollbar {
    display: none;
  }

  .brand-values-grid article {
    min-width: 252px;
    border-radius: 20px;
    scroll-snap-align: start;
  }

  .team-placeholder-section img {
    height: 220px;
  }

  .about-visit-cta {
    padding: 22px;
  }

  .about-visit-cta .button {
    justify-content: center;
    width: 100%;
  }

  .about-social-section {
    margin-bottom: 46px;
    padding: 22px;
  }

  .about-social-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-social-grid a {
    min-height: 62px;
    border-radius: 18px;
    font-size: 18px;
  }

  .visit-page {
    width: calc(100% - 24px);
    margin-top: 32px;
    margin-bottom: 120px;
  }

  .visit-hero {
    gap: 24px;
    border-radius: 24px;
    padding: 22px;
  }

  .visit-hero-copy h1 {
    font-size: 38px;
  }

  .visit-hero-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .visit-status-row {
    width: 100%;
    border-radius: 18px;
  }

  .visit-hero-media {
    border-radius: 24px;
    padding: 12px;
  }

  .visit-hero-media img {
    height: 292px;
    border-radius: 20px;
  }

  .visit-top-grid,
  .visit-section {
    margin-bottom: 42px;
  }

  .store-info-card,
  .visit-map-card {
    border-radius: 22px;
    padding: 18px;
  }

  .visit-card-actions {
    display: none;
  }

  .map-placeholder {
    min-height: 320px;
    border-radius: 18px;
  }

  .store-map-frame,
  .store-map-frame iframe {
    min-height: 360px;
    border-radius: 18px;
  }

  .map-placeholder strong {
    font-size: 24px;
  }

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

  .transport-grid article {
    border-radius: 20px;
    padding: 18px;
  }

  .store-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .store-feature-grid article {
    min-height: 126px;
    border-radius: 20px;
    padding: 14px;
  }

  .store-gallery {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .store-gallery::-webkit-scrollbar {
    display: none;
  }

  .store-gallery article,
  .store-gallery article.large {
    flex: 0 0 282px;
    min-height: 230px;
    border-radius: 22px;
    scroll-snap-align: start;
  }

  .visit-newsletter {
    gap: 18px;
    border-radius: 22px;
    padding: 22px;
  }

  .visit-newsletter form {
    align-items: stretch;
    flex-direction: column;
  }

  .visit-newsletter input {
    width: 100%;
  }

  .visit-sticky-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 75;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(112, 93, 0, 0.2);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 -14px 36px rgba(37, 31, 12, 0.14);
    backdrop-filter: blur(16px);
  }

  .visit-sticky-actions .button {
    justify-content: center;
    min-height: 46px;
    padding: 0 12px;
  }

  .rewards-page {
    width: calc(100% - 24px);
    margin-top: 32px;
  }

  .rewards-hero {
    gap: 24px;
    margin-bottom: 42px;
    border-radius: 24px;
    padding: 22px;
  }

  .rewards-hero-copy h1 {
    font-size: 40px;
  }

  .rewards-hero-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .rewards-hero-card {
    border-radius: 24px;
    padding: 12px;
  }

  .rewards-hero-card img {
    height: 292px;
    border-radius: 20px;
  }

  .reward-ticket {
    grid-template-columns: auto 1fr;
    border-radius: 18px;
  }

  .reward-ticket p {
    grid-column: 1 / -1;
  }

  .loyalty-section {
    margin-bottom: 42px;
  }

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

  .how-grid article,
  .earn-grid article,
  .membership-card,
  .reward-example-grid article {
    border-radius: 20px;
  }

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

  .earn-grid article {
    padding: 14px;
  }

  .earn-grid h3 {
    font-size: 16px;
  }

  .membership-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .membership-grid::-webkit-scrollbar {
    display: none;
  }

  .membership-card {
    min-width: 306px;
    min-height: 360px;
    scroll-snap-align: start;
  }

  .reward-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .reward-example-grid article {
    min-height: 138px;
    padding: 14px;
  }

  .reward-example-grid strong {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .member-preview-section {
    gap: 22px;
    margin-bottom: 42px;
    border-radius: 24px;
    padding: 22px;
  }

  .member-card {
    border-radius: 24px;
    padding: 18px;
  }

  .member-card-head,
  .progress-label,
  .available-rewards {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-card-head strong {
    font-size: 46px;
  }

  .qr-placeholder {
    min-height: 280px;
    border-radius: 22px;
  }

  .faq-list details {
    border-radius: 18px;
    padding: 16px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .bubble-page {
    width: calc(100% - 24px);
    margin-top: 32px;
  }

  .bubble-hero {
    gap: 24px;
    border-radius: 24px;
    padding: 22px;
  }

  .bubble-hero-copy h1 {
    font-size: 40px;
  }

  .bubble-hero-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .bubble-hero-media {
    min-height: 316px;
    border-radius: 24px;
    padding: 12px;
  }

  .bubble-hero-media img {
    height: 292px;
    border-radius: 20px;
  }

  .bubble-note {
    right: 20px;
    bottom: 20px;
    max-width: 220px;
    border-radius: 18px;
    padding: 12px;
  }

  .drink-tabs {
    flex-wrap: nowrap;
    gap: 9px;
    overflow-x: auto;
    margin-bottom: 38px;
    padding: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

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

  .drink-tabs a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 9px 13px;
    font-size: 13px;
  }

  .bubble-section {
    margin-bottom: 42px;
  }

  .drink-grid {
    gap: 12px;
    margin-top: 20px;
  }

  .drink-card {
    border-radius: 20px;
    padding: 10px;
  }

  .drink-card img {
    height: 170px;
    border-radius: 16px;
  }

  .drink-card::before {
    height: 170px;
  }

  .drink-card::after {
    top: 43px;
    --cup-width: 58px;
    --cup-height: 100px;
    border-width: 3px;
    border-top-width: 6px;
    border-radius: 7px 7px 18px 18px;
    background:
      radial-gradient(circle at 22% 89%, #2a1711 0 5px, transparent 6px),
      radial-gradient(circle at 50% 92%, #2a1711 0 5px, transparent 6px),
      radial-gradient(circle at 78% 88%, #2a1711 0 5px, transparent 6px),
      linear-gradient(82deg, transparent 0 48%, rgba(119, 55, 65, 0.62) 49% 54%, transparent 55%),
      linear-gradient(to bottom, var(--drink-light, #f7d6b0) 0 22%, var(--drink, #bb7e4f) 23% 76%, #62412d 77% 100%);
  }

  .drink-card h3 {
    font-size: 16px;
  }

  .drink-card p {
    min-height: 84px;
    font-size: 12px;
    line-height: 1.45;
  }

  .drink-card strong {
    font-size: 16px;
  }

  .drink-badge {
    top: 10px;
    left: 10px;
    font-size: 9px;
    padding: 5px 7px;
  }

  .customize-button {
    min-height: 44px;
    padding: 0 10px;
    font-size: 13px;
  }

  .build-banner {
    border-radius: 24px;
    padding: 22px;
  }

  .build-banner .button {
    justify-content: center;
    width: 100%;
  }

  .seasonal-drink-grid article {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .seasonal-drink-grid article::after {
    top: 35px;
    left: 50%;
    --cup-width: 82px;
    --cup-height: 144px;
  }

  .seasonal-drink-grid img {
    height: 210px;
  }

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

  .pairing-grid article {
    grid-template-columns: 92px 1fr;
    align-items: center;
    border-radius: 20px;
  }

  .pairing-grid article::before {
    height: 92px;
    font-size: 12px;
  }

  .pairing-grid img {
    height: 92px;
  }

  .bubble-info-grid {
    margin-bottom: 46px;
  }

  .bubble-rewards,
  .allergy-notice {
    grid-template-columns: 1fr;
    border-radius: 22px;
    padding: 22px;
  }

  .bubble-rewards h2,
  .allergy-notice h2 {
    font-size: 24px;
  }

  .weekly-page {
    width: calc(100% - 24px);
    margin-top: 32px;
  }

  .weekly-hero {
    gap: 24px;
    border-radius: 24px;
    padding: 22px;
  }

  .weekly-hero-copy h1 {
    font-size: 40px;
  }

  .weekly-hero-copy p:not(.eyebrow):not(.week-label) {
    font-size: 15px;
  }

  .weekly-hero-board {
    min-height: 316px;
    border-radius: 24px;
    padding: 12px;
  }

  .hero-board-main {
    height: 292px;
    border-radius: 20px;
  }

  .hero-board-note {
    right: 20px;
    bottom: 20px;
    max-width: 210px;
    border-radius: 18px;
    padding: 12px;
  }

  .weekly-filter-bar {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-bottom: 38px;
    border-radius: 22px;
    padding: 12px;
    scroll-snap-type: x mandatory;
  }

  .filter-chip-group {
    min-width: 245px;
    scroll-snap-align: start;
  }

  .weekly-section {
    margin-bottom: 42px;
  }

  .highlight-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .editorial-card,
  .editorial-feature {
    min-width: 282px;
    border-radius: 22px;
    scroll-snap-align: start;
  }

  .editorial-feature img,
  .editorial-card img {
    height: 230px;
  }

  .product-strip {
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 24px;
    padding: 18px 12px;
  }

  .weekly-section-head {
    align-items: start;
    flex-direction: column;
  }

  .arrival-mini-card {
    min-width: 178px;
    border-radius: 20px;
    padding: 10px;
  }

  .arrival-mini-card h3 {
    min-height: 46px;
    font-size: 15px;
  }

  .arrival-mini-card strong {
    font-size: 17px;
  }

  .arrival-badge {
    font-size: 9px;
    padding: 5px 7px;
  }

  .weekly-bottom-grid {
    margin-bottom: 46px;
  }

  .weekly-newsletter,
  .next-week-preview {
    border-radius: 22px;
    padding: 22px;
  }

  .weekly-newsletter form {
    align-items: stretch;
    flex-direction: column;
  }

  .product-detail-page {
    width: calc(100% - 24px);
    margin-bottom: 110px;
  }

  .shop-header {
    padding: 24px;
  }

  .shop-header .page-hero-copy h1 {
    font-size: 36px;
  }

  .product-count {
    justify-items: start;
    min-width: 0;
  }

  .category-shortcuts {
    gap: 10px;
  }

  .category-shortcuts a {
    min-height: 112px;
    padding: 13px;
  }

  .shop-product-card {
    gap: 6px;
    padding: 10px;
  }

  .shop-product-card h3 {
    min-height: 44px;
    font-size: 15px;
  }

  .brand-name,
  .stock {
    font-size: 12px;
  }

  .price-line strong {
    font-size: 16px;
  }

  .quick-add {
    min-height: 38px;
    font-size: 13px;
  }

  .favorite {
    width: 32px;
    height: 32px;
  }

  .product-badge {
    font-size: 10px;
    padding: 5px 7px;
  }

  .product-image-wrap {
    min-height: 330px;
  }

  .product-main-image {
    width: 86%;
    max-height: 300px;
  }

  .thumbnail-row {
    grid-template-columns: repeat(4, minmax(70px, 1fr));
    overflow-x: auto;
  }

  .product-summary-card,
  .product-gallery,
  .accordion-card,
  .stock-examples,
  .alcohol-example,
  .bundle-section {
    border-radius: 22px;
  }

  .product-summary-card {
    padding: 22px;
  }

  .product-summary-card h1 {
    font-size: 34px;
  }

  .product-facts div,
  .quantity-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-actions {
    display: none;
  }

  .mobile-add-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(112, 93, 0, 0.2);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 -14px 36px rgba(37, 31, 12, 0.14);
    backdrop-filter: blur(16px);
  }

  .mobile-add-bar span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-add-bar strong {
    display: block;
    color: var(--olive);
    font-size: 22px;
  }

  .mobile-add-bar .button {
    min-height: 44px;
    padding: 0 18px;
  }
}
