/* ============================================================
   ARBEITSSCHIRME — HI-VIS · Kinetic Brutalism
   Signalgelb auf Asphaltschwarz · Anton-Schablonentypo ·
   Flood-Invertierung · mechanische Wisch-Reveals · Hero-Parallax ·
   seitliche Wetter-Leiste · Doppel-Marquee.
   Eigene Tokens, eigene Schriften — bewusst abseits des AB-DS.
   ============================================================ */
:root {
  --hv-yellow:   #F4DE00;
  --hv-yellow-d: #D9C400;
  --hv-black:    #0B0B0C;
  --hv-asphalt:  #141417;
  --hv-panel:    #1A1A1E;
  --hv-line:     #2C2C32;
  --hv-concrete: #B8B8AE;
  --hv-white:    #F5F5F0;
  --hv-orange:   #FC520A;

  --hv-display: 'Anton', 'Arial Narrow', sans-serif;
  --hv-cond:    'Barlow Condensed', 'Arial Narrow', sans-serif;
  --hv-body:    'Space Grotesk', system-ui, sans-serif;

  --hv-tape: repeating-linear-gradient(45deg, var(--hv-yellow) 0 18px, var(--hv-black) 18px 36px);
  --hv-snap: cubic-bezier(0.2, 1.15, 0.3, 1);   /* leichter mechanischer Overshoot */
  --hv-ease: cubic-bezier(0.16, 0.84, 0.44, 1);
  --hv-container: 1280px;
  --hv-pad: clamp(1.1rem, 4vw, 3rem);
  --rail-w: 66px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--hv-asphalt); color: var(--hv-white);
  font-family: var(--hv-body); font-size: 16px; line-height: 1.5;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
#root { isolation: isolate; min-height: 100vh; }
/* Platz für die fixe Wetter-Leiste am rechten Rand (Desktop) */
@media (min-width: 1025px) { body { padding-right: var(--rail-w); } }
img { max-width: 100%; display: block; }
section[id] { scroll-margin-top: 84px; }
::selection { background: var(--hv-yellow); color: var(--hv-black); }
:where(a,button,input,textarea,[tabindex]):focus-visible { outline: 3px solid var(--hv-yellow); outline-offset: 3px; }

.hv-container { width: 100%; max-width: var(--hv-container); margin-inline: auto; padding-inline: var(--hv-pad); }
.hv-section { position: relative; padding-block: clamp(4.5rem, 9vw, 9rem); }
.hv-section + .hv-section { border-top: 2px solid var(--hv-line); }

/* ---- Typo ---- */
.hv-display { font-family: var(--hv-display); font-weight: 400; text-transform: uppercase; line-height: 0.86; letter-spacing: 0.004em; margin: 0; font-size: clamp(2.6rem, 8.5vw, 8rem); }
.hv-h2 { font-family: var(--hv-display); font-weight: 400; text-transform: uppercase; line-height: 0.92; letter-spacing: 0.008em; margin: 0; font-size: clamp(2rem, 5.4vw, 4.6rem); }
.hv-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; font-size: 14px; color: var(--hv-yellow); margin: 0 0 18px; }
.hv-eyebrow::before { content: ""; width: 14px; height: 14px; background: var(--hv-orange); }
.hv-eyebrow.dark { color: var(--hv-black); }
.hv-eyebrow.dark::before { background: var(--hv-black); }
.hv-lead { font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.6; color: var(--hv-concrete); max-width: 56ch; }
/* Lesbarkeit bei hellen/starken Wetter-Tints sichern: dunkler Halo, auf dunklem Grund unsichtbar */
.hv-h2, .hv-display, .hv-lead, .muted, .hv-chip, .hv-eyebrow, .hv-soilseg__lbl, .hv-soilseg__ex { text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55); }
.hv-card:hover .muted, .hv-card:hover, .hv-soilbtn[data-on="true"], .hv-card:hover .hv-chip { text-shadow: none; }
.hv-mark { color: var(--hv-yellow); }
.hv-outline { color: transparent; -webkit-text-stroke: 2px var(--hv-yellow); }

/* ---- Buttons (flood-invert) ---- */
.hv-btn { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 17px; height: 56px; padding: 0 28px; border: 2px solid var(--hv-yellow); border-radius: 0; background: var(--hv-yellow); color: var(--hv-black); transition: background .15s var(--hv-ease), color .15s var(--hv-ease), transform .12s var(--hv-snap), box-shadow .12s var(--hv-ease); }
.hv-btn:hover { background: transparent; color: var(--hv-yellow); transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--hv-yellow); }
.hv-btn:active { transform: translate(0,0); box-shadow: none; }
.hv-btn--ghost { background: transparent; color: var(--hv-white); border-color: var(--hv-line); }
.hv-btn--ghost:hover { border-color: var(--hv-yellow); color: var(--hv-yellow); box-shadow: 5px 5px 0 var(--hv-line); }

/* ---- Hazard-Tape ---- */
.hv-tape { height: 16px; background: var(--hv-tape); background-size: 50.91px 50.91px; }

