/*
Theme Name: Luxury Beauty Boutique
Theme URI: https://luxurybeautyboutique.de
Author: Luxury Beauty Boutique
Author URI: https://luxurybeautyboutique.de
Description: Ultra-luxury independent beauty retailer. La Prairie original products. Dark, editorial, premium.
Version: 2.0.0
License: Proprietary
Text Domain: lbb
Tags: woocommerce, luxury, cosmetics, skincare, dark, editorial
*/

/* ============================================================
   DESIGN TOKENS — DARK LUXURY SYSTEM
   ============================================================ */
:root {
  /* Core Palette */
  --black:        #070707;
  --deep:         #0E0E0E;
  --anthracite:   #111111;
  --surface:      #161616;
  --surface-2:    #1C1C1C;
  --surface-3:    #242424;
  --border:       rgba(200,169,106,0.15);
  --border-light: rgba(255,255,255,0.06);

  /* Gold System */
  --gold:         #C8A96A;
  --gold-light:   #E1C98B;
  --gold-dark:    #A8893A;
  --gold-muted:   rgba(200,169,106,0.45);
  --gold-bg:      rgba(200,169,106,0.06);

  /* Text */
  --text-primary:   #F5F0E8;
  --text-secondary: rgba(245,240,232,0.60);
  --text-muted:     rgba(245,240,232,0.35);
  --text-gold:      #C8A96A;
  --cream:          #F5F0E8;
  --warm-grey:      #8A8178;

  /* Fonts */
  --font-serif:  'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans:   'Jost', 'Raleway', 'Helvetica Neue', Arial, sans-serif;

  /* Spacing */
  --space-xs:  8px;
  --space-sm:  16px;
  --space-md:  32px;
  --space-lg:  64px;
  --space-xl:  100px;
  --space-2xl: 140px;

  /* Easing */
  --ease-luxury: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-reveal:  cubic-bezier(0.16, 1, 0.3, 1);

  /* Layout */
  --container: 1360px;
  --container-narrow: 900px;
  --header-h: 80px;
}

/* ============================================================
   RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  background: var(--anthracite);
  color: var(--text-primary);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }
input, textarea, select {
  font-family: var(--font-sans);
  background: transparent;
  color: var(--text-primary);
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 300;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: 0.01em;
}
h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
h4 { font-size: clamp(1.1rem, 1.8vw, 1.5rem); }
h5 { font-size: 1rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; font-family: var(--font-sans); }

p { font-size: 0.925rem; line-height: 1.85; color: var(--text-secondary); }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.lbb-container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) { .lbb-container { padding: 0 20px; } }

.lbb-section { padding: var(--space-xl) 0; }
.lbb-section--dark { background: var(--black); }
.lbb-section--surface { background: var(--surface); }
.lbb-section--minimal { padding: 40px 0; }
.lbb-section--cta { background: var(--surface); padding: var(--space-lg) 0; text-align: center; }

/* ============================================================
   EYEBROW LABEL
   ============================================================ */
.lbb-eyebrow {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

/* ============================================================
   DIVIDER
   ============================================================ */
.lbb-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 28px;
}
.lbb-divider span:not(.lbb-divider__diamond) {
  flex: 1;
  height: 1px;
  background: var(--border);
  max-width: 80px;
}
.lbb-divider--center span:not(.lbb-divider__diamond) { max-width: 60px; }
.lbb-divider--left { justify-content: flex-start; }
.lbb-divider--left span:not(.lbb-divider__diamond) { max-width: 40px; }
.lbb-divider--left span:last-child { display: none; }
.lbb-divider__diamond { font-size: 0.5rem; color: var(--gold); }

/* ============================================================
   SECTION HEADER
   ============================================================ */
.lbb-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.lbb-section-header p {
  max-width: 560px;
  margin: 16px auto 0;
  font-size: 0.9rem;
}
.lbb-section-header .lbb-divider {
  justify-content: center;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.lbb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 15px 32px;
  border: 1px solid transparent;
  transition: all 0.35s var(--ease-luxury);
  white-space: nowrap;
  cursor: pointer;
}
.lbb-btn--primary {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}
.lbb-btn--primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-1px);
}
.lbb-btn--outline {
  background: transparent;
  color: var(--text-primary);
  border-color: rgba(245,240,232,0.25);
}
.lbb-btn--outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.lbb-btn--gold {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.lbb-btn--gold:hover {
  background: var(--gold);
  color: var(--black);
}
.lbb-btn--ghost {
  background: rgba(255,255,255,0.06);
  color: var(--cream);
  border-color: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
}
.lbb-btn--ghost:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--gold);
}
.lbb-btn--text {
  padding: 0;
  border: none;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}
