:root {
  --paper: #fffdf8;
  --paper-2: #f8f2e5;
  --paper-3: #f1e6d2;
  --ink: #17130a;
  --muted: #756b5d;
  --line: #e7dbc8;
  --gold: #c7962f;
  --gold-2: #e3bd65;
  --gold-3: #8b641b;
  --sage: #dfe8dd;
  --rose: #f5dde0;
  --danger: #a33a2d;
  --success: #2f7a4d;
  --shadow: 0 18px 60px rgba(90, 66, 26, 0.14);
  --radius: 8px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(227, 189, 101, 0.18), transparent 34rem),
    linear-gradient(135deg, var(--paper), #fbf8ef 48%, var(--paper-2));
  color: var(--ink);
  font-family: "Inter", Calibri, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 0;
  z-index: 1000;
  transform: translateY(-120px);
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
}

.skip-link:focus-visible {
  top: 1rem;
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(1280px, 100%);
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem;
  border: 1px solid rgba(199, 150, 47, 0.24);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  background: rgba(255, 253, 248, 0.98);
  backdrop-filter: none;
  box-shadow: var(--shadow);
}

.mobile-store-index {
  display: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ink), #4d3910);
  color: var(--gold-2);
  font-weight: 800;
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.14);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 0.15rem;
}

.desktop-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.header-link,
.filter-chip {
  border: 1px solid rgba(199, 150, 47, 0.18);
  background: rgba(255, 253, 248, 0.72);
  color: var(--muted);
  border-radius: 999px;
  padding: 0.62rem 0.9rem;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-link:hover,
.filter-chip:hover,
.header-link.is-active,
.filter-chip.is-active {
  transform: translateY(-1px);
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.header-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 800;
}

.cart-button,
.button,
.icon-button {
  border: 0;
  cursor: pointer;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 50px;
  padding: 0.35rem 0.5rem 0.35rem 0.35rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
}

.cart-button strong {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold-2);
  color: var(--ink);
}

.cart-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.12);
}

.cart-icon svg,
.icon-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-shell {
  width: min(1180px, calc(100% - 1.25rem));
  margin: 0 auto;
}

.hero {
  min-height: calc(100svh - var(--header-height));
  display: grid;
  align-items: center;
  gap: 2.5rem;
  padding: 4.5rem 0 5rem;
  scroll-margin-top: var(--header-height);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--gold-3);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero h1,
.section-heading h2,
.drawer-header h2,
.success-card h1 {
  margin: 0;
  color: var(--ink);
  line-height: 0.98;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(2.85rem, 10vw, 5.25rem);
}

.hero p,
.section-heading p,
.success-card p {
  max-width: 60ch;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.85rem 1.1rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, opacity 180ms ease;
}

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

.button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 14px 30px rgba(23, 19, 10, 0.18);
}

.button.ghost {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.66);
  color: var(--ink);
}

.button.paypal {
  background: var(--gold);
  color: var(--ink);
}

.hero-visual {
  position: relative;
  width: min(100%, 520px);
  margin: 0 auto;
}

.hero-visual img {
  width: 100%;
  filter: drop-shadow(0 34px 55px rgba(87, 64, 23, 0.22));
}

.hero-note {
  position: absolute;
  display: grid;
  gap: 0.1rem;
  width: max-content;
  max-width: 180px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(199, 150, 47, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--shadow);
}

.hero-note span {
  color: var(--muted);
  font-size: 0.8rem;
}

.hero-note strong {
  font-size: 0.98rem;
}

.hero-note-top {
  right: 0.5rem;
  top: 6%;
}

.hero-note-bottom {
  left: 0;
  bottom: 8%;
}

.trust-strip {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.7);
}

.trust-strip div {
  padding: 0.65rem;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  margin-top: 0.2rem;
  color: var(--muted);
}

.catalog-section {
  padding: 5rem 0;
  scroll-margin-top: calc(var(--header-height) - 2rem);
}

.store-banners {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(220px, 0.72fr));
  gap: 0.85rem;
  margin: 0 0 1.1rem;
}

.store-banners[hidden] {
  display: none;
}

.store-banner {
  position: relative;
  min-height: 168px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(199, 150, 47, 0.22);
  border-radius: 14px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(73, 52, 18, 0.11);
}

.store-banner.is-featured {
  min-height: 210px;
}

.store-banner img,
.store-banner-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.store-banner img {
  z-index: -2;
  object-fit: cover;
  transform: scale(1.01);
}

.store-banner-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(23, 19, 10, 0.02), rgba(23, 19, 10, 0.64)),
    linear-gradient(90deg, rgba(23, 19, 10, 0.52), transparent 70%);
}

.store-banner-copy {
  display: grid;
  gap: 0.22rem;
  max-width: 34rem;
  padding: clamp(0.9rem, 2.4vw, 1.25rem);
}

.store-banner-copy small {
  color: var(--gold-2);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.store-banner-copy strong {
  font-size: clamp(1.2rem, 3vw, 2rem);
  line-height: 1;
}

.store-banner-copy em {
  max-width: 32ch;
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.store-banner[href] {
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.store-banner[href]:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 150, 47, 0.5);
  box-shadow: var(--shadow);
}

.promos-anchor {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.section-heading {
  display: grid;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.section-heading h2,
.catalog-heading h1 {
  font-size: clamp(2.1rem, 7vw, 4.3rem);
  max-width: 820px;
}

.catalog-heading h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  line-height: 0.98;
}

.catalog-tools {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.2rem;
}

.search-field {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.82);
}

.search-field svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--muted);
  stroke-width: 1.9;
  stroke-linecap: round;
}

.search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.category-row {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
  scrollbar-width: none;
}

.category-row::-webkit-scrollbar {
  display: none;
}

.catalog-refine {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0.55rem;
  min-width: 0;
}

.catalog-refine label {
  flex: 1 1 170px;
  display: grid;
  gap: 0.22rem;
  min-width: 150px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-refine select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 2.15rem 0 0.85rem;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
  outline: 0;
}

.filter-reset {
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid rgba(199, 150, 47, 0.28);
  border-radius: 999px;
  padding: 0 0.92rem;
  background: rgba(255, 253, 248, 0.66);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.catalog-refine select:focus-visible,
.filter-reset:focus-visible {
  outline: 3px solid rgba(199, 150, 47, 0.28);
  outline-offset: 2px;
}

.promo-banner-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 0.75rem;
  margin: 0 0 1rem;
}

.promo-banner {
  display: grid;
  gap: 0.35rem;
  min-height: 126px;
  align-content: end;
  padding: 1rem;
  border: 1px solid rgba(199, 150, 47, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 10%, rgba(227, 189, 101, 0.28), transparent 7rem),
    linear-gradient(145deg, var(--ink), #3d2d0e);
  color: var(--paper);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.promo-banner:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.promo-banner span {
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.promo-banner strong {
  font-size: clamp(1.45rem, 4vw, 2rem);
  line-height: 1;
}

.promo-banner small {
  color: rgba(255, 253, 248, 0.72);
  line-height: 1.35;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 245px), 1fr));
  grid-auto-flow: dense;
  gap: 0.9rem;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(199, 150, 47, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 18px 40px rgba(89, 69, 31, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 150, 47, 0.5);
  box-shadow: var(--shadow);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(145deg, var(--paper-2), var(--sage));
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 50%;
  transition: transform 700ms ease, object-position 220ms ease;
}

.product-media img[src$=".svg"] {
  object-fit: contain;
  padding: 1rem;
}

.product-card:hover .product-media img {
  transform: scale(1.05);
}

.stock-pill {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  background: rgba(23, 19, 10, 0.84);
  color: var(--paper);
  font-size: 0.75rem;
  font-weight: 700;
}

.promo-pill {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  max-width: calc(100% - 1.5rem);
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  background: var(--gold-2);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(45, 35, 18, 0.14);
}

.price-stack {
  display: grid;
  justify-items: end;
  gap: 0.12rem;
  line-height: 1;
}

.price-stack .was-price {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: line-through;
}

.price-stack strong {
  color: var(--gold-3);
  white-space: nowrap;
}

.saving-price {
  display: inline-flex;
  justify-self: end;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 0.18rem 0.42rem;
  background: rgba(223, 232, 221, 0.78);
  color: #2f5d34;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.detail-price {
  justify-items: start;
}

.detail-price strong {
  font-size: 1.8rem;
}

.detail-price .saving-price {
  justify-self: start;
  font-size: 0.78rem;
}

.product-content {
  display: grid;
  grid-template-rows: auto minmax(2.55em, auto) minmax(3.05em, auto) minmax(32px, auto) auto;
  align-content: start;
  gap: 0.7rem;
  padding: 1rem;
  min-width: 0;
}

.product-meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.7rem;
}

.product-meta h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.15;
}

.product-meta strong {
  white-space: nowrap;
  color: var(--gold-3);
}

.product-content p {
  min-height: 3.2em;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.variant-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-content: start;
  min-height: 32px;
  overflow: hidden;
}

.variant-pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.32rem 0.55rem;
  background: var(--paper-2);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  align-self: end;
}

.product-actions .button {
  min-height: 42px;
  padding: 0.7rem 0.8rem;
  font-size: 0.92rem;
}

.empty-state,
.cart-empty {
  display: grid;
  gap: 0.3rem;
  padding: 1.5rem;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.65);
  color: var(--muted);
}

.empty-state strong,
.cart-empty strong {
  color: var(--ink);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(23, 19, 10, 0.28);
  backdrop-filter: none;
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
}

.drawer.is-open {
  visibility: visible;
}

.drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(100vw, 470px);
  max-width: 100vw;
  height: 100%;
  overflow-y: auto;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
  background: var(--paper);
  box-shadow: -14px 0 34px rgba(45, 35, 18, 0.16);
  transform: translateX(104%);
  transition: transform 180ms ease;
  pointer-events: auto;
  contain: layout paint;
}

.drawer.is-open .drawer-panel {
  transform: translateX(0);
}

.cart-panel {
  width: min(100vw, 560px);
  background: linear-gradient(180deg, var(--paper), #fbf6ea);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.drawer-header h2 {
  font-size: 2.2rem;
}

.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper-2);
  color: var(--ink);
}

.product-panel {
  width: min(100vw, 720px);
}

.product-drawer {
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 3vw, 2rem);
}

.product-drawer .product-panel {
  position: relative;
  right: auto;
  top: auto;
  width: min(94vw, 980px);
  height: auto;
  max-height: min(90svh, 820px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(0.8rem, 2vw, 1.2rem);
  border: 1px solid rgba(199, 150, 47, 0.24);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--paper), #fbf6ea);
  box-shadow: 0 28px 90px rgba(45, 35, 18, 0.28);
  transform: translateY(18px) scale(0.98);
  opacity: 0;
}

.product-drawer.is-open .product-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.close-product {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  margin-left: auto;
  z-index: 3;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1rem, 3vw, 1.5rem);
  min-width: 0;
}

.product-detail-media {
  width: 100%;
  max-height: min(62svh, 440px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 82% 18%, var(--rose), transparent 11rem),
    linear-gradient(145deg, var(--paper-2), var(--sage));
}

.product-detail-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform-origin: 50% 50%;
  transition: transform 220ms ease, object-position 220ms ease;
}

.detail-content,
.detail-copy {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
}

.detail-content {
  padding-top: 2.4rem;
}

.product-detail h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2.15rem, 3.8vw, 3.65rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.product-detail p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.detail-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.detail-stock,
.detail-promo {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  font-weight: 800;
  line-height: 1.2;
}

.detail-stock {
  background: var(--paper-2);
  color: var(--muted);
}

.detail-promo {
  background: var(--ink);
  color: var(--gold-2);
  white-space: normal;
  overflow-wrap: anywhere;
}

.option-group {
  display: grid;
  gap: 0.55rem;
}

.option-group strong {
  font-size: 0.9rem;
}

.option-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.option-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 42px;
  padding: 0.55rem 0.85rem;
  background: var(--paper-2);
  color: var(--ink);
  cursor: pointer;
}

.option-button.is-selected {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 42px 56px 42px;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.quantity-control button {
  min-height: 42px;
  border: 0;
  background: var(--paper-2);
  cursor: pointer;
}

.quantity-control span {
  text-align: center;
  font-weight: 800;
}

.cart-lines {
  display: grid;
  gap: 0.65rem;
}

.cart-checkout-flow {
  display: grid;
  gap: 0.9rem;
}

.cart-review-footer {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

.cart-review-footer .cart-total {
  min-height: 84px;
  padding: 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(199, 150, 47, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(248, 242, 229, 0.84));
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(89, 69, 31, 0.08);
}

.cart-review-footer .cart-total span {
  color: var(--muted);
  font-weight: 800;
}

.cart-review-footer .cart-total strong {
  color: var(--gold-3);
  font-size: clamp(2rem, 8vw, 3.1rem);
}

.cart-review-footer small {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.checkout-step {
  display: grid;
  gap: 0.85rem;
  padding: 0.85rem;
  border: 1px solid rgba(199, 150, 47, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.72);
}

.cart-step {
  background: rgba(255, 253, 248, 0.88);
}

.step-heading {
  display: flex;
  align-items: start;
  gap: 0.7rem;
}

.step-heading > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-2);
  font-weight: 800;
  font-size: 0.78rem;
}

.step-heading strong,
.step-heading small {
  display: block;
}

.step-heading strong {
  font-size: 1rem;
}

.step-heading small {
  margin-top: 0.15rem;
  color: var(--muted);
  line-height: 1.35;
}

.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.76);
}

.cart-line img {
  width: 72px;
  height: 84px;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--paper-2);
}

.cart-line h3 {
  margin: 0;
  font-size: 0.95rem;
}

.cart-line p {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.remove-line {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper-2);
  color: var(--danger);
  cursor: pointer;
}

.checkout-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
}

.cart-total strong {
  font-size: 2rem;
}

.checkout-recap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem;
  border-radius: var(--radius);
  background: var(--paper-2);
}

.checkout-recap strong {
  color: var(--gold-3);
  font-size: 1.6rem;
}

.total-step {
  border-color: rgba(199, 150, 47, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(248, 242, 229, 0.86));
  color: var(--ink);
}

.total-step .cart-total span {
  color: var(--muted);
  font-weight: 800;
}

.total-step .cart-total strong {
  color: var(--gold-3);
}

.delivery-options {
  display: grid;
  gap: 0.6rem;
}

.delivery-option {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.delivery-option:hover,
.delivery-option:has(input:checked) {
  border-color: rgba(199, 150, 47, 0.52);
  background: #fffaf0;
}

.delivery-option:has(input:checked) {
  transform: translateY(-1px);
}

.delivery-option input {
  width: 18px;
  min-height: 18px;
  margin-top: 0.12rem;
  accent-color: var(--gold);
}

.delivery-option strong,
.delivery-option small {
  display: block;
}

.delivery-option small {
  margin-top: 0.2rem;
  color: var(--muted);
  line-height: 1.35;
}

.pickup-note {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(199, 150, 47, 0.24);
  border-radius: var(--radius);
  background: var(--paper-2);
  color: var(--gold-3);
  font-weight: 700;
  line-height: 1.45;
}

.form-grid {
  display: grid;
  gap: 0.75rem;
}

label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.92);
  color: var(--ink);
  padding: 0.75rem 0.85rem;
  outline: 0;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(199, 150, 47, 0.32);
  outline-offset: 2px;
}

.checkout-actions {
  display: grid;
  gap: 0.65rem;
}

.checkout-policy-alert {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(199, 150, 47, 0.26);
  border-radius: 16px;
  background: rgba(248, 240, 223, 0.82);
}

.checkout-policy-alert strong {
  color: var(--ink);
}

.checkout-policy-alert p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.checkout-acceptance {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.78rem 0.86rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.84);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.checkout-acceptance input {
  width: 20px;
  height: 20px;
  margin-top: 0.1rem;
  accent-color: var(--gold);
}

.checkout-acceptance a,
.legal-links a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(199, 150, 47, 0.5);
  text-underline-offset: 3px;
}

.checkout-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.site-footer {
  width: min(1180px, calc(100% - 1.25rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem 0 2.5rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.footer-brand {
  display: grid;
  gap: 0.3rem;
  max-width: 620px;
}

.footer-brand > strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.footer-brand > span {
  max-width: 54ch;
  line-height: 1.48;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  margin-top: 0.7rem;
}

.legal-links a {
  font-size: 0.9rem;
}

.romalinks {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-height: 62px;
  padding: 0.42rem 0.78rem 0.42rem 0.48rem;
  border: 1px solid rgba(135, 95, 23, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.78);
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(73, 52, 18, 0.06);
}

.romalinks img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 999px;
  background: var(--paper);
}

.romalinks small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.romalinks strong {
  margin-top: 0.16rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 120;
  max-width: min(92vw, 460px);
  transform: translate(-50%, 130%);
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--shadow);
  transition: transform 220ms ease;
}

.toast:empty {
  display: none;
}

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

.success-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.success-card {
  width: min(100%, 620px);
  display: grid;
  justify-items: start;
  gap: 1rem;
  padding: clamp(1.2rem, 5vw, 3rem);
  border: 1px solid rgba(199, 150, 47, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow);
}

.success-details {
  width: 100%;
  display: grid;
  gap: 0.5rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-2);
}

.success-details div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.legal-page {
  min-height: 100svh;
  padding: clamp(1rem, 4vw, 2.5rem);
}

.legal-shell {
  width: min(900px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.legal-card {
  display: grid;
  gap: 1.1rem;
  padding: clamp(1.1rem, 4vw, 2.4rem);
  border: 1px solid rgba(199, 150, 47, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--shadow);
}

.legal-card h1 {
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 8vw, 5rem);
  line-height: 0.92;
}

.legal-card h2 {
  margin: 0;
  font-size: 1.1rem;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.62;
}

.legal-card section {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}

.legal-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-grid .full {
    grid-column: 1 / -1;
  }

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

@media (min-width: 768px) {
  .desktop-nav {
    display: flex;
  }

  .section-heading {
    grid-template-columns: 1fr minmax(240px, 360px);
  }

  .catalog-tools {
    grid-template-columns: minmax(260px, 370px) 1fr;
    align-items: center;
  }
}

@media (min-width: 920px) {
  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    padding-top: 3rem;
  }
}

@media (min-width: 1080px) {
  .page-shell {
    width: min(1240px, calc(100% - 2rem));
  }

  .site-footer {
    width: min(1240px, calc(100% - 2rem));
  }
}

@media (max-width: 480px) {
  .drawer-panel,
  .product-panel {
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
  }

  .brand small,
  .cart-button span:not(.cart-icon) {
    display: none;
  }

  .hero-note {
    position: static;
    margin-top: 0.65rem;
  }

  .hero-note-bottom {
    margin-left: auto;
  }

  .cart-line {
    grid-template-columns: 60px 1fr;
  }

  .cart-line img {
    width: 60px;
    height: 72px;
  }

  .remove-line {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .product-drawer {
    padding: 0.65rem;
    place-items: center;
  }

  .product-drawer .product-panel {
    left: auto;
    right: auto;
    width: min(100%, 560px);
    max-height: 88svh;
    padding: 0.75rem;
  }

  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-detail-media {
    max-height: 220px;
    aspect-ratio: 5 / 3.65;
  }

  .detail-content {
    padding-top: 0.25rem;
    gap: 0.65rem;
  }

  .detail-copy {
    gap: 0.55rem;
  }

  .product-detail h2 {
    max-width: none;
    font-size: 2rem;
  }

  .detail-promo {
    width: 100%;
  }

  .product-detail p {
    line-height: 1.45;
  }

  .option-group {
    gap: 0.38rem;
  }

  .option-button {
    min-height: 38px;
    padding: 0.45rem 0.75rem;
  }

  .product-detail .button.primary {
    width: 100%;
    min-height: 46px;
    position: sticky;
    bottom: 0.25rem;
    z-index: 2;
  }
}

/* 2026 UX redesign: stronger hierarchy, quieter luxury, better mobile rhythm. */
:root {
  --font-sans: "Inter", Calibri, Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
  --paper: #fff8f7;
  --paper-2: #f4e8e4;
  --paper-3: #ead5cf;
  --ink: #1b1212;
  --muted: #765f61;
  --line: #e8d4d0;
  --gold: #bd9460;
  --gold-2: #e9c892;
  --gold-3: #9c6a37;
  --sage: #d9e5de;
  --rose: #f4d7d5;
  --red: #9f1117;
  --red-2: #5e090d;
  --charcoal: #21191a;
  --shadow: 0 24px 70px rgba(77, 9, 13, 0.14);
}

body {
  background:
    linear-gradient(90deg, rgba(27, 18, 18, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(27, 18, 18, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 12% 8%, rgba(159, 17, 23, 0.14), transparent 34rem),
    radial-gradient(circle at 88% 26%, rgba(233, 200, 146, 0.34), transparent 28rem),
    linear-gradient(135deg, var(--paper), #fbf1ef 48%, var(--paper-2));
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
  font-family: var(--font-sans);
}

.site-header {
  width: min(1360px, calc(100% - 1.5rem));
  min-height: 70px;
  margin-top: 0.55rem;
  border: 1px solid rgba(94, 9, 13, 0.14);
  border-radius: 999px;
  background: rgba(255, 248, 247, 0.92);
  box-shadow: 0 18px 50px rgba(77, 9, 13, 0.1);
}

.announcement-bar {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.45rem 1rem;
  background: var(--charcoal);
  color: var(--paper);
  text-align: center;
  font-size: 0.82rem;
}

.announcement-bar span {
  color: var(--gold-2);
  font-weight: 800;
}

.announcement-bar strong {
  font-weight: 700;
}

.storefront-visual .desktop-nav {
  display: flex;
}

.storefront-visual .page-shell {
  width: min(1260px, calc(100% - 1.25rem));
}

.brand-mark {
  background: var(--charcoal);
  color: var(--gold-2);
}

.hero {
  min-height: min(760px, calc(100svh - var(--header-height)));
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(1rem, 4vw, 3rem);
  padding: 5rem 0 4.5rem;
}

.hero-copy {
  max-width: 780px;
}

.hero-label-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
}

.hero-label-line .eyebrow {
  margin-bottom: 0;
}

.stock-signal {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(135, 95, 23, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.72);
  color: var(--muted);
  padding: 0.35rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero h1,
.section-heading h2,
.success-card h1 {
  font-family: var(--font-display);
  font-weight: 700;
  text-wrap: balance;
}

.hero h1 {
  max-width: 760px;
  margin-top: 0.8rem;
  font-size: 4.8rem;
  line-height: 0.94;
}

.hero p {
  max-width: 58ch;
  font-size: 1.1rem;
}

.hero-media {
  position: relative;
  min-height: clamp(360px, 42vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(94, 9, 13, 0.22);
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: 0 28px 78px rgba(77, 9, 13, 0.2);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 46%, rgba(27, 18, 18, 0.1)),
    linear-gradient(90deg, rgba(159, 17, 23, 0.08), transparent 42%);
  pointer-events: none;
}

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

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  max-width: 680px;
  margin-top: 1.35rem;
}

.hero-proof-grid span {
  display: grid;
  gap: 0.15rem;
  min-height: 78px;
  align-content: center;
  padding: 0.75rem;
  border: 1px solid rgba(94, 9, 13, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 248, 247, 0.76);
}

.hero-proof-grid strong,
.hero-proof-grid small {
  display: block;
}

.hero-proof-grid small {
  color: var(--muted);
  font-weight: 600;
}

.hero-visual {
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 10% 6% 0;
  z-index: -1;
  border: 1px solid rgba(135, 95, 23, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.5);
  transform: rotate(-2deg);
}

.hero-note {
  border-radius: 8px;
}

.trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -1rem;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 18px 54px rgba(73, 52, 18, 0.08);
}

.trust-strip div {
  min-height: 112px;
  padding: 1rem;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.catalog-section {
  padding: 6rem 0 5rem;
}

.section-heading {
  margin-bottom: 1.7rem;
}

.section-heading h2 {
  font-size: 4.25rem;
}

.catalog-tools {
  position: sticky;
  top: calc(var(--header-height) + 0.85rem);
  z-index: 20;
  margin-bottom: 1rem;
  padding: 0.7rem;
  border: 1px solid rgba(135, 95, 23, 0.15);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.98);
  backdrop-filter: none;
  box-shadow: 0 10px 26px rgba(73, 52, 18, 0.08);
}

.search-field {
  min-height: 48px;
  background: rgba(248, 240, 223, 0.68);
}

.filter-chip {
  min-height: 44px;
  font-weight: 700;
}

.promo-banner-row {
  grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(240px, 0.72fr));
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

.promo-banner {
  min-height: 148px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, #171107, #3b2a0b);
}

.promo-banner:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 0.98), rgba(248, 240, 223, 0.86));
  color: var(--ink);
}