/* ---- Doppel-Marquee ---- */
.hv-ticker { background: var(--hv-yellow); color: var(--hv-black); overflow: hidden; border-block: 3px solid var(--hv-black); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.hv-ticker + .hv-ticker { border-top: 0; background: var(--hv-black); color: var(--hv-yellow); }
.hv-ticker__row { display: inline-flex; white-space: nowrap; will-change: transform; animation: hvMarquee 70s linear infinite; }
.hv-ticker--rev .hv-ticker__row { animation-direction: reverse; animation-duration: 92s; }
.hv-ticker__row > span { display: inline-flex; align-items: center; gap: 26px; padding: 11px 26px 11px 0; font-family: var(--hv-display); text-transform: uppercase; font-size: 22px; letter-spacing: 0.02em; }
@keyframes hvMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- Karten (Flood-Invertierung beim Hover) ---- */
.hv-card { position: relative; background: var(--hv-panel); color: var(--hv-white); border: 2px solid var(--hv-line); border-radius: 0; transition: background .16s var(--hv-ease), color .16s var(--hv-ease), border-color .16s var(--hv-ease), transform .14s var(--hv-snap), box-shadow .14s var(--hv-ease); }
.hv-card .muted { color: var(--hv-concrete); transition: color .16s var(--hv-ease); }
.hv-card:hover { background: var(--hv-yellow); color: var(--hv-black); border-color: var(--hv-yellow); box-shadow: 7px 7px 0 var(--hv-black), 10px 10px 0 var(--hv-orange); z-index: 50; }
/* Interaktive Elemente beim Hover/Aktiv über den Wetter-Tint heben → Farben rendern echt */
.hv-soilseg:hover, .hv-soilseg[aria-pressed="true"], .hv-soilbtn:hover, .hv-soilbtn[data-on="true"] { position: relative; z-index: 50; }
.hv-card:hover .muted { color: #1a1a14; }
.hv-card:hover .hv-chip { border-color: var(--hv-black); color: var(--hv-black); }
/* no-flood-Karten bleiben dunkel → Chips beim Hover gelb statt schwarz (lesbar) */
.hv-card.no-flood:hover .hv-chip { border-color: var(--hv-yellow); color: var(--hv-yellow); }
.hv-card:hover .hv-flag { background: var(--hv-black); color: var(--hv-yellow); }

.hv-chip { display: inline-flex; align-items: center; gap: 6px; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 15.5px; color: var(--hv-white); border: 1px solid var(--hv-line); padding: 6px 13px; transition: border-color .16s, color .16s; }
/* Varianten-Shop-Links (Modelle + Premium): Farbpunkt + Pfeil + eigener Hover (unabhängig vom Karten-Hover) */
.hv-varlink { display: inline-flex; align-items: center; gap: 7px; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 14px; color: var(--hv-white); border: 1px solid var(--hv-line); padding: 5px 10px; text-decoration: none; cursor: pointer; transition: border-color .16s var(--hv-ease), color .16s var(--hv-ease), background .16s var(--hv-ease); }
.hv-varlink:hover { border-color: var(--hv-yellow); color: var(--hv-yellow); background: rgba(244, 222, 0, 0.08); }
.hv-card:hover .hv-varlink, .hv-card.no-flood:hover .hv-varlink { border-color: var(--hv-line); color: var(--hv-white); }
.hv-card:hover .hv-varlink:hover, .hv-card.no-flood:hover .hv-varlink:hover { border-color: var(--hv-yellow); color: var(--hv-yellow); }
.hv-varlink__dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; border: 1px solid rgba(255, 255, 255, 0.4); }
.hv-varlink__arr { display: inline-flex; opacity: 0.5; transition: opacity .16s var(--hv-ease), transform .16s var(--hv-ease); }
.hv-varlink:hover .hv-varlink__arr { opacity: 1; transform: translate(2px, -2px); }
.hv-flag { display: inline-flex; align-items: center; gap: 6px; background: var(--hv-yellow); color: var(--hv-black); font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 13px; padding: 6px 12px; transition: background .16s, color .16s; }

/* ---- Mechanische Reveals ---- */
[data-reveal] { opacity: 0; transform: translateY(30px) scale(0.985); transition: opacity .5s var(--hv-ease), transform .55s var(--hv-snap); transition-delay: var(--rd, 0ms); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal="left"] { transform: translateX(-44px); }
[data-reveal="right"] { transform: translateX(44px); }
[data-reveal="wipe"] { opacity: 1; transform: none; clip-path: inset(0 100% 0 0); transition: clip-path .7s var(--hv-ease); transition-delay: var(--rd, 0ms); }
[data-reveal="wipe"].is-in { clip-path: inset(0 0 0 0); }
[data-reveal="left"].is-in, [data-reveal="right"].is-in { transform: none; }

/* ---- Hero-Parallax (via --sy aus scroll.js) ---- */
.hv-hero-type { transform: translateY(calc(var(--sy, 0) * -70px)); opacity: calc(1 - var(--sy, 0) * 0.9); will-change: transform, opacity; }
.hv-hero-media { transform: translateY(calc(var(--sy, 0) * 36px)); will-change: transform; }

/* ---- Seitliche Wetter-Leiste ---- */
.hv-rail { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 55; display: flex; flex-direction: column; background: rgba(11,11,12,0.86); border: 2px solid var(--hv-line); border-right: 0; backdrop-filter: blur(6px); }
.hv-rail__lbl { writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg); text-align: center; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; font-size: 12.5px; color: var(--hv-white); padding: 14px 0 10px; border-bottom: 1px solid var(--hv-line); }
.hv-rail button { width: var(--rail-w); height: 58px; border: 0; border-bottom: 1px solid var(--hv-line); background: transparent; color: var(--hv-concrete); cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 11.5px; transition: background .15s var(--hv-ease), color .15s var(--hv-ease); }
.hv-rail button:last-child { border-bottom: 0; }
.hv-rail button:hover { color: var(--hv-yellow); }
.hv-rail button[aria-selected="true"] { background: var(--hv-orange); color: var(--hv-black); }
/* Aktives Wetter-Icon lebt — wetter-passende Mikro-Animation */
.hv-rail button[aria-selected="true"] svg { transform-origin: 50% 55%; }
.hv-rail button[aria-selected="true"][data-wx="wind"] svg { animation: hvIcSway 1.8s ease-in-out infinite; }
.hv-rail button[aria-selected="true"][data-wx="sturm"] svg { animation: hvIcShake .5s ease-in-out infinite; }
.hv-rail button[aria-selected="true"][data-wx="regen"] svg { animation: hvIcBob 1.1s ease-in-out infinite; }
.hv-rail button[aria-selected="true"][data-wx="schnee"] svg { animation: hvIcSpin 7s linear infinite; }
.hv-rail button[aria-selected="true"][data-wx="sonne"] svg { animation: hvIcSpin 16s linear infinite; }
.hv-rail button[aria-selected="true"][data-wx="nebel"] svg { animation: hvIcPulse 2.4s ease-in-out infinite; }
.hv-rail button[aria-selected="true"][data-wx="mond"] svg { animation: hvIcPulse 3.2s ease-in-out infinite; }
@keyframes hvIcSway { 0%, 100% { transform: rotate(-10deg); } 50% { transform: rotate(10deg); } }
@keyframes hvIcShake { 0%, 100% { transform: translateX(0); } 20% { transform: translateX(-2px) rotate(-5deg); } 60% { transform: translateX(2px) rotate(5deg); } }
@keyframes hvIcBob { 0%, 100% { transform: translateY(-1.5px); } 50% { transform: translateY(2px); } }
@keyframes hvIcSpin { to { transform: rotate(360deg); } }
@keyframes hvIcPulse { 0%, 100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.14); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .hv-rail button[aria-selected="true"] svg { animation: none !important; } }
.hv-rail__live[data-on="true"] { background: var(--hv-yellow) !important; color: var(--hv-black) !important; }