.lbb-btn--text:hover { color: var(--gold-light); }
.lbb-btn--sm { padding: 10px 20px; font-size: 0.62rem; }

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.lbb-announcement-bar {
  background: var(--black);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  height: 36px;
  display: flex;
  align-items: center;
}
.lbb-announcement-bar__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  animation: lbbMarquee 30s linear infinite;
  padding-left: 100%;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.lbb-announcement-bar__inner span { color: var(--text-muted); }
.lbb-announcement-bar__inner strong { color: var(--gold); }
.lbb-ann-dot { color: var(--gold-muted) !important; font-size: 0.5rem; }
@keyframes lbbMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   HEADER
   ============================================================ */
#lbb-header {
  position: fixed;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 900;
  height: var(--header-h);
  transition: all 0.4s var(--ease-luxury);
}
#lbb-header.scrolled,
#lbb-header.lbb-header--opaque {
  background: rgba(7,7,7,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  top: 0;
}
.lbb-nav {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.lbb-nav__left,
.lbb-nav__right {
  display: flex;
  align-items: center;
  gap: 0;
}
.lbb-nav__right { justify-content: flex-end; gap: 4px; }
.lbb-nav__left li a,
.lbb-nav__right li:not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3)) a {
  display: block;
  padding: 8px 16px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.7);
  transition: color 0.25s;
  position: relative;
}
.lbb-nav__left li a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.3s var(--ease-luxury);
}
.lbb-nav__left li a:hover,
.lbb-nav__right li a:hover { color: var(--gold); }
.lbb-nav__left li a:hover::after { transform: scaleX(1); }
.lbb-nav__logo { text-align: center; }
.lbb-logo-img { height: 44px; width: auto; margin: 0 auto; transition: opacity 0.3s; }
.lbb-logo-img:hover { opacity: 0.85; }
.lbb-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: rgba(245,240,232,0.7);
  transition: color 0.25s;
  position: relative;
}
.lbb-nav__icon:hover { color: var(--gold); }
.lbb-cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: var(--gold);
  color: var(--black);
  font-size: 0.55rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lbb-mobile-header { display: none; }
@media (max-width: 1024px) {
  .lbb-nav { grid-template-columns: auto 1fr auto; padding: 0 20px; }
  .lbb-nav__left,
  .lbb-nav__right li:not(.lbb-nav__icon-wrap) { display: none; }
  .lbb-mobile-header { display: flex; align-items: center; justify-content: space-between; width: 100%; }
  .lbb-nav { display: flex; }
  .lbb-mobile-logo { flex: 1; text-align: center; }
  .lbb-mobile-logo .lbb-logo-img { margin: 0 auto; height: 36px; }
  .lbb-mobile-actions { display: flex; align-items: center; gap: 4px; }
  .lbb-mobile-icon {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; color: rgba(245,240,232,0.7); position: relative;
  }
  .lbb-menu-toggle {
    display: flex; flex-direction: column; justify-content: center;
    gap: 5px; width: 40px; height: 40px; padding: 8px;
  }
  .lbb-menu-toggle span {
    display: block; height: 1px; background: var(--text-primary); transition: all 0.3s;
  }
}

/* ============================================================
   MOBILE MENU
   ============================================================ */
#lbb-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: var(--black);
  transform: translateX(-100%);
  transition: transform 0.45s var(--ease-luxury);
  display: flex;
  flex-direction: column;
  padding: 80px 40px 40px;
  overflow-y: auto;
}
#lbb-mobile-menu.open { transform: translateX(0); }
.lbb-mobile-menu__close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 1.8rem;
  color: var(--text-secondary);
  line-height: 1;
}
#lbb-mobile-menu nav ul li {
  border-bottom: 1px solid var(--border-light);
}
#lbb-mobile-menu nav ul li a {
  display: block;
  padding: 18px 0;
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--text-primary);
  transition: color 0.2s;
}
#lbb-mobile-menu nav ul li a:hover { color: var(--gold); }
.lbb-mobile-offer {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid var(--border);
}
.lbb-mobile-offer p:first-child {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.lbb-mobile-offer p:last-child { font-size: 0.85rem; color: var(--text-secondary); }

/* Mobile menu JS toggle */
body.lbb-menu-open { overflow: hidden; }
body.lbb-menu-open .lbb-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.lbb-menu-open .lbb-menu-toggle span:nth-child(2) { opacity: 0; }
body.lbb-menu-open .lbb-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ============================================================
   PAGE HERO
   ============================================================ */
.lbb-page-hero {
  padding: calc(var(--header-h) + 80px) 0 80px;
  background: var(--black);
  position: relative;
  overflow: hidden;
}
.lbb-page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--border), transparent);
}
.lbb-page-hero .lbb-eyebrow { margin-bottom: 12px; }
.lbb-page-hero h1 { color: var(--text-primary); margin-bottom: 0; }
.lbb-page-hero__sub { font-size: 0.9rem; color: var(--text-secondary); margin-top: 16px; }