.promo-banner:nth-child(2) span {
  color: var(--gold-3);
}

.promo-banner:nth-child(2) small {
  color: var(--muted);
}

.promo-banner:nth-child(3) {
  background:
    linear-gradient(145deg, rgba(223, 232, 221, 0.92), rgba(255, 253, 247, 0.86));
  color: var(--ink);
}

.promo-banner:nth-child(3) span {
  color: #4f644d;
}

.promo-banner:nth-child(3) small {
  color: var(--muted);
}

.product-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr));
  gap: 1.05rem;
}

.product-card {
  background: rgba(255, 253, 247, 0.9);
  box-shadow: 0 18px 48px rgba(73, 52, 18, 0.07);
}

.product-media {
  border: 10px solid rgba(248, 240, 223, 0.72);
  border-bottom: 0;
}

.product-content {
  gap: 0.78rem;
  padding: 1.05rem 1.1rem 1.15rem;
}

.product-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 52px;
}

.product-topline > span:first-child {
  color: var(--gold-3);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-content h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  max-width: 18ch;
  min-height: 2.55em;
  font-size: 1.18rem;
  line-height: 1.08;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-content p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 3em;
  font-size: 0.98rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.variant-pill {
  min-height: 32px;
  background: rgba(248, 240, 223, 0.92);
}

.product-actions {
  margin-top: 0.15rem;
}

.drawer-backdrop {
  background: rgba(21, 17, 7, 0.38);
}

.cart-panel {
  width: min(100vw, 620px);
}

.drawer-header h2 {
  font-family: var(--font-display);
  font-size: 2.8rem;
}

.checkout-step {
  background: rgba(255, 253, 247, 0.82);
}

.cart-line {
  grid-template-columns: 76px 1fr auto;
  background: rgba(255, 253, 247, 0.9);
}

.cart-line-main {
  display: grid;
  gap: 0.35rem;
}

.cart-line-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.cart-line-total {
  color: var(--gold-3);
  font-variant-numeric: tabular-nums;
}

.product-drawer .product-panel {
  border-radius: 8px;
}

.product-detail .button.primary {
  width: 100%;
  min-width: 0;
}

.product-detail h2 {
  font-family: var(--font-display);
  max-width: 13ch;
}

@media (min-width: 920px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 3.2rem;
  }
}

@media (max-width: 860px) {
  .site-header {
    width: calc(100% - 0.8rem);
    margin-top: 0.35rem;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 4.5rem;
  }

  .hero-media {
    min-height: 320px;
  }

  .hero h1 {
    max-width: 620px;
    font-size: 3.4rem;
  }

  .section-heading h2,
  .catalog-heading h1 {
    font-size: 3rem;
  }

  .hero-proof-grid,
  .trust-strip,
  .promo-banner-row {
    grid-template-columns: 1fr;
  }

  .catalog-tools {
    position: static;
    border-radius: 8px;
  }

  .trust-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2.85rem;
  }

  .section-heading h2,
  .drawer-header h2 {
    font-size: 2.35rem;
  }

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

  .product-content h3 {
    max-width: none;
  }

  .cart-line {
    grid-template-columns: 64px 1fr;
  }
}

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

/* 2026 mobile UX polish: faster buying path, compact cards, safer drawers. */
.skip-link:not(:focus):not(:focus-visible) {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 640px) {
  :root {
    --header-height: 64px;
  }

  body {
    background-size: 28px 28px, 28px 28px, auto, auto, auto;
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .page-shell,
  .site-footer {
    width: min(100% - 1rem, 540px);
  }

  .site-header {
    width: calc(100% - 0.7rem);
    min-height: 60px;
    padding: 0.42rem;
    gap: 0.45rem;
    border-radius: 24px;
  }

  .announcement-bar {
    display: grid;
    gap: 0.1rem;
    padding: 0.45rem 0.85rem;
    line-height: 1.25;
  }

  .storefront-visual .desktop-nav {
    display: none;
  }

  .mobile-store-index {
    position: fixed;
    left: 50%;
    bottom: max(0.55rem, env(safe-area-inset-bottom));
    z-index: 70;
    width: min(calc(100% - 0.7rem), 540px);
    min-width: 0;
    display: flex;
    gap: 0.36rem;
    margin: 0;
    padding: 0.36rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    border: 1px solid rgba(135, 95, 23, 0.16);
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.98);
    box-shadow: 0 10px 24px rgba(73, 52, 18, 0.09);
    backdrop-filter: none;
    scrollbar-width: none;
    transform: translateX(-50%);
  }

  .mobile-store-index::-webkit-scrollbar {
    display: none;
  }

  .mobile-store-index a,
  .mobile-store-index button {
    flex: 0 0 auto;
    min-width: 0;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.58rem 0.74rem;
    background: transparent;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
  }

  .mobile-store-index a.is-active,
  .mobile-store-index button.is-active {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--paper);
  }

  .brand {
    gap: 0.48rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 1.05rem;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .cart-button {
    min-height: 44px;
    padding: 0.26rem 0.38rem 0.26rem 0.26rem;
  }

  .cart-icon {
    width: 36px;
    height: 36px;
  }

  .cart-button strong {
    min-width: 26px;
    height: 26px;
  }

  .hero {
    min-height: auto;
    gap: 0.95rem;
    padding: 1.55rem 0 2.1rem;
  }

  .hero-media {
    min-height: 235px;
    order: -1;
  }

  .hero-copy,
  .hero-label-line,
  .hero-actions,
  .hero-proof-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-label-line {
    gap: 0.45rem;
  }

  .stock-signal {
    min-height: 30px;
    padding: 0.32rem 0.62rem;
    font-size: 0.76rem;
  }

  .hero h1 {
    max-width: 12ch;
    margin-top: 0.55rem;
    font-size: clamp(2.28rem, 11.2vw, 3rem);
    line-height: 0.98;
  }

  .hero p,
  .section-heading p {
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1rem;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0.75rem 0.55rem;
    font-size: 0.92rem;
  }

  .hero-proof-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.48rem;
    margin-top: 0.9rem;
    overflow: hidden;
  }

  .hero-proof-grid span {
    min-width: 0;
    min-height: 58px;
    padding: 0.62rem 0.72rem;
  }

  .hero-proof-grid strong,
  .hero-proof-grid small {
    overflow-wrap: anywhere;
  }

  .hero-visual {
    display: none;
  }

  .trust-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 0.25rem;
    overflow: hidden;
  }

  .trust-strip div {
    min-width: 0;
    min-height: 72px;
    border-right: 1px solid var(--line);
    border-top: 0;
    border-bottom: 0;
    padding: 0.72rem 0.82rem;
  }

  .trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip div:last-child {
    grid-column: 1 / -1;
    min-height: 64px;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .trust-strip span {
    font-size: 0.9rem;
    line-height: 1.36;
    overflow-wrap: anywhere;
  }

  .catalog-section {
    padding: 2.35rem 0 4rem;
    scroll-margin-top: calc(var(--header-height) + 18px);
  }

  .hero,
  .trust-strip,
  .promos-anchor {
    scroll-margin-top: calc(var(--header-height) + 18px);
  }

  .section-heading {
    gap: 0.45rem;
    margin-bottom: 1rem;
  }

  .section-heading h2,
  .catalog-heading h1 {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
    line-height: 0.98;
  }

  .catalog-tools {
    gap: 0.62rem;
    margin-bottom: 0.85rem;
    padding: 0.65rem;
  }

  .search-field {
    min-height: 50px;
    padding: 0 0.85rem;
  }

  .search-field input,
  .checkout-form input,
  .checkout-form textarea {
    font-size: 16px;
  }

  .category-row {
    padding: 0.05rem 0.05rem 0.28rem;
    scroll-snap-type: x proximity;
  }

  .catalog-refine {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.42rem;
  }

  .catalog-refine label {
    min-width: 0;
    font-size: 0.62rem;
  }

  .catalog-refine select,
  .filter-reset {
    min-height: 40px;
    font-size: 0.78rem;
  }

  .filter-reset {
    width: 40px;
    padding: 0;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
  }

  .filter-reset::after {
    content: "x";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-indent: 0;
  }

  .filter-chip {
    flex: 0 0 auto;
    min-height: 42px;
    scroll-snap-align: start;
  }

  .promo-banner-row {
    gap: 0.65rem;
  }

  .promo-banner {
    min-height: 112px;
    padding: 0.9rem;
  }

  .product-grid {
    gap: 0.72rem;
  }

  .product-card {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 0;
  }

  .product-media {
    height: 100%;
    min-height: 156px;
    aspect-ratio: auto;
    border: 0 !important;
  }

  .product-media img[src$=".svg"] {
    padding: 0.65rem;
  }

  .stock-pill {
    top: 0.45rem;
    left: 0.45rem;
    padding: 0.32rem 0.48rem;
    font-size: 0.66rem;
  }

  .promo-pill {
    right: 0.45rem;
    bottom: 0.45rem;
    max-width: calc(100% - 0.9rem);
    padding: 0.32rem 0.48rem;
    font-size: 0.66rem;
  }

  .product-content {
    gap: 0.46rem;
    padding: 0.75rem;
  }

  .product-topline {
    display: grid;
    justify-content: stretch;
    gap: 0.26rem;
  }

  .price-stack {
    justify-items: start;
  }

  .product-content h3 {
    max-width: none;
    font-size: 1rem;
    line-height: 1.15;
  }

  .product-content p {
    display: -webkit-box;
    min-height: 0;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .variant-row {
    max-height: 60px;
    overflow: hidden;
  }

  .variant-pill {
    min-height: 28px;
    padding: 0.28rem 0.46rem;
    font-size: 0.72rem;
  }

  .product-actions {
    gap: 0.4rem;
  }

  .product-actions .button {
    min-height: 40px;
    padding: 0.58rem 0.42rem;
    font-size: 0.84rem;
  }

  .drawer-panel {
    height: 100dvh;
    padding: 0.85rem 0.85rem calc(0.85rem + env(safe-area-inset-bottom));
  }

  .cart-panel {
    width: 100vw;
  }

  .drawer-header {
    margin-bottom: 0.65rem;
  }

  .cart-line {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0.65rem;
  }

  .cart-line img {
    width: 64px;
    height: 76px;
  }

  .cart-line-footer {
    align-items: center;
  }

  .checkout-actions {
    position: sticky;
    bottom: 0;
    z-index: 4;
    padding: 0.7rem 0 calc(0.2rem + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(255, 253, 247, 0), var(--paper) 32%);
  }

  .checkout-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .toast {
    top: calc(var(--header-height) + 0.75rem);
    bottom: auto;
    border-radius: 18px;
    transform: translate(-50%, -150%);
  }

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

  .product-drawer {
    place-items: end center;
    padding: 0 0.45rem;
  }

  .product-drawer .product-panel {
    width: 100%;
    max-height: 92dvh;
    border-radius: 18px 18px 0 0;
    padding: 0.75rem;
  }

  .close-product {
    top: 0.7rem;
    right: 0.7rem;
  }

  .product-detail-media {
    max-height: 180px;
    aspect-ratio: 5 / 3.4;
  }

  .detail-content {
    gap: 0.58rem;
  }

  .product-detail h2 {
    font-size: 1.82rem;
  }
}

@media (max-width: 380px) {
  .product-card {
    grid-template-columns: 98px minmax(0, 1fr);
  }

  .product-media {
    min-height: 148px;
  }

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

/* Catalog-only storefront: no hero, no marketing strip, just buying flow. */
.catalog-only {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(21, 17, 7, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 17, 7, 0.022) 1px, transparent 1px),
    linear-gradient(135deg, var(--paper), #fbf7ee 58%, var(--paper-2));
  background-size: 34px 34px, 34px 34px, auto;
}

.catalog-only .site-header {
  top: 0.55rem;
  width: min(1040px, calc(100% - 1rem));
  min-height: 64px;
  border: 1px solid rgba(135, 95, 23, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.94);
}

.catalog-only .desktop-nav {
  display: flex;
}

.catalog-only .page-shell {
  width: min(1180px, calc(100% - 1.25rem));
  padding-top: clamp(1rem, 2.8vw, 2rem);
}

.catalog-only .store-banners {
  margin-top: clamp(0.2rem, 2vw, 0.7rem);
}

.catalog-only .catalog-section {
  min-height: calc(100svh - var(--header-height));
  padding: clamp(1.5rem, 4vw, 3rem) 0 4.5rem;
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.catalog-only .catalog-heading {
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.42fr);
  align-items: end;
  margin-bottom: 1rem;
}

.catalog-only .catalog-heading h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(2.45rem, 6vw, 4.8rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
}

.catalog-only .catalog-heading p {
  max-width: 38ch;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.catalog-only .catalog-tools {
  position: sticky;
  top: calc(var(--header-height) + 1.25rem);
  z-index: 30;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.58rem;
  border: 1px solid rgba(135, 95, 23, 0.15);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.98);
  box-shadow: 0 10px 26px rgba(73, 52, 18, 0.07);
  backdrop-filter: none;
}

.catalog-only .search-field {
  min-height: 48px;
  background: rgba(248, 240, 223, 0.72);
}

.catalog-only .product-grid {
  gap: 0.8rem;
}

.catalog-only .product-card {
  border-color: rgba(135, 95, 23, 0.16);
  box-shadow: none;
}

.catalog-only .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(73, 52, 18, 0.1);
}

@media (max-width: 640px) {
  .storefront-visual .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .storefront-visual .product-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-width: 0;
    border-radius: 10px;
    background: rgba(255, 253, 248, 0.92);
  }

  .storefront-visual .product-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 0.9;
    border-bottom: 1px solid rgba(135, 95, 23, 0.12) !important;
  }

  .storefront-visual .product-content {
    grid-template-rows: auto minmax(2.05em, auto) minmax(44px, auto) auto;
    gap: 0.34rem;
    padding: 0.56rem;
  }

  .storefront-visual .product-topline {
    gap: 0.18rem;
    min-height: 42px;
  }

  .storefront-visual .product-content h3 {
    font-size: 0.9rem;
    line-height: 1.13;
  }

  .storefront-visual .product-content p {
    display: none;
  }

  .storefront-visual .variant-row {
    max-height: 48px;
  }

  .storefront-visual .variant-pill {
    min-height: 26px;
    padding: 0.24rem 0.4rem;
    font-size: 0.66rem;
  }

  .storefront-visual .product-actions .button {
    min-height: 38px;
    padding: 0.54rem 0.38rem;
    font-size: 0.78rem;
  }

  .catalog-only {
    padding-bottom: 0;
    background-size: 28px 28px, 28px 28px, auto;
  }

  .catalog-only .site-header {
    top: 0.35rem;
    width: calc(100% - 0.7rem);
    min-height: 58px;
    border-radius: 22px;
  }

  .catalog-only .desktop-nav {
    display: none;
  }

  .catalog-only .page-shell {
    width: min(100% - 0.7rem, 540px);
    padding-top: 0.7rem;
  }

  .catalog-only .store-banners {
    display: flex;
    gap: 0.62rem;
    margin: 0.2rem -0.35rem 0.85rem;
    padding: 0 0.35rem 0.15rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .catalog-only .store-banners::-webkit-scrollbar {
    display: none;
  }

  .catalog-only .store-banners[hidden] {
    display: none;
  }

  .catalog-only .store-banner {
    flex: 0 0 min(88vw, 360px);
    min-height: 128px;
    border-radius: 10px;
    scroll-snap-align: start;
  }

  .catalog-only .store-banner.is-featured {
    min-height: 142px;
  }

  .catalog-only .store-banner-copy {
    padding: 0.82rem;
  }

  .catalog-only .store-banner-copy strong {
    font-size: 1.18rem;
  }

  .catalog-only .store-banner-copy em {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.82rem;
  }

  .catalog-only .catalog-section {
    padding: 1rem 0 3.5rem;
    scroll-margin-top: 74px;
  }

  .catalog-only .catalog-heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.52rem;
    margin-bottom: 0.8rem;
  }

  .catalog-only .catalog-heading h1 {
    max-width: none;
    font-size: clamp(2.05rem, 11vw, 2.85rem);
    line-height: 0.96;
  }

  .catalog-only .catalog-heading p {
    max-width: 34ch;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .catalog-only .catalog-tools {
    top: calc(var(--header-height) + 0.45rem);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
    padding: 0.58rem;
    border-radius: 20px;
  }

  .catalog-only .search-field {
    min-height: 46px;
  }

  .catalog-only .category-row {
    padding-bottom: 0;
  }

  .catalog-only .catalog-refine {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 40px;
  }

  .catalog-only .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .catalog-only .product-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-width: 0;
    border-radius: 10px;
    background: rgba(255, 253, 248, 0.92);
    content-visibility: auto;
    contain-intrinsic-size: 245px;
  }

  .catalog-only .product-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 0.86;
    border-bottom: 1px solid rgba(135, 95, 23, 0.12) !important;
  }

  .catalog-only .product-media img[src$=".svg"] {
    padding: 0.56rem;
  }

  .catalog-only .stock-pill {
    top: 0.36rem;
    left: 0.36rem;
    max-width: calc(100% - 0.72rem);
    padding: 0.28rem 0.42rem;
    font-size: 0.58rem;
    line-height: 1;
  }

  .catalog-only .promo-pill {
    right: 0.36rem;
    bottom: 0.36rem;
    max-width: calc(100% - 0.72rem);
    padding: 0.28rem 0.42rem;
    font-size: 0.58rem;
    line-height: 1.05;
  }

  .catalog-only .product-content {
    grid-template-rows: auto minmax(2.05em, auto) minmax(44px, auto) auto;
    gap: 0.34rem;
    padding: 0.56rem;
  }

  .catalog-only .product-topline {
    gap: 0.18rem;
    min-height: 42px;
  }

  .catalog-only .product-topline > span {
    font-size: 0.64rem;
  }

  .catalog-only .price-stack small {
    font-size: 0.62rem;
  }

  .catalog-only .saving-price {
    padding: 0.14rem 0.3rem;
    font-size: 0.56rem;
    line-height: 1.05;
  }

  .catalog-only .price-stack strong {
    font-size: 0.88rem;
  }

  .catalog-only .product-content h3 {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.16em;
    font-size: 0.88rem;
    line-height: 1.08;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-only .product-content p {
    display: none;
  }

  .catalog-only .variant-row {
    min-height: 44px;
    max-height: 54px;
    gap: 0.22rem;
    overflow: hidden;
  }

  .catalog-only .variant-pill {
    min-height: 22px;
    padding: 0.22rem 0.34rem;
    font-size: 0.62rem;
  }

  .catalog-only .product-actions {
    grid-template-columns: 1fr 1fr;
    gap: 0.32rem;
    margin-top: 0.1rem;
  }

  .catalog-only .product-actions .button {
    min-height: 34px;
    padding: 0.42rem 0.25rem;
    font-size: 0.72rem;
  }
}

/* 2026 catalog polish: filtros sin comportamiento pegajoso para no perseguir al usuario. */
.catalog-tools,
.catalog-only .catalog-tools {
  position: relative;
  top: auto;
  z-index: 1;
}

/* 2026 desktop repair: header compacto y footer con sello Romalinks real. */
.catalog-only .site-header {
  width: min(760px, calc(100% - 1rem));
  padding: 0.48rem 0.58rem;
}