/* Farbschleier pro Wetter — Seiten-Stimmung (sanft, beeinträchtigt Text kaum) */
.hv-tint { position: fixed; inset: 0; pointer-events: none; z-index: 39; mix-blend-mode: soft-light; }

/* ---- Schirm-Gores ---- */
.hv-schirm .gore { transform-box: fill-box; transform-origin: 50% 100%; transform: rotate(calc(var(--a) * var(--p, 0))); transition: transform .14s var(--hv-snap); }
.hv-schirm .canopy-edge { opacity: var(--p, 0); }

/* ---- Wind-Streaks ---- */
@keyframes hvStreak { from { transform: translateX(-120%);} to { transform: translateX(130%);} }
.hv-streak { animation: hvStreak var(--spd, 1.2s) linear infinite; }

@keyframes hvBob { 0%,100% { transform: translateY(0);} 50% { transform: translateY(8px);} }
.hv-cue { animation: hvBob 1.7s var(--hv-ease) infinite; }
@keyframes hvWordIn { from { opacity: 0; transform: translateY(18px);} to { opacity: 1; transform: none; } }
@keyframes hvFadeIn { from { opacity: 0; } to { opacity: 1; } }
.hv-fade { animation: hvFadeIn .32s var(--hv-ease); }

/* Aussage-Band unter dem Hero (wechselt mit dem Wetter) */
.hv-band { position: relative; border-bottom: 2px solid var(--hv-line); background: rgba(11,11,12,0.35); padding-block: clamp(2.6rem, 7vh, 5rem); overflow: hidden; }
.hv-band__inner { display: flex; flex-direction: column; }
.hv-band__tag { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; font-size: 13px; color: var(--hv-concrete); border: 1px solid var(--hv-line); padding: 5px 11px; margin-bottom: 16px; }
.hv-band__big { color: var(--hv-white); margin: 0; font-size: clamp(2rem, 6vw, 5rem); animation: hvBandIn .5s var(--hv-ease) both; }
.hv-band__mark { color: var(--hv-yellow); margin: 10px 0 0; font-size: clamp(1.3rem, 3.4vw, 2.6rem); animation: hvBandIn .5s var(--hv-ease) both; animation-delay: .08s; }
@keyframes hvBandIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* Wetter-reaktive Typo */
@keyframes hvShake { 0%,100% { transform: translate(0,0) rotate(0); } 20% { transform: translate(-1.6px,1px) rotate(-0.2deg); } 40% { transform: translate(1.6px,-1px); } 60% { transform: translate(-1px,-1px) rotate(0.2deg); } 80% { transform: translate(1px,1px); } }
@keyframes hvSway { 0%,100% { transform: translateX(0); } 50% { transform: translateX(5px); } }
[data-wx="sturm"] .hv-react { animation: hvShake .22s steps(3) infinite; }
[data-wx="wind"]  .hv-react { animation: hvSway 2.6s ease-in-out infinite; }
[data-wx="nebel"] .hv-react { animation: hvFogBlur 5s ease-in-out infinite; }
[data-wx="sonne"] .hv-display { animation: hvSunGlow 3.4s ease-in-out infinite; }
@keyframes hvFogBlur { 0%,100% { filter: blur(2px); opacity: .92; } 50% { filter: blur(3.6px); opacity: .8; } }
@keyframes hvSunGlow { 0%,100% { text-shadow: 0 6px 30px rgba(0,0,0,.6), 0 0 6px rgba(255,205,120,.2); } 50% { text-shadow: 0 6px 30px rgba(0,0,0,.6), 0 0 24px rgba(255,208,120,.75), 0 0 48px rgba(255,190,90,.4); } }