/* ============================================================
   HERO SECTION
   ============================================================ */
.lbb-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding-bottom: var(--space-xl);
  overflow: hidden;
}
.lbb-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.lbb-hero.loaded .lbb-hero__bg { transform: scale(1); }
.lbb-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(7,7,7,0.3) 0%,
    rgba(7,7,7,0.5) 50%,
    rgba(7,7,7,0.85) 100%
  );
}
.lbb-hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  padding-top: calc(var(--header-h) + 36px + 60px);
}
@media (max-width: 768px) { .lbb-hero__content { padding: calc(var(--header-h) + 36px + 40px) 20px 0; } }
.lbb-hero__title {
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.08;
  max-width: 700px;
  margin: 0 0 24px;
}
.lbb-hero__title em { font-style: italic; color: var(--gold-light); }
.lbb-hero__subtitle {
  font-size: 0.9rem;
  color: rgba(245,240,232,0.65);
  max-width: 420px;
  line-height: 1.75;
  margin-bottom: 36px;
}
.lbb-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.lbb-hero__note {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-muted);
}
.lbb-hero__scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.lbb-hero__scroll-hint span {
  display: block;
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--gold-muted), transparent);
  margin: 0 auto;
  animation: lbbScrollHint 2s ease-in-out infinite;
}
@keyframes lbbScrollHint {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50%       { transform: scaleY(0.4); opacity: 0.3; }
}

/* ============================================================
   TRUST PILLARS
   ============================================================ */
.lbb-trust-pillars {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 56px 0;
}
.lbb-trust-pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-light);
}
@media (max-width: 900px) { .lbb-trust-pillars__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .lbb-trust-pillars__grid { grid-template-columns: 1fr; } }
.lbb-trust-pillar {
  background: var(--surface);
  padding: 36px 32px;
  text-align: center;
}
.lbb-trust-pillar__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.lbb-trust-pillar h3 {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 10px;
}
.lbb-trust-pillar p { font-size: 0.8rem; color: var(--text-muted); line-height: 1.7; }

/* ============================================================
   COLLECTIONS GRID
   ============================================================ */
.lbb-collections { padding: var(--space-xl) 0; background: var(--anthracite); }
.lbb-collections__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 320px 320px;
  gap: 2px;
}
@media (max-width: 768px) {
  .lbb-collections__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 220px 220px; }
}
@media (max-width: 500px) {
  .lbb-collections__grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 260px); }
}
.lbb-collection-card {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.lbb-collection-card--large {
  grid-column: span 7;
  grid-row: span 2;
}
@media (max-width: 768px) { .lbb-collection-card--large { grid-column: span 2; grid-row: span 1; } }
.lbb-collection-card:not(.lbb-collection-card--large) { grid-column: span 5; }
.lbb-collection-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s var(--ease-luxury);
}
.lbb-collection-card:hover .lbb-collection-card__img { transform: scale(1.05); }
.lbb-collection-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,7,7,0.85) 0%, rgba(7,7,7,0.2) 60%, transparent 100%);
  transition: background 0.4s;
}
.lbb-collection-card:hover .lbb-collection-card__overlay {
  background: linear-gradient(to top, rgba(7,7,7,0.92) 0%, rgba(7,7,7,0.35) 60%, transparent 100%);
}
.lbb-collection-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 2;
}
.lbb-collection-card--large .lbb-collection-card__content { padding: 48px; }
.lbb-collection-card .lbb-eyebrow { margin-bottom: 8px; color: var(--gold-muted); }
.lbb-collection-card h3 {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  color: var(--cream);
  margin-bottom: 10px;
}
.lbb-collection-card p { font-size: 0.82rem; color: rgba(245,240,232,0.6); margin-bottom: 18px; max-width: 340px; }
.lbb-collection-card__cta {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap 0.3s;
}
.lbb-collections__footer { text-align: center; margin-top: 48px; }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.lbb-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
@media (max-width: 1100px) { .lbb-products-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px)  { .lbb-products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 400px)  { .lbb-products-grid { grid-template-columns: 1fr; } }
.lbb-products-grid--boutique { grid-template-columns: repeat(3, 1fr); gap: 2px; }
@media (max-width: 900px) { .lbb-products-grid--boutique { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .lbb-products-grid--boutique { grid-template-columns: 1fr; } }

.lbb-product-card {
  background: var(--surface);
  transition: transform 0.4s var(--ease-luxury);
  display: flex;
  flex-direction: column;
}
.lbb-product-card:hover { transform: translateY(-4px); }
.lbb-product-card__img-link { display: block; position: relative; overflow: hidden; }
.lbb-product-card__img {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s var(--ease-luxury);
}
.lbb-product-card--placeholder .lbb-product-card__img,
.lbb-product-card__img--placeholder {
  background: var(--surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lbb-product-card:hover .lbb-product-card__img { transform: scale(1.04); }
.lbb-product-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(7,7,7,0.7);
  padding: 5px 10px;
  border: 1px solid var(--border);
  backdrop-filter: blur(4px);
}
.lbb-product-card__info {
  padding: 20px 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-light);
  border-top: none;
}
.lbb-product-card__cat {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.lbb-product-card__title {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--text-primary);
  margin-bottom: 10px;
  line-height: 1.3;
  font-family: var(--font-serif);
}
.lbb-product-card__title a { color: inherit; }
.lbb-product-card__title a:hover { color: var(--gold); }
.lbb-product-card__excerpt { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; flex: 1; margin-bottom: 16px; }
.lbb-product-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.lbb-product-card__price { font-family: var(--font-serif); font-size: 1.1rem; color: var(--text-primary); }
.lbb-product-card__price del { color: var(--text-muted); font-size: 0.85rem; margin-right: 6px; }
.lbb-product-card__btn {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 7px 12px;
  border: 1px solid var(--border);
  transition: all 0.25s;
}
.lbb-product-card__btn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* ============================================================
   BRAND STORY
   ============================================================ */
.lbb-brand-story { background: var(--black); padding: var(--space-xl) 0; }
.lbb-brand-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) { .lbb-brand-story__grid { grid-template-columns: 1fr; gap: 48px; } }
.lbb-brand-story__image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.05);
}
.lbb-brand-story__content h2 { margin-bottom: 0; }
.lbb-brand-story__content h2 em { font-style: italic; color: var(--gold); }
.lbb-brand-story__content p { margin-top: 20px; }
.lbb-brand-story__content p + p { margin-top: 14px; }
.lbb-brand-story__content .lbb-btn--text { margin-top: 28px; }

