:root {
  --ink: #17201a;
  --muted: #657168;
  --line: #d7ded8;
  --paper: #f7f8f5;
  --card: #ffffff;
  --accent: #b58a4b;
  --accent-dark: #8f6a37;
  --gold: #c6aa78;
  --sage: #71856b;
  --coral: #bd6f52;
  --mist: #eef3ee;
  --danger: #b91c1c;
  --espresso: #211d1a;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
main { max-width: 1180px; margin: 0 auto; padding: 28px 20px 56px; }
.home-main { max-width: none; padding: 0 0 64px; }
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 35;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 8px 16px 8px 8px;
  background: #1f8f52;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(20, 78, 47, .28);
  font-weight: 950;
}
.whatsapp-float:hover {
  background: #167645;
  transform: translateY(-1px);
}
.whatsapp-float-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}
.whatsapp-float-label {
  white-space: nowrap;
}
.announcement {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--espresso);
  color: rgba(255,255,255,.78);
  font-size: 18px;
  letter-spacing: .5px;
  position: relative;
  z-index: 20;
}
.topbar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 42px;
  background: rgba(33, 29, 26, .98);
  border-bottom: 1px solid rgba(255,255,255,.12);
  position: sticky;
  top: 0;
  z-index: 30;
}
.brand {
  color: #fff;
  font-size: 31px;
  font-weight: 950;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0,0,0,.4);
}
.brand span { font-size: 22px; }
.brand-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 1;
}
.brand-logo img {
  display: block;
  width: 168px;
  height: 38px;
  object-fit: contain;
}
.desktop-nav, .admin-nav, .row, .card-footer, .page-head, .summary, .inline {
  display: flex;
  align-items: center;
  gap: 14px;
}
.desktop-nav { flex-wrap: wrap; justify-content: flex-end; color: #fff; text-transform: uppercase; }
.desktop-nav a {
  color: #fff !important;
  font-weight: 800;
  letter-spacing: .7px;
  font-size: 14px;
  text-shadow: none;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  white-space: nowrap;
}
.desktop-nav a:hover {
  color: #211d1a !important;
  background: var(--gold);
  border-color: var(--gold);
}
.desktop-nav .nav-register {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--espresso) !important;
}
.nav-user-pill {
  max-width: 190px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 5px 12px 5px 6px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  text-transform: none;
}
.nav-user-avatar,
.menu-user-avatar {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--espresso);
  font-weight: 950;
}
.nav-user-avatar {
  width: 30px;
  height: 30px;
  font-size: 13px;
}
.nav-user-meta {
  min-width: 0;
  display: grid;
  gap: 1px;
  line-height: 1.05;
}
.nav-user-meta span,
.nav-user-meta strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-user-greeting {
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}
.nav-user-meta strong {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
}
.search-pill {
  width: min(260px, 22vw);
  min-width: 190px;
  height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 999px;
  padding: 0 5px 0 13px;
  background: rgba(255,255,255,.1);
}
.search-pill input {
  width: 100%;
  min-width: 0;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.search-pill input::placeholder {
  color: rgba(255,255,255,.72);
}
.search-clear {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255,255,255,.86) !important;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.search-clear:hover {
  background: rgba(255,255,255,.16);
  color: #fff !important;
}
.search-pill button {
  min-width: 68px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.search-pill button:hover {
  background: var(--gold);
  color: var(--espresso);
}
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.language-switcher a {
  min-width: 34px;
  padding: 5px 8px !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 12px !important;
}
.language-switcher a.active {
  background: var(--gold) !important;
  color: var(--espresso) !important;
}
.hamburger {
  width: 34px;
  height: 24px;
  display: grid;
  align-content: center;
  gap: 5px;
  cursor: pointer;
  flex: 0 0 auto;
}
.hamburger span {
  display: block;
  height: 2px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.menu-toggle,
.mobile-search-toggle { position: fixed; opacity: 0; pointer-events: none; }
.mobile-actions,
.mobile-search-panel {
  display: none;
}
.mobile-icon-button {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
}
.mobile-icon-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mobile-action-badge {
  position: absolute;
  right: -5px;
  top: -5px;
  min-width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--espresso);
  border-radius: 999px;
  padding: 0 5px;
  background: var(--gold);
  color: var(--espresso);
  font-size: 11px;
  font-weight: 950;
}
.site-menu {
  position: fixed;
  right: 24px;
  top: 86px;
  width: min(380px, calc(100vw - 32px));
  max-height: calc(100vh - 110px);
  z-index: 40;
  transform: translateY(-18px) scale(.98);
  opacity: 0;
  pointer-events: none;
  transition: .22s ease;
  overflow-y: auto;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(33,29,26,.12);
  border-radius: 14px;
  box-shadow: 0 18px 54px rgba(0,0,0,.24);
  padding: 22px;
}
.menu-toggle:checked ~ .site-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.menu-close {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.menu-close:before,
.menu-close:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 2px;
  background: #171717;
}
.menu-close:before { transform: rotate(45deg); }
.menu-close:after { transform: rotate(-45deg); }
.menu-links {
  margin-left: 56px;
  display: grid;
  justify-items: end;
  gap: 8px;
  font-family: Georgia, "Times New Roman", serif;
}
.menu-user-card {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid rgba(33,29,26,.12);
  border-radius: 8px;
  background: var(--mist);
  color: var(--espresso);
  font-family: Inter, Arial, sans-serif;
  text-align: left;
}
.menu-user-avatar {
  width: 44px;
  height: 44px;
  font-size: 17px;
}
.menu-user-card div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.menu-user-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}
.menu-user-card strong,
.menu-user-card small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-user-card strong {
  font-size: 15px;
  line-height: 1.2;
}
.menu-user-card small {
  color: var(--muted);
  font-size: 12px;
}
.menu-search {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-bottom: 12px;
}
.menu-search-field {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding-right: 6px;
  background: #fff;
}
.menu-search input {
  min-width: 0;
  border: 0;
}
.menu-search .search-clear {
  color: var(--espresso) !important;
}
.menu-search .search-clear:hover {
  background: var(--mist);
  color: var(--espresso) !important;
}
.menu-links a {
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
}
.menu-links hr {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.35);
  margin: 12px 0;
}
.menu-auth {
  position: static;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.18);
  font-size: 18px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.home-page .flash-wrap { position: relative; z-index: 25; margin-top: -48px; }