/* Wort-Effekte: Regen-Platsch & Schnee-Auflage */
.hv-fx { position: absolute; inset: 0; pointer-events: none; overflow: visible; }
.hv-drop { position: absolute; top: 0; width: 2px; height: 0; }
.hv-drop::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: var(--len, 16px); border-radius: 2px; background: linear-gradient(rgba(244,222,0,0), rgba(244,222,0,.85)); animation: hvDrop var(--dur, 1.7s) linear infinite; animation-delay: var(--d, 0s); }
.hv-drop::after { content: ''; position: absolute; top: calc(var(--len, 16px) - 3px); left: -6px; width: 14px; height: 7px; border: 2px solid rgba(244,222,0,.75); border-top: 0; border-radius: 0 0 14px 14px; opacity: 0; transform-origin: 50% 0; animation: hvSplash var(--dur, 1.7s) linear infinite; animation-delay: var(--d, 0s); }
.hv-flake { position: absolute; border-radius: 50%; background: rgba(255,255,255,.95); filter: blur(.6px); box-shadow: 0 0 5px rgba(255,255,255,.5); transform: translateX(-50%) scale(0); animation: hvFlakeOn .6s ease-out forwards; animation-delay: var(--fd, 0s); }
@keyframes hvFlakeOn { from { transform: translateX(-50%) scale(0); } to { transform: translateX(-50%) scale(1); } }
@keyframes hvDrop { 0% { transform: translateY(-24px); opacity: 0; } 25% { opacity: 1; } 52% { transform: translateY(0); opacity: 1; } 58% { opacity: 0; } 100% { opacity: 0; } }
@keyframes hvSplash { 0%,52% { transform: scale(.2); opacity: 0; } 60% { transform: scale(.7); opacity: .9; } 85% { transform: scale(1.4); opacity: 0; } 100% { opacity: 0; } }
/* Schnee liegt auf den Buchstaben: weiße Wort-Kopie, oben schmal maskiert */
.hv-snow { transform-origin: top center; animation: hvSnowOn 3s ease-out forwards; pointer-events: none; }
@keyframes hvSnowOn { from { transform: translateY(-2px) scaleY(0); opacity: 0; } to { transform: translateY(-2px) scaleY(1); opacity: 1; } }

/* Ken-Burns Hintergrund */
@keyframes hvKen { from { transform: scale(1.04); } to { transform: scale(1.13); } }
.hv-bg-layer { animation: hvKen 16s ease-in-out alternate infinite; }

/* Split-Flap-Wortwechsel */
@keyframes hvFlap { from { transform: rotateX(-92deg); opacity: 0; } 55% { opacity: 1; } to { transform: rotateX(0); opacity: 1; } }

/* Laufendes Hazard-Tape */
@keyframes hvTapeMove { from { background-position: 0 0; } to { background-position: 50.91px 0; } }
.hv-tape--run { animation: hvTapeMove 1.8s linear infinite; }

/* Eck-Winkel (Baustellen-Framing) */
.hv-corner { position: absolute; width: 26px; height: 26px; border: 3px solid var(--hv-yellow); z-index: 2; pointer-events: none; opacity: 0.9; }
.hv-corner.tl { top: 80px; left: 16px; border-right: 0; border-bottom: 0; }
.hv-corner.tr { top: 80px; right: 16px; border-left: 0; border-bottom: 0; }
.hv-corner.bl { bottom: 18px; left: 16px; border-right: 0; border-top: 0; }
.hv-corner.br { bottom: 18px; right: 16px; border-left: 0; border-top: 0; }
@media (max-width: 600px) { .hv-corner { width: 18px; height: 18px; } .hv-corner.tl, .hv-corner.tr { top: 74px; } }

/* ---- Bühne (horizontal) ---- */
.hv-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 18px; scrollbar-width: thin; scrollbar-color: var(--hv-yellow) transparent; }
.hv-track::-webkit-scrollbar { height: 10px; }
.hv-track::-webkit-scrollbar-thumb { background: var(--hv-yellow); }
.hv-track::-webkit-scrollbar-track { background: var(--hv-line); }
.hv-panel { scroll-snap-align: center; flex: 0 0 min(82vw, 540px); }

image-slot { background: var(--hv-panel); }

/* ---- Grids ---- */
.hv-g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hv-g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

@media (max-width: 1024px) {
  .hv-g3, .hv-g4, .hv-mgrid { grid-template-columns: repeat(2, 1fr); }
  .hv-2col { grid-template-columns: 1fr !important; gap: 40px !important; }
  /* Wetter-Leiste an den unteren Rand; Safe-Area-Abstand, damit sie über dem
     Home-Indikator / der Browser-Bottom-Bar sitzt statt darunter zu verschwinden */
  .hv-rail { top: auto; bottom: 0; left: 0; right: 0; transform: none; flex-direction: row; border: 0; border-top: 2px solid var(--hv-line); padding-bottom: env(safe-area-inset-bottom); }
  .hv-rail__lbl { display: none; }
  .hv-rail button { flex: 1; width: auto; height: 52px; border-bottom: 0; border-left: 1px solid var(--hv-line); }
  .hv-rail button:first-of-type { border-left: 0; }
  /* Hero-Auto/Manuell-Box ist auf Mobile redundant zur unteren Leiste -> ausblenden */
  .hv-herotoggle { display: none !important; }
}
@media (max-width: 900px) { .hv-nav { display: none !important; } }
@media (max-width: 720px) {
  .hv-g3, .hv-g4, .hv-mgrid { grid-template-columns: 1fr; }
  .hv-arrows { display: none !important; }
  .hv-statgrid { grid-template-columns: 1fr 1fr !important; }
}
/* Header schmaler: Wortmarke + CTA + Sprach-Umschalter müssen aufs Phone passen */
@media (max-width: 560px) { .hv-headrow { gap: 12px !important; } .hv-brandword { display: none; } }
/* Sprachmenü-Dropdown: rechtsbündig zum Button; auf schmalen Screens linksbündig, damit es nicht über den Rand ragt */
.hv-langmenu { right: 0; }
@media (max-width: 560px) { .hv-langmenu { right: auto; left: 0; } }
/* Hero-Bühne: am Desktop volle Höhe; auf Phones / niedrigen Viewports mitwachsen,
   damit der zentrierte Inhalt (Wortmarke!) oben nicht aus dem overflow:hidden geschnitten wird. */