/* ============================================================
   PRIVATE OFFER SECTION
   ============================================================ */
.lbb-private-offer-section { background: var(--surface); padding: var(--space-lg) 0; }
.lbb-private-offer-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  padding: 56px 64px;
  border: 1px solid var(--border);
  overflow: hidden;
}
@media (max-width: 768px) {
  .lbb-private-offer-box { grid-template-columns: 1fr; padding: 40px 28px; }
  .lbb-private-offer-box__number { display: none; }
}
.lbb-private-offer-box__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}
.lbb-private-offer-box__content h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.lbb-private-offer-box__headline {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--gold);
  margin: 8px 0 14px;
}
.lbb-private-offer-box__content p { max-width: 540px; }
.lbb-private-offer-box__content .lbb-btn { margin-top: 24px; }
.lbb-private-offer-box__number {
  font-family: var(--font-serif);
  font-size: 9rem;
  font-weight: 300;
  color: rgba(200,169,106,0.08);
  line-height: 1;
  letter-spacing: -0.03em;
  user-select: none;
}
.lbb-private-offer-box__number span { font-size: 4rem; vertical-align: top; margin-top: 12px; display: inline-block; }

/* ============================================================
   INGREDIENTS TEASER
   ============================================================ */
.lbb-ingredients-teaser { background: var(--anthracite); padding: var(--space-xl) 0; }
.lbb-ingredients-teaser__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
@media (max-width: 700px) { .lbb-ingredients-teaser__grid { grid-template-columns: 1fr; } }
.lbb-ingredient-item {}
.lbb-ingredient-item__img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.lbb-ingredient-item__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-luxury); }
.lbb-ingredient-item:hover .lbb-ingredient-item__img img { transform: scale(1.04); }
.lbb-ingredient-item h4 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--text-primary);
  margin: 20px 24px 10px;
}
.lbb-ingredient-item p { font-size: 0.82rem; color: var(--text-muted); padding: 0 24px 24px; line-height: 1.7; }

/* ============================================================
   JOURNAL TEASER
   ============================================================ */
.lbb-journal-teaser { background: var(--black); padding: var(--space-xl) 0; }
.lbb-journal-teaser__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
@media (max-width: 768px) { .lbb-journal-teaser__grid { grid-template-columns: 1fr; } }
.lbb-journal-card {}
.lbb-journal-card__img-link { display: block; overflow: hidden; }
.lbb-journal-card__img {
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s var(--ease-luxury);
}
.lbb-journal-card__img-link:hover .lbb-journal-card__img { transform: scale(1.04); }
.lbb-journal-card__content { padding: 24px; background: var(--surface); }
.lbb-journal-card__date { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); display: block; margin-bottom: 10px; }
.lbb-journal-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.lbb-journal-card h3 a { color: var(--text-primary); transition: color 0.2s; }
.lbb-journal-card h3 a:hover { color: var(--gold); }
.lbb-journal-card p { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 16px; }

/* ============================================================
   LEGAL NOTICE SECTION
   ============================================================ */
