/* ================================================
   Lit Lavender — Store v3 (2026)
   Premium-minimal artisan skin for /shop, /shop/*,
   and the homepage "From the Farm Shop" section.
   All storefront chrome uses sd-/qv-/gb- prefixed
   classes so nothing collides with the paused legacy
   cart styles that still live in site.css.
   ================================================ */

:root {
  --sh-ink: #241E2E;
  --sh-plum: #4A3670;
  --sh-plum-deep: #372854;
  --sh-lav: #8B6FB8;
  --sh-lav-soft: #EFE9F7;
  --sh-gold: #C9A24B;
  --sh-gold-soft: #F4E9D2;
  --sh-cream: #FBF8F3;
  --sh-hairline: rgba(74, 54, 112, 0.14);
  --sh-shadow-card: 0 1px 2px rgba(36, 30, 46, 0.05), 0 8px 24px -12px rgba(36, 30, 46, 0.18);
  --sh-shadow-card-hover: 0 2px 4px rgba(36, 30, 46, 0.06), 0 18px 44px -16px rgba(36, 30, 46, 0.28);
  --sh-shadow-float: 0 10px 34px -8px rgba(55, 40, 84, 0.45);
}
[data-theme="dark"] {
  --sh-lav-soft: rgba(139, 111, 184, 0.16);
  --sh-gold-soft: rgba(201, 162, 75, 0.16);
  --sh-cream: var(--surface-alt);
  --sh-hairline: rgba(182, 157, 214, 0.22);
}

/* Store pages hide the generic mobile CTA bar and the chat bee —
   the storefront owns the bottom edge (gift bar + cart FAB). */
body.store-page .mobile-cta-bar { display: none !important; }
body.store-page .lavi-fab, body.store-page .lavi-panel { display: none !important; }
body.store-page { padding-bottom: 0; }
body.store-page.gb-active { padding-bottom: 84px; }

/* ===================================================
   SHOP HERO — full-bleed photography, ad-landing grade
   =================================================== */