body:not(.home-page) .site-menu { top: 92px; }
.button {
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, #caa66e, #9a6f36);
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(64, 38, 14, .18);
}
.button:hover { background: linear-gradient(180deg, #d4b47f, #825d2f); }
.button-small { padding: 8px 11px; font-size: 14px; }
.button-secondary {
  border-color: #2f261f;
  background: #2f261f;
}
.button-secondary:hover {
  background: #46382d;
}
.button-soft {
  border-color: var(--line);
  background: #fff;
  color: var(--espresso);
  box-shadow: none;
}
.button-soft:hover {
  background: #efe7da;
}
.hero {
  min-height: calc(100vh - 134px);
  display: grid;
  align-items: end;
  padding: clamp(32px, 6vw, 76px) max(20px, calc((100vw - 1180px) / 2));
  color: white;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(20,27,22,.92), rgba(20,27,22,.58) 48%, rgba(20,27,22,.18)),
    linear-gradient(0deg, rgba(20,27,22,.74), rgba(20,27,22,.06) 55%),
    url("https://images.unsplash.com/photo-1611854779393-1b2da9d400fe?auto=format&fit=crop&w=1800&q=86") center/cover;
}
.hero-image-only {
  min-height: calc(100vh - 134px);
  padding: 0;
  background: url("../images/home-hero-harmens.png") center/cover no-repeat;
}
.hero-image-only .hero-content,
.hero-image-only .hero-feature {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.hero-image-link {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 8%;
  width: min(370px, 32vw);
  height: 72px;
  transform: translateX(-50%);
  border-radius: 8px;
}
.hero-image-kicker {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 7%;
  width: min(920px, calc(100vw - 48px));
  transform: translateX(-50%);
  margin: 0;
  color: rgba(255,255,255,.96);
  font-size: clamp(15px, 1.28vw, 21px);
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 20px rgba(0,0,0,.82);
  white-space: nowrap;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding-bottom: 22px;
}
.hero h1 {
  max-width: 760px;
  margin: 8px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .96;
  letter-spacing: 0;
}
.hero-content p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 19px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.hero-actions .button-soft {
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.12);
  color: #fff;
}
.hero-actions .button-soft:hover {
  background: rgba(255,255,255,.2);
}
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.hero-trust-row span {
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-feature {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 62px;
  z-index: 1;
  width: min(330px, 34vw);
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  background: rgba(20,27,22,.58);
  backdrop-filter: blur(4px);
}
.hero-feature span,
.hero-feature small {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-feature strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.08;
}
.trust-band {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 28px;
  align-items: start;
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 0 20px;
}
.trust-band > div:first-child {
  padding: 6px 0;
}
.trust-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.12;
}
.trust-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.trust-items article {
  min-height: 168px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(113,133,107,.28);
  border-radius: 8px;
  background: #fff;
}
.trust-items span {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 9px;
  background: var(--mist);
  color: var(--sage);
  font-size: 12px;
  font-weight: 950;
}
.trust-items strong {
  font-size: 17px;
}
.trust-items p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.eyebrow { text-transform: uppercase; font-weight: 800; color: var(--gold); letter-spacing: 0; }
.quiz-spotlight {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 18px;
  align-items: stretch;
}
.quiz-spotlight-copy,
.quiz-spotlight-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.quiz-spotlight-copy {
  padding: 28px;
}
.quiz-spotlight-copy h2 {
  max-width: 640px;
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.08;
}
.quiz-spotlight-copy p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.quiz-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.quiz-spotlight-panel {
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(47,38,31,.94), rgba(111,75,31,.86)),
    url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1000&q=82") center/cover;
}
.quiz-spotlight-panel span {
  min-height: 58px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  padding: 11px 12px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.story-strip {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  margin-top: 34px;
  padding: 68px max(20px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(238,243,238,.88), rgba(251,248,241,.9)),
    url("https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?auto=format&fit=crop&w=1600&q=82") center/cover;
}
.donation-widget {
  max-width: 1180px;
  margin: 76px auto 0;
  padding: 34px;
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 32px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(33,29,26,.96), rgba(78,56,32,.92)),
    url("https://images.unsplash.com/photo-1511537190424-bbbab87ac5eb?auto=format&fit=crop&w=1400&q=82") center/cover;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(37, 28, 18, .18);
}
.donation-widget:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(33,29,26,.9), rgba(33,29,26,.58));
  pointer-events: none;
}
.donation-widget-copy,
.donation-widget-panel {
  position: relative;
  z-index: 1;
}
.donation-widget-copy {
  padding: 16px 0 16px 14px;
}
.donation-widget h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
}
.donation-widget-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.78);
  font-size: 17px;
}
.donation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.donation-actions .button-soft {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.1);
  color: #fff;
}
.donation-actions .button-soft:hover {
  background: rgba(255,255,255,.18);
}
.donation-widget strong {
  display: block;
  color: #fff;
  font-size: 46px;
  line-height: 1;
}
.donation-widget-panel {
  min-height: 270px;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 28px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  backdrop-filter: blur(2px);
}
.donation-label {
  color: rgba(255,255,255,.72);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}
.donation-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.donation-metrics div {
  min-height: 86px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255,255,255,.1);
}
.donation-metrics span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.15;
}
.donation-metrics small {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.86);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}
.story-strip h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.12;
  max-width: 720px;
}
.story-strip p:not(.eyebrow) {
  margin: 34px 0 0;
  font-size: 18px;
  color: var(--muted);
}
.offerings-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 58px max(20px, calc((100vw - 1180px) / 2)) 14px;
}
.offerings-head h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
}
.offerings-head p:not(.eyebrow) {
  max-width: 610px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
}
.text-link {
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  font-weight: 800;
}
.new-arrivals {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 0 20px;
}
.new-arrivals-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.new-arrivals-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.08;
}
.new-arrivals-head p:not(.eyebrow) {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--muted);
}
.new-arrivals-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.new-arrival-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  gap: 4px 14px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.new-arrival-card img {
  grid-row: 1 / -1;
  width: 116px;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}
.new-arrival-card span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 8px;
  background: var(--mist);
  color: #42513f;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.new-arrival-card strong {
  font-size: 17px;
  line-height: 1.18;
}
.new-arrival-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.new-arrival-card em {
  color: var(--espresso);
  font-style: normal;
  font-weight: 950;
}
.toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px auto 28px; max-width: 1180px; padding: 0 20px; }
.category-filter {
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 20px;
  border-top: 1px solid rgba(33,29,26,.08);
  border-bottom: 1px solid rgba(33,29,26,.08);
}
.category-filter > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.category-filter-scroll {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.category-filter-scroll::-webkit-scrollbar {
  display: none;
}
.category-filter .chip {
  flex: 0 0 auto;
  padding: 8px 12px;
  background: rgba(255,255,255,.72);
}
.search-results-head {
  max-width: 1180px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 4px auto 22px;
  padding: 0 20px;
}
.search-results-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
}
.search-results-head p:not(.eyebrow) {
  margin: 6px 0 0;
  color: var(--muted);
}
.empty-search-state {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 42px 20px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.empty-search-state h2,
.empty-search-state p {
  margin: 0;
}
.empty-search-state p {
  max-width: 520px;
  color: var(--muted);
}
.profile-recommendations {
  max-width: 1180px;
  margin: 22px auto 28px;
  padding: 0 20px;
}
.profile-recommendations-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid rgba(181,138,75,.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(251,248,241,.92)),
    url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=1400&q=82") center/cover;
}
.profile-recommendations-head {
  min-width: 0;
}
.profile-recommendations-head h2 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.1;
}
.profile-recommendations-head p {
  max-width: 620px;
}
.profile-preference-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.profile-preference-chips span {
  border: 1px solid rgba(33,29,26,.14);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255,255,255,.82);
  color: var(--espresso);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.profile-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.partnership-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}