.lbb-legal-notice-section {
  background: var(--black);
  padding: 32px 0;
  border-top: 1px solid var(--border-light);
}
.lbb-legal-notice-section p { font-size: 0.7rem; color: var(--text-muted); text-align: center; max-width: 760px; margin: 0 auto; line-height: 1.9; }

/* ============================================================
   ANNOUNCEMENT BAR + HEADER OFFSET
   ============================================================ */
body.home .lbb-hero { margin-top: 0; }
.lbb-content-offset { padding-top: calc(var(--header-h) + 36px); }

/* ============================================================
   TWO COLUMN LAYOUT
   ============================================================ */
.lbb-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.lbb-two-col--reversed { direction: rtl; }
.lbb-two-col--reversed > * { direction: ltr; }
@media (max-width: 900px) {
  .lbb-two-col { grid-template-columns: 1fr; gap: 48px; }
  .lbb-two-col--reversed { direction: ltr; }
}
.lbb-two-col__image img { width: 100%; object-fit: cover; }
.lbb-two-col__image { aspect-ratio: 4/5; overflow: hidden; }
.lbb-two-col__image img { height: 100%; object-fit: cover; }
.lbb-two-col__text h2 { margin-bottom: 0; }
.lbb-two-col__text h2 em { font-style: italic; color: var(--gold); }
.lbb-two-col__text p { margin-top: 18px; }

/* ============================================================
   PILLARS / CARDS
   ============================================================ */
.lbb-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
@media (max-width: 800px) { .lbb-pillars-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .lbb-pillars-grid { grid-template-columns: 1fr; } }
.lbb-pillar-card {
  background: var(--surface);
  padding: 36px 28px;
}
.lbb-pillar-card__line {
  width: 28px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 20px;
}
.lbb-pillar-card h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--text-primary);
}
.lbb-pillar-card p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.75; }

/* ============================================================
   CATEGORY NAV (Boutique)
   ============================================================ */
.lbb-cat-nav { background: var(--black); border-bottom: 1px solid var(--border); padding: 0; }
.lbb-cat-nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.lbb-cat-nav__inner::-webkit-scrollbar { display: none; }
.lbb-cat-nav__item {
  display: block;
  padding: 16px 20px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.25s;
}
.lbb-cat-nav__item:hover { color: var(--text-primary); }
.lbb-cat-nav__item--active { color: var(--gold); border-bottom-color: var(--gold); }

/* Shop Offer Bar */
.lbb-shop-offer-bar {
  background: var(--gold-bg);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  text-align: center;
}
.lbb-shop-offer-bar p { font-size: 0.68rem; letter-spacing: 0.12em; color: var(--text-secondary); }
.lbb-shop-offer-bar strong { color: var(--gold); }

/* ============================================================
   RITUAL STEPS
   ============================================================ */
.lbb-ritual-steps { margin-top: 28px; display: flex; flex-direction: column; gap: 20px; }
.lbb-ritual-steps li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.lbb-ritual-steps li span {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--gold-muted);
  min-width: 28px;
  line-height: 1;
  margin-top: 2px;
}
.lbb-ritual-steps li strong { color: var(--text-primary); display: block; margin-bottom: 4px; font-size: 0.85rem; font-weight: 500; font-family: var(--font-sans); }
.lbb-ritual-steps li p { font-size: 0.82rem; color: var(--text-muted); margin: 0; }

/* ============================================================
   TIPS GRID
   ============================================================ */
.lbb-tips-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
@media (max-width: 900px) { .lbb-tips-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .lbb-tips-grid { grid-template-columns: 1fr; } }
.lbb-tip-card {
  background: var(--surface);
  padding: 32px 24px;
}
.lbb-tip-card__num {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  color: rgba(200,169,106,0.15);
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 1;
}
.lbb-tip-card h4 { font-size: 1rem; color: var(--text-primary); margin-bottom: 10px; }
.lbb-tip-card p { font-size: 0.8rem; color: var(--text-muted); line-height: 1.75; }

/* ============================================================
   INGREDIENTS CARDS
   ============================================================ */
.lbb-ingredients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
@media (max-width: 800px) { .lbb-ingredients-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .lbb-ingredients-grid { grid-template-columns: 1fr; } }
.lbb-ingredient-card {
  background: var(--surface);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
}
.lbb-ingredient-card__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--gold), transparent);
}
.lbb-ingredient-card h4 { font-size: 1.1rem; color: var(--gold); margin-bottom: 14px; }
.lbb-ingredient-card p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.75; }

/* ============================================================
   INGREDIENT BENEFITS LIST
   ============================================================ */
.lbb-ingredient-benefits {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lbb-ingredient-benefits li {
  font-size: 0.82rem;
  color: var(--text-secondary);
  padding-left: 18px;
  position: relative;
}
.lbb-ingredient-benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 1px;
  background: var(--gold);
}

/* ============================================================
   FAQ
   ============================================================ */