.store-hero {
  position: relative;
  min-height: clamp(560px, 82vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: #2A2338;
}
.store-hero-img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 58%;
}
.store-hero-overlay {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(11deg, rgba(24, 17, 38, 0.82) 0%, rgba(24, 17, 38, 0.44) 34%, rgba(24, 17, 38, 0.06) 62%, rgba(24, 17, 38, 0.18) 100%);
}
.store-hero-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 28px 58px;
  color: #fff;
}
.store-hero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-system); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: #F2E2B4;
  text-shadow: 0 1px 10px rgba(20, 12, 36, 0.85), 0 0 2px rgba(20, 12, 36, 0.6);
  margin-bottom: 18px;
}
.store-hero-kicker::before { content: ""; width: 34px; height: 1px; background: rgba(242, 226, 180, 0.75); flex: none; }
@media (max-width: 640px) {
  .store-hero-kicker { font-size: 0.62rem; letter-spacing: 0.2em; }
  .store-hero-kicker::before { display: none; }
}
.store-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5.6vw, 4.35rem);
  line-height: 1.06;
  color: #fff;
  max-width: 13ch;
  margin: 0 0 16px;
  text-shadow: 0 2px 30px rgba(20, 12, 36, 0.55);
}
.store-hero-sub {
  font-size: clamp(1rem, 1.9vw, 1.14rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  max-width: 520px;
  margin: 0 0 22px;
  text-shadow: 0 1px 14px rgba(20, 12, 36, 0.6);
}
.store-hero-offer {
  display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap;
  background: rgba(251, 248, 243, 0.14);
  border: 1px solid rgba(251, 248, 243, 0.34);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 9px 18px 9px 12px;
  font-family: var(--font-system); font-size: 0.9rem; font-weight: 600;
  color: #fff;
  margin-bottom: 26px;
}
.store-hero-offer .tag {
  background: var(--sh-gold); color: #241A0A;
  font-weight: 800; letter-spacing: 0.08em; font-size: 0.78rem;
  padding: 4px 10px; border-radius: 999px;
}
.store-hero-offer b { letter-spacing: 0.06em; }
.store-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 26px; }
.btn-hero {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-system); font-weight: 800; font-size: 1.02rem;
  padding: 16px 34px; border-radius: 999px; border: none; cursor: pointer;
  background: #fff; color: var(--sh-plum-deep); text-decoration: none;
  box-shadow: 0 14px 38px -10px rgba(0, 0, 0, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-hero:hover { transform: translateY(-2px); box-shadow: 0 20px 44px -10px rgba(0, 0, 0, 0.6); color: var(--sh-plum-deep); }
.btn-hero-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-system); font-weight: 700; font-size: 0.95rem;
  padding: 15px 26px; border-radius: 999px;
  color: #fff; text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  transition: background 0.18s ease, border-color 0.18s ease;
}
.btn-hero-ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; color: #fff; }
.store-hero-proof {
  display: flex; align-items: center; gap: 10px 22px; flex-wrap: wrap;
  font-family: var(--font-system); font-size: 0.88rem; font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 10px rgba(20, 12, 36, 0.8);
}
.store-hero-proof .stars { color: #F2C75C; letter-spacing: 2.5px; font-size: 0.92rem; }
.store-hero-proof .dot { opacity: 0.45; }
@media (max-width: 640px) {
  .store-hero { min-height: 88vh; align-items: flex-end; }
  .store-hero-inner { padding: 110px 22px 46px; }
  .store-hero-sub { font-size: 0.98rem; }
  .store-hero-cta .btn-hero, .store-hero-cta .btn-hero-ghost { flex: 1 1 100%; text-align: center; justify-content: center; }
}

/* Fix inherited section-header collision: site.css makes .section-label
   inline-block (for its dash accent), which lets short h2s share its line.
   On store pages labels always stack above the title. */
body.store-page .section-header .section-label { display: block; padding-left: 0; }
body.store-page .section-header .section-label::before { display: none; }

/* ===== Trust strip ===== */
.store-trust {
  background: var(--sh-plum-deep);
  color: #fff;
  padding: 15px 0;
}
.store-trust .container {
  display: grid; grid-template-columns: repeat(4, auto);
  justify-content: space-between; gap: 12px 30px;
}
.store-trust span {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-system); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.94);
  white-space: nowrap;
}
.store-trust svg { width: 17px; height: 17px; flex: none; color: #D9C08A; }
@media (max-width: 880px) {
  .store-trust .container { grid-template-columns: repeat(2, auto); justify-content: space-around; }
}
@media (max-width: 480px) {
  .store-trust span { font-size: 0.78rem; }
}

/* ===================================================
   GIFT LADDER — horizontal milestone graphic
   =================================================== */
.gift-ladder-card {
  background: linear-gradient(150deg, var(--sh-lav-soft) 0%, var(--sh-cream) 58%);
  border: 1px solid var(--sh-hairline);
  border-radius: 24px;
  padding: 40px 38px 34px;
  box-shadow: var(--sh-shadow-card);
}
.gift-ladder-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px 34px; flex-wrap: wrap; margin-bottom: 30px; }
.gift-ladder-head h2 { font-size: clamp(1.45rem, 3vw, 2rem); margin: 6px 0 0; }
.gift-ladder-head p { max-width: 430px; font-size: 0.94rem; line-height: 1.65; color: var(--text-secondary); margin: 0; }
.gift-rail { position: relative; padding-top: 4px; }
.gift-rail-track {
  position: absolute; left: 9%; right: 9%; top: 26px; height: 3px;
  background: linear-gradient(90deg, var(--sh-lav), var(--sh-gold));
  border-radius: 2px; opacity: 0.5;
}
.gift-rail-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; position: relative; }
.gift-rail-step { text-align: center; padding: 0 4px; }
.gift-rail-step .node {
  width: 48px; height: 48px; margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--surface);
  border: 1.5px solid var(--sh-hairline);
  box-shadow: var(--sh-shadow-card);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  position: relative; z-index: 1;
}
.gift-rail-step:last-child .node { border-color: var(--sh-gold); background: var(--sh-gold-soft); }
.gift-rail-step .amt { display: block; font-family: var(--font-serif); font-weight: 800; font-size: 1.18rem; color: var(--sh-plum); }
[data-theme="dark"] .gift-rail-step .amt { color: var(--sh-lav); }
.gift-rail-step .what { display: block; font-size: 0.8rem; line-height: 1.4; color: var(--text-secondary); margin-top: 3px; }
.gift-ladder-fine {
  margin: 26px 0 0; text-align: center; font-size: 0.86rem; color: var(--text-secondary);
}
.gift-ladder-fine b { color: var(--sh-plum); }
[data-theme="dark"] .gift-ladder-fine b { color: var(--sh-lav); }
@media (max-width: 720px) {
  .gift-ladder-card { padding: 28px 20px 24px; }
  .gift-rail-track { display: none; }
  .gift-rail-steps { grid-template-columns: repeat(5, minmax(112px, 1fr)); overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
  .gift-rail-step .node { width: 42px; height: 42px; font-size: 1.05rem; }
}

/* ===== Filters + grid ===== */
.store-filters {
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin: 0 0 36px;
}
.filter-pill {
  border: 1px solid var(--sh-hairline); background: var(--surface); color: var(--text-secondary);
  padding: 9px 19px; border-radius: 999px; font-family: var(--font-system);
  font-size: 0.87rem; font-weight: 600; cursor: pointer; transition: all 0.18s ease;
}
.filter-pill:hover { border-color: var(--sh-lav); color: var(--sh-plum); }
[data-theme="dark"] .filter-pill:hover { color: var(--sh-lav); }
.filter-pill.active { background: var(--sh-plum); border-color: var(--sh-plum); color: #fff; }
@media (max-width: 640px) {
  .store-filters { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding: 2px 2px 10px; margin: 0 -4px 24px; scrollbar-width: none; }
  .store-filters::-webkit-scrollbar { display: none; }
  .filter-pill { white-space: nowrap; flex: none; }
}

.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 980px) { .store-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
@media (max-width: 560px) { .store-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* ===== Product card ===== */
.p-card {
  background: var(--surface);
  border: 1px solid var(--sh-hairline);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--sh-shadow-card);
  display: flex; flex-direction: column; position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.p-card:hover { transform: translateY(-4px); box-shadow: var(--sh-shadow-card-hover); }
.p-card.is-hidden { display: none; }
.p-card-img { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--sh-lav-soft); display: block; }
.p-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.p-card:hover .p-card-img img { transform: scale(1.05); }
.p-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: rgba(36, 30, 46, 0.82); color: #fff;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  padding: 5px 12px; border-radius: 999px;
  font-family: var(--font-system);
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
}
.p-badge.gift { background: rgba(74, 54, 112, 0.88); }
.p-badge.bundle { background: rgba(154, 113, 32, 0.9); }
.p-quick {
  /* Pinned to the top-right of the (square) card image; .p-card is the
     positioning context, and the image always starts at the card top. */
  position: absolute; top: 10px; right: 10px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(251, 248, 243, 0.94); color: var(--sh-ink);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border: none; border-radius: 999px; cursor: pointer;
  padding: 8px 14px;
  font-family: var(--font-system); font-size: 0.76rem; font-weight: 700;
  box-shadow: 0 6px 18px -4px rgba(20, 14, 34, 0.4);
  opacity: 0; transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.p-quick svg { width: 13px; height: 13px; }
.p-card:hover .p-quick, .p-quick:focus-visible { opacity: 1; transform: translateY(0); }
@media (hover: none) {
  .p-quick { opacity: 1; transform: none; padding: 7px 12px; font-size: 0.72rem; }
}
@media (max-width: 560px) {
  .p-quick { top: 7px; right: 7px; padding: 6px 10px; font-size: 0.68rem; }
}
.p-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.p-card-body h3 { font-family: var(--font-system); font-size: 1rem; font-weight: 700; line-height: 1.35; margin: 0 0 2px; }
.p-card-body h3 a { color: var(--text); text-decoration: none; }
.p-card-body h3 a:hover { color: var(--sh-plum); }
[data-theme="dark"] .p-card-body h3 a:hover { color: var(--sh-lav); }
.p-tagline { font-size: 0.84rem; color: var(--text-light); margin: 0 0 10px; line-height: 1.5; }
.p-price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 13px; }
.p-price { font-size: 1.12rem; font-weight: 800; color: var(--sh-ink); font-family: var(--font-system); }
[data-theme="dark"] .p-price { color: #E8DEF6; }
.p-compare { font-size: 0.88rem; color: var(--text-light); text-decoration: line-through; }
.p-from { font-size: 0.78rem; color: var(--text-light); font-weight: 500; }
.p-card-actions { margin-top: auto; display: flex; gap: 8px; }
.btn-add {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 16px; background: var(--sh-plum); color: #fff; border: none;
  border-radius: 12px; font-family: var(--font-system); font-size: 0.92rem; font-weight: 700;
  cursor: pointer; letter-spacing: 0.01em;
  transition: background 0.18s ease, transform 0.14s ease;
}
.btn-add:hover { background: var(--sh-plum-deep); transform: translateY(-1px); }
.btn-add:active { transform: scale(0.98); }
.btn-add[disabled] { opacity: 0.6; cursor: wait; transform: none; }
.btn-add.added { background: #4F7D5B; }
.farm-stand-chip {
  flex: 1; padding: 12px 12px; border: 1.5px dashed var(--sh-hairline); border-radius: 12px;
  background: var(--sh-cream); color: var(--text-secondary); font-size: 0.74rem; font-weight: 700;
  font-family: var(--font-system);
  text-align: center; letter-spacing: 0.06em; text-transform: uppercase; cursor: default;
}
@media (max-width: 560px) {
  .p-card { border-radius: 16px; }
  .p-card-body { padding: 12px 12px 13px; }
  .p-card-body h3 { font-size: 0.88rem; }
  .p-tagline { display: none; }
  .p-price-row { margin-bottom: 10px; }
  .p-price { font-size: 1.02rem; }
  .btn-add { padding: 11px 10px; font-size: 0.84rem; border-radius: 10px; }
  .p-badge { top: 8px; left: 8px; font-size: 0.6rem; padding: 4px 9px; }
}

/* ===== Feeds the farm ===== */
.feeds-farm-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: center; }
@media (max-width: 860px) { .feeds-farm-grid { grid-template-columns: 1fr; gap: 30px; } }
.feeds-farm-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feeds-farm-photos img { border-radius: 18px; box-shadow: var(--sh-shadow-card-hover); aspect-ratio: 1/1.05; object-fit: cover; width: 100%; }
.feeds-farm-photos img:first-child { grid-row: span 2; aspect-ratio: 1/2.18; }
.feeds-list { list-style: none; margin: 18px 0 24px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.feeds-list li { display: flex; gap: 13px; align-items: flex-start; color: var(--text-secondary); line-height: 1.65; font-size: 0.97rem; }
.feeds-list li .ico { flex-shrink: 0; font-size: 1.3rem; line-height: 1.35; }

/* ===== Provenance cards ===== */
.review-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .review-strip { grid-template-columns: 1fr; } }
.review-card {
  background: var(--surface); border: 1px solid var(--sh-hairline); border-radius: 18px;
  padding: 26px 26px 22px; box-shadow: var(--sh-shadow-card);
}
.review-card .stars { color: #D9A93C; letter-spacing: 3px; margin-bottom: 12px; font-size: 0.95rem; }
.review-card p { font-size: 0.94rem; line-height: 1.7; margin-bottom: 12px; color: var(--text-secondary); }
.review-card p strong { color: var(--text); }
.review-card .who { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; }
.review-card .who a { color: var(--sh-plum); }
[data-theme="dark"] .review-card .who a { color: var(--sh-lav); }

/* ===================================================
   CART FAB + header cart
   =================================================== */
.store-cart-fab {
  position: fixed; right: 18px; bottom: 20px; z-index: 9600;
  display: flex; align-items: center; gap: 9px;
  background: var(--sh-plum-deep); color: #fff; border: none; cursor: pointer;
  padding: 13px 19px 13px 15px; border-radius: 999px;
  font-family: var(--font-system); font-weight: 700; font-size: 0.93rem;
  box-shadow: var(--sh-shadow-float);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.3s ease, bottom 0.3s ease;
}
body.gb-active .store-cart-fab { bottom: 96px; }
body.store-home .store-cart-fab { bottom: 96px; }
.store-cart-fab svg { width: 19px; height: 19px; }
.store-cart-fab:hover { transform: translateY(-2px); }
.store-cart-fab .fab-count {
  background: var(--sh-gold); color: #241A0A; min-width: 21px; height: 21px; border-radius: 11px;
  display: inline-flex; align-items: center; justify-content: center; font-size: 0.76rem; font-weight: 800; padding: 0 6px;
}
.store-cart-fab.empty { opacity: 0; pointer-events: none; transform: translateY(10px); }
.store-cart-fab.bump { animation: fabBump 0.45s ease; }
@keyframes fabBump { 30% { transform: scale(1.09); } 60% { transform: scale(0.97); } 100% { transform: scale(1); } }

.store-header-cart {
  position: relative; background: none; border: none; cursor: pointer;
  padding: 7px 9px; line-height: 1; color: var(--sh-plum);
  display: inline-flex; align-items: center;
}
[data-theme="dark"] .store-header-cart { color: var(--sh-lav); }
.store-header-cart svg { width: 21px; height: 21px; }
.store-header-cart .hc-count {
  position: absolute; top: -1px; right: -3px; background: var(--sh-gold); color: #241A0A;
  min-width: 17px; height: 17px; border-radius: 9px; font-size: 0.64rem; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center; padding: 0 4px; font-family: var(--font-system);
}
.store-header-cart .hc-count[data-n="0"] { display: none; }

/* ===================================================
   CART DRAWER (sd- prefix, no legacy collisions)
   =================================================== */
.sd-backdrop {
  position: fixed; inset: 0; background: rgba(30, 24, 42, 0.52); backdrop-filter: blur(3px);
  z-index: 9800; opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.sd-backdrop.open { opacity: 1; pointer-events: auto; }
.sd-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(430px, 100vw); z-index: 9900;
  background: var(--background); box-shadow: -14px 0 52px rgba(15, 10, 26, 0.3);
  transform: translateX(103%); transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex; flex-direction: column;
}
.sd-drawer.open { transform: translateX(0); }
.sd-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 17px 22px; border-bottom: 1px solid var(--sh-hairline); background: var(--surface);
}
.sd-head h2 { font-size: 1.2rem; margin: 0; }
.sd-head .n { font-family: var(--font-system); font-size: 0.85rem; color: var(--text-light); font-weight: 600; margin-left: 8px; }
.sd-close { background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text-secondary); padding: 4px 10px; border-radius: 8px; line-height: 1; }
.sd-close:hover { background: var(--surface-alt); color: var(--text); }
.sd-items { flex: 1; overflow-y: auto; padding: 16px 20px; display: flex; flex-direction: column; gap: 12px; }
.sd-empty { text-align: center; padding: 52px 20px; color: var(--text-secondary); }
.sd-empty .big { font-size: 2.3rem; display: block; margin-bottom: 12px; }
.sd-empty .btn-add { margin-top: 18px; flex: none; padding: 12px 26px; }
.sd-item {
  display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; align-items: center;
  background: var(--surface); border: 1px solid var(--sh-hairline); border-radius: 16px; padding: 10px 12px;
}
.sd-item img { width: 62px; height: 62px; object-fit: cover; border-radius: 12px; }
.sd-item .nm { font-weight: 700; font-size: 0.9rem; line-height: 1.35; color: var(--text); text-decoration: none; display: block; }
.sd-item .nm:hover { color: var(--sh-plum); }
.sd-item .vr { font-size: 0.76rem; color: var(--text-light); }
.sd-item .pr { font-size: 0.86rem; color: var(--text-secondary); margin-top: 3px; font-weight: 600; }
.sd-qty { display: flex; align-items: center; border: 1px solid var(--sh-hairline); border-radius: 10px; overflow: hidden; margin-top: 7px; width: fit-content; }
.sd-qty button { width: 30px; height: 30px; border: none; background: var(--sh-cream); cursor: pointer; font-size: 1rem; font-weight: 700; color: var(--text); }
.sd-qty button:hover { background: var(--sh-lav-soft); }
.sd-qty .q { width: 32px; text-align: center; font-size: 0.86rem; font-weight: 700; font-family: var(--font-system); }
.sd-rm { background: none; border: none; color: var(--text-light); cursor: pointer; font-size: 0.72rem; text-decoration: underline; justify-self: end; align-self: start; padding: 2px; font-family: var(--font-system); }
.sd-rm:hover { color: #A14848; }
.sd-item.gift { border-style: dashed; border-color: var(--sh-lav); background: var(--sh-lav-soft); }
.sd-item.gift .pr { color: var(--sh-plum); font-weight: 800; }
[data-theme="dark"] .sd-item.gift .pr { color: var(--sh-lav); }
.sd-item.gift .gift-tag { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.07em; color: var(--sh-plum); text-transform: uppercase; font-family: var(--font-system); }
[data-theme="dark"] .sd-item.gift .gift-tag { color: var(--sh-lav); }

.sd-addons { padding: 6px 20px 10px; }
.sd-addons h4 { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-light); margin: 0 0 10px; font-family: var(--font-system); }
.sd-addon-row { display: flex; gap: 10px; }
.sd-addon {
  flex: 1; display: flex; align-items: center; gap: 9px; background: var(--surface);
  border: 1px solid var(--sh-hairline); border-radius: 12px; padding: 8px 10px; cursor: pointer; text-align: left;
  transition: border-color 0.18s ease, box-shadow 0.18s ease; font-family: var(--font-system);
}
.sd-addon:hover { border-color: var(--sh-lav); box-shadow: var(--sh-shadow-card); }
.sd-addon img { width: 38px; height: 38px; border-radius: 9px; object-fit: cover; flex: none; }
.sd-addon .a-name { font-size: 0.74rem; font-weight: 700; line-height: 1.3; color: var(--text); display: block; }
.sd-addon .a-price { font-size: 0.72rem; color: var(--sh-plum); font-weight: 800; }
[data-theme="dark"] .sd-addon .a-price { color: var(--sh-lav); }

.sd-milestone { padding: 10px 20px 4px; }
.sd-milestone .msg { font-size: 0.84rem; font-weight: 600; color: var(--text-secondary); line-height: 1.45; margin-bottom: 8px; }
.sd-milestone .msg .hl { color: var(--sh-plum); font-weight: 800; }
[data-theme="dark"] .sd-milestone .msg .hl { color: var(--sh-lav); }
.sd-track { position: relative; height: 8px; background: var(--sh-lav-soft); border-radius: 5px; }
.sd-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0%; background: linear-gradient(90deg, var(--sh-lav), var(--sh-plum)); border-radius: 5px; transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.sd-dot { position: absolute; top: 50%; transform: translate(-50%, -50%); width: 13px; height: 13px; border-radius: 50%; background: var(--surface); border: 2px solid var(--sh-hairline); transition: all 0.3s ease; }
.sd-dot.hit { background: var(--sh-gold); border-color: var(--sh-gold); }

.sd-foot { border-top: 1px solid var(--sh-hairline); background: var(--surface); padding: 15px 20px 18px; }
.sd-sums { display: flex; flex-direction: column; gap: 6px; margin-bottom: 13px; }
.sd-sums .row { display: flex; justify-content: space-between; font-size: 0.9rem; color: var(--text-secondary); font-family: var(--font-system); }
.sd-sums .row.gifts { color: var(--sh-plum); font-weight: 700; }
[data-theme="dark"] .sd-sums .row.gifts { color: var(--sh-lav); }
.sd-sums .row.total { font-size: 1.1rem; font-weight: 800; color: var(--text); padding-top: 7px; border-top: 1px dashed var(--sh-hairline); }
.sd-sums .fine { font-size: 0.76rem; color: var(--text-light); }
.sd-checkout {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 16px; background: var(--sh-plum); color: #fff; border: none; border-radius: 14px;
  font-family: var(--font-system); font-size: 1.03rem; font-weight: 800; letter-spacing: 0.02em; cursor: pointer;
  box-shadow: 0 10px 26px -8px rgba(74, 54, 112, 0.6);
  transition: background 0.2s ease, transform 0.15s ease;
}
.sd-checkout:hover { background: var(--sh-plum-deep); transform: translateY(-1px); }
.sd-checkout[disabled] { opacity: 0.65; cursor: wait; transform: none; }
.sd-secure { text-align: center; font-size: 0.74rem; color: var(--text-light); margin: 10px 0 0; }
.sd-error { background: #FBEBEB; color: #8E3B3B; border: 1px solid #E8C4C4; border-radius: 10px; padding: 10px 12px; font-size: 0.84rem; margin-bottom: 10px; display: none; }
.sd-error.show { display: block; }
[data-theme="dark"] .sd-error { background: rgba(142, 59, 59, 0.18); color: #E8A9A9; border-color: rgba(142, 59, 59, 0.4); }

/* ===================================================
   QUICK VIEW (qv- prefix)
   =================================================== */
.qv-backdrop {
  position: fixed; inset: 0; z-index: 10500; background: rgba(30, 24, 42, 0.56);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity 0.24s ease;
}
.qv-backdrop.open { opacity: 1; pointer-events: auto; }
.qv-modal {
  background: var(--surface); border-radius: 22px; max-width: 780px; width: 100%;
  max-height: min(88vh, 640px);
  display: grid; grid-template-columns: 1fr 1.1fr; overflow: hidden;
  box-shadow: 0 36px 90px rgba(10, 6, 20, 0.45);
  transform: translateY(16px) scale(0.98); transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.qv-backdrop.open .qv-modal { transform: none; }
.qv-media { position: relative; background: var(--sh-lav-soft); min-height: 300px; }
.qv-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.qv-media .p-badge { top: 14px; left: 14px; }
.qv-body { padding: 30px 30px 26px; overflow-y: auto; position: relative; display: flex; flex-direction: column; }
.qv-close {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--sh-cream); color: var(--text-secondary); font-size: 1.25rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
.qv-close:hover { background: var(--sh-lav-soft); color: var(--text); }
.qv-body h3 { font-family: var(--font-serif); font-size: 1.5rem; margin: 0 32px 4px 0; line-height: 1.2; }
.qv-tagline { font-size: 0.92rem; color: var(--text-light); font-style: italic; margin: 0 0 12px; }
.qv-price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.qv-price { font-size: 1.4rem; font-weight: 800; font-family: var(--font-system); color: var(--sh-ink); }
[data-theme="dark"] .qv-price { color: #E8DEF6; }
.qv-desc { font-size: 0.92rem; line-height: 1.7; color: var(--text-secondary); margin: 0 0 16px; }
.qv-variants { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.qv-variant {
  border: 1.5px solid var(--sh-hairline); background: var(--surface); border-radius: 10px;
  padding: 8px 14px; cursor: pointer; font-family: var(--font-system); font-size: 0.84rem; font-weight: 600; color: var(--text-secondary);
}
.qv-variant.sel { border-color: var(--sh-plum); color: var(--sh-plum); background: var(--sh-lav-soft); font-weight: 800; }
[data-theme="dark"] .qv-variant.sel { color: var(--sh-lav); }
.qv-buy { display: flex; gap: 10px; align-items: stretch; margin-top: auto; }
.qv-qty { display: flex; align-items: center; border: 1.5px solid var(--sh-hairline); border-radius: 12px; overflow: hidden; flex: none; }
.qv-qty button { width: 38px; border: none; background: var(--sh-cream); font-size: 1.1rem; font-weight: 700; cursor: pointer; color: var(--text); height: 100%; min-height: 46px; }
.qv-qty .q { width: 38px; text-align: center; font-weight: 800; font-size: 0.95rem; font-family: var(--font-system); }
.qv-link { display: inline-block; margin-top: 14px; font-family: var(--font-system); font-size: 0.84rem; font-weight: 700; color: var(--sh-plum); }
[data-theme="dark"] .qv-link { color: var(--sh-lav); }
.qv-gift-hint { margin-top: 12px; font-size: 0.78rem; color: var(--text-light); line-height: 1.5; }
@media (max-width: 640px) {
  .qv-backdrop { padding: 0; align-items: flex-end; }
  .qv-modal { grid-template-columns: 1fr; max-height: 92vh; border-radius: 22px 22px 0 0; transform: translateY(40px); }
  .qv-media { min-height: 0; height: 220px; position: relative; }
  .qv-body { padding: 22px 20px 20px; }
}

/* ===================================================
   GIFT PROGRESS BAR (gb- prefix) — only when cart has items
   =================================================== */
.gift-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9500;
  background: var(--surface); border-top: 1px solid var(--sh-hairline);
  box-shadow: 0 -8px 30px rgba(24, 17, 38, 0.14);
  padding: 11px 18px 12px;
  transform: translateY(110%); transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}
.gift-bar.on { transform: translateY(0); }
.gift-bar.hidden-by-drawer { transform: translateY(110%); }
.gb-inner { max-width: 780px; margin: 0 auto; display: flex; align-items: center; gap: 16px; }
.gb-copy { flex: 1; min-width: 0; }
.gb-msg { font-size: 0.85rem; font-weight: 700; color: var(--text); line-height: 1.35; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: var(--font-system); }
.gb-msg .hl { color: var(--sh-plum); }
[data-theme="dark"] .gb-msg .hl { color: var(--sh-lav); }
.gb-track { position: relative; height: 8px; background: var(--sh-lav-soft); border-radius: 5px; }
.gb-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0%; background: linear-gradient(90deg, var(--sh-lav), var(--sh-plum)); border-radius: 5px; transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.gb-dot { position: absolute; top: 50%; transform: translate(-50%, -50%); width: 14px; height: 14px; border-radius: 50%; background: var(--surface); border: 2px solid var(--border-dark); transition: all 0.3s ease; z-index: 1; }
.gb-dot.hit { background: var(--sh-gold); border-color: var(--sh-gold); box-shadow: 0 0 0 4px rgba(201, 162, 75, 0.22); }
.gb-open {
  flex-shrink: 0; background: var(--sh-plum); border: none; color: #fff;
  font-size: 0.8rem; font-weight: 800; cursor: pointer; font-family: var(--font-system);
  white-space: nowrap; padding: 10px 18px; border-radius: 999px;
  transition: background 0.18s ease;
}
.gb-open:hover { background: var(--sh-plum-deep); }
@media (max-width: 560px) {
  .gift-bar { padding: 10px 14px 11px; }
  .gb-msg { font-size: 0.78rem; }
  .gb-open { padding: 9px 14px; font-size: 0.74rem; }
}

/* ===================================================
   WELCOME POPUP
   =================================================== */
.welcome-pop-backdrop {
  position: fixed; inset: 0; z-index: 11000; background: rgba(30, 24, 42, 0.58);
  backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 22px;
}
.welcome-pop-backdrop.open { display: flex; animation: wpFadeIn 0.35s ease; }
@keyframes wpFadeIn { from { opacity: 0; } to { opacity: 1; } }
.welcome-pop {
  background: var(--surface); border-radius: 24px; max-width: 720px; width: 100%;
  display: grid; grid-template-columns: 1fr 1.15fr; overflow: hidden; box-shadow: 0 32px 90px rgba(10, 6, 20, 0.45);
  animation: wpPopUp 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes wpPopUp { from { transform: translateY(22px) scale(0.97); opacity: 0; } to { transform: none; opacity: 1; } }
.welcome-pop-img { background-size: cover; background-position: center 30%; min-height: 250px; }
.welcome-pop-body { padding: 32px 30px 26px; position: relative; }
.welcome-pop-close { position: absolute; top: 12px; right: 14px; background: none; border: none; font-size: 1.4rem; color: var(--text-light); cursor: pointer; padding: 6px; line-height: 1; }
.welcome-pop-body .wp-label { font-size: 0.64rem; letter-spacing: 0.24em; font-weight: 700; color: var(--sh-plum); text-transform: uppercase; font-family: var(--font-system); }
[data-theme="dark"] .welcome-pop-body .wp-label { color: var(--sh-lav); }
.welcome-pop-body h3 { font-size: 1.55rem; margin: 8px 0 8px; font-family: var(--font-serif); }
.welcome-pop-body p { font-size: 0.9rem; line-height: 1.65; color: var(--text-secondary); }
.wp-code {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  border: 1.5px dashed var(--sh-plum); background: var(--sh-lav-soft); border-radius: 12px;
  padding: 10px 14px; margin: 14px 0;
}
.wp-code b { font-family: var(--font-system); letter-spacing: 0.14em; font-size: 1.05rem; color: var(--sh-plum); }
[data-theme="dark"] .wp-code b { color: var(--sh-lav); }
.wp-code button { background: var(--sh-plum); border: none; color: #fff; font-size: 0.75rem; font-weight: 800; padding: 7px 13px; border-radius: 8px; cursor: pointer; font-family: var(--font-system); }
.wp-form { display: flex; gap: 8px; }
.wp-form input {
  flex: 1; min-width: 0; padding: 11px 14px; border: 1.5px solid var(--sh-hairline); border-radius: 12px;
  font-family: var(--font-system); font-size: 0.92rem; background: var(--surface); color: var(--text);
}
.wp-form input:focus { outline: 2px solid var(--sh-lav); border-color: var(--sh-plum); }
.wp-form button {
  background: var(--sh-plum); color: #fff; border: none; border-radius: 12px;
  padding: 11px 18px; font-weight: 800; font-size: 0.88rem; cursor: pointer; font-family: var(--font-system);
}
.wp-skip { display: inline-block; margin-top: 12px; background: none; border: none; color: var(--text-light); font-size: 0.78rem; text-decoration: underline; cursor: pointer; font-family: var(--font-system); }
.wp-fine { font-size: 0.7rem; color: var(--text-light); margin-top: 10px; margin-bottom: 0; }
@media (max-width: 620px) {
  .welcome-pop { grid-template-columns: 1fr; max-width: 420px; }
  .welcome-pop-img { min-height: 132px; }
  .welcome-pop-body { padding: 24px 20px 20px; }
}

/* ===== Toast ===== */
.store-toast {
  position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); z-index: 10000;
  background: var(--sh-ink); color: #fff; padding: 12px 22px; border-radius: 999px;
  font-family: var(--font-system); font-size: 0.88rem; font-weight: 700; box-shadow: var(--sh-shadow-float);
  opacity: 0; pointer-events: none; transition: all 0.3s ease; max-width: 90vw; text-align: center;
}
body.gb-active .store-toast { bottom: 100px; }
.store-toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ===================================================
   PRODUCT DETAIL PAGE
   =================================================== */
.pp-wrap { padding: 36px 0 72px; }
.pp-breadcrumb { font-size: 0.82rem; color: var(--text-light); margin-bottom: 24px; font-family: var(--font-system); }
.pp-breadcrumb a { color: var(--text-light); }
.pp-breadcrumb a:hover { color: var(--sh-plum); }
.pp-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
@media (max-width: 880px) { .pp-grid { grid-template-columns: 1fr; gap: 26px; } }
.pp-gallery { position: sticky; top: 96px; }
@media (max-width: 880px) { .pp-gallery { position: static; } }
.pp-img-main { border-radius: 22px; overflow: hidden; box-shadow: var(--sh-shadow-card-hover); background: var(--sh-lav-soft); }
.pp-img-main img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.pp-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.pp-thumbs button { border: 2px solid transparent; border-radius: 12px; overflow: hidden; padding: 0; cursor: pointer; background: none; width: 72px; height: 72px; }
.pp-thumbs button.sel { border-color: var(--sh-plum); }
.pp-thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pp-info h1 { font-size: clamp(1.7rem, 3.6vw, 2.4rem); line-height: 1.12; margin: 0 0 6px; }
.pp-info .p-badge { position: static; display: inline-block; margin-bottom: 12px; }
.pp-info .p-tagline { display: block; font-size: 1rem; margin: 0 0 14px; font-style: italic; }
.pp-price-row { display: flex; align-items: baseline; gap: 12px; margin: 4px 0 16px; }
.pp-price { font-size: 1.65rem; font-weight: 800; color: var(--sh-ink); font-family: var(--font-system); }
[data-theme="dark"] .pp-price { color: #E8DEF6; }
.pp-desc { font-size: 1rem; line-height: 1.85; color: var(--text-secondary); }
.pp-variants { display: flex; gap: 9px; flex-wrap: wrap; margin: 14px 0 4px; }
.pp-variant {
  border: 1.5px solid var(--sh-hairline); background: var(--surface); border-radius: 12px;
  padding: 10px 16px; cursor: pointer; font-family: var(--font-system); font-size: 0.88rem; font-weight: 600; color: var(--text-secondary);
}
.pp-variant.sel { border-color: var(--sh-plum); color: var(--sh-plum); background: var(--sh-lav-soft); font-weight: 800; }
[data-theme="dark"] .pp-variant.sel { color: var(--sh-lav); }
.pp-buy-row { display: flex; gap: 12px; align-items: stretch; margin: 16px 0 10px; }
.pp-qty { display: flex; align-items: center; border: 1.5px solid var(--sh-hairline); border-radius: 12px; overflow: hidden; flex: none; }
.pp-qty button { width: 42px; border: none; background: var(--sh-cream); font-size: 1.15rem; font-weight: 700; cursor: pointer; color: var(--text); height: 100%; min-height: 50px; }
.pp-qty .q { width: 42px; text-align: center; font-weight: 800; font-size: 1rem; font-family: var(--font-system); }
.pp-buy-row .btn-add { font-size: 1.02rem; padding: 15px 18px; border-radius: 13px; }
.pp-welcome-hint {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--sh-gold-soft); border: 1px dashed var(--sh-gold);
  border-radius: 999px; padding: 7px 15px; margin: 4px 0 14px;
  font-family: var(--font-system); font-size: 0.8rem; font-weight: 600; color: #6B531F;
}
[data-theme="dark"] .pp-welcome-hint { color: #E4C87E; }
.pp-gift-note {
  display: flex; gap: 10px; align-items: flex-start; background: var(--sh-lav-soft);
  border: 1px solid var(--sh-hairline); border-radius: 14px; padding: 12px 15px;
  font-size: 0.84rem; color: var(--text-secondary); line-height: 1.55; margin-bottom: 18px;
}
.pp-meta { list-style: none; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--sh-hairline); padding: 16px 0 0; margin: 0; }
.pp-meta li { font-size: 0.88rem; color: var(--text-secondary); display: flex; gap: 10px; align-items: baseline; }
.pp-meta li b { color: var(--text); }
.pp-contents { background: var(--surface); border: 1px solid var(--sh-hairline); border-radius: 16px; padding: 18px 20px; margin: 18px 0; }
.pp-contents h4 { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-light); font-family: var(--font-system); margin: 0 0 10px; }
.pp-contents ul { list-style: none; display: flex; flex-direction: column; gap: 7px; margin: 0; padding: 0; }
.pp-contents li { font-size: 0.9rem; color: var(--text-secondary); }
.pp-related { margin-top: 68px; }
.pp-related h2 { text-align: center; margin-bottom: 32px; }

/* Sticky mobile add-to-cart */
.pp-sticky-atc {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9400;
  background: var(--surface); border-top: 1px solid var(--sh-hairline);
  box-shadow: 0 -8px 30px rgba(24, 17, 38, 0.16);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  display: none; align-items: center; gap: 12px;
  transform: translateY(110%); transition: transform 0.3s ease;
}
.pp-sticky-atc.on { transform: translateY(0); }
.pp-sticky-atc .sp { flex: 1; min-width: 0; }
.pp-sticky-atc .sp .nm { font-size: 0.8rem; font-weight: 700; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: var(--font-system); }
.pp-sticky-atc .sp .pr { font-size: 0.95rem; font-weight: 800; color: var(--sh-plum); font-family: var(--font-system); }
[data-theme="dark"] .pp-sticky-atc .sp .pr { color: var(--sh-lav); }
.pp-sticky-atc .btn-add { flex: none; padding: 13px 22px; font-size: 0.9rem; }
@media (max-width: 880px) {
  .pp-sticky-atc { display: flex; }
  body.gb-active .pp-sticky-atc { bottom: 62px; }
  body.sd-open .pp-sticky-atc { display: none; }
  /* While the sticky buy bar is up, the FAB is redundant (and overlaps it) —
     the header basket and the gift bar's View basket remain. */
  body:has(.pp-sticky-atc.on) .store-cart-fab { opacity: 0; pointer-events: none; }
  /* Keep page-end content clear of the stacked fixed bars. */
  body.store-page:has(.pp-sticky-atc) { padding-bottom: 130px; }
  body.store-page.gb-active:has(.pp-sticky-atc) { padding-bottom: 190px; }
}

/* ===================================================
   HOMEPAGE — From the Farm Shop
   =================================================== */
.home-shop-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 30px; }
.home-shop-head .section-label { margin-bottom: 8px; }
.home-shop-head h2 { margin: 0; font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.home-shop-head p { margin: 10px 0 0; max-width: 560px; color: var(--text-secondary); }
.home-shop-link { font-family: var(--font-system); font-weight: 800; font-size: 0.92rem; color: var(--sh-plum); white-space: nowrap; }
[data-theme="dark"] .home-shop-link { color: var(--sh-lav); }
.home-shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 980px) { .home-shop-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 560px) { .home-shop-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
.home-shop-strip {
  margin-top: 30px;
  background: linear-gradient(120deg, var(--sh-plum-deep) 0%, var(--sh-plum) 55%, var(--sh-lav) 130%);
  border-radius: 20px;
  padding: 22px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px 28px; flex-wrap: wrap;
  color: #fff;
  box-shadow: var(--sh-shadow-card-hover);
}
.home-shop-strip .l1 { font-family: var(--font-serif); font-size: 1.12rem; font-weight: 700; }
.home-shop-strip .l2 { font-size: 0.86rem; opacity: 0.92; margin-top: 3px; }
.home-shop-strip .code { background: rgba(255, 255, 255, 0.16); border: 1px dashed rgba(255, 255, 255, 0.5); padding: 2px 9px; border-radius: 7px; font-family: var(--font-system); font-weight: 800; letter-spacing: 0.08em; }
.home-shop-strip .btn-hero { padding: 13px 26px; font-size: 0.94rem; box-shadow: none; }

/* ===== Sections shared ===== */
.visual-break { position: relative; min-height: 380px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; isolation: isolate; }
.visual-break::after { content: ""; position: absolute; inset: 0; background: rgba(24, 17, 38, 0.44); z-index: -1; }
.visual-break-content { position: relative; color: #fff; padding: 60px 24px; max-width: 640px; }
.visual-break-content h3 { color: #fff; font-size: clamp(1.5rem, 3.4vw, 2.2rem); margin-bottom: 10px; }
.visual-break-content p { color: rgba(255, 255, 255, 0.88); font-size: 1.02rem; }

/* ===== Order confirmed (pipeline page — keep classes) ===== */
.oc-wrap { max-width: 720px; margin: 0 auto; padding: 56px 22px 80px; }
.oc-card { background: var(--surface); border-radius: 24px; box-shadow: var(--sh-shadow-card-hover); padding: 44px 40px; text-align: center; }
@media (max-width: 560px) { .oc-card { padding: 30px 20px; } }
.oc-emoji { font-size: 2.6rem; }
.oc-card h1 { font-size: clamp(1.7rem, 4vw, 2.3rem); margin: 12px 0 8px; }
.oc-sub { color: var(--text-secondary); font-size: 1.02rem; line-height: 1.7; }
.oc-summary { text-align: left; margin: 28px 0 6px; border: 1px solid var(--sh-hairline); border-radius: 16px; overflow: hidden; }
.oc-summary .oc-row { display: flex; justify-content: space-between; gap: 14px; padding: 12px 18px; font-size: 0.94rem; border-bottom: 1px solid var(--sh-hairline); color: var(--text-secondary); }
.oc-summary .oc-row:last-child { border-bottom: none; }
.oc-summary .oc-row.gift { color: var(--sh-plum); font-weight: 700; }
.oc-summary .oc-row.total { background: var(--sh-cream); font-weight: 800; color: var(--text); }
.oc-ship { margin-top: 18px; font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; }
.oc-actions { display: flex; gap: 12px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }

/* ===== Focus + reduced motion ===== */
.btn-add:focus-visible, .sd-checkout:focus-visible, .filter-pill:focus-visible,
.store-cart-fab:focus-visible, .store-header-cart:focus-visible, .pp-variant:focus-visible,
.qv-variant:focus-visible, .sd-addon:focus-visible, .sd-qty button:focus-visible,
.qv-qty button:focus-visible, .pp-qty button:focus-visible, .gb-open:focus-visible,
.sd-close:focus-visible, .qv-close:focus-visible, .p-quick:focus-visible,
.wp-form button:focus-visible, .btn-hero:focus-visible, .btn-hero-ghost:focus-visible {
  outline: 3px solid var(--sh-lav);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .gb-fill, .sd-fill, .sd-drawer, .p-card, .p-card-img img, .store-cart-fab,
  .qv-backdrop, .qv-modal, .pp-sticky-atc { transition: none !important; animation: none !important; }
}
