#hb-detail{ background:var(--stone); color:var(--ink); font-family:'Inter',sans-serif; }
#hb-detail *{ box-sizing:border-box; }
#hb-detail img{ display:block; max-width:100%; height:auto; }
#hb-detail a{ color:inherit; text-decoration:none; }
#hb-detail .hbd-wrap{ max-width:var(--max); margin:0 auto; padding:0 64px; }
#hb-detail p{ color:#6b6558; font-size:15px; }

#hb-detail h1, #hb-detail h2, #hb-detail h3, #hb-detail h4{
  font-family:'Fraunces',serif; font-weight:360; color:var(--ink); letter-spacing:-0.01em;
}
#hb-detail h1{ font-size:56px; line-height:1.05; }
#hb-detail h2{ font-size:38px; line-height:1.1; }
#hb-detail h3{ font-size:28px; }
#hb-detail h4{ font-size:20px; }

#hb-detail .hbd-eyebrow{
  font-family:'Inter',sans-serif; font-size:11px; letter-spacing:0.16em;
  text-transform:uppercase; color:var(--oxide); font-weight:600; margin-bottom:16px;
}

#hb-detail .hbd-btn{
  display:inline-block; padding:14px 28px; font-family:'Inter',sans-serif;
  font-size:13px; font-weight:500; letter-spacing:0.02em; border-radius:2px;
  border:1px solid transparent; cursor:pointer; transition:.2s;
}
#hb-detail .hbd-btn-primary{ background:var(--ink); color:var(--stone) !important; }
#hb-detail .hbd-btn-primary:hover{ background:var(--ink-soft); }
#hb-detail .hbd-btn-outline-light{ background:transparent; color:var(--stone) !important; border-color:rgba(237,231,220,0.6); }
#hb-detail .hbd-btn-outline-light:hover{ background:var(--stone); color:var(--ink) !important; }

/* Hero */
#hb-detail .hbd-hero{ background:var(--stone-deep); display:grid; grid-template-columns:1fr 1fr; align-items:center; min-height:600px; }
#hb-detail .hbd-hero-copy{ padding:80px 64px; }
#hb-detail .hbd-crumbs{ font-size:12px; color:#8a8474; margin-bottom:24px; letter-spacing:0.02em; }
#hb-detail .hbd-crumbs a{ opacity:0.8; }
#hb-detail .hbd-hero-copy h1{ margin-bottom:24px; }
#hb-detail .hbd-hero-copy p{ max-width:420px; margin-bottom:32px; font-size:15px; }
#hb-detail .hbd-hero-img{ height:100%; position:relative; }
#hb-detail .hbd-hero-img img{ width:100%; height:100%; object-fit:cover; min-height:600px; }

/* What to Expect */
#hb-detail .hbd-expect{ padding:120px 0; background:var(--stone); }
#hb-detail .hbd-expect-grid{ display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
#hb-detail .hbd-expect-grid img{ border-radius:2px; height:520px; width:100%; object-fit:cover; }
#hb-detail .hbd-expect-list h3{ margin-bottom:36px; }
#hb-detail .hbd-expect-item{ padding:20px 0; border-bottom:1px solid var(--line); }
#hb-detail .hbd-expect-item:last-child{ border-bottom:none; }
#hb-detail .hbd-expect-item h4{ font-family:'Inter',sans-serif; font-size:15px; font-weight:600; color:var(--ink); margin-bottom:6px; }
#hb-detail .hbd-expect-item p{ font-size:13.5px; }

/* Why It's Good */
#hb-detail .hbd-tight{ background:var(--stone-deep); padding:100px 0; }
#hb-detail .hbd-tight-grid{ display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
#hb-detail .hbd-tight-copy h2{ margin-bottom:14px; }
#hb-detail .hbd-tight-copy p{ margin-bottom:24px; max-width:380px; font-size:14px; }
#hb-detail .hbd-tight img{ border-radius:2px; height:360px; width:100%; object-fit:cover; }

/* Provider's view — dark */
#hb-detail .hbd-prov{ background:var(--ink); color:var(--stone); display:grid; grid-template-columns:1fr 1fr; align-items:center; }
#hb-detail .hbd-prov img{ height:100%; width:100%; object-fit:cover; min-height:480px; filter:grayscale(0.1) brightness(0.9); }
#hb-detail .hbd-prov-copy{ padding:80px 64px; }
#hb-detail .hbd-prov-copy .hbd-eyebrow{ color:var(--gold-1); }
#hb-detail .hbd-prov-copy h2{ color:var(--stone); margin-bottom:28px; max-width:340px; }
#hb-detail .hbd-pills{ display:flex; gap:12px; margin-bottom:22px; flex-wrap:wrap; }
#hb-detail .hbd-pill{ padding:10px 22px; border-radius:999px; font-size:12px; font-weight:600; letter-spacing:0.02em; }
#hb-detail .hbd-pill-active{ background:var(--stone); color:var(--ink); }
#hb-detail .hbd-pill-ghost{ background:transparent; color:var(--stone); border:1px solid rgba(237,231,220,0.4); }
#hb-detail .hbd-prov-copy small{ color:rgba(241,228,204,0.7); font-size:12px; max-width:340px; display:block; line-height:1.6; }

