:root {
  --hfm-ink: #17231c;
  --hfm-paper: #f7f2e7;
  --hfm-cream: #fffaf0;
  --hfm-green: #244c38;
  --hfm-lime: #dce879;
  --hfm-coral: #f26447;
  --hfm-confirmed: #2f9e57;
  --hfm-confirmed-dark: #176b36;
  --hfm-blue: #9dd4de;
  --hfm-line: rgba(23, 35, 28, .17);
  --hfm-radius: 22px;
  --hfm-shadow: 0 22px 55px rgba(31, 48, 38, .13);
}

html { scroll-behavior: smooth; }
.hfm-site { overflow: hidden; background: var(--hfm-paper); color: var(--hfm-ink); }
.hfm-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hfm-section { padding: clamp(72px, 9vw, 126px) 0; }
.hfm-kicker, .hfm-section-kicker { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; font-weight: 800; }
.hfm-section-kicker { color: var(--hfm-coral); }
.hfm-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 2px solid transparent; border-radius: 999px; font: inherit; font-size: .92rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.hfm-button:hover { transform: translateY(-2px); }
.hfm-button:focus-visible, .hfm-form input:focus-visible, .hfm-form textarea:focus-visible, .hfm-text-link:focus-visible { outline: 3px solid var(--hfm-coral); outline-offset: 3px; }
.hfm-button--primary { background: var(--hfm-coral); color: #fff; box-shadow: 0 9px 0 #a93828; }
.hfm-button--primary:hover { color: #fff; box-shadow: 0 7px 0 #a93828; }
.hfm-button--ghost { border-color: currentColor; color: var(--hfm-cream); }
.hfm-button--dark { background: var(--hfm-ink); color: #fff; }
.hfm-button--dark:hover { color: #fff; }

.hfm-hero { position: relative; padding: clamp(80px, 11vw, 155px) 0 100px; background: var(--hfm-green); color: var(--hfm-cream); }
.hfm-hero::before { content: ''; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle at 20% 20%, var(--hfm-lime) 0 2px, transparent 3px); background-size: 32px 32px; mask-image: linear-gradient(90deg, #000, transparent 55%); }
.hfm-hero::after { content: 'NIERSTEIN'; position: absolute; right: -34px; bottom: -36px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.14); font: 900 clamp(6rem, 16vw, 15rem)/.8 Arial, sans-serif; letter-spacing: -.08em; pointer-events: none; }
.hfm-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.hfm-hero h1 { max-width: 750px; margin: 0; color: #fff; font: 800 clamp(4.3rem, 8.6vw, 8.5rem)/.82 Georgia, serif; letter-spacing: -.075em; }
.hfm-hero h1 em { color: var(--hfm-lime); font-weight: inherit; }
.hfm-lead { max-width: 680px; margin: 34px 0 0; font-size: clamp(1.04rem, 1.8vw, 1.28rem); line-height: 1.65; color: rgba(255,255,255,.82); }
.hfm-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.hfm-status-card { position: relative; padding: 34px; border-radius: 30px; background: var(--hfm-lime); color: var(--hfm-ink); transform: rotate(1.2deg); box-shadow: 18px 20px 0 rgba(0,0,0,.16); }
.hfm-status-card::before { content: ''; position: absolute; width: 90px; height: 28px; top: -14px; left: calc(50% - 45px); background: rgba(247,242,231,.68); transform: rotate(-3deg); }
.hfm-status-card__eyebrow { display: flex; align-items: center; gap: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.hfm-live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--hfm-coral); box-shadow: 0 0 0 6px rgba(242,100,71,.18); }
.hfm-status-card__title { display: block; margin-top: 24px; font: 800 clamp(2rem, 3.2vw, 3rem)/.95 Georgia, serif; letter-spacing: -.045em; overflow-wrap: anywhere; }
.hfm-status-card > p { margin: 14px 0 25px; font-weight: 650; }
.hfm-progress { overflow: hidden; height: 10px; border-radius: 10px; background: rgba(23,35,28,.16); }
.hfm-progress span { display: block; height: 100%; min-width: 2%; border-radius: inherit; background: var(--hfm-coral); }
.hfm-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 24px 0 18px; }
.hfm-stats div { border-left: 1px solid rgba(23,35,28,.22); padding-left: 10px; }
.hfm-stats strong, .hfm-stats span { display: block; }
.hfm-stats strong { font-size: 1.65rem; }
.hfm-stats span { font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.hfm-status-card small { display: block; line-height: 1.45; opacity: .72; }

.hfm-facts { position: relative; z-index: 2; background: var(--hfm-ink); color: #fff; }
.hfm-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hfm-facts__grid > div { display: grid; min-height: 132px; padding: 28px 26px; border-right: 1px solid rgba(255,255,255,.17); align-content: center; }
.hfm-facts__grid > div:last-child { border-right: 0; }
.hfm-facts strong { font-size: 1rem; }
.hfm-facts small { margin-top: 5px; color: rgba(255,255,255,.58); }

.hfm-notice { scroll-margin-top: 24px; margin: 0 0 28px; padding: 20px 22px; border: 2px solid transparent; border-radius: 14px; box-shadow: 0 10px 25px rgba(23,35,28,.1); }
.hfm-notice strong, .hfm-notice span { display: block; }
.hfm-notice strong { margin-bottom: 5px; font-size: 1.05rem; }
.hfm-notice span { line-height: 1.5; }
.hfm-notice:focus { outline: 3px solid var(--hfm-ink); outline-offset: 4px; }
.hfm-notice--success { border-color: #85bc78; background: #dcefcf; color: #244523; }
.hfm-notice--info { background: #dcecf3; color: #173849; }
.hfm-notice--error { background: #f9d6ce; color: #68291c; }
.hfm-intro__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 120px); }
.hfm-intro h2, .hfm-section-heading h2, .hfm-register h2, .hfm-share h2 { margin: 0; font: 800 clamp(2.8rem, 5.8vw, 5.7rem)/.96 Georgia, serif; letter-spacing: -.055em; }
.hfm-richtext { font-size: 1.13rem; line-height: 1.75; }
.hfm-richtext p { margin-top: 0; }
.hfm-richtext ul { list-style: none; margin: 30px 0 0; padding: 0; }
.hfm-richtext li { position: relative; padding: 15px 0 15px 36px; border-top: 1px solid var(--hfm-line); }
.hfm-richtext li:last-child { border-bottom: 1px solid var(--hfm-line); }
.hfm-richtext li::before { content: '✓'; position: absolute; left: 4px; color: var(--hfm-coral); font-weight: 900; }

.hfm-map-section { background: #d9e4d5; }
.hfm-section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.hfm-section-heading > p { max-width: 500px; margin: 0 0 6px; line-height: 1.65; }
.hfm-map-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr); min-height: 590px; border: 1px solid var(--hfm-line); border-radius: var(--hfm-radius); overflow: hidden; background: var(--hfm-cream); box-shadow: var(--hfm-shadow); }
.hfm-map-gate { position: relative; min-height: 590px; background-color: #b9cdb4; background-image: linear-gradient(28deg, transparent 46%, rgba(255,255,255,.56) 47% 51%, transparent 52%), linear-gradient(118deg, transparent 40%, rgba(36,76,56,.13) 41% 43%, transparent 44%); background-size: 170px 150px, 250px 190px; }
.hfm-map-gate__consent, .hfm-map-error { position: absolute; inset: 50% auto auto 50%; width: min(400px, calc(100% - 40px)); transform: translate(-50%, -50%); padding: 28px; border-radius: 18px; background: rgba(255,250,240,.96); text-align: center; box-shadow: 0 18px 50px rgba(23,35,28,.16); }
.hfm-map-gate__consent strong, .hfm-map-gate__consent p { display: block; }
.hfm-map-gate__consent strong { margin: 8px 0 10px; font-size: 1.18rem; }
.hfm-map-gate__consent p { font-size: .87rem; line-height: 1.55; }
.hfm-map-pin { display: inline-grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: var(--hfm-coral); color: #fff; font-size: 1.7rem; }
.hfm-map-canvas { width: 100%; height: 100%; min-height: 590px; }
.hfm-location-marker { position: relative; border: 0; background: transparent; }
.hfm-location-marker__pulse, .hfm-location-marker__dot { position: absolute; display: block; border-radius: 50%; }
.hfm-location-marker__pulse { inset: 2px; border: 3px solid var(--hfm-confirmed); animation: hfm-location-pulse 1.9s ease-out infinite; }
.hfm-location-marker__dot { inset: 10px; border: 2px solid #fff; background: var(--hfm-confirmed); box-shadow: 0 2px 9px rgba(23,35,28,.55); }
.hfm-location-marker--lead .hfm-location-marker__pulse { border-color: #d5a620; }
.hfm-location-marker--lead .hfm-location-marker__dot { background: #f4c542; }
.hfm-map-legend { position: absolute; z-index: 500; top: 12px; right: 12px; display: flex; gap: 14px; padding: 9px 12px; border-radius: 10px; background: rgba(255,250,240,.94); box-shadow: 0 5px 18px rgba(23,35,28,.18); color: var(--hfm-ink); font-size: .7rem; font-weight: 800; }
.hfm-map-legend span { display: flex; gap: 6px; align-items: center; }
.hfm-map-legend__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--hfm-confirmed); }
.hfm-map-legend__dot--lead { background: #f4c542; }
.leaflet-popup-content strong, .leaflet-popup-content small { display: block; }
.leaflet-popup-content small { margin-top: 3px; color: #526259; line-height: 1.35; }
@keyframes hfm-location-pulse { 0% { opacity: .9; transform: scale(.35); } 75%, 100% { opacity: 0; transform: scale(1); } }
.hfm-street-panel { display: flex; flex-direction: column; min-width: 0; border-left: 1px solid var(--hfm-line); }
.hfm-street-panel__head { display: flex; justify-content: space-between; gap: 14px; padding: 22px 24px; background: var(--hfm-green); color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.hfm-street-list { overflow: auto; max-height: 530px; margin: 0; padding: 8px 24px 20px; list-style: none; }
.hfm-street-list li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--hfm-line); font-size: .92rem; }
.hfm-street-list li > span { overflow-wrap: anywhere; }
.hfm-badge { flex: 0 0 auto; padding: 5px 8px; border-radius: 999px; font-size: .62rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.hfm-badge--lead { background: #f1dd9d; color: #694f09; }
.hfm-badge--confirmed { background: #c8e7c0; color: #245323; }
.hfm-empty { padding: 24px; line-height: 1.5; }

.hfm-register { background: var(--hfm-coral); }
.hfm-register__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 8vw, 100px); align-items: start; }
.hfm-register__copy { position: sticky; top: 40px; color: #fff; }
.hfm-register__copy .hfm-section-kicker { color: var(--hfm-lime); }
.hfm-register__copy > p:not(.hfm-section-kicker) { max-width: 500px; font-size: 1.08rem; line-height: 1.65; }
.hfm-steps { list-style: none; margin: 35px 0 0; padding: 0; }
.hfm-steps li { display: flex; align-items: center; gap: 14px; padding: 12px 0; font-weight: 800; }
.hfm-steps span { display: inline-grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--hfm-lime); color: var(--hfm-ink); }
.hfm-form-card { padding: clamp(26px, 5vw, 55px); border-radius: 28px; background: var(--hfm-cream); box-shadow: 18px 20px 0 rgba(97,28,18,.28); }
.hfm-form { display: grid; grid-template-columns: 1fr 170px; gap: 24px 18px; }
.hfm-field { min-width: 0; }
.hfm-field--full { grid-column: 1 / -1; }
.hfm-field label, .hfm-field > label { display: block; margin-bottom: 8px; font-weight: 800; font-size: .86rem; }
.hfm-field label span { color: var(--hfm-coral); }
.hfm-field input:not([type=checkbox]), .hfm-field textarea { width: 100%; border: 1px solid var(--hfm-line); border-radius: 10px; background: #fff; padding: 13px 14px; color: var(--hfm-ink); font: inherit; box-sizing: border-box; }
.hfm-field small { display: block; margin-top: 7px; color: rgba(23,35,28,.58); line-height: 1.45; }
.hfm-consents { margin: 0; padding: 19px; border: 1px solid var(--hfm-line); border-radius: 12px; }
.hfm-consents legend { padding: 0 6px; font-weight: 900; }
.hfm-consents label { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; }
.hfm-consents input, .hfm-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--hfm-coral); }
.hfm-check { display: flex; align-items: flex-start; gap: 12px; font-size: .86rem; line-height: 1.5; }
.hfm-check span { flex: 1; }
.hfm-check strong { color: var(--hfm-coral); }
.hfm-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 6px; }
.hfm-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hfm-closed { padding: 40px; text-align: center; }
.hfm-closed strong { font: 800 2.3rem/1 Georgia, serif; }

.hfm-share { background: var(--hfm-paper); }
.hfm-share__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.hfm-share__grid > div > p:not(.hfm-section-kicker) { line-height: 1.65; }
.hfm-share-card { overflow: hidden; border-radius: 22px; background: #fff; box-shadow: var(--hfm-shadow); }
.hfm-share-card img { display: block; width: 100%; height: auto; }
.hfm-share-card > div { display: flex; align-items: center; gap: 20px; padding: 18px 22px; }
.hfm-text-link { color: var(--hfm-ink); font-weight: 900; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .hfm-hero__grid, .hfm-intro__grid, .hfm-section-heading, .hfm-register__grid, .hfm-share__grid { grid-template-columns: 1fr; }
  .hfm-status-card { max-width: 520px; transform: none; }
  .hfm-facts__grid { grid-template-columns: repeat(2, 1fr); }
  .hfm-facts__grid > div:nth-child(2) { border-right: 0; }
  .hfm-map-layout { grid-template-columns: 1fr; }
  .hfm-street-panel { border-top: 1px solid var(--hfm-line); border-left: 0; }
  .hfm-street-list { max-height: 360px; }
  .hfm-register__copy { position: static; }
}

@media (max-width: 600px) {
  .hfm-shell { width: min(100% - 26px, 1180px); }
  .hfm-hero { padding-top: 72px; }
  .hfm-hero h1 { font-size: clamp(3.4rem, 18vw, 5rem); }
  .hfm-status-card { padding: 26px; }
  .hfm-facts__grid { grid-template-columns: 1fr; }
  .hfm-facts__grid > div { min-height: 100px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .hfm-form { grid-template-columns: 1fr; }
  .hfm-field--full { grid-column: auto; }
  .hfm-map-gate, .hfm-map-canvas { min-height: 480px; }
  .hfm-share-card > div, .hfm-form__footer { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hfm-button { transition: none; }
  .hfm-location-marker__pulse { animation: none; opacity: .35; }
}