.catalog-only .desktop-nav {
  display: none;
}

.catalog-only .brand small {
  font-size: 0.78rem;
}

.catalog-only .cart-button {
  box-shadow: 0 10px 24px rgba(21, 17, 7, 0.12);
}

@media (max-width: 640px) {
  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  .romalinks {
    width: 100%;
    justify-content: flex-start;
    border-radius: 18px;
  }

  .romalinks img {
    width: 44px;
    height: 44px;
  }
}

/* LB Signature storefront */
.lb-store {
  --font-ui: "Epilogue", Calibri, Arial, sans-serif;
  --font-display: "Anton", Impact, "Arial Narrow", sans-serif;
  --lb-bg: oklch(12% 0.015 20);
  --lb-panel: oklch(17% 0.02 18);
  --lb-panel-2: oklch(22% 0.028 18);
  --lb-cream: oklch(91% 0.04 71);
  --lb-muted: oklch(72% 0.035 48);
  --lb-red: oklch(48% 0.22 27);
  --lb-red-hot: oklch(62% 0.28 29);
  --lb-line: oklch(34% 0.06 24);
  --lb-ink: oklch(96% 0.018 73);
  color: var(--lb-ink);
  background:
    linear-gradient(180deg, rgba(24, 6, 6, 0.84), rgba(14, 10, 9, 0.96) 42%, rgba(12, 9, 8, 1)),
    url("../assets/lb-signature/texture-red.jpeg") center top / min(920px, 130vw) auto repeat-y,
    var(--lb-bg);
}

.lb-store::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 12%, rgba(214, 7, 18, 0.42), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(214, 7, 18, 0.24), transparent 22rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, auto, 88px 88px, 88px 88px;
  mix-blend-mode: screen;
}

.lb-store .announcement-bar {
  min-height: 34px;
  border-bottom: 1px solid rgba(244, 226, 199, 0.18);
  color: var(--lb-cream);
  background: oklch(9% 0.02 20);
}

.lb-store .announcement-bar span,
.lb-store .announcement-bar strong {
  color: inherit;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lb-store .site-header {
  top: 1rem;
  width: min(1180px, calc(100% - 2rem));
  border: 1px solid rgba(244, 226, 199, 0.2);
  background: rgba(20, 14, 13, 0.88);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
}

.lb-store .brand {
  color: var(--lb-ink);
}

.lb-store .brand-mark {
  background: var(--lb-cream);
  color: oklch(12% 0.015 20);
}

.lb-store .brand-mark.image-mark {
  overflow: hidden;
  padding: 0;
}

.lb-store .brand-mark.image-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lb-store .brand strong,
.lb-store .brand small {
  color: var(--lb-ink);
}

.lb-store .desktop-nav {
  background: rgba(244, 226, 199, 0.08);
  border: 1px solid rgba(244, 226, 199, 0.14);
}

.lb-store .header-link {
  color: var(--lb-ink);
}

.lb-store .header-link:hover {
  color: var(--lb-cream);
  background: rgba(198, 9, 21, 0.36);
}

.lb-store .cart-button {
  background: var(--lb-cream);
  color: oklch(12% 0.015 20);
  box-shadow: none;
}

.lb-store .cart-button svg {
  stroke: currentColor;
}

.lb-store .page-shell {
  width: min(1220px, calc(100% - 2rem));
  padding-top: 7.4rem;
}

.lb-store .hero {
  position: relative;
  min-height: clamp(700px, 88vh, 960px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(4rem, 9vw, 8rem);
  padding: clamp(1.4rem, 4vw, 4rem);
  overflow: hidden;
  border: 1px solid rgba(244, 226, 199, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(10, 7, 6, 0.96) 0%, rgba(10, 7, 6, 0.72) 46%, rgba(106, 4, 10, 0.36)),
    url("../assets/lb-signature/texture-red.jpeg") center / cover;
}

.lb-store .hero::after {
  content: "LB SIGNATURE";
  position: absolute;
  right: -0.1em;
  bottom: -0.2em;
  color: rgba(244, 226, 199, 0.04);
  font-family: var(--font-display);
  font-size: clamp(5rem, 18vw, 20rem);
  line-height: 0.8;
  pointer-events: none;
}

.lb-store .hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(100%, 1120px);
}

.lb-store .hero-label-line {
  align-items: center;
  margin-bottom: 1.1rem;
}

.lb-store .eyebrow,
.lb-store .hero-label-line .eyebrow {
  color: var(--lb-red-hot);
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lb-store .stock-signal {
  border-color: rgba(244, 226, 199, 0.22);
  color: var(--lb-cream);
  background: rgba(244, 226, 199, 0.08);
}

.lb-store .hero h1 {
  max-width: 1120px;
  color: var(--lb-ink);
  font-family: var(--font-display);
  font-size: clamp(3.3rem, 8.2vw, 8.8rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lb-store .hero p {
  max-width: 58ch;
  color: oklch(82% 0.035 56);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.55;
}

.lb-store .button {
  border-radius: 999px;
  cursor: pointer;
}

.lb-store .button.primary {
  color: var(--lb-cream);
  background: linear-gradient(135deg, var(--lb-red), oklch(24% 0.09 24));
  border-color: rgba(244, 226, 199, 0.12);
}

.lb-store .button.ghost {
  color: var(--lb-ink);
  background: rgba(244, 226, 199, 0.1);
  border-color: rgba(244, 226, 199, 0.26);
}

.lb-store .hero-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
}

.lb-store .hero-proof-grid span,
.lb-store .trust-strip div,
.lb-store .catalog-tools,
.lb-store .checkout-step {
  border-color: rgba(244, 226, 199, 0.16);
  background: rgba(20, 14, 13, 0.72);
}

.lb-store .hero-proof-grid strong,
.lb-store .trust-strip strong {
  color: var(--lb-cream);
}

.lb-store .hero-proof-grid small,
.lb-store .trust-strip span {
  color: var(--lb-muted);
}

.lb-store .hero-media {
  position: relative;
  z-index: 1;
  min-height: clamp(420px, 70vh, 780px);
  overflow: hidden;
  border: 1px solid rgba(244, 226, 199, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
}

.lb-store .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(7, 4, 4, 0.42));
}

.lb-store .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 35%;
  filter: contrast(1.06) saturate(1.08);
}

.lb-story {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.54fr);
  gap: clamp(1.4rem, 5vw, 5rem);
  align-items: end;
  margin: 0 0 clamp(3.5rem, 8vw, 7rem);
  padding: clamp(2rem, 5vw, 5rem) 0;
  border-top: 1px solid rgba(244, 226, 199, 0.18);
  border-bottom: 1px solid rgba(244, 226, 199, 0.18);
}

.lb-story h2 {
  margin: 0.35rem 0 0;
  max-width: 920px;
  color: var(--lb-ink);
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 7rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.lb-story p {
  max-width: 52ch;
  color: var(--lb-muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.68;
}

.lb-editorial-strip {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 0.9fr) minmax(180px, 0.5fr);
  gap: 1rem;
  align-items: stretch;
  margin-bottom: clamp(3.5rem, 8vw, 7rem);
}

.lb-editorial-strip figure {
  min-height: clamp(280px, 44vw, 620px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 226, 199, 0.16);
  border-radius: 8px;
  background: var(--lb-panel);
}

.lb-editorial-strip figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.05);
  transition: transform 520ms ease;
}

.lb-editorial-strip figure:hover img {
  transform: scale(1.04);
}

.lb-strip-copy {
  display: grid;
  align-content: center;
  min-height: 420px;
  padding: clamp(1.5rem, 4vw, 4rem);
  border: 1px solid rgba(244, 226, 199, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(196, 7, 18, 0.86), rgba(25, 13, 12, 0.96)),
    var(--lb-red);
}

.lb-strip-copy span {
  color: var(--lb-cream);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lb-strip-copy strong {
  display: block;
  max-width: 13ch;
  margin: 1rem 0;
  color: var(--lb-ink);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6.5vw, 7rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.lb-strip-copy p {
  max-width: 44ch;
  color: oklch(88% 0.035 63);
  line-height: 1.6;
}

.lb-store .trust-strip {
  margin-bottom: clamp(3.5rem, 8vw, 7rem);
  border: 1px solid rgba(244, 226, 199, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(12, 8, 8, 0.68);
}

.lb-store .trust-strip div {
  min-height: 136px;
  border-right: 1px solid rgba(244, 226, 199, 0.12);
}

.lb-store .catalog-section {
  padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(5rem, 9vw, 9rem);
}

.lb-store .catalog-heading {
  align-items: end;
}

.lb-store .catalog-heading h1 {
  max-width: 880px;
  color: var(--lb-ink);
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 6.8vw, 7.4rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.lb-store .catalog-heading p {
  color: var(--lb-muted);
}

.lb-store .catalog-tools {
  border-radius: 8px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
}

.lb-store .search-field,
.lb-store .catalog-refine label,
.lb-store .catalog-refine select {
  color: var(--lb-ink);
  border-color: rgba(244, 226, 199, 0.16);
  background: rgba(244, 226, 199, 0.08);
}

.lb-store .search-field input {
  color: var(--lb-ink);
}

.lb-store .search-field input::placeholder {
  color: oklch(68% 0.03 52);
}

.lb-store .filter-chip {
  color: var(--lb-ink);
  background: rgba(244, 226, 199, 0.08);
  border-color: rgba(244, 226, 199, 0.16);
}

.lb-store .filter-chip.is-active,
.lb-store .filter-chip:hover,
.lb-store .filter-reset {
  color: var(--lb-cream);
  background: var(--lb-red);
  border-color: rgba(244, 226, 199, 0.18);
}

.lb-store .product-grid {
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 1rem;
}

.lb-store .product-card {
  overflow: hidden;
  border: 1px solid rgba(244, 226, 199, 0.14);
  border-radius: 8px;
  background: rgba(18, 12, 12, 0.9);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
}

.lb-store .product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 7, 18, 0.56);
  box-shadow: 0 26px 90px rgba(98, 4, 10, 0.34);
}

.lb-store .product-media {
  aspect-ratio: 1 / 1.08;
  border: 0;
  background:
    linear-gradient(180deg, rgba(205, 7, 18, 0.06), rgba(7, 5, 5, 0.68)),
    var(--lb-panel);
}

.lb-store .product-media img {
  filter: contrast(1.04) saturate(1.05);
}

.lb-store .stock-pill,
.lb-store .promo-pill {
  color: var(--lb-cream);
  background: rgba(13, 9, 8, 0.82);
  border: 1px solid rgba(244, 226, 199, 0.18);
}

.lb-store .promo-pill {
  background: rgba(190, 7, 18, 0.88);
}

.lb-store .product-content {
  background: linear-gradient(180deg, rgba(22, 14, 13, 0.94), rgba(12, 8, 8, 0.98));
}

.lb-store .product-topline > span:first-child,
.lb-store .price-stack strong,
.lb-store .product-content h3 {
  color: var(--lb-ink);
}

.lb-store .product-content h3 {
  font-family: var(--font-ui);
  font-weight: 900;
  text-transform: uppercase;
}

.lb-store .product-content p,
.lb-store .was-price,
.lb-store .saving-price {
  color: var(--lb-muted);
}

.lb-store .variant-pill {
  color: var(--lb-cream);
  background: rgba(244, 226, 199, 0.08);
  border-color: rgba(244, 226, 199, 0.14);
}

.lb-store .drawer-panel {
  color: var(--lb-ink);
  background: var(--lb-panel);
}

.lb-store .cart-panel,
.lb-store .product-panel {
  border: 1px solid rgba(244, 226, 199, 0.18);
}

.lb-store .drawer-header h2,
.lb-store .product-detail h2 {
  color: var(--lb-ink);
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
}

.lb-store .cart-line,
.lb-store .delivery-option,
.lb-store .checkout-policy-alert {
  color: var(--lb-ink);
  border-color: rgba(244, 226, 199, 0.16);
  background: rgba(244, 226, 199, 0.08);
}

.lb-store .site-footer {
  width: min(1220px, calc(100% - 2rem));
  color: var(--lb-ink);
  border-top: 1px solid rgba(244, 226, 199, 0.16);
}

.lb-store .footer-brand span,
.lb-store .legal-links a {
  color: var(--lb-muted);
}

.lb-store .romalinks {
  color: oklch(13% 0.015 18);
  background: var(--lb-cream);
}

@media (max-width: 920px) {
  .lb-store .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    align-items: stretch;
  }

  .lb-store .hero-media {
    order: -1;
    min-height: 420px;
  }

  .lb-story,
  .lb-editorial-strip {
    grid-template-columns: 1fr;
  }

  .lb-editorial-strip figure {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .lb-store .page-shell {
    width: min(100% - 0.75rem, 540px);
    padding-top: 5.7rem;
  }

  .lb-store .site-header {
    top: 0.55rem;
    width: calc(100% - 0.75rem);
    min-height: 58px;
    padding: 0.42rem;
  }

  .lb-store .brand small,
  .lb-store .cart-button span:not(.cart-icon) {
    display: none;
  }

  .lb-store .hero {
    gap: 1rem;
    margin-bottom: 3.2rem;
    padding: 0.65rem;
  }

  .lb-store .hero-media {
    min-height: 310px;
  }

  .lb-store .hero h1 {
    font-size: clamp(3.05rem, 14vw, 4.45rem);
    line-height: 0.9;
  }

  .lb-store .hero-copy,
  .lb-store .hero-label-line,
  .lb-store .hero-actions,
  .lb-store .hero-proof-grid {
    align-items: start;
    text-align: left;
  }

  .lb-store .hero-proof-grid {
    grid-template-columns: 1fr;
  }

  .lb-story {
    padding: 2.5rem 0;
  }

  .lb-story h2,
  .lb-strip-copy strong,
  .lb-store .catalog-heading h1 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .lb-strip-copy {
    min-height: 320px;
  }

  .lb-store .trust-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lb-store .trust-strip div {
    min-height: 110px;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 226, 199, 0.12);
  }

  .lb-store .catalog-tools {
    padding: 0.62rem;
  }

  .lb-store .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.58rem;
  }

  .lb-store .product-media {
    aspect-ratio: 1 / 1.06;
  }

  .lb-store .product-content h3 {
    min-height: 2.2em;
    font-size: 0.82rem;
    line-height: 1.1;
  }

  .lb-store .product-content p {
    display: none;
  }
}

/* LB Signature polish pass: cleaner bar, less red noise, more boutique streetwear. */
.lb-store {
  --lb-bg: #0f0f0e;
  --lb-panel: #151311;
  --lb-panel-2: #211b18;
  --lb-cream: #efe4d3;
  --lb-cream-2: #f7efe2;
  --lb-muted: #b8aa98;
  --lb-red: #a90812;
  --lb-red-hot: #d90b18;
  --lb-line: rgba(239, 228, 211, 0.18);
  --lb-ink: #f8f1e7;
  background:
    linear-gradient(180deg, rgba(15, 15, 14, 0.72), #0f0f0e 48%),
    url("../assets/lb-signature/texture-red.jpeg") right top / min(620px, 78vw) auto no-repeat,
    #0f0f0e;
}

.lb-store::before {
  opacity: 0.22;
  background:
    linear-gradient(90deg, rgba(239, 228, 211, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(239, 228, 211, 0.035) 1px, transparent 1px);
  background-size: 112px 112px;
  mix-blend-mode: normal;
}

.lb-store .announcement-bar {
  min-height: 34px;
  display: flex;
  justify-content: center;
  gap: clamp(0.8rem, 3vw, 3rem);
  border-bottom: 1px solid rgba(239, 228, 211, 0.12);
  color: rgba(248, 241, 231, 0.82);
  background: #11100f;
}

.lb-store .announcement-bar span,
.lb-store .announcement-bar strong {
  color: inherit;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lb-store .site-header {
  top: 0;
  width: 100%;
  min-height: 86px;
  padding: 0.95rem clamp(1rem, 5vw, 4.8rem);
  border: 0;
  border-bottom: 1px solid rgba(15, 15, 14, 0.12);
  border-radius: 0;
  color: #161311;
  background: rgba(247, 239, 226, 0.96);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.lb-store .brand,
.lb-store .brand strong,
.lb-store .brand small {
  color: #161311;
}

.lb-store .brand-mark {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(22, 19, 17, 0.2);
  background: #f3e5d2;
}

.lb-store .brand strong {
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-transform: none;
}

.lb-store .brand small {
  color: rgba(22, 19, 17, 0.62);
}

.lb-store .desktop-nav {
  padding: 0.24rem;
  border: 1px solid rgba(22, 19, 17, 0.12);
  border-radius: 999px;
  background: rgba(22, 19, 17, 0.055);
}

.lb-store .header-link {
  min-height: 38px;
  color: rgba(22, 19, 17, 0.78);
  border-radius: 999px;
}

.lb-store .header-link:hover {
  color: var(--lb-cream-2);
  background: #161311;
}

.lb-store .cart-button {
  min-height: 46px;
  color: var(--lb-cream-2);
  background: #161311;
}

.lb-store .cart-button strong {
  color: #161311;
  background: var(--lb-cream);
}

.lb-store .page-shell {
  width: min(1240px, calc(100% - 2rem));
  padding-top: clamp(2.6rem, 5vw, 4.8rem);
}

.lb-store .hero {
  min-height: clamp(600px, 72vh, 780px);
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3.4rem);
  padding: clamp(1.2rem, 3vw, 3rem);
  border-color: rgba(239, 228, 211, 0.14);
  background:
    linear-gradient(90deg, rgba(15, 15, 14, 0.98) 0%, rgba(15, 15, 14, 0.76) 47%, rgba(169, 8, 18, 0.22)),
    #0f0f0e;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.lb-store .hero::after {
  right: 0.03em;
  bottom: -0.08em;
  color: rgba(239, 228, 211, 0.032);
  font-size: clamp(4.8rem, 13vw, 13.5rem);
}

.lb-store .hero-copy {
  max-width: 680px;
  padding: clamp(0.3rem, 1.8vw, 1.4rem);
}

.lb-store .hero-label-line {
  justify-content: flex-start;
}

.lb-store .eyebrow,
.lb-store .hero-label-line .eyebrow {
  color: var(--lb-cream);
  letter-spacing: 0.14em;
}

.lb-store .stock-signal {
  color: #161311;
  background: var(--lb-cream);
  border-color: transparent;
}

.lb-store .hero h1 {
  max-width: 8.8ch;
  font-size: clamp(3.7rem, 8.2vw, 8rem);
  line-height: 0.86;
}

.lb-store .hero p {
  max-width: 42ch;
  color: rgba(248, 241, 231, 0.76);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.lb-store .button.primary {
  color: var(--lb-cream-2);
  background: var(--lb-red);
  border-color: rgba(239, 228, 211, 0.14);
}

.lb-store .button.primary:hover {
  background: #d90b18;
}

.lb-store .button.ghost {
  color: var(--lb-ink);
  background: rgba(239, 228, 211, 0.075);
  border-color: rgba(239, 228, 211, 0.22);
}

.lb-store .hero-proof-grid {
  max-width: 680px;
}

.lb-store .hero-proof-grid span {
  background: rgba(247, 239, 226, 0.055);
}

.lb-store .hero-media {
  min-height: clamp(430px, 60vh, 650px);
  border-color: rgba(239, 228, 211, 0.2);
  background: #161311;
  box-shadow: none;
}

.lb-store .hero-media img {
  object-position: 52% 38%;
  filter: contrast(1.08) saturate(1.02);
}

.lb-story {
  padding: clamp(2rem, 5vw, 4.6rem) 0;
  border-color: rgba(239, 228, 211, 0.14);
}

.lb-story h2,
.lb-store .catalog-heading h1 {
  color: var(--lb-ink);
}

.lb-story p,
.lb-store .catalog-heading p,
.lb-strip-copy p {
  color: rgba(248, 241, 231, 0.72);
}

.lb-editorial-strip {
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 0.82fr) minmax(210px, 0.58fr);
}

.lb-editorial-strip figure,
.lb-strip-copy,
.lb-store .trust-strip,
.lb-store .catalog-tools,
.lb-store .product-card {
  border-radius: 6px;
}

.lb-strip-copy {
  background:
    linear-gradient(135deg, rgba(169, 8, 18, 0.92), rgba(17, 15, 14, 0.98)),
    #a90812;
}

.lb-store .trust-strip {
  background: rgba(247, 239, 226, 0.045);
  box-shadow: none;
}

.lb-store .trust-strip div {
  min-height: 120px;
}

.lb-store .catalog-section {
  padding-top: 0;
}

.lb-store .catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.42fr);
  gap: 1rem;
}

.lb-store .catalog-tools {
  padding: 0.8rem;
  background: rgba(247, 239, 226, 0.955);
  border-color: rgba(22, 19, 17, 0.1);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2);
}

.lb-store .search-field,
.lb-store .catalog-refine label,
.lb-store .catalog-refine select,
.lb-store .filter-chip {
  color: #161311;
  border-color: rgba(22, 19, 17, 0.12);
  background: rgba(22, 19, 17, 0.045);
}

.lb-store .search-field input {
  color: #161311;
}

.lb-store .search-field input::placeholder {
  color: rgba(22, 19, 17, 0.5);
}

.lb-store .filter-chip.is-active,
.lb-store .filter-chip:hover,
.lb-store .filter-reset {
  color: var(--lb-cream-2);
  background: #161311;
  border-color: #161311;
}

.lb-store .product-card {
  background: rgba(247, 239, 226, 0.965);
  border-color: rgba(22, 19, 17, 0.12);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.18);
}

.lb-store .product-card:hover {
  border-color: rgba(169, 8, 18, 0.38);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.24);
}

.lb-store .product-content {
  background: #f7efe2;
}

.lb-store .product-topline > span:first-child,
.lb-store .price-stack strong,
.lb-store .product-content h3 {
  color: #161311;
}

.lb-store .product-content p,
.lb-store .was-price,
.lb-store .saving-price {
  color: rgba(22, 19, 17, 0.62);
}