.hv-herowrap { height: 100svh; min-height: 560px; display: flex; flex-direction: column; }
@media (max-width: 900px), (max-height: 720px) { .hv-herowrap { height: auto; min-height: 100svh; } }

/* ===== Baustellen-Fotos (rotierend, Zufallspool, Lightbox) ===== */
.bs-introrow { display: flex; gap: 36px; align-items: center; justify-content: space-between; }
.bs-bandrow { flex-direction: row; align-items: center; justify-content: space-between; gap: 40px; }
.bs-bandtext { display: flex; flex-direction: column; }
.bs-spot { display: flex; gap: 18px; align-items: center; flex: none; }
.bs-spot--band { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 30px; width: 100%; }
.bs-spot--band .bs-tile { width: 100% !important; height: auto !important; aspect-ratio: 1 / 1; }
.bs-tile { position: relative; padding: 0; border: 3px solid var(--hv-black); background: var(--hv-panel); cursor: pointer; overflow: hidden; flex: none; transform: rotate(var(--tilt, 0deg)); transition: transform .2s var(--hv-ease), box-shadow .2s var(--hv-ease); box-shadow: 6px 6px 0 rgba(0,0,0,0.55); display: block; }
.bs-tile:hover { transform: rotate(0deg) translateY(-4px); box-shadow: 8px 8px 0 var(--hv-black), 12px 12px 0 var(--hv-orange); z-index: 5; }
.bs-tile:focus-visible { outline: 3px solid var(--hv-yellow); outline-offset: 3px; }
.bs-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity .6s var(--hv-ease); }
.bs-ken { animation: bsKen 16s ease-in-out infinite alternate; }
@keyframes bsKen { from { transform: scale(1) translate(0, 0); } to { transform: scale(1.09) translate(-2%, -1.5%); } }
.bs-tag { position: absolute; left: 0; bottom: 0; background: rgba(11, 11, 12, 0.72); padding: 5px 9px; pointer-events: none; display: inline-flex; }
.bs-tag img { height: 17px; width: auto; display: block; }
.bs-zoom { position: absolute; top: 8px; right: 8px; display: inline-flex; padding: 5px; background: rgba(11, 11, 12, 0.7); color: var(--hv-white); opacity: 0; transition: opacity .2s var(--hv-ease); }
.bs-tile:hover .bs-zoom { opacity: 1; }
/* Seiten-Fotos (rechts vom Text): Tablet -> 1 Foto & kleiner; Handy -> aus */
@media (max-width: 1199px) { .bs-aside .bs-tile:nth-child(n+3) { display: none; } }
@media (max-width: 1024px) {
  .bs-introrow, .bs-bandrow { gap: 24px; }
  .bs-aside .bs-tile:nth-child(n+2) { display: none; }
  .bs-aside .bs-tile { width: 170px !important; height: 170px !important; }
}
@media (max-width: 760px) {
  .bs-aside { display: none !important; }
  .bs-introrow { display: block; }
  .bs-bandrow { flex-direction: column; align-items: flex-start; }
}
/* Band: Anzahl je Ausgabemedium — Desktop 5, Tablet 3, Handy 2 */
@media (max-width: 1024px) { .bs-spot--band { grid-template-columns: repeat(3, 1fr); } .bs-spot--band .bs-tile:nth-child(n+4) { display: none; } }
@media (max-width: 600px) { .bs-spot--band { grid-template-columns: repeat(2, 1fr); gap: 12px; } .bs-spot--band .bs-tile:nth-child(n+3) { display: none; } }
/* Lightbox */
.bs-lb { position: fixed; inset: 0; z-index: 200; background: rgba(8, 8, 10, 0.92); display: flex; align-items: center; justify-content: center; padding: 4vmin; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.bs-lb__frame { position: relative; display: inline-block; line-height: 0; }
.bs-lb__img { display: block; max-width: min(86vw, 720px); max-height: 86vh; object-fit: contain; border: 3px solid var(--hv-black); box-shadow: 10px 10px 0 var(--hv-orange); background: var(--hv-panel); }
.bs-tag--lb { left: 4px; bottom: 4px; padding: 7px 12px; }
.bs-tag--lb img { height: 26px; }
.bs-lb__x { position: absolute; top: 16px; right: 16px; width: 46px; height: 46px; border: 0; background: var(--hv-yellow); color: var(--hv-black); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.bs-lb__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border: 0; background: rgba(244, 222, 0, 0.92); color: var(--hv-black); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.bs-lb__prev { left: 14px; }
.bs-lb__next { right: 14px; }
.bs-lb__count { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); font-family: var(--hv-cond); font-weight: 700; letter-spacing: 0.1em; color: var(--hv-white); font-size: 13px; }
@media (prefers-reduced-motion: reduce) { .bs-ken { animation: none; } }

/* ---- Modelle-Grid (kein Scrollen mehr) ---- */
.hv-mgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* ---- Modelle: Kennzahlen-Leiste (gestanzte Chips) ---- */
.hv-statline { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 34px; }
.hv-stat { display: inline-flex; align-items: baseline; gap: 9px; border: 2px solid var(--hv-line); background: var(--hv-panel); padding: 9px 16px; }
.hv-stat b { font-family: var(--hv-display); font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1; color: var(--hv-yellow); }
.hv-stat span { font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 14px; color: var(--hv-concrete); }

/* ---- Modelle: Baustellen-Kacheln, 2 groß oben / 3 unten (keine Lücke) ---- */
.hv-mgrid2 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.hv-mgrid2 .hv-mcard--lg { grid-column: span 3; }
.hv-mgrid2 .hv-mcard--sm { grid-column: span 2; }
@media (max-width: 860px) { .hv-mgrid2 { grid-template-columns: 1fr; } .hv-mgrid2 .hv-mcard--lg, .hv-mgrid2 .hv-mcard--sm { grid-column: auto; } }

.hv-mcard { position: relative; display: flex; flex-direction: column; overflow: hidden; }
/* Warnband oben */
.hv-mcard__tape { position: absolute; top: 0; left: 0; right: 0; height: 9px; z-index: 4; background: repeating-linear-gradient(45deg, var(--hv-yellow) 0 14px, var(--hv-black) 14px 28px); }
/* Schablonen-Nummer */
.hv-mcard__idx { position: absolute; top: 14px; left: 14px; z-index: 4; font-family: var(--hv-display); font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1; color: transparent; -webkit-text-stroke: 2px rgba(255, 255, 255, 0.24); text-stroke: 2px rgba(255, 255, 255, 0.24); pointer-events: none; }
/* schwebendes Siegel "Schwer entflammbar" */
@keyframes hvFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.hv-mcard__flamm { position: absolute; top: 12px; right: 12px; z-index: 5; width: clamp(46px, 6vw, 68px); height: auto; filter: drop-shadow(0 8px 11px rgba(0, 0, 0, 0.6)); animation: hvFloat 3.2s ease-in-out infinite; pointer-events: none; }
@media (prefers-reduced-motion: reduce) { .hv-mcard__flamm { animation: none; } }
.hv-mcard__img { position: relative; }
/* gestempeltes Badge, leicht schräg */
.hv-mcard__badge { position: absolute; left: 0; bottom: 12px; z-index: 3; background: var(--hv-yellow); color: var(--hv-black); font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 13px; padding: 5px 14px 5px 12px; transform: skewX(-9deg); }
.hv-mcard__partial { position: absolute; right: 0; bottom: 12px; z-index: 3; background: var(--hv-orange); color: #fff; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 12px; padding: 5px 12px; transform: skewX(-9deg); }
.hv-mcard__dead { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; justify-content: center; background: rgba(11, 11, 12, 0.5); }
.hv-mcard__dead > span { font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 15px; color: #fff; border: 2px solid #fff; padding: 6px 14px; transform: rotate(-7deg); }
.hv-mcard__body { padding: 20px 22px; display: flex; flex-direction: column; flex: 1; }
.hv-mcard__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.hv-mcard__wind { display: inline-flex; align-items: center; gap: 6px; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; font-size: 14px; color: var(--hv-yellow); white-space: nowrap; }
.hv-mcard__chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }

/* ---- Wind-Test-Zeile (volle Breite unter den Modellen) ---- */
.hv-windrow { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 56px); align-items: center; margin-top: 28px; padding: clamp(24px, 3vw, 40px); border: 2px solid var(--hv-line); background: var(--hv-panel); }
@media (max-width: 760px) { .hv-windrow { grid-template-columns: 1fr; gap: 24px; } }

/* FAQ-Akkordeon */
.hv-faq { border-bottom: 1px solid var(--hv-line); }
.hv-faq:first-child { border-top: 1px solid var(--hv-line); }
.hv-faq__q { width: 100%; background: transparent; border: 0; color: var(--hv-white); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 4px; text-align: left; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; font-size: clamp(16px, 2vw, 19px); }
.hv-faq__q:hover { color: var(--hv-yellow); }
.hv-faq__a { padding: 0 4px 22px; }
.hv-faq__a p { margin: 0; color: var(--hv-concrete); font-size: 15.5px; line-height: 1.65; max-width: 72ch; }

/* Premium-Vergleichstabelle */
.hv-cmp-table { width: 100%; border-collapse: collapse; font-family: var(--hv-cond); min-width: 540px; }
.hv-cmp-table th, .hv-cmp-table td { border: 1px solid var(--hv-line); padding: 12px 14px; text-align: left; font-size: 15px; vertical-align: middle; }
.hv-cmp-table thead th { font-family: var(--hv-display); text-transform: uppercase; color: var(--hv-yellow); font-size: 18px; letter-spacing: 0.12em; }
.hv-cmp-table tbody th { color: var(--hv-concrete); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 13px; white-space: nowrap; }
.hv-cmp-table td { color: var(--hv-white); }
.hv-cmp-table tbody tr:nth-child(even) th, .hv-cmp-table tbody tr:nth-child(even) td { background: rgba(255, 255, 255, 0.03); }

/* Branchen-Finder: 1 großer Schirm + 3 kleinere Alternativen */
.hv-finder { display: grid; grid-template-columns: minmax(150px, 34%) 1fr; gap: clamp(18px, 3vw, 34px); align-items: start; }
@media (max-width: 760px) { .hv-finder { grid-template-columns: 1fr; } }
.hv-finder__main { position: relative; aspect-ratio: 1 / 1; border: 2px solid var(--hv-line); background: var(--hv-asphalt); overflow: hidden; }
.hv-finder__main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hv-finder__ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--hv-display); color: var(--hv-concrete); font-size: 1.4rem; text-align: center; padding: 10px; }
.hv-finder__alts { margin-top: 20px; }
.hv-finder__altgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hv-finder__altimg { position: relative; display: block; }
.hv-finder__altimg img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; border: 1px solid var(--hv-line); background: var(--hv-asphalt); }
.hv-finder__alt figcaption { font-family: var(--hv-cond); font-weight: 600; font-size: 12px; color: var(--hv-concrete); margin-top: 5px; line-height: 1.25; }

