body { overflow-x: hidden; }

/* ── SHARED LABEL ────────────────────────────────────────── */
.whb-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-1);
  margin-bottom: 0.6rem;
}

/* ── HERO ────────────────────────────────────────────────── */
.whb-hero {
  padding: 5.5rem 2rem 5rem;
  border-bottom: 1px solid rgba(var(--black-rgb), 0.08);
  max-width: 860px;
  margin: 0 auto;
}

.whb-hero-inner {
  max-width: 860px;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.whb-hero-text {
  flex: 1;
  min-width: 0;
  max-width: 580px;
}

.whb-hero-illustration {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whb-hero-illustration img {
  width: 180px;
  opacity: 0.9;
}

@media (max-width: 680px) {
  .whb-hero-inner {
    flex-direction: column;
    gap: 2rem;
  }
  .whb-hero-illustration {
    display: none;
  }
}

.whb-hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-transform: lowercase;
  margin-bottom: 1.5rem;
}

.whb-hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
  font-weight: 400;
  color: rgba(var(--black-rgb), 0.72);
  margin-bottom: 1rem;
  max-width: 600px;
}

.whb-hero-body {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(var(--black-rgb), 0.6);
  margin-bottom: 2.25rem;
  max-width: 560px;
}
.whb-hero-body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}
.whb-hero-body a:hover {
  color: var(--accent-1);
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.whb-btn-primary {
  display: inline-block;
  background: var(--accent-1);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.8rem 1.8rem;
  border-radius: 2rem;
  transition: opacity 0.2s, transform 0.1s;
}
.whb-btn-primary:hover { opacity: 0.88; }
.whb-btn-primary:active { transform: scale(0.97); }

.whb-btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--accent-1);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 0.75rem 0;
  border-bottom: 1.5px solid var(--accent-1);
  transition: opacity 0.2s;
}
.whb-btn-ghost:hover { opacity: 0.75; }

/* ── CONTENT SECTIONS ────────────────────────────────────── */
.whb-section {
  padding: 4.5rem 2rem;
  border-bottom: 1px solid rgba(var(--black-rgb), 0.08);
}

.whb-section--alt {
  background: var(--background-2);
}

.whb-section-inner {
  max-width: 860px;
  margin: 0 auto;
}

/* Two-column split section */
.whb-section--split .whb-section-inner--split {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.whb-split-text {
  flex: 1;
  min-width: 0;
}

.whb-split-illustration {
  flex-shrink: 0;
}

.whb-split-illustration img {
  width: 140px;
  opacity: 0.15;
}

@media (max-width: 680px) {
  .whb-section--split .whb-section-inner--split {
    flex-direction: column;
    gap: 0;
  }
  .whb-split-illustration {
    display: none;
  }
}

.whb-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.2vw, 2.4rem);
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-transform: lowercase;
  margin-bottom: 1.75rem;
  max-width: 640px;
}

.whb-body {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.whb-body p {
  font-size: 0.97rem;
  line-height: 1.8;
  color: rgba(var(--black-rgb), 0.68);
}

.whb-callout {
  font-size: 1rem !important;
  font-weight: 700;
  color: var(--accent-1) !important;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.whb-callout-icon {
  width: 18px;
  flex-shrink: 0;
  opacity: 0.85;
}

/* ── WHO IT'S FOR ────────────────────────────────────────── */
.whb-personas {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: 860px;
}

.whb-persona {
  padding-top: 1.25rem;
  border-top: 2px solid var(--accent-1);
}

.whb-persona-icon {
  width: 32px;
  margin-bottom: 1rem;
  opacity: 0.7;
  display: block;
}

.whb-persona-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  text-transform: lowercase;
  margin-bottom: 0.65rem;
  color: var(--black);
}

.whb-persona p:not(.whb-persona-title) {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(var(--black-rgb), 0.62);
}

@media (max-width: 720px) {
  .whb-personas {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

/* ── FAQ ─────────────────────────────────────────────────── */
.whb-faq-section {
  background: transparent;
}

.whb-faq-list {
  max-width: 860px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.whb-faq-item {
  padding: 1.75rem 0;
  border-top: 1px solid rgba(var(--black-rgb), 0.1);
}
.whb-faq-item:nth-child(odd)  { padding-right: 3.5rem; }
.whb-faq-item:nth-child(even) { padding-left: 3.5rem; border-left: 1px solid rgba(var(--black-rgb), 0.1); }

.whb-faq-q {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.65rem;
  text-transform: lowercase;
  color: var(--black);
}

.whb-faq-a {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(var(--black-rgb), 0.62);
  margin: 0;
}

@media (max-width: 700px) {
  .whb-faq-list { grid-template-columns: 1fr; }
  .whb-faq-item:nth-child(odd)  { padding-right: 0; }
  .whb-faq-item:nth-child(even) { padding-left: 0; border-left: none; }
}

/* ── CLOSING CTA ─────────────────────────────────────────── */
.whb-cta-section {
  padding: 5.5rem 2rem 6rem;
  background: var(--accent-1);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.whb-cta-bottles {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 4%;
  pointer-events: none;
  overflow: hidden;
}

.whb-cta-bottles img {
  width: 90px;
  opacity: 0.1;
  filter: brightness(10);
}

.whb-cta-inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.whb-cta-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-transform: lowercase;
  color: var(--paper);
}

.whb-cta-sub {
  font-size: 0.97rem;
  line-height: 1.65;
  color: rgba(var(--background-rgb), 0.72);
  margin-bottom: 0.5rem;
}

.whb-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-top: 0.5rem;
}

.whb-cta-section .whb-btn-primary {
  background: var(--paper);
  color: var(--accent-1);
}

.whb-cta-section .whb-btn-ghost {
  color: var(--paper);
  border-bottom-color: var(--paper);
}

/* ── FOOTER ──────────────────────────────────────────────── */
footer {
  background: var(--background);
  border-top: 1px solid rgba(var(--black-rgb), 0.08);
  padding: 0;
}

/* ── NOISE OVERLAY ───────────────────────────────────────── */
.noise {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.045;
  mix-blend-mode: overlay;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 600px) {
  .whb-hero {
    padding: 3.5rem 1.25rem 3rem;
  }
  .whb-section {
    padding: 3rem 1.25rem;
  }
  .whb-cta-section {
    padding: 3.5rem 1.25rem 4rem;
  }
  .whb-cta-actions {
    width: 100%;
  }
  .whb-btn-primary {
    width: 100%;
    text-align: center;
  }
}