.partnership-hero > div {
  display: grid;
  align-content: center;
  gap: 16px;
  border-radius: 8px;
  padding: 34px;
  background: #211d1a;
  color: #fff;
}
.partnership-hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.05;
}
.partnership-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.78);
}
.partnership-hero img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 8px;
  object-fit: cover;
}
.partnership-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.partnership-benefits span {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255,255,255,.1);
  font-size: 13px;
  font-weight: 900;
}
.partnership-layout {
  display: grid;
  grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.partnership-info-panel {
  display: grid;
  gap: 16px;
}
.partnership-info-panel div {
  display: grid;
  gap: 5px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.partnership-info-panel strong {
  color: var(--espresso);
}
.partnership-info-panel p {
  margin: 0;
  color: var(--muted);
}
.partnership-form {
  padding-bottom: 0;
}
.profile-product-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.profile-product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.profile-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(38,32,24,.1);
}
.profile-product-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.profile-product-body {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 16px;
}
.profile-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.profile-card-topline span {
  border-radius: 999px;
  padding: 6px 8px;
  background: #fbf8f1;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.profile-product-body p {
  margin: 0;
  color: var(--muted);
}
.profile-product-body h3 {
  min-height: 50px;
  margin: 0;
  font-size: 21px;
  line-height: 1.18;
}
.profile-product-body small {
  color: var(--muted);
  line-height: 1.35;
}
.profile-match-reason {
  border-left: 3px solid var(--gold);
  padding-left: 10px;
  font-weight: 800;
}
.profile-price {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.profile-price strong {
  font-size: 18px;
}
.chip, .tag, .status {
  border: 1px solid var(--line);
  background: white;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 13px;
  font-weight: 800;
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-size: 12px;
}
.chip.active, .tag.warn { background: #fef3c7; border-color: #e0b252; }
.chip.active {
  background: #2f261f;
  border-color: #2f261f;
  color: #fff;
}
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.product-card, .panel, .table-card, .notification-card, .order-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.product-card {
  overflow: hidden;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-card:before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--sage), var(--gold), var(--coral));
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(181,138,75,.42);
  box-shadow: 0 18px 42px rgba(38,32,24,.12);
}
.product-card-media {
  position: relative;
  overflow: hidden;
}
.product-card-media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform .28s ease;
}
.product-card:hover .product-card-media img {
  transform: scale(1.035);
}
.product-card-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.product-card-overlay span {
  max-width: 100%;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(33,29,26,.82);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}
.product-card-overlay .sold-out-badge {
  background: rgba(120, 30, 30, .9);
}
.product-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}
.product-origin-line {
  margin: 0;
  color: var(--gold) !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.product-body h2 { min-height: 60px; margin: 0; font-size: 22px; line-height: 1.22; }
.muted, .product-body p { color: var(--muted); }
.product-body > p:not(.product-origin-line):not(.brew-method-pill) {
  margin: 0;
  min-height: 54px;
  font-size: 16px;
}
.brew-method-pill {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  border: 1px solid rgba(181,138,75,.32);
  border-radius: 999px;
  padding: 7px 10px;
  background: #fbf8f1;
  color: #6f4b1f !important;
  font-size: 12px;
  font-weight: 900;
}
.flavor-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.flavor-chip-row span {
  max-width: 100%;
  border: 1px solid rgba(113,133,107,.28);
  border-radius: 999px;
  padding: 6px 9px;
  background: var(--mist);
  color: #42513f;
  font-size: 12px;
  font-weight: 900;
}
.meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 2px 0; }
.meta dt, .spec-grid span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.meta dd { margin: 0; font-weight: 800; font-size: 13px; }
.card-footer, .page-head, .summary { justify-content: space-between; }
.product-action-strip {
  margin-top: 2px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.product-card-price,
.cart-unit-price {
  display: grid;
  gap: 2px;
}
.product-card-price del,
.price-panel del,
.cart-unit-price del,
.price-before {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration-thickness: 2px;
}
.product-card-price strong {
  color: var(--espresso);
}
.product-card-price small,
.cart-unit-price small {
  color: #166534;
  font-size: 12px;
  font-weight: 900;
}
.product-card-price .stock-muted {
  max-width: 220px;
  color: var(--muted);
  line-height: 1.35;
}
.commercial-mission-band {
  margin-top: 76px;
  padding: 72px 0 76px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(238,243,238,.64), rgba(251,248,241,.5) 48%, rgba(247,248,245,.66)),
    url("https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?auto=format&fit=crop&w=1800&q=82") center/cover;
}
.commercial-mission-band:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(247,248,245,.42), rgba(247,248,245,.2) 42%, rgba(247,248,245,.68)),
    linear-gradient(90deg, rgba(247,248,245,.72), rgba(247,248,245,.12) 50%, rgba(247,248,245,.72));
  pointer-events: none;
}
.commercial-mission-band > section {
  position: relative;
  z-index: 1;
}
.commerce-proof {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 24px;
  align-items: start;
}
.commerce-proof h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.1;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.proof-grid article {
  min-height: 166px;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 20px;
  border: 1px solid rgba(181,138,75,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 36px rgba(38,32,24,.07);
  backdrop-filter: blur(2px);
}
.proof-grid article span {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 9px;
  background: #fbf8f1;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
}
.proof-grid strong {
  font-size: 18px;
  line-height: 1.2;
}
.proof-grid p {
  margin: 0;
  color: var(--muted);
}
.cart-unit-price {
  margin-top: 4px;
}
.cart-unit-price strong {
  color: var(--espresso);
}
.price-before {
  display: block;
  margin-bottom: 4px;
}
.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}
.cart-items-panel {
  display: grid;
  gap: 14px;
}
.cart-item-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(38,32,24,.06);
}
.cart-item-image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #f1ede6;
}
.cart-item-image img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform .24s ease;
}
.cart-item-card:hover .cart-item-image img {
  transform: scale(1.035);
}
.cart-item-body {
  min-width: 0;
  display: grid;
  gap: 14px;
}
.cart-item-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}
.cart-item-head h2 {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.14;
}
.cart-option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cart-option-row span {
  border: 1px solid rgba(113,133,107,.28);
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--mist);
  color: #42513f;
  font-size: 12px;
  font-weight: 900;
}
.cart-item-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: end;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.cart-quantity-form {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
  align-items: center;
}
.cart-quantity-stepper {
  display: grid;
  grid-template-columns: 42px 56px 42px;
  align-items: center;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.cart-quantity-stepper button {
  width: 42px;
  height: 44px;
  border: 0;
  background: #fbf8f1;
  color: var(--espresso);
  font-size: 20px;
  font-weight: 950;
  cursor: pointer;
}
.cart-quantity-stepper button:hover {
  background: #efe7da;
}
.cart-quantity-stepper input {
  height: 44px;
  min-height: 44px;
  border: 0;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-radius: 0;
  padding: 0;
  text-align: center;
  font-weight: 900;
}
.cart-quantity-stepper input::-webkit-inner-spin-button,
.cart-quantity-stepper input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.cart-line-total {
  min-width: 128px;
  text-align: right;
}
.cart-line-total-label {
  display: none;
}
.cart-line-total strong {
  color: var(--espresso);
  font-size: 18px;
}
.cart-summary-panel {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(181,138,75,.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,248,241,.94));
  box-shadow: 0 18px 46px rgba(38,32,24,.08);
}
.cart-summary-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}
.voucher-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.cart-summary-lines {
  display: grid;
  gap: 2px;
}
.cart-checkout-button {
  min-height: 50px;
  width: 100%;
}
.detail-layout { display: grid; grid-template-columns: minmax(320px, 1fr) 1fr; gap: 32px; align-items: start; }
.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 1fr;
  gap: 34px;
  align-items: start;
}
.product-media {
  position: sticky;
  top: 116px;
}
.detail-image { width: 100%; border-radius: 8px; aspect-ratio: 1/1; object-fit: cover; }
.product-ribbon {
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(33,29,26,.9);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.product-ribbon-stack {
  position: absolute;
  left: 16px;
  top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 32px);
}
.product-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.gallery-thumb {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}
.gallery-thumb.active {
  border-color: var(--accent);
}
.gallery-thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.preview-image-button {
  width: 100%;
  margin-top: 10px;
}
.image-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(0,0,0,.82);
}
.image-preview-modal.open {
  display: flex;
}
.image-preview-modal img {
  max-width: min(1080px, 94vw);
  max-height: 88vh;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}