/* Mondphasen-Foto (freigestellt) — schwebt oben rechts bei Wetter "Mond" */
@keyframes hvMoonIn { from { opacity: 0; } to { opacity: 1; } }
.hv-moonphase { position: fixed; top: 12vh; right: 8vw; width: clamp(96px, 12vw, 170px); height: auto; z-index: 41; pointer-events: none; filter: drop-shadow(0 0 34px rgba(214, 226, 250, 0.5)); animation: hvMoonIn .5s var(--hv-ease) both, hvFloat 6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .hv-moonphase { animation: hvMoonIn .5s var(--hv-ease) both; } }

/* Wind-Gauge mit echtem Griff (statt nativem Gelb-Punkt) */
.hv-gauge { position: relative; height: 46px; }
.hv-gauge__bar { position: absolute; top: 10px; left: 0; right: 0; height: 26px; border: 2px solid var(--hv-line); }
.hv-gauge__dim { position: absolute; top: 0; bottom: 0; right: 0; background: rgba(11, 11, 12, 0.82); transition: left .08s linear; }
.hv-gauge__handle { position: absolute; top: 0; bottom: 0; width: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; background: var(--hv-black); border: 2px solid #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.55); pointer-events: none; transition: left .08s linear; }
.hv-gauge__handle span { width: 10px; height: 2px; display: block; }
.hv-gauge__ticks { position: relative; height: 16px; margin-top: 6px; }
.hv-gauge__ticks span { position: absolute; font-family: var(--hv-cond); font-weight: 700; font-size: 12px; color: var(--hv-concrete); }
.hv-windslider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; background: transparent; -webkit-appearance: none; appearance: none; cursor: grab; }
.hv-windslider:active { cursor: grabbing; }
.hv-windslider:focus-visible { outline: 2px solid var(--hv-yellow); outline-offset: 4px; }
.hv-windslider::-webkit-slider-runnable-track { background: transparent; height: 100%; border: 0; }
.hv-windslider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 28px; height: 46px; background: transparent; border: 0; cursor: grab; }
.hv-windslider::-moz-range-track { background: transparent; height: 100%; border: 0; }
.hv-windslider::-moz-range-thumb { width: 28px; height: 46px; background: transparent; border: 0; cursor: grab; }