.lbb-faq-group { margin-bottom: 48px; }
.lbb-faq-group__title {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--font-sans);
  font-weight: 500;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.lbb-faq-item { border-bottom: 1px solid var(--border-light); }
.lbb-faq-item__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--text-primary);
  text-align: left;
  gap: 20px;
  transition: color 0.2s;
}
.lbb-faq-item__question:hover { color: var(--gold); }
.lbb-faq-item__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--gold);
  transition: transform 0.3s;
}
.lbb-faq-item__question[aria-expanded="true"] .lbb-faq-item__icon { transform: rotate(45deg); }
.lbb-faq-item__answer { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-luxury); }
.lbb-faq-item__answer p { padding: 0 0 20px; color: var(--text-secondary); font-size: 0.88rem; line-height: 1.85; }
.lbb-faq-item__answer a { color: var(--gold); }
.lbb-faq-contact { text-align: center; padding: 48px 0 0; border-top: 1px solid var(--border-light); margin-top: 48px; }
.lbb-faq-contact p { margin-bottom: 20px; color: var(--text-muted); }

/* ============================================================
   CONTACT
   ============================================================ */
.lbb-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 900px) { .lbb-contact-grid { grid-template-columns: 1fr; gap: 48px; } }
.lbb-contact-info__item {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  align-items: flex-start;
}
.lbb-contact-info__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  flex-shrink: 0;
  color: var(--gold);
}
.lbb-contact-info__item h4 { font-family: var(--font-sans); font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; font-weight: 500; }
.lbb-contact-info__item a { color: var(--text-primary); font-size: 0.9rem; }
.lbb-contact-info__item a:hover { color: var(--gold); }
.lbb-contact-info__item p { font-size: 0.82rem; color: var(--text-muted); margin-top: 4px; }
.lbb-contact-info__faq { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--border-light); }
.lbb-contact-info__faq p { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 14px; }
.lbb-contact-form-wrap h3 { font-size: 1.4rem; margin-bottom: 28px; }
.lbb-contact-form { display: flex; flex-direction: column; gap: 16px; }
.lbb-form-row--half { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 500px) { .lbb-form-row--half { grid-template-columns: 1fr; } }
.lbb-form-field label { display: block; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
.lbb-form-field input,
.lbb-form-field select,
.lbb-form-field textarea {
  width: 100%;
  padding: 13px 16px;
  background: var(--surface);
  border: 1px solid var(--border-light);
  color: var(--text-primary);
  font-size: 0.88rem;
  transition: border-color 0.25s;
  outline: none;
}
.lbb-form-field input:focus,
.lbb-form-field select:focus,
.lbb-form-field textarea:focus { border-color: var(--gold); }
.lbb-form-field textarea { resize: vertical; min-height: 130px; }
.lbb-checkbox-label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.lbb-checkbox-label input { width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; accent-color: var(--gold); }
.lbb-checkbox-label span { font-size: 0.78rem; color: var(--text-muted); }
.lbb-checkbox-label a { color: var(--gold); }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.lbb-newsletter { background: var(--black); padding: var(--space-lg) 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.lbb-newsletter__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 768px) { .lbb-newsletter__inner { grid-template-columns: 1fr; gap: 32px; } }
.lbb-newsletter__text h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 12px; }
.lbb-newsletter__text p { font-size: 0.88rem; color: var(--text-muted); }
.lbb-newsletter__input-wrap { display: flex; gap: 0; }
.lbb-newsletter__input-wrap input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-right: none;
  font-size: 0.85rem;
  outline: none;
}
.lbb-newsletter__input-wrap input:focus { border-color: var(--gold); }
.lbb-newsletter__input-wrap button {
  padding: 14px 24px;
  background: var(--gold);
  color: var(--black);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.25s;
  white-space: nowrap;
}
.lbb-newsletter__input-wrap button:hover { background: var(--gold-light); }
.lbb-newsletter__disclaimer { font-size: 0.7rem; color: var(--text-muted); margin-top: 10px; }
.lbb-newsletter__disclaimer a { color: var(--gold-muted); }

/* ============================================================
   FOOTER
   ============================================================ */
.lbb-footer { background: var(--black); color: var(--text-secondary); }
.lbb-footer__inner { max-width: var(--container); margin: 0 auto; padding: 80px 40px 40px; }
@media (max-width: 768px) { .lbb-footer__inner { padding: 60px 20px 32px; } }
.lbb-footer__top {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 80px;
  margin-bottom: 64px;
}
@media (max-width: 1100px) { .lbb-footer__top { grid-template-columns: 1fr; gap: 48px; } }
.lbb-footer__brand {}
.lbb-footer__brand img { height: 48px; width: auto; opacity: 0.75; filter: brightness(0) invert(1); margin-bottom: 20px; }
.lbb-footer__tagline { font-size: 0.78rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; }
.lbb-footer__social { display: flex; gap: 12px; }
.lbb-footer__social a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.25s;
}
.lbb-footer__social a:hover { border-color: var(--gold); color: var(--gold); }