.image-preview-close {
  position: fixed;
  right: 24px;
  top: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--espresso);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.product-purchase h1 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.08;
}
.lead { color: var(--muted); font-size: 18px; }
.social-share {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}
.social-share > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.social-share-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.share-button,
.share-copy {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--espresso);
  font-weight: 900;
  cursor: pointer;
}
.share-button {
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.share-button.facebook {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}
.share-button.x {
  background: #111;
  border-color: #111;
  color: #fff;
}
.share-button.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #515bd4);
  border-color: #dd2a7b;
  color: #fff;
}
.share-button.native {
  background: #efe7da;
}
.share-copy {
  padding: 8px 11px;
}
.share-button:hover,
.share-copy:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(38,32,24,.1);
}
.share-status {
  min-height: 18px;
  color: #166534;
  font-weight: 800;
}
.product-quick-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0;
}
.product-quick-specs div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}
.product-quick-specs dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.product-quick-specs dd {
  margin: 4px 0 0;
  font-weight: 900;
  line-height: 1.25;
}
.product-buy-box {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(38,32,24,.08);
}
.stock-status-card {
  display: grid;
  gap: 8px;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 14px;
  background: #fef2f2;
}
.stock-status-card strong {
  color: #991b1b;
  font-size: 18px;
}
.stock-status-card p {
  margin: 0;
  color: #6b4a4a;
}
.stock-status-card .button {
  width: fit-content;
}
.price-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.price-panel div {
  border: 1px solid rgba(181,138,75,.24);
  border-radius: 8px;
  padding: 14px;
  background: #fbf8f1;
}
.price-panel span,
.option-head span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.price-panel strong {
  display: block;
  margin-top: 4px;
  color: #6f4b1f;
  font-size: 24px;
  line-height: 1.1;
}
.price-panel del {
  display: block;
  margin-top: 4px;
}
.option-block {
  display: grid;
  gap: 10px;
}
.option-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.option-head small {
  color: var(--muted);
  font-weight: 800;
}
.quantity-stepper {
  width: 164px;
  height: 46px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.quantity-stepper button,
.quantity-stepper input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-weight: 900;
}
.quantity-stepper button {
  background: #efe7da;
  color: var(--espresso);
  cursor: pointer;
  font-size: 20px;
}
.quantity-stepper button:disabled,
.quantity-stepper input:disabled,
.option-pill input:disabled + span,
.product-buy-box input:disabled,
.product-add-button:disabled {
  cursor: not-allowed;
  opacity: .58;
}
.product-add-button:disabled {
  background: #8f8a82;
  box-shadow: none;
}
.option-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.option-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.option-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}
.option-pill input:checked + span {
  border-color: var(--accent);
  background: #2f261f;
  color: #fff;
}
.product-add-button {
  min-height: 48px;
}
.product-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 38px;
}
.product-story-panel {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.product-story-panel h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
}
.product-story-panel p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}
.brew-guide-panel {
  grid-column: 1 / -1;
}
.brew-guide-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
}
.brew-guide-list div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fbf8f1;
}
.brew-guide-list dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.brew-guide-list dd {
  margin: 5px 0 0;
  font-weight: 800;
}
.spec-grid, .metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 26px; }
.spec-grid div, .metrics div { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.spec-grid strong, .metrics strong { display: block; margin-top: 6px; font-size: 19px; }
.form { display: grid; gap: 14px; }
label { display: grid; gap: 6px; font-weight: 800; color: var(--ink); }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
  background: white;
}
textarea { min-height: 100px; resize: vertical; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.image-upload-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf8f1;
}
.image-upload-panel h3 {
  margin: 0 0 4px;
  font-size: 18px;
}
.crop-workspace {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 420px);
  border-radius: 8px;
  overflow: hidden;
  background: #201915;
}
.crop-canvas {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  cursor: grab;
  touch-action: none;
}
.crop-canvas.dragging {
  cursor: grabbing;
}
.crop-empty {
  position: absolute;
  inset: auto 18px 18px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  text-align: center;
  font-weight: 800;
}
.crop-controls {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  max-width: 420px;
}
.crop-controls input[type="range"] {
  padding: 0;
}
.upload-status {
  min-height: 20px;
  margin: 0;
  font-weight: 800;
}
.upload-status.success {
  color: #166534;
}
.upload-status.error {
  color: var(--danger);
}
.auth-panel { max-width: 440px; margin: 60px auto; background: white; border: 1px solid var(--line); border-radius: 8px; padding: 28px; }
.auth-switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}
.auth-switch a {
  color: var(--accent-dark);
  font-weight: 950;
}
.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; align-items: start; }
.split.wide { grid-template-columns: .8fr 1.2fr; }
.split > *,
.split.wide > * {
  min-width: 0;
}
.panel, .table-card {
  min-width: 0;
  padding: 20px;
}
.admin-products-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.product-form-page {
  max-width: 920px;
  margin: 0 auto;
}
.product-create-panel {
  overflow: visible;
}
.product-create-page-panel {
  padding-bottom: 0;
}
.panel-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.panel-title-row h2,
.form-section h3 {
  margin: 0;
}
.form-section {
  display: grid;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.form-section h3 {
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.compact-section {
  padding-bottom: 8px;
}
.flag-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.admin-table-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.admin-table-head h2 {
  margin: 0;
}
.admin-product-tools {
  display: grid;
  justify-items: end;
  gap: 10px;
  min-width: min(460px, 100%);
}
.admin-search-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 8px;
  width: min(460px, 100%);
}
.admin-filter-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
}
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-size: 13px; color: var(--muted); text-transform: uppercase; }
.admin-product-table {
  min-width: 860px;
}
.admin-product-table th,
.admin-product-table td {
  padding: 14px 12px;
}
.admin-product-table tbody tr:hover {
  background: #fbf8f1;
}
.admin-discount-table {
  min-width: 920px;
}
.admin-discount-table th,
.admin-discount-table td {
  padding: 14px 12px;
}
.admin-discount-table tbody tr:hover {
  background: #fbf8f1;
}
.admin-subscription-table {
  min-width: 980px;
}
.admin-subscription-table th,
.admin-subscription-table td {
  padding: 14px 12px;
}
.admin-subscription-table tbody tr:hover {
  background: #fbf8f1;
}
.admin-partnership-table {
  min-width: 1120px;
}
.admin-partnership-table th,
.admin-partnership-table td {
  padding: 14px 12px;
}
.admin-partnership-table tbody tr:hover {
  background: #fbf8f1;
}
.discount-name-cell {
  min-width: 220px;
  display: grid;
  gap: 4px;
}
.subscription-customer-cell {
  min-width: 220px;
  display: grid;
  gap: 4px;
}
.subscription-customer-cell strong,
.subscription-customer-cell span,
.subscription-customer-cell small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subscription-customer-cell span,
.subscription-customer-cell small {
  color: var(--muted);
  font-size: 13px;
}
.subscription-status-form {
  flex-wrap: nowrap;
}
.subscription-status-form select {
  min-width: 126px;
}
.partnership-notes-cell {
  min-width: 220px;
  max-width: 320px;
  display: grid;
  gap: 4px;
}
.partnership-notes-cell strong,
.partnership-notes-cell span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.partnership-notes-cell strong {
  -webkit-line-clamp: 2;
}
.partnership-notes-cell span {
  color: var(--muted);
  font-size: 13px;
  -webkit-line-clamp: 3;
}
.discount-name-cell strong,
.discount-name-cell span,
.discount-name-cell small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.discount-name-cell span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.success-text {
  color: #166534;
  font-weight: 900;
}
.danger-text {
  color: var(--danger);
  font-weight: 900;
}
.admin-product-cell {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 230px;
}
.admin-product-cell img {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
  background: var(--mist);
}
.admin-product-cell strong,
.admin-product-cell span,
.admin-product-cell small {
  display: block;
}
.admin-product-cell strong {
  line-height: 1.25;
}
.admin-product-cell span,
.admin-product-cell small {
  margin-top: 3px;
  color: var(--muted);
}
.admin-order-filter-panel {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.admin-order-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.admin-order-filter-head p,
.admin-order-filter-head strong {
  margin: 0;
}
.admin-order-filter-head strong {
  color: var(--espresso);
  font-size: 13px;
}
.admin-order-filter-group {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.admin-order-filter-group > strong {
  padding-top: 7px;
  color: var(--espresso);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.admin-order-status-chips {
  justify-content: flex-start;
}
.admin-count-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 7px;
}
.admin-count-chip em {
  min-width: 24px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 7px;
  background: rgba(33,29,26,.08);
  color: var(--espresso);
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}
.admin-count-chip.active em {
  background: rgba(255,255,255,.24);
  color: #fff;
}
.admin-count-chip.is-empty:not(.active) {
  opacity: .52;
}
.admin-order-date-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) auto auto;
  gap: 10px;
  align-items: end;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.admin-order-date-filter label {
  display: grid;
  gap: 5px;
}
.admin-order-date-filter label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.admin-order-date-filter .button {
  min-height: 44px;
}
.admin-orders-table {
  min-width: 1080px;
}
.admin-donations-table {
  min-width: 920px;
}
.admin-users-table {
  min-width: 980px;
}
.admin-user-summary {
  margin-bottom: 18px;
}
.admin-report-filter-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(140px, 1fr)) auto auto;
  gap: 10px;
  align-items: end;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.admin-report-filter-panel label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.admin-report-search-field {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding-right: 8px;
  background: #fff;
}
.admin-report-search-field input {
  min-width: 0;
  border: 0;
}
.admin-report-search-clear {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--espresso);
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}
.admin-report-search-clear:hover {
  background: var(--mist);
}
.admin-report-filter-panel .button {
  min-height: 44px;
}
.report-filter-summary {
  grid-column: 1 / -1;
  margin: 0;
}
.admin-report-table,
.admin-stock-alert-table {
  min-width: 860px;
}
.report-stock-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}
.pagination-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
}
.pagination-bar span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.pagination-bar .disabled {
  opacity: .45;
  pointer-events: none;
}
.flag-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 112px;
}
.nowrap {
  white-space: nowrap;
}
.empty-table-note {
  margin: 0;
  padding: 16px 0;
  text-align: center;
}
.sticky-form-actions {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 -20px;
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.96);
}
.summary-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); }
.summary-row.total { font-size: 20px; border-bottom: 0; }
.cards { display: grid; gap: 14px; }
.order-card { display: flex; justify-content: space-between; align-items: center; padding: 18px; }
.notification-page-head {
  align-items: flex-start;
}
.notification-page-head h1,
.notification-page-head p {
  margin: 0;
}
.notification-page-head p {
  margin-top: 4px;
}
.notification-list {
  display: grid;
  gap: 12px;
}
.notification-card {
  position: relative;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px;
  overflow: hidden;
  color: inherit;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.notification-card:hover {
  border-color: rgba(181,138,75,.58);
  box-shadow: 0 14px 32px rgba(38,32,24,.08);
  transform: translateY(-1px);
}
.notification-card.unread {
  border-color: rgba(181,138,75,.64);
  background: linear-gradient(90deg, rgba(255,247,227,.98), #fff 62%);
  box-shadow: 0 12px 28px rgba(181,138,75,.12);
}
.notification-card.unread::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent);
}
.notification-status-dot {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  background: #c8d1ca;
}
.notification-card.unread .notification-status-dot {
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(181,138,75,.16);
}
.notification-content {
  min-width: 0;
  display: grid;
  gap: 6px;
}
.notification-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.notification-title-row strong {
  line-height: 1.3;
}
.notification-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.notification-content p {
  margin: 0;
  color: #3d463f;
}
.notification-content small {
  color: var(--muted);
  font-weight: 800;
}
.notification-badge {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 8px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.notification-detail-label {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.notification-detail-label::after {
  content: " ->";
}
.notification-empty {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 42px 18px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.notification-empty h2,
.notification-empty p {
  margin: 0;
}
.notification-empty p {
  color: var(--muted);
}
.line-item { display: grid; gap: 4px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.line-item small { color: var(--muted); }
main:has(> .admin-nav) {
  max-width: 1360px;
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
main:has(> .admin-nav) > .admin-nav {
  grid-column: 1;
  grid-row: 1 / span 100;
}
main:has(> .admin-nav) > :not(.admin-nav) {
  grid-column: 2;
  min-width: 0;
}
.admin-nav {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 8px;
  margin-bottom: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(38,32,24,.06);
}
.admin-nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 9px 12px 9px 14px;
  color: var(--espresso);
  font-weight: 900;
}
.admin-nav a:hover {
  border-color: rgba(181,138,75,.32);
  background: #fbf8f1;
}
.admin-nav a.active {
  border-color: rgba(181,138,75,.45);
  background: #2f261f;
  color: #fff;
}
.admin-nav a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--gold);
}
.flash-wrap { max-width: 1180px; margin: 16px auto 0; padding: 0 20px; }
.flash { padding: 12px 14px; border-radius: 8px; border: 1px solid var(--line); background: white; }
.flash.error { border-color: #fecaca; background: #fef2f2; }
.flash.success { border-color: #bbf7d0; background: #f0fdf4; }
.link-danger { border: 0; background: transparent; color: var(--danger); font-weight: 800; cursor: pointer; }
.check { display: flex; grid-template-columns: auto 1fr; align-items: center; }
.check input { width: auto; }
.gift-checkout-box,
.gift-summary {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(181,138,75,.32);
  border-radius: 8px;
  background: #fbf8f1;
}
.gift-fields {
  display: grid;
  gap: 12px;
}
.gift-price-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gift-price-preview span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.gift-price-preview strong {
  color: var(--espresso);
}
.gift-summary {
  margin: 16px 0;
}
.gift-summary h3 {
  margin: 0;
  font-size: 16px;
}
.gift-summary p {
  margin: 0;
  color: var(--muted);
}
.payment-gateway-box {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(181,138,75,.32);
  border-radius: 8px;
  background: #f8f4ec;
}
.payment-gateway-box h3 {
  margin: 0;
  font-size: 16px;
}
.payment-gateway-box form,
.payment-gateway-box .button {
  width: 100%;
}
.payment-gateway-box .button {
  justify-content: center;
}
.mission-grid {
  max-width: 1180px;
  margin: 56px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 18px;
}
.mission-intro {
  padding: 20px 18px 20px 0;
}
.mission-grid h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.15;
}
.mission-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.mission-proof span {
  border: 1px solid rgba(113,133,107,.24);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255,255,255,.88);
  color: var(--espresso);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.mission-card {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 12px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(113,133,107,.22);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 14px 36px rgba(38,32,24,.06);
  backdrop-filter: blur(2px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.mission-card:hover {
  transform: translateY(-3px);
  border-color: rgba(181,138,75,.48);
  box-shadow: 0 18px 42px rgba(38,32,24,.1);
}
.mission-card span {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 9px;
  background: var(--mist);
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px max(20px, calc((100vw - 1180px) / 2));
  background: var(--espresso);
  color: rgba(255,255,255,.82);
}
.site-footer strong {
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.site-footer p {
  margin: 6px 0 0;
  max-width: 440px;
  color: rgba(255,255,255,.64);
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.site-footer a {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  font-weight: 800;
}
.mission-card strong {
  display: block;
  margin: 8px 0 0;
  font-size: 18px;
}
.mission-card p {
  color: var(--muted);
  margin: 0;
}
.mission-card small {
  align-self: end;
  width: fit-content;
  margin-top: auto;
  border: 1px solid rgba(181,138,75,.32);
  border-radius: 999px;
  padding: 7px 10px;
  background: #fbf8f1;
  color: var(--espresso);
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
}
.farmer-head {
  align-items: end;
  gap: 24px;
}
.farmer-head h1 {
  margin: 0 0 8px;
  font-size: 44px;
  line-height: 1.05;
  font-family: Georgia, "Times New Roman", serif;
}
.total-donation {
  min-width: 280px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.total-donation span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.total-donation strong {
  display: block;
  margin-top: 5px;
  color: #6f4b1f;
  font-size: 28px;
}
.farmer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.farmer-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.farmer-card-media {
  display: grid;
  gap: 8px;
  padding: 12px 12px 0;
}
.farmer-main-photo {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.farmer-body {
  padding: 20px;
}
.farmer-body h2 {
  margin: 14px 0 4px;
  font-size: 24px;
}
.impact-note {
  border-left: 4px solid var(--gold);
  padding-left: 12px;
  color: var(--muted);
}
.donation-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.donation-meta dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.donation-meta dd {
  margin: 0;
  font-weight: 900;
}
.mini-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.mini-gallery img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 6px;
}
.success-tag {
  background: #dcfce7;
  border-color: #86efac;
  color: #166534;
}
.receipt-shell {
  display: grid;
  gap: 22px;
}
.receipt-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.receipt-head h1 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
}
.receipt-brand {
  min-width: 260px;
  text-align: right;
}
.receipt-brand strong {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
}
.receipt-brand span {
  display: block;
  color: var(--muted);
}
.receipt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.receipt-box,
.receipt-table-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.receipt-box {
  padding: 18px;
}
.receipt-box h2,
.receipt-note h2 {
  margin: 0 0 10px;
  font-size: 16px;
}
.receipt-box p {
  margin: 6px 0;
  color: var(--muted);
}
.receipt-table-wrap {
  overflow-x: auto;
}
.receipt-table small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}
.receipt-summary {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 420px);
  gap: 20px;
  align-items: start;
}
.receipt-note {
  padding: 18px;
  border-left: 4px solid var(--gold);
  background: #fff;
}
.receipt-note p {
  margin: 0;
  color: var(--muted);
}
.receipt-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.subscription-offer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(181,138,75,.32);
  border-radius: 8px;
  background: #fff;
}
.subscription-offer h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.12;
}
.subscription-offer p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}
.subscription-profile {
  margin-top: 10px !important;
}
.subscription-offer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.quiz-shell {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}
.quiz-head {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.78)),
    url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1400&q=82") center/cover;
}
.quiz-head h1 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.08;
}
.quiz-form {
  display: grid;
  gap: 16px;
}
.quiz-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.quiz-form legend {
  padding: 0 8px;
  font-weight: 900;
}
.quiz-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.quiz-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.quiz-option span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}
.quiz-option input:checked + span {
  border-color: var(--accent);
  background: #2f261f;
  color: #fff;
}
.quiz-submit {
  min-height: 50px;
}
.recommendation-grid {
  display: grid;
  gap: 18px;
}
.recommendation-card {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) 1fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.recommendation-card > img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.recommendation-body {
  padding: 22px;
}
.recommendation-body h2 {
  margin: 12px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
}
.recommendation-body h3 {
  margin: 18px 0 8px;
  font-size: 16px;
}
.recommendation-reasons {
  margin: 0 0 16px;
  padding-left: 20px;
  color: var(--muted);
}