/* Arrival / session accordion */
#hb-detail .hbd-arrival{ background:var(--stone); padding:120px 0; }
#hb-detail .hbd-arrival-grid{ display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
#hb-detail .hbd-arrival-copy h2{ margin-bottom:32px; max-width:320px; }
#hb-detail .hbd-acc{ border-top:1px solid var(--line); }
#hb-detail .hbd-acc-item{ border-bottom:1px solid var(--line); padding:18px 0; }
#hb-detail .hbd-acc-item summary{ font-size:13.5px; font-weight:600; color:var(--ink); cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; font-family:'Inter',sans-serif; }
#hb-detail .hbd-acc-item summary::after{ content:'+'; font-size:20px; font-weight:300; color:var(--oxide); }
#hb-detail .hbd-acc-item[open] summary::after{ content:'–'; }
#hb-detail .hbd-acc-item p{ margin-top:10px; font-size:13px; }
#hb-detail .hbd-arrival-copy .hbd-btn{ margin-top:28px; }
#hb-detail .hbd-arrival img{ border-radius:2px; height:520px; width:100%; object-fit:cover; }

/* Ritual banner */
#hb-detail .hbd-ritual{ position:relative; overflow:hidden; }
#hb-detail .hbd-ritual img{ width:100%; height:480px; object-fit:cover; filter:brightness(0.45) grayscale(0.15); }
#hb-detail .hbd-ritual-inner{ position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; padding:0 24px; }
#hb-detail .hbd-ritual-mark{ font-family:'Fraunces',serif; font-size:22px; margin-bottom:14px; opacity:0.85; color:var(--gold-1); font-style:italic; }
#hb-detail .hbd-ritual-inner h2{ color:var(--stone); margin-bottom:16px; }
#hb-detail .hbd-ritual-inner p{ color:rgba(241,228,204,0.85); max-width:520px; margin:0 auto 28px; font-size:14px; }

/* FAQ */
#hb-detail .hbd-faq{ background:var(--stone); padding:120px 0; }
#hb-detail .hbd-faq-grid{ display:grid; grid-template-columns:280px 1fr; gap:80px; }

/* Renewal / related treatments */
#hb-detail .hbd-renewal{ background:var(--stone-deep); padding:120px 0 140px; }
#hb-detail .hbd-renewal-head{ display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:40px; gap:40px; flex-wrap:wrap; }
#hb-detail .hbd-renewal-head h2{ max-width:340px; }
#hb-detail .hbd-renewal-head p{ max-width:280px; font-size:13px; }
#hb-detail .hbd-cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
#hb-detail .hbd-card{ position:relative; border-radius:2px; overflow:hidden; aspect-ratio:4/5; display:block; }
#hb-detail .hbd-card img{ width:100%; height:100%; object-fit:cover; transition:0.4s; }
#hb-detail .hbd-card:hover img{ transform:scale(1.04); }
#hb-detail .hbd-lbl{ position:absolute; left:20px; bottom:20px; background:var(--stone); color:var(--ink); padding:10px 16px; border-radius:2px; font-size:12px; font-weight:600; display:flex; align-items:center; gap:8px; }
#hb-detail .hbd-lbl::after{ content:'↗'; font-size:14px; color:var(--oxide); }

@media (max-width:900px){
  #hb-detail .hbd-wrap{ padding:0 22px; }
  #hb-detail h1{ font-size:40px; }
  #hb-detail h2{ font-size:28px; }
  #hb-detail .hbd-hero,
  #hb-detail .hbd-expect-grid,
  #hb-detail .hbd-tight-grid,
  #hb-detail .hbd-prov,
  #hb-detail .hbd-arrival-grid,
  #hb-detail .hbd-faq-grid,
  #hb-detail .hbd-cards{ grid-template-columns:1fr; gap:32px; }
  #hb-detail .hbd-hero-copy,
  #hb-detail .hbd-prov-copy{ padding:60px 22px; }
  #hb-detail .hbd-expect,
  #hb-detail .hbd-tight,
  #hb-detail .hbd-arrival,
  #hb-detail .hbd-faq,
  #hb-detail .hbd-renewal{ padding:60px 0; }
  #hb-detail .hbd-hero-img img,
  #hb-detail .hbd-expect-grid img,
  #hb-detail .hbd-arrival img,
  #hb-detail .hbd-prov img{ min-height:280px; height:280px; }
  #hb-detail .hbd-cards{ grid-template-columns:1fr 1fr; }
}