/** Shopify CDN: Minification failed

Line 989:15 Unexpected "@media"

**/
/* ============================================================
   Wohnberger home/content-section styles (.wb-home-shell)
   Loaded only on templates that render these sections (index + page),
   so product/collection/cart/etc. don't pay for unused CSS, while
   reused sections (e.g. bestseller on the contact/landing pages) are
   styled correctly. All rules are scoped under .wb-home-shell.
   Standalone-prototype blocks (header/nav/mega/topbar/footer/newsletter/
   reveal) were dropped — the shell provides that chrome.
   ============================================================ */
/* ============================================================
   Wohnberger – Startseite Prototyp
   Design-System: Klar & modern, warm-erdiges Petrol als Akzent
   ============================================================ */

.wb-home-shell{
  /* Farben — Brand-Palette (an Logo angelehnt: Türkis + warmes Pink) */
  --bg: var(--wb-bg, #fbfaf7);
  --bg-alt: var(--wb-bg-alt, #f3efe8);
  --bg-deep: var(--wb-ink, #131311);
  --ink: var(--wb-ink, #131311);
  --ink-soft: var(--wb-ink-soft, #4a4a45);
  --ink-mute: var(--wb-ink-mute, #8a8a82);
  --line: var(--wb-line, #e6e1d6);
  --line-strong: #c9c2b3;

  /* Akzent — Türkis aus dem Logo */
  --accent: #2bb3b3;
  --accent-soft: #d8f1f1;
  --accent-deep: #197a7a;
  --accent-ink: #ffffff;

  /* Sekundärakzent — warmes Pink/Koralle aus Logo */
  --warm: #e85a7a;
  --warm-soft: #fde2e8;
  --warm-deep: #b03a55;

  /* Tertiär — sonnig */
  --sun: #f5c542;

  /* Trust */
  --gold: #ffc107;

  /* Typografie */
  --font-display: "Inter Tight", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  /* Spacing-Skala — kompakter */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 40px;
  --s-8: 56px;
  --s-9: 72px;
  --s-10: 96px;

  /* Radien */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 28px;

  /* Container */
  --maxw: 1320px;

  /* Dichte — Default ist jetzt kompakt */
  --section-py: 64px;
}

.wb-home-shell[data-density="cozy"]{
  --section-py: 48px;
}
.wb-home-shell[data-density="airy"]{
  --section-py: 96px;
}

.wb-home-shell, .wb-home-shell *{ box-sizing: border-box; }

.wb-home-shell{
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wb-home-shell img{ max-width: 100%; display: block; }
.wb-home-shell a{ color: inherit; text-decoration: none; }
.wb-home-shell button{ font-family: inherit; cursor: pointer; border: 0; background: none; }

.wb-home-container{
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0;
}

.wb-home-container--wide{
  max-width: var(--maxw);
}

.wb-home-band{
  width: 100%;
}

.wb-home-eyebrow{
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}

.wb-home-shell h1, .wb-home-shell h2, .wb-home-shell h3, .wb-home-shell h4{
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}

.wb-home-shell h1{ font-size: clamp(40px, 5.5vw, 72px); line-height: 1.02; letter-spacing: -0.035em; }
.wb-home-shell h2{ font-size: clamp(32px, 3.6vw, 52px); line-height: 1.05; letter-spacing: -0.028em; }
.wb-home-shell h3{ font-size: clamp(20px, 1.6vw, 24px); line-height: 1.2; }
.wb-home-shell h4{ font-size: 16px; line-height: 1.3; }

.wb-home-shell p{ margin: 0; text-wrap: pretty; }

/* ===== Buttons ===== */
.wb-home-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15px;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.wb-home-btn:hover{ transform: translateY(-1px); }
.wb-home-btn--primary{
  background: var(--ink);
  color: var(--bg);
}
.wb-home-shell a.wb-home-btn--primary{
  color: var(--bg) !important;
}
.wb-home-btn--primary:hover{ background: var(--accent-deep); color: var(--accent-ink); }
.wb-home-btn--accent{
  background: var(--accent);
  color: var(--accent-ink);
}
.wb-home-btn--accent:hover{ background: var(--accent-deep); }
.wb-home-btn--ghost{
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-strong);
}
.wb-home-btn--ghost:hover{ border-color: var(--ink); }

.wb-home-btn .wb-home-arrow, .wb-home-link-arrow .wb-home-arrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  line-height: 0;
  transition: transform .2s ease;
}
.wb-home-btn:hover .wb-home-arrow, .wb-home-link-arrow:hover .wb-home-arrow{ transform: translateX(4px); }

.wb-home-link-arrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

/* ===== Section Helpers ===== */
.wb-home-section{ padding: var(--section-py) 0; }
.wb-home-section--alt{ background: linear-gradient(180deg, var(--accent-soft) 0%, var(--bg-alt) 100%); }

.wb-home-section-head{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
  max-width: 720px;
}
.wb-home-section-head .wb-home-lead{
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ===== Hero ===== */
.wb-home-hero{
  padding: 40px 0 72px;
  position: relative;
}
.wb-home-hero--compact .wb-home-hero-text{ max-width: 760px; margin: 0 auto; }
.wb-home-hero--compact .wb-home-hero-subline{ font-size: 17px; max-width: 620px; }
.wb-home-hero--compact .wb-home-eyebrow-pill{ margin-bottom: 18px; }
.wb-home-hero--compact .wb-home-hero-cta{ margin-top: 28px; }
.wb-home-hero--compact .wb-home-hero-trust{ margin-top: 22px; }
.wb-home-hero{
  overflow: hidden;
}
.wb-home-hero::before{
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-soft) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.wb-home-hero::after{
  content: "";
  position: absolute;
  bottom: -150px;
  left: -120px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--warm-soft) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.wb-home-hero .wb-home-container{ position: relative; z-index: 1; }

/* Animated sound waves */
.wb-home-hero-waves{
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.wb-home-hero-waves svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  height: 1400px;
  opacity: 0.5;
}
.wb-home-wave-ring{
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.2;
  transform-origin: center;
  animation: wavePulse 4s ease-out infinite;
  opacity: 0;
}
.wb-home-wave-ring:nth-child(1){ animation-delay: 0s; }
.wb-home-wave-ring:nth-child(2){ animation-delay: 0.8s; }
.wb-home-wave-ring:nth-child(3){ animation-delay: 1.6s; }
.wb-home-wave-ring:nth-child(4){ animation-delay: 2.4s; stroke: var(--warm); }
.wb-home-wave-ring:nth-child(5){ animation-delay: 3.2s; stroke: var(--warm); }

@keyframes wavePulse {
  0%{ transform: scale(0.2); opacity: 0; stroke-width: 2.4; }
  20%{ opacity: 0.8; }
  100%{ transform: scale(1); opacity: 0; stroke-width: 0.5; }
}
.wb-home-hero-grid{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.wb-home-hero-grid--centered{
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.wb-home-hero-grid--centered .wb-home-hero-cta{ justify-content: center; }
.wb-home-hero-grid--centered .wb-home-hero-trust{ justify-content: center; }

.wb-home-hero h1 strong{
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(110deg, var(--accent) 0%, var(--warm) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
}
.wb-home-hero h1 strong::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 0.18em;
  background: var(--sun);
  opacity: 0.45;
  z-index: -1;
  border-radius: 2px;
}
.wb-home-hero-subline{
  font-size: 19px;
  color: var(--ink-soft);
  margin-top: 24px;
  line-height: 1.5;
  max-width: 540px;
}
.wb-home-hero-grid--centered .wb-home-hero-subline{ margin-left: auto; margin-right: auto; }
.wb-home-hero-cta{
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.wb-home-hero-trust{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  font-size: 13.5px;
  color: var(--ink-soft);
}
.wb-home-stars{
  display: inline-flex;
  gap: 1px;
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 1px;
}
.wb-home-eyebrow-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
  font-family: var(--font-body);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 28px;
}
.wb-home-eyebrow-pill .wb-home-dot{
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
}
.wb-home-swatch.wb-home-is-active{ border-color: var(--ink); transform: scale(1.05); }

/* ===== USP Strip ===== */
.wb-home-usp{
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, var(--bg-alt) 100%);
}
.wb-home-usp-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  min-height: 124px;
}
.wb-home-usp-item{
  padding: 28px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line);
}
.wb-home-usp-item:last-child{ border-right: 0; }
.wb-home-usp-item:nth-child(1) .wb-home-usp-icon{
  background: var(--accent-soft);
  color: var(--accent-deep);
}
.wb-home-usp-item:nth-child(2) .wb-home-usp-icon{
  background: var(--warm-soft);
  color: var(--warm-deep);
}
.wb-home-usp-item:nth-child(3) .wb-home-usp-icon{
  background: #fff4d6;
  color: #8a6708;
}
.wb-home-usp-icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.wb-home-usp-text strong{
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
}
.wb-home-usp-text span{
  display: block;
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-top: 2px;
}

/* Category rows */
.wb-home-cat-row{
  display: grid;
  gap: 16px;
}
.wb-home-cat-row + .wb-home-cat-row{ margin-top: 16px; }
.wb-home-cat-row-2{ grid-template-columns: repeat(2, 1fr); }
.wb-home-cat-row-5{ grid-template-columns: repeat(5, 1fr); }

.wb-home-cat-card{
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-alt);
  cursor: pointer;
  transition: transform .25s ease;
  border: 1px solid var(--line);
  display: block;
}
.wb-home-cat-card:hover{ transform: translateY(-4px); }
.wb-home-cat-card .wb-home-cat-vis{
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.wb-home-cat-card--sm .wb-home-cat-vis{ aspect-ratio: 1/1; }
.wb-home-cat-card .wb-home-cat-body{
  padding: 14px 16px 18px;
}
.wb-home-cat-card--sm .wb-home-cat-body{ padding: 12px 14px 14px; }
.wb-home-cat-card .wb-home-cat-title{
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin-bottom: 4px;
}
.wb-home-cat-card--sm .wb-home-cat-title{ font-size: 15.5px; }
.wb-home-cat-card .wb-home-cat-sub{
  font-size: 13.5px;
  color: var(--ink-soft);
}
.wb-home-cat-card--sm .wb-home-cat-sub{ font-size: 12.5px; }
.wb-home-cat-card .wb-home-cat-cta{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  display: grid;
  place-items: center;
  transform: translateY(-4px) scale(.9);
  opacity: 0;
  transition: all .25s ease;
}
.wb-home-cat-card:hover .wb-home-cat-cta{ opacity: 1; transform: translateY(0) scale(1); }

/* Visual fills for category cards */
.wb-home-vis-pattern{
  width: 100%;
  height: 100%;
  position: relative;
}
.wb-home-vis-pattern::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.18) 100%);
}
.wb-home-vis-tag{
  position: absolute;
  bottom: 12px;
  left: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,.95);
  letter-spacing: .05em;
  z-index: 2;
  text-transform: uppercase;
}

/* ===== Personalisierungs-Block ===== */
.wb-home-perso{
  background: var(--bg-deep);
  color: #f4f1ea;
  padding: var(--section-py) 0;
}
.wb-home-perso h2{ color: #f9f7f2; }
.wb-home-perso .wb-home-lead{ color: rgba(244,241,234,.7); }
.wb-home-perso-grid{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
}
.wb-home-perso .wb-home-eyebrow{ color: rgba(244,241,234,.55); }
.wb-home-perso-list{
  display: grid;
  gap: 14px;
  margin: 28px 0 32px;
}
.wb-home-perso-list li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  list-style: none;
  font-size: 15.5px;
  color: rgba(244,241,234,.85);
}
.wb-home-check{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
  flex-shrink: 0;
  display: grid;
  place-items: center;
  margin-top: 2px;
}
ul.wb-home-perso-list{ padding: 0; margin-left: 0; }

.wb-home-steps{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-lg);
  padding: 8px;
}
.wb-home-step{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 18px 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  align-items: start;
}
.wb-home-step:last-child{ border-bottom: 0; }
.wb-home-step-num{
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.02em;
}
.wb-home-step-title{
  font-weight: 600;
  font-size: 16px;
  color: #f9f7f2;
  margin-bottom: 4px;
}
.wb-home-step-desc{
  font-size: 14px;
  color: rgba(244,241,234,.65);
  line-height: 1.45;
}

/* ===== Bestseller ===== */
.wb-home-products-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.wb-home-product{
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}
.wb-home-product:hover{ transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.wb-home-product-vis{
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  background: #f3f4f6;
}
.wb-home-product-vis img, .wb-home-product-placeholder{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wb-home-product:hover .wb-home-product-vis > img{
  transform: scale(1.04);
}
.wb-home-product-tag, .wb-home-shell .wb-pc-badge{
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f5a623;
  color: #111827;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 5px 9px;
  border-radius: 3px;
  z-index: 2;
  line-height: 1;
}
.wb-home-shell .wb-pc-badges{
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 3;
}
.wb-home-shell .wb-pc-badge{
  position: static;
}
.wb-home-shell .wb-pc-badge--new{
  background: #16a34a;
}
.wb-home-shell .wb-pc-badge--sale{
  background: #dc2626;
}
.wb-home-product-body{
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.wb-home-product-title{
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 0;
}
.wb-home-shell .wb-pc-price-row{
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.wb-home-shell .wb-pc-price{
  font-size: 30px;
  font-weight: 700;
  color: #111827;
  line-height: 1;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
}
.wb-home-shell .wb-pc-price-value{
  line-height: 1;
}
.wb-home-shell .wb-pc-price-affix{
  font-size: 11px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.2;
}
.wb-home-shell .wb-pc-price-old{
  font-size: 13px;
  color: #8b8f97;
  text-decoration: line-through;
  margin-left: auto;
}
.wb-home-shell .wb-pc-tax{
  font-size: 11px;
  color: #6b7280;
  line-height: 1.2;
  flex-basis: 100%;
}
.wb-home-shell .wb-pc-stock{
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #1f9a44;
  font-weight: 600;
}
.wb-home-shell .wb-pc-stock svg{
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 15px !important;
  height: 15px !important;
  max-width: 15px;
  max-height: 15px;
  display: block;
  flex: 0 0 15px;
  object-fit: contain;
}
.wb-home-shell .wb-pc-stock--out{
  color: #dc2626;
}
.wb-home-shell .wb-pc-cta{
  margin-top: 2px;
  background: #111827;
  color: #fff;
  border: none;
  border-radius: 6px;
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: .01em;
  transition: background .2s;
}
.wb-home-shell .wb-pc-cta svg{
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px;
  max-height: 16px;
  display: block;
  flex: 0 0 16px;
  object-fit: contain;
  transform: none !important;
}
.wb-home-shell .wb-pc-cta:hover{
  background: #0b1220;
  color: #fff;
  text-decoration: none;
}
.wb-home-shell .wb-pc-cta svg{
  width: 16px;
  height: 16px;
}

/* ===== Trusted Shops ===== */
.wb-home-ts-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 24px;
}
.wb-home-ts-badge{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 12px 18px;
  border-radius: 999px;
}
.wb-home-ts-shield{
  width: 36px;
  height: 36px;
  background: #ffdb02;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 11px;
  color: #333;
  font-family: var(--font-mono);
}
.wb-home-ts-rating{
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.wb-home-ts-rating strong{ font-size: 18px; }
.wb-home-ts-rating span{ font-size: 12px; color: var(--ink-mute); }

.wb-home-reviews{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.wb-home-review{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wb-home-review .wb-home-stars{ font-size: 18px; }
.wb-home-review-body{
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  flex: 1;
}
.wb-home-review-foot{
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.wb-home-review-name{ font-weight: 600; font-size: 14.5px; }
.wb-home-review-prod{ font-size: 12.5px; color: var(--ink-mute); }

/* ===== Team ===== */
.wb-home-team-grid{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}
.wb-home-team-photo{
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  background: var(--bg-alt);
}
.wb-home-team-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wb-home-team-photo-tag{
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(19,19,17,.85);
  color: var(--bg);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-family: var(--font-mono);
  letter-spacing: .04em;
  backdrop-filter: blur(4px);
}
.wb-home-team-stats{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  margin-top: 32px;
  border: 1px solid var(--line);
}
.wb-home-team-stat{
  background: var(--bg);
  padding: 22px 20px;
}
.wb-home-team-stat strong{
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: var(--ink);
}
.wb-home-team-stat span{
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 2px;
  display: block;
}

/* ===== SEO + FAQ ===== */
.wb-home-seo-grid{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
.wb-home-seo-text p{
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.65;
  margin-top: 16px;
}
.wb-home-seo-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.wb-home-seo-pill{
  font-size: 12.5px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--bg-alt);
  color: var(--ink-soft);
  border: 1px solid var(--line);
}

.wb-home-faq{
  display: grid;
  gap: 12px;
}
.wb-home-faq-item{
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: 0 10px 24px -18px rgba(0,0,0,.28);
}
.wb-home-faq-q{
  width: 100%;
  text-align: left;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.wb-home-faq-q::before{
  content: none !important;
  display: none !important;
}
.wb-home-faq-toggle{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--bg-alt);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: background .15s, transform .25s;
}
.wb-home-faq-item.wb-home-is-open .wb-home-faq-toggle{ background: var(--ink); color: var(--bg); transform: rotate(45deg); }
.wb-home-faq-a{
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.wb-home-faq-item.wb-home-is-open .wb-home-faq-a{ max-height: 1200px; }
.wb-home-faq-a-inner{
  padding: 0 0 22px;
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.6;
  max-width: 680px;
}

/* ===== Responsive ===== */
.wb-home-shell @media (max-width: 1100px){
  .wb-home-hero-grid { grid-template-columns: 1fr; }
  .wb-home-perso-grid { grid-template-columns: 1fr; gap: 40px; }
  .wb-home-seo-grid { grid-template-columns: 1fr; gap: 40px; }
  .wb-home-team-grid { grid-template-columns: 1fr; gap: 40px; }
  .wb-home-products-grid { grid-template-columns: repeat(2, 1fr); }
  .wb-home-cat-row-5 { grid-template-columns: repeat(3, 1fr); }
  .wb-home-reviews { grid-template-columns: 1fr; }
  .wb-home-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .wb-home-newsletter-inner { grid-template-columns: 1fr; gap: 32px; }
  .wb-home-megamenu { width: 540px; grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .wb-home-shell{ --section-py: 64px; }
  .wb-home-usp-grid{ grid-template-columns: 1fr; }
  .wb-home-usp-item{ border-right: 0; border-bottom: 1px solid var(--line); }
  .wb-home-cat-row-2, .wb-home-cat-row-5{ grid-template-columns: 1fr 1fr; }
  .wb-home-products-grid{ grid-template-columns: 1fr; }
  .wb-home-ts-head{ flex-direction: column; align-items: flex-start; }
  .wb-home-product-body{ padding: 12px; }
  .wb-home-product-title{ font-size: 14px; }
  .wb-home-shell .wb-pc-price{ font-size: 24px; }
  .wb-home-shell .wb-pc-cta{ padding: 10px 12px; font-size: 13px; }
}

/* COM-124 parity compatibility hooks */
.wb-home-shell .btn .arrow, .wb-home-shell .link-arrow .arrow{
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.wb-home-shell .product-vis img, .wb-home-shell .product-placeholder{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