@media print {
  .announcement,
  .topbar,
  .site-menu,
  .flash-wrap,
  .site-footer,
  .subscription-offer,
  .receipt-actions {
    display: none !important;
  }
  body,
  main {
    background: #fff;
  }
  main {
    max-width: none;
    padding: 0;
  }
  .receipt-head,
  .receipt-box,
  .receipt-table-wrap,
  .panel,
  .receipt-note {
    box-shadow: none !important;
  }
}

@media (max-width: 860px) {
  .announcement { height: 46px; padding: 0 16px; font-size: 13px; text-align: center; }
  main:has(> .admin-nav) {
    display: block;
    max-width: 1180px;
  }
  main:has(> .admin-nav) > :not(.admin-nav) {
    min-width: 0;
  }
  .admin-nav {
    position: static;
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
    overflow-x: auto;
    padding: 10px;
  }
  .admin-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    white-space: nowrap;
  }
  .admin-nav a.active::before {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 0;
    width: auto;
    height: 3px;
    border-radius: 999px 999px 0 0;
  }
  .topbar {
    min-height: 72px;
    align-items: center;
    padding: 14px 16px;
    gap: 12px;
    flex-direction: row;
  }
  .brand { font-size: 24px; }
  .brand-logo img {
    width: 128px;
    height: 30px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }
  .mobile-icon-button {
    width: 40px;
    height: 40px;
  }
  .mobile-search-panel {
    position: sticky;
    top: 72px;
    z-index: 29;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    background: rgba(33, 29, 26, .98);
    border-bottom: 1px solid rgba(255,255,255,.12);
    transition: max-height .22s ease, padding-top .22s ease, padding-bottom .22s ease;
  }
  .mobile-search-toggle:checked ~ .mobile-search-panel {
    display: grid;
    max-height: 74px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .mobile-search-field {
    min-width: 0;
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 8px;
    padding: 0 7px 0 12px;
    background: rgba(255,255,255,.1);
  }
  .mobile-search-field input {
    width: 100%;
    min-width: 0;
    height: 42px;
    border: 0;
    background: transparent;
    color: #fff;
    font-weight: 800;
  }
  .mobile-search-field input::placeholder {
    color: rgba(255,255,255,.72);
  }
  .mobile-search-panel .button {
    min-height: 46px;
  }
  .site-menu {
    top: 56px;
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100vh - 76px);
    padding: 18px;
  }
  .menu-close { left: 20px; top: 20px; }
  .menu-links {
    margin-left: 0;
    padding-top: 38px;
    justify-items: stretch;
    gap: 8px;
  }
  .menu-links a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 17px;
  }
  .menu-search {
    grid-template-columns: 1fr;
  }
  .menu-search .button {
    width: 100%;
    min-height: 42px;
  }
  .menu-search-field {
    min-height: 46px;
  }
  .menu-search input {
    min-height: 44px;
  }
  .hero {
    min-height: auto;
    align-items: end;
    padding: 70px 16px 28px;
    background-position: 58% center;
  }
  .hero-image-only {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1668 / 912;
    padding: 0;
    background-size: contain;
    background-position: center top;
    background-color: #211d1a;
  }
  .hero-image-link {
    bottom: 9%;
    width: min(190px, 48vw);
    height: 34px;
  }
  .hero-image-kicker {
    top: 10px;
    width: min(330px, calc(100vw - 28px));
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(33,29,26,.44);
    font-size: clamp(8px, 2.45vw, 11px);
    line-height: 1.2;
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(0,0,0,.72);
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-content p:not(.eyebrow) {
    font-size: 16px;
  }
  .hero-actions .button {
    width: 100%;
    min-height: 46px;
  }
  .hero-trust-row span {
    font-size: 11px;
  }
  .hero-feature {
    position: static;
    width: 100%;
    margin-top: 22px;
  }
  .story-strip, .mission-grid, .donation-widget, .farmer-grid, .receipt-grid, .receipt-summary, .recommendation-card, .brew-guide-list, .quiz-spotlight, .profile-product-row, .profile-recommendations-panel, .subscription-offer, .trust-band, .trust-items, .commerce-proof, .proof-grid, .new-arrivals-row, .admin-products-layout, .partnership-hero, .partnership-layout { grid-template-columns: 1fr; }
  .partnership-hero > div {
    padding: 24px;
  }
  .partnership-hero h1 {
    font-size: 34px;
  }
  .partnership-hero img {
    min-height: 220px;
  }
  .product-create-panel {
    max-height: none;
    position: static;
    overflow: visible;
  }
  .admin-table-head,
  .admin-product-tools {
    align-items: stretch;
    justify-items: stretch;
  }
  .admin-table-head {
    flex-direction: column;
  }
  .admin-search-form {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .admin-filter-chips {
    justify-content: flex-start;
  }
  .admin-order-filter-panel {
    padding: 14px;
  }
  .admin-order-filter-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .admin-order-filter-group {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .admin-order-filter-group > strong {
    padding-top: 0;
  }
  .admin-order-status-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .admin-order-status-chips .chip {
    flex: 0 0 auto;
  }
  .admin-order-date-filter {
    grid-template-columns: 1fr;
  }
  .admin-order-date-filter .button {
    width: 100%;
  }
  .admin-report-filter-panel {
    grid-template-columns: 1fr;
  }
  .admin-report-filter-panel .button {
    width: 100%;
  }
  .pagination-bar {
    justify-content: space-between;
  }
  .trust-band {
    margin-top: 24px;
    padding: 0 16px;
    gap: 14px;
  }
  .trust-band h2,
  .commerce-proof h2 {
    font-size: 28px;
  }
  .trust-items article,
  .proof-grid article {
    min-height: auto;
  }
  .quiz-spotlight {
    margin-top: 22px;
    padding: 0 16px;
  }
  .quiz-spotlight-copy {
    padding: 22px;
  }
  .quiz-spotlight-copy h2 {
    font-size: 30px;
  }
  .quiz-spotlight-actions .button {
    width: 100%;
    min-height: 46px;
  }
  .quiz-spotlight-panel {
    grid-template-columns: 1fr;
  }
  .quiz-spotlight-panel span {
    min-height: 46px;
  }
  .story-strip {
    margin-top: 28px;
    padding: 44px 16px;
    gap: 20px;
  }
  .story-strip h1, .offerings-head h2 { font-size: 32px; }
  .new-arrivals {
    margin-top: 24px;
    padding: 0 16px;
  }
  .new-arrivals-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .new-arrivals-head h2 {
    font-size: 30px;
  }
  .new-arrival-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }
  .new-arrival-card img {
    width: 92px;
  }
  .mission-grid {
    margin-top: 36px;
  }
  .mission-intro {
    padding: 0;
  }
  .mission-card {
    min-height: auto;
  }
  .offerings-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 44px 16px 14px;
  }
  .category-filter {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;
    padding: 12px 16px;
  }
  .search-results-head {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 6px;
    padding: 0 16px;
  }
  .search-results-head h2 {
    font-size: 28px;
  }
  .search-results-head .button {
    width: 100%;
    min-height: 44px;
  }
  .category-filter-scroll {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 2px;
  }
  .category-filter .chip {
    padding: 8px 11px;
    font-size: 12px;
  }
  .commerce-proof {
    margin-top: 0;
    padding: 0 16px;
  }
  .commercial-mission-band {
    margin-top: 52px;
    padding: 44px 0 48px;
    background-position: 58% center;
  }
  .profile-recommendations {
    padding: 0 16px;
  }
  .profile-recommendations-panel {
    padding: 20px;
  }
  .profile-recommendations-head h2 {
    font-size: 30px;
  }
  .profile-actions {
    justify-content: flex-start;
  }
  .profile-actions .button,
  .profile-product-body .button {
    width: 100%;
  }
  .profile-product-body h3 {
    min-height: auto;
  }
  .product-grid, .detail-layout, .product-detail-hero, .product-quick-specs, .product-story-grid, .split, .split.wide, .spec-grid, .metrics, .two, .cart-layout { grid-template-columns: 1fr; }
  .product-grid {
    gap: 16px;
    padding: 0 16px;
  }
  .product-card-media img {
    aspect-ratio: 16/11;
  }
  .product-card-overlay {
    left: 10px;
    right: 10px;
    top: 10px;
  }
  .product-card-overlay span {
    padding: 6px 8px;
    font-size: 11px;
  }
  .product-body {
    padding: 16px;
  }
  .meta {
    grid-template-columns: 1fr;
  }
  .cart-layout {
    gap: 16px;
  }
  .cart-items-panel {
    gap: 12px;
  }
  .cart-item-card {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-areas:
      "image head"
      "image options"
      "bottom bottom";
    gap: 12px;
    padding: 12px;
  }
  .cart-item-image {
    grid-area: image;
    align-self: start;
  }
  .cart-item-image img {
    height: auto;
    min-height: 112px;
  }
  .cart-item-body {
    display: contents;
  }
  .cart-item-head {
    grid-area: head;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }
  .cart-item-head h2 {
    font-size: 19px;
  }
  .cart-item-head .link-danger {
    padding-top: 2px;
    font-size: 12px;
    white-space: nowrap;
  }
  .cart-option-row {
    grid-area: options;
    gap: 6px;
  }
  .cart-option-row span {
    padding: 6px 8px;
    font-size: 11px;
  }
  .cart-item-bottom {
    grid-area: bottom;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
    margin-top: 2px;
  }
  .cart-quantity-form {
    grid-template-columns: 1fr;
  }
  .cart-quantity-form .button {
    width: 100%;
    min-height: 42px;
  }
  .cart-quantity-stepper {
    width: 100%;
    grid-template-columns: 44px 1fr 44px;
  }
  .cart-quantity-stepper button {
    width: 44px;
  }
  .cart-line-total {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-width: 0;
    text-align: right;
    padding-top: 2px;
  }
  .cart-line-total-label {
    display: inline;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-align: left;
  }
  .cart-line-total .price-before {
    grid-column: 2;
    margin: 0;
  }
  .cart-line-total strong {
    grid-column: 2;
  }
  .cart-summary-panel {
    position: static;
    padding: 18px 16px;
  }
  .voucher-form {
    grid-template-columns: 1fr;
  }
  .product-body h2,
  .product-body > p:not(.product-origin-line):not(.brew-method-pill) {
    min-height: auto;
  }
  .product-action-strip {
    align-items: stretch;
    flex-direction: column;
  }
  .product-action-strip .button {
    width: 100%;
    min-height: 44px;
  }
  .product-media {
    position: static;
  }
  .product-purchase h1 {
    font-size: 32px;
  }
  .product-buy-box {
    padding: 18px;
  }
  .price-panel {
    grid-template-columns: 1fr;
  }
  .quantity-stepper {
    width: 100%;
    max-width: none;
  }
  .option-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .option-pills {
    display: grid;
    grid-template-columns: 1fr;
  }
  .option-pill span {
    width: 100%;
  }
  .stock-status-card .button,
  .product-add-button,
  .preview-image-button {
    width: 100%;
  }
  .product-ribbon-stack {
    left: 10px;
    top: 10px;
    max-width: calc(100% - 20px);
  }
  .product-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  .spec-grid div,
  .metrics div {
    padding: 14px;
  }
  .product-form-page {
    max-width: none;
  }
  .product-create-page-panel {
    padding: 16px 16px 0;
  }
  .panel-title-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .form-section {
    padding: 14px 0;
  }
  .sticky-form-actions {
    flex-direction: column-reverse;
    margin: 0 -16px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  }
  .sticky-form-actions .button {
    width: 100%;
    min-height: 46px;
  }
  .product-list-card {
    padding: 16px;
  }
  .admin-product-table {
    min-width: 760px;
  }
  .admin-product-cell {
    min-width: 210px;
  }
  .table-scroll {
    margin: 0 -16px;
    padding: 0 16px 8px;
  }
  .farmer-card-media {
    padding: 10px 10px 0;
  }
  .mini-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .farmer-body {
    padding: 16px;
  }
  .donation-meta {
    grid-template-columns: 1fr;
  }
  .page-head { align-items: flex-start; flex-direction: column; }
  .receipt-head {
    flex-direction: column;
  }
  .receipt-brand {
    min-width: 0;
    text-align: left;
  }
  .receipt-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .subscription-offer-actions {
    justify-content: flex-start;
  }
  .subscription-offer-actions .button {
    width: 100%;
  }
  .donation-widget {
    margin: 48px 16px 0;
    padding: 20px;
  }
  .donation-widget-copy { padding: 0; }
  .donation-actions .button {
    width: 100%;
    min-height: 46px;
  }
  .donation-widget-panel {
    min-height: auto;
    padding: 20px;
  }
  .donation-metrics {
    grid-template-columns: 1fr;
  }
  .donation-widget strong { font-size: 32px; }
  .site-footer {
    flex-direction: column;
    padding: 28px 20px;
  }
  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  main {
    padding: 22px 16px 48px;
  }
  .whatsapp-float {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    min-height: 48px;
    width: 48px;
    justify-content: center;
    gap: 0;
    padding: 5px;
  }
  .whatsapp-float-icon {
    width: 38px;
    height: 38px;
  }
  .whatsapp-float-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .announcement {
    min-height: 42px;
    height: auto;
    padding: 8px 12px;
    line-height: 1.25;
  }
  .topbar {
    min-height: 66px;
    gap: 8px;
    padding: 12px 10px;
  }
  .brand-logo img {
    width: 104px;
    height: 24px;
  }
  .mobile-actions {
    gap: 6px;
  }
  .mobile-icon-button {
    width: 35px;
    height: 35px;
  }
  .mobile-icon-button svg {
    width: 18px;
    height: 18px;
  }
  .mobile-action-badge {
    min-width: 17px;
    height: 17px;
    font-size: 10px;
  }
  .mobile-search-panel {
    top: 66px;
    grid-template-columns: 1fr;
  }
  .mobile-search-toggle:checked ~ .mobile-search-panel {
    max-height: 120px;
  }
  .site-menu {
    left: 10px;
    right: 10px;
    top: 52px;
    max-height: calc(100vh - 66px);
  }
  .new-arrival-card {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 3px 10px;
  }
  .new-arrival-card img {
    width: 78px;
  }
  .new-arrival-card strong {
    font-size: 15px;
  }
  .product-card-price .stock-muted {
    max-width: none;
  }
  .price-panel strong {
    font-size: 21px;
  }
  .cart-item-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
  }
  .cart-item-image img {
    min-height: 86px;
  }
  .cart-item-head h2 {
    font-size: 18px;
  }
  .cart-option-row span {
    padding: 5px 7px;
  }
  .notification-card {
    padding: 16px 14px;
  }
  .notification-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .notification-actions {
    flex-wrap: wrap;
  }
  .notification-badge {
    width: fit-content;
  }
}

.topbar,
.topbar a,
.topbar a:visited,
.topbar a:active,
.topbar .brand,
.topbar .desktop-nav a,
.topbar .desktop-nav a:visited {
  color: #ffffff !important;
}

.topbar .desktop-nav a:hover {
  color: #211d1a !important;
}

.topbar .badge {
  background: #c6aa78 !important;
  color: #211d1a !important;
}