/* Beweis: Zähler + 2×6 Referenz-Minibilder nebeneinander */
.hv-proofrow { display: flex; align-items: center; gap: 18px; margin-top: 16px; flex-wrap: wrap; }
.hv-countbox { font-family: var(--hv-display); font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1; white-space: nowrap; }
.hv-windmini { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; flex: 1 1 280px; min-width: 0; }
.hv-windmini > .hv-mini { position: relative; aspect-ratio: 1 / 1; min-width: 0; border: 1px solid var(--hv-line); background: var(--hv-asphalt); transition: transform .2s var(--hv-ease), border-color .2s var(--hv-ease), filter .25s var(--hv-ease); }
.hv-windmini > .hv-mini:hover { transform: scale(1.1); border-color: var(--hv-yellow); z-index: 50; }
.hv-mini > image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hv-mini__flame { position: absolute; top: 4px; right: 4px; z-index: 3; display: inline-flex; padding: 3px; background: rgba(11, 11, 12, 0.62); color: var(--hv-orange); line-height: 0; }
.hv-mini__cap { position: absolute; top: calc(100% + 5px); left: 50%; transform: translateX(-50%); background: var(--hv-black); border: 1px solid var(--hv-line); color: #fff; font-family: var(--hv-cond); font-weight: 600; font-size: 13px; white-space: nowrap; padding: 4px 9px; opacity: 0; pointer-events: none; transition: opacity .12s var(--hv-ease); z-index: 7; }
.hv-windmini > .hv-mini:hover .hv-mini__cap { opacity: 1; }

/* ---- Restzeit-Balken (Auto-Wetterwechsel) ---- */
@keyframes hvCount { from { transform: scaleX(1); } to { transform: scaleX(0); } }
.hv-count { transform-origin: left center; animation-name: hvCount; animation-timing-function: linear; animation-fill-mode: forwards; }
.hv-rail button { position: relative; overflow: hidden; }

/* ---- Zieh-Vergleich Maßzeichnung ↔ Schema ---- */
.hv-cmp { position: relative; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; border: 3px solid var(--hv-yellow); background: #0E0E10; touch-action: pan-y; cursor: ew-resize; user-select: none; }
.hv-cmp img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; pointer-events: none; -webkit-user-drag: none; user-select: none; }
.hv-cmp__top { position: absolute; inset: 0; }
.hv-cmp__divider { position: absolute; top: 0; bottom: 0; width: 3px; background: var(--hv-yellow); box-shadow: 0 0 10px rgba(244,222,0,0.6); pointer-events: none; }
.hv-cmp__knob { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; border-radius: 999px; background: var(--hv-yellow); color: #000; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 12px rgba(0,0,0,0.5); }
.hv-cmp__lbl { position: absolute; top: 10px; background: rgba(11,11,12,0.82); color: #fff; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 12px; padding: 5px 10px; pointer-events: none; }
.hv-cmp__cap { position: absolute; bottom: 0; left: 0; background: var(--hv-yellow); color: #000; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 12px; padding: 6px 12px; pointer-events: none; }
.hv-cmp__hint { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); background: rgba(11,11,12,0.82); color: var(--hv-yellow); font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; padding: 6px 12px; pointer-events: none; }
.hv-cmp:focus-visible { outline: 3px solid var(--hv-yellow); outline-offset: 3px; }

/* ---- Blaupause: „Plotter zeichnet"-Animation (auslösbar, daher auch bei reduced-motion nutzbar) ---- */
@keyframes hvBlueDraw { from { clip-path: inset(0 0 100% 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes hvBlueScan { 0% { top: 0; opacity: 1; } 92% { opacity: 1; } 100% { top: 100%; opacity: 0; } }
.hv-blue-img { display: block; width: 100%; height: auto; }
.hv-blue-img.playing { animation: hvBlueDraw 1.7s var(--hv-ease) forwards; }
.hv-blue-scan { position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--hv-yellow); box-shadow: 0 0 14px rgba(244,222,0,0.85); opacity: 0; pointer-events: none; }
.hv-blue-scan.playing { animation: hvBlueScan 1.7s var(--hv-ease) forwards; }
.hv-blue-replay { position: absolute; top: 10px; right: 10px; display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px; cursor: pointer; border: 2px solid var(--hv-black); border-radius: 0; background: var(--hv-yellow); color: var(--hv-black); font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 13px; }
.hv-blue-replay:hover { background: #fff; }

/* ---- Bodentyp-Skala (Zubehör) ---- */
.hv-soilbtn { height: 40px; padding: 0 18px; border: 2px solid var(--hv-line); background: transparent; color: var(--hv-concrete); cursor: pointer; font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 16px; }
.hv-soilbtn[data-on="true"] { background: var(--hv-yellow); color: var(--hv-black); border-color: var(--hv-yellow); }
.hv-soilscale { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
@media (max-width: 900px) { .hv-soilscale { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .hv-soilscale { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
/* Footer-Spalten: asymmetrisch am Desktop, klappen auf Tablet/Phone um (inline-Grid
   würde die responsiven Regeln überschreiben -> daher eigene Klasse). */
.hv-footgrid { display: grid; gap: 18px; grid-template-columns: 1.6fr 1fr 1fr 1fr; }
@media (max-width: 900px) { .hv-footgrid { grid-template-columns: 1fr 1fr; gap: 28px 24px; } }
@media (max-width: 560px) { .hv-footgrid { grid-template-columns: 1fr; gap: 30px; } }
.hv-soilseg { position: relative; cursor: pointer; text-align: left; border: 2px solid var(--hv-line); background: transparent; padding: 0; display: flex; flex-direction: column; transition: border-color .15s var(--hv-ease), background .15s var(--hv-ease), transform .12s var(--hv-snap), box-shadow .15s var(--hv-ease); }
.hv-soilseg:hover { border-color: var(--c); transform: translateY(-2px); }
.hv-soilseg[aria-pressed="true"] { border-color: var(--hv-yellow); background: rgba(244,222,0,0.12); transform: translateY(-3px); box-shadow: 0 0 0 2px var(--hv-yellow), 5px 5px 0 var(--hv-black); }
.hv-soilseg[aria-pressed="true"] .hv-soilseg__bar { height: 14px; }
.hv-soilseg[aria-pressed="true"] .hv-soilseg__lbl { color: var(--hv-yellow); }
.hv-soilseg__chk { position: absolute; top: 6px; right: 6px; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; background: var(--hv-yellow); color: var(--hv-black); box-shadow: 0 1px 4px rgba(0,0,0,0.4); }
.hv-soilseg__bar { height: 10px; background: var(--c); }
.hv-soilseg__lbl { font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; font-size: 19px; color: var(--hv-white); padding: 11px 13px 4px; }
.hv-soilseg__ex { font-size: 16px; color: var(--hv-concrete); padding: 0 13px 13px; line-height: 1.35; }
.hv-cov { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.hv-cov-seg { height: 12px; border: 1.5px solid var(--hv-line); transition: box-shadow .15s var(--hv-ease); }

/* Produktkarten mit Farbcodierung: kein Gelb-Flood (sonst kollidiert es mit den Bodenfarben) */
.hv-card.no-flood:hover { background: var(--hv-panel); color: var(--hv-white); border-color: var(--hv-yellow); box-shadow: 7px 7px 0 var(--hv-black), 10px 10px 0 var(--hv-orange); z-index: 50; }
.hv-card.no-flood:hover .muted { color: var(--hv-concrete); }
.hv-card.is-sel { border-color: var(--hv-yellow); box-shadow: 0 0 0 2px var(--hv-yellow), 6px 6px 0 var(--hv-black); }
.hv-card.is-sel:focus-visible { outline: 2px solid var(--hv-yellow); outline-offset: 4px; }

/* ---- AB-Logo in Signalgelb (Maske auf der Logo-Silhouette) ---- */
.hv-logo { display: inline-block; background-color: var(--hv-yellow); -webkit-mask: url(../../assets/logo-ab-mark.png) center / contain no-repeat; mask: url(../../assets/logo-ab-mark.png) center / contain no-repeat; }

/* ---- Hinweis-Pille zur Wetter-Leiste ---- */
.hv-rail-hint { position: fixed; right: calc(var(--rail-w) + 14px); top: 50%; transform: translateY(-50%); z-index: 56; display: inline-flex; align-items: center; gap: 8px; background: var(--hv-yellow); color: var(--hv-black); font-family: var(--hv-cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 15px; padding: 10px 14px; box-shadow: 4px 4px 0 var(--hv-black); animation: hvHintNudge 1.4s var(--hv-ease) infinite; }
@keyframes hvHintNudge { 0%,100% { transform: translateY(-50%) translateX(0); } 50% { transform: translateY(-50%) translateX(7px); } }
@media (max-width: 1024px) { .hv-rail-hint { top: auto; bottom: 66px; right: 12px; transform: none; animation: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hv-rail-hint { animation: none; }
  [data-reveal] { opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none !important; }
  [data-progress] { --p: 1; }
  [data-parallax] { --sy: 0 !important; }
  .hv-hero-type, .hv-hero-media { transform: none !important; opacity: 1 !important; }
  .hv-ticker__row, .hv-streak, .hv-cue, .hv-schirm .gore { animation: none !important; transition: none !important; }
  .hv-bg-layer, .hv-tape--run, [data-wx] .hv-react { animation: none !important; }
  .hv-react { transform: none !important; }
  .hv-band__big, .hv-band__mark { animation: none !important; }
  [data-wx="nebel"] .hv-react, [data-wx="sonne"] .hv-display { animation: none !important; }
}