.lb-store .variant-pill {
  color: rgba(22, 19, 17, 0.72);
  background: rgba(22, 19, 17, 0.055);
  border-color: rgba(22, 19, 17, 0.1);
}

.lb-store .stock-pill,
.lb-store .promo-pill {
  color: #161311;
  background: rgba(247, 239, 226, 0.92);
  border-color: rgba(22, 19, 17, 0.12);
}

.lb-store .promo-pill {
  color: var(--lb-cream-2);
  background: var(--lb-red);
}

.lb-store .drawer-panel {
  color: var(--lb-ink);
  background: #12100f;
}

.lb-store .drawer:not(.is-open) {
  visibility: hidden;
  pointer-events: none;
}

.lb-store .category-row {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.lb-store .category-row::-webkit-scrollbar {
  display: none;
}

.lb-store .drawer-header h2,
.lb-store .product-detail h2,
.lb-store .cart-line,
.lb-store .delivery-option,
.lb-store .checkout-policy-alert {
  color: var(--lb-ink);
}

.lb-store .cart-line,
.lb-store .delivery-option,
.lb-store .checkout-policy-alert {
  border-color: rgba(239, 228, 211, 0.14);
  background: rgba(239, 228, 211, 0.055);
}

.lb-store .cart-panel {
  width: min(100vw, 540px);
  background:
    linear-gradient(180deg, #171311 0%, #100f0e 100%);
  box-shadow: -22px 0 70px rgba(0, 0, 0, 0.46);
}

.lb-store .drawer-header {
  position: sticky;
  top: 0;
  z-index: 2;
  margin: -1rem -1rem 1rem;
  padding: max(1rem, env(safe-area-inset-top)) 1rem 0.9rem;
  border-bottom: 1px solid rgba(239, 228, 211, 0.12);
  background: rgba(18, 16, 15, 0.96);
  backdrop-filter: blur(14px);
}

.lb-store .drawer-header .eyebrow {
  color: rgba(239, 228, 211, 0.62);
}

.lb-store .icon-button {
  border-color: rgba(239, 228, 211, 0.16);
  color: var(--lb-cream);
  background: rgba(239, 228, 211, 0.06);
}

.lb-store .icon-button:hover {
  color: var(--lb-cream-2);
  border-color: rgba(217, 11, 24, 0.58);
  background: rgba(169, 8, 18, 0.2);
}

.lb-store .cart-checkout-flow,
.lb-store .checkout-form {
  gap: 0.75rem;
}

.lb-store .checkout-step,
.lb-store .cart-step {
  border-color: rgba(239, 228, 211, 0.13);
  background: rgba(239, 228, 211, 0.045);
  box-shadow: none;
}

.lb-store .cart-step {
  padding: 0.9rem;
}

.lb-store .step-heading > span {
  background: var(--lb-red);
  color: var(--lb-cream-2);
}

.lb-store .step-heading strong {
  color: var(--lb-ink);
}

.lb-store .step-heading small,
.lb-store .cart-line p,
.lb-store .cart-review-footer small,
.lb-store .checkout-form label,
.lb-store .checkout-policy-alert p,
.lb-store .pickup-note,
.lb-store .paypal-note {
  color: rgba(248, 241, 231, 0.62);
}

.lb-store .cart-empty,
.lb-store .empty-state {
  border-color: rgba(239, 228, 211, 0.14);
  background: rgba(239, 228, 211, 0.055);
  color: rgba(248, 241, 231, 0.66);
}

.lb-store .cart-empty strong,
.lb-store .empty-state strong {
  color: var(--lb-ink);
}

.lb-store .cart-line img {
  background: #201a17;
}

.lb-store .quantity-control {
  border-color: rgba(239, 228, 211, 0.16);
  background: rgba(14, 12, 11, 0.7);
}

.lb-store .quantity-control button {
  color: var(--lb-cream);
  background: rgba(239, 228, 211, 0.06);
}

.lb-store .quantity-control span {
  color: var(--lb-ink);
}

.lb-store .cart-line-total,
.lb-store .checkout-recap strong,
.lb-store .cart-total strong,
.lb-store .cart-review-footer .cart-total strong,
.lb-store .total-step .cart-total strong {
  color: var(--lb-cream-2);
}

.lb-store .remove-line {
  color: var(--lb-cream-2);
  border-color: rgba(217, 11, 24, 0.38);
  background: rgba(169, 8, 18, 0.16);
}

.lb-store .cart-review-footer .cart-total,
.lb-store .total-step,
.lb-store .checkout-recap {
  border-color: rgba(217, 11, 24, 0.28);
  background:
    linear-gradient(135deg, rgba(169, 8, 18, 0.2), rgba(239, 228, 211, 0.055));
  color: var(--lb-ink);
  box-shadow: none;
}

.lb-store .cart-review-footer .cart-total span,
.lb-store .total-step .cart-total span {
  color: rgba(248, 241, 231, 0.62);
}

.lb-store .checkout-form input,
.lb-store .checkout-form textarea,
.lb-store .checkout-form select {
  border-color: rgba(239, 228, 211, 0.16);
  color: var(--lb-ink);
  background: rgba(239, 228, 211, 0.06);
}

.lb-store .checkout-form input::placeholder,
.lb-store .checkout-form textarea::placeholder {
  color: rgba(248, 241, 231, 0.42);
}

.lb-store .delivery-option:hover,
.lb-store .delivery-option:has(input:checked) {
  border-color: rgba(217, 11, 24, 0.48);
  background: rgba(169, 8, 18, 0.16);
}

.lb-store .delivery-option input {
  accent-color: var(--lb-red-hot);
}

.lb-store .site-footer {
  color: var(--lb-ink);
}

@media (max-width: 920px) {
  .lb-store .site-header {
    min-height: 72px;
  }

  .lb-store .hero {
    grid-template-columns: 1fr;
  }

  .lb-editorial-strip {
    grid-template-columns: 1fr;
  }

  .lb-store .catalog-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lb-store .announcement-bar {
    justify-content: space-between;
    gap: 0.45rem;
    padding-inline: 0.75rem;
  }

  .lb-store .announcement-bar span:last-child {
    display: none;
  }

  .lb-store .site-header {
    top: 0;
    width: 100%;
    min-height: 64px;
    padding: 0.52rem 0.72rem;
  }

  .lb-store .desktop-nav {
    display: none;
  }

  .lb-store .page-shell {
    width: min(100% - 0.78rem, 540px);
    padding-top: 1.05rem;
  }

  .lb-store .category-row {
    flex-wrap: wrap;
    overflow: visible;
  }

  .lb-store .hero {
    min-height: auto;
    padding: 0.55rem;
  }

  .lb-store .hero-copy {
    padding: 0.7rem;
  }

  .lb-store .hero h1 {
    font-size: clamp(3.65rem, 16vw, 5rem);
  }

  .lb-store .hero-media {
    min-height: 360px;
  }

  .lb-editorial-strip figure {
    min-height: 320px;
  }
}

/* LB Signature sober commerce pass: product cards and clean footer. */
.lb-store .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 1fr));
  gap: clamp(0.9rem, 2vw, 1.25rem);
}

.lb-store .product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(239, 228, 211, 0.22);
  border-radius: 8px;
  background: #f3ecdf;
  box-shadow: none;
  transform: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.lb-store .product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(248, 241, 231, 0.48);
  box-shadow: none;
}

.lb-store .product-media {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  border: 0 !important;
  background: #181311;
  cursor: pointer;
}

.lb-store .product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
  transform: none;
  transition: transform 360ms ease;
}

.lb-store .product-card:hover .product-media img {
  transform: scale(1.025);
}

.lb-store .stock-pill {
  left: 0.8rem;
  top: 0.8rem;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.7rem;
  border: 0;
  border-radius: 999px;
  color: #161311;
  background: rgba(247, 239, 226, 0.94);
  font-size: 0.8rem;
  font-weight: 900;
}

.lb-store .promo-pill {
  right: 0.8rem;
  bottom: 0.8rem;
  max-width: calc(100% - 1.6rem);
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.78rem;
  border: 0;
  border-radius: 999px;
  color: #fff8ed;
  background: #bd0712;
  box-shadow: none;
  font-size: 0.78rem;
  font-weight: 900;
}

.lb-store .product-content {
  display: grid;
  grid-template-rows: auto auto minmax(3.1em, auto) auto auto;
  gap: 0.78rem;
  min-height: 255px;
  padding: 1.05rem 1.08rem 1.15rem;
  background: #f3ecdf;
}

.lb-store .product-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.85rem;
  min-height: 0;
}

.lb-store .product-topline > span:first-child {
  color: #161311;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lb-store .price-stack {
  justify-items: end;
}

.lb-store .price-stack .was-price,
.lb-store .was-price {
  color: rgba(22, 19, 17, 0.45);
  font-size: 0.78rem;
  font-weight: 700;
}

.lb-store .price-stack strong,
.lb-store .product-meta strong {
  color: #161311;
  font-size: 1.08rem;
  font-weight: 900;
}

.lb-store .saving-price {
  padding: 0.22rem 0.48rem;
  color: #386044;
  background: rgba(220, 233, 219, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
}

.lb-store .product-content h3 {
  margin: 0.16rem 0 0;
  color: #161311;
  font-family: var(--font-ui);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.lb-store .product-content p {
  display: -webkit-box;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(22, 19, 17, 0.62);
  font-size: 0.94rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lb-store .variant-row {
  min-height: 30px;
  max-height: 64px;
}

.lb-store .variant-pill {
  min-height: 30px;
  padding: 0.32rem 0.58rem;
  border: 0;
  color: rgba(22, 19, 17, 0.72);
  background: rgba(22, 19, 17, 0.07);
  font-size: 0.76rem;
  font-weight: 800;
}

.lb-store .product-add-button {
  justify-self: end;
  width: min(100%, 150px);
  min-height: 48px;
  margin-top: auto;
  border-radius: 999px;
  color: #fff8ed;
  background: #bd0712;
  border-color: #bd0712;
  box-shadow: none;
}

.lb-store .product-add-button:hover:not(:disabled) {
  background: #d90b18;
  border-color: #d90b18;
}

.lb-store .product-add-button:disabled {
  color: rgba(22, 19, 17, 0.5);
  background: rgba(22, 19, 17, 0.08);
  border-color: transparent;
}

.lb-store .site-footer {
  width: 100%;
  max-width: none;
  margin: clamp(3rem, 8vw, 6rem) 0 0;
  padding: 0;
  display: block;
  color: #1b1d20;
  border: 0;
  background: #f5f7fb;
}

.lb-store .site-footer > .footer-brand,
.lb-store .site-footer > .romalinks {
  display: none;
}

.footer-newsletter,
.footer-bottom {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
}

.footer-newsletter {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(1.5rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(2.3rem, 5vw, 3.8rem) 0 2.8rem;
}

.footer-newsletter h2 {
  margin: 0;
  color: #17191d;
  font-family: var(--font-ui);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
}

.footer-newsletter p {
  margin: 0.65rem 0 0;
  max-width: 48ch;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.45;
}

.footer-signup {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.28rem 0.38rem 0.28rem 1.45rem;
  border: 1px solid #d8dde5;
  border-radius: 999px;
  background: #fbfcff;
}

.footer-signup input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #17191d;
  background: transparent;
  font-size: 1rem;
}

.footer-signup input::placeholder {
  color: #7b8088;
}

.footer-signup button,
.footer-socials span {
  display: inline-grid;
  place-items: center;
  border: 0;
  color: #383c43;
  background: transparent;
}

.footer-signup button {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  cursor: pointer;
}

.footer-signup button:hover {
  background: #eef1f6;
}

.footer-signup svg,
.footer-socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-bottom {
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1.6rem 0 2.4rem;
}

.footer-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  color: #6b7280;
  font-size: 0.94rem;
}

.footer-copy img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 50%;
}

.footer-bottom .legal-links {
  justify-content: center;
  margin: 0;
  gap: 1.1rem;
}

.footer-bottom .legal-links a {
  color: #6b7280;
  font-size: 0.94rem;
  text-decoration: none;
}

.footer-bottom .legal-links a:hover {
  color: #17191d;
}

.footer-socials {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #a0a6af;
}

.footer-socials span {
  width: 26px;
  height: 26px;
}

@media (max-width: 760px) {
  .lb-store .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.68rem;
  }

  .lb-store .product-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .lb-store .product-media {
    aspect-ratio: 1 / 0.86;
  }

  .lb-store .stock-pill,
  .lb-store .promo-pill {
    min-height: 28px;
    padding: 0.3rem 0.48rem;
    font-size: 0.65rem;
  }

  .lb-store .product-content {
    grid-template-rows: auto auto auto auto;
    min-height: 0;
    gap: 0.44rem;
    padding: 0.62rem;
  }

  .lb-store .product-topline {
    display: grid;
    gap: 0.16rem;
  }

  .lb-store .price-stack {
    justify-items: start;
  }

  .lb-store .product-content h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.86rem;
    line-height: 1.08;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lb-store .product-content p {
    display: none;
  }

  .lb-store .saving-price {
    white-space: normal;
  }

  .lb-store .variant-row {
    max-height: 31px;
  }

  .lb-store .variant-pill {
    min-height: 24px;
    padding: 0.22rem 0.38rem;
    font-size: 0.62rem;
  }

  .lb-store .product-add-button {
    width: 100%;
    min-height: 36px;
    margin-top: 0.18rem;
    font-size: 0.72rem;
  }

  .footer-newsletter,
  .footer-bottom {
    width: min(100% - 1.25rem, 620px);
  }

  .footer-newsletter {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    padding: 2.2rem 0 1.4rem;
  }

  .footer-signup {
    min-height: 56px;
    padding-left: 1rem;
  }

  .footer-signup button {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .footer-bottom {
    min-height: 0;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 1rem 0 2rem;
  }

  .footer-bottom .legal-links {
    justify-content: flex-start;
  }

  .footer-socials {
    justify-self: start;
  }
}

/* LB Signature presentation/header pass. */
.lb-store .announcement-bar {
  min-height: 30px;
  border-bottom: 1px solid rgba(239, 228, 211, 0.08);
  color: rgba(239, 228, 211, 0.68);
  background: #0a0808;
}

.lb-store .site-header {
  min-height: 76px;
  padding: 0.68rem clamp(0.9rem, 4vw, 3.4rem);
  border-bottom: 1px solid rgba(239, 228, 211, 0.1);
  color: var(--lb-ink);
  background:
    linear-gradient(90deg, rgba(12, 10, 10, 0.98), rgba(22, 13, 13, 0.98) 58%, rgba(47, 10, 12, 0.94)),
    #0f0b0b;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.lb-store .brand,
.lb-store .brand strong {
  color: var(--lb-ink);
}

.lb-store .brand small {
  color: rgba(239, 228, 211, 0.62);
}

.lb-store .brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lb-store .brand-mark.image-mark {
  overflow: hidden;
  padding: 0;
}

.lb-store .brand-mark.image-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: none;
  transform-origin: center;
}

.lb-store .desktop-nav {
  border: 1px solid rgba(239, 228, 211, 0.12);
  background: rgba(239, 228, 211, 0.04);
  box-shadow: inset 0 0 0 1px rgba(189, 7, 18, 0.08);
}

.lb-store .header-link {
  color: rgba(239, 228, 211, 0.72);
  background: transparent;
}

.lb-store .header-link:hover {
  color: #fff8ed;
  background: rgba(189, 7, 18, 0.62);
}

.lb-store .cart-button {
  color: #fff8ed;
  background: rgba(8, 7, 7, 0.84);
  border: 1px solid rgba(239, 228, 211, 0.16);
}

.lb-store .cart-icon {
  background: #a80510;
}

.lb-store .cart-button strong {
  color: #161311;
  background: var(--lb-cream);
}

.lb-store .hero p {
  max-width: 58ch;
  color: rgba(248, 241, 231, 0.72);
  font-size: clamp(0.98rem, 1.18vw, 1.1rem);
  line-height: 1.62;
}

@media (max-width: 640px) {
  .lb-store .site-header {
    min-height: 60px;
    padding: 0.42rem 0.7rem;
  }

  .lb-store .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .lb-store .hero p {
    max-width: 100%;
    font-size: 0.94rem;
    line-height: 1.5;
  }
}

/* LB Signature polish pass: ticker, official logo, ad strip, filters and footer. */
.lb-store .announcement-bar {
  min-height: 44px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(239, 228, 211, 0.06);
  border-bottom: 1px solid rgba(239, 228, 211, 0.1);
  color: var(--lb-cream);
  background:
    linear-gradient(90deg, rgba(169, 8, 18, 0.22), transparent 18%, rgba(169, 8, 18, 0.24) 82%, transparent),
    #0b0808;
}

.announcement-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  animation: lb-marquee-left 22s linear infinite;
  will-change: transform;
}

.announcement-group {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3rem);
  padding-right: clamp(1.2rem, 3vw, 3rem);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.announcement-group strong {
  color: #fff3df;
  font-size: 1.08em;
}

.announcement-group span {
  position: relative;
  color: rgba(239, 228, 211, 0.72);
}

.announcement-group span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(clamp(0.6rem, 1.5vw, 1.5rem) * -1);
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--lb-red-hot);
  transform: translate(-50%, -50%);
}

@keyframes lb-marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.lb-store .brand-mark {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  border-radius: 999px;
  background: var(--lb-cream);
}

.lb-store .brand-mark.image-mark img {
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.lb-store .hero {
  margin-bottom: 0;
}

.shipping-ribbon {
  width: min(100%, 1240px);
  margin: clamp(1rem, 2.4vw, 1.5rem) auto clamp(1.25rem, 3vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(239, 228, 211, 0.16);
  border-radius: 8px;
  color: var(--lb-cream);
  background:
    linear-gradient(90deg, #8d0610, #c40712 42%, #1a0d0d);
  box-shadow: 0 22px 70px rgba(114, 5, 11, 0.34);
}

.shipping-ribbon-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  animation: lb-marquee-left 26s linear infinite;
}

.shipping-ribbon-track span {
  flex: 0 0 auto;
  padding: 1rem clamp(1.5rem, 4vw, 4rem);
  border-right: 1px solid rgba(239, 228, 211, 0.18);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 3rem);
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
}

.banner-stage {
  display: grid;
  grid-template-columns: minmax(240px, 0.4fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
}

.banner-stage[hidden] {
  display: none;
}

.banner-stage-copy {
  display: grid;
  align-content: end;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(239, 228, 211, 0.16);
  border-radius: 8px;
  background: rgba(14, 10, 10, 0.78);
}

.banner-stage-copy h2 {
  margin: 0.55rem 0 0.75rem;
  color: var(--lb-ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.banner-stage-copy p {
  max-width: 32ch;
  margin: 0;
  color: var(--lb-muted);
  line-height: 1.5;
}

.lb-store .store-banners {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.7fr);
  gap: 0.75rem;
  margin: 0;
}

.lb-store .store-banner {
  min-height: 230px;
  border-color: rgba(239, 228, 211, 0.18);
  border-radius: 8px;
  background: #120b0b;
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.34);
}

.lb-store .store-banner.is-featured {
  min-height: 300px;
  grid-row: span 2;
}

.lb-store .store-banner-copy {
  padding: clamp(1rem, 2.4vw, 1.8rem);
}

.lb-store .store-banner-copy small {
  color: var(--lb-red-hot);
}

.lb-store .store-banner-copy strong {
  max-width: 11ch;
  color: var(--lb-ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.8vw, 5rem);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
}

.lb-store .store-banner-copy em {
  color: rgba(248, 241, 231, 0.8);
  font-weight: 600;
}

.lb-store .catalog-heading {
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.36fr);
  gap: clamp(1.2rem, 4vw, 4rem);
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.lb-store .catalog-heading h1 {
  max-width: 820px;
  font-size: clamp(3rem, 5.8vw, 6.4rem);
  line-height: 0.88;
}

.lb-store .catalog-heading p {
  max-width: 36ch;
  margin: 0 0 0.6rem;
  color: rgba(239, 228, 211, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.6;
}

.lb-store .catalog-tools {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: clamp(0.78rem, 1.6vw, 1.15rem);
  border: 1px solid rgba(239, 228, 211, 0.14);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(239, 228, 211, 0.1), rgba(239, 228, 211, 0.035)),
    rgba(13, 9, 9, 0.92);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.32);
}

.lb-store .search-field {
  min-height: 54px;
  padding: 0 1rem;
  border-color: rgba(239, 228, 211, 0.14);
  background: rgba(239, 228, 211, 0.08);
}

.lb-store .search-field svg {
  stroke: rgba(239, 228, 211, 0.68);
}

.lb-store .category-row {
  gap: 0.45rem;
  padding: 0;
}

.lb-store .filter-chip {
  min-height: 48px;
  padding: 0 1rem;
  border-radius: 999px;
  color: rgba(239, 228, 211, 0.78);
  background: rgba(239, 228, 211, 0.055);
}

.lb-store .filter-chip.is-active,
.lb-store .filter-chip:hover {
  color: #100b0b;
  background: var(--lb-cream);
}

.lb-store .catalog-refine {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 1fr) auto;
  gap: 0.7rem;
  align-items: end;
}

.lb-store .catalog-refine label {
  min-width: 0;
  color: rgba(239, 228, 211, 0.58);
  letter-spacing: 0.08em;
}

.lb-store .catalog-refine select {
  min-height: 48px;
  color: var(--lb-ink);
  background: rgba(239, 228, 211, 0.09);
}

.lb-store .filter-reset {
  min-height: 48px;
  padding-inline: 1.15rem;
  color: var(--lb-cream);
  background: #110d0d;
  border-color: rgba(239, 228, 211, 0.16);
}

.lb-story {
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.52fr);
  align-items: center;
}

.lb-story h2 {
  max-width: 780px;
  font-size: clamp(2.8rem, 5.8vw, 6.2rem);
}

.lb-story p {
  color: rgba(239, 228, 211, 0.74);
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
}

.lb-strip-copy strong {
  max-width: 12ch;
  font-size: clamp(2.4rem, 5vw, 5.7rem);
}

