/* RapHaven reconstructed theme chrome — tokens sampled from approved source (CLAUDE.md). Font stack PROVISIONAL (Open Item 1): neutral news sans, no designer substitution. */
/* ============ FONT SLOT (Open Item 1) — the ONLY sanctioned font change ============
   When Trent supplies the live theme families (WP Admin → Appearance → Customize → Typography,
   or a view-source paste of the fonts.googleapis.com URL):
   1. Uncomment and complete the @import below with the exact family names + weights.
   2. Replace the family list in --hh-font below (keep Helvetica/Arial fallbacks).
   3. Do the same for --mh-serif / --mh-sans in assets/raphaven-skin.css.
   Nothing else changes — sizes, weights and letter-spacing are already the approved system.
@import url('https://fonts.googleapis.com/css2?family=FAMILY_HEADLINE:wght@700;900&family=FAMILY_BODY:wght@400;700&display=swap');
============================================================================== */
:root{--hh-blue:#E32219;--hh-blue-bright:#EE3A2E;--hh-ink:#0E1216;--hh-paper:#FFFFFF;--hh-line:#E3E7EB;--hh-mut:#59636D;--hh-blue-ink:#9A1C13;--hh-blue-border:rgba(217,42,32,.5);--hh-blue-deep:#9A1C13;
--hh-font:'Helvetica Neue',Helvetica,Arial,sans-serif}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--hh-font);color:var(--hh-ink);background:var(--hh-paper);font-size:17px;line-height:1.55}
img{max-width:100%;display:block}
a{color:var(--hh-blue);text-decoration:none}a:hover{color:var(--hh-blue-bright);text-decoration:underline}
[hidden]{display:none!important}
.wrap{max-width:1240px;margin:0 auto;padding:0 20px}
.skip{position:absolute;left:-999px}.skip:focus{position:fixed;left:8px;top:8px;background:#fff;padding:8px 12px;z-index:99;border:2px solid var(--hh-blue)}
button{font-family:var(--hh-font);cursor:pointer}
:focus-visible{outline:3px solid var(--hh-blue-bright);outline-offset:2px}
.hh-provenance{background:var(--hh-ink);color:#fff;font-size:12.5px;padding:6px 20px;text-align:center;letter-spacing:.02em}
.hh-provenance strong{color:var(--hh-blue-bright)}
/* THE TL — integrated headline bar */
.hh-tlbar{display:flex;align-items:stretch;background:linear-gradient(180deg,#10161C,#0B0F13);border-bottom:1px solid rgba(246,80,69,.35);color:#fff;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),inset 0 -10px 20px rgba(217,42,32,.07)}
.hh-tlbar__label{display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,#E32219,#C82318);color:#fff;font-weight:900;font-size:12.5px;letter-spacing:.14em;padding:0 16px;min-height:44px;white-space:nowrap;box-shadow:2px 0 0 #9A1C13,inset 0 1px 0 rgba(255,255,255,.35);text-transform:uppercase}
a.hh-tlbar__label:hover{text-decoration:none;color:#fff;filter:brightness(1.06)}
.hh-tlbar__eq{display:inline-flex;align-items:flex-end;gap:2px;height:14px}
.hh-tlbar__eq i{width:3px;background:#fff;height:7px;transform-origin:bottom;animation:hh-eq 1s ease-in-out infinite alternate}
.hh-tlbar__eq i:nth-child(2){height:12px;animation-delay:.2s}
.hh-tlbar__eq i:nth-child(3){height:9px;animation-delay:.45s}
@keyframes hh-eq{from{transform:scaleY(.45)}to{transform:scaleY(1.1)}}
.hh-tlbar__lead{display:block;line-height:44px;color:#fff;font-weight:800;font-size:14px;padding:0 16px;border-right:1px solid rgba(246,80,69,.4);white-space:nowrap;max-width:34%;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}
.hh-tlbar__lead:hover{color:#F65045;text-decoration:none}
.hh-tlbar__viewport{flex:1;overflow:hidden;display:flex;align-items:center;-webkit-mask-image:linear-gradient(90deg,transparent,#000 26px,#000 calc(100% - 26px),transparent);mask-image:linear-gradient(90deg,transparent,#000 26px,#000 calc(100% - 26px),transparent)}
.hh-tlbar__track{display:flex;width:max-content;animation:hh-tl 38s linear infinite}
.hh-tlbar:hover .hh-tlbar__track,.hh-tlbar:focus-within .hh-tlbar__track{animation-play-state:paused}
.hh-tlbar__set{display:flex;align-items:center}
.hh-tlbar__set a{color:#FAEDEB;font-size:13.5px;font-weight:600;white-space:nowrap;padding:0 6px}
.hh-tlbar__set a:hover{color:#F65045}
.hh-tlbar__dot{color:#EE3A2E;font-weight:900;padding:0 8px}
@keyframes hh-tl{to{transform:translateX(-50%)}}
.hh-tlbar__search{display:flex;align-items:center;justify-content:center;min-width:48px;min-height:44px;background:transparent;border:0;border-left:1px solid rgba(246,80,69,.4);color:#fff;font-size:17px;cursor:pointer}
.hh-tlbar__search:hover{background:rgba(217,42,32,.3);color:#fff;text-decoration:none}
/* identity band */
.hh-idband{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:16px 24px 14px;background:radial-gradient(40% 130% at 50% 44%,rgba(217,42,32,.10),transparent 64%),#fff;box-shadow:0 8px 20px rgba(58,10,8,.06)}
.hh-idband::before{content:"";position:absolute;top:50%;left:24px;right:24px;height:1px;background:linear-gradient(90deg,rgba(217,42,32,.4),transparent 26%,transparent 74%,rgba(217,42,32,.4))}
.hh-idband>*{position:relative}
.hh-idband__socials{display:flex;gap:8px;justify-self:start;align-items:center}
.hh-idband__socials a{width:44px;height:44px;border-radius:50%;border:1px solid rgba(14,18,22,.28);color:var(--hh-ink);display:grid;place-items:center;font-size:13.5px;font-weight:800;background:#fff}
.hh-idband__socials a:hover{background:var(--hh-blue);border-color:var(--hh-blue);color:#fff;text-decoration:none}
.hh-idband__logo{justify-self:center;text-align:center;display:block}
.hh-idband__logo:hover{text-decoration:none}
.hh-idband__logo img{width:190px;height:190px;object-fit:contain;margin:0 auto;display:block}
.hh-idband__desc{display:block;margin-top:4px;color:var(--hh-mut);font-size:12px;letter-spacing:.02em}
.hh-idband__utils{display:flex;gap:10px;justify-self:end;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.hh-plate{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border:1px solid rgba(14,18,22,.35);border-left:4px solid var(--hh-blue);font-weight:800;font-size:14px;color:var(--hh-ink);background:#fff}
.hh-plate:hover{border-color:var(--hh-blue);color:#9A1C13;text-decoration:none}
.hh-plate--solid{background:var(--hh-ink);color:#fff;border-color:var(--hh-ink)}
.hh-plate--solid:hover{background:var(--hh-blue);border-color:var(--hh-blue);color:#fff}
@media (min-width:900px) and (max-width:1199px){.hh-idband__logo img{width:160px;height:160px}}
@media (max-width:899px){.hh-tlbar__lead{display:none}.hh-tlbar__track{animation-duration:48s}.hh-idband{grid-template-columns:auto 1fr auto;padding:10px 14px;gap:10px}.hh-idband::before{display:none}.hh-idband__socials{display:none}.hh-idband__logo img{width:124px;height:124px}.hh-idband__desc{display:none}.hh-idband__utils .hh-plate{display:none}}
@media (min-width:600px) and (max-width:899px){.hh-idband__logo img{width:150px;height:150px}}
@media (max-width:379px){.hh-idband__logo img{width:112px;height:112px}}
@media (prefers-reduced-motion:reduce){.hh-tlbar__track{animation:none}.hh-tlbar__eq i{animation:none}.hh-tlbar__set--dup{display:none}}
.hh-footprov{font-size:12px;color:#A4928C;display:block;margin-top:6px}
.hh-footlinks{display:flex;flex-wrap:wrap;gap:2px 0;margin:0 0 10px}
.hh-footlinks a{font-size:13.5px;font-weight:800;letter-spacing:.04em;padding:3px 13px;color:#fff}
.hh-footlinks a:first-child{padding-left:0}
.hh-footlinks a+a{border-left:1.5px solid #3A4048}
.hh-footlinks a:hover{color:#F65045;text-decoration:none}
/* Answer-first block (§4.1) */
.hh-answer{border:2px solid var(--hh-ink);border-left:6px solid var(--hh-blue);border-radius:14px;background:#fff;padding:16px 18px;margin:0 0 20px;box-shadow:0 3px 0 rgba(14,18,22,.12)}
.hh-answer h2{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#59636D;margin:0 0 8px}
.hh-answer dl{margin:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px 14px}
.hh-answer dt{font-size:11.5px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--hh-blue-ink);padding-top:2px}
.hh-answer dd{margin:0;font-size:16px;line-height:1.5;color:#2E2E30}
.hh-answer__verify{margin:12px 0 0;padding-top:10px;border-top:1px solid var(--hh-line);font-size:13px;color:#59636D}
@media (max-width:599px){.hh-answer dl{grid-template-columns:1fr;gap:2px}.hh-answer dt{margin-top:8px}}
@media (min-width:900px){.hh-idband .hh-searchbtn{display:none}}
.hh-idband__left{display:flex;align-items:center;gap:8px;justify-self:start}
/* header v3 — MusicHaven header system, RapHaven-skinned */
.hh-topsocials{display:flex;justify-content:center;align-items:center;gap:22px;padding:14px 12px;background:#fff;border-bottom:1px solid #2E353B}
.hh-topsocials a{width:104px;height:104px;border-radius:50%;border:2px solid var(--hh-ink);display:grid;place-items:center;overflow:hidden;background:#fff;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}
.hh-topsocials a img{width:100%;height:100%;object-fit:cover;display:block}
.hh-topsocials a:hover{transform:translateY(-2px);border-color:var(--hh-blue);box-shadow:0 8px 18px rgba(154,28,19,.28)}
@media (max-width:899px){.hh-topsocials{gap:14px;padding:10px}.hh-topsocials a{width:64px;height:64px}}
@media (max-width:430px){.hh-topsocials{gap:10px}.hh-topsocials a{width:56px;height:56px;border-width:1.5px}}
@media (max-width:359px){.hh-topsocials{gap:8px}.hh-topsocials a{width:48px;height:48px}}
.hh-upl{border:2px dashed rgba(246,80,69,.6);border-radius:14px;padding:14px;text-align:center;color:#D2B7AF;font-size:13.5px;margin-top:14px;font-weight:600}
.hh-upl input{display:none}
.hh-upl label{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border:2px solid #fff;color:#fff;font-weight:800;cursor:pointer;margin-bottom:8px}
.hh-upl label:hover{border-color:var(--hh-blue-bright);color:var(--hh-blue-bright)}
.hh-nmf-media video,.hh-nmf-media img{width:100%;border-radius:18px;display:block;box-shadow:0 18px 40px rgba(0,0,0,.35)}
.hh-tlwrap{padding:10px 12px 0;background:#fff}
.hh-band{background:#FFFFFF;border-bottom:1px solid rgba(154,28,19,.35)}
.hh-band .mh-brandband__bannerimg{width:auto;max-width:100%;height:340px;object-fit:contain;margin:0 auto;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.hh-band .mh-brandband__banner{display:flex;justify-content:center}
.mh-utilitybar{background:#fff;position:relative}
.hh-tipbubble{position:absolute;left:20px;top:50%;transform:translateY(-56%) rotate(-3deg);background:#fff;border:2px solid var(--hh-ink);color:var(--hh-ink);font-weight:900;font-size:14px;letter-spacing:.02em;padding:10px 18px;border-radius:14px;min-height:44px;display:inline-flex;align-items:center;gap:6px;box-shadow:0 5px 0 rgba(154,28,19,.4);text-decoration:none;z-index:2}
.hh-tipbubble:hover{color:#9A1C13;border-color:#C82318;text-decoration:none;transform:translateY(-60%) rotate(-3deg)}
.hh-tipbubble::after{content:"";position:absolute;left:20px;bottom:-12px;width:0;height:0;border:12px solid transparent;border-top-color:var(--hh-ink);border-bottom:0}
.hh-tipbubble::before{content:"";position:absolute;left:23px;bottom:-8px;width:0;height:0;border:9px solid transparent;border-top-color:#fff;border-bottom:0;z-index:1}
.hh-tipbubble:hover::after{border-top-color:#C82318}
.hh-menupill{display:none}
.hh-cattabs{border-top:1px solid #2E353B;border-bottom:1px solid #2E353B}
.hh-cattabs .mh-genrepicker{flex-wrap:wrap;justify-content:center}
.hh-cattabs .mh-genrepill{text-decoration:none}
.hh-artisttags{padding:8px 16px 10px;background:#fff;border-bottom:1px solid #2E353B}
.hh-artisttags__label{display:block;text-align:center;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#9A1C13;margin:0 0 6px}
.hh-artisttags__row{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;max-width:1240px;margin:0 auto}
.hh-artisttags__row .mh-chip{justify-content:center;text-align:center;min-height:44px;font-size:12.5px;white-space:normal;padding:5px 8px;text-decoration:none;background:#fff;border:2px solid rgba(246,80,69,.9);border-radius:999px;color:#9A1C13;font-weight:800;box-shadow:0 8px 16px rgba(58,10,8,.16),0 3px 0 rgba(122,21,14,.5),inset 0 1px 0 rgba(255,255,255,.7);transition:transform .16s ease,box-shadow .16s ease}
.hh-artisttags__row .mh-chip:hover{transform:translateY(-2px);color:#C82318;text-decoration:none}
/* TL legibility */
.hh-tlwrap .mh-pulsebar__inner{min-height:56px}
.hh-tlwrap .mh-pulsebar__label{font-size:13.5px}
.hh-tlwrap .mh-ticker__lead{font-size:16px}
.hh-tlwrap .mh-ticker__item{font-size:15px}
@media (max-width:899px){.hh-tlwrap{padding:0}.hh-tlwrap .mh-pulsebar{border-radius:0;border-left:0;border-right:0}.hh-band .mh-brandband__bannerimg{height:200px}.hh-menupill{display:inline-flex}.hh-artisttags__row{grid-template-columns:repeat(4,1fr)}.hh-tlwrap .mh-ticker__lead,.hh-tlwrap .mh-ticker__item{font-size:14.5px}.hh-tipbubble{position:static;transform:rotate(-2deg);margin:4px 10px 8px 4px}.hh-tipbubble:hover{transform:rotate(-2deg)}}
@media (min-width:600px) and (max-width:899px){.hh-band .mh-brandband__bannerimg{height:260px}}
@media (max-width:379px){.hh-band .mh-brandband__bannerimg{height:170px}}
/* header */
.hh-brandbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;padding-bottom:22px}
.hh-logo-lockup{display:flex;align-items:center;gap:18px;color:var(--hh-ink)}.hh-logo-lockup:hover{text-decoration:none;color:var(--hh-ink)}
.hh-logo{width:104px;height:104px;object-fit:contain}
.hh-sitetitle{display:block;font-size:40px;font-weight:900;letter-spacing:-0.01em;line-height:1}
.hh-sitedesc{display:block;margin-top:6px;color:var(--hh-mut);font-size:14.5px}
.hh-utils{display:flex;align-items:center;gap:12px}
.hh-searchbtn,.hh-menubtn{background:#fff;border:1px solid rgba(14,18,22,.35);min-height:44px;min-width:44px;padding:0 14px;font-size:15px;font-weight:800}
.hh-searchbtn:hover,.hh-menubtn:hover{border-color:var(--hh-blue);color:#9A1C13}
.hh-tipline{font-weight:700;padding:10px 6px;min-height:44px;display:inline-flex;align-items:center}
.hh-subscribe{background:var(--hh-blue);color:#fff;font-weight:800;padding:0 18px;min-height:44px;display:inline-flex;align-items:center}
.hh-subscribe:hover{background:var(--hh-blue-bright);color:#fff;text-decoration:none}
.hh-search{border-top:1px solid var(--hh-line);background:#F9F7F6}
.hh-search form{display:flex;gap:10px;padding-top:14px;padding-bottom:14px;align-items:center}
.hh-search input{flex:1;min-height:44px;border:1px solid var(--hh-line);padding:0 12px;font-size:16px}
.hh-search button{min-height:44px;padding:0 16px;border:1px solid var(--hh-ink);background:var(--hh-ink);color:#fff;font-weight:700}
.hh-search .hh-search-close{background:#fff;color:var(--hh-ink)}
.hh-nav{background:#fff;border-top:1px solid #2E353B;border-bottom:1px solid #2E353B}
.hh-nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px}
.hh-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}
.hh-nav ul a{display:block;color:var(--hh-ink);font-weight:800;font-size:14.5px;padding:13px 15px;text-transform:uppercase;letter-spacing:.06em}
.hh-nav ul a:hover{color:#9A1C13;box-shadow:inset 0 -3px 0 var(--hh-blue);text-decoration:none;background:none}
.hh-nav ul a[aria-current]{color:#9A1C13;box-shadow:inset 0 -3px 0 var(--hh-blue);background:rgba(217,42,32,.07)}
.hh-socials{display:flex;gap:8px;align-items:center}
.hh-socials a{width:30px;height:30px;border-radius:50%;background:#2A3138;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800}
.hh-socials a:hover{background:var(--hh-blue);text-decoration:none;color:#fff}
/* drawer */
.hh-drawer{position:fixed;inset:0;background:rgba(14,18,22,.55);z-index:60}
.hh-drawer-panel{background:#fff;width:min(360px,88vw);height:100%;margin-left:auto;padding:20px;overflow:auto}
.hh-drawer-panel nav a{display:block;padding:13px 8px;font-size:18px;font-weight:800;color:var(--hh-ink);border-bottom:1px solid var(--hh-line);text-transform:uppercase}
.hh-drawer-close{margin-bottom:14px}
.hh-drawer-panel .hh-subscribe,.hh-drawer-panel .hh-tipline{margin-top:14px;display:inline-flex}
.hh-drawer-panel .hh-socials{display:flex;gap:8px;margin-top:16px}
.hh-drawer-panel .hh-socials a{width:44px;height:44px;border-radius:50%;border:1px solid rgba(14,18,22,.28);background:#fff;color:var(--hh-ink);display:grid;place-items:center;font-size:13.5px;font-weight:800}
.hh-drawer-panel .hh-socials a:hover{background:var(--hh-blue);border-color:var(--hh-blue);color:#fff}
/* layout */
.hh-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:40px;padding-top:12px;padding-bottom:50px}
.hh-main{min-width:0}
.hh-cats{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 8px;padding:0}
.hh-cats a{background:var(--hh-blue);color:#fff;font-size:12.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:4px 9px}
.hh-cats a:hover{background:var(--hh-ink);text-decoration:none;color:#fff}
.hh-media{margin:0 0 14px;aspect-ratio:16/9;overflow:hidden;background:#F4EFED}
.hh-media img{width:100%;height:100%;object-fit:cover}
.hh-media.imgfail{background:var(--hh-blue);display:grid;place-items:center}
.hh-media.imgfail img{display:none}
.hh-media.imgfail::after{content:attr(data-t);font-weight:900;color:#fff;font-size:clamp(26px,3.4vw,54px);letter-spacing:.01em;text-transform:uppercase;padding:18px;text-align:center;line-height:1.04}
.hh-meta{color:var(--hh-mut);font-size:15.5px;margin:8px 0 0}
.hh-lead{margin-bottom:44px}
.hh-lead .hh-title{font-size:clamp(30px,3.4vw,46px);line-height:1.08;font-weight:900;letter-spacing:-0.015em;margin:6px 0 10px}
.hh-lead .hh-dek{font-size:18.5px;color:#2A333B;margin:0}
.hh-title a{color:var(--hh-ink)}.hh-title a:hover{color:var(--hh-blue);text-decoration:none}
.hh-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px 32px}
.hh-card{transition:transform .2s cubic-bezier(.2,.8,.2,1)}
.hh-card:hover{transform:translateY(-2px)}
.hh-card .hh-title{font-size:25px;line-height:1.18;font-weight:900;letter-spacing:-0.01em;margin:6px 0 0}
/* sidebar
   BLANK-SPACE FIX (2026-08-27): a grid item defaults to align-self:stretch, so this column
   was stretching to the full height of the tall main column — measured 9784px tall for 843px
   of content on the homepage (an ~8941px dead cavity beside the stream). The sidebar now
   sizes from its own content; the border-left is drawn by a pseudo-element that still spans
   the row so the approved rule stays full-height. No negative margins, no max-height, no clipping. */
.hh-sidebar{position:relative;align-self:start;padding-left:32px}
.hh-sidebar::before{content:"";position:absolute;left:0;top:0;bottom:calc(-1 * var(--hh-sidebar-runout, 0px));width:1px;background:var(--hh-line)}
.hh-widget{margin-bottom:34px}
.hh-widget h2{font-size:19px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;border-bottom:3px solid var(--hh-ink);padding-bottom:8px;margin:0 0 14px}
.hh-widget ul{list-style:none;margin:0;padding:0}
.hh-widget li{padding:9px 0;border-bottom:1px solid var(--hh-line)}
.hh-widget li a{color:var(--hh-ink);font-weight:700;font-size:15.5px;line-height:1.3}
.hh-widget li a:hover{color:var(--hh-blue)}
.hh-widget .hh-count{color:var(--hh-mut);font-weight:400}
.hh-widget form{display:flex;gap:8px}
.hh-widget input{flex:1;min-height:44px;border:1px solid var(--hh-line);padding:0 10px;font-size:15px;min-width:0}
.hh-widget form button{min-height:44px;padding:0 14px;background:var(--hh-ink);color:#fff;border:0;font-weight:700}
/* dark bands — two-column, no dead right side */
.hh-bandgrid{display:grid;grid-template-columns:1.05fr 1fr;gap:38px;align-items:center}
@media (max-width:899px){.hh-bandgrid{grid-template-columns:1fr;gap:22px}}
.hh-poster--band{background:linear-gradient(135deg,#F65045,#E32219 55%,#C82318);aspect-ratio:16/10;width:100%;height:auto;border-radius:18px;box-shadow:0 18px 40px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.25)}
.hh-steps{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:8px}
.hh-steps li{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px;color:#E3D9D5}
.hh-steps li b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--hh-blue);color:#fff;font-size:13.5px;flex:none}
.hh-bandgrid .hh-services{max-width:none;margin:0}
@media (min-width:900px) and (max-width:1120px){.hh-chip{font-size:12.5px}}
/* expansion modules — MusicHaven Edge language, RapHaven tokens (frozen first screen untouched) */
.hh-mod{padding:46px 0;border-top:1px solid var(--hh-line)}
.hh-mod.hh-dark{border-top:0;border-radius:28px;padding:42px 36px;margin:30px 0 4px;border:1.5px solid rgba(246,80,69,.4);box-shadow:0 24px 50px rgba(58,10,8,.22),0 4px 0 rgba(154,28,19,.4),inset 0 1px 0 rgba(255,255,255,.1)}
.hh-kicker{color:var(--hh-blue);font-size:13.5px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;margin:0 0 10px}
.hh-mod h2{font-size:clamp(26px,2.6vw,36px);font-weight:900;letter-spacing:-0.01em;line-height:1.08;margin:0 0 8px}
.hh-mod .hh-modnote{color:var(--hh-mut);font-size:14px;margin:14px 0 0}
.hh-dark{background:var(--hh-ink);color:#fff}
.hh-dark h2,.hh-dark .hh-title a{color:#fff}
.hh-dark .hh-modnote{color:#D2B7AF;font-weight:600}
.hh-mod.hh-dark>.hh-bandgrid p:not(.hh-kicker):not(.hh-poster__kicker):not(.hh-poster__big):not(.hh-modnote){color:#F8EEEA;font-weight:600}
.hh-steps li{color:#F8EEEA}
.hh-btn{display:inline-flex;align-items:center;min-height:46px;padding:0 24px;background:var(--hh-blue);color:#fff;font-weight:800;font-size:15.5px;border:0;border-radius:999px;box-shadow:0 3px 0 #9A1C13,0 10px 22px rgba(154,28,19,.3),inset 0 1px 0 rgba(255,255,255,.35);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
.hh-btn:hover{background:var(--hh-blue-bright);color:#fff;text-decoration:none;transform:translateY(-2px);filter:brightness(1.04)}
.hh-btn:active{transform:translateY(1px) scale(.99);box-shadow:0 1px 0 #9A1C13,0 5px 12px rgba(154,28,19,.3),inset 0 1px 0 rgba(255,255,255,.35)}
.hh-btn--xl{min-height:64px;padding:0 36px;font-size:22px;font-weight:900;letter-spacing:.02em;text-shadow:0 2px 0 rgba(122,21,14,.55);box-shadow:0 4px 0 #9A1C13,0 14px 28px rgba(154,28,19,.35),inset 0 2px 0 rgba(255,255,255,.4)}
.hh-btn--ghost{background:transparent;border:2px solid currentColor;color:inherit}
.hh-btn--ghost:hover{background:rgba(217,42,32,.12)}
.hh-save{min-height:44px;padding:0 16px;border:2px solid var(--hh-ink);background:#fff;font-weight:800;font-size:14.5px;color:var(--hh-ink)}
a.hh-save{display:inline-flex;align-items:center;text-decoration:none}
a.hh-save:hover{color:#9A1C13;border-color:var(--hh-blue);text-decoration:none}
.hh-save.is-on{background:var(--hh-blue);border-color:var(--hh-blue);color:#fff}
a.hh-save.is-on:hover{color:#fff}
.hh-dark .hh-save{border-color:#fff;background:transparent;color:#fff}
.hh-dark .hh-save.is-on{background:var(--hh-blue);border-color:var(--hh-blue)}
/* typography posters — complete compositions, never a music-note tile */
.hh-poster{display:flex;flex-direction:column;justify-content:space-between;background:var(--hh-blue);color:#fff;aspect-ratio:16/9;padding:18px;border-radius:10px;overflow:hidden;margin:0 0 4px}
.hh-poster--ink{background:var(--hh-ink)}.hh-poster--ink .hh-poster__big{color:var(--hh-blue-bright)}
.hh-poster__kicker{font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;opacity:.9;margin:0}
.hh-poster__big{font-weight:900;font-size:clamp(28px,2.6vw,42px);line-height:.98;text-transform:uppercase;letter-spacing:-0.01em;margin:8px 0 0;text-wrap:balance}
.hh-poster__rule{height:4px;background:currentColor;width:38%;margin:12px 0 0}
.hh-poster__num{position:absolute;display:none}
.hh-statelabel{font-size:12px;color:var(--hh-mut);font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:10px 0 0}
.demo-focus{outline:3px solid var(--hh-blue-bright);outline-offset:2px}
.hh-facnote{font-size:14.5px;color:var(--hh-mut);margin:6px 0 0}
/* flip */
.hh-flipbtn__u{color:#F65045;font-weight:900;margin-left:10px;font-size:1.9em;line-height:1;display:inline-flex;align-items:center}
.hh-extglyph{margin-left:10px;font-size:1.25em;line-height:1;display:inline-flex;align-items:center;font-weight:900}
.hh-flipbtn--hero{font-size:19px!important;font-weight:900;letter-spacing:.01em;line-height:1.05;padding:10px 16px;text-align:left}
.hh-back .hh-readlink--top{display:inline-flex;align-items:center;flex-wrap:wrap;font-size:19px;font-weight:900;line-height:1.05;margin:0;color:#F65045}
/* article — dominant Read The Full Story block, sits directly under the headline */
.hh-readblock{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:14px;margin:14px 0 22px;padding:24px 26px;border:3px solid var(--hh-blue);border-radius:18px;background:linear-gradient(135deg,#151C22,#0E1216 60%);box-shadow:10px 10px 0 0 #9A1C13,0 20px 40px rgba(14,4,4,.28);font-family:'Arial Black','Helvetica Neue',Impact,sans-serif}
.hh-readblock__note{margin:0;font-size:15px;line-height:1.5;color:#D2B7AF;font-weight:400;font-family:var(--hh-font)}
.hh-readblock__cta{width:100%;justify-content:center;font-family:inherit!important;font-size:32px!important;letter-spacing:.01em;min-height:88px;padding:0 28px;text-align:center}
.hh-readblock__ext{color:#BDA69F;font-size:13px;font-family:var(--hh-font);text-align:center}
@media (max-width:699px){.hh-readblock{padding:20px}.hh-readblock__cta{font-size:23px!important;min-height:70px;padding:0 16px}}
/* article — dominant Read The Story block (flip-card weight, impossible to scroll past) */
.hh-readblock{position:relative;margin:22px 0 26px;padding:30px 32px;border-radius:22px;background:linear-gradient(135deg,#151C22,#0E1216 60%);border:1.5px solid rgba(246,80,69,.55);box-shadow:0 22px 46px rgba(14,4,4,.3),0 4px 0 rgba(154,28,19,.55);display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.hh-readblock__note{margin:0;font-size:15px;color:#D2B7AF;font-weight:600}
.hh-readblock__cta{font-size:27px!important;min-height:78px;padding:0 40px}
.hh-readblock__ext{color:#BDA69F;font-size:13.5px}
@media (max-width:599px){.hh-readblock{padding:24px 20px}.hh-readblock__cta{font-size:22px!important;min-height:66px;padding:0 26px}}
.hh-fliprow{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(330px,100%),1fr));gap:26px;margin-top:24px;
 align-items:start}   /* NO ROW STRETCH: a shorter card ends after its own pill */
.hh-front .hh-media{margin-bottom:4px;border-radius:10px}
.hh-flipcard{perspective:1400px;transition:transform .2s cubic-bezier(.2,.8,.2,1)}
/* HEIGHT LAW: the 500/520px minimums were the cavity — ordinary FlipCards are content-fit. */
.hh-flipcard:hover{transform:translateY(-3px)}
.hh-flipinner{position:relative;transform-style:preserve-3d;transition:transform .34s cubic-bezier(.2,.8,.2,1)}
/* CANONICAL PHYSICAL FLIP (restored 2026-08-28) — the approved rotation, unchanged physics.
   Both faces stay mounted in one fixed stage for the entire turn; backface-visibility decides
   which one paints. The earlier blank face came from hiding the outgoing face with the `hidden`
   attribute mid-turn, NOT from the rotation — so the hiding is gone and the rotation is back.
   No crossfade, no opacity swap, no remount, no collapse, no mirrored text. */
.hh-flipcard.flipped .hh-flipinner{transform:rotateY(180deg)}
@media (prefers-reduced-motion:reduce){.hh-flipinner{transition:none}}
.hh-face{backface-visibility:hidden;-webkit-backface-visibility:hidden;border:2.5px solid var(--hh-blue);border-radius:18px;background:#fff;padding:18px;display:flex;flex-direction:column;--hh-gap:10px;gap:var(--hh-gap);padding-bottom:13.5px;box-shadow:0 16px 38px rgba(58,10,8,.12),0 3px 0 rgba(154,28,19,.25),inset 0 1px 0 rgba(255,255,255,.5)}
/* SPACING LEDGER: margin-top:auto turned unused card height into a cavity between the excerpt and
   the control. Normal flow now; leftover height falls BELOW the control. Face gap is 10px, so the
   ledger's 16px copy→control distance is gap + 6. */
.hh-front .hh-flipbtn{margin-top:calc(16px - var(--hh-gap,10px));width:100%;justify-content:center;text-align:center}
.hh-back{position:absolute;inset:0;transform:rotateY(180deg);background:var(--hh-ink);color:#fff;border-color:var(--hh-blue);overflow:auto;justify-content:flex-start;--hh-gap:12px;gap:var(--hh-gap)}
.hh-back .hh-dek{font-size:19.5px;line-height:1.5;margin:0}
.hh-back .hh-readlink--top{order:-1;width:100%;justify-content:center;text-align:center;border:2.5px solid var(--hh-blue);border-radius:12px;padding:14px 12px;background:rgba(217,42,32,.1)}
.hh-back .hh-readlink--top:hover{background:rgba(217,42,32,.22);text-decoration:none}
.hh-back .hh-meta{margin-top:2px}          /* 10px gap + 2 = 12px excerpt → metadata */
.hh-back .hh-flipbtn{width:100%;justify-content:center}
.hh-back .hh-meta{color:#BDA69F}
.hh-flipbtn{margin-top:0;min-height:46px;border:2.5px solid var(--hh-blue);background:#fff;font-weight:800;font-size:15px;display:flex;align-items:center}
.hh-flipbtn--hero{min-height:56px;flex:none}
.hh-back .hh-media{margin:0 0 4px;border-radius:10px;flex:none}
.hh-back .hh-readlink--top{padding:11px 12px}
.hh-back .hh-dek{font-size:16px;line-height:1.45}
.hh-front .hh-title{margin-bottom:2px}
.hh-front .hh-dek{font-size:16px;line-height:1.5;color:#3C464E;margin:0}
.hh-back .hh-flipbtn{border-color:#fff;background:transparent;color:#fff}
.hh-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:6px}
.hh-readlink{font-weight:800}
.hh-back .hh-readlink{color:var(--hh-blue-bright)}
.hh-ext{font-size:12px;color:var(--hh-mut)}
/* search magnifiers — 1.5× */
.mh-pulsebar__search span[aria-hidden],.mh-search-toggle span[aria-hidden],.hh-searchbtn span[aria-hidden]{font-size:2.25em;line-height:1}
.hh-search button[type=submit]{font-size:1.05em}
.hh-widget form button{font-size:16px}
.hh-kicker--xl{font-size:27px;letter-spacing:.1em}
.hh-mod--flip{text-align:center}
/* Email Delivery Plan cards — Haven pill rule: light-catching edge, inset top highlight, restrained lower shadow */
.hh-plans{display:grid;gap:14px;margin:18px 0 6px;max-width:820px}
.hh-plan{position:relative;display:block;text-align:left;width:100%;background:#fff;border:2.5px solid var(--hh-line);border-radius:20px;padding:18px 20px 18px 60px;cursor:pointer;box-shadow:0 10px 24px rgba(14,18,22,.08),0 3px 0 rgba(14,18,22,.1),inset 0 1px 0 rgba(255,255,255,.9);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.hh-plan:hover{transform:translateY(-2px);border-color:rgba(217,42,32,.5);box-shadow:0 16px 32px rgba(154,28,19,.14),0 3px 0 rgba(154,28,19,.2),inset 0 1px 0 rgba(255,255,255,.9)}
.hh-plan:active{transform:translateY(1px);box-shadow:0 5px 12px rgba(154,28,19,.16),inset 0 1px 0 rgba(255,255,255,.9)}
.hh-plan:focus-visible{outline:3px solid var(--hh-blue);outline-offset:3px}
.hh-plan__dot{position:absolute;left:20px;top:22px;width:26px;height:26px;border-radius:50%;border:3px solid var(--hh-ink);background:#fff;display:grid;place-items:center}
.hh-plan__dot::after{content:"";width:12px;height:12px;border-radius:50%;background:transparent}
.hh-plan__label{display:block;font-weight:900;font-size:20px;line-height:1.2;letter-spacing:-.01em;margin:0 0 4px;color:var(--hh-ink)}
.hh-plan__label s{text-decoration:line-through;text-decoration-thickness:2.5px;text-decoration-color:var(--hh-blue);color:#6A737B}
.hh-plan__body{display:block;font-size:15.5px;line-height:1.5;color:#3C464E;margin:0}
.hh-plan__state{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#6A737B}
.hh-plan[aria-checked="true"]{border-color:var(--hh-blue);border-width:3.5px;box-shadow:0 16px 34px rgba(154,28,19,.2),0 4px 0 #9A1C13,inset 0 1px 0 rgba(255,255,255,.9)}
.hh-plan[aria-checked="true"] .hh-plan__dot{border-color:var(--hh-blue);box-shadow:0 0 0 4px rgba(217,42,32,.16)}
.hh-plan[aria-checked="true"] .hh-plan__dot::after{background:var(--hh-blue)}
.hh-plan[aria-checked="true"] .hh-plan__state{color:#9A1C13}
.hh-plan[aria-checked="true"] .hh-plan__state::before{content:"\2713";font-size:15px;line-height:1}
.hh-nospam{border-left:5px solid var(--hh-blue);background:#FCEEEA;padding:14px 16px;margin:14px 0 4px;max-width:820px;font-size:16px;line-height:1.5;font-weight:700;color:#2A333B}
.hh-optins{display:grid;gap:10px;margin:14px 0 0;max-width:820px}
.hh-optin{display:flex;align-items:flex-start;gap:12px;border:2px solid var(--hh-line);border-radius:14px;padding:12px 14px;background:#fff;font-size:15.5px;font-weight:700;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 2px 0 rgba(14,18,22,.07)}
.hh-optin:hover{border-color:rgba(217,42,32,.5)}
.hh-optin input{width:24px;height:24px;flex:none;margin:0;accent-color:var(--hh-blue)}
.hh-optin span small{display:block;font-weight:400;font-size:13.5px;color:var(--hh-mut);margin-top:2px}
@media (max-width:599px){.hh-plan{padding:16px 16px 16px 54px}.hh-plan__label{font-size:18px}.hh-plan__dot{left:16px;top:19px}}
.hh-ribbonbar{display:inline-flex;align-items:stretch;justify-content:center;margin:0 0 14px;text-decoration:none;filter:drop-shadow(0 10px 20px rgba(154,28,19,.32))}
.hh-ribbonbar:hover{text-decoration:none}
.hh-ribbonbar__tail{width:34px;background:#9A1C13;flex:none;align-self:stretch;margin-top:12px}
.hh-ribbonbar__tail--l{clip-path:polygon(0 0,100% 0,100% 100%,0 100%,42% 50%)}
.hh-ribbonbar__tail--r{clip-path:polygon(0 0,100% 0,58% 50%,100% 100%,0 100%)}
.hh-ribbonbar__title{display:flex;align-items:center;background:linear-gradient(180deg,#EE3A2E,var(--hh-blue) 52%,#B8231A);color:#fff;font-weight:900;font-style:italic;font-size:clamp(30px,3.6vw,46px);line-height:1;letter-spacing:.02em;text-transform:uppercase;padding:16px 34px;transform:skewX(-8deg);box-shadow:inset 0 2px 0 rgba(255,255,255,.4),inset 0 -4px 0 rgba(90,12,6,.35)}
.hh-ribbonbar__title{text-shadow:3px 3px 0 rgba(11,13,16,.45)}
.hh-ribbonbar:hover .hh-ribbonbar__title{background:linear-gradient(180deg,#F65045,#EE3A2E 52%,#C82318)}
.hh-ribbonbar:focus-visible{outline:3px solid var(--hh-ink);outline-offset:4px}
@media (max-width:599px){.hh-ribbonbar__tail{width:22px;margin-top:8px}.hh-ribbonbar__title{padding:12px 20px}}
.hh-ribbon{margin:0 0 10px;line-height:0;display:none}
.hh-ribbon__in{position:relative;display:inline-block;background:linear-gradient(180deg,#EE3A2E,var(--hh-blue) 55%,#C82318);color:#fff;font-weight:900;font-size:15px;letter-spacing:.22em;text-transform:uppercase;padding:11px 30px;line-height:1;box-shadow:0 6px 16px rgba(154,28,19,.35),inset 0 1px 0 rgba(255,255,255,.35)}
.hh-ribbon__in::before,.hh-ribbon__in::after{content:"";position:absolute;top:0;bottom:0;width:16px;background:inherit}
.hh-ribbon__in::before{left:-16px;clip-path:polygon(0 0,100% 0,100% 100%,0 100%,45% 50%)}
.hh-ribbon__in::after{right:-16px;clip-path:polygon(0 0,100% 0,55% 50%,100% 100%,0 100%)}
.hh-mod--flip .hh-kicker{margin-bottom:2px}
.hh-mod--flip h2{font-size:18px!important;line-height:1.2;margin:0 auto;letter-spacing:.01em}
.hh-flipsub{display:inline-block;font-style:italic;font-weight:900;font-size:26px;line-height:1.05;text-transform:uppercase;letter-spacing:.055em;transform:skewX(-6deg);color:var(--hh-ink);padding:0 2px 5px;border-bottom:4px solid var(--hh-blue)}
.hh-flipsub em{font-style:italic;color:var(--hh-blue);text-shadow:2px 2px 0 rgba(217,42,32,.18)}
.hh-mod--flip .hh-fliprow,.hh-mod--flip .hh-modnote{text-align:left}
.hh-mod--flip .hh-fliprow{margin-top:18px}
.hh-widget input::placeholder{font-weight:900;color:#2A333B;letter-spacing:.01em}
/* orbit */
.hh-orbitsearch{position:relative;display:flex;align-items:center;gap:10px;margin:16px 0 4px;max-width:760px;border:2px solid var(--hh-ink);background:#fff;padding:0 16px;min-height:72px}
.hh-orbitsearch__icon{font-size:62px;line-height:1;color:var(--hh-blue);flex:none}
.hh-orbitsearch input{flex:1;border:0;outline:0;min-height:52px;font-size:16.5px;font-family:var(--hh-font);background:transparent;min-width:0;font-weight:800;letter-spacing:.02em}
.hh-orbitsearch input::placeholder{color:#7C858C;font-weight:800}
.hh-orbitempty{margin:16px 0 0;font-size:15.5px;color:var(--hh-mut)}
.hh-orbitgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;margin-top:22px}
.hh-artist{border:0;box-shadow:none;background:transparent;overflow:visible;padding:0 0 8px;text-align:center;transition:transform .2s cubic-bezier(.2,.8,.2,1)}
.hh-artist:hover{transform:translateY(-3px)}
.hh-artist .hh-init{background:#fff;color:var(--hh-ink);border:3px solid var(--hh-blue);font-weight:900;font-size:42px;display:grid;place-items:center;width:132px;height:132px;border-radius:50%;margin:4px auto 0;letter-spacing:.02em;box-shadow:0 6px 16px rgba(217,42,32,.3)}
.hh-artist h3{font-size:18px;font-weight:900;margin:12px 6px 8px;line-height:1.15}
/* services */
.hh-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(172px,1fr));gap:10px;margin:18px 0 22px;max-width:760px}
.hh-chip{display:flex;align-items:center;gap:8px;background:#fff;color:var(--hh-ink);border:1px solid var(--hh-line);padding:6px 10px 6px 6px;font-weight:700;font-size:13px;line-height:1.15;min-height:44px;width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hh-chip img{flex:none}
.hh-chip img{width:32px;height:32px;object-fit:contain;background:#fff;padding:2px}
/* Haven ID service pills — real controls, not decoration */
.hh-chip--svc{cursor:pointer;text-align:left;gap:10px;border-width:2px;border-radius:999px;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;box-shadow:inset 0 1px 0 #fff,0 2px 0 rgba(14,18,22,.1)}
.hh-chip--svc:hover{transform:translateY(-2px);border-color:var(--hh-blue-border)}
.hh-chip--svc:active{transform:translateY(1px);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(14,18,22,.1)}
.hh-chip--svc:focus-visible{outline:3px solid var(--hh-blue);outline-offset:2px}
.hh-chip__name{flex:1;min-width:0}
.hh-chip__state{font-size:10.5px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--hh-mut);white-space:nowrap}
.hh-chip--svc.is-on{border-color:var(--hh-blue);box-shadow:inset 0 1px 0 #fff,0 3px 0 var(--hh-blue-deep)}
.hh-chip--svc.is-on .hh-chip__state{color:var(--hh-blue-ink)}
.hh-chip--svc.is-primary{background:var(--hh-ink);color:#fff}
.hh-chip--svc.is-primary .hh-chip__state{color:#F65045}
/* newsletter */
.hh-newsform{display:flex;gap:10px;max-width:520px;margin-top:18px}
.hh-newsform input{flex:1;min-height:46px;border:1px solid var(--hh-line);padding:0 12px;font-size:16px;min-width:0}
/* category columns */
.hh-catcols{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:22px}
.hh-catcol h3{font-size:17px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;border-bottom:3px solid var(--hh-blue);padding-bottom:8px;margin:0 0 6px}
.hh-catcol ul{list-style:none;margin:0;padding:0}
.hh-catcol li{padding:10px 0;border-bottom:1px solid var(--hh-line)}
.hh-catcol li a{color:var(--hh-ink);font-weight:700;font-size:15.5px;line-height:1.3}
/* footer */
.hh-footer{background:var(--hh-ink);color:#CDBCB9;margin-top:20px}
.hh-footer .wrap{padding-top:26px;padding-bottom:26px;display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;font-size:14px}
.hh-footer a{color:#fff}
.hh-footsocials{display:flex;justify-content:center;align-items:center;gap:18px;width:100%;padding:4px 0 18px;border-bottom:1px solid rgba(255,255,255,.14);margin-bottom:16px}
.hh-footsocials a{width:64px;height:64px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#fff;border:2px solid rgba(255,255,255,.5);transition:transform .16s ease,border-color .16s ease}
.hh-footsocials a img{width:100%;height:100%;object-fit:cover;display:block}
.hh-footsocials a:hover{transform:translateY(-2px);border-color:var(--hh-blue-bright)}
@media (max-width:599px){.hh-footsocials{gap:12px}.hh-footsocials a{width:52px;height:52px}}
/* newsletter — Stay Connected detail */
.hh-signupnote{margin-top:22px;padding:18px 20px;border-left:5px solid var(--hh-blue);background:#FAF3F1;max-width:660px}
.hh-signupnote__h{margin:0 0 8px;font-size:13.5px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#9A1C13}
.hh-signuplist{margin:0;padding-left:20px;font-size:15.5px;line-height:1.55;color:#2A333B}
.hh-signuplist li{margin:5px 0}
/* app bar */
.hh-appbar{display:none}
body.expanded .hh-appbar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(180deg,#152028 0%,#0E1216 100%);border-top:1.5px solid rgba(246,80,69,.5);box-shadow:0 -10px 30px rgba(14,4,4,.4);display:flex;z-index:50;padding-bottom:env(safe-area-inset-bottom)}
.hh-appbar button{flex:1;background:none;border:0;color:#fff;font-size:12.5px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;min-height:76px;border-top:4px solid transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-shadow:0 1px 0 rgba(0,0,0,.5)}
.hh-appbar__glyph{font-size:2.85em;line-height:1;display:block}
@media (max-width:359px){.hh-appbar button{font-size:11px;letter-spacing:.06em}}
.hh-appbar button[aria-current]{border-top-color:var(--hh-blue-bright);color:var(--hh-blue-bright)}
body.expanded.narrow-pad main{padding-bottom:96px}
@media (min-width:900px){body.expanded .hh-appbar{display:none!important}}
/* toast */
.hh-toast{position:fixed;left:50%;transform:translateX(-50%);bottom:76px;background:var(--hh-ink);color:#fff;padding:12px 18px;font-size:14.5px;z-index:70;max-width:92vw;text-align:center;border-left:4px solid var(--hh-blue-bright)}
/* responsive */
html,body{overflow-x:hidden}
@media (max-width:899px){.mh-utilitybar{flex-wrap:wrap;justify-content:center}.mh-genrebar__inner{overflow:visible}.mh-genrepicker{flex-wrap:wrap;justify-content:center;overflow:visible}}
@media (max-width:1023px){.hh-layout{grid-template-columns:1fr}.hh-sidebar{padding-left:0;border-top:3px solid var(--hh-ink);padding-top:26px}.hh-sidebar::before{display:none}}
@media (min-width:900px){.hh-menubtn{display:none}}
@media (max-width:899px){.hh-nav{display:none}.hh-tipline{display:none}.hh-searchbtn span{display:none}.hh-brandbar{padding-top:14px;padding-bottom:14px}.hh-logo{width:72px;height:72px}.hh-sitetitle{font-size:27px}.hh-sitedesc{font-size:12.5px}}
@media (max-width:699px){.hh-grid{grid-template-columns:1fr}.hh-catcols{grid-template-columns:1fr}.hh-subscribe{display:none}.hh-drawer-panel .hh-subscribe{display:inline-flex}.hh-lead .hh-title{font-size:30px}.hh-card .hh-title{font-size:22px}.hh-hubgrid{grid-template-columns:1fr!important}}
@media (max-width:379px){.wrap{padding-left:14px;padding-right:14px}.hh-brandbar{flex-wrap:wrap;gap:10px}.hh-logo{width:56px;height:56px}.hh-sitetitle{font-size:21px}.hh-sitedesc{font-size:11px}.hh-utils{gap:8px}.hh-mod.hh-dark{padding:32px 20px}.hh-provenance{font-size:11.5px;padding:6px 12px}}
/* QA sweep 320→1920: chrome controls raised to meet WCAG 2.5.8 target minimum (Haven aims 44 where layout permits) */
.mh-pulsebar__label{min-height:44px}
.mh-ticker{min-height:44px}                       /* the CLIP box: overflow:hidden here would
   otherwise clip pointer hit-testing to 30px, so the operable target has to live inside it */
.mh-ticker__lane{min-height:44px}
.mh-ticker__item,.mh-ticker__lead{min-height:44px;display:inline-flex;align-items:center}
.hh-footnav a,.hh-foot-links a{min-height:26px;display:inline-flex;align-items:center}
/* QA sweep findings — Top Artist chips must fit the 320px floor; list links meet the target minimum */
.hh-artisttags__row{flex-wrap:wrap}
.hh-artisttags__row .mh-chip{max-width:100%;overflow-wrap:anywhere}
@media (max-width:359px){.hh-artisttags__row{justify-content:center}.hh-artisttags__row .mh-chip{font-size:12.5px;padding-left:10px;padding-right:10px}}
.hh-widget li a,.hh-catcol li a{min-height:26px;display:flex;align-items:center}

/* News flip cards — every article card flips; scrolling past is always the free option.
   Height guard: both faces occupy one grid cell, so the visible face always defines the box
   (the base component's 520px min-height still applies as a floor). Never min-height:0 here —
   the front is the only in-flow face, so removing the guard collapses the card AND its grid row. */
.hh-flipcard--news{perspective:1400px}
.hh-flipcard--news .hh-flipinner{display:grid;height:auto;position:relative}
.hh-flipcard--news .hh-face{grid-area:1/1;height:auto}
/* IDENTICAL FACE BOXES (2026-08-27): both faces stay in the SAME grid cell and in flow, so the
   card's height is max(front,back) at all times — identical boxes, and flipping cannot resize
   the card. Hiding a face with the hidden attribute would collapse the row, so the faces are
   taken out of the a11y tree with aria-hidden/inert and out of sight with visibility instead. */
.hh-flipcard--news .hh-back{position:absolute;inset:0;overflow:auto}
.hh-flipcard--news .hh-face{border-radius:16px;padding:14px;--hh-gap:8px;gap:var(--hh-gap);box-shadow:0 10px 26px rgba(58,10,8,.1),0 3px 0 rgba(154,28,19,.16),inset 0 1px 0 rgba(255,255,255,.6)}
.hh-flipcard--news .hh-front .hh-media{margin-bottom:2px;border-radius:9px}
.hh-flipcard--news .hh-title{font-size:25px;line-height:1.18}
.hh-flipcard--news .hh-back{background:#0E1216;color:#fff;justify-content:flex-start;--hh-gap:6px;gap:var(--hh-gap)}
.hh-back .hh-flipbtn{margin-top:calc(16px - var(--hh-gap,12px))}
.hh-flipcard--news .hh-back .hh-dek{font-size:17.5px;line-height:1.5;color:#F0EEED;margin:4px 0 0;font-weight:500}
.hh-flipcard--news .hh-back .hh-meta{color:#BDA69F;font-size:13.5px}
.hh-flipcard--news .hh-flipbtn{margin-top:calc(16px - var(--hh-gap,8px));min-height:58px;font-size:29px;font-weight:900;line-height:1.1;border-width:2.5px;padding:8px 14px}
.hh-flipcard--news .hh-back{overflow:auto}
/* IDENTICAL FACE BOXES: both faces fill the same grid cell, so the back can never be taller
   than the front (its own content scrolls inside instead). */
/* .hh-flipcard--news .hh-face{height:100%} removed — it re-stretched the face to the grid row */
.hh-flipcard--news .hh-back .hh-media{margin-bottom:6px;border-radius:9px}
.hh-flipcard--news .hh-readlink--top{font-size:18px;font-weight:900;margin:0}
.hh-flipcard--news .hh-actions{margin-top:8px;gap:8px}
.hh-flipcard--news .hh-actions .hh-btn{min-height:48px;font-size:15px;padding:0 18px}
.hh-flipcard--news .hh-actions .hh-save{min-height:48px}
.hh-grid{align-items:stretch}
.hh-grid>.hh-flipcard--news{display:flex;flex-direction:column}
@media (max-width:699px){.hh-flipcard--news .hh-title{font-size:22px}}

/* NOTE (2026-08-28): a "flat" override that neutralised transform and backface-visibility was
   tried here and REMOVED — it made both faces paint simultaneously for the length of the rotation
   and cancelled the approved rotateY motion. The blank-face bug was the rAF-gated class toggle in
   rh-app.js, fixed at source. Do not reintroduce a backface-visibility override on this path. */

/* ── TOUCH-TARGET REPAIRS (smoke gate, 2026-08-31) ───────────────────────────────────────────
   Named controls only. Each was measured under 44px and is raised to exactly 44px; type size,
   weight, colour, padding-x and layout are unchanged, and no rule is broadened to an element type. */
.mh-utilpill{min-height:44px}                     /* "Menu" measured 42px */
/* ANCHORS ONLY, and `.hh-back` is gone: that class is the FlipCard back FACE
   (<section class="hh-face hh-back">), not a back link. Matching it applied align-items:center to a
   column-flex face, whose cross axis is horizontal — collapsing the back photograph's well to 0px
   wide and breaking the same-photo law. RapHaven's real back links are .hgn-back, .ds-back and the
   .back added to flipgrid.html; all three are anchors, so the selector says so and cannot reach a
   <section> again. */
a.hgn-back,a.ds-back,a.back{
 display:inline-flex;align-items:center;min-height:44px}   /* back links measured 13–16px tall */