.lbb-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 900px) { .lbb-footer__nav { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
@media (max-width: 500px) { .lbb-footer__nav { grid-template-columns: 1fr 1fr; gap: 24px; } }
.lbb-footer__nav-title {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 16px;
  font-family: var(--font-sans);
}
.lbb-footer__nav-col a {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
  padding: 5px 0;
  transition: color 0.2s;
}
.lbb-footer__nav-col a:hover { color: var(--gold); }
.lbb-footer__offer-box { }
.lbb-footer__offer-number {
  font-family: var(--font-serif);
  font-size: 3rem;
  color: var(--gold);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 6px;
}
.lbb-footer__offer-number span { font-size: 1.5rem; }
.lbb-footer__offer-box p { font-size: 0.75rem; color: var(--text-muted); line-height: 1.65; }
.lbb-footer__payment { font-size: 0.75rem; color: var(--text-muted); line-height: 1.7; }
.lbb-footer__divider { height: 1px; background: var(--border-light); margin-bottom: 28px; }
.lbb-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lbb-footer__bottom p { font-size: 0.72rem; color: var(--text-muted); }
.lbb-footer__bottom a { color: var(--text-muted); }
.lbb-footer__bottom a:hover { color: var(--gold); }
.lbb-footer__disclaimer { font-size: 0.68rem !important; color: rgba(138,129,120,0.55) !important; line-height: 1.7 !important; }

/* ============================================================
   WELCOME POPUP
   ============================================================ */
.lbb-popup__box {
  background: var(--surface);
  border: 1px solid var(--border);
  max-width: 440px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.lbb-popup__gold-line { height: 2px; background: linear-gradient(to right, transparent, var(--gold), transparent); }
.lbb-popup__gold-line--bottom { }
.lbb-popup__close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 1.6rem;
  color: var(--text-muted);
  transition: color 0.2s;
  line-height: 1;
}
.lbb-popup__close:hover { color: var(--gold); }
.lbb-popup__content { padding: 40px 40px 36px; text-align: center; }
.lbb-popup__logo { height: 40px; width: auto; margin: 0 auto 24px; opacity: 0.8; filter: brightness(0) invert(1); }
.lbb-popup__eyebrow { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 12px; }
.lbb-popup__title { font-size: 1.9rem; margin-bottom: 14px; color: var(--text-primary); }
.lbb-popup__title em { font-style: italic; color: var(--gold); }
.lbb-popup__text { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 0; }
.lbb-popup__number { font-family: var(--font-serif); font-size: 3.5rem; font-weight: 300; color: var(--text-primary); line-height: 1.1; margin: 8px 0; }
.lbb-popup__number span { font-size: 1.8rem; vertical-align: super; }
.lbb-popup__subtext { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 24px; }
.lbb-popup__cta {
  display: block;
  background: var(--gold);
  color: var(--black);
  padding: 14px 24px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  transition: background 0.25s;
}
.lbb-popup__cta:hover { background: var(--gold-light); }
.lbb-popup__note { font-size: 0.62rem; color: var(--text-muted); letter-spacing: 0.1em; }

/* ============================================================
   CART POPUP
   ============================================================ */
.lbb-cart-popup__inner {
  background: var(--surface);
  border: 1px solid var(--border);
  border-bottom: none;
  padding: 28px 32px;
  max-width: 480px;
  width: 100%;
  position: relative;
}
.lbb-cart-popup__icon {
  width: 40px; height: 40px;
  background: rgba(200,169,106,0.1);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  margin-bottom: 14px;
}
.lbb-cart-popup__inner h3 { font-size: 1.1rem; margin-bottom: 6px; color: var(--text-primary); }
.lbb-cart-popup__inner p { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 20px; }
.lbb-cart-popup__actions { display: flex; gap: 10px; }
.lbb-cart-popup__btn {
  flex: 1;
  padding: 12px 16px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.25s;
  border: 1px solid var(--border);
}
.lbb-cart-popup__btn--ghost { color: var(--text-secondary); }
.lbb-cart-popup__btn--ghost:hover { border-color: var(--text-secondary); color: var(--text-primary); }
.lbb-cart-popup__btn--gold { background: var(--gold); color: var(--black); border-color: var(--gold); }
.lbb-cart-popup__btn--gold:hover { background: var(--gold-light); }
.lbb-cart-popup__close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 1.3rem;
  color: var(--text-muted);
}

/* ============================================================
   COOKIE BANNER
   ============================================================ */
#lbb-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  background: rgba(14,14,14,0.97);
  border-top: 1px solid var(--border);
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) { #lbb-cookie-banner { flex-direction: column; padding: 20px; align-items: flex-start; } }
#lbb-cookie-banner p { font-size: 0.78rem; color: var(--text-muted); flex: 1; }
#lbb-cookie-banner a { color: var(--gold-muted); }
.lbb-cookie-banner__btns { display: flex; gap: 10px; flex-shrink: 0; }
#lbb-cookie-banner button {
  padding: 10px 20px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--black);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