.lb-store .trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.lb-store .trust-strip div {
  min-height: 128px;
  display: grid;
  align-content: center;
  padding: clamp(1rem, 2vw, 1.4rem);
}

.lb-store .site-footer {
  color: var(--lb-ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(169, 8, 18, 0.32), transparent 22rem),
    linear-gradient(145deg, #0d0909 0%, #180a0b 58%, #080606 100%);
  border-top: 1px solid rgba(239, 228, 211, 0.12);
}

.lb-store .site-footer > .footer-newsletter,
.lb-store .site-footer > .footer-brand,
.lb-store .site-footer > .romalinks,
.lb-store .footer-socials {
  display: none;
}

.footer-command,
.footer-bottom {
  width: min(1240px, calc(100% - 2rem));
  margin-inline: auto;
}

.footer-command {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  padding: clamp(2.4rem, 6vw, 5rem) 0 clamp(1.6rem, 4vw, 3rem);
}

.footer-identity {
  display: grid;
  align-content: end;
  justify-items: start;
  min-height: 360px;
  padding: clamp(1.2rem, 2.6vw, 2rem);
  border: 1px solid rgba(239, 228, 211, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(239, 228, 211, 0.06), rgba(239, 228, 211, 0.02)),
    rgba(12, 8, 8, 0.72);
}

.footer-identity img {
  width: 74px;
  height: 74px;
  margin-bottom: auto;
  border-radius: 999px;
  object-fit: cover;
}

.footer-identity h2 {
  max-width: 10ch;
  margin: 0.55rem 0 0.85rem;
  color: var(--lb-ink);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
}

.footer-identity p {
  max-width: 46ch;
  margin: 0;
  color: rgba(239, 228, 211, 0.72);
  line-height: 1.6;
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.footer-contact-card {
  min-height: 172px;
  display: grid;
  align-content: end;
  gap: 0.42rem;
  padding: clamp(1rem, 2vw, 1.3rem);
  border: 1px solid rgba(239, 228, 211, 0.14);
  border-radius: 10px;
  color: var(--lb-ink);
  background: rgba(239, 228, 211, 0.055);
  text-decoration: none;
}

.footer-contact-card.is-action {
  background:
    linear-gradient(145deg, rgba(196, 7, 18, 0.92), rgba(105, 5, 11, 0.78));
}

.footer-contact-card span {
  color: rgba(239, 228, 211, 0.6);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-contact-card strong {
  max-width: 18ch;
  color: var(--lb-ink);
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  line-height: 1.14;
}

.footer-contact-card small {
  max-width: 32ch;
  color: rgba(239, 228, 211, 0.64);
  line-height: 1.45;
}

.lb-store .footer-bottom {
  min-height: auto;
  grid-template-columns: minmax(0, 1fr) auto;
  border-top: 1px solid rgba(239, 228, 211, 0.1);
  padding: 1.1rem 0 1.4rem;
}

.lb-store .footer-copy,
.lb-store .footer-bottom .legal-links a {
  color: rgba(239, 228, 211, 0.56);
}

.lb-store .footer-copy img {
  background: rgba(239, 228, 211, 0.88);
}

.lb-store .footer-bottom .legal-links a:hover {
  color: var(--lb-ink);
}

@media (prefers-reduced-motion: reduce) {
  .announcement-track,
  .shipping-ribbon-track {
    animation: none;
    transform: none;
  }
}

@media (max-width: 900px) {
  .banner-stage,
  .footer-command,
  .lb-story,
  .lb-store .catalog-heading {
    grid-template-columns: 1fr;
  }

  .lb-store .store-banners,
  .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .lb-store .store-banner.is-featured {
    grid-row: auto;
  }

  .lb-store .catalog-tools {
    grid-template-columns: 1fr;
  }

  .lb-store .catalog-refine {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lb-store .announcement-bar {
    min-height: 36px;
  }

  .announcement-group {
    font-size: 0.72rem;
    gap: 1.2rem;
    padding-right: 1.2rem;
  }

  .lb-store .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .shipping-ribbon {
    width: 100%;
    margin-top: 0.8rem;
  }

  .shipping-ribbon-track span {
    padding: 0.82rem 1.2rem;
    font-size: 1.24rem;
  }

  .banner-stage-copy,
  .lb-store .store-banner,
  .footer-identity,
  .footer-contact-card {
    border-radius: 8px;
  }

  .footer-identity {
    min-height: 300px;
  }

  .lb-store .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

/* LB Signature compact footer, continuous bands and legal pages. */
@keyframes lb-marquee-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); }
}

.announcement-track,
.shipping-ribbon-track {
  min-width: max-content;
}

.lb-store .announcement-bar {
  min-height: 38px;
}

.announcement-track {
  animation-duration: 18s;
}

.shipping-ribbon {
  margin-top: clamp(0.75rem, 1.8vw, 1.15rem);
  box-shadow: 0 16px 44px rgba(114, 5, 11, 0.24);
}

.shipping-ribbon-track {
  animation-duration: 20s;
}

.shipping-ribbon-track span {
  font-size: clamp(1.2rem, 2.25vw, 2.35rem);
}

.lb-store .site-footer {
  margin-top: clamp(2.2rem, 5vw, 4rem);
  background:
    linear-gradient(90deg, rgba(12, 8, 8, 0.98), rgba(31, 9, 10, 0.98)),
    #0d0909;
}

.lb-store .footer-command {
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr);
  gap: 0.65rem;
  padding: 0.9rem 0 0.75rem;
}

.lb-store .footer-identity,
.lb-store .footer-contact-card {
  min-height: 0;
  border-radius: 8px;
}

.lb-store .footer-identity {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 0.75rem;
  padding: 0.78rem;
}

.lb-store .footer-identity img {
  width: 42px;
  height: 42px;
  margin: 0;
}

.lb-store .footer-identity .eyebrow,
.lb-store .footer-identity p,
.lb-store .footer-contact-card small,
.lb-store .footer-copy img {
  display: none;
}

.lb-store .footer-identity h2 {
  max-width: none;
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: none;
}

.lb-store .footer-contact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.lb-store .footer-contact-card {
  align-content: center;
  gap: 0.25rem;
  padding: 0.78rem;
}

.lb-store .footer-contact-card span {
  font-size: 0.64rem;
}

.lb-store .footer-contact-card strong {
  max-width: 20ch;
  font-size: 0.88rem;
  line-height: 1.16;
}

.lb-store .footer-bottom {
  padding: 0.7rem 0 0.9rem;
}

.lb-store .footer-copy span {
  font-size: 0;
}

.lb-store .footer-copy span::before {
  content: "\00a9 2026 LB Signature";
  font-size: 0.86rem;
}

.legal-page,
.success-page {
  min-height: 100svh;
  color: #f8f1e7;
  font-family: "Epilogue", system-ui, sans-serif;
  background:
    radial-gradient(circle at 78% 8%, rgba(169, 8, 18, 0.38), transparent 30rem),
    linear-gradient(135deg, rgba(10, 8, 8, 0.94), rgba(24, 7, 8, 0.98)),
    #0d0909;
}

.legal-shell {
  width: min(1040px, 100%);
}

.legal-shell .brand,
.success-card {
  border: 1px solid rgba(239, 228, 211, 0.14);
  border-radius: 10px;
  background: rgba(18, 12, 12, 0.78);
  color: #f8f1e7;
}

.legal-shell .brand {
  width: fit-content;
  padding: 0.65rem 0.8rem;
}

.legal-shell .brand-mark,
.success-card .brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  background: url("../assets/lb-signature/logo-lb-official.png") center / cover no-repeat;
}

.legal-card {
  border: 1px solid rgba(239, 228, 211, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(239, 228, 211, 0.06), rgba(239, 228, 211, 0.02)),
    rgba(13, 9, 9, 0.9);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.legal-card h1 {
  max-width: 11ch;
  color: #f8f1e7;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.legal-card h2 {
  color: #efe4d3;
}

.legal-card p,
.legal-card li {
  color: rgba(239, 228, 211, 0.74);
}

.legal-card section {
  border-top-color: rgba(239, 228, 211, 0.13);
}

.legal-actions .button.ghost {
  color: #f8f1e7;
  border-color: rgba(239, 228, 211, 0.18);
  background: rgba(239, 228, 211, 0.06);
}

@media (max-width: 900px) {
  .lb-store .footer-command {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .lb-store .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .lb-store .footer-contact-card {
    padding: 0.7rem;
  }
}

/* 2026-06-03 LB editorial pass: hero, Tony visuals, shipping cards and footer. */
.lb-store .hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.66fr);
  align-items: stretch;
  min-height: clamp(680px, 86svh, 900px);
  padding: clamp(1rem, 3.4vw, 3.2rem);
  background:
    linear-gradient(90deg, rgba(9, 6, 6, 0.98) 0%, rgba(18, 7, 8, 0.84) 48%, rgba(123, 3, 12, 0.34)),
    url("../assets/lb-signature/texture-red.jpeg") center / cover;
}

.lb-store .hero-copy {
  align-self: end;
  padding-bottom: clamp(0.4rem, 2vw, 1.6rem);
}

.lb-store .hero h1 {
  max-width: 9ch;
  margin-bottom: clamp(1rem, 2.4vw, 1.7rem);
  font-size: clamp(4.2rem, 9.4vw, 10.6rem);
  line-height: 0.78;
}

.lb-store .hero h1 span {
  display: block;
}

.lb-store .hero h1 span:nth-child(2) {
  margin-left: clamp(0.65rem, 3.8vw, 4.6rem);
}

.lb-store .hero h1 span:nth-child(3) {
  margin-left: clamp(1.35rem, 7vw, 8.8rem);
}

.lb-store .hero p {
  max-width: 44ch;
  padding-left: clamp(0rem, 5vw, 5.6rem);
  color: rgba(248, 241, 231, 0.82);
  font-weight: 600;
}

.lb-store .hero-media {
  min-height: 100%;
  border-color: rgba(248, 241, 231, 0.24);
  background: #0d0707;
}

.lb-store .hero-media img {
  object-position: 50% 14%;
  filter: contrast(1.18) saturate(1.12);
}

.shipping-ribbon {
  position: relative;
  border-color: rgba(248, 241, 231, 0.22);
  background:
    linear-gradient(90deg, rgba(9, 6, 6, 0.98), rgba(188, 3, 16, 0.9) 48%, rgba(9, 6, 6, 0.98)),
    url("../assets/lb-signature/texture-red.jpeg") center / cover;
}

.shipping-ribbon-track span {
  padding-block: 0.86rem;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.36);
}

.lb-editorial-strip {
  grid-template-columns: minmax(180px, 0.48fr) minmax(0, 0.82fr) minmax(190px, 0.52fr);
  gap: clamp(0.72rem, 1.7vw, 1.1rem);
}

.lb-editorial-strip figure {
  position: relative;
  min-height: clamp(340px, 52vw, 690px);
}

.lb-editorial-strip figure:first-child img {
  object-position: 62% 26%;
  filter: contrast(1.2) saturate(1.18) brightness(1.1);
}

.lb-editorial-strip figure:last-child img {
  object-position: 50% 12%;
}

.lb-strip-copy {
  background:
    linear-gradient(145deg, rgba(194, 5, 18, 0.9), rgba(39, 8, 10, 0.98) 68%),
    url("../assets/lb-signature/texture-red.jpeg") center / cover;
}

.lb-strip-copy strong {
  max-width: 10ch;
}

.lb-store .trust-strip {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr;
  gap: 0.7rem;
  padding: 0.7rem;
  border: 1px solid rgba(248, 241, 231, 0.16);
  background:
    linear-gradient(135deg, rgba(248, 241, 231, 0.05), rgba(248, 241, 231, 0.015)),
    rgba(9, 6, 6, 0.78);
}

.lb-store .trust-strip .trust-card {
  position: relative;
  min-height: 172px;
  display: grid;
  align-content: end;
  gap: 0.46rem;
  overflow: hidden;
  border: 1px solid rgba(248, 241, 231, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(248, 241, 231, 0.08), rgba(248, 241, 231, 0.02)),
    #100909;
}

.lb-store .trust-strip .trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(217, 11, 24, 0.36), transparent 14rem),
    linear-gradient(135deg, transparent, rgba(217, 11, 24, 0.12));
  pointer-events: none;
}

.lb-store .trust-strip .trust-card.is-prime {
  background:
    linear-gradient(145deg, rgba(188, 3, 16, 0.68), rgba(17, 7, 8, 0.96)),
    url("../assets/lb-signature/texture-red.jpeg") center / cover;
}

.lb-store .trust-strip .trust-card small,
.lb-store .trust-strip .trust-card strong,
.lb-store .trust-strip .trust-card span {
  position: relative;
  z-index: 1;
}

.lb-store .trust-strip .trust-card small {
  width: fit-content;
  padding: 0.3rem 0.46rem;
  border: 1px solid rgba(248, 241, 231, 0.22);
  border-radius: 999px;
  color: rgba(248, 241, 231, 0.76);
  font-weight: 900;
}

.lb-store .trust-strip .trust-card strong {
  max-width: 12ch;
  color: #f8f1e7;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 3.7rem);
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

.lb-store .trust-strip .trust-card span {
  max-width: 32ch;
  color: rgba(248, 241, 231, 0.68);
  line-height: 1.45;
}

.lb-store .site-footer {
  background:
    radial-gradient(circle at 16% 12%, rgba(217, 11, 24, 0.34), transparent 22rem),
    linear-gradient(145deg, #070505, #170808 54%, #080505);
}

.lb-store .footer-command {
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1fr);
  gap: 0.85rem;
  padding: clamp(1.2rem, 3vw, 2rem) 0 0.9rem;
}

.lb-store .footer-identity {
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: end;
  gap: 1rem;
  min-height: 248px;
  padding: clamp(1rem, 2vw, 1.35rem);
  background:
    linear-gradient(160deg, rgba(248, 241, 231, 0.08), rgba(248, 241, 231, 0.02)),
    url("../assets/lb-signature/texture-red.jpeg") center / cover;
}

.lb-store .footer-identity img {
  width: 58px;
  height: 58px;
}

.lb-store .footer-identity .eyebrow,
.lb-store .footer-identity p,
.lb-store .footer-contact-card small {
  display: block;
}

.lb-store .footer-identity .eyebrow {
  grid-column: 1 / -1;
  align-self: start;
}

.lb-store .footer-identity h2,
.lb-store .footer-identity p {
  grid-column: 1 / -1;
}

.lb-store .footer-identity h2 {
  max-width: 9ch;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.3vw, 4.8rem);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
}

.lb-store .footer-identity p {
  max-width: 42ch;
  color: rgba(248, 241, 231, 0.7);
}

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

.lb-store .footer-contact-card {
  min-height: 120px;
  align-content: end;
  gap: 0.38rem;
  padding: clamp(0.9rem, 1.7vw, 1.12rem);
  background: rgba(248, 241, 231, 0.055);
}

.lb-store .footer-contact-card.is-action {
  background:
    linear-gradient(145deg, rgba(217, 11, 24, 0.92), rgba(86, 5, 10, 0.9)),
    url("../assets/lb-signature/texture-red.jpeg") center / cover;
}

.lb-store .footer-contact-card strong {
  max-width: 16ch;
  color: #f8f1e7;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.lb-store .footer-contact-card small {
  max-width: 34ch;
  color: rgba(248, 241, 231, 0.64);
}

@media (max-width: 900px) {
  .lb-store .hero,
  .lb-editorial-strip,
  .lb-store .trust-strip,
  .lb-store .footer-command,
  .lb-store .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .lb-store .hero {
    min-height: auto;
  }

  .lb-store .hero-copy {
    order: 1;
  }

  .lb-store .hero-media {
    order: 2;
    min-height: clamp(420px, 78vw, 620px);
  }

  .lb-store .hero p {
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .lb-store .hero {
    padding: 0.82rem;
  }

  .lb-store .hero h1 {
    font-size: clamp(3.35rem, 18vw, 5.8rem);
  }

  .lb-store .hero h1 span:nth-child(2),
  .lb-store .hero h1 span:nth-child(3) {
    margin-left: 0;
  }

  .lb-store .hero-media {
    min-height: 430px;
  }

  .lb-store .trust-strip {
    padding: 0.5rem;
  }

  .lb-store .trust-strip .trust-card {
    min-height: 138px;
  }

  .lb-store .footer-identity {
    min-height: 240px;
  }
}

/* 2026-06-03 LB checkout readability pass. */
.lb-store .cart-panel {
  background:
    linear-gradient(180deg, rgba(20, 14, 13, 0.98), rgba(11, 8, 8, 0.99)),
    #0d0909;
}

.lb-store .checkout-step,
.lb-store .cart-step {
  border-color: rgba(248, 241, 231, 0.18);
  background: rgba(248, 241, 231, 0.06);
}

.lb-store .checkout-step.confirm-step {
  background:
    linear-gradient(180deg, rgba(248, 241, 231, 0.075), rgba(248, 241, 231, 0.04)),
    rgba(15, 10, 10, 0.96);
}

.lb-store .step-heading strong {
  color: #fff8ed;
}

.lb-store .step-heading small,
.lb-store .checkout-form label,
.lb-store .delivery-option small,
.lb-store .checkout-policy-alert p,
.lb-store .checkout-acceptance {
  color: rgba(248, 241, 231, 0.78);
}

.lb-store .checkout-form label {
  font-weight: 900;
}

.lb-store .checkout-recap {
  border: 1px solid rgba(248, 241, 231, 0.16);
  background:
    linear-gradient(135deg, rgba(138, 11, 16, 0.62), rgba(248, 241, 231, 0.08));
}

.lb-store .checkout-recap strong {
  color: #fff2dc;
}

.lb-store .checkout-recap .button.ghost {
  color: #fff8ed;
  border-color: rgba(248, 241, 231, 0.3);
  background: rgba(248, 241, 231, 0.08);
}

.lb-store .delivery-option {
  border-color: rgba(248, 241, 231, 0.2);
  background: rgba(248, 241, 231, 0.075);
}

.lb-store .delivery-option strong {
  color: #fff8ed;
}

.lb-store .delivery-option:hover,
.lb-store .delivery-option:has(input:checked) {
  border-color: rgba(217, 11, 24, 0.82);
  background:
    linear-gradient(135deg, rgba(181, 8, 18, 0.34), rgba(248, 241, 231, 0.07));
}

.lb-store .delivery-option input {
  accent-color: #d90b18;
}

.lb-store .checkout-form input,
.lb-store .checkout-form textarea,
.lb-store .checkout-form select {
  border-color: rgba(248, 241, 231, 0.32);
  color: #17100d;
  background: #f4eadb;
  box-shadow: inset 0 0 0 1px rgba(23, 16, 13, 0.03);
}

.lb-store .checkout-form input:focus,
.lb-store .checkout-form textarea:focus,
.lb-store .checkout-form select:focus {
  border-color: #d90b18;
  outline: 3px solid rgba(217, 11, 24, 0.24);
  outline-offset: 2px;
}

.lb-store .checkout-form input::placeholder,
.lb-store .checkout-form textarea::placeholder {
  color: rgba(23, 16, 13, 0.56);
}

.lb-store .checkout-form input:-webkit-autofill,
.lb-store .checkout-form textarea:-webkit-autofill,
.lb-store .checkout-form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f4eadb inset;
  -webkit-text-fill-color: #17100d;
  caret-color: #17100d;
  transition: background-color 9999s ease-out;
}

.lb-store .checkout-policy-alert,
.lb-store .checkout-acceptance {
  border-color: rgba(248, 241, 231, 0.34);
  background: #f4eadb;
  color: #17100d;
}

.lb-store .checkout-policy-alert strong,
.lb-store .checkout-policy-alert p,
.lb-store .checkout-acceptance span {
  color: #17100d;
}

.lb-store .checkout-acceptance {
  font-weight: 800;
  line-height: 1.5;
}

.lb-store .checkout-acceptance input {
  width: 22px;
  height: 22px;
  min-height: 22px;
  accent-color: #b70713;
}

.lb-store .checkout-acceptance a {
  color: #9b0610;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(155, 6, 16, 0.65);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.lb-store .checkout-acceptance a:hover {
  color: #6d040b;
  background: rgba(183, 7, 19, 0.1);
}

.lb-store .checkout-marketing {
  border-color: rgba(248, 241, 231, 0.22);
  background:
    linear-gradient(135deg, rgba(248, 241, 231, 0.09), rgba(248, 241, 231, 0.035)),
    rgba(20, 13, 13, 0.9);
}

.lb-store .checkout-marketing span {
  color: #f8f1e7;
}

.lb-store .checkout-marketing input {
  accent-color: #d90b18;
}

/* 2026-06-03 LB compact sober footer with Romalinks tag. */
.lb-store .site-footer {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding: 0;
  color: #f8f1e7;
  background:
    linear-gradient(180deg, rgba(22, 7, 8, 0.98), rgba(8, 6, 6, 1)),
    #080606;
  border-top: 1px solid rgba(248, 241, 231, 0.12);
}

.lb-store .site-footer > .footer-newsletter,
.lb-store .site-footer > .footer-brand {
  display: none;
}

.lb-store .footer-command,
.lb-store .footer-bottom {
  width: min(1180px, calc(100% - 2rem));
}

.lb-store .footer-command {
  display: grid;
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.4fr);
  gap: 0.48rem;
  padding: 0.72rem 0 0.48rem;
}

.lb-store .footer-identity,
.lb-store .footer-contact-card {
  min-height: 0;
  border-radius: 8px;
  border-color: rgba(248, 241, 231, 0.12);
  background: rgba(248, 241, 231, 0.045);
  box-shadow: none;
}

.lb-store .footer-identity {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 0.56rem;
  padding: 0.58rem;
  background:
    linear-gradient(135deg, rgba(248, 241, 231, 0.055), rgba(248, 241, 231, 0.025)),
    rgba(12, 8, 8, 0.8);
}

.lb-store .footer-identity img {
  width: 32px;
  height: 32px;
  margin: 0;
}

.lb-store .footer-identity .eyebrow {
  display: none;
}

