:root {
  --ink: #26150f;
  --ink-soft: #6a5146;
  --paper: #fdf8f0;
  --cream: #f5eadb;
  --cream-deep: #ead9c5;
  --red: #4b2d20;
  --red-dark: #2a1710;
  --red-soft: #f1e5d9;
  --gold: #e0b84f;
  --gold-ink: #7a5710;
  --gold-soft: #f7edcf;
  --aqua: #e0b84f;
  --brown: #4b2d20;
  --brown-dark: #2a1710;
  --line: #dcc8b7;
  --blush: #f7edcf;
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(34, 16, 10, 0.16);
  --shadow-lg: 0 28px 70px rgba(24, 10, 6, 0.32);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 24px;
  --page: min(1380px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body:has(.location-overlay:not([hidden])),
body:has(.event-poster-overlay:not([hidden])),
body:has(.seasonal-editor-overlay.is-open),
body:has(.seasonal-editor-overlay:target),
body:has(.strawberry-editor-overlay:not([hidden])),
body:has(.frontend-photo-overlay:not([hidden])),
body:has(.flavour-manager-overlay:not([hidden])),
body:has(.truffle-substitution-dialog[open]),
body:has(.truffle-photo-dialog[open]),
body:has(.truffle-guide-dialog[open]) {
  overflow: hidden;
}

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

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

button,
select {
  cursor: pointer;
}

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

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

h1,
h2,
h3 {
  line-height: 1.08;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: -70px;
  z-index: 2000;
  padding: 12px 18px;
  border-radius: 0 0 8px 8px;
  color: #fff;
  background: var(--red-dark);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
}

.site-topline {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 5px 24px;
  color: #fff;
  background: var(--red-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-topline a {
  margin-left: 22px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.topline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.commerce-sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 2px 0 rgba(77, 51, 39, 0.08);
  backdrop-filter: blur(10px);
}

.store-header {
  width: var(--page);
  min-height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.store-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.store-brand img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.store-brand span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.store-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.store-brand small {
  margin-top: 1px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.header-search-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.store-search {
  min-width: 0;
  flex: 1;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  border: 1px solid #cabfb3;
  border-radius: 11px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.store-search:focus-within {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(165, 38, 52, 0.12);
}

.store-search > span {
  padding-left: 15px;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
  transform: rotate(-15deg);
}

.store-search input {
  min-width: 0;
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
}

.store-search input::placeholder {
  color: #8b817b;
}

.store-search button {
  height: 100%;
  padding: 0 20px;
  border: 0;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.store-tools {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.home-link {
  min-height: 46px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 850;
}

.home-link:hover {
  color: var(--red);
  border-color: var(--red);
  background: var(--cream);
}

.current-store {
  min-width: 150px;
  min-height: 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 8px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  text-align: left;
}

.current-store span,
.current-store strong {
  grid-column: 1;
}

.current-store span {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.current-store strong {
  font-size: 13px;
}

.current-store b {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--red);
}

.account-link,
.cart-link {
  font-size: 13px;
  font-weight: 800;
}

.account-link:hover,
.cart-link:hover {
  color: var(--red);
}

.cart-link span {
  min-width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 11px;
}

.mobile-menu-button {
  display: none;
}

.category-nav {
  min-height: 49px;
  display: flex;
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.all-categories-button {
  width: max(235px, calc((100vw - min(1380px, calc(100vw - 40px))) / 2 + 220px));
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 20px;
  border: 0;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.all-categories-button:hover {
  background: var(--red-dark);
}

.grid-icon {
  width: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.grid-icon i {
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
}

.quick-category-links {
  min-width: 0;
  flex: 0 1 auto;
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.quick-category-links::-webkit-scrollbar {
  display: none;
}

.quick-category-links a,
.secondary-nav-links a {
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-right: 1px solid #eee8e0;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.quick-category-links a:hover,
.secondary-nav-links a:hover {
  color: var(--red);
  background: var(--cream);
}

.secondary-nav-links {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  margin-right: max(20px, calc((100vw - min(1380px, calc(100vw - 40px))) / 2));
}

.secondary-nav-links a {
  color: var(--ink-soft);
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 22px max(20px, calc((100vw - 1380px) / 2));
  border-bottom: 4px solid var(--red);
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.mega-menu-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.mega-menu-head div {
  display: flex;
  flex-direction: column;
}

.mega-menu-head span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mega-menu-head strong {
  margin-top: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.mega-menu-head > a {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  padding-top: 18px;
}

.mega-menu-grid h2 {
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mega-menu-grid a {
  min-height: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid #eee8e0;
  font-size: 13px;
  font-weight: 700;
}

.mega-menu-grid a span {
  opacity: 0;
  color: var(--red);
  transform: translateX(-7px);
  transition: 0.16s ease;
}

.mega-menu-grid a:hover {
  color: var(--red);
}

.mega-menu-grid a:hover span {
  opacity: 1;
  transform: none;
}

.mega-mobile-pages {
  display: none;
}

.location-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147482000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(30, 17, 12, 0.72);
  backdrop-filter: blur(5px);
  animation: fade-in 0.2s ease both;
}

.store-picker {
  width: min(820px, 100%);
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
  animation: rise-in 0.28s ease both;
}

.store-picker-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.store-picker-header span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.store-picker-header h2 {
  margin: 5px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.store-picker-header button {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  line-height: 1;
}

.store-picker > p {
  max-width: 630px;
  margin: 14px 0 24px;
  color: var(--ink-soft);
}

.store-picker-cart-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -10px 0 18px;
  padding: 10px 12px;
  border: 1px solid rgba(224, 184, 79, 0.58);
  border-radius: 9px;
  color: var(--ink);
  background: var(--gold-soft);
}

.store-picker-cart-note strong {
  flex: 0 0 auto;
  font-size: 12px;
}

.store-picker-cart-note span {
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}

.store-picker-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.store-picker-options > button {
  min-height: 158px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  text-align: left;
  transition: border 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.store-picker-options > button:hover,
.store-picker-options > button.selected {
  border-color: var(--red);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.store-number {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.store-choice-copy {
  display: flex;
  flex-direction: column;
}

.store-choice-copy strong {
  margin: 2px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.store-choice-copy small {
  margin-bottom: 4px;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.35;
}

.store-choice-arrow {
  grid-column: 1 / -1;
  align-self: end;
  justify-self: end;
  color: var(--red);
  font-size: 22px;
}

.browse-first {
  display: block;
  margin: 18px auto 0;
  padding: 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--ink-soft);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}

.shop-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1100;
  max-width: min(360px, calc(100% - 48px));
  padding: 13px 17px;
  border-radius: 10px;
  color: #fff;
  background: var(--brown);
  box-shadow: var(--shadow-lg);
  font-size: 13px;
  font-weight: 700;
  animation: rise-in 0.25s ease both;
}

.eyebrow {
  display: inline-block;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.button-primary {
  color: #fff;
  background: var(--red);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-light {
  color: var(--red-dark);
  background: #fff;
}

.text-link {
  color: var(--red);
  font-size: 13px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.shop-hero {
  width: var(--page);
  height: 300px;
  min-height: 290px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.75fr);
  align-items: stretch;
  gap: 18px;
  margin: 18px auto 0;
}

.shop-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 38px 48px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 25%, rgba(52, 166, 173, 0.18) 0 54px, transparent 55px),
    radial-gradient(circle at 82% 35%, rgba(223, 183, 44, 0.2) 0 90px, transparent 91px),
    var(--cream);
}

.shop-hero h1 {
  max-width: 750px;
  margin: 7px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.048em;
}

.shop-hero-copy > p {
  max-width: 650px;
  margin-bottom: 21px;
  color: var(--ink-soft);
  font-size: 15px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-product {
  position: relative;
  height: 300px;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--brown);
}

.hero-feature-shell {
  height: 300px;
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 6px;
}

.hero-feature-shell .hero-product {
  height: auto;
}

.hero-feature-admin {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  padding: 5px 7px;
  border: 1px solid rgba(224, 184, 79, 0.55);
  border-radius: 10px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.hero-feature-admin > span {
  margin-right: auto;
  padding: 4px 7px;
  border-radius: 999px;
  color: var(--gold-ink);
  background: var(--gold-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-feature-admin button {
  min-height: 27px;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  font-size: 9px;
  font-weight: 900;
}

.hero-feature-admin button:hover {
  border-color: var(--gold);
  background: var(--gold-soft);
}

.hero-product::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(29, 15, 10, 0.92), transparent 67%);
}

.hero-product > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hero-product:hover > img {
  transform: scale(1.035);
}

.hero-product-copy {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 12px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 11px 13px 12px;
  border: 1px solid rgba(224, 184, 79, 0.34);
  border-radius: 11px;
  color: #fff;
  background: rgba(35, 16, 11, 0.94);
  box-shadow: 0 8px 24px rgba(20, 7, 4, 0.3);
  text-rendering: optimizeLegibility;
}

.hero-strawberry-product::after {
  background: linear-gradient(to top, rgba(48, 16, 12, 0.96), rgba(48, 16, 12, 0.06) 72%);
}

.hero-strawberry-product > img {
  object-position: center 48%;
}

.hero-product-copy small {
  color: #f1cf60;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-product-copy strong {
  margin: 2px 0 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.05;
}

.hero-product-copy span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  line-height: 1.35;
}

.hero-product-copy em {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.hero-product-cta {
  width: max-content;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 5px 9px;
  border-radius: 6px;
  color: var(--brown-dark);
  background: var(--gold);
  font-size: 10px;
  font-weight: 900;
}

.hero-product > b {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--red-dark);
  background: #fff;
  font-size: 18px;
}

.strawberry-editor-overlay {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: flex;
  justify-content: flex-end;
  color: var(--ink);
  background: rgba(24, 10, 6, 0.72);
  backdrop-filter: blur(3px);
}

.strawberry-editor-drawer {
  width: min(620px, 100%);
  height: 100%;
  overflow-y: auto;
  border-left: 1px solid rgba(224, 184, 79, 0.58);
  background: var(--paper);
  box-shadow: -24px 0 65px rgba(20, 8, 4, 0.32);
  animation: seasonal-drawer-in 0.24s ease both;
}

.strawberry-editor-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 26px 20px;
  border-bottom: 1px solid var(--line);
}

.strawberry-editor-head > div > span {
  color: var(--gold-ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.strawberry-editor-head h2 {
  margin: 4px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.strawberry-editor-head p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.strawberry-editor-head > button {
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  font-size: 22px;
}

.strawberry-editor-form {
  padding: 0 26px 88px;
}

.strawberry-editor-form fieldset {
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.strawberry-editor-form legend {
  padding: 0;
  font-size: 12px;
  font-weight: 900;
}

.strawberry-editor-form fieldset > p {
  margin: 4px 0 11px;
  color: var(--ink-soft);
  font-size: 10px;
}

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

.strawberry-editor-grid > label,
.strawberry-editor-pickup,
.strawberry-editor-alt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.strawberry-editor-grid label > span:first-child,
.strawberry-editor-pickup > span,
.strawberry-editor-alt > span {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.strawberry-editor-grid input,
.strawberry-editor-pickup > input,
.strawberry-editor-alt > input {
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  font-size: 12px;
}

.strawberry-editor-grid input:disabled {
  color: var(--ink-soft);
  background: var(--cream);
}

.strawberry-price-input {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
}

.strawberry-price-input b {
  padding-left: 11px;
  color: var(--gold-ink);
}

.strawberry-price-input input {
  border: 0;
}

.strawberry-editor-pickup > span small {
  margin-left: 4px;
  color: var(--gold-ink);
  font-size: 8px;
}

.strawberry-editor-pickup > small {
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.45;
}

.strawberry-editor-photo {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin-top: 9px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--cream);
}

.strawberry-editor-photo img {
  width: 94px;
  height: 94px;
  border-radius: 7px;
  object-fit: cover;
}

.strawberry-editor-photo > span {
  display: flex;
  flex-direction: column;
}

.strawberry-editor-photo strong {
  font-size: 12px;
}

.strawberry-editor-photo small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.4;
}

.strawberry-editor-photo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.strawberry-editor-photo-actions label,
.strawberry-editor-photo-actions button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: var(--white);
  font-size: 9px;
  font-weight: 900;
}

.strawberry-editor-photo-actions label {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
  cursor: pointer;
}

.strawberry-editor-photo-actions input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.strawberry-editor-alt {
  margin-top: 10px;
}

.strawberry-editor-error {
  margin: 13px 0 0;
  padding: 10px 11px;
  border: 1px solid #e5b6bd;
  border-radius: 7px;
  color: #8e2131;
  background: #fff1f3;
  font-size: 10px;
  font-weight: 800;
}

.strawberry-editor-actions {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 18px -26px -88px;
  padding: 13px 26px;
  border-top: 1px solid var(--line);
  background: rgba(253, 248, 240, 0.97);
}

.strawberry-editor-actions button {
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  font-size: 10px;
  font-weight: 900;
}

.strawberry-editor-actions .strawberry-editor-save {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
}

/* Admin-only front-end editing preview */
.frontend-editor-root {
  position: relative;
  z-index: 2200;
}

.frontend-editor-toolbar {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 2200;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(224, 184, 79, 0.68);
  border-radius: 12px;
  color: var(--white);
  background: rgba(36, 19, 14, 0.97);
  box-shadow: 0 14px 42px rgba(18, 6, 3, 0.38);
}

.frontend-editor-toolbar > span {
  min-width: 170px;
  display: flex;
  flex-direction: column;
  padding: 0 7px;
}

.frontend-editor-toolbar small {
  color: var(--gold);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.frontend-editor-toolbar strong {
  font-size: 10px;
}

.frontend-editor-toolbar button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(224, 184, 79, 0.28);
  border-radius: 7px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 9px;
  font-weight: 900;
}

.frontend-editor-toolbar button:hover,
.frontend-editor-toolbar button.active {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
}

.frontend-editor-toolbar button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.frontend-editor-toolbar .frontend-editor-reset {
  color: rgba(255, 255, 255, 0.7);
}

.frontend-editor-hint {
  position: fixed;
  left: 18px;
  bottom: 76px;
  z-index: 2195;
  max-width: min(520px, calc(100% - 36px));
  padding: 9px 12px;
  border: 1px solid rgba(224, 184, 79, 0.48);
  border-radius: 8px;
  color: var(--white);
  background: rgba(36, 19, 14, 0.94);
  box-shadow: var(--shadow-sm);
  font-size: 10px;
  font-weight: 800;
}

.frontend-editor-notice {
  position: fixed;
  left: 18px;
  bottom: 82px;
  z-index: 2210;
  max-width: min(390px, calc(100% - 36px));
  padding: 10px 13px;
  border: 1px solid rgba(224, 184, 79, 0.58);
  border-radius: 8px;
  color: var(--white);
  background: var(--brown);
  box-shadow: var(--shadow-lg);
  font-size: 10px;
  font-weight: 800;
}

[data-frontend-edit-scope][data-frontend-edit-mode="text"] [data-frontend-text-key] {
  outline: 1px dashed rgba(224, 184, 79, 0.9);
  outline-offset: 3px;
  cursor: text;
}

[data-frontend-edit-scope][data-frontend-edit-mode="text"] [data-frontend-text-key]:hover,
[data-frontend-edit-scope][data-frontend-edit-mode="text"] [data-frontend-text-key]:focus {
  outline: 3px solid rgba(224, 184, 79, 0.78);
  background: rgba(224, 184, 79, 0.15);
}

[data-frontend-edit-scope][data-frontend-edit-mode="photos"] img[data-frontend-photo-editable="true"] {
  outline: 3px solid rgba(224, 184, 79, 0.86);
  outline-offset: -3px;
  cursor: pointer;
}

[data-frontend-edit-scope][data-frontend-edit-mode="photos"] img[data-frontend-photo-editable="true"]:hover {
  filter: brightness(0.72);
}

.frontend-photo-overlay {
  position: fixed;
  inset: 0;
  z-index: 2300;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(22, 8, 4, 0.78);
  backdrop-filter: blur(3px);
}

.frontend-photo-dialog {
  width: min(620px, 100%);
  max-height: calc(100dvh - 36px);
  overflow-y: auto;
  padding: 22px;
  border: 1px solid rgba(224, 184, 79, 0.62);
  border-radius: 16px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-lg);
}

.frontend-photo-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.frontend-photo-head span {
  color: var(--gold-ink);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.frontend-photo-head h2 {
  margin: 3px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.frontend-photo-head > button {
  width: 37px;
  height: 37px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  font-size: 21px;
}

.frontend-photo-preview {
  height: min(310px, 38vh);
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 17px 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
}

.frontend-photo-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.frontend-photo-upload {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: var(--brown-dark);
  background: var(--gold);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.frontend-photo-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.frontend-photo-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 9px;
}

.frontend-photo-field > span {
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.frontend-photo-field input {
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  font-size: 11px;
}

.frontend-photo-error {
  margin: 11px 0 0;
  padding: 9px 10px;
  border: 1px solid #e5b6bd;
  border-radius: 7px;
  color: #8e2131;
  background: #fff1f3;
  font-size: 10px;
  font-weight: 800;
}

.frontend-photo-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}

.frontend-photo-actions button {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  font-size: 10px;
  font-weight: 900;
}

.frontend-photo-actions .frontend-photo-save {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
}

.category-section,
.featured-section {
  width: var(--page);
  margin: 0 auto;
  padding: 31px 0 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.compact-heading {
  margin-bottom: 15px;
}

.section-heading h2 {
  margin: 3px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 4vw, 40px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.category-help {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.category-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.category-tile {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.category-tile:hover {
  border-color: var(--red);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.category-mark {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--red-dark);
  background: var(--red-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.category-tile:nth-child(3n + 2) .category-mark {
  color: #075f65;
  background: #e2f3f2;
}

.category-tile:nth-child(3n) .category-mark {
  color: #6e5400;
  background: #f9f0c9;
}

.category-tile-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.category-tile-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.category-tile-copy small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-arrow {
  color: var(--red);
  font-size: 18px;
}

.category-tile-all {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.category-tile-all .category-mark {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.category-tile-all .category-tile-copy small,
.category-tile-all .category-arrow {
  color: #fff;
}

.promotions-section {
  position: relative;
  width: var(--page);
  margin: 31px auto 34px;
}

.promotion-admin-toolbar {
  position: absolute;
  right: 0;
  top: -27px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 7px;
}

.promotion-admin-toolbar span {
  color: var(--ink-soft);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.promotion-admin-toolbar button {
  min-height: 28px;
  padding: 4px 10px;
  border: 1px dashed rgba(178, 35, 53, 0.55);
  border-radius: 999px;
  color: var(--red);
  background: #fffaf2;
  font-size: 8px;
  font-weight: 900;
}

.promotion-admin-toolbar button:hover {
  border-style: solid;
  background: var(--blush);
}

.promotions-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.85fr);
  gap: 13px;
}

.promotions-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.seasonal-promo-card,
.event-promo-card {
  min-height: 292px;
  overflow: hidden;
  border-radius: var(--radius);
}

.seasonal-promo-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  color: #fff;
  background: #2c1716;
}

.seasonal-promo-card-full {
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
}

.seasonal-promo-card-full .seasonal-promo-copy {
  padding-inline: 32px;
}

.seasonal-promo-card-full .seasonal-product-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seasonal-promo-card-full .seasonal-promo-visual > strong {
  font-size: 38px;
}

.seasonal-promo-copy {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 27px;
}

.seasonal-eyebrow {
  color: #ffb557;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seasonal-promo-copy h2 {
  max-width: 520px;
  margin: 5px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.seasonal-promo-copy > p {
  max-width: 560px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.seasonal-product-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 14px;
  text-rendering: optimizeLegibility;
}

.seasonal-product-list a {
  min-width: 0;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
}

.seasonal-product-list a:hover {
  border-color: #ffb557;
  background: rgba(255, 181, 87, 0.1);
}

.seasonal-product-list span {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.seasonal-product-list strong {
  margin-top: 4px;
  color: #ffcb87;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.seasonal-button {
  min-height: 39px;
  padding: 8px 14px;
  color: #fff;
  background: #c54f20;
}

.seasonal-button:hover {
  background: #e16029;
}

.seasonal-promo-visual {
  position: relative;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 22px;
}

.seasonal-promo-visual::before,
.seasonal-promo-visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.seasonal-promo-visual::before {
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 193, 87, 0.9) 0 38px, transparent 39px),
    linear-gradient(to top, rgba(31, 11, 9, 0.96), rgba(55, 19, 13, 0.05) 68%);
}

.seasonal-promo-visual::after {
  width: 80px;
  height: 80px;
  right: 18px;
  top: 13px;
  z-index: 2;
  border: 1px solid rgba(42, 19, 15, 0.28);
  border-radius: 50%;
}

.seasonal-promo-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.08);
  transition: transform 0.35s ease;
}

.seasonal-promo-visual:hover img {
  transform: scale(1.035);
}

.seasonal-promo-visual > span,
.seasonal-promo-visual > strong,
.seasonal-promo-visual > small {
  position: relative;
  z-index: 3;
}

.seasonal-promo-visual > span {
  color: #ffb557;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seasonal-promo-visual > strong {
  margin: 2px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.seasonal-promo-visual > small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
}

.event-promo-card {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid #dfcfc0;
  background: #faefe0;
}

.event-promo-card-full {
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
}

.poster-preview-button {
  width: 142px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 15px 34px rgba(72, 30, 17, 0.18);
  transition: transform 0.18s ease;
}

.poster-preview-button:hover {
  transform: translateY(-3px) rotate(-0.7deg);
}

.poster-art {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 10px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, #f5c54a 0 24px, transparent 25px),
    radial-gradient(circle at 50% 120%, rgba(52, 166, 173, 0.62) 0 90px, transparent 91px),
    linear-gradient(145deg, #571a27, #211219 72%);
  text-align: center;
}

.poster-art::before,
.poster-art::after {
  position: absolute;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.poster-art::before {
  left: -42px;
  top: 35px;
}

.poster-art::after {
  right: -46px;
  bottom: 28px;
}

.poster-art > * {
  position: relative;
  z-index: 1;
}

.poster-art-label {
  margin-bottom: 13px;
  color: #ffd36b;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.poster-art-moon {
  width: 25px;
  height: 25px;
  margin-bottom: 9px;
  border: 7px solid #f5c54a;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(-28deg);
}

.poster-art strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.poster-art-details {
  margin-top: 12px;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.poster-art small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 6px;
}

.event-promo-copy h2 {
  margin: 5px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.event-promo-copy p {
  margin-bottom: 14px;
  color: var(--ink-soft);
  font-size: 10px;
}

.poster-open-link {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--red);
  background: transparent;
  font-size: 10px;
  font-weight: 900;
}

.event-poster-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(30, 17, 12, 0.77);
  backdrop-filter: blur(6px);
  animation: fade-in 0.2s ease both;
}

.event-poster-dialog {
  width: min(670px, 100%);
  max-height: calc(100vh - 34px);
  overflow-y: auto;
  padding: 24px;
  border-radius: 20px;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
  animation: rise-in 0.25s ease both;
}

.event-poster-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.event-poster-dialog-head span {
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-poster-dialog-head h2 {
  margin: 3px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}

.event-poster-dialog-head button {
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 23px;
}

.poster-art-large {
  width: min(350px, 78vw);
  margin: 0 auto;
  padding: 28px;
  border-radius: 15px;
  box-shadow: 0 22px 50px rgba(61, 28, 20, 0.25);
}

.poster-art-large .poster-art-label,
.poster-art-large .poster-art-details,
.poster-art-large small {
  font-size: 10px;
}

.poster-art-large .poster-art-moon {
  width: 48px;
  height: 48px;
  border-width: 12px;
}

.poster-art-large strong {
  font-size: 42px;
}

.event-poster-dialog > p {
  max-width: 530px;
  margin: 16px auto 0;
  color: var(--ink-soft);
  font-size: 10px;
  text-align: center;
}

.promotion-admin-empty {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 18px;
  border: 1px dashed rgba(178, 35, 53, 0.42);
  border-radius: var(--radius);
  color: var(--ink-soft);
  background: #fffaf2;
  font-size: 12px;
}

.promotion-admin-empty button {
  min-height: 34px;
  padding: 7px 12px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.seasonal-editor-overlay {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  justify-content: flex-end;
  background: rgba(30, 17, 12, 0.58);
  backdrop-filter: blur(4px);
  animation: fade-in 0.18s ease both;
}

.seasonal-editor-drawer {
  width: min(560px, 100%);
  height: 100%;
  overflow-y: auto;
  padding: 25px 25px 0;
  background: var(--paper);
  box-shadow: -20px 0 55px rgba(49, 23, 17, 0.26);
  animation: seasonal-drawer-in 0.24s ease both;
}

.seasonal-editor-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 19px;
}

.seasonal-editor-head > div > span {
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.seasonal-editor-head h2 {
  margin: 4px 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.seasonal-editor-head p {
  max-width: 430px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.seasonal-editor-head > button {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
}

.seasonal-editor-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 18px 0 20px;
  border: 0;
  border-top: 1px solid var(--line);
}

.seasonal-editor-form legend {
  padding: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}

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

.seasonal-editor-grid label,
.seasonal-product-picker label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.seasonal-editor-grid label > span,
.seasonal-product-picker label > span {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seasonal-editor-grid input,
.seasonal-editor-grid select,
.seasonal-editor-grid textarea,
.seasonal-product-picker select {
  width: 100%;
  min-height: 41px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  outline: none;
}

.seasonal-editor-grid input:focus,
.seasonal-editor-grid select:focus,
.seasonal-editor-grid textarea:focus,
.seasonal-product-picker select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(178, 35, 53, 0.1);
}

.seasonal-editor-grid textarea {
  min-height: 78px;
  resize: vertical;
}

.seasonal-editor-wide {
  grid-column: 1 / -1;
}

.seasonal-editor-toggle {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 11px 0 16px;
  padding: 11px;
  border-radius: 8px;
  background: var(--cream);
}

.seasonal-editor-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.seasonal-editor-toggle > span {
  display: flex;
  flex-direction: column;
}

.seasonal-editor-toggle strong {
  font-size: 12px;
}

.seasonal-editor-toggle small,
.seasonal-editor-help {
  color: var(--ink-soft);
  font-size: 10px;
}

.seasonal-editor-help {
  margin: 6px 0 12px;
}

.seasonal-editor-image-preview {
  height: 118px;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 9px;
  background: #2c1716;
}

.seasonal-editor-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
}

.seasonal-editor-image-preview span {
  position: absolute;
  left: 12px;
  bottom: 11px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(30, 17, 12, 0.82);
  font-size: 9px;
  font-weight: 900;
}

.seasonal-editor-actions {
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-inline: -25px;
  padding: 15px 25px 18px;
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.97);
  backdrop-filter: blur(8px);
}

.seasonal-editor-actions button {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
}

.seasonal-editor-actions .seasonal-editor-save {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

@keyframes seasonal-drawer-in {
  from { opacity: 0; transform: translateX(28px); }
  to { opacity: 1; transform: translateX(0); }
}

.featured-section {
  padding-bottom: 34px;
}

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

.featured-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.featured-image {
  position: relative;
  height: 190px;
  display: block;
  overflow: hidden;
  background: var(--cream);
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-image:hover img {
  transform: scale(1.04);
}

.featured-image span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 6px;
  color: #fff;
  background: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.featured-card-body {
  min-height: 83px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
}

.featured-card h3 {
  margin-bottom: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.featured-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 10px;
}

.product-price {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 12px;
  white-space: nowrap;
}

.store-shortcut {
  width: var(--page);
  min-height: 112px;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 36px;
  margin: 0 auto 34px;
  padding: 22px 28px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--brown);
}

.store-shortcut .eyebrow {
  color: #f1cf60;
}

.store-shortcut h2 {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.store-shortcut p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.store-hours-section {
  width: var(--page);
  margin: 0 auto 34px;
}

.store-hours-heading {
  margin-bottom: 15px;
}

.store-hours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.store-hours-card {
  min-height: 255px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.store-hours-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.store-hours-card-head > span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 9px;
  font-weight: 900;
}

.store-hours-card h3 {
  margin: 0 0 3px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.store-hours-card address {
  color: var(--ink-soft);
  font-size: 10px;
  font-style: normal;
}

.store-hours-card dl {
  margin: 12px 0 15px;
}

.store-hours-card dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 5px 0;
  border-bottom: 1px solid #eee8e0;
}

.store-hours-card dt,
.store-hours-card dd {
  margin: 0;
  font-size: 10px;
}

.store-hours-card dt {
  color: var(--ink-soft);
}

.store-hours-card dd {
  font-weight: 800;
  text-align: right;
}

.store-hours-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.store-hours-actions > a:first-child {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.store-hours-actions .store-directions-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--brown-dark);
  background: var(--gold);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease;
}

.store-hours-actions .store-directions-button:hover {
  background: #edc85c;
  transform: translateY(-1px);
}

.store-hours-actions .store-directions-button:focus-visible {
  outline: 3px solid rgba(122, 87, 16, 0.32);
  outline-offset: 2px;
}

.site-footer {
  color: #fff;
  background: #241812;
}

.footer-inner,
.footer-main {
  width: var(--page);
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  padding: 45px 0 35px;
}

.footer-brand img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 50%;
}

.footer-brand h2 {
  margin: 13px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.footer-brand p,
.footer-column a,
.footer-column p {
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.footer-column h3 {
  margin: 0 0 7px;
  color: #f0cd59;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  width: var(--page);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

/* Secondary pages */
.content-page,
.story-page,
.fundraising-page {
  width: var(--page);
  margin: 0 auto;
  padding: 36px 0 60px;
}

.page-hero,
.story-hero,
.fundraising-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
  gap: 28px;
  align-items: center;
  padding: 38px 44px;
  border-radius: var(--radius-lg);
  background: var(--cream);
}

.page-hero h1,
.story-hero h1,
.fundraising-hero h1 {
  max-width: 790px;
  margin: 6px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.page-hero p,
.story-hero p,
.fundraising-hero p {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--ink-soft);
}

.page-hero img,
.story-hero img,
.fundraising-hero img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
  border-radius: var(--radius);
}

.page-section,
.story-section,
.fundraising-section {
  padding: 42px 0 0;
}

.page-section h2,
.story-section h2,
.fundraising-section h2 {
  margin-bottom: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.page-section > p,
.story-section > p,
.fundraising-section > p {
  max-width: 850px;
  color: var(--ink-soft);
}

.story-grid,
.family-grid,
.benefits-grid,
.flavour-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.story-card,
.family-card,
.benefit-card,
.flavour-card,
.step-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.story-card h3,
.family-card h3,
.benefit-card h3,
.flavour-card h3,
.step-card h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.story-card p,
.family-card p,
.benefit-card p,
.flavour-card p,
.step-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.step-number {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.page-cta,
.story-cta,
.fundraising-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 44px;
  padding: 28px 32px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--brown);
}

.page-cta h2,
.story-cta h2,
.fundraising-cta h2 {
  margin: 0 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.page-cta p,
.story-cta p,
.fundraising-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

/* Shop catalogue */
.catalogue-page,
.shop-page {
  width: var(--page);
  margin: 0 auto;
  padding: 28px 0 58px;
}

.catalogue-head,
.shop-page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 22px;
}

.catalogue-head h1,
.shop-page-header h1 {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.catalogue-head p,
.shop-page-header p {
  max-width: 590px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.catalogue-layout,
.shop-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.catalogue-sidebar,
.shop-sidebar {
  position: sticky;
  top: 158px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.catalogue-sidebar h2,
.shop-sidebar h2 {
  margin: 0;
  padding: 15px 17px;
  color: #fff;
  background: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.catalogue-sidebar nav,
.shop-sidebar nav,
.sidebar-section {
  display: flex;
  flex-direction: column;
  padding: 8px;
}

.catalogue-sidebar a,
.shop-sidebar a,
.sidebar-section a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 9px;
  border-radius: 6px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.catalogue-sidebar a:hover,
.shop-sidebar a:hover,
.catalogue-sidebar a.active,
.shop-sidebar a.active {
  color: var(--red);
  background: var(--red-soft);
}

.catalogue-main,
.shop-results {
  min-width: 0;
}

.filter-bar,
.shop-toolbar {
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
}

.filter-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-bar button,
.filter-bar select,
.shop-toolbar button,
.shop-toolbar select,
.filter-chip {
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
}

.result-count {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

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

.product-card,
.catalogue-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.product-card-image,
.catalogue-product-image {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: var(--cream);
}

.product-card-image img,
.catalogue-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-card-image img,
.catalogue-product-card:hover .catalogue-product-image img {
  transform: scale(1.035);
}

.product-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  background: var(--red);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-card-body,
.catalogue-product-body {
  padding: 14px;
}

.product-card h3,
.catalogue-product-card h3 {
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.product-card p,
.catalogue-product-card p {
  min-height: 32px;
  margin-bottom: 12px;
  color: var(--ink-soft);
  font-size: 10px;
}

.product-card-meta,
.catalogue-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-card-meta strong,
.catalogue-product-meta strong {
  color: var(--red);
  font-size: 12px;
}

.quick-add {
  min-height: 33px;
  padding: 6px 10px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--brown);
  font-size: 9px;
  font-weight: 900;
}

.quick-add:hover {
  background: var(--red);
}

/* Shared footer */
.store-footer {
  color: #fff;
  background: #241812;
}

.store-footer-main {
  width: var(--page);
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 1.35fr;
  gap: 56px;
  margin: 0 auto;
  padding: 42px 0 34px;
}

.store-footer-brand > a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.store-footer-brand img {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.store-footer-brand > a span {
  display: flex;
  flex-direction: column;
}

.store-footer-brand > a strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.store-footer-brand > a small {
  color: #f1cf60;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.store-footer-brand p {
  max-width: 390px;
  margin: 14px 0 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.store-footer-email {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.store-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.store-footer h2 {
  margin: 0 0 9px;
  color: #f1cf60;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-footer-nav a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.store-footer-nav a:hover {
  color: #fff;
}

.store-footer-locations {
  min-width: 0;
}

.store-footer-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.store-footer-location span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.store-footer-location strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.store-footer-location small,
.store-footer-location a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
}

.store-footer-location a {
  font-weight: 800;
  white-space: nowrap;
}

.store-footer-location .store-footer-hours {
  max-width: 360px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.35;
}

.store-footer-newsletter {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 27px 0 30px;
  border-top: 1px solid rgba(224, 184, 79, 0.24);
  text-align: center;
}

.newsletter-kicker {
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.store-footer-newsletter h2 {
  margin: 5px 0 6px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 3vw, 31px);
  font-weight: 500;
  letter-spacing: -0.025em;
  text-transform: none;
}

.store-footer-newsletter > p {
  max-width: 570px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
}

.newsletter-form {
  width: min(600px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 16px auto 9px;
}

.newsletter-form input,
.newsletter-form button {
  min-height: 46px;
  border-radius: 9px;
  font: inherit;
}

.newsletter-form input {
  min-width: 0;
  padding: 0 15px;
  border: 1px solid rgba(224, 184, 79, 0.54);
  outline: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 13px;
}

.newsletter-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(224, 184, 79, 0.2);
}

.newsletter-form button {
  padding: 0 19px;
  border: 1px solid var(--gold);
  color: var(--brown-dark);
  background: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.newsletter-form button:hover {
  background: #cda33f;
}

.store-footer-newsletter > small {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
}

.store-footer-bottom {
  width: var(--page);
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
}

.store-footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.store-footer-bottom a:hover {
  color: #fff;
}

/* Story and fundraising pages */
.secondary-page {
  width: var(--page);
  margin: 0 auto;
  padding: 28px 0 58px;
}

.secondary-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.7fr);
  gap: 28px;
  align-items: stretch;
  padding: 36px;
  border-radius: var(--radius-lg);
  background: var(--cream);
}

.secondary-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.secondary-kicker {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.secondary-hero h1 {
  max-width: 780px;
  margin: 7px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 500;
  letter-spacing: -0.048em;
}

.secondary-hero-copy > p {
  max-width: 650px;
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 14px;
}

.secondary-hero-actions,
.secondary-cta-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.button-secondary {
  border-color: var(--line);
  color: var(--red);
  background: #fff;
}

.button-secondary:hover {
  border-color: var(--red);
}

.story-hero-visual {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--brown);
}

.story-hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-hero-note {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  padding: 15px 17px;
  border-radius: 9px;
  color: #fff;
  background: rgba(55, 30, 21, 0.92);
  backdrop-filter: blur(4px);
}

.story-hero-note span {
  color: #f1cf60;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-hero-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.story-hero-note small {
  opacity: 0.7;
  font-size: 9px;
}

.secondary-section {
  padding-top: 43px;
}

.secondary-section-heading h2 {
  margin: 5px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.secondary-section-heading > p {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 13px;
}

.story-legacy-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  max-width: 1040px;
  color: var(--ink-soft);
  font-size: 14px;
}

.story-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.story-timeline li {
  min-height: 135px;
  padding: 19px;
  border-right: 1px solid var(--line);
}

.story-timeline li:last-child {
  border-right: 0;
}

.story-timeline span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.story-timeline strong {
  display: block;
  margin: 6px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.story-timeline p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.family-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
}

.family-heading > p {
  max-width: 460px;
  margin-bottom: 12px;
}

.family-grid {
  margin-top: 14px;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.family-card {
  min-height: 230px;
  padding: 18px;
}

.family-card-number {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 9px;
  font-weight: 900;
}

.family-card > strong {
  display: block;
  min-height: 30px;
  margin: -3px 0 8px;
  color: var(--red);
  font-size: 9px;
  line-height: 1.35;
  text-transform: uppercase;
}

.secondary-cta {
  margin-top: 44px;
  padding: 31px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--brown);
}

.secondary-cta .secondary-kicker {
  color: #f1cf60;
}

.secondary-cta h2 {
  margin: 5px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 4vw, 40px);
  font-weight: 500;
}

.secondary-cta p {
  max-width: 700px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.story-cta {
  text-align: center;
}

.story-cta .secondary-cta-actions {
  justify-content: center;
}

.fundraising-hero {
  background:
    radial-gradient(circle at 58% 20%, rgba(52, 166, 173, 0.15) 0 70px, transparent 71px),
    var(--cream);
}

.fundraising-product-card {
  align-self: center;
  padding: 26px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--red-dark);
  box-shadow: var(--shadow-sm);
}

.fundraising-card-label {
  color: #f1cf60;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fundraising-product-card > strong {
  display: block;
  margin: 7px 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
}

.fundraising-product-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 17px;
  padding: 0;
  list-style: none;
}

.fundraising-product-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 800;
}

.fundraising-product-card li span {
  width: 13px;
  height: 13px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.fundraising-product-card small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.benefit-grid li {
  min-height: 67px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  font-size: 11px;
  font-weight: 750;
}

.benefit-grid li span {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--aqua);
  font-size: 10px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.process-step {
  min-height: 225px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.process-step-number {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 9px;
  font-weight: 900;
}

.process-step h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.process-step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 10px;
}

.fundraiser-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  text-align: left;
}

.fundraiser-cta p {
  margin-bottom: 0;
}

.fundraiser-cta .secondary-cta-actions {
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}

.fundraiser-email-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Events and weddings */
.events-hero {
  background:
    radial-gradient(circle at 59% 14%, rgba(241, 207, 96, 0.2) 0 72px, transparent 73px),
    var(--cream);
}

.events-hero-visual {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--brown);
}

.events-hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-hero-note {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  color: #fff;
  background: rgba(55, 30, 21, 0.92);
  backdrop-filter: blur(4px);
}

.events-hero-note span {
  color: #f1cf60;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.events-hero-note strong {
  margin: 2px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.events-hero-note small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.events-heading-row,
.event-process-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 38px;
}

.events-heading-row > p,
.event-process-heading > p {
  max-width: 460px;
  margin-bottom: 11px;
}

.event-offering-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.event-offering-card {
  display: flex;
  flex-direction: column;
  min-height: 348px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.event-offering-card:nth-child(3) {
  border-color: rgba(151, 28, 47, 0.28);
  background: linear-gradient(145deg, #fff 0%, #fff8f2 100%);
}

.event-card-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 31px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.event-offering-card h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.event-offering-card > p {
  min-height: 59px;
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 13px;
}

.event-offering-card ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.event-offering-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 750;
}

.event-offering-card li span {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--aqua);
  font-size: 8px;
}

.event-offering-card > a {
  margin-top: auto;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.event-occasion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.event-occasion-grid article {
  min-height: 142px;
  padding: 18px;
  border-radius: 10px;
  color: #fff;
  background: var(--red-dark);
}

.event-occasion-grid article:nth-child(even) {
  background: var(--brown);
}

.event-occasion-grid article > span {
  display: block;
  margin-bottom: 20px;
  color: #f1cf60;
  font-size: 10px;
  font-weight: 900;
}

.event-occasion-grid h3 {
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
}

.event-occasion-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.event-process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.event-process-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-height: 118px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
}

.event-process-list li > span {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 9px;
  font-weight: 900;
}

.event-process-list h3 {
  margin: 2px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.event-process-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.events-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.events-cta p {
  margin-bottom: 0;
}

.events-cta .secondary-cta-actions {
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.events-location-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Catalogue details */
.shop-heading {
  margin-bottom: 22px;
}

.shop-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: 10px;
}

.shop-breadcrumbs a:hover {
  color: var(--red);
}

.shop-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.shop-kicker {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-heading h1 {
  margin: 5px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.shop-heading-row > div:first-child > p {
  max-width: 760px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.catalogue-count {
  min-width: 125px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.catalogue-count strong {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1;
}

.catalogue-count span {
  color: var(--ink-soft);
  font-size: 9px;
}

.catalogue-shell {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.catalogue-sidebar {
  padding-bottom: 7px;
}

.sidebar-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 15px 11px;
  color: #fff;
  background: var(--red);
}

.sidebar-title-row span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

.sidebar-title-row h2 {
  padding: 0;
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.sidebar-title-row > a {
  padding: 0 0 2px;
  color: #fff;
  background: transparent;
  font-size: 9px;
  text-decoration: underline;
}

.taxonomy-all {
  margin: 8px;
}

.catalogue-taxonomy {
  padding: 0 8px 4px;
}

.catalogue-taxonomy details {
  border-top: 1px solid var(--line);
}

.catalogue-taxonomy summary {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 8px;
  font-size: 11px;
  font-weight: 900;
  list-style: none;
}

.catalogue-taxonomy summary::-webkit-details-marker {
  display: none;
}

.catalogue-taxonomy details > div {
  display: flex;
  flex-direction: column;
  padding: 0 0 7px 7px;
}

.catalogue-taxonomy a {
  padding-block: 5px;
  font-size: 10px;
}

.catalogue-results {
  min-width: 0;
}

.catalogue-toolbar {
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
}

.catalogue-sort-toolbar {
  justify-content: flex-start;
}

.filter-button {
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.filter-button:hover,
.filter-button.active {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.sort-control {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
}

.sort-control select {
  min-height: 34px;
  min-width: 185px;
  max-width: 210px;
  padding: 6px 28px 6px 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.results-summary {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 2px;
  color: var(--ink-soft);
  font-size: 10px;
}

.results-summary p {
  margin: 0;
}

.results-summary a {
  color: var(--red);
  font-weight: 800;
}

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

.shop-product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.shop-product-image {
  position: relative;
  height: 220px;
  display: block;
  overflow: hidden;
  background: var(--cream);
}

.shop-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

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

.shop-product-image > span {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 7px;
  border-radius: 5px;
  color: #fff;
  background: var(--red);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.shop-product-details {
  padding: 14px;
}

.shop-product-category {
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-product-details h2 {
  margin: 4px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.shop-product-details > p {
  margin-bottom: 12px;
  color: var(--ink-soft);
  font-size: 10px;
}

.shop-product-purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}

.shop-product-purchase strong {
  color: var(--red);
  font-size: 12px;
}

.shop-product-purchase button,
.shop-product-action {
  min-height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--brown);
  font-size: 8px;
  font-weight: 900;
}

.shop-product-purchase button:hover,
.shop-product-action:hover {
  background: var(--red);
}

.product-availability {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 11px;
  color: #327357;
  font-size: 8px;
  font-weight: 800;
}

.product-availability > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3c9b73;
}

.catalogue-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 25px;
}

.catalogue-pagination a,
.catalogue-pagination button,
.catalogue-pagination > span {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-size: 9px;
  font-weight: 800;
}

.catalogue-pagination a.active {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.catalogue-pagination button:disabled {
  opacity: 0.35;
}

/* Custom truffle box */
.truffle-box-page {
  width: var(--page);
  margin: 0 auto;
  padding: 28px 0 76px;
}

.truffle-builder-product {
  min-width: 0;
}

.truffle-flavour-admin-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 10px;
  padding: 7px 9px;
  border: 1px dashed rgba(165, 38, 52, 0.34);
  border-radius: 8px;
  background: #fff9ed;
}

.truffle-flavour-admin-bar > span {
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.truffle-flavour-admin-bar p {
  margin: 0 auto 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.truffle-flavour-admin-bar button {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--red);
  border-radius: 6px;
  color: var(--red);
  background: #fff;
  font-size: 10px;
  font-weight: 900;
}

.truffle-flavour-admin-bar button:hover {
  color: #fff;
  background: var(--red);
}

.truffle-product-intro {
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.22fr);
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--cream);
}

.truffle-product-gallery {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px;
  background: var(--brown-dark);
}

.truffle-product-photo {
  position: relative;
  width: 100%;
  min-height: 330px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 11px;
  background: var(--brown);
  cursor: zoom-in;
}

.truffle-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.truffle-product-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(29, 13, 10, 0.72));
}

.truffle-photo-label {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 6px;
  color: #fff;
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.truffle-photo-enlarge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  padding: 7px 9px;
  border: 1px solid rgba(224, 184, 79, 0.52);
  border-radius: 999px;
  color: var(--brown-dark);
  background: rgba(255, 255, 255, 0.9);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.truffle-product-photo:focus-visible,
.truffle-gallery-thumbnails button:focus-visible,
.truffle-inline-guide:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.truffle-gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.truffle-gallery-thumbnails button {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--paper);
}

.truffle-gallery-thumbnails button.active {
  border-color: var(--gold);
}

.truffle-gallery-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.truffle-gallery-thumbnails span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  min-width: 26px;
  padding: 3px 5px;
  border-radius: 999px;
  color: var(--brown-dark);
  background: var(--gold);
  font-size: 8px;
  font-weight: 900;
  text-align: center;
}

.truffle-product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4.5vw, 58px);
}

.truffle-product-copy h1 {
  max-width: 760px;
  margin: 7px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 61px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.truffle-product-copy > p {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: 15px;
}

.truffle-product-copy .truffle-refill-note {
  margin: 17px 0 0;
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 800;
}

.truffle-inline-guide {
  --guide-preview-size: clamp(150px, 14vw, 208px);
  width: 100%;
  min-height: calc(var(--guide-preview-size) + 24px);
  display: grid;
  grid-template-columns: var(--guide-preview-size) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2vw, 24px);
  margin-top: 24px;
  padding: 12px clamp(18px, 2vw, 26px) 12px 12px;
  border: 1px solid rgba(224, 184, 79, 0.5);
  border-radius: 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  text-align: left;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.truffle-inline-guide:hover {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.truffle-inline-guide > img {
  width: var(--guide-preview-size);
  height: var(--guide-preview-size);
  aspect-ratio: 1;
  border: 1px solid rgba(224, 184, 79, 0.5);
  border-radius: 12px;
  background: var(--cream);
  object-fit: cover;
}

.truffle-inline-guide > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.truffle-inline-guide small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.truffle-inline-guide strong {
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 29px);
  font-weight: 600;
  line-height: 1.08;
}

.truffle-inline-guide em {
  max-width: 410px;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.truffle-inline-guide > b {
  color: var(--gold);
  font-size: 29px;
  line-height: 1;
}

.truffle-photo-dialog,
.truffle-guide-dialog {
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 22px;
  border: 1px solid rgba(224, 184, 79, 0.66);
  border-radius: 18px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(20, 8, 4, 0.52);
}

.truffle-photo-dialog {
  width: min(880px, calc(100% - 32px));
}

.truffle-guide-dialog {
  width: min(1120px, calc(100% - 32px));
}

.truffle-photo-dialog::backdrop,
.truffle-guide-dialog::backdrop {
  background: rgba(25, 11, 7, 0.78);
  backdrop-filter: blur(4px);
}

.truffle-photo-dialog-head,
.truffle-guide-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.truffle-photo-dialog-head span,
.truffle-guide-dialog-head span {
  color: var(--gold-ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.truffle-photo-dialog-head h2,
.truffle-guide-dialog-head h2 {
  margin: 3px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.truffle-guide-dialog-head p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.truffle-photo-dialog-head > button,
.truffle-guide-dialog-head > button {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  font-size: 25px;
  line-height: 1;
}

.truffle-photo-dialog > img {
  width: 100%;
  max-height: calc(100dvh - 185px);
  border-radius: 12px;
  object-fit: contain;
  background: var(--cream);
}

.truffle-photo-dialog > p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.truffle-guide-dialog-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: start;
}

.truffle-guide-dialog figure {
  position: sticky;
  top: 0;
  margin: 0;
}

.truffle-guide-numbered-photo {
  position: relative;
}

.truffle-guide-numbered-photo > img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 13px;
  object-fit: cover;
}

.truffle-guide-photo-markers {
  position: absolute;
  inset: 6% 3.2%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  pointer-events: none;
}

.truffle-guide-photo-markers span {
  width: clamp(17px, 2vw, 23px);
  height: clamp(17px, 2vw, 23px);
  display: grid;
  place-items: center;
  margin: 5px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: var(--brown-dark);
  background: var(--gold);
  box-shadow: 0 2px 7px rgba(28, 12, 7, 0.54);
  font-size: clamp(7px, 0.7vw, 9px);
  font-weight: 900;
  line-height: 1;
}

.truffle-guide-dialog figcaption {
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.55;
}

.truffle-guide-dialog figcaption {
  margin-top: 7px;
}

.truffle-guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.truffle-guide-list li {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.truffle-guide-list li::before {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  border-radius: 50%;
  color: var(--brown-dark);
  background: var(--gold);
  content: attr(data-guide-number);
  font-size: 8px;
  font-weight: 900;
}

.truffle-guide-list span,
.truffle-guide-list small {
  min-width: 0;
}

.truffle-guide-list span {
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.truffle-guide-list small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 8px;
  line-height: 1.3;
}

.truffle-guide-additional {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.truffle-guide-additional h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.truffle-guide-additional > p {
  margin: 3px 0 9px;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.45;
}

.truffle-guide-additional ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.truffle-guide-additional li {
  min-width: 0;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  align-items: center;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.truffle-guide-additional li::before {
  width: 6px;
  height: 6px;
  grid-row: 1 / 3;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.truffle-guide-additional span {
  font-size: 11px;
  font-weight: 900;
}

.truffle-guide-additional small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 8px;
}

.truffle-editing-banner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: -8px 0 18px;
  padding: 12px 16px;
  border: 1px solid rgba(224, 184, 79, 0.68);
  border-radius: 10px;
  color: var(--ink);
  background: var(--gold-soft);
}

.truffle-editing-banner > div {
  display: flex;
  flex-direction: column;
}

.truffle-editing-banner span {
  color: var(--gold-ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.truffle-editing-banner strong {
  margin-top: 2px;
  font-size: 12px;
}

.truffle-editing-banner > a {
  flex: 0 0 auto;
  color: var(--gold-ink);
  font-size: 11px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.truffle-configurator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
  scroll-margin-top: 170px;
}

.truffle-config-main {
  min-width: 0;
  display: grid;
  gap: 17px;
}

.truffle-config-main fieldset {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.truffle-config-main legend.truffle-fieldset-legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.truffle-fieldset-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 15px;
  font-family: Georgia, "Times New Roman", serif;
}

.truffle-fieldset-heading > strong {
  font-size: 21px;
  line-height: 1.2;
}

.truffle-fieldset-heading > span,
.builder-step {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.box-size-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.box-size-options label {
  position: relative;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  border: 2px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.box-size-options label:hover,
.box-size-options label.selected {
  border-color: var(--red);
  background: var(--red-soft);
}

.box-size-options label:focus-within {
  outline: 3px solid rgba(52, 166, 173, 0.35);
  outline-offset: 2px;
}

.box-size-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.box-size-options small {
  position: absolute;
  right: 8px;
  top: 8px;
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.box-size-options strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.box-size-options span {
  margin-top: 4px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.box-size-warning {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #d29b45;
  border-radius: 10px;
  background: #fff5df;
}

.box-size-warning > div {
  display: flex;
  flex-direction: column;
}

.box-size-warning strong,
.box-size-warning span {
  font-size: 12px;
}

.box-size-warning button {
  min-height: 40px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
}

.box-size-warning button:first-of-type {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.assorted-choice {
  position: relative;
  min-height: 84px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: 0;
  padding: 15px;
  border: 2px solid var(--line);
  border-radius: 11px;
  background: var(--paper);
  cursor: pointer;
}

.assorted-choice.selected {
  border-color: var(--red);
  background: var(--red-soft);
}

.assorted-choice input {
  position: absolute;
  opacity: 0;
}

.assorted-choice:focus-within {
  outline: 3px solid rgba(52, 166, 173, 0.35);
  outline-offset: 2px;
}

.assorted-check {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 8px;
  color: transparent;
  background: #fff;
  font-size: 22px;
  font-weight: 900;
}

.assorted-choice.selected .assorted-check {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.assorted-choice > span:nth-of-type(2) {
  display: flex;
  flex-direction: column;
}

.assorted-choice strong {
  font-size: 16px;
}

.assorted-choice small,
.assorted-choice em {
  font-size: 12px;
}

.assorted-choice small {
  color: var(--ink-soft);
}

.assorted-choice em {
  padding: 5px 7px;
  border-radius: 5px;
  color: var(--red);
  background: #fff;
  font-style: normal;
  font-weight: 900;
}

.box-style-fieldset > p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.flavour-builder {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.flavour-builder-head,
.flavour-builder-head > div {
  display: flex;
  align-items: center;
}

.flavour-builder-head {
  justify-content: space-between;
  gap: 18px;
}

.flavour-builder-head h2 {
  margin: 0 0 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.flavour-builder-head p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.flavour-builder-head > button {
  min-height: 40px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.box-progress {
  height: 10px;
  overflow: hidden;
  margin: 14px 0;
  border-radius: 999px;
  background: var(--cream-deep);
}

.box-progress > span {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--red);
  transition: width 0.2s ease;
}

.box-progress.full > span {
  background: #327357;
}

.flavour-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.flavour-tools > label:first-child {
  flex: 1;
}

.flavour-tools input[type="search"] {
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-size: 14px;
}

.selected-filter {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.flavour-grid {
  max-height: 590px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  overflow-y: auto;
  padding-right: 4px;
}

.flavour-card {
  min-width: 0;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--paper);
}

.flavour-card.selected {
  border-color: var(--red);
  background: var(--red-soft);
}

.flavour-card.unavailable {
  opacity: 0.56;
}

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

.flavour-card-copy strong {
  font-size: 14px;
  line-height: 1.2;
}

.flavour-card-copy small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.2;
}

.flavour-stepper {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 40px 31px 40px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.flavour-stepper button {
  width: 40px;
  height: 42px;
  border: 0;
  background: #fff;
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
}

.flavour-stepper button:hover:not(:disabled) {
  color: #fff;
  background: var(--red);
}

.flavour-stepper button:disabled {
  color: #bdb3ab;
  cursor: not-allowed;
}

.flavour-stepper output {
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.flavour-empty {
  padding: 34px;
  border: 1px dashed var(--line);
  border-radius: 9px;
  color: var(--ink-soft);
  text-align: center;
  font-size: 14px;
}

.truffle-box-summary {
  position: sticky;
  top: 145px;
  padding: 22px;
  border-radius: var(--radius);
  color: #fff;
  background: #2c1716;
  box-shadow: var(--shadow-sm);
}

.truffle-box-summary > span {
  color: #ffb557;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.summary-heading {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 6px 0 15px;
}

.summary-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.summary-heading > strong {
  color: #ffcb87;
  font-size: 17px;
  white-space: nowrap;
}

.summary-capacity {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
}

.summary-capacity > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 15px;
  font-weight: 900;
}

.summary-capacity.complete > span {
  background: #327357;
}

.summary-capacity > div {
  display: flex;
  flex-direction: column;
}

.summary-capacity strong {
  font-size: 13px;
}

.summary-capacity small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
}

.summary-contents {
  max-height: 245px;
  overflow-y: auto;
  margin: 16px 0;
  padding: 0 2px;
}

.summary-contents p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.summary-contents ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.summary-contents li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.summary-contents li strong {
  color: #ffcb87;
}

.summary-availability-warning {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0 0 14px;
  padding: 10px;
  border: 1px solid rgba(255, 181, 87, 0.48);
  border-radius: 8px;
  color: #fff;
  background: rgba(197, 55, 72, 0.24);
}

.summary-availability-warning strong {
  color: #ffcb87;
  font-size: 11px;
}

.summary-availability-warning span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  line-height: 1.45;
}

.summary-store {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.summary-store > span {
  color: #69ca9e;
}

.truffle-add-button {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.truffle-add-button:hover:not(:disabled) {
  background: #c03647;
}

.truffle-add-button:disabled {
  color: rgba(255, 255, 255, 0.55);
  background: #69504b;
  cursor: not-allowed;
}

.summary-help {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  text-align: center;
}

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

.truffle-substitution-dialog {
  width: min(610px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 26px;
  border: 1px solid rgba(224, 184, 79, 0.7);
  border-radius: 20px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(20, 8, 4, 0.46);
}

.truffle-substitution-dialog::backdrop {
  background: rgba(25, 11, 7, 0.72);
  backdrop-filter: blur(3px);
}

.truffle-substitution-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.truffle-substitution-head > span {
  color: var(--gold-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.truffle-substitution-head > button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  font-size: 24px;
  line-height: 1;
}

.truffle-substitution-dialog h2 {
  margin: 13px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.truffle-substitution-question {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.truffle-substitution-copy {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.truffle-substitution-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.truffle-substitution-actions > button {
  min-height: 92px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-align: left;
}

.truffle-substitution-actions strong {
  font-size: 13px;
}

.truffle-substitution-actions span {
  font-size: 11px;
  line-height: 1.45;
}

.truffle-substitution-actions .substitution-yes {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
}

.truffle-substitution-actions .substitution-contact {
  color: var(--ink);
  background: var(--white);
}

.truffle-substitution-actions .substitution-contact:hover,
.truffle-substitution-actions .substitution-contact:focus-visible {
  border-color: var(--gold);
  background: var(--gold-soft);
}

.truffle-substitution-cancel {
  min-height: 44px;
  display: block;
  margin: 10px auto -5px;
  padding: 8px 16px;
  border: 0;
  color: var(--gold-ink);
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.flavour-manager-overlay {
  position: fixed;
  inset: 0;
  z-index: 1700;
  display: flex;
  justify-content: flex-end;
  background: rgba(28, 18, 14, 0.58);
  animation: fade-in 0.18s ease both;
}

.flavour-manager-drawer {
  width: min(720px, 100%);
  height: 100%;
  display: grid;
  grid-template-rows: auto auto auto auto minmax(0, 1fr) auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: -22px 0 70px rgba(32, 16, 11, 0.28);
  animation: seasonal-drawer-in 0.24s ease both;
}

.flavour-manager-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px 18px;
  border-bottom: 1px solid var(--line);
}

.flavour-manager-head > div > span {
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flavour-manager-head h2 {
  margin: 4px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.flavour-manager-head p {
  max-width: 570px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.flavour-manager-head > button {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 23px;
}

.flavour-manager-summary {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 26px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 11px;
}

.flavour-manager-summary strong,
.flavour-manager-summary span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--cream);
}

.flavour-manager-summary strong {
  color: #327357;
}

.flavour-manager-add {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 9px;
  padding: 12px 26px;
  border-bottom: 1px solid var(--line);
}

.flavour-manager-add label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.flavour-manager-add label > span {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flavour-manager-add input,
.flavour-manager-tools input {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  font-size: 13px;
}

.flavour-manager-add button {
  min-height: 42px;
  padding: 8px 13px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.flavour-manager-tools {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 10px 26px;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.flavour-manager-tools p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 10px;
}

.flavour-manager-list {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  overflow-y: auto;
  padding: 12px 26px 18px;
}

.flavour-manager-row {
  display: grid;
  grid-template-columns: minmax(125px, 0.8fr) minmax(175px, 0.95fr) auto minmax(210px, 1.1fr);
  align-items: center;
  gap: 11px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}

.flavour-manager-row.visible-disabled {
  background: #f5f1ed;
}

.flavour-manager-row.hidden {
  border-style: dashed;
  background: #eee8e3;
}

.flavour-manager-name {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.flavour-manager-name strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flavour-manager-name small {
  color: var(--ink-soft);
  font-size: 9px;
}

.flavour-admin-seasonal {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.flavour-admin-mode {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.flavour-admin-mode > span,
.flavour-seasonal-dates label > span {
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flavour-admin-mode select,
.flavour-seasonal-dates input {
  width: 100%;
  min-height: 36px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  font-size: 10px;
  font-weight: 800;
}

.flavour-manager-row fieldset {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.flavour-manager-row fieldset legend {
  width: 100%;
  margin-bottom: 2px;
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flavour-manager-row fieldset label {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 9px;
}

.flavour-seasonal-dates {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(150px, 190px) minmax(220px, 1fr);
  align-items: end;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(224, 184, 79, 0.45);
  border-radius: 8px;
  background: var(--gold-soft);
}

.flavour-seasonal-dates label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.flavour-seasonal-dates small {
  align-self: center;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.45;
}

.flavour-manager-error {
  margin: 0;
  padding: 10px 26px;
  color: #8e2131;
  border-bottom: 1px solid #e5b6bd;
  background: #fff1f3;
  font-size: 11px;
  font-weight: 800;
}

.flavour-manager-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  padding: 14px 26px;
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.96);
}

.flavour-manager-actions button {
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
}

.flavour-manager-actions .flavour-manager-save {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

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

@keyframes rise-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1440px) and (min-width: 1181px) {
  .all-categories-button {
    width: 215px;
    flex: 0 0 215px;
    justify-content: center;
    padding-inline: 13px;
    font-size: 12px;
  }

  .quick-category-links a,
  .secondary-nav-links a {
    padding-inline: 9px;
    font-size: 11px;
  }

  .secondary-nav-links {
    flex: 0 0 auto;
    margin-right: 12px;
  }
}

@media (max-width: 1180px) {
  .store-header {
    grid-template-columns: 230px 1fr auto;
    gap: 14px;
  }

  .store-brand strong {
    font-size: 17px;
  }

  .account-link {
    display: none;
  }

  .secondary-nav-links {
    display: none;
  }

  .mega-mobile-pages {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
  }

  .mega-mobile-pages a {
    padding: 8px 10px;
    border-radius: 6px;
    background: var(--cream);
    font-size: 11px;
    font-weight: 800;
  }

  .all-categories-button {
    width: 220px;
    justify-content: center;
  }

  .shop-hero-copy {
    padding: 32px;
  }

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

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

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

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

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

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

  .truffle-configurator {
    grid-template-columns: minmax(0, 1fr) 315px;
  }

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

@media (max-width: 880px) {
  :root {
    --page: min(100% - 28px, 720px);
  }

  .site-topline {
    justify-content: flex-start;
    overflow: hidden;
    padding-inline: 14px;
    white-space: nowrap;
  }

  .site-topline a {
    display: none;
  }

  .store-header {
    grid-template-columns: 1fr auto;
    gap: 9px;
    padding: 10px 0;
  }

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

  .header-search-row {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .store-tools {
    grid-column: 2;
    grid-row: 1;
  }

  .current-store {
    min-width: 128px;
    min-height: 43px;
  }

  .cart-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
  }

  .cart-link span {
    margin: 0;
    font-size: 11px;
  }

  .mobile-menu-button {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .mobile-menu-button span {
    width: 15px;
    height: 1px;
    background: var(--ink);
  }

  .category-nav {
    min-height: 44px;
  }

  .all-categories-button {
    width: auto;
    min-width: 195px;
    justify-content: flex-start;
  }

  .quick-category-links a {
    padding: 0 11px;
  }

  .mega-menu {
    max-height: calc(100vh - 175px);
    overflow-y: auto;
    padding: 16px 20px 24px;
  }

  .mega-menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .shop-hero {
    height: auto;
    grid-template-columns: 1fr;
  }

  .hero-feature-shell {
    height: 274px;
  }

  .hero-feature-shell .hero-product {
    height: 230px;
  }

  .hero-product {
    height: 230px;
    min-height: 230px;
  }

  .hero-product > img {
    min-height: 230px;
  }

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

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

  .event-promo-card {
    grid-template-columns: 170px minmax(0, 1fr);
    min-height: 230px;
  }

  .poster-preview-button {
    width: 170px;
  }

  .featured-card {
    display: grid;
    grid-template-columns: 210px 1fr;
  }

  .featured-image {
    height: 145px;
  }

  .featured-card-body {
    align-items: center;
  }

  .store-shortcut {
    grid-template-columns: 1fr auto;
    gap: 13px 22px;
  }

  .store-shortcut p {
    grid-column: 1;
  }

  .store-shortcut .button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .store-hours-grid {
    grid-template-columns: 1fr;
  }

  .store-hours-card {
    min-height: 0;
  }

  .store-picker-options {
    grid-template-columns: 1fr;
  }

  .store-picker-options > button {
    min-height: 105px;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .store-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .store-footer-locations {
    grid-column: 1 / -1;
  }

  .page-hero,
  .story-hero,
  .fundraising-hero {
    grid-template-columns: 1fr;
  }

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

  .events-hero-visual {
    min-height: 300px;
  }

  .events-heading-row,
  .event-process-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .events-heading-row > p,
  .event-process-heading > p {
    max-width: 650px;
    margin-bottom: 0;
  }

  .event-offering-grid,
  .event-process-list {
    grid-template-columns: 1fr;
  }

  .event-offering-card {
    min-height: auto;
  }

  .event-offering-card > p {
    min-height: 0;
  }

  .story-grid,
  .family-grid,
  .benefits-grid,
  .flavour-grid,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalogue-layout,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .catalogue-shell {
    grid-template-columns: 1fr;
  }

  .catalogue-sidebar,
  .shop-sidebar {
    position: static;
  }

  .catalogue-sidebar nav,
  .shop-sidebar nav,
  .sidebar-section {
    max-height: 170px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: auto;
  }

  .catalogue-taxonomy {
    max-height: 230px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-y: auto;
  }

  .truffle-product-intro {
    grid-template-columns: minmax(255px, 0.75fr) minmax(0, 1.25fr);
  }

  .truffle-product-photo {
    min-height: 300px;
  }

  .truffle-product-copy {
    padding: 30px;
  }

  .truffle-configurator {
    grid-template-columns: 1fr;
  }

  .truffle-box-summary {
    position: static;
  }

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

@media (max-width: 600px) {
  :root {
    --page: calc(100% - 22px);
  }

  .hero-feature-shell {
    height: auto;
    grid-template-rows: auto 230px;
  }

  .hero-feature-admin {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-feature-admin > span {
    grid-column: 1 / -1;
    width: max-content;
  }

  .hero-feature-admin button {
    min-height: 32px;
    white-space: normal;
  }

  .hero-product-copy {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }

  .hero-product-copy strong {
    font-size: 24px;
  }

  .strawberry-editor-head {
    padding: 19px 18px 15px;
  }

  .strawberry-editor-head h2 {
    font-size: 25px;
  }

  .strawberry-editor-form {
    padding-inline: 18px;
  }

  .strawberry-editor-grid {
    grid-template-columns: 1fr;
  }

  .strawberry-editor-actions {
    margin-inline: -18px;
    padding-inline: 18px;
  }

  .frontend-editor-toolbar {
    left: 8px;
    right: 8px;
    bottom: 8px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .frontend-editor-toolbar > span {
    min-width: 0;
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }

  .frontend-editor-toolbar button {
    min-width: 0;
    padding-inline: 4px;
  }

  .frontend-editor-hint,
  .frontend-editor-notice {
    left: 8px;
    bottom: 105px;
    max-width: calc(100% - 16px);
  }

  .frontend-photo-dialog {
    padding: 16px;
  }

  .frontend-photo-actions {
    flex-wrap: wrap;
  }

  .frontend-photo-actions button {
    flex: 1 1 auto;
  }

  .site-topline span:nth-of-type(2),
  .site-topline .topline-dot {
    display: none;
  }

  .store-brand strong {
    font-size: 15px;
  }

  .store-brand small {
    font-size: 8px;
  }

  .store-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: auto auto auto;
    gap: 8px 9px;
  }

  .store-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .store-tools {
    display: contents;
  }

  .current-store {
    width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .cart-link {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .mobile-menu-button {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }

  .header-search-row {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .mega-menu {
    max-height: calc(100dvh - 220px);
  }

  .home-link {
    min-height: 46px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .truffle-box-page {
    padding-top: 18px;
  }

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

  .truffle-product-photo {
    min-height: 220px;
    max-height: 250px;
  }

  .truffle-product-copy {
    padding: 23px 20px;
  }

  .truffle-product-copy h1 {
    font-size: 38px;
  }

  .truffle-product-copy > p {
    font-size: 14px;
  }

  .truffle-config-main fieldset,
  .flavour-builder {
    padding: 15px;
  }

  .truffle-fieldset-heading > strong {
    font-size: 18px;
  }

  .truffle-editing-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

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

  .box-size-options label {
    min-height: 88px;
  }

  .box-size-warning {
    grid-template-columns: 1fr;
  }

  .box-size-warning button {
    width: 100%;
  }

  .assorted-choice {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .assorted-choice em {
    display: none;
  }

  .flavour-builder-head {
    align-items: flex-start;
  }

  .flavour-builder-head > div {
    align-items: flex-start;
  }

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

  .selected-filter {
    align-self: flex-start;
  }

  .flavour-grid {
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .flavour-stepper {
    width: 100%;
    grid-template-columns: 1fr 34px 1fr;
  }

  .flavour-stepper button {
    width: 100%;
    height: 44px;
  }

  .truffle-box-summary {
    padding: 18px;
  }

  .truffle-mobile-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 95;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    color: #fff;
    background: #2c1716;
    box-shadow: var(--shadow-lg);
  }

  .truffle-mobile-bar > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .truffle-mobile-bar strong {
    font-size: 13px;
  }

  .truffle-mobile-bar span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 10px;
  }

  .truffle-mobile-bar button {
    min-width: 118px;
    min-height: 44px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--red);
    font-size: 11px;
    font-weight: 900;
  }

  .truffle-mobile-bar button:disabled {
    color: rgba(255, 255, 255, 0.55);
    background: #69504b;
  }

  .truffle-flavour-admin-bar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .truffle-flavour-admin-bar p {
    width: 100%;
    order: 3;
  }

  .truffle-flavour-admin-bar button {
    margin-left: auto;
  }

  .flavour-manager-head {
    padding: 18px 16px 14px;
  }

  .flavour-manager-head h2 {
    font-size: 25px;
  }

  .flavour-manager-summary {
    overflow-x: auto;
    padding-inline: 16px;
    white-space: nowrap;
  }

  .flavour-manager-add,
  .flavour-manager-tools {
    grid-template-columns: 1fr;
    padding: 11px 16px;
  }

  .flavour-manager-add button {
    width: 100%;
  }

  .flavour-manager-list {
    padding: 10px 16px 16px;
  }

  .flavour-manager-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .flavour-admin-mode {
    grid-column: 1 / -1;
  }

  .flavour-manager-row fieldset {
    grid-column: 1 / -1;
    flex-wrap: wrap;
  }

  .flavour-admin-seasonal {
    justify-self: end;
  }

  .flavour-seasonal-dates {
    grid-template-columns: 1fr 1fr;
  }

  .flavour-seasonal-dates small {
    grid-column: 1 / -1;
  }

  .flavour-manager-error {
    padding-inline: 16px;
  }

  .flavour-manager-actions {
    padding: 12px 16px;
  }

  .current-store {
    min-width: 0;
    padding-inline: 9px;
  }

  .current-store span {
    font-size: 7px;
  }

  .current-store strong {
    font-size: 11px;
  }

  .store-search button {
    padding: 0 13px;
  }

  .store-search input {
    font-size: 12px;
  }

  .all-categories-button {
    min-width: 177px;
    padding-inline: 13px;
    font-size: 11px;
  }

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

  .mega-menu-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .shop-hero-copy {
    min-height: 310px;
    padding: 28px 22px;
  }

  .shop-hero h1 {
    font-size: 42px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .category-section,
  .featured-section {
    padding-top: 26px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .category-help {
    display: none;
  }

  .category-tile-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-tile {
    min-height: 99px;
    grid-template-columns: auto 1fr;
    align-content: center;
    gap: 9px;
    padding: 11px;
  }

  .category-mark {
    width: 35px;
    height: 35px;
    font-size: 8px;
  }

  .category-tile-copy strong {
    font-size: 14px;
  }

  .category-tile-copy small {
    white-space: normal;
  }

  .category-arrow {
    display: none;
  }

  .promotions-section {
    margin-top: 26px;
  }

  .seasonal-promo-card {
    grid-template-columns: 1fr;
  }

  .seasonal-promo-card-full {
    grid-template-columns: 1fr;
  }

  .seasonal-promo-copy {
    padding: 22px;
  }

  .seasonal-promo-card-full .seasonal-promo-copy {
    padding-inline: 22px;
  }

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

  .seasonal-promo-card-full .seasonal-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seasonal-product-list a {
    min-height: 58px;
  }

  .seasonal-promo-visual {
    min-height: 180px;
  }

  .event-promo-card {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 13px;
    min-height: 0;
    padding: 13px;
  }

  .poster-preview-button {
    width: 105px;
  }

  .poster-art strong {
    font-size: 15px;
  }

  .poster-art-label,
  .poster-art small {
    display: none;
  }

  .event-promo-copy h2 {
    font-size: 20px;
  }

  .event-promo-copy p {
    font-size: 9px;
  }

  .event-poster-dialog {
    padding: 18px;
  }

  .event-poster-dialog-head h2 {
    font-size: 23px;
  }

  .poster-art-large {
    width: min(300px, 76vw);
  }

  .seasonal-editor-drawer {
    padding: 19px 18px 0;
  }

  .seasonal-editor-head h2 {
    font-size: 29px;
  }

  .seasonal-editor-grid,
  .seasonal-product-picker {
    grid-template-columns: 1fr;
  }

  .seasonal-editor-wide {
    grid-column: auto;
  }

  .seasonal-editor-actions {
    margin-inline: -18px;
    padding-inline: 18px;
  }

  .featured-card {
    display: block;
  }

  .featured-image {
    height: 190px;
  }

  .store-shortcut {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .store-hours-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-picker {
    max-height: calc(100vh - 28px);
    overflow-y: auto;
    padding: 24px 18px;
  }

  .store-picker-header h2 {
    font-size: 35px;
  }

  .store-picker-cart-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .store-picker-cart-note span {
    text-align: left;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
  }

  .store-footer-main {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-top: 34px;
  }

  .store-footer-locations {
    grid-column: auto;
  }

  .store-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0;
  }

  .store-footer-bottom nav {
    flex-wrap: wrap;
  }

  .store-footer-newsletter {
    width: var(--page);
    padding: 25px 0 27px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .newsletter-form button {
    width: 100%;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-page,
  .story-page,
  .fundraising-page {
    padding-top: 18px;
  }

  .secondary-page {
    padding-top: 18px;
  }

  .page-hero,
  .story-hero,
  .fundraising-hero {
    padding: 27px 22px;
  }

  .secondary-hero {
    padding: 27px 22px;
  }

  .secondary-hero h1 {
    font-size: 43px;
  }

  .story-legacy-copy {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .story-timeline {
    grid-template-columns: 1fr;
  }

  .story-timeline li {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .story-timeline li:last-child {
    border-bottom: 0;
  }

  .family-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .story-grid,
  .family-grid,
  .benefits-grid,
  .flavour-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .family-grid,
  .benefit-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: auto;
  }

  .process-step-number {
    margin-bottom: 16px;
  }

  .page-cta,
  .story-cta,
  .fundraising-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
  }

  .secondary-cta,
  .fundraiser-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
  }

  .fundraiser-cta .secondary-cta-actions {
    align-items: flex-start;
  }

  .events-cta .secondary-cta-actions {
    align-items: flex-start;
  }

  .events-hero-visual {
    min-height: 230px;
  }

  .event-occasion-grid {
    grid-template-columns: 1fr;
  }

  .event-occasion-grid article {
    min-height: auto;
  }

  .catalogue-head,
  .shop-page-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .filter-bar,
  .shop-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .filter-controls {
    width: 100%;
    overflow-x: auto;
  }

  .product-grid,
  .catalogue-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .shop-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .shop-product-image {
    height: 165px;
  }

  .shop-product-purchase {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-card-image,
  .catalogue-product-image {
    height: 165px;
  }

  .product-card-meta,
  .catalogue-product-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  .product-grid,
  .catalogue-product-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Chocolate, gold and white brand palette */
body {
  color: var(--white);
  background-color: var(--brown-dark);
  background-image: radial-gradient(circle at 50% -10%, #4b2d20 0, #2a1710 64%, #1c0d09 100%);
  background-attachment: fixed;
  background-size: 100% 100%;
}

.skip-link,
.site-topline {
  color: var(--white);
  background: #1c0d09;
}

.site-topline {
  border-bottom: 1px solid rgba(224, 184, 79, 0.28);
}

.commerce-sticky {
  color: var(--white);
  background: rgba(42, 23, 16, 0.985);
  box-shadow: 0 2px 0 rgba(224, 184, 79, 0.24);
}

.store-brand img,
.store-footer-brand img {
  border-color: var(--gold);
}

.store-brand small,
.store-footer-brand > a small,
.store-footer h2 {
  color: var(--gold);
}

.store-search {
  color: var(--ink);
  border-color: rgba(224, 184, 79, 0.62);
  background: var(--white);
}

.store-search:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(224, 184, 79, 0.22);
}

.store-search > span {
  color: var(--gold-ink);
}

.store-search button,
.all-categories-button,
.button-primary {
  color: var(--brown-dark);
  background: var(--gold);
}

.store-search button:hover,
.all-categories-button:hover,
.button-primary:hover {
  color: var(--brown-dark);
  background: #cda33f;
}

.current-store {
  color: var(--white);
  border-color: rgba(224, 184, 79, 0.42);
  background: rgba(255, 255, 255, 0.075);
}

.current-store span {
  color: rgba(255, 255, 255, 0.68);
}

.current-store b,
.home-link,
.account-link:hover,
.cart-link:hover {
  color: var(--gold);
}

.home-link {
  border-color: rgba(224, 184, 79, 0.55);
  background: rgba(224, 184, 79, 0.08);
}

.home-link:hover {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
}

.cart-link span {
  color: var(--brown-dark);
  background: var(--gold);
}

.category-nav {
  color: var(--white);
  border-color: rgba(224, 184, 79, 0.22);
  background: #24130e;
}

.quick-category-links a,
.secondary-nav-links a {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(224, 184, 79, 0.15);
}

.quick-category-links a:hover,
.secondary-nav-links a:hover {
  color: var(--gold);
  background: rgba(224, 184, 79, 0.1);
}

.mobile-menu-button span {
  background: var(--gold);
}

.mega-menu,
.store-picker,
.store-picker-options > button {
  color: var(--ink);
  background: var(--paper);
}

.mega-menu {
  border-bottom-color: var(--gold);
}

.mega-menu-head span,
.mega-menu-head > a,
.mega-menu-grid a:hover,
.mega-menu-grid a span,
.store-picker-header span,
.store-choice-arrow {
  color: var(--gold-ink);
}

.mega-menu-grid h2,
.store-picker > p,
.store-choice-copy small,
.browse-first {
  color: var(--ink-soft);
}

.store-picker-header button {
  color: var(--ink);
  background: var(--white);
}

.store-picker-options > button:hover,
.store-picker-options > button.selected {
  border-color: var(--gold);
}

.store-number {
  color: var(--brown-dark);
  background: var(--gold);
}

.eyebrow,
.secondary-kicker,
.shop-kicker {
  color: var(--gold);
}

.text-link {
  color: var(--gold-ink);
}

.shop-hero-copy {
  color: var(--white);
  border: 1px solid rgba(224, 184, 79, 0.28);
  background: linear-gradient(135deg, #4b2d20, #2a1710 78%);
}

.shop-hero-copy > p,
.category-help {
  color: rgba(255, 255, 255, 0.72);
}

.shop-hero .text-link,
.store-hours-heading .text-link {
  color: var(--gold);
}

.category-section,
.promotions-section,
.store-hours-section {
  color: var(--white);
}

.category-tile,
.store-hours-card,
.event-promo-card,
.featured-card,
.promotion-admin-empty {
  color: var(--ink);
  background: var(--paper);
}

.category-tile {
  border-color: rgba(224, 184, 79, 0.35);
}

.category-tile:hover {
  border-color: var(--gold);
}

.category-mark,
.category-tile:nth-child(3n + 2) .category-mark,
.category-tile:nth-child(3n) .category-mark {
  color: var(--gold-ink);
  background: var(--gold-soft);
}

.category-arrow,
.store-hours-actions > a:first-child,
.poster-open-link {
  color: var(--gold-ink);
}

.category-tile-all {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
}

.category-tile-all .category-mark {
  color: var(--brown-dark);
  background: rgba(42, 23, 16, 0.13);
}

.category-tile-all .category-tile-copy small,
.category-tile-all .category-arrow {
  color: var(--brown-dark);
}

.promotion-admin-toolbar span {
  color: var(--gold);
}

.promotion-admin-toolbar button {
  color: var(--gold-ink);
  border-color: rgba(224, 184, 79, 0.72);
  background: var(--paper);
}

.seasonal-promo-card,
.truffle-box-summary {
  background: #24130e;
}

.seasonal-eyebrow,
.seasonal-promo-visual > span,
.seasonal-product-list strong,
.truffle-box-summary > span,
.summary-heading > strong {
  color: var(--gold);
}

.seasonal-product-list a:hover {
  border-color: var(--gold);
  background: rgba(224, 184, 79, 0.1);
}

.seasonal-button {
  color: var(--brown-dark);
  background: var(--gold);
}

.seasonal-button:hover {
  color: var(--brown-dark);
  background: #cda33f;
}

.seasonal-promo-visual::before {
  background: linear-gradient(to top, rgba(32, 14, 9, 0.97), rgba(60, 31, 19, 0.05) 68%);
}

.seasonal-promo-visual::after {
  display: none;
}

.poster-art {
  background:
    radial-gradient(circle at 82% 20%, var(--gold) 0 24px, transparent 25px),
    radial-gradient(circle at 50% 120%, rgba(224, 184, 79, 0.2) 0 90px, transparent 91px),
    linear-gradient(145deg, #4b2d20, #1c0d09 72%);
}

.poster-art-label,
.events-hero-note span,
.story-hero-note span,
.fundraising-card-label,
.secondary-cta .secondary-kicker,
.store-shortcut .eyebrow {
  color: var(--gold);
}

.poster-art-moon {
  border-color: var(--gold);
  border-top-color: transparent;
}

.store-hours-card-head > span,
.featured-image span,
.family-card-number,
.process-step-number,
.event-card-number,
.event-process-list li > span,
.builder-step,
.truffle-fieldset-heading > span {
  color: var(--brown-dark);
  background: var(--gold);
}

.store-footer {
  background: linear-gradient(180deg, #24130e, #1c0d09);
}

.secondary-page,
.shop-page,
.truffle-box-page {
  color: var(--white);
}

.secondary-hero,
.fundraising-hero,
.events-hero {
  color: var(--white);
  border: 1px solid rgba(224, 184, 79, 0.28);
  background:
    radial-gradient(circle at 72% 18%, rgba(224, 184, 79, 0.13) 0 72px, transparent 73px),
    linear-gradient(135deg, #4b2d20, #2a1710 78%);
}

.secondary-hero-copy > p,
.secondary-section-heading > p,
.story-legacy-copy,
.family-heading > p,
.events-heading-row > p,
.event-process-heading > p {
  color: rgba(255, 255, 255, 0.72);
}

.story-timeline,
.family-card,
.benefit-grid li,
.process-step,
.event-offering-card,
.event-process-list li {
  color: var(--ink);
  background: var(--paper);
}

.story-timeline span,
.family-card > strong,
.event-offering-card > a {
  color: var(--gold-ink);
}

.benefit-grid li span,
.event-offering-card li span {
  color: var(--brown-dark);
  background: var(--gold);
}

.event-offering-card:nth-child(3) {
  border-color: rgba(224, 184, 79, 0.55);
  background: linear-gradient(145deg, var(--paper), var(--gold-soft));
}

.secondary-cta,
.event-occasion-grid article,
.event-occasion-grid article:nth-child(even),
.fundraising-product-card {
  color: var(--white);
  background: #24130e;
}

.button-secondary {
  color: var(--gold-ink);
  border-color: rgba(224, 184, 79, 0.55);
  background: var(--paper);
}

.button-secondary:hover {
  border-color: var(--gold);
}

.shop-breadcrumbs,
.shop-heading-row > div:first-child > p,
.catalogue-count span,
.results-summary {
  color: rgba(255, 255, 255, 0.7);
}

.catalogue-count strong {
  color: var(--gold);
}

.catalogue-sidebar,
.catalogue-toolbar,
.filter-button,
.shop-product-card,
.catalogue-pagination a,
.catalogue-pagination button,
.catalogue-pagination > span {
  color: var(--ink);
  background: var(--paper);
}

.catalogue-toolbar {
  border-color: rgba(224, 184, 79, 0.42);
}

.sidebar-title-row {
  color: var(--brown-dark);
  background: var(--gold);
}

.sidebar-title-row > a {
  color: var(--brown-dark);
}

.catalogue-sidebar a:hover,
.catalogue-sidebar a.active {
  color: var(--gold-ink);
  background: var(--gold-soft);
}

.filter-button:hover,
.filter-button.active,
.catalogue-pagination a.active {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
}

.results-summary a {
  color: var(--gold);
}

.shop-product-card .shop-product-category,
.shop-product-card .shop-product-purchase strong {
  color: var(--gold-ink);
}

.shop-product-image > span {
  color: var(--brown-dark);
  background: var(--gold);
}

.truffle-flavour-admin-bar,
.truffle-config-main fieldset,
.box-size-warning,
.flavour-builder,
.flavour-manager-drawer,
.flavour-manager-row,
.flavour-manager-actions {
  color: var(--ink);
  background: var(--paper);
}

.truffle-flavour-admin-bar,
.promotion-admin-empty {
  border-color: rgba(224, 184, 79, 0.58);
}

.truffle-product-intro {
  color: var(--white);
  border-color: rgba(224, 184, 79, 0.35);
  background: linear-gradient(135deg, #4b2d20, #2a1710);
}

.truffle-product-copy > p {
  color: rgba(255, 255, 255, 0.72);
}

.truffle-product-copy .truffle-refill-note {
  color: var(--gold);
}

.truffle-flavour-admin-bar > span {
  color: var(--gold-ink);
}

.box-size-options label,
.assorted-choice,
.assorted-check,
.assorted-choice em,
.flavour-builder-head > button,
.flavour-card,
.flavour-stepper,
.flavour-stepper button,
.flavour-manager-head > button,
.flavour-manager-add input,
.flavour-manager-tools input,
.flavour-manager-actions button {
  color: var(--ink);
  background: var(--white);
}

.box-size-options label.selected,
.assorted-choice.selected,
.flavour-card.selected {
  border-color: var(--gold);
  background: var(--gold-soft);
}

.box-size-options small,
.box-size-options span,
.assorted-choice em,
.flavour-stepper button,
.flavour-manager-head > div > span {
  color: var(--gold-ink);
}

.assorted-choice.selected .assorted-check,
.box-progress > span,
.summary-capacity > span,
.truffle-add-button,
.flavour-manager-add button,
.flavour-manager-actions .flavour-manager-save {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
}

.truffle-add-button:hover:not(:disabled),
.flavour-manager-add button:hover,
.flavour-manager-actions .flavour-manager-save:hover {
  color: var(--brown-dark);
  background: #cda33f;
}

.flavour-manager-tools,
.flavour-manager-row.visible-disabled,
.flavour-manager-row.hidden {
  color: var(--ink);
  background: var(--cream);
}

.seasonal-editor-drawer,
.event-poster-dialog,
.seasonal-editor-grid input,
.seasonal-editor-grid select,
.seasonal-editor-grid textarea,
.seasonal-product-picker select,
.seasonal-editor-actions,
.seasonal-editor-actions button {
  color: var(--ink);
  background: var(--paper);
}

.seasonal-editor-head > button,
.event-poster-dialog-head button {
  color: var(--ink);
  background: var(--white);
}

.seasonal-editor-head > div > span,
.event-poster-dialog-head span {
  color: var(--gold-ink);
}

.seasonal-editor-actions .seasonal-editor-save {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
}

.box-size-options label:focus-within,
.assorted-choice:focus-within,
.flavour-admin-mode select:focus,
.flavour-seasonal-dates input:focus {
  outline-color: rgba(224, 184, 79, 0.48);
}

.seasonal-editor-grid input:focus,
.seasonal-editor-grid select:focus,
.seasonal-editor-grid textarea:focus,
.seasonal-product-picker select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(224, 184, 79, 0.2);
}

/* Mud Bugs product and cart previews */
.product-page,
.cart-page {
  width: var(--page);
  margin: 0 auto;
  padding: 28px 0 76px;
}

.product-page > .shop-breadcrumbs,
.cart-page > .shop-breadcrumbs {
  margin-bottom: 18px;
}

.product-detail-card {
  display: grid;
  grid-template-columns: minmax(380px, 0.96fr) minmax(0, 1.04fr);
  overflow: hidden;
  border: 1px solid rgba(224, 184, 79, 0.4);
  border-radius: 20px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 24px 65px rgba(20, 8, 4, 0.24);
}

.product-media {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--line);
  background: linear-gradient(145deg, #f6ead9, #ead8c0);
}

.product-main-image {
  position: relative;
  aspect-ratio: 1.08;
  overflow: hidden;
  border: 1px solid rgba(75, 45, 32, 0.14);
  border-radius: 14px;
  background: #f7eee3;
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.product-main-image > span {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--brown-dark);
  background: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-media-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.product-media-notes span {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(75, 45, 32, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.product-media-notes b {
  color: var(--gold-ink);
  font-size: 9px;
}

.product-detail-content {
  min-width: 0;
  padding: clamp(28px, 4vw, 52px);
}

.product-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
}

.product-kicker {
  color: var(--gold-ink);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-detail-content h1 {
  margin: 9px 0 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.product-price {
  margin: 13px 0 16px;
  color: var(--gold-ink);
  font-size: 28px;
  font-weight: 900;
}

.product-price small {
  font-size: 11px;
  letter-spacing: 0.08em;
}

.product-description {
  max-width: 650px;
  margin: 0 0 25px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.product-option-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.product-option-group legend {
  width: 100%;
  margin-bottom: 10px;
  color: var(--brown-dark);
  font-size: 14px;
  font-weight: 900;
}

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

.product-option-card {
  position: relative;
  min-height: 88px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--white);
  cursor: pointer;
}

.product-option-card:hover {
  border-color: var(--gold);
}

.product-option-card.selected {
  border-color: var(--gold);
  background: var(--gold-soft);
  box-shadow: inset 0 0 0 1px var(--gold);
}

.product-option-card:focus-within {
  outline: 3px solid rgba(224, 184, 79, 0.34);
  outline-offset: 2px;
}

.product-option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-option-check {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: transparent;
  background: var(--paper);
  font-size: 12px;
  font-weight: 900;
}

.product-option-card.selected .product-option-check {
  color: var(--brown-dark);
  border-color: var(--gold);
  background: var(--gold);
}

.product-option-card > span:nth-child(3) {
  display: flex;
  flex-direction: column;
}

.product-option-card strong {
  font-size: 14px;
}

.product-option-card small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 11px;
}

.product-option-card > b {
  color: var(--gold-ink);
  font-size: 13px;
}

.product-location-row {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 15px 0;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--cream);
}

.product-location-row > span {
  display: flex;
  flex-direction: column;
}

.product-location-row small {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-location-row strong {
  margin-top: 2px;
  font-size: 13px;
}

.product-location-row button {
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid rgba(122, 87, 16, 0.36);
  border-radius: 7px;
  color: var(--gold-ink);
  background: var(--paper);
  font-size: 11px;
  font-weight: 900;
}

.product-buy-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
}

.quantity-control,
.cart-item-quantity {
  height: 52px;
  display: grid;
  grid-template-columns: 42px 40px 42px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--white);
}

.quantity-control button,
.cart-item-quantity button {
  height: 100%;
  border: 0;
  color: var(--brown-dark);
  background: var(--cream);
  font-size: 18px;
  font-weight: 800;
}

.quantity-control button:hover:not(:disabled),
.cart-item-quantity button:hover:not(:disabled) {
  background: var(--gold-soft);
}

.quantity-control button:disabled,
.cart-item-quantity button:disabled {
  opacity: 0.35;
}

.quantity-control > span,
.cart-item-quantity > span {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.product-add-button,
.cart-checkout-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--gold);
  border-radius: 9px;
  color: var(--brown-dark);
  background: var(--gold);
  font-size: 14px;
  font-weight: 900;
}

.product-add-button:hover,
.cart-checkout-button:hover {
  background: #edc85c;
}

.product-add-button:disabled {
  color: rgba(255, 255, 255, 0.62);
  border-color: #78625a;
  background: #78625a;
  cursor: not-allowed;
}

.strawberry-product-media {
  background: linear-gradient(145deg, #faeee9, #efd8d1);
}

.strawberry-main-image img {
  object-position: center;
}

.strawberry-order-status {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--cream);
}

.strawberry-order-status > span {
  color: #9a6f13;
  font-size: 11px;
}

.strawberry-order-status.open {
  border-color: rgba(50, 115, 87, 0.42);
  background: #eaf5ef;
}

.strawberry-order-status.open > span {
  color: #327357;
}

.strawberry-order-status.closed {
  background: #f1ece8;
}

.strawberry-order-status > div,
.strawberry-pickup-notice > div {
  display: flex;
  flex-direction: column;
}

.strawberry-order-status strong,
.strawberry-pickup-notice strong {
  font-size: 12px;
}

.strawberry-order-status small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.4;
}

.strawberry-pickup-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  margin-bottom: 11px;
  padding: 11px 12px;
  border: 1px solid rgba(224, 184, 79, 0.52);
  border-radius: 9px;
  background: var(--gold-soft);
}

.strawberry-pickup-notice > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brown-dark);
  background: var(--gold);
  font-size: 9px;
  font-weight: 900;
}

.strawberry-pickup-notice p {
  margin: 2px 0 0;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.45;
}

.product-purchase-note {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 17px;
  margin-top: 11px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
}

.product-purchase-note span::before {
  margin-right: 5px;
  color: var(--gold-ink);
  content: "✓";
}

.product-cart-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 14px;
  padding: 11px 13px;
  border: 1px solid rgba(224, 184, 79, 0.55);
  border-radius: 8px;
  background: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
}

.product-cart-notice a {
  flex: 0 0 auto;
  color: var(--gold-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-information,
.product-related {
  margin-top: 48px;
}

.product-information-heading,
.product-related > div:first-child {
  color: var(--white);
}

.product-information-heading h2,
.product-related h2 {
  margin: 6px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

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

.product-information-grid article {
  min-height: 210px;
  padding: 23px;
  border: 1px solid rgba(224, 184, 79, 0.34);
  border-radius: 13px;
  color: var(--ink);
  background: var(--paper);
}

.product-information-grid article > span {
  color: var(--gold-ink);
  font-size: 10px;
  font-weight: 900;
}

.product-information-grid h3 {
  margin: 25px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.product-information-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

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

.product-related-links > a {
  min-height: 94px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  overflow: hidden;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(224, 184, 79, 0.34);
  border-radius: 12px;
  color: var(--ink);
  background: var(--paper);
}

.product-related-links > a:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.product-related-links img {
  width: 74px;
  height: 74px;
  border-radius: 8px;
  object-fit: cover;
}

.product-related-links > a > span {
  display: flex;
  flex-direction: column;
}

.product-related-links strong {
  font-size: 14px;
}

.product-related-links small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 11px;
}

.product-related-links b {
  color: var(--gold-ink);
}

.cart-loading {
  min-height: 360px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 14px;
}

.cart-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 22px;
  color: var(--white);
}

.cart-heading h1 {
  margin: 6px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.cart-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.cart-heading > a {
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.72fr);
  gap: 18px;
  align-items: start;
}

.cart-items-column {
  min-width: 0;
}

.cart-items-card,
.cart-summary-card,
.cart-help-card,
.cart-empty-state {
  border: 1px solid rgba(224, 184, 79, 0.34);
  border-radius: 14px;
  color: var(--ink);
  background: var(--paper);
}

.cart-card-heading {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
}

.cart-card-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.cart-card-heading span {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
}

.cart-item-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.cart-item-row:last-child {
  border-bottom: 0;
}

.cart-item-image {
  width: 118px;
  height: 118px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.cart-item-copy > span {
  color: var(--gold-ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-item-copy h3 {
  margin: 4px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.cart-item-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0 0 11px;
}

.cart-item-options > div {
  display: flex;
  gap: 6px;
  font-size: 11px;
}

.cart-item-options dt {
  color: var(--ink-soft);
}

.cart-item-options dd {
  margin: 0;
  font-weight: 900;
}

.cart-truffle-details {
  max-width: 480px;
  margin: -2px 0 10px;
  font-size: 11px;
}

.cart-truffle-details summary {
  width: max-content;
  color: var(--gold-ink);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.cart-truffle-details ul {
  max-height: 145px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px 16px;
  overflow-y: auto;
  margin: 8px 0 0;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--cream);
  list-style: none;
}

.cart-truffle-details li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.cart-truffle-assortment {
  margin: -2px 0 9px;
  color: var(--ink-soft);
  font-size: 11px;
}

.cart-edit-box-link {
  display: block;
  width: max-content;
  margin-bottom: 6px;
  color: var(--gold-ink);
  font-size: 11px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-remove-button {
  padding: 0;
  border: 0;
  color: var(--gold-ink);
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-item-purchase {
  min-width: 130px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.cart-item-purchase > strong {
  color: var(--gold-ink);
  font-size: 17px;
}

.cart-item-purchase > small {
  margin: 2px 0 13px;
  color: var(--ink-soft);
  font-size: 10px;
}

.cart-item-quantity {
  width: 114px;
  height: 40px;
  grid-template-columns: 36px 42px 36px;
}

.cart-help-card {
  min-height: 90px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
  padding: 16px 18px;
}

.cart-help-card > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brown-dark);
  background: var(--gold);
  font-weight: 900;
}

.cart-help-card h2 {
  margin: 0 0 2px;
  font-size: 14px;
}

.cart-help-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.cart-help-card a {
  color: var(--gold-ink);
  font-size: 11px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-summary-card {
  position: sticky;
  top: 165px;
  overflow: hidden;
  padding: 20px;
}

.cart-summary-heading {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.cart-summary-heading > span {
  color: var(--gold-ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cart-summary-heading h2 {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
}

.cart-location-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 14px 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--cream);
}

.cart-location-card > span {
  display: flex;
  flex-direction: column;
}

.cart-location-card small {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-location-card strong {
  margin-top: 2px;
  font-size: 13px;
}

.cart-location-card button {
  min-height: 34px;
  padding: 6px 9px;
  border: 1px solid rgba(122, 87, 16, 0.36);
  border-radius: 7px;
  color: var(--gold-ink);
  background: var(--paper);
  font-size: 10px;
  font-weight: 900;
}

.cart-fulfillment-options {
  min-width: 0;
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

.cart-fulfillment-options legend {
  margin-bottom: 7px;
  padding: 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.cart-fulfillment-options label {
  min-height: 55px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--white);
  cursor: pointer;
}

.cart-fulfillment-options label:hover,
.cart-fulfillment-options label.selected {
  border-color: rgba(122, 87, 16, 0.58);
  background: var(--gold-soft);
}

.cart-fulfillment-options label.unavailable {
  opacity: 0.58;
  cursor: not-allowed;
}

.cart-fulfillment-options label.unavailable:hover {
  border-color: var(--line);
  background: var(--white);
}

.cart-fulfillment-options input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--brown);
}

.cart-fulfillment-options label > span {
  display: flex;
  flex-direction: column;
}

.cart-fulfillment-options strong {
  font-size: 11px;
}

.cart-fulfillment-options small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.35;
}

.cart-fulfillment-options b {
  color: var(--gold-ink);
  font-size: 10px;
  text-align: right;
}

.cart-shipping-destination {
  margin: 0 0 13px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--cream);
}

.cart-preorder-pickup-note {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid rgba(224, 184, 79, 0.55);
  border-radius: 8px;
  background: var(--gold-soft);
}

.cart-preorder-pickup-note strong {
  color: var(--gold-ink);
  font-size: 10px;
}

.cart-preorder-pickup-note span {
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.45;
}

.cart-shipping-destination label {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
}

.cart-shipping-destination select {
  width: 100%;
  min-height: 40px;
  padding: 8px 30px 8px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
}

.cart-shipping-destination p {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.45;
}

.cart-summary-lines {
  padding: 5px 0 12px;
  border-bottom: 1px solid var(--line);
}

.cart-summary-row {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink-soft);
  font-size: 12px;
}

.cart-summary-row strong {
  color: var(--ink);
}

.cart-summary-tax small {
  font-size: 10px;
}

.cart-summary-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  font-size: 13px;
  font-weight: 900;
}

.cart-summary-total > strong {
  color: var(--gold-ink);
  font-size: 24px;
}

.cart-summary-total small {
  font-size: 9px;
}

.cart-checkout-button {
  width: 100%;
}

.cart-preview-disclaimer {
  margin: 10px 0 13px;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.cart-continue-link {
  display: block;
  color: var(--gold-ink);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-empty-state {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  overflow: hidden;
}

.cart-empty-image {
  align-self: stretch;
  min-height: 390px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: var(--cream);
}

.cart-empty-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.cart-empty-state > div:last-child {
  max-width: 610px;
  padding: 40px clamp(28px, 5vw, 70px);
}

.cart-empty-state > div:last-child > span {
  color: var(--gold-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cart-empty-state h2 {
  margin: 7px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.cart-empty-state p {
  max-width: 550px;
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .product-detail-card {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  }

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

  .product-media-notes span {
    min-height: 42px;
  }

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

  .cart-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}

@media (max-width: 880px) {
  .product-detail-card {
    grid-template-columns: 1fr;
  }

  .product-media {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-main-image {
    max-height: 540px;
  }

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

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

  .product-information-grid,
  .product-related-links {
    grid-template-columns: 1fr;
  }

  .product-information-grid article {
    min-height: 0;
  }

  .product-information-grid h3 {
    margin-top: 16px;
  }

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary-card {
    position: static;
  }
}

@media (max-width: 600px) {
  .product-page,
  .cart-page {
    padding-top: 18px;
  }

  .product-media {
    padding: 12px;
  }

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

  .product-detail-content {
    padding: 24px 18px;
  }

  .product-meta-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .product-detail-content h1 {
    font-size: 45px;
  }

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

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

  .quantity-control {
    width: 124px;
  }

  .product-cart-notice {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-information,
  .product-related {
    margin-top: 36px;
  }

  .cart-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .cart-heading h1 {
    font-size: 51px;
  }

  .cart-heading > a {
    margin: 0;
  }

  .cart-item-row {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 13px;
    padding: 15px;
  }

  .cart-item-image {
    width: 88px;
    height: 88px;
  }

  .cart-item-copy h3 {
    font-size: 20px;
  }

  .cart-item-purchase {
    grid-column: 2;
    min-width: 0;
    align-items: flex-start;
  }

  .cart-item-purchase > small {
    margin-bottom: 9px;
  }

  .cart-help-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cart-help-card a {
    grid-column: 2;
  }

  .cart-empty-state {
    grid-template-columns: 1fr;
  }

  .cart-empty-image {
    min-height: 230px;
    max-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cart-empty-state > div:last-child {
    padding: 28px 20px 32px;
  }
}

/* Homepage custom-service features */
.home-service-features {
  width: var(--page);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: -17px auto 34px;
}

.home-service-card {
  min-height: 188px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 17px;
  padding: 25px;
  border: 1px solid rgba(224, 184, 79, 0.42);
  border-radius: var(--radius);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-service-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.home-service-truffles,
.home-service-events {
  color: var(--white);
  background: linear-gradient(135deg, var(--brown), var(--brown-dark));
}

.home-service-mark {
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brown-dark);
  background: var(--gold);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.home-service-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.home-service-copy > small {
  color: var(--gold-ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-service-truffles .home-service-copy > small,
.home-service-events .home-service-copy > small {
  color: var(--gold);
}

.home-service-copy h2 {
  margin: 4px 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.4vw, 30px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.home-service-copy p {
  max-width: 510px;
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.55;
}

.home-service-truffles .home-service-copy p,
.home-service-events .home-service-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.home-service-copy strong {
  margin-top: auto;
  color: var(--gold-ink);
  font-size: 11px;
  font-weight: 900;
}

.home-service-truffles .home-service-copy strong,
.home-service-events .home-service-copy strong {
  color: var(--gold);
}

@media (max-width: 880px) {
  .home-service-features {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .truffle-substitution-dialog {
    width: calc(100% - 22px);
    max-height: calc(100dvh - 22px);
    padding: 20px;
    border-radius: 16px;
  }

  .truffle-substitution-actions {
    grid-template-columns: 1fr;
  }

  .truffle-substitution-actions > button {
    min-height: 78px;
  }

  .cart-truffle-details ul {
    grid-template-columns: 1fr;
  }

  .home-service-features {
    margin-top: -15px;
  }

  .home-service-card {
    gap: 13px;
    padding: 20px 17px;
  }

  .home-service-mark {
    width: 42px;
    height: 42px;
    font-size: 9px;
  }

  .home-service-copy h2 {
    font-size: 24px;
  }
}

@media (max-width: 880px) {
  .truffle-guide-dialog-layout {
    grid-template-columns: 1fr;
  }

  .truffle-guide-dialog figure {
    position: static;
    width: min(100%, 480px);
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .truffle-product-gallery {
    padding: 9px;
  }

  .truffle-product-photo {
    min-height: 0;
    max-height: none;
    aspect-ratio: 1;
  }

  .truffle-photo-label {
    left: 11px;
    bottom: 11px;
  }

  .truffle-photo-enlarge {
    top: 10px;
    right: 10px;
  }

  .truffle-gallery-thumbnails {
    gap: 5px;
  }

  .truffle-inline-guide {
    --guide-preview-size: 92px;
    grid-template-columns: var(--guide-preview-size) minmax(0, 1fr) auto;
    min-height: 108px;
    gap: 11px;
    margin-top: 20px;
    padding: 8px 12px 8px 8px;
    border-radius: 13px;
  }

  .truffle-inline-guide > img {
    width: var(--guide-preview-size);
    height: var(--guide-preview-size);
    border-radius: 9px;
  }

  .truffle-inline-guide strong {
    margin-top: 3px;
    font-size: 18px;
  }

  .truffle-inline-guide em {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.3;
  }

  .truffle-inline-guide > b {
    font-size: 22px;
  }

  .truffle-photo-dialog,
  .truffle-guide-dialog {
    width: calc(100% - 18px);
    max-height: calc(100dvh - 18px);
    padding: 15px;
    border-radius: 14px;
  }

  .truffle-photo-dialog > img {
    max-height: calc(100dvh - 190px);
  }

  .truffle-guide-list {
    grid-template-columns: 1fr;
  }

  .truffle-guide-additional ul {
    grid-template-columns: 1fr;
  }
}

/* Simple, durable store-location picker. */
html.tcr-location-choice-needed,
html.tcr-location-choice-needed body {
  overflow: hidden;
}

.location-overlay[hidden] {
  display: none !important;
}

html.tcr-location-choice-needed .location-overlay {
  display: grid !important;
}

.store-picker {
  max-height: calc(100dvh - 48px);
  overflow: auto;
  color: var(--ink, #26150f);
  background:
    radial-gradient(circle at top right, rgba(224, 184, 79, 0.16), transparent 38%),
    var(--paper, #fdf8f0);
}

.store-picker-header h2,
.store-choice-copy strong {
  color: var(--ink, #26150f);
}

.store-picker-options > button {
  color: var(--ink, #26150f);
  background: var(--white, #fff);
}

.store-picker-options > button:hover,
.store-picker-options > button.selected {
  border-color: var(--red, #a52634);
  box-shadow: 0 8px 24px rgba(30, 17, 12, 0.14);
}

.store-picker-options > button.selected {
  outline: 3px solid rgba(224, 184, 79, 0.58);
  outline-offset: 2px;
}

.store-picker button:focus-visible {
  outline: 3px solid var(--gold, #e0b84f);
  outline-offset: 3px;
}

.store-picker-verification-status {
  max-width: none;
  margin: -8px 0 18px !important;
  padding: 12px 14px;
  border: 1px solid rgba(54, 105, 70, 0.38);
  border-radius: 10px;
  color: #214c2e !important;
  background: rgba(54, 105, 70, 0.1);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.store-picker-verification-status.is-error {
  border-color: rgba(165, 38, 52, 0.38);
  color: var(--red-dark, #791c28) !important;
  background: rgba(165, 38, 52, 0.09);
}

.store-picker-verification-status[hidden],
.store-picker [data-tcr-close-location][hidden] {
  display: none !important;
}

.location-overlay[aria-busy="true"] .store-picker button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.browse-first {
  color: var(--red-dark, #791c28);
}

.tcr-location-noscript {
  position: relative;
  z-index: 2147483100;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(224, 184, 79, 0.62);
  color: var(--ink, #26150f);
  background: var(--gold-soft, #f8edc9);
  box-shadow: 0 4px 16px rgba(30, 17, 12, 0.1);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.tcr-location-noscript strong {
  color: var(--red-dark, #791c28);
}

@media (max-width: 600px) {
  html.tcr-location-choice-needed .location-overlay,
  .location-overlay {
    padding: 12px;
  }

  .store-picker {
    max-height: calc(100dvh - 24px);
    padding: 24px 18px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .location-overlay,
  .store-picker,
  .store-picker-verification-status {
    animation: none !important;
    transition: none !important;
  }
}
/* Front-end Seasonal Settings activation and controls. */
.promotion-admin-toolbar a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border: 1px dashed rgba(178, 35, 53, 0.55);
  border-radius: 999px;
  color: var(--red);
  background: #fffaf2;
  font-size: 8px;
  font-weight: 900;
  text-decoration: none;
}

.promotion-admin-toolbar a:hover {
  border-style: solid;
  background: var(--blush);
}

.seasonal-editor-overlay {
  z-index: 100110;
  display: none;
}

.seasonal-editor-overlay.is-open,
.seasonal-editor-overlay:target {
  display: flex;
}

.seasonal-editor-head > a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.seasonal-editor-grid label > small {
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.35;
}

.seasonal-product-picker input {
  width: 100%;
  min-height: 41px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
}

.seasonal-editor-image-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.seasonal-editor-image-actions button {
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  font-size: 10px;
  font-weight: 900;
}

.seasonal-editor-message {
  margin: 4px 0 14px;
  padding: 10px 12px;
  border: 1px solid #d89a91;
  border-radius: 8px;
  color: #7d2018;
  background: #fff0ed;
  font-size: 11px;
  font-weight: 800;
}

.seasonal-editor-message.is-success {
  border-color: #6c9f76;
  color: #18592c;
  background: #edf8ef;
}

.seasonal-editor-actions a,
.seasonal-editor-actions button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.seasonal-editor-form[aria-busy="true"] button,
.seasonal-editor-form[aria-busy="true"] input,
.seasonal-editor-form[aria-busy="true"] textarea,
.seasonal-editor-form[aria-busy="true"] select {
  opacity: 0.62;
  cursor: wait;
}

.seasonal-editor-overlay :focus-visible,
.promotion-admin-toolbar .tcr-seasonal-editor-launch:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

@media (max-width: 620px) {
  .seasonal-editor-drawer {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .seasonal-editor-grid,
  .seasonal-product-picker {
    grid-template-columns: minmax(0, 1fr);
  }

  .seasonal-editor-actions {
    margin-inline: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}


.seasonal-editor-result { margin: 0 0 12px; padding: 10px 12px; border: 1px solid #6c9f76; border-radius: 8px; color: #18592c; background: #edf8ef; font-size: 11px; font-weight: 800; }

html[data-tcr-modal-owner="seasonal-feature"] .tcr-store-tools {
  visibility: hidden;
  pointer-events: none;
}

.shop-hero.tcr-home-product-manager-view {
  height: auto;
  align-items: start;
}

.shop-hero.tcr-home-product-manager-view .shop-hero-copy {
  min-height: 300px;
}

.hero-feature-shell.tcr-home-feature-has-product-manager {
  height: auto;
  grid-template-rows: auto minmax(230px, 300px) auto;
}

.hero-feature-shell.tcr-home-feature-has-product-manager > .hero-feature-admin { grid-row: 1; }
.hero-feature-shell.tcr-home-feature-has-product-manager > .hero-product { height: 300px; grid-row: 2; }
.hero-feature-shell.tcr-home-feature-has-product-manager > .tcr-product-manager-home { grid-row: 3; }

@media (max-width: 900px) {
  .hero-feature-shell.tcr-home-feature-has-product-manager {
    height: auto;
    grid-template-rows: auto 230px auto;
  }

  .hero-feature-shell.tcr-home-feature-has-product-manager > .hero-product {
    height: 230px;
  }
}