#lbb-cookie-banner button:hover { background: var(--gold-light); }
.lbb-cookie-banner__decline {
  background: transparent !important;
  color: var(--text-muted) !important;
  border: 1px solid var(--border) !important;
}
.lbb-cookie-banner__decline:hover { border-color: var(--text-muted) !important; color: var(--text-primary) !important; }

/* ============================================================
   WOOCOMMERCE OVERRIDES
   ============================================================ */
.woocommerce-page,
.woocommerce { background: var(--anthracite); color: var(--text-primary); }

/* Product single */
.woocommerce div.product { padding-top: calc(var(--header-h) + 36px + 48px); }
.woocommerce div.product div.images img { border: none; }
.woocommerce div.product .product_title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--text-primary);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--gold);
}
.woocommerce div.product .woocommerce-product-details__short-description p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.85;
}

/* Buttons */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 14px 28px;
  transition: background 0.25s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--gold-light); color: var(--black); }

/* Single product add to cart */
.woocommerce div.product form.cart .button {
  width: 100%;
  padding: 16px 28px;
  font-size: 0.7rem;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: var(--font-sans);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--gold); border-bottom: 2px solid var(--gold); }
.woocommerce div.product .woocommerce-tabs ul.tabs { border-color: var(--border); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent; border-color: var(--border); }

/* Cart / Checkout */
.woocommerce table.shop_table { background: var(--surface); color: var(--text-primary); border-color: var(--border-light); }
.woocommerce table.shop_table th { color: var(--text-muted); font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; background: var(--surface-2); }
.woocommerce table.shop_table td { border-color: var(--border-light); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea { background: var(--surface); border-color: var(--border-light); color: var(--text-primary); border-radius: 0; }
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus { border-color: var(--gold); outline: none; }
.woocommerce form .form-row label { color: var(--text-muted); font-size: 0.78rem; }
.woocommerce .cart-collaterals .cart_totals { background: var(--surface); }
.woocommerce .cart-collaterals .cart_totals h2 { color: var(--text-primary); font-size: 1.2rem; }
.woocommerce .cart-collaterals .cart_totals table { background: var(--surface-2); }
.woocommerce-checkout #payment { background: var(--surface); }

/* Private offer line */
.woocommerce-checkout-review-order-table .fee td,
.woocommerce-cart .woocommerce-cart-form td .fee-line td { color: var(--gold); }

/* Notice */
.woocommerce-message, .woocommerce-info { background: var(--surface); border-top-color: var(--gold); color: var(--text-primary); }

/* Product archive */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img { transition: transform 0.5s var(--ease-luxury); }
.woocommerce ul.products li.product:hover a.woocommerce-LoopProduct-link img { transform: scale(1.03); }

/* ============================================================
   PRIVATE OFFER ON PRODUCT PAGES
   ============================================================ */
.lbb-private-offer {
  margin: 0 0 20px;
  padding: 14px 18px;
  border-left: 2px solid var(--gold);
  background: var(--gold-bg);
}
.lbb-private-offer p:first-child {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
  font-family: var(--font-sans);
}
.lbb-private-offer p:last-child { font-size: 0.82rem; color: var(--text-muted); margin: 0; }

/* ============================================================
   SHOP OFFER BAR (Cart)
   ============================================================ */
.lbb-cart-offer {
  margin-bottom: 16px;
  padding: 12px 16px;
  border: 1px solid var(--border);
  background: var(--gold-bg);
}
.lbb-cart-offer p { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin: 0; }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.lbb-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease-reveal), transform 0.7s var(--ease-reveal);
}
.lbb-reveal.visible { opacity: 1; transform: none; }
.lbb-reveal--delay-1 { transition-delay: 0.1s; }
.lbb-reveal--delay-2 { transition-delay: 0.2s; }
.lbb-reveal--delay-3 { transition-delay: 0.3s; }

/* ============================================================
   RESPONSIVE FIXES
   ============================================================ */
@media (max-width: 768px) {
  :root { --space-xl: 64px; --space-lg: 40px; }
  .lbb-section { padding: var(--space-xl) 0; }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.9rem; }
  .lbb-hero__title { font-size: 2.6rem; }
  .lbb-brand-story__image { aspect-ratio: 3/2; }
  .lbb-private-offer-box { padding: 28px 20px; }
  .lbb-footer__nav { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
  .lbb-footer__nav { grid-template-columns: 1fr; }
  .lbb-products-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SCROLLBAR
   ============================================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-muted); }