.lb-store .footer-identity h2 {
  grid-column: auto;
  max-width: none;
  margin: 0;
  color: #f8f1e7;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.08;
  text-transform: none;
}

.lb-store .footer-identity p {
  display: none;
}

.lb-store .footer-contact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.48rem;
}

.lb-store .footer-contact-card {
  align-content: center;
  gap: 0.16rem;
  padding: 0.56rem 0.62rem;
  color: #f8f1e7;
  text-decoration: none;
}

.lb-store .footer-contact-card.is-action {
  background:
    linear-gradient(135deg, rgba(173, 8, 17, 0.7), rgba(76, 6, 10, 0.62));
}

.lb-store .footer-contact-card span {
  color: rgba(248, 241, 231, 0.46);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.lb-store .footer-contact-card strong {
  max-width: 18ch;
  color: #f8f1e7;
  font-size: 0.75rem;
  line-height: 1.14;
}

.lb-store .footer-contact-card small {
  display: none;
}

.lb-store .footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.7rem;
  min-height: 0;
  padding: 0.48rem 0 0.58rem;
  border-top: 1px solid rgba(248, 241, 231, 0.1);
}

.lb-store .footer-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  color: rgba(248, 241, 231, 0.5);
  font-size: 0.7rem;
}

.lb-store .footer-copy img {
  display: none;
}

.lb-store .footer-copy span {
  font-size: 0;
}

.lb-store .footer-copy span::before {
  content: "\00a9 2026 LB Signature";
  font-size: 0.7rem;
}

.lb-store .footer-romalinks {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 32px;
  padding: 0.2rem 0.54rem 0.2rem 0.28rem;
  border: 1px solid rgba(248, 241, 231, 0.16);
  border-radius: 999px;
  color: #f8f1e7;
  background: rgba(248, 241, 231, 0.06);
  box-shadow: none;
}

.lb-store .footer-romalinks img {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(248, 241, 231, 0.92);
  object-fit: contain;
}

.lb-store .footer-romalinks small {
  display: block;
  color: rgba(248, 241, 231, 0.48);
  font-size: 0.46rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.lb-store .footer-romalinks strong {
  display: block;
  margin-top: 0.08rem;
  color: #f8f1e7;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.lb-store .footer-bottom .legal-links {
  margin: 0;
  justify-content: flex-end;
}

.lb-store .footer-bottom .legal-links a {
  color: rgba(248, 241, 231, 0.52);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.lb-store .footer-bottom .legal-links a:hover {
  color: #f8f1e7;
}

@media (max-width: 900px) {
  .lb-store .footer-command {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .lb-store .footer-command,
  .lb-store .footer-bottom {
    width: min(100% - 1rem, 560px);
  }

  .lb-store .footer-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.44rem;
  }

  .lb-store .footer-command {
    gap: 0.44rem;
    padding-top: 0.56rem;
    padding-bottom: 0.4rem;
  }

  .lb-store .footer-contact-card {
    padding: 0.48rem 0.54rem;
  }

  .lb-store .footer-bottom {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    gap: 0.4rem 0.7rem;
    padding-top: 0.42rem;
    padding-bottom: 0.52rem;
  }

  .lb-store .footer-copy {
    grid-column: 1 / -1;
  }

  .lb-store .footer-romalinks {
    grid-column: 1;
    justify-self: start;
    width: auto;
  }

  .lb-store .footer-bottom .legal-links {
    grid-column: 2;
    align-self: center;
    justify-content: flex-start;
    gap: 0.72rem;
  }
}

/* 2026-06-03 LB checkout shipping fee and sticky cart header. */
.lb-store .cart-panel {
  padding-top: 0;
}

.lb-store .drawer-header {
  top: 0;
  margin: 0 -1rem 1rem;
  padding: max(1rem, env(safe-area-inset-top)) 1rem 0.95rem;
  border-bottom: 1px solid rgba(248, 241, 231, 0.14);
  background:
    linear-gradient(180deg, rgba(18, 13, 12, 0.99), rgba(18, 13, 12, 0.96));
}

.lb-store .checkout-final-summary {
  display: grid;
  gap: 0.82rem;
  padding: clamp(1rem, 2.4vw, 1.2rem);
  border: 1px solid rgba(248, 241, 231, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(248, 241, 231, 0.96), rgba(244, 234, 219, 0.92));
  color: #17100d;
}

.lb-store .final-summary-head,
.lb-store .final-summary-totals p,
.lb-store .final-summary-products li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.lb-store .final-summary-head strong {
  color: #17100d;
  font-size: 1.05rem;
  font-weight: 950;
}

.lb-store .final-summary-head span {
  color: #9b0610;
  font-size: 0.82rem;
  font-weight: 900;
}

.lb-store .final-summary-products {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lb-store .final-summary-products li {
  padding: 0.48rem 0;
  border-top: 1px solid rgba(23, 16, 13, 0.1);
  color: rgba(23, 16, 13, 0.76);
  font-size: 0.9rem;
  font-weight: 800;
}

.lb-store .final-summary-products small {
  color: rgba(23, 16, 13, 0.54);
  font-size: 0.78rem;
}

.lb-store .final-summary-products strong,
.lb-store .final-summary-totals strong {
  color: #17100d;
  font-weight: 950;
}

.lb-store .final-summary-totals {
  display: grid;
  gap: 0.5rem;
  padding-top: 0.72rem;
  border-top: 1px solid rgba(23, 16, 13, 0.14);
}

.lb-store .final-summary-totals p {
  margin: 0;
  color: rgba(23, 16, 13, 0.66);
  font-weight: 850;
}

.lb-store .final-summary-totals .is-total {
  color: #17100d;
  font-size: 1.08rem;
}

.lb-store .final-summary-totals .is-total strong {
  color: #9b0610;
  font-size: 1.34rem;
}

.settings-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.4rem);
  padding: clamp(1rem, 2.3vw, 1.35rem);
  border: 1px solid rgba(248, 241, 231, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(139, 8, 15, 0.24), rgba(248, 241, 231, 0.045));
}

.settings-panel-copy {
  display: grid;
  gap: 0.38rem;
}

.settings-panel-copy h2,
.settings-panel-copy p {
  margin: 0;
}

.settings-panel-copy p {
  color: rgba(248, 241, 231, 0.66);
  line-height: 1.5;
}

.settings-form {
  display: grid;
  gap: 0.8rem;
}

.settings-form label {
  display: grid;
  gap: 0.42rem;
  color: rgba(248, 241, 231, 0.72);
  font-weight: 900;
}

.money-input {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0 0.8rem;
  border: 1px solid rgba(248, 241, 231, 0.16);
  border-radius: 8px;
  background: rgba(8, 6, 6, 0.42);
}

.money-input b {
  color: #f8f1e7;
}

.money-input input {
  width: 100%;
  min-height: 42px;
  border: 0;
  color: #f8f1e7;
  background: transparent;
  font: inherit;
  font-weight: 950;
}

.money-input input:focus {
  outline: 0;
}

@media (max-width: 760px) {
  .settings-panel {
    grid-template-columns: 1fr;
  }
}

/* 2026-06-03 LB catalog filter color correction. */
.lb-store .catalog-tools {
  border-color: rgba(248, 241, 231, 0.16);
  background:
    radial-gradient(circle at 8% 0%, rgba(181, 8, 18, 0.24), transparent 20rem),
    linear-gradient(135deg, rgba(20, 13, 13, 0.98), rgba(11, 8, 8, 0.98));
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.34);
}

.lb-store .search-field,
.lb-store .catalog-refine select {
  border-color: rgba(248, 241, 231, 0.2);
  color: #f8f1e7;
  background: rgba(248, 241, 231, 0.065);
}

.lb-store .search-field:focus-within,
.lb-store .catalog-refine select:focus {
  border-color: rgba(217, 11, 24, 0.72);
  background: rgba(28, 12, 13, 0.96);
  outline: 3px solid rgba(217, 11, 24, 0.18);
  outline-offset: 2px;
}

.lb-store .search-field svg {
  stroke: rgba(248, 241, 231, 0.72);
}

.lb-store .search-field input,
.lb-store .catalog-refine select {
  color: #f8f1e7;
}

.lb-store .search-field input::placeholder {
  color: rgba(248, 241, 231, 0.5);
}

.lb-store .catalog-refine label {
  color: rgba(248, 241, 231, 0.64);
}

.lb-store .filter-chip {
  border-color: rgba(248, 241, 231, 0.13);
  color: rgba(248, 241, 231, 0.78);
  background: rgba(248, 241, 231, 0.055);
}

.lb-store .filter-chip:hover {
  border-color: rgba(217, 11, 24, 0.58);
  color: #fff7ec;
  background: rgba(181, 8, 18, 0.38);
}

.lb-store .filter-chip.is-active {
  border-color: rgba(248, 241, 231, 0.18);
  color: #fff8ed;
  background:
    linear-gradient(135deg, #d90b18, #950610);
  box-shadow: 0 14px 28px rgba(181, 8, 18, 0.28);
}

.lb-store .filter-reset {
  border-color: rgba(248, 241, 231, 0.2);
  color: #f8f1e7;
  background: rgba(248, 241, 231, 0.045);
}

.lb-store .filter-reset:hover {
  border-color: rgba(217, 11, 24, 0.66);
  color: #fff8ed;
  background: rgba(181, 8, 18, 0.26);
}

/* 2026-06-03 LB hero spacing and promise-card alignment. */
.lb-store .hero h1 {
  display: grid;
  row-gap: clamp(0.42rem, 1vw, 1rem);
  max-width: 8.9ch;
  margin-bottom: clamp(1.25rem, 2.8vw, 2.25rem);
  font-size: clamp(3.9rem, 8.55vw, 9.7rem);
  line-height: 0.84;
}

.lb-store .hero h1 span:nth-child(2) {
  margin-left: clamp(0.7rem, 3.2vw, 3.7rem);
}

.lb-store .hero h1 span:nth-child(3) {
  margin-left: clamp(1.4rem, 6vw, 7rem);
}

.lb-store .hero p {
  max-width: 41ch;
  padding-left: clamp(0rem, 4.4vw, 5rem);
  color: rgba(248, 241, 231, 0.92);
  font-size: clamp(1.06rem, 1.26vw, 1.32rem);
  font-weight: 850;
  line-height: 1.72;
}

.lb-store .trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.2vw, 1rem);
  padding: clamp(0.7rem, 1.1vw, 0.95rem);
}

.lb-store .trust-strip .trust-card {
  min-height: 210px;
  align-content: space-between;
  padding: clamp(1rem, 1.7vw, 1.35rem);
  gap: 0.8rem;
}

.lb-store .trust-strip .trust-card::before {
  opacity: 0.9;
}

.lb-store .trust-strip .trust-card::after {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem auto;
  width: 42%;
  height: 44%;
  border: 1px solid rgba(248, 241, 231, 0.1);
  border-radius: 999px 8px 999px 8px;
  opacity: 0.45;
  pointer-events: none;
}

.lb-store .trust-strip .trust-card.is-shipping {
  background:
    linear-gradient(145deg, rgba(198, 6, 18, 0.82), rgba(58, 6, 9, 0.96)),
    url("../assets/lb-signature/texture-red.jpeg") center / cover;
}

.lb-store .trust-strip .trust-card.is-pickup {
  background:
    radial-gradient(circle at 20% 14%, rgba(248, 241, 231, 0.13), transparent 12rem),
    linear-gradient(145deg, rgba(56, 20, 18, 0.96), rgba(25, 12, 11, 0.98));
}

.lb-store .trust-strip .trust-card.is-check {
  background:
    linear-gradient(160deg, rgba(92, 18, 20, 0.96), rgba(22, 10, 10, 0.98));
}

.lb-store .trust-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 241, 231, 0.22);
  border-radius: 999px;
  color: #fff4e3;
  background: rgba(8, 5, 5, 0.42);
}

.lb-store .trust-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lb-store .trust-strip .trust-card strong {
  max-width: 11ch;
  font-size: clamp(1.85rem, 3vw, 3.35rem);
  line-height: 0.95;
}

.lb-store .trust-strip .trust-card span {
  max-width: 31ch;
  color: rgba(248, 241, 231, 0.76);
  font-size: clamp(0.95rem, 1.02vw, 1.08rem);
}

@media (max-width: 900px) {
  .lb-store .trust-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lb-store .hero h1 {
    row-gap: 0.28rem;
    font-size: clamp(3.2rem, 16vw, 5.4rem);
    line-height: 0.88;
  }

  .lb-store .hero p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .lb-store .trust-strip .trust-card {
    min-height: 164px;
  }
}

/* 2026-06-03 LB balanced footer correction. */
.lb-store .site-footer {
  margin-top: clamp(2rem, 4vw, 3.8rem);
  padding: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(139, 8, 15, 0.28), transparent 24rem),
    linear-gradient(180deg, rgba(22, 7, 8, 0.98), rgba(7, 5, 5, 1));
  border-top: 1px solid rgba(248, 241, 231, 0.14);
}

.lb-store .site-footer > .footer-newsletter,
.lb-store .site-footer > .footer-brand,
.lb-store .site-footer > .romalinks,
.lb-store .footer-socials,
.lb-store .footer-contact-grid,
.lb-store .footer-bottom > .footer-legal {
  display: none;
}

.lb-store .footer-command,
.lb-store .footer-bottom {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.lb-store .footer-command {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(1.05rem, 2vw, 1.45rem) 0 clamp(0.85rem, 1.4vw, 1.1rem);
}

.lb-store .footer-logo-only {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.lb-store .footer-logo-only img {
  width: clamp(58px, 4.7vw, 72px);
  height: clamp(58px, 4.7vw, 72px);
  margin: 0;
  border-radius: 999px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.34));
}

.lb-store .footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.1rem, 2vw, 1.7rem);
  min-height: 0;
  padding: clamp(0.9rem, 1.5vw, 1.15rem) 0 clamp(1rem, 1.8vw, 1.35rem);
  border-top: 1px solid rgba(248, 241, 231, 0.12);
}

.lb-store .footer-legal-stack {
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
  align-items: flex-start;
  justify-content: center;
}

.lb-store .footer-copy {
  display: block;
  margin: 0;
  color: rgba(248, 241, 231, 0.68);
  font-size: clamp(0.82rem, 0.92vw, 0.94rem);
  font-weight: 800;
  line-height: 1.2;
}

.lb-store .footer-copy img {
  display: none;
}

.lb-store .footer-copy span {
  font-size: 0;
}

.lb-store .footer-copy span::before {
  content: "\00a9 2026 LB Signature";
  font-size: clamp(0.82rem, 0.92vw, 0.94rem);
}

.lb-store .footer-legal-stack .footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.95rem;
  margin: 0;
}

.lb-store .footer-legal-stack .footer-legal a {
  color: rgba(248, 241, 231, 0.56);
  font-size: clamp(0.78rem, 0.86vw, 0.88rem);
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease;
}

.lb-store .footer-legal-stack .footer-legal a:hover {
  color: #f8f1e7;
}

.lb-store .footer-romalinks {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  min-height: 58px;
  padding: 0.5rem 0.95rem 0.5rem 0.54rem;
  border: 1px solid rgba(248, 241, 231, 0.2);
  border-radius: 999px;
  color: #f8f1e7;
  background:
    linear-gradient(135deg, rgba(248, 241, 231, 0.11), rgba(248, 241, 231, 0.045)),
    rgba(18, 10, 10, 0.88);
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.lb-store .footer-romalinks img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(248, 241, 231, 0.94);
  object-fit: contain;
}

.lb-store .footer-romalinks small {
  display: block;
  color: rgba(248, 241, 231, 0.58);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.lb-store .footer-romalinks strong {
  display: block;
  margin-top: 0.14rem;
  color: #f8f1e7;
  font-size: clamp(1rem, 1.08vw, 1.14rem);
  font-weight: 950;
  line-height: 1;
}

@media (max-width: 640px) {
  .lb-store .footer-command,
  .lb-store .footer-bottom {
    width: min(100% - 1rem, 560px);
  }

  .lb-store .footer-command {
    justify-content: flex-start;
    padding-top: 0.95rem;
    padding-bottom: 0.78rem;
  }

  .lb-store .footer-logo-only img {
    width: 58px;
    height: 58px;
  }

  .lb-store .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 0.95rem;
    padding-top: 0.82rem;
    padding-bottom: 1rem;
  }

  .lb-store .footer-romalinks {
    min-height: 54px;
    padding: 0.46rem 0.9rem 0.46rem 0.5rem;
  }

  .lb-store .footer-romalinks img {
    width: 38px;
    height: 38px;
  }
}

/* 2026-06-03 mobile UX audit: checkout readability and touch comfort. */
.lb-store .pickup-note {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 0.95rem 0 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(248, 241, 231, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(111, 9, 14, 0.72), rgba(27, 15, 14, 0.96));
  color: #fff5e8;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.35;
}

.lb-store .pickup-note[hidden] {
  display: none;
}

.lb-store .product-add-button,
.lb-store .option-button,
.lb-store .remove-line,
.lb-store .delivery-option {
  min-height: 44px;
}

.lb-store .delivery-option input {
  -webkit-appearance: none;
  appearance: none;
  display: grid;
  place-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin: 0;
  border: 2px solid rgba(248, 241, 231, 0.88);
  border-radius: 999px;
  background: rgba(248, 241, 231, 0.98);
  box-shadow: none;
}

.lb-store .delivery-option input::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #d90b18;
  transform: scale(0);
  transition: transform 160ms ease;
}

.lb-store .delivery-option input:checked::before {
  transform: scale(1);
}

.lb-store .delivery-option input:focus-visible {
  outline: 3px solid rgba(217, 11, 24, 0.32);
  outline-offset: 3px;
}

.lb-store .product-detail-media {
  background: #0f0a0a;
}

.lb-store .product-detail-media img {
  object-fit: cover;
}

.lb-store .product-drawer .icon-button.close-product {
  border-color: rgba(248, 241, 231, 0.28);
  background: rgba(12, 9, 8, 0.86);
  color: #fff5e8;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

.lb-store .product-media {
  background: #260507 url("../assets/lb-signature/texture-red.jpeg") center / cover;
}

@media (max-width: 640px) {
  .lb-store .cart-panel {
    padding-inline: 0.72rem;
  }

  .lb-store .drawer-header {
    margin-inline: -0.72rem;
    padding-inline: 0.9rem;
  }

  .lb-store .checkout-step,
  .lb-store .cart-step {
    padding-inline: clamp(0.82rem, 4vw, 1.1rem);
  }

  .lb-store .product-add-button,
  .lb-store .option-button {
    min-height: 46px;
  }

  .lb-store .option-button {
    padding-inline: 1rem;
  }

  .lb-store .product-detail-media {
    max-height: none;
    aspect-ratio: 1 / 1;
  }

  .lb-store .product-detail-media img {
    object-position: center;
  }

  .lb-store .product-media img {
    filter: saturate(1.08) contrast(1.07) brightness(1.05);
  }
}

/* 2026-06-04 product detail redesign: compact purchase sheet, less empty modal. */
.lb-store .product-drawer {
  padding: clamp(0.65rem, 2.2vw, 1.45rem);
}

.lb-store .product-drawer .product-panel {
  width: min(96vw, 1020px);
  max-height: min(88svh, 740px);
  padding: clamp(0.58rem, 1.2vw, 0.78rem);
  border-color: rgba(248, 241, 231, 0.18);
  border-radius: 10px;
  background:
    radial-gradient(circle at 8% 8%, rgba(180, 7, 17, 0.2), transparent 21rem),
    linear-gradient(135deg, #120d0c 0%, #0b0908 58%, #090807 100%);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(248, 241, 231, 0.06);
}

.lb-store .product-detail {
  grid-template-columns: minmax(290px, 410px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(0.72rem, 1.8vw, 1.05rem);
}

.lb-store .product-detail-visual {
  position: relative;
  height: clamp(390px, 58svh, 540px);
  max-height: calc(88svh - 1.4rem);
  min-height: 0;
  aspect-ratio: auto;
  border: 1px solid rgba(248, 241, 231, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(11, 8, 8, 0.18), rgba(11, 8, 8, 0.74)),
    #170707 url("../assets/lb-signature/texture-red.jpeg") center / cover;
}

.lb-store .product-detail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  filter: saturate(1.08) contrast(1.1) brightness(1.04);
}

.lb-store .detail-media-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 44%, rgba(8, 6, 6, 0.54)),
    radial-gradient(circle at 18% 12%, rgba(248, 241, 231, 0.08), transparent 12rem);
}

.lb-store .detail-media-tag {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(248, 241, 231, 0.18);
  border-radius: 999px;
  color: #17100d;
  background: rgba(248, 241, 231, 0.92);
  font-size: 0.78rem;
  font-weight: 950;
}

.lb-store .detail-content {
  align-content: start;
  gap: clamp(0.7rem, 1.25vw, 0.92rem);
  min-height: 0;
  padding: clamp(1rem, 2.2vw, 1.45rem) clamp(0.72rem, 1.6vw, 1.15rem);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0 0, rgba(169, 8, 18, 0.12), transparent 17rem),
    linear-gradient(90deg, rgba(11, 9, 8, 0.94), #0b0908 42%);
}

.lb-store .detail-copy-v2 {
  align-content: start;
  gap: 0.65rem;
  padding-right: clamp(1.8rem, 4vw, 3rem);
}

.lb-store .detail-copy-v2 .eyebrow {
  color: rgba(248, 241, 231, 0.64);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.lb-store .product-detail h2 {
  max-width: 12ch;
  color: #fff8ed;
  font-size: clamp(2.35rem, 4.35vw, 4.05rem);
  line-height: 0.9;
  text-wrap: balance;
}

.lb-store .product-detail p {
  max-width: 58ch;
  color: rgba(248, 241, 231, 0.66);
  font-size: clamp(0.95rem, 1.2vw, 1.04rem);
}

.lb-store .detail-buy-box {
  display: grid;
  gap: 0.85rem;
  align-self: start;
  padding: clamp(0.82rem, 1.6vw, 1.05rem);
  border: 1px solid rgba(248, 241, 231, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(248, 241, 231, 0.075), rgba(169, 8, 18, 0.09)),
    rgba(18, 13, 12, 0.82);
}

.lb-store .detail-buy-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.85rem;
}

