
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Outfit:wght@400;500;600;700&display=swap');
:root{
  --wbh-red:#C41E26;--wbh-red-deep:#9B161C;--wbh-amber:#E8A317;--wbh-ink:#1A1A1A;
  --wbh-muted:#5C5652;--wbh-surface:#F3F1EF;--wbh-paper:#FFFCFA;--wbh-line:#E4DFD9;
  --wbh-wide:960px;--wbh-top:56px;
}
*{box-sizing:border-box}
.wbh-home{font-family:Outfit,system-ui,sans-serif;color:var(--wbh-ink);line-height:1.65;font-size:1.02rem;-webkit-font-smoothing:antialiased;
  background:radial-gradient(ellipse 70% 40% at 0% 10%,rgba(232,163,23,.06),transparent 50%),radial-gradient(ellipse 50% 30% at 100% 40%,rgba(196,30,38,.04),transparent 50%),var(--wbh-paper);
  margin:0;padding:0;overflow-x:hidden}
.wbh-home a{color:var(--wbh-red-deep);text-underline-offset:3px}
.wbh-home a:hover{color:var(--wbh-red)}
.wbh-home strong{font-weight:600}


/* —— Categorized site header —— */
.wbh-top{position:sticky;top:0;z-index:80;background:rgba(14,6,8,.96);backdrop-filter:blur(14px) saturate(1.15);border-bottom:1px solid rgba(255,220,180,.14)}
.wbh-top-inner{width:min(100%,1180px);margin:0 auto;padding:.65rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:58px;position:relative}
.wbh-logo{font-family:Fraunces,Georgia,serif;font-weight:700;font-size:clamp(.95rem,2.5vw,1.12rem);color:#fff8f0!important;text-decoration:none!important;letter-spacing:-.02em;line-height:1.15;flex:0 1 auto;max-width:58%}
.wbh-logo span{color:#ffd27a}
.wbh-nav-btn{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;cursor:pointer;padding:11px;margin:0;border:1px solid rgba(255,230,190,.28);background:rgba(255,255,255,.03);flex:0 0 auto}
.wbh-nav-btn span{display:block;height:2px;background:#ffe7a8;transition:transform .2s,opacity .2s}
.wbh-nav-toggle:checked + .wbh-nav-btn span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.wbh-nav-toggle:checked + .wbh-nav-btn span:nth-child(2){opacity:0}
.wbh-nav-toggle:checked + .wbh-nav-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.wbh-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#160c0e;padding:.35rem 0 .85rem;flex-direction:column;border-bottom:1px solid rgba(255,220,180,.12);max-height:min(78vh,640px);overflow:auto;-webkit-overflow-scrolling:touch;box-shadow:0 18px 40px rgba(0,0,0,.35)}
.wbh-nav-toggle:checked ~ .wbh-nav{display:flex}
.wbh-nav-group{border-bottom:1px solid rgba(255,220,180,.08)}
.wbh-nav-group:last-child{border-bottom:0}
.wbh-nav-cat{
  margin:0;padding:.75rem 1.1rem .35rem;font-size:.68rem;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;color:#ffd27a
}
.wbh-nav-links{display:flex;flex-direction:column;padding:0 0 .45rem}
.wbh-nav-links a{
  color:rgba(255,245,230,.9)!important;text-decoration:none!important;
  padding:.55rem 1.1rem .55rem 1.25rem;font-weight:500;font-size:.92rem;border-left:2px solid transparent
}
.wbh-nav-links a:hover,.wbh-nav-links a.is-active{
  color:#ffe7a8!important;background:rgba(255,210,120,.07);border-left-color:#E8A317
}
.wbh-nav-label{display:none}

@media (min-width:980px){
  .wbh-nav-btn{display:none}
  .wbh-nav{
    display:flex!important;position:static;flex-direction:row;align-items:stretch;
    background:transparent;padding:0;border:0;max-height:none;overflow:visible;box-shadow:none;gap:.1rem
  }
  .wbh-nav-group{position:relative;border:0}
  .wbh-nav-cat{display:none}
  .wbh-nav-label{
    display:inline-flex;align-items:center;gap:.35rem;
    padding:.5rem .7rem;font-size:.84rem;font-weight:600;color:rgba(255,245,230,.88);
    cursor:default;user-select:none;border:1px solid transparent;white-space:nowrap
  }
  .wbh-nav-label::after{content:"";width:.4rem;height:.4rem;border-right:1.5px solid rgba(255,230,190,.7);border-bottom:1.5px solid rgba(255,230,190,.7);transform:rotate(45deg);margin-top:-.15rem;opacity:.8}
  .wbh-nav-group:hover .wbh-nav-label,
  .wbh-nav-group:focus-within .wbh-nav-label{color:#ffd27a;border-color:rgba(255,210,120,.18);background:rgba(255,210,120,.06)}
  .wbh-nav-links{
    display:none;position:absolute;top:calc(100% + 2px);left:0;min-width:240px;
    background:#1a1012;border:1px solid rgba(255,220,180,.16);
    padding:.45rem 0;box-shadow:0 16px 36px rgba(0,0,0,.4);flex-direction:column;z-index:90
  }
  .wbh-nav-group:hover > .wbh-nav-links,
  .wbh-nav-group:focus-within > .wbh-nav-links{display:flex}
  .wbh-nav-links a{padding:.55rem 1rem;font-size:.86rem;border-left:0;border-bottom:1px solid transparent}
  .wbh-nav-links a:hover,.wbh-nav-links a.is-active{border-left:0;background:rgba(255,210,120,.1)}
  .wbh-logo{max-width:none}
}

/* Page hero */
.wbh-page-hero{
  position:relative;color:#fff8f0;overflow:hidden;
  background:
    radial-gradient(ellipse 55% 50% at 90% 0%,rgba(255,210,120,.35),transparent 55%),
    linear-gradient(160deg,#1a0e10 0%,#4a1518 55%,#8b2a22 100%);
  padding:clamp(1.75rem,5vw,3rem) 1rem clamp(1.75rem,4vw,2.5rem);
}
.wbh-page-hero-inner{width:min(100%,var(--wbh-wide));margin:0 auto}
.wbh-kicker{margin:0 0 .65rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.wbh-kicker a{color:#ffd27a!important;text-decoration:none!important}
.wbh-page-hero h1{
  font-family:Fraunces,Georgia,serif;font-weight:700;margin:0 0 .85rem;
  font-size:clamp(1.55rem,5.2vw,2.55rem);line-height:1.15;letter-spacing:-.025em;
  max-width:18em;
}
.wbh-page-verified{margin:0;font-size:.88rem;color:rgba(255,240,220,.75)}
.wbh-page-verified a{color:#ffe7a8}

.wbh-main{width:min(100%,var(--wbh-wide));margin:0 auto;padding:0 1rem 4rem;counter-reset:wbh-sec}
.wbh-glance-lead{
  font-size:clamp(1.02rem,2.2vw,1.15rem);line-height:1.7;margin:1.75rem 0 0!important;
  padding:1.15rem 1.15rem 1.15rem 1.05rem;background:linear-gradient(135deg,#fff,var(--wbh-surface));
  border-left:3px solid var(--wbh-amber);box-shadow:0 1px 0 rgba(26,18,16,.04)
}
.wbh-glance-lead strong{color:#9B161C}

.wbh-sec{margin:2.25rem 0 0;padding:1.85rem 0 2rem;border-top:1px solid var(--wbh-line);position:relative}
.wbh-sec--alt{
  margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;
  background:linear-gradient(180deg,rgba(243,241,239,.9),rgba(243,241,239,.45));
  border-top-color:transparent;border-bottom:1px solid var(--wbh-line)
}
.wbh-home h2{
  font-family:Fraunces,Georgia,serif;font-size:clamp(1.35rem,3.2vw,1.95rem);font-weight:700;
  line-height:1.2;letter-spacing:-.02em;margin:0 0 1rem;scroll-margin-top:5rem;
  display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem .7rem
}
.wbh-home h2::before{
  counter-increment:wbh-sec;content:counter(wbh-sec, decimal-leading-zero);
  font-family:Outfit,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.12em;
  color:var(--wbh-red);background:rgba(196,30,38,.08);padding:.3rem .45rem;line-height:1
}
.wbh-home h3{
  font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600;margin:1.65rem 0 .6rem;
  scroll-margin-top:5rem;padding-left:.7rem;border-left:2px solid var(--wbh-amber);color:#2a2220
}
.wbh-home p{margin:0 0 1rem}
.wbh-sec > p:first-of-type{font-size:1.04rem;line-height:1.7;color:#2c2623}
.wbh-home blockquote{
  margin:1.25rem 0;padding:1rem 1.1rem;border-left:3px solid var(--wbh-amber);
  background:linear-gradient(90deg,rgba(232,163,23,.1),rgba(232,163,23,.02));
  font-family:Fraunces,Georgia,serif;font-style:italic;color:#3d342f
}
.wbh-home ul,.wbh-home ol{margin:0 0 1.15rem;padding:0;list-style:none}
.wbh-home li{margin:.45rem 0;padding:.5rem .65rem .5rem 1.75rem;position:relative;background:rgba(255,255,255,.5)}
.wbh-home ul li::before{content:"";position:absolute;left:.7rem;top:.95rem;width:.4rem;height:.4rem;background:var(--wbh-amber)}
.wbh-home ol{counter-reset:wbh-ol}
.wbh-home ol li{counter-increment:wbh-ol}
.wbh-home ol li::before{content:counter(wbh-ol);position:absolute;left:.5rem;top:.55rem;font-size:.7rem;font-weight:700;color:var(--wbh-red);width:1.1rem;text-align:center}

.wbh-table-wrap{overflow-x:auto;margin:1.1rem 0 1.35rem;border:1px solid var(--wbh-line);background:#fff;-webkit-overflow-scrolling:touch;box-shadow:0 8px 24px rgba(26,18,16,.04);max-width:100%}
.wbh-home table{width:100%;border-collapse:collapse;font-size:.88rem;min-width:480px}
.wbh-home th,.wbh-home td{padding:.7rem .8rem;text-align:left;border-bottom:1px solid var(--wbh-line);vertical-align:top}
.wbh-home th{background:linear-gradient(180deg,#2a1816,#1a1210);color:rgba(255,240,220,.88);font-weight:600;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-bottom-color:#3a2420}
.wbh-home tbody tr:nth-child(even) td{background:rgba(243,241,239,.55)}
.wbh-home tbody tr:hover td{background:rgba(196,30,38,.05)}
.wbh-home tr:last-child td{border-bottom:0}
.wbh-home td strong{color:#9B161C}
.wbh-home em{color:var(--wbh-muted);font-size:.9rem}
.wbh-home hr{display:none}

.wbh-faq{display:flex;flex-direction:column;gap:.55rem;margin:1rem 0 0}
.wbh-faq-item{border:1px solid var(--wbh-line);background:#fff;box-shadow:0 4px 14px rgba(26,18,16,.03)}
.wbh-faq-item[open]{border-color:rgba(196,30,38,.28)}
.wbh-faq-item summary{cursor:pointer;padding:1rem 1.05rem;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:.85rem;align-items:flex-start;font-size:.98rem;line-height:1.35}
.wbh-faq-item summary::-webkit-details-marker{display:none}
.wbh-faq-item summary::after{content:"";flex:0 0 auto;width:.55rem;height:.55rem;margin-top:.35rem;border-right:2px solid var(--wbh-red);border-bottom:2px solid var(--wbh-red);transform:rotate(45deg)}
.wbh-faq-item[open] summary::after{transform:rotate(225deg)}
.wbh-faq-a{padding:0 1.05rem 1.05rem;border-top:1px solid rgba(228,223,217,.7)}
.wbh-faq-a p{margin:1rem 0 0}







@media (min-width:1100px){
  .wbh-sec--alt{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%)}
  .wbh-sec--alt > *{width:min(100%,var(--wbh-wide));margin-left:auto;margin-right:auto}
  .wbh-sec--alt > .wbh-table-wrap{width:min(100%,var(--wbh-wide))}
}
@media (max-width:480px){
  .wbh-home{font-size:1rem}
  .wbh-page-hero h1{font-size:clamp(1.4rem,7.5vw,1.85rem)}
  .wbh-home table{font-size:.82rem;min-width:420px}
  .wbh-home th,.wbh-home td{padding:.6rem .65rem}
  .wbh-logo{font-size:.95rem;max-width:70%}
}
img,svg,video{max-width:100%;height:auto}


/* —— Stateboard (engaging state coverage) —— */
.wbh-stateboard{margin:1.25rem 0 1.5rem}
.wbh-stateboard-intro{font-size:.95rem;color:var(--wbh-muted);margin:0 0 1rem!important}
.wbh-stateboard-legend{display:flex;flex-wrap:wrap;gap:.45rem .65rem;margin:0 0 1.15rem}
.wbh-leg{font-size:.72rem;font-weight:600;letter-spacing:.04em;padding:.35rem .65rem;border:1px solid var(--wbh-line);background:#fff}
.wbh-leg.wbh-tier-hot{border-color:rgba(47,107,79,.35);background:rgba(47,107,79,.08);color:#2F6B4F}
.wbh-leg.wbh-tier-warm{border-color:rgba(232,163,23,.4);background:rgba(232,163,23,.1);color:#8a5a00}
.wbh-leg.wbh-tier-mid{border-color:rgba(196,90,30,.35);background:rgba(196,90,30,.08);color:#8B3A2F}
.wbh-leg.wbh-tier-cold{border-color:rgba(155,22,28,.35);background:rgba(155,22,28,.07);color:#9B161C}

.wbh-state-grid{
  display:grid;gap:.85rem;
  grid-template-columns:1fr;
}
@media (min-width:560px){
  .wbh-state-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:900px){
  .wbh-state-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
}

.wbh-state-card{
  background:#fff;border:1px solid var(--wbh-line);
  padding:1rem 1.05rem 1.05rem;
  box-shadow:0 8px 22px rgba(26,18,16,.04);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
  position:relative;overflow:hidden;
}
.wbh-state-card::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:3px;
  background:var(--wbh-amber);
}
.wbh-state-card.wbh-tier-hot::before{background:#2F6B4F}
.wbh-state-card.wbh-tier-warm::before{background:#E8A317}
.wbh-state-card.wbh-tier-mid::before{background:#C45A1E}
.wbh-state-card.wbh-tier-cold::before{background:#C41E26}
.wbh-state-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(26,18,16,.08);
  border-color:rgba(196,30,38,.22);
}

.wbh-state-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin:0 0 .7rem}
.wbh-state-name{
  font-family:Fraunces,Georgia,serif;font-size:1.2rem;font-weight:700;
  margin:0;letter-spacing:-.02em;line-height:1.15;color:var(--wbh-ink)
}
.wbh-state-pct{margin:0;text-align:right;font-size:.72rem;color:var(--wbh-muted);line-height:1.25;max-width:7.5rem}
.wbh-state-pct span{
  display:block;font-family:Fraunces,Georgia,serif;font-size:1.55rem;font-weight:700;
  letter-spacing:-.03em;line-height:1;color:var(--wbh-ink);margin-bottom:.15rem
}
.wbh-tier-hot .wbh-state-pct span{color:#2F6B4F}
.wbh-tier-warm .wbh-state-pct span{color:#9a6a00}
.wbh-tier-mid .wbh-state-pct span{color:#C45A1E}
.wbh-tier-cold .wbh-state-pct span{color:#C41E26}

.wbh-meter{
  height:8px;background:rgba(26,18,16,.08);margin:0 0 .95rem;overflow:hidden;
  position:relative;
}
.wbh-meter-fill{
  display:block;height:100%;width:0;
  background:linear-gradient(90deg,#ffb347,#E8A317);
  box-shadow:0 0 12px rgba(232,163,23,.45);
  animation:wbh-meter-in 1s cubic-bezier(.22,1,.36,1) both;
}
.wbh-tier-hot .wbh-meter-fill{background:linear-gradient(90deg,#4a9a6e,#2F6B4F);box-shadow:0 0 12px rgba(47,107,79,.35)}
.wbh-tier-warm .wbh-meter-fill{background:linear-gradient(90deg,#ffd27a,#E8A317)}
.wbh-tier-mid .wbh-meter-fill{background:linear-gradient(90deg,#e08a4a,#C45A1E);box-shadow:0 0 12px rgba(196,90,30,.3)}
.wbh-tier-cold .wbh-meter-fill{background:linear-gradient(90deg,#e05a5a,#C41E26);box-shadow:0 0 12px rgba(196,30,38,.3)}
@keyframes wbh-meter-in{from{transform:scaleX(.08);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}

.wbh-state-meta{
  display:grid;grid-template-columns:1fr 1fr;gap:.55rem .75rem;margin:0
}
.wbh-state-meta div{margin:0;padding:.45rem .5rem;background:var(--wbh-surface)}
.wbh-state-meta dt{
  margin:0;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--wbh-muted)
}
.wbh-state-meta dd{margin:.15rem 0 0;font-size:.92rem;font-weight:600;color:var(--wbh-ink)}

.wbh-raw-table{margin:1.35rem 0 0;border:1px solid var(--wbh-line);background:#fff}
.wbh-raw-table summary{
  cursor:pointer;padding:.85rem 1rem;font-weight:600;font-size:.92rem;
  list-style:none;display:flex;justify-content:space-between;align-items:center
}
.wbh-raw-table summary::-webkit-details-marker{display:none}
.wbh-raw-table summary::after{content:"+";color:var(--wbh-red);font-size:1.1rem}
.wbh-raw-table[open] summary::after{content:"–"}
.wbh-raw-table .wbh-table-wrap{margin:0;border:0;border-top:1px solid var(--wbh-line);box-shadow:none}

@media (prefers-reduced-motion:reduce){
  .wbh-meter-fill,.wbh-state-card{animation:none!important;transition:none!important}
}

/* —— Site footer —— */
.wbh-site-foot{
  background:
    radial-gradient(ellipse 60% 50% at 10% 0%,rgba(232,163,23,.1),transparent 50%),
    linear-gradient(180deg,#1a1012 0%,#12080a 100%);
  color:rgba(255,240,220,.72);padding:2.5rem 1rem 1.5rem;margin-top:2rem;
  border-top:1px solid rgba(255,220,180,.12)
}
.wbh-site-foot-inner{width:min(100%,1180px);margin:0 auto}
.wbh-foot-brand{margin:0 0 1.5rem;max-width:34em}
.wbh-foot-brand a{
  font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.25rem;
  color:#fff8f0!important;text-decoration:none!important;letter-spacing:-.02em
}
.wbh-foot-brand a span{color:#ffd27a}
.wbh-foot-brand p{margin:.55rem 0 0;font-size:.9rem;line-height:1.55;color:rgba(255,240,220,.65)}
.wbh-foot-grid{
  display:grid;gap:1.35rem 1.5rem;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0 0 1.75rem;padding:0 0 1.5rem;
  border-bottom:1px solid rgba(255,220,180,.1)
}
@media (min-width:720px){
  .wbh-foot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (min-width:1000px){
  .wbh-foot-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem}
}
.wbh-foot-col h3{
  margin:0 0 .65rem!important;padding:0!important;border:0!important;
  font-family:Outfit,sans-serif!important;font-size:.72rem!important;font-weight:700!important;
  letter-spacing:.12em;text-transform:uppercase;color:#ffd27a
}
.wbh-foot-col h3::before{display:none!important;content:none!important}
.wbh-foot-col ul{list-style:none;margin:0;padding:0}
.wbh-foot-col li{margin:0;padding:0;background:transparent!important;border:0!important}
.wbh-foot-col li::before{display:none!important;content:none!important}
.wbh-foot-col a{
  display:block;padding:.28rem 0;font-size:.88rem;color:rgba(255,245,230,.82)!important;
  text-decoration:none!important;line-height:1.35
}
.wbh-foot-col a:hover{color:#ffe7a8!important}
.wbh-foot-bottom{
  display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:space-between;align-items:center;
  font-size:.8rem;color:rgba(255,240,220,.5)
}
.wbh-foot-bottom a{color:#ffd27a!important}
.wbh-foot-legal{margin:0;max-width:48em;line-height:1.5}