.lb-store .detail-buy-head > div {
  display: grid;
  gap: 0.14rem;
}

.lb-store .detail-buy-head span,
.lb-store .option-group > strong {
  color: rgba(248, 241, 231, 0.56);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lb-store .detail-price {
  align-items: start;
  justify-items: start;
}

.lb-store .detail-price strong {
  color: #fff8ed;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1;
}

.lb-store .detail-price .was-price {
  color: rgba(248, 241, 231, 0.36);
}

.lb-store .detail-price .saving-price {
  width: fit-content;
  color: #bfe7b8;
  background: rgba(191, 231, 184, 0.12);
}

.lb-store .detail-stock {
  min-height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(248, 241, 231, 0.14);
  border-radius: 999px;
  color: #17100d;
  background: rgba(248, 241, 231, 0.92);
  font-size: 0.82rem;
  font-weight: 950;
}

.lb-store .detail-promo {
  min-height: 38px;
  border: 1px solid rgba(217, 11, 24, 0.32);
  border-radius: 8px;
  color: #f8d7a6;
  background: rgba(169, 8, 18, 0.17);
}

.lb-store .detail-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.lb-store .detail-options-grid:empty {
  display: none;
}

.lb-store .product-detail .option-group {
  min-width: 0;
  gap: 0.45rem;
}

.lb-store .product-detail .option-buttons {
  gap: 0.38rem;
}

.lb-store .product-detail .option-button {
  min-height: 38px;
  padding: 0.46rem 0.7rem;
  border-color: rgba(248, 241, 231, 0.14);
  border-radius: 8px;
  color: rgba(248, 241, 231, 0.78);
  background: rgba(248, 241, 231, 0.055);
  font-weight: 850;
}

.lb-store .product-detail .option-button.is-selected {
  border-color: rgba(217, 11, 24, 0.64);
  color: #fff8ed;
  background: rgba(169, 8, 18, 0.34);
}

.lb-store .detail-action-row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: end;
  gap: 0.85rem;
}

.lb-store .detail-quantity {
  align-self: end;
}

.lb-store .product-detail .quantity-control {
  grid-template-columns: 38px 48px 38px;
  border-radius: 8px;
}

.lb-store .product-detail .quantity-control button,
.lb-store .product-detail .quantity-control span {
  min-height: 42px;
}

.lb-store .product-detail .button.primary {
  min-height: 52px;
  border-radius: 999px;
  box-shadow: 0 18px 32px rgba(169, 8, 18, 0.24);
}

@media (max-width: 820px) {
  .lb-store .product-drawer {
    align-items: end;
    padding: 0;
  }

  .lb-store .product-drawer .product-panel {
    width: 100vw;
    max-height: 94svh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 16px 16px 0 0;
    padding: 0.62rem;
  }

  .lb-store .product-detail {
    grid-template-columns: 1fr;
  }

  .lb-store .product-detail-visual {
    height: clamp(185px, 34svh, 270px);
    max-height: 270px;
    min-height: 0;
    aspect-ratio: auto;
  }

  .lb-store .detail-content {
    gap: 0.6rem;
    padding: 0.45rem 0.15rem 0;
  }

  .lb-store .detail-copy-v2 {
    gap: 0.42rem;
    padding-right: 3rem;
  }

  .lb-store .product-detail h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 0.9;
  }

  .lb-store .product-detail p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .lb-store .detail-media-tag {
    left: 0.72rem;
    bottom: 0.72rem;
    min-height: 30px;
    padding: 0.34rem 0.58rem;
    font-size: 0.72rem;
  }

  .lb-store .detail-buy-box {
    gap: 0.58rem;
    padding: 0.72rem;
  }

  .lb-store .detail-buy-head {
    align-items: start;
  }

  .lb-store .detail-price strong {
    font-size: 1.75rem;
  }

  .lb-store .product-detail .option-button {
    min-height: 36px;
    padding: 0.42rem 0.62rem;
  }

  .lb-store .product-detail .button.primary {
    min-height: 48px;
  }
}

@media (max-width: 560px) {
  .lb-store .detail-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .lb-store .detail-action-row {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 0.55rem;
  }

  .lb-store .detail-buy-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .lb-store .detail-stock {
    width: fit-content;
  }

  .lb-store .product-detail .button.primary {
    width: 100%;
  }

  .lb-store .product-detail .quantity-control {
    grid-template-columns: 34px 42px 34px;
  }
}

@media (max-width: 360px) {
  .lb-store .detail-buy-head,
  .lb-store .detail-action-row,
  .lb-store .detail-options-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-06-04 stable catalog cards: one filtered product must keep the same card ratio. */
.lb-store .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 285px), 1fr));
  align-items: stretch;
}

.lb-store .product-card {
  min-width: 0;
}

.lb-store .product-media {
  aspect-ratio: 1 / 1.04;
}

@media (max-width: 760px) {
  .lb-store .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lb-store .product-media {
    aspect-ratio: 1 / 0.86;
  }
}

/* 2026-06-05 catalog card alignment: titles, prices, variants and CTAs share one rhythm. */
.lb-store .product-card {
  height: 100%;
}

.lb-store .product-content {
  grid-template-rows: 58px 58px 3em 40px 48px;
  align-content: start;
  min-height: 315px;
}

.lb-store .product-topline {
  min-height: 58px;
}

.lb-store .price-stack {
  min-height: 58px;
  align-content: start;
}

.lb-store .price-stack .was-price {
  min-height: 0.95rem;
}

.lb-store .saving-price {
  max-width: 152px;
  white-space: nowrap;
}

.lb-store .product-content h3 {
  display: -webkit-box;
  min-height: 2.18em;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lb-store .product-content p {
  min-height: 3em;
}

.lb-store .variant-row {
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  align-content: start;
}

.lb-store .product-add-button {
  align-self: end;
  justify-self: end;
}

@media (max-width: 760px) {
  .lb-store .product-content {
    grid-template-rows: 52px 52px 2.85em 36px 46px;
    min-height: 292px;
    padding: 0.9rem;
  }

  .lb-store .product-topline,
  .lb-store .price-stack {
    min-height: 52px;
  }

  .lb-store .product-content h3 {
    min-height: 2.1em;
  }

  .lb-store .product-content p {
    min-height: 2.85em;
  }

  .lb-store .variant-row {
    min-height: 36px;
    max-height: 36px;
  }
}

/* 2026-06-05 mobile production scroll: remove dead space after footer. */
body.lb-store {
  min-height: 100dvh;
  padding-bottom: 0;
  overflow-x: clip;
  overscroll-behavior-y: none;
}

.lb-store .page-shell,
.lb-store .site-footer {
  max-width: 100%;
}

.lb-store .page-shell {
  overflow: clip;
}

@media (max-width: 760px) {
  .lb-store .page-shell {
    width: min(100% - 0.9rem, 560px);
  }

  .lb-store .catalog-tools {
    gap: 0.65rem;
    padding: 0.72rem;
    border-radius: 8px;
  }

  .lb-store .category-row {
    gap: 0.44rem;
  }

  .lb-store .filter-chip {
    min-height: 38px;
    padding-inline: 0.82rem;
  }

  .lb-store .catalog-refine {
    gap: 0.56rem;
  }

  .lb-store .catalog-refine label,
  .lb-store .catalog-refine select,
  .lb-store .search-field {
    min-width: 0;
  }

  .lb-store .site-footer {
    width: 100%;
    margin-top: clamp(1.65rem, 8vw, 2.6rem);
    margin-bottom: 0;
    padding: 0 0 max(0.82rem, env(safe-area-inset-bottom));
    overflow: clip;
  }

  .lb-store .footer-command,
  .lb-store .footer-bottom {
    width: min(100% - 1rem, 560px);
  }

  .lb-store .footer-command {
    padding-top: 0.82rem;
    padding-bottom: 0.62rem;
  }

  .lb-store .footer-bottom {
    gap: 0.78rem;
    padding-top: 0.72rem;
    padding-bottom: 0;
  }

  .lb-store .footer-legal-stack {
    gap: 0.42rem;
  }

  .lb-store .footer-copy,
  .lb-store .footer-copy span::before {
    font-size: 0.78rem;
  }

  .lb-store .footer-legal-stack .footer-legal {
    gap: 0.72rem;
  }

  .lb-store .footer-legal-stack .footer-legal a {
    font-size: 0.74rem;
  }

  .lb-store .footer-romalinks {
    max-width: 100%;
    min-height: 52px;
    padding: 0.42rem 0.82rem 0.42rem 0.48rem;
  }
}

/* 2026-06-09 store purchase flow: elegant price, full-screen detail and cart choice. */
.lb-store .product-card .product-topline {
  align-items: start;
}

.lb-store .product-card .price-stack {
  min-width: max-content;
  max-width: 132px;
  gap: 0.2rem;
  justify-items: end;
}

.lb-store .product-card .price-stack strong {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.58rem;
  border: 1px solid rgba(23, 16, 13, 0.08);
  border-radius: 999px;
  color: #17100d;
  background: linear-gradient(180deg, #fff8ed, #eadfcb);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 10px 22px rgba(18, 8, 7, 0.1);
  font-size: 1.06rem;
  font-weight: 950;
}

.lb-store .product-card .price-stack.has-discount strong {
  border-color: rgba(248, 241, 231, 0.18);
  color: #fff8ed;
  background: linear-gradient(180deg, #211816, #0e0a09);
}

.lb-store .product-card .price-stack .was-price {
  color: rgba(23, 16, 13, 0.52);
  font-size: 0.72rem;
  letter-spacing: 0.01em;
}

.lb-store .product-card .saving-price {
  border: 1px solid rgba(38, 93, 54, 0.12);
  color: #245b37;
  background: rgba(219, 235, 216, 0.92);
}

.lb-store .drawer-backdrop:not([hidden]) {
  background: rgba(5, 4, 4, 0.68);
  backdrop-filter: blur(2px) saturate(0.82);
}

.lb-store .product-drawer {
  place-items: stretch;
  padding: 0;
}

.lb-store .product-drawer .product-panel {
  position: absolute;
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  padding: clamp(0.9rem, 2.4vw, 2rem);
  border: 0;
  border-radius: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 82% 12%, rgba(169, 8, 18, 0.34), transparent 28rem),
    radial-gradient(circle at 12% 86%, rgba(248, 241, 231, 0.08), transparent 22rem),
    linear-gradient(135deg, #090706 0%, #110808 48%, #080706 100%);
  box-shadow: none;
  opacity: 0;
  transform: none;
  transition: opacity 180ms ease;
}

.lb-store .product-drawer.is-open .product-panel {
  opacity: 1;
  transform: none;
}

.lb-store .product-drawer .close-product {
  top: max(0.9rem, env(safe-area-inset-top));
  right: max(0.9rem, env(safe-area-inset-right));
  border-color: rgba(248, 241, 231, 0.18);
  color: #fff8ed;
  background: rgba(248, 241, 231, 0.08);
}

.lb-store .product-detail {
  width: min(100%, 1180px);
  min-height: calc(100dvh - 4rem);
  margin: 0 auto;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 3.2rem);
}

.lb-store .product-detail-visual {
  height: min(76dvh, 720px);
  max-height: none;
  border-radius: 12px;
}

.lb-store .detail-content {
  align-self: center;
  max-width: 660px;
  padding: clamp(1.15rem, 2.5vw, 2rem);
}

.lb-store .product-detail h2 {
  max-width: 11ch;
}

.lb-store .detail-buy-box {
  max-width: 620px;
}

.lb-store .checkout-recap > span {
  color: rgba(248, 241, 231, 0.62);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lb-store .cart-choice-prompt {
  position: fixed;
  left: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 140;
  width: min(calc(100vw - 1.5rem), 540px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem;
  border: 1px solid rgba(248, 241, 231, 0.16);
  border-radius: 16px;
  color: #fff8ed;
  background:
    linear-gradient(135deg, rgba(28, 20, 18, 0.96), rgba(105, 8, 14, 0.9)),
    #120d0c;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.44);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.lb-store .cart-choice-prompt.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.lb-store .cart-choice-prompt > div:first-child {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.lb-store .cart-choice-prompt span {
  color: rgba(248, 241, 231, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lb-store .cart-choice-prompt strong,
.lb-store .cart-choice-prompt small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb-store .cart-choice-prompt strong {
  font-size: 1rem;
}

.lb-store .cart-choice-prompt small {
  color: rgba(248, 241, 231, 0.66);
  font-weight: 750;
}

.lb-store .cart-choice-actions {
  display: flex;
  gap: 0.55rem;
}

.lb-store .cart-choice-actions .button {
  min-height: 44px;
  padding-inline: 1rem;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .lb-store .product-drawer {
    align-items: stretch;
    padding: 0;
  }

  .lb-store .product-drawer .product-panel {
    width: 100vw;
    height: 100dvh;
    max-height: none;
    padding: max(0.75rem, env(safe-area-inset-top)) 0.75rem max(1rem, env(safe-area-inset-bottom));
    border-radius: 0;
  }

  .lb-store .product-detail {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.78rem;
    padding-top: 3.2rem;
  }

  .lb-store .product-detail-visual {
    height: min(42dvh, 360px);
    border-radius: 10px;
  }

  .lb-store .detail-content {
    max-width: none;
    padding: 0.75rem 0 0;
    background: transparent;
  }

  .lb-store .detail-copy-v2 {
    padding-right: 0;
  }

  .lb-store .product-detail h2 {
    max-width: 12ch;
  }
}

@media (max-width: 560px) {
  .lb-store .cart-choice-prompt {
    grid-template-columns: 1fr;
    gap: 0.72rem;
    border-radius: 14px;
  }

  .lb-store .cart-choice-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .lb-store .cart-choice-actions .button {
    min-width: 0;
    padding-inline: 0.75rem;
  }
}

/* 2026-06-09 product detail speed polish: lighter overlay and cleaner mobile composition. */
.lb-store .drawer-backdrop:not([hidden]) {
  background: rgba(5, 4, 4, 0.6);
  backdrop-filter: none;
}

.lb-store .product-drawer .product-panel {
  contain: layout paint;
  will-change: opacity;
}

.lb-store .product-detail-visual,
.lb-store .detail-content {
  contain: layout paint;
}

@media (max-width: 820px) {
  .lb-store .product-drawer .product-panel {
    padding: max(0.62rem, env(safe-area-inset-top)) 0.72rem max(0.78rem, env(safe-area-inset-bottom));
    background:
      linear-gradient(160deg, rgba(84, 7, 12, 0.54), transparent 33%),
      #0a0707;
  }

  .lb-store .product-drawer .close-product {
    top: max(0.72rem, env(safe-area-inset-top));
    right: max(0.72rem, env(safe-area-inset-right));
    width: 42px;
    height: 42px;
  }

  .lb-store .product-detail {
    gap: 0.55rem;
    padding-top: 2.9rem;
    padding-bottom: 0.55rem;
  }

  .lb-store .product-detail-visual {
    height: min(31dvh, 264px);
    border-radius: 10px;
  }

  .lb-store .detail-content {
    gap: 0.5rem;
    padding-top: 0.52rem;
  }

  .lb-store .detail-copy-v2 {
    gap: 0.34rem;
  }

  .lb-store .detail-copy-v2 .eyebrow {
    font-size: 0.7rem;
  }

  .lb-store .product-detail h2 {
    max-width: 12ch;
    font-size: clamp(1.85rem, 8.3vw, 2.55rem);
    line-height: 0.92;
  }

  .lb-store .product-detail p {
    display: -webkit-box;
    max-width: 58ch;
    overflow: hidden;
    color: rgba(248, 241, 231, 0.7);
    font-size: 0.84rem;
    line-height: 1.34;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lb-store .detail-buy-box {
    gap: 0.46rem;
    padding: 0.62rem;
    border-radius: 10px;
  }

  .lb-store .detail-buy-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.5rem;
  }

  .lb-store .detail-buy-head > div {
    gap: 0.05rem;
  }

  .lb-store .detail-price strong {
    font-size: clamp(1.38rem, 6vw, 1.62rem);
  }

  .lb-store .detail-stock {
    min-height: 30px;
    padding: 0.32rem 0.58rem;
    font-size: 0.74rem;
  }

  .lb-store .detail-promo {
    min-height: 32px;
    padding: 0.38rem 0.55rem;
    font-size: 0.82rem;
  }

  .lb-store .detail-options-grid {
    gap: 0.42rem;
  }

  .lb-store .product-detail .option-group {
    gap: 0.32rem;
  }

  .lb-store .product-detail .option-button {
    min-height: 34px;
    padding: 0.38rem 0.56rem;
  }

  .lb-store .detail-action-row {
    position: sticky;
    bottom: max(0px, env(safe-area-inset-bottom));
    z-index: 2;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: end;
    gap: 0.5rem;
    margin: 0.08rem -0.62rem -0.62rem;
    padding: 0.54rem 0.62rem 0.62rem;
    border-top: 1px solid rgba(248, 241, 231, 0.1);
    border-radius: 0 0 10px 10px;
    background:
      linear-gradient(180deg, rgba(18, 13, 12, 0.86), rgba(18, 13, 12, 0.98)),
      #120d0c;
  }

  .lb-store .product-detail .quantity-control {
    grid-template-columns: 30px 38px 30px;
  }

  .lb-store .product-detail .quantity-control button,
  .lb-store .product-detail .quantity-control span {
    min-height: 39px;
  }

  .lb-store .product-detail .button.primary {
    min-height: 44px;
    padding-inline: 0.9rem;
    font-size: 0.88rem;
  }
}

/* 2026-06-09 drawer lock and product detail stability. */
body.is-drawer-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

.drawer,
.drawer-panel {
  overscroll-behavior: contain;
}

.product-drawer {
  place-items: stretch;
  padding: 0;
}

.product-drawer .product-panel {
  position: absolute;
  inset: 0;
  right: auto;
  top: auto;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  border-radius: 0;
  transform: none;
}

.product-drawer.is-open .product-panel {
  transform: none;
}

.lb-store .product-detail-media img,
.lb-store .product-card img {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.lb-store .saving-price {
  align-items: center;
  gap: 0.22rem;
}

.lb-store .detail-price .saving-price {
  max-width: none;
  padding: 0.24rem 0.52rem;
  font-size: 0.7rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .product-drawer .product-panel {
    padding: max(0.62rem, env(safe-area-inset-top)) 0.72rem max(0.78rem, env(safe-area-inset-bottom));
  }
}

/* 2026-06-09 hero identity pass: keep the new copy readable across breakpoints. */
.lb-store .hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(1rem, 3vw, 3.25rem);
}

.lb-store .hero h1 {
  max-width: 10.65ch;
  row-gap: clamp(0.3rem, 0.72vw, 0.74rem);
  font-size: clamp(3.55rem, 7.75vw, 8.65rem);
  line-height: 0.91;
  overflow: visible;
}

.lb-store .hero h1 span:nth-child(2),
.lb-store .hero h1 span:nth-child(3) {
  margin-left: 0;
}

.lb-store .hero p {
  max-width: 48ch;
  padding-left: 0;
}

.lb-store .hero-media img {
  object-position: 56% 42%;
}

@media (max-width: 860px) {
  .lb-store .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: clamp(1rem, 4.8vw, 1.6rem);
  }

  .lb-store .hero h1 {
    max-width: 9.8ch;
    font-size: clamp(3.15rem, 16vw, 5.35rem);
    line-height: 0.94;
  }

  .lb-store .hero-media {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .lb-store .hero p {
    max-width: 34rem;
    font-size: clamp(0.96rem, 4vw, 1.08rem);
    line-height: 1.58;
  }
}

@media (max-width: 420px) {
  .lb-store .hero h1 {
    max-width: 9.2ch;
    font-size: clamp(2.7rem, 14.2vw, 4rem);
  }
}

/* 2026-06-10 mobile hero and product-detail clarity pass. */
.lb-store .catalog-section {
  scroll-margin-top: calc(var(--header-height) + 2.2rem);
}

.lb-store .hero-media img {
  object-position: 56% 54%;
}

.lb-store .detail-buy-box {
  border-color: rgba(248, 241, 231, 0.14);
  background:
    linear-gradient(145deg, rgba(37, 25, 22, 0.96), rgba(14, 10, 9, 0.98)),
    #160f0d;
}

.lb-store .detail-buy-head {
  align-items: start;
}

.lb-store .detail-price {
  align-items: start;
  gap: 0.28rem;
}

.lb-store .detail-price strong {
  width: fit-content;
  min-width: 108px;
  border: 1px solid rgba(248, 241, 231, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(248, 241, 231, 0.14), rgba(248, 241, 231, 0.04)),
    rgba(248, 241, 231, 0.06);
  text-align: center;
}

.lb-store .detail-price .saving-price {
  width: fit-content;
  min-height: 26px;
  border: 1px solid rgba(209, 255, 203, 0.2);
  border-radius: 999px;
  background: rgba(203, 237, 197, 0.92);
  color: #17391f;
  text-transform: none;
}

.lb-store .detail-price .saving-price b,
.lb-store .detail-price .saving-price span {
  color: #17391f;
}

.lb-store .detail-promo {
  width: fit-content;
  min-height: 34px;
  border-color: rgba(226, 28, 38, 0.32);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(198, 7, 19, 0.24), rgba(55, 9, 10, 0.88)),
    #2a0c0d;
  color: #fff4e8;
  text-transform: none;
}

@media (max-width: 860px) {
  .lb-store .catalog-section {
    scroll-margin-top: 8.6rem;
  }

  .lb-store .hero-media img {
    object-position: 52% 55%;
  }

  .lb-store .product-detail-visual img,
  .lb-store .product-detail-media img {
    object-position: center;
  }
}

@media (max-width: 620px) {
  .lb-store .product-detail {
    gap: 0.75rem;
  }

  .lb-store .product-detail-visual {
    min-height: 0;
    aspect-ratio: 1 / 0.88;
  }

  .lb-store .detail-content {
    gap: 0.72rem;
  }

  .lb-store .product-detail h2 {
    max-width: 12.5ch;
    font-size: clamp(2.35rem, 11vw, 3.35rem);
    line-height: 0.94;
  }

  .lb-store .product-detail p {
    max-width: 36ch;
    color: rgba(248, 241, 231, 0.74);
  }

  .lb-store .detail-buy-box {
    gap: 0.7rem;
    padding: 0.78rem;
    border-radius: 16px;
  }

  .lb-store .detail-buy-head {
    grid-template-columns: 1fr;
    gap: 0.56rem;
  }

  .lb-store .detail-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.34rem 0.5rem;
  }

  .lb-store .detail-price .was-price {
    order: 1;
    flex-basis: 100%;
    font-size: 0.7rem;
  }

  .lb-store .detail-price strong {
    order: 2;
    min-height: 42px;
    min-width: 116px;
    padding-inline: 0.76rem;
    font-size: clamp(1.68rem, 9vw, 2.18rem);
  }

  .lb-store .detail-price .saving-price {
    order: 3;
    min-height: 30px;
    padding: 0.26rem 0.64rem;
    font-size: 0.68rem;
  }

  .lb-store .detail-stock {
    justify-self: start;
    min-height: 34px;
    padding: 0.42rem 0.72rem;
  }

  .lb-store .detail-promo {
    max-width: 100%;
    min-height: 34px;
    padding: 0.42rem 0.72rem;
    font-size: 0.78rem;
  }

  .lb-store .detail-action-row {
    position: static;
    grid-template-columns: 1fr;
    gap: 0.58rem;
    margin: 0.18rem 0 0;
    padding: 0.72rem 0 0;
    border-top: 1px solid rgba(248, 241, 231, 0.1);
    border-radius: 0;
    background: transparent;
  }

  .lb-store .detail-quantity {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .lb-store .product-detail .button.primary {
    min-height: 50px;
  }
}

/* 2026-06-10 product variants: tighter cards and cleaner full-screen product sheet. */
.lb-store .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 272px), 292px));
  justify-content: center;
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.35rem);
}

.lb-store .product-card {
  width: 100%;
  max-width: 292px;
  min-height: 0;
}

.lb-store .product-media {
  aspect-ratio: 1 / 0.9;
}

.lb-store .product-content {
  grid-template-rows: 52px 3.35em 3em 20px 24px 48px;
  gap: 0.62rem;
  min-height: 328px;
  padding: 0.95rem 1rem 1rem;
}

.lb-store .product-content h3 {
  min-height: 3.35em;
  margin: 0;
  font-size: clamp(1.12rem, 1.5vw, 1.32rem);
  line-height: 1.05;
  -webkit-line-clamp: 3;
}

.lb-store .product-content p {
  min-height: 3em;
  -webkit-line-clamp: 2;
}

.lb-store .product-card .price-stack {
  min-width: 0;
  max-width: 126px;
  min-height: 0;
  gap: 0.12rem;
}

.lb-store .product-card .product-topline {
  min-height: 52px;
  align-items: start;
}

.lb-store .product-card .product-topline > span:first-child {
  padding-top: 0.24rem;
}

.lb-store .product-card .price-stack strong {
  min-height: 30px;
  padding-inline: 0.54rem;
  font-size: 0.98rem;
}

.lb-store .product-card .price-stack .from-price {
  color: rgba(22, 19, 17, 0.44);
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lb-store .product-card .price-stack .was-price {
  max-width: 100%;
  overflow: hidden;
  font-size: 0.66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb-store .product-card .saving-price {
  display: none;
}

.lb-store .product-card-meta {
  min-height: 20px;
  overflow: hidden;
  color: rgba(142, 11, 18, 0.9);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lb-store .product-card-meta:empty {
  opacity: 0;
}

.lb-store .product-card .variant-row {
  min-height: 24px;
  max-height: 24px;
  overflow: hidden;
  gap: 0.4rem;
}

.lb-store .product-card .variant-pill {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(22, 19, 17, 0.52);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lb-store .product-card .variant-pill + .variant-pill::before {
  content: "/";
  margin-right: 0.4rem;
  color: rgba(22, 19, 17, 0.25);
}

.lb-store .promo-pill {
  max-width: calc(100% - 1.2rem);
  min-height: 34px;
  padding: 0.38rem 0.62rem;
  font-size: 0.72rem;
}

.lb-store .stock-pill {
  min-height: 32px;
  padding: 0.35rem 0.62rem;
  font-size: 0.74rem;
}

.lb-store .product-detail {
  position: relative;
  isolation: isolate;
  width: min(100%, 1120px);
  min-height: calc(100dvh - 3.2rem);
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 0.92fr);
  gap: clamp(0.9rem, 2.6vw, 2.25rem);
  padding: clamp(0.5rem, 1.2vw, 0.85rem);
  border-radius: 10px;
  background:
    radial-gradient(circle at 76% 18%, rgba(96, 6, 12, 0.38), transparent 25rem),
    linear-gradient(135deg, #080606 0%, #110909 52%, #070505 100%);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.lb-store .product-drawer.is-open .product-panel {
  background:
    radial-gradient(circle at 82% 12%, rgba(169, 8, 18, 0.24), transparent 28rem),
    radial-gradient(circle at 12% 86%, rgba(248, 241, 231, 0.06), transparent 22rem),
    linear-gradient(135deg, #070505 0%, #100707 50%, #070505 100%) !important;
}

.lb-store .product-drawer.is-open .product-panel::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #070505;
  pointer-events: none;
}

.lb-store .drawer-backdrop:not([hidden]) {
  background: rgba(3, 3, 3, 0.82);
  backdrop-filter: blur(1px) saturate(0.74);
}

.lb-store .product-detail-visual {
  height: min(70dvh, 650px);
}

.lb-store .detail-content {
  max-width: 600px;
  padding: clamp(0.9rem, 1.8vw, 1.45rem);
  background:
    radial-gradient(circle at 0 0, rgba(169, 8, 18, 0.14), transparent 14rem),
    linear-gradient(90deg, rgba(12, 8, 7, 0.98), #090706 44%) !important;
}

.lb-store .product-detail h2 {
  max-width: 12.5ch;
  font-size: clamp(2.4rem, 4.7vw, 4.2rem);
}

.lb-store .product-detail p {
  max-width: 45ch;
}

.lb-store .detail-buy-box {
  max-width: 560px;
  gap: 0.74rem;
  padding: 0.86rem;
}

.lb-store .detail-price .saving-price,
.lb-store .detail-promo,
.lb-store .detail-stock {
  display: none;
}

.lb-store .detail-meta-lines {
  display: grid;
  gap: 0.28rem;
  padding: 0.1rem 0 0.28rem;
  border-bottom: 1px solid rgba(248, 241, 231, 0.1);
}

.lb-store .detail-meta-lines p {
  margin: 0;
  color: rgba(248, 241, 231, 0.66);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .lb-store .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.78rem;
  }

  .lb-store .product-card {
    max-width: none;
  }

  .lb-store .product-media {
    aspect-ratio: 1 / 0.92;
  }

  .lb-store .product-content {
    grid-template-rows: 46px 3.15em 2.85em 18px 22px 46px;
    gap: 0.58rem;
    min-height: 308px;
    padding: 0.78rem;
  }

  .lb-store .product-content h3 {
    font-size: clamp(0.98rem, 4vw, 1.12rem);
  }

  .lb-store .product-content p {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .lb-store .product-topline {
    gap: 0.45rem;
  }

  .lb-store .product-card .price-stack strong {
    min-height: 28px;
    padding-inline: 0.46rem;
    font-size: 0.86rem;
  }

  .lb-store .product-detail {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .lb-store .product-detail-visual {
    height: clamp(210px, 36dvh, 310px);
  }

  .lb-store .product-card-meta {
    font-size: 0.62rem;
  }
}

/* Final product detail override: clean price block, no promo-card badges. */
.lb-store .product-detail .detail-content {
  display: grid;
  align-content: center;
  max-width: 640px;
  gap: clamp(1.05rem, 2vw, 1.45rem);
  padding: clamp(0.9rem, 2vw, 1.35rem);
  background: transparent !important;
}

.lb-store .product-detail .detail-copy {
  gap: clamp(0.62rem, 1.3vw, 0.9rem);
}

.lb-store .product-detail .detail-copy p {
  max-width: 52ch;
  color: rgba(248, 241, 231, 0.68);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

.lb-store .product-detail .detail-buy-box {
  display: grid;
  max-width: none;
  gap: clamp(0.92rem, 1.6vw, 1.2rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

.lb-store .product-detail .detail-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
  padding: clamp(0.8rem, 1.5vw, 1.05rem) 0;
  border-top: 1px solid rgba(248, 241, 231, 0.16);
  border-bottom: 1px solid rgba(248, 241, 231, 0.16);
}

.lb-store .product-detail .detail-price-label,
.lb-store .product-detail .option-group > strong,
.lb-store .product-detail .detail-quantity > strong {
  display: block;
  margin: 0 0 0.4rem;
  color: rgba(248, 241, 231, 0.48);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.lb-store .product-detail .detail-price {
  display: grid;
  justify-items: start;
  gap: 0.08rem;
}

.lb-store .product-detail .detail-price .was-price {
  color: rgba(248, 241, 231, 0.38);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.lb-store .product-detail .detail-price strong {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #f8f1e7;
  background: transparent;
  box-shadow: none;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6.2vw, 5.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.82;
}

.lb-store .product-detail .detail-stock-text {
  min-width: 9.5rem;
  margin: 0 0 0.2rem;
  color: rgba(248, 241, 231, 0.82);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-align: right;
  text-transform: uppercase;
}

.lb-store .product-detail .detail-status-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem 0.9rem;
  min-height: 1rem;
  color: #d8b47c;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lb-store .product-detail .detail-status-line span {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lb-store .product-detail .detail-status-line span + span::before {
  content: "/";
  margin-right: 0.85rem;
  color: rgba(248, 241, 231, 0.28);
}

.lb-store .product-detail .detail-options-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.86rem;
}

.lb-store .product-detail .detail-options-grid:empty {
  display: none;
}

.lb-store .product-detail .option-group {
  padding-top: 0.78rem;
  border-top: 1px solid rgba(248, 241, 231, 0.11);
}

.lb-store .product-detail .option-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
}

.lb-store .product-detail .option-button {
  min-height: 42px;
  padding: 0.58rem 0.82rem;
  border: 1px solid rgba(248, 241, 231, 0.22);
  border-radius: 4px;
  color: rgba(248, 241, 231, 0.72);
  background: rgba(248, 241, 231, 0.04);
  box-shadow: none;
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: none;
}

.lb-store .product-detail .option-button:hover,
.lb-store .product-detail .option-button:focus-visible {
  border-color: rgba(248, 241, 231, 0.55);
  color: #f8f1e7;
  transform: none;
}

.lb-store .product-detail .option-button.is-selected {
  border-color: #f8f1e7;
  color: #120b0a;
  background: #f8f1e7;
}

.lb-store .product-detail .detail-action-row {
  display: grid;
  grid-template-columns: minmax(128px, max-content) minmax(0, 1fr);
  align-items: end;
  gap: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(248, 241, 231, 0.16);
}

.lb-store .product-detail .detail-quantity {
  padding: 0;
  border: 0;
}

.lb-store .product-detail .quantity-control {
  min-width: 132px;
  border-radius: 4px;
  background: #080606;
  box-shadow: inset 0 0 0 1px rgba(248, 241, 231, 0.16);
}

.lb-store .product-detail .quantity-control button,
.lb-store .product-detail .quantity-control span {
  min-height: 54px;
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 950;
}

.lb-store .product-detail .button.primary {
  min-height: 56px;
  border-radius: 4px;
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .lb-store .product-drawer.is-open .product-panel {
    background:
      radial-gradient(circle at 72% 8%, rgba(169, 8, 18, 0.22), transparent 18rem),
      linear-gradient(180deg, #070505 0%, #0b0505 54%, #070505 100%) !important;
  }

  .lb-store .product-detail {
    width: 100%;
    background:
      radial-gradient(circle at 76% 0%, rgba(103, 6, 12, 0.28), transparent 18rem),
      linear-gradient(180deg, #070505 0%, #090606 100%) !important;
  }

  .lb-store .product-detail .detail-content {
    gap: 0.98rem;
    padding: 0.4rem 0 0;
    background: #070505 !important;
  }

  .lb-store .product-detail h2 {
    max-width: 11.5ch;
    font-size: clamp(2.35rem, 14vw, 3.45rem);
  }

  .lb-store .product-detail .detail-copy p {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .lb-store .product-detail .detail-price-row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.7rem;
  }

  .lb-store .product-detail .detail-stock-text {
    min-width: 0;
    text-align: left;
  }

  .lb-store .product-detail .detail-price strong {
    font-size: clamp(3rem, 18vw, 4.35rem);
  }

  .lb-store .product-detail .detail-status-line {
    display: grid;
    gap: 0.32rem;
    font-size: 0.73rem;
  }

  .lb-store .product-detail .detail-status-line span + span::before {
    content: "";
    margin: 0;
  }

  .lb-store .product-detail .option-button {
    flex: 1 1 auto;
    min-width: 92px;
  }

  .lb-store .product-detail .detail-action-row {
    grid-template-columns: 1fr;
    gap: 0.78rem;
  }

  .lb-store .product-detail .quantity-control,
  .lb-store .product-detail .button.primary {
    width: 100%;
  }
}

/* 2026-06-11 catalog editorial finish: compact shelf, text-led options, stable prices. */
.lb-store .catalog-section {
  width: min(100% - clamp(1rem, 4vw, 4rem), 1180px);
  padding-top: clamp(1.6rem, 3.2vw, 2.7rem);
}

.lb-store .catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(250px, 0.38fr);
  align-items: end;
  gap: clamp(1rem, 3vw, 2.2rem);
  margin-bottom: clamp(1rem, 2vw, 1.25rem);
}

.lb-store .catalog-heading h1 {
  max-width: 11.2ch;
  margin: 0;
  font-size: clamp(3.4rem, 6.4vw, 5.8rem);
  line-height: 0.84;
  letter-spacing: 0;
}

.lb-store .catalog-heading p {
  max-width: 34ch;
  margin: 0 0 0.38rem;
  color: rgba(248, 241, 231, 0.66);
  font-size: clamp(0.96rem, 1.15vw, 1.06rem);
  line-height: 1.55;
}

.lb-store .catalog-tools {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(320px, 1fr);
  align-items: center;
  gap: 0.72rem 0.9rem;
  margin-bottom: clamp(0.95rem, 2vw, 1.2rem);
  padding: 0.82rem;
  border-color: rgba(248, 241, 231, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(64, 8, 11, 0.58), rgba(10, 7, 7, 0.88) 52%),
    #0b0707;
  box-shadow: none;
}

.lb-store .catalog-tools .search-field {
  min-height: 48px;
  border-radius: 999px;
  background: rgba(248, 241, 231, 0.045);
}

.lb-store .category-row {
  justify-content: start;
  gap: 0.42rem;
}

.lb-store .category-row .filter-chip,
.lb-store .filter-reset {
  min-height: 42px;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
}

.lb-store .catalog-refine {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 0.58fr) minmax(220px, 0.82fr) auto;
  gap: 0.62rem;
  align-items: end;
}

.lb-store .catalog-refine label span {
  margin-bottom: 0.34rem;
  color: rgba(248, 241, 231, 0.5);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.lb-store .catalog-refine select {
  min-height: 44px;
  border-radius: 999px;
  background: rgba(248, 241, 231, 0.055);
}

.lb-store .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(0.86rem, 1.45vw, 1.08rem);
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
}

.lb-store .product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  max-width: none;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(248, 241, 231, 0.18);
  border-radius: 5px;
  background: #f0e7d8;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.lb-store .product-card:hover {
  border-color: rgba(248, 241, 231, 0.38);
  transform: translateY(-2px);
}

.lb-store .product-media {
  aspect-ratio: 1 / 0.68;
  border-radius: 0;
  background:
    linear-gradient(rgba(28, 5, 6, 0.12), rgba(28, 5, 6, 0.2)),
    url("../assets/lb-signature/texture-red.jpeg") center / cover,
    #120808;
}

.lb-store .product-media img {
  transform: none;
}

.lb-store .product-card:hover .product-media img {
  transform: scale(1.025);
}

.lb-store .stock-pill,
.lb-store .promo-pill {
  display: none !important;
}

.lb-store .product-content {
  display: grid;
  grid-template-rows: 34px minmax(2.08em, auto) minmax(3.05em, auto) 16px 20px 46px;
  gap: 0.58rem;
  min-height: 244px;
  padding: 0.92rem 0.94rem 0.98rem;
}

.lb-store .product-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  min-height: 0;
  gap: 0.65rem;
}

.lb-store .product-topline > span:first-child {
  padding-top: 0.08rem;
  color: rgba(20, 10, 8, 0.74);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.lb-store .product-card .price-stack {
  display: grid;
  justify-items: end;
  min-width: 4.8rem;
  max-width: 6.4rem;
  min-height: 0;
  gap: 0.06rem;
  color: #120908;
  line-height: 1;
}

.lb-store .product-card .price-stack .from-price,
.lb-store .product-card .price-stack .was-price {
  max-width: 100%;
  overflow: hidden;
  color: rgba(20, 10, 8, 0.42);
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb-store .product-card .price-stack strong,
.lb-store .product-card .price-stack.has-discount strong {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #0d0706;
  font-family: var(--font-ui);
  font-size: 1.03rem;
  font-weight: 950;
  letter-spacing: -0.01em;
  line-height: 1.05;
  text-align: right;
}

.lb-store .product-card .saving-price {
  display: none !important;
}

.lb-store .product-content h3 {
  display: -webkit-box;
  min-height: 2.08em;
  margin: 0;
  overflow: hidden;
  color: #0d0706;
  font-size: clamp(1.28rem, 1.65vw, 1.48rem);
  letter-spacing: 0;
  line-height: 1.04;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lb-store .product-content p {
  display: -webkit-box;
  min-height: 3.05em;
  margin: 0;
  overflow: hidden;
  color: rgba(20, 10, 8, 0.64);
  font-size: 0.84rem;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lb-store .product-card-meta {
  min-height: 16px;
  overflow: hidden;
  color: rgba(142, 11, 18, 0.82);
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}

.lb-store .product-card-meta:empty {
  opacity: 0;
}

.lb-store .product-card .variant-row {
  min-height: 20px;
  max-height: 20px;
  overflow: hidden;
  color: rgba(20, 10, 8, 0.48);
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
}

.lb-store .product-card .variant-pill {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.lb-store .product-add-button {
  align-self: end;
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.lb-store .product-detail .detail-status-line {
  display: block;
  min-height: 0;
  padding: 0;
  color: rgba(216, 180, 124, 0.82);
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.lb-store .product-detail .detail-status-line span {
  display: inline;
}

.lb-store .product-detail .detail-status-line span + span::before {
  content: " / ";
  margin: 0 0.38rem;
  color: rgba(248, 241, 231, 0.32);
}

@media (max-width: 1080px) {
  .lb-store .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .lb-store .catalog-section {
    width: min(100% - 0.9rem, 620px);
    padding-top: 1.05rem;
  }

  .lb-store .catalog-heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 0.72rem;
  }

  .lb-store .catalog-heading h1 {
    max-width: 9.8ch;
    font-size: clamp(2.55rem, 15vw, 3.75rem);
    line-height: 0.86;
  }

  .lb-store .catalog-heading p {
    max-width: 31ch;
    font-size: 0.93rem;
    line-height: 1.5;
  }

  .lb-store .catalog-tools {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.62rem;
    margin-bottom: 0.82rem;
    padding: 0.68rem;
  }

  .lb-store .catalog-tools .search-field {
    min-height: 46px;
  }

  .lb-store .category-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 0.12rem;
    scrollbar-width: none;
  }

  .lb-store .category-row::-webkit-scrollbar {
    display: none;
  }

  .lb-store .category-row .filter-chip {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0.52rem 0.78rem;
    font-size: 0.76rem;
  }

  .lb-store .catalog-refine {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .lb-store .catalog-refine .filter-reset {
    grid-column: 1 / -1;
    min-height: 40px;
  }

  .lb-store .catalog-refine select {
    min-height: 42px;
    font-size: 0.76rem;
  }

  .lb-store .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .lb-store .product-card {
    border-radius: 5px;
  }

  .lb-store .product-media {
    aspect-ratio: 1 / 0.72;
  }

  .lb-store .product-content {
    grid-template-rows: 35px minmax(2.1em, auto) minmax(2.92em, auto) 14px 18px 42px;
    gap: 0.46rem;
    min-height: 226px;
    padding: 0.72rem;
  }

  .lb-store .product-topline {
    gap: 0.38rem;
  }

  .lb-store .product-topline > span:first-child {
    max-width: 8.5ch;
    font-size: 0.58rem;
  }

  .lb-store .product-card .price-stack {
    min-width: 4.1rem;
    max-width: 5.3rem;
  }

  .lb-store .product-card .price-stack .from-price,
  .lb-store .product-card .price-stack .was-price {
    font-size: 0.54rem;
  }

  .lb-store .product-card .price-stack strong,
  .lb-store .product-card .price-stack.has-discount strong {
    font-size: 0.86rem;
  }

  .lb-store .product-content h3 {
    min-height: 2.1em;
    font-size: clamp(1.02rem, 5vw, 1.16rem);
    line-height: 1.04;
  }

  .lb-store .product-content p {
    min-height: 2.92em;
    font-size: 0.74rem;
    line-height: 1.46;
  }

  .lb-store .product-card-meta {
    font-size: 0.54rem;
  }

  .lb-store .product-card .variant-row {
    min-height: 18px;
    max-height: 18px;
    font-size: 0.61rem;
  }

  .lb-store .product-add-button {
    min-height: 42px;
    font-size: 0.78rem;
  }
}
