.cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-display);font-weight:700;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;line-height:1;padding:.95rem 1.75rem;border-radius:var(--radius-button);border:2px solid transparent;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease;text-align:center;white-space:nowrap}.cta:hover{color:var(--accent-text)}.cta--primary{background-color:var(--accent);color:var(--accent-text);border-color:var(--accent)}.cta--primary:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.cta--secondary{background-color:transparent;color:var(--accent);border-color:var(--accent)}.cta--secondary:hover{background-color:var(--accent);color:var(--accent-text)}.cta--danger{background-color:var(--accent-red);color:#fff;border-color:var(--accent-red);box-shadow:0 6px 18px #ff313040}.cta--danger:hover{background-color:var(--accent-red-hover);border-color:var(--accent-red-hover);color:#fff;transform:translateY(-2px);box-shadow:0 12px 28px #ff313073}.cta--large{font-size:clamp(1rem,.5vw + .95rem,1.2rem);font-weight:900;letter-spacing:.05em;padding:1.35rem 2.5rem;border-radius:999px;min-height:60px}.cta--large.cta--danger{box-shadow:0 10px 28px #ff313059;animation:cta-pulse 2.6s ease-in-out infinite}.cta--large.cta--danger:hover{box-shadow:0 16px 36px #ff31308c;animation:none}@keyframes cta-pulse{0%,to{box-shadow:0 10px 28px #ff313059}50%{box-shadow:0 14px 36px #ff31308c,0 0 0 4px #ff31301f}}@media(prefers-reduced-motion:reduce){.cta--large.cta--danger{animation:none}}@media(max-width:480px){.cta{width:100%}.cta--large{font-size:1.05rem;padding:1.2rem 1.5rem;min-height:56px}}.tc-geomap{margin:1.2rem 0 1.6rem}.tc-gm-head{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.tc-gm-title{margin:0;font-size:1.3rem;font-family:var(--serif)}.tc-gm-modes{display:flex;gap:.4rem;margin-left:auto}.tc-gm-chip{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;border:1px solid var(--line);background:var(--chip-bg);color:var(--muted);border-radius:999px;padding:.25rem .9rem;font-size:.85rem;line-height:1.1;cursor:pointer}.tc-gm-chip.is-on{background:var(--map-accent, var(--stamp-blue));border-color:var(--map-accent, var(--stamp-blue));color:var(--paper);font-weight:600}.tc-gm-expand{background:var(--brand-yellow);border-color:var(--brand-yellow);color:var(--on-brand);font-weight:700}.tc-gm-expand:hover{background:var(--brand-yellow-dim);border-color:var(--brand-yellow-dim)}.tc-gm-views{display:flex;gap:.35rem}.tc-gm-view{min-height:36px;min-width:0;padding:.2rem .75rem;font-size:.78rem}.tc-gm-view.is-on{background:var(--brand-yellow);border-color:var(--brand-yellow);color:var(--on-brand, #000);font-weight:700}.tc-gm-score{margin:.5rem 0 .4rem;font-family:var(--mono);font-size:.85rem;color:var(--muted);min-height:1.3em}.tc-gm-stage{position:relative}.tc-gm-canvas{height:clamp(19rem,52vh,32rem);background:var(--chip-bg);border:1px solid var(--line);border-radius:10px;overflow:hidden}.tc-gm-canvas .maplibregl-map{border-radius:10px}.tc-gm-note{position:absolute;left:.5rem;right:3.4rem;top:.5rem;z-index:3;margin:0;background:var(--card);color:var(--muted);border:1px solid var(--line);border-radius:8px;padding:.35rem .6rem;font-size:.76rem}.tc-gm-note[hidden]{display:none}.tc-geomap.is-full{position:fixed;inset:0;z-index:90;margin:0;padding:.7rem .8rem .6rem;background:var(--paper);display:flex;flex-direction:column;overflow:auto;overscroll-behavior:contain}.tc-geomap.is-full .tc-gm-stage{flex:1;min-height:0}.tc-geomap.is-full .tc-gm-canvas{height:100%;min-height:14rem}.tc-geomap.is-full .tc-gm-credit{margin-bottom:0}body.tc-gm-lock{overflow:hidden}.tc-gm-legend{display:flex;flex-wrap:wrap;gap:.4rem 1rem;margin:.5rem 0 0;font-size:.78rem;color:var(--muted)}.tc-gm-legend[hidden]{display:none}.tc-gm-legend .sw{display:inline-block;width:.8rem;height:.8rem;border-radius:3px;vertical-align:-1px;margin-right:.25rem;background:var(--chip-bg)}.tc-gm-legend .sw.lvl-ok{background:var(--ok);opacity:.62}.tc-gm-legend .sw.lvl-warn{background:var(--warn-fill, var(--warn));opacity:.62}.tc-gm-legend .sw.lvl-crit{background:var(--crit-fill, var(--crit));opacity:.62}.tc-gm-legend .sw.hist-1{background:var(--map-accent, var(--stamp-blue));opacity:.3}.tc-gm-legend .sw.hist-2{background:var(--map-accent, var(--stamp-blue));opacity:.55}.tc-gm-legend .sw.hist-3{background:var(--map-accent, var(--stamp-blue));opacity:.8}.tc-gm-legend .sw.bud-1{background:var(--map-budget, #0e7490);opacity:.2}.tc-gm-legend .sw.bud-2{background:var(--map-budget, #0e7490);opacity:.42}.tc-gm-legend .sw.bud-3{background:var(--map-budget, #0e7490);opacity:.64}.tc-gm-legend .sw.bud-4{background:var(--map-budget, #0e7490);opacity:.85}.tc-gm-legend .sw.sw-schengen{background:transparent;border:2px solid var(--map-accent, var(--stamp-blue))}.tc-gm-legend .tc-gm-legend-note{font-size:.72rem;opacity:.8}.tc-gm-legend span[hidden]{display:none}.tc-gm-credit{font-size:.72rem;color:var(--muted);margin:.4rem 0 0}.tc-gm-credit a{color:var(--muted)}.tc-geomap .maplibregl-ctrl-group{background:var(--card);border:1px solid var(--line);border-radius:8px;box-shadow:0 2px 8px #00000024}.tc-geomap .maplibregl-ctrl-group button+button{border-top:1px solid var(--line)}.tc-geomap .maplibregl-ctrl-group button{width:34px;height:34px;background:transparent}.tc-geomap .maplibregl-ctrl-group button:hover{background:var(--chip-bg)}.tc-geomap .maplibregl-ctrl-group button .maplibregl-ctrl-icon{filter:var(--tc-gm-icon-filter, none)}.tc-geomap .maplibregl-ctrl-attrib{background:color-mix(in srgb,var(--card) 84%,transparent);color:var(--muted);font-size:.68rem}.tc-geomap .maplibregl-ctrl-attrib a{color:var(--muted)}@media(prefers-color-scheme:dark){.tc-geomap{--tc-gm-icon-filter: invert(1)}}.tc-gm-peek{position:absolute;left:0;top:0;z-index:4;max-width:min(15rem,calc(100% - 1rem));pointer-events:none;background:var(--card);color:var(--ink);border:1px solid var(--line);border-left:3px solid var(--map-accent, var(--stamp-blue));border-radius:7px;padding:.3rem .5rem;font-family:var(--sans);font-size:.78rem;line-height:1.3;box-shadow:0 3px 12px #00000047;opacity:0;transition:opacity 90ms linear}.tc-gm-peek.is-on{opacity:1}.tc-gm-peek[hidden]{display:none}.tc-gm-peek b{display:block;font-family:var(--serif);font-size:.85rem}.tc-gm-peek .big{display:block;font-family:var(--sans);font-weight:700}.tc-gm-peek .row{display:block;color:var(--muted);font-family:var(--sans);font-size:.72rem}.tc-gm-peek.lvl-ok{border-left-color:var(--ok)}.tc-gm-peek.lvl-warn{border-left-color:var(--warn)}.tc-gm-peek.lvl-crit{border-left-color:var(--crit)}.tc-gm-peek.lvl-budget{border-left-color:var(--map-budget, #0e7490)}@media(prefers-reduced-motion:reduce){.tc-gm-peek{transition:none}}.tc-gm-popup{z-index:6}.tc-gm-popup .maplibregl-popup-content{background:var(--card);color:var(--ink);border:1px solid var(--line);border-left:4px solid var(--map-accent, var(--stamp-blue));border-radius:8px;padding:.5rem 1.5rem .55rem .6rem;font-family:var(--sans);font-size:.82rem;line-height:1.35;box-shadow:0 4px 18px #0000003d;max-height:var(--tc-gm-pop-max, 60vh);overflow-y:auto;overscroll-behavior:contain}.tc-gm-popup.lvl-ok .maplibregl-popup-content{border-left-color:var(--ok)}.tc-gm-popup.lvl-warn .maplibregl-popup-content{border-left-color:var(--warn)}.tc-gm-popup.lvl-crit .maplibregl-popup-content{border-left-color:var(--crit)}.tc-gm-popup.lvl-budget .maplibregl-popup-content{border-left-color:var(--map-budget, #0e7490)}.tc-gm-popup .maplibregl-popup-tip{border-top-color:var(--card);border-bottom-color:var(--card)}.tc-gm-popup .maplibregl-popup-close-button{width:30px;height:30px;font-size:1.1rem;color:var(--muted);background:transparent;border-radius:6px}@media(max-width:640px){.tc-gm-popup{position:absolute!important;top:auto!important;left:.5rem!important;right:.5rem!important;bottom:.5rem!important;transform:none!important;max-width:none!important;width:auto;flex-direction:column!important;pointer-events:none}.tc-gm-popup .maplibregl-popup-tip{display:none}.tc-gm-popup .maplibregl-popup-content,.tc-gm-popup.is-cy .maplibregl-popup-content{box-sizing:border-box;width:auto;position:static;padding-right:2.6rem;border-radius:8px!important;max-height:min(calc(var(--tc-gm-pop-h, 60vh) - 1rem),max(calc(var(--tc-gm-pop-h, 60vh) * .6),14rem));box-shadow:0 -4px 24px #00000073}.tc-gm-popup .maplibregl-popup-close-button{position:absolute;top:.3rem;right:.3rem;z-index:2;pointer-events:auto;width:34px;height:34px;font-size:1.25rem;color:var(--ink);background:var(--card);box-shadow:0 0 0 1px var(--line)}}.tc-gm-popup.is-cy .maplibregl-popup-content{box-sizing:border-box;width:min(34rem,var(--tc-gm-pop-w, calc(100vw - 2rem) ),calc(100vw - 2rem));border-left:1px solid var(--line);padding:.55rem 1.6rem .55rem .7rem}.tc-cy{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);grid-template-areas:"svg nord" "sued nord";gap:.3rem .9rem;align-items:start}.tc-cy__svg{grid-area:svg;display:block;width:100%;height:auto;align-self:center}.tc-cy__side{min-width:0}.tc-cy__side.tc-cy__nord{grid-area:nord;text-align:left;padding-top:.2rem}.tc-cy__side.tc-cy__sued{grid-area:sued}.tc-gm-popup .tc-cy__side b{font-size:1.05rem}.tc-gm-popup .tc-cy__side .big{font-size:.78rem;line-height:1.3}.tc-gm-popup .tc-cy__side .row{font-size:.68rem;line-height:1.3;margin-top:.15rem}.tc-cy__glow{fill:var(--brand-yellow, #ffe026);opacity:.6}.tc-cy__sued{fill:var(--warn-fill, var(--warn))}.tc-cy__basen{fill:#000;opacity:.26}.tc-cy__nord{fill:var(--ok)}.tc-cy__coast{fill:none;stroke:var(--chip-bg);stroke-width:1.2px;stroke-linejoin:round}.tc-cy__grenze{fill:none;stroke:var(--brand-yellow, #ffe026);stroke-width:1.6px;stroke-linejoin:round;stroke-linecap:round}.tc-cy__videos{margin-top:.2rem}.tc-cy--nodata{padding:0}.tc-cy--nodata .tc-cy__side{position:static;max-width:none;text-align:left}.tc-cy--nodata .tc-cy__nord{margin-bottom:.5rem}@media(max-width:700px){.tc-cy{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"svg" "nord" "sued";gap:.35rem;padding:0}.tc-cy__svg{max-height:36vw;margin-inline:auto}.tc-cy__side,.tc-cy__side.tc-cy__sued,.tc-cy__side.tc-cy__nord{position:static;max-width:none;text-align:left;padding-top:0}.tc-gm-popup .tc-cy__side b{font-size:.95rem}.tc-gm-popup .tc-cy__side .big{font-size:.74rem}.tc-gm-popup .tc-cy__side .row{font-size:.66rem}}.tc-gm-cymark{width:40px;height:40px;padding:0;border:0;background:transparent;cursor:pointer;transition:opacity .4s cubic-bezier(.22,1,.36,1)}.tc-gm-cymark.is-off{pointer-events:none}.tc-gm-cymark.is-off>*,.tc-gm-cymark.is-ghost>*{opacity:0!important;animation:none}.tc-gm-cymark__lens{position:absolute;inset:0;border-radius:50%;background:color-mix(in srgb,var(--chip-bg) 84%,transparent);border:1.5px solid var(--brand-yellow, #ffe026);box-shadow:0 2px 10px #00000073,0 0 14px #ffe02640;display:grid;place-items:center;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1)}.tc-gm-cymark:hover .tc-gm-cymark__lens{transform:scale(1.08);box-shadow:0 2px 10px #00000073,0 0 20px #ffe02673;transition-duration:.14s}.tc-gm-cymark .tc-cy__svg{width:30px;height:auto}.tc-gm-cymark .tc-cy__grenze{stroke-width:1px}.tc-gm-cymark .tc-cy__coast{stroke-width:.6px}.tc-gm-cymark__ring{position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--brand-yellow, #ffe026);opacity:0;animation:tc-cy-pulse 2.4s cubic-bezier(.22,1,.36,1) infinite}@keyframes tc-cy-pulse{0%{transform:scale(.7);opacity:.85}to{transform:scale(1.45);opacity:0}}@media(prefers-reduced-motion:reduce){.tc-gm-cymark__ring{animation:none;opacity:.5;transform:none}.tc-gm-cymark,.tc-gm-cymark__lens{transition:none}.tc-gm-cymark:hover .tc-gm-cymark__lens{transform:none}}.tc-gm-popup b{display:block;font-family:var(--serif);font-size:.95rem}.tc-gm-popup .big{display:block;font-family:var(--sans);font-weight:700;margin:.1rem 0}.tc-gm-popup .row{display:block;color:var(--muted);font-family:var(--sans);font-size:.76rem}.tc-gm-popup .tc-tip-vhead{margin-top:.35rem}.tc-gm-popup .tc-tip-video{display:flex;align-items:flex-start;gap:.45rem;margin-top:.35rem;color:var(--ink);font-size:.78rem;line-height:1.3;text-decoration:none;border-left:2px solid var(--map-accent, var(--stamp-blue));padding-left:.4rem}.tc-gm-popup .tc-tip-video-thumb{flex:0 0 auto;width:112px;height:63px;object-fit:cover;border-radius:5px;border:1px solid var(--line);background:var(--chip-bg)}.tc-gm-popup .tc-tip-video .txt{display:block;min-width:0}.tc-gm-popup .tc-tip-video:hover .txt,.tc-gm-popup .tc-tip-video:focus-visible .txt{text-decoration:underline}.tc-gm-popup .tc-tip-video .views{display:block;color:var(--muted);font-family:var(--sans);font-size:.7rem}.tc-gm-popup .tc-tip-link{display:block;margin-top:.4rem;padding-left:.4rem;border-left:2px solid var(--brand-yellow, #ffe026);color:var(--brand-yellow, #ffe026);font-size:.78rem;font-weight:600;line-height:1.3;text-decoration:none}.tc-gm-popup .tc-tip-link:hover,.tc-gm-popup .tc-tip-link:focus-visible{text-decoration:underline}.tc-gm-popup .tc-tip-link+.tc-tip-link{margin-top:.25rem}.tc-gm-popup .tc-gm-details{display:block;width:100%;min-height:40px;margin-top:.45rem;border:1px solid var(--map-accent, var(--stamp-blue));border-radius:999px;background:var(--map-accent, var(--stamp-blue));color:var(--paper);font-size:.8rem;font-weight:600;cursor:pointer}@media(max-width:30rem){.tc-gm-modes{margin-left:0;order:3;width:100%}.tc-gm-expand{margin-left:auto}}.nh-map .tc-gm-modes,.nh-map .tc-gm-title,.nh-map .tc-gm-score,.nh-map .tc-gm-legend{display:none}.nh-map .tc-geomap{margin:0;padding:0;position:relative;--on-brand: #000}.nh-map .tc-geomap.is-full{position:fixed;inset:0;z-index:10000;padding:0;background:#000}.nh-map .tc-geomap.is-full .tc-gm-canvas{aspect-ratio:auto;height:100%;min-height:0}.nh-map .tc-gm-views{display:none}.nh-map .tc-geomap.is-full .tc-gm-views{display:flex}@media(max-width:700px){.nh-map .tc-gm-views{display:flex}}.nh-map .tc-gm-head{position:absolute;top:.7rem;left:.7rem;z-index:5;margin:0}.nh-map .tc-gm-canvas{border:0;border-radius:0}.nh-map .tc-gm-canvas{aspect-ratio:2 / 1;min-height:16rem;height:auto}@media(max-width:700px){.nh-map .tc-gm-canvas{aspect-ratio:9 / 8;min-height:0}}.nh-map .tc-gm-credit{margin:0;padding:.55rem .9rem .65rem}.nh-map .tc-geomap{--paper: #000000;--card: #161a22;--line: #2c3242;--ink: #f2f4f8;--muted: #9aa3b4;--chip-bg: #0b0e14;--cat-rest: #2a2f3c;--seen: #3b4457;--warn-fill: #d8b654;--crit-fill: #c9504a;--ok: #4fc08a;--warn: #d9a441;--crit: #ff5a52;--map-accent: #ece9e0;--map-budget: #2fa8c2;--stamp-blue: #ece9e0;--brand-yellow: #ffe026;--brand-yellow-dim: #efd000;--sans: var(--font-sans);--serif: var(--font-display);--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}.nh-leiter__kunden{margin:1.4rem 0 .5rem;font-family:var(--font-display);font-weight:800;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.nh-hinweis{padding:.5rem 0 2.5rem}.nh-hinweis .nh-fussnote{text-align:center;max-width:720px;margin:0 auto}.nh-proof__big--einzeilig{white-space:nowrap;font-size:clamp(1.35rem,2.2vw,1.9rem)}.nh-hero[data-astro-cid-k3hffsya],.nh-start[data-astro-cid-k3hffsya],.nh-sprech[data-astro-cid-k3hffsya],.nh-stimmen[data-astro-cid-k3hffsya],.nh-proof[data-astro-cid-k3hffsya],.nh-quote[data-astro-cid-k3hffsya],.nh-morgen[data-astro-cid-k3hffsya],.nh-liebe[data-astro-cid-k3hffsya],.nh-map[data-astro-cid-k3hffsya],.nh-track[data-astro-cid-k3hffsya],.nh-marcin[data-astro-cid-k3hffsya],.nh-rep[data-astro-cid-k3hffsya]{--ease-out: cubic-bezier(.22, .7, .26, 1);--elev-1: inset 0 1px 0 rgba(255,255,255,.045), 0 1px 2px rgba(0,0,0,.55), 0 12px 26px -18px #000;--elev-2: inset 0 1px 0 rgba(255,255,255,.06), 0 2px 6px rgba(0,0,0,.5), 0 26px 50px -26px #000;--elev-3: inset 0 1px 0 rgba(255,255,255,.09), 0 4px 12px rgba(0,0,0,.55), 0 34px 64px -28px #000}.nh-hero[data-astro-cid-k3hffsya]{background:var(--bg);padding-block:clamp(3.5rem,7vw,6rem) clamp(3rem,5vw,4.5rem);text-align:center}.nh-hero__inner[data-astro-cid-k3hffsya]{max-width:880px;display:grid;justify-items:center}.nh-h1[data-astro-cid-k3hffsya]{font-size:clamp(1.9rem,4vw + 1rem,3.1rem);font-weight:800;text-transform:uppercase;line-height:1.12;letter-spacing:-.01em;color:var(--text-heading);text-wrap:balance;margin-top:1.4rem}.nh-h1__red[data-astro-cid-k3hffsya]{color:var(--accent-red)}.nh-h1--logo[data-astro-cid-k3hffsya]{display:grid;justify-items:center}.nh-h1__wort[data-astro-cid-k3hffsya]{font-weight:900;font-size:clamp(2.5rem,8.6vw,5.6rem);line-height:1;letter-spacing:-.015em;color:#fff;white-space:nowrap}.nh-h1__pill[data-astro-cid-k3hffsya]{display:inline-block;background:var(--accent-red);color:#fff;font-weight:800;font-size:clamp(.78rem,2.1vw,1.3rem);letter-spacing:.02em;line-height:1;padding:.55em 1.3em;border-radius:999px;margin-top:.5em}.nh-claim[data-astro-cid-k3hffsya]{font-size:clamp(1.15rem,1.3vw + .95rem,1.6rem);color:#fff;font-weight:500;line-height:1.55;max-width:32em;margin-top:1.5rem;text-wrap:balance}.nh-claim[data-astro-cid-k3hffsya] strong[data-astro-cid-k3hffsya]{font-weight:900;color:var(--accent);-webkit-text-stroke:.028em currentColor;letter-spacing:.012em}.nh-hero__ctas[data-astro-cid-k3hffsya]{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;margin-top:1.9rem}.nh-reach[data-astro-cid-k3hffsya]{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.9rem;margin:2.8rem auto 0}.nh-follow[data-astro-cid-k3hffsya]{display:grid;gap:.6rem;align-content:center;padding:1rem 1.4rem;border:1px solid var(--border);border-radius:var(--radius);background:#ffffff05}.nh-follow__row[data-astro-cid-k3hffsya]{display:grid;grid-template-columns:2rem auto 1fr;align-items:baseline;column-gap:.7rem;justify-items:start;color:#fff;text-decoration:none}.nh-follow__row[data-astro-cid-k3hffsya] svg[data-astro-cid-k3hffsya]{align-self:center;color:#fff}.nh-follow__row[data-astro-cid-k3hffsya] b[data-astro-cid-k3hffsya],.nh-follow--stat[data-astro-cid-k3hffsya] b[data-astro-cid-k3hffsya]{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,1.6vw + .9rem,2.2rem);font-variant-numeric:tabular-nums;line-height:1;color:#fff}.nh-follow__row[data-astro-cid-k3hffsya] span[data-astro-cid-k3hffsya],.nh-follow--stat[data-astro-cid-k3hffsya] span[data-astro-cid-k3hffsya]{font-size:.85rem;color:var(--text-muted)}.nh-follow--stat[data-astro-cid-k3hffsya]{gap:.35rem;text-align:left}.nh-follow--stat[data-astro-cid-k3hffsya] span[data-astro-cid-k3hffsya]{max-width:12em}.nh-follow__row[data-astro-cid-k3hffsya]:hover b[data-astro-cid-k3hffsya]{color:var(--accent)}.nh-follow[data-astro-cid-k3hffsya] .offen{margin:0;padding:.1em .3em}.nh-follow__row[data-astro-cid-k3hffsya] .offen{display:inline-block;margin-top:1.5em;max-width:12em}.nh-follow[data-astro-cid-k3hffsya] .offen__tag{top:-1.6em;right:auto;left:0}@media(max-width:640px){.nh-reach[data-astro-cid-k3hffsya]{flex-direction:column;align-items:stretch}}.nh-start[data-astro-cid-k3hffsya]{background:var(--bg-alt);padding-block:clamp(3rem,6vw,5rem)}.nh-center[data-astro-cid-k3hffsya]{text-align:center;max-width:780px;margin-inline:auto}.nh-sub--kicker[data-astro-cid-k3hffsya]{margin:0 auto .5rem}.nh-start__grid[data-astro-cid-k3hffsya]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;max-width:1080px;margin:0 auto}@media(max-width:1020px){.nh-start__grid[data-astro-cid-k3hffsya]{grid-template-columns:repeat(2,1fr);max-width:640px}}@media(max-width:560px){.nh-start__grid[data-astro-cid-k3hffsya]{grid-template-columns:1fr;max-width:420px}}.nh-tile[data-astro-cid-k3hffsya]{--ease-spring: cubic-bezier(.22, 1, .36, 1);position:relative;display:flex;align-items:flex-end;min-height:clamp(190px,17vw,258px);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--elev-1);overflow:hidden;text-decoration:none;transition:transform .46s var(--ease-spring),box-shadow .46s var(--ease-spring),border-color .46s ease-out}@media(max-width:1020px){.nh-tile[data-astro-cid-k3hffsya]{min-height:210px}}@media(max-width:560px){.nh-tile[data-astro-cid-k3hffsya]{min-height:175px}}.nh-tile[data-astro-cid-k3hffsya]:hover{transition-duration:.14s;transform:translateY(-5px);border-color:#ffe02680;box-shadow:var(--elev-3);text-decoration:none}.nh-tile[data-astro-cid-k3hffsya]:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.nh-tile[data-astro-cid-k3hffsya]:before{content:"";position:absolute;inset:0;z-index:2;background:radial-gradient(240px circle at var(--mx, 50%) var(--my, 40%),rgba(255,224,38,.16),transparent 65%);opacity:0;transition:opacity .3s ease-out;pointer-events:none}.nh-tile[data-astro-cid-k3hffsya]:hover:before{opacity:1;transition-duration:.15s}.nh-tile[data-astro-cid-k3hffsya]:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.55) 32%,rgba(0,0,0,.06) 60%,transparent 76%);pointer-events:none}.nh-tile__media[data-astro-cid-k3hffsya]{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.05) brightness(.8);transition:filter .52s ease-out,transform .9s var(--ease-spring)}.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__media[data-astro-cid-k3hffsya]{transition-duration:.22s,.48s;filter:grayscale(0) brightness(.9);transform:scale(1.06)}.nh-tile--typo[data-astro-cid-k3hffsya]{background-image:radial-gradient(360px 260px at 85% 0%,rgba(255,224,38,.06),transparent 70%),repeating-linear-gradient(-45deg,rgba(255,255,255,.03) 0 1px,transparent 1px 10px)}.nh-tile__glyph[data-astro-cid-k3hffsya]{position:absolute;z-index:0;top:.9rem;right:-.5rem;font-family:var(--font-display);font-weight:800;line-height:.8;font-size:clamp(3.8rem,3.4vw + 2rem,5.4rem);letter-spacing:-.04em;color:#ffffff0d;-webkit-text-stroke:1.5px rgba(255,255,255,.2);transform:rotate(-6deg);transform-origin:70% 30%;transition:transform .46s var(--ease-spring),color .46s ease-out,-webkit-text-stroke-color .46s ease-out;pointer-events:none}.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__glyph[data-astro-cid-k3hffsya]{transition-duration:.14s;transform:rotate(-2deg) scale(1.05);color:#ffe02614;-webkit-text-stroke-color:rgba(255,224,38,.85)}.nh-tile__go[data-astro-cid-k3hffsya]{position:absolute;z-index:3;top:.85rem;right:.85rem;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#00000073;border:1px solid rgba(255,255,255,.22);color:#fff;font-weight:800;font-size:.95rem;transition:background-color .46s ease-out,border-color .46s ease-out,color .46s ease-out,transform .46s var(--ease-spring)}.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__go[data-astro-cid-k3hffsya]{transition-duration:.14s;background:var(--accent);border-color:var(--accent);color:#000;transform:translate(3px)}.nh-tile__body[data-astro-cid-k3hffsya]{position:relative;z-index:3;display:grid;gap:.4rem;width:100%;padding:1.1rem 1.15rem 1.15rem;transition:transform .46s var(--ease-spring)}.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__body[data-astro-cid-k3hffsya]{transition-duration:.16s;transform:translateY(-5px)}.nh-tile__num[data-astro-cid-k3hffsya]{position:absolute;z-index:3;top:.95rem;left:1.1rem;font-family:var(--font-display);font-weight:800;font-size:1.5rem;letter-spacing:.04em;line-height:1;color:#ffffff57;font-variant-numeric:tabular-nums;transition:color .46s ease-out}.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__num[data-astro-cid-k3hffsya]{transition-duration:.14s;color:var(--accent)}.nh-tile__title[data-astro-cid-k3hffsya]{font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:clamp(1.12rem,.5vw + .95rem,1.32rem);line-height:1.16;letter-spacing:.01em;color:#fff;text-wrap:balance}.nh-tile__title[data-astro-cid-k3hffsya]:after{content:"";display:block;width:2.4rem;height:3px;margin-top:.5rem;background:var(--accent);border-radius:2px;transform:scaleX(.34);transform-origin:left;transition:transform .46s var(--ease-spring)}.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__title[data-astro-cid-k3hffsya]:after{transition-duration:.14s;transform:scaleX(1)}.nh-tile__line[data-astro-cid-k3hffsya]{font-size:.82rem;line-height:1.45;color:#ccd1db;opacity:.85;transition:opacity .46s ease-out}.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__line[data-astro-cid-k3hffsya]{transition-duration:.14s;opacity:1}.nh-manifest[data-astro-cid-k3hffsya]{max-width:44em;margin:2.8rem auto 0;text-align:center}.nh-manifest[data-astro-cid-k3hffsya] p[data-astro-cid-k3hffsya]{color:#d9dde6;font-size:1.05rem;line-height:1.6;margin:0 0 1rem;text-wrap:pretty}.nh-manifest[data-astro-cid-k3hffsya] p[data-astro-cid-k3hffsya].nh-manifest__lead{color:#fff;font-weight:700;font-size:1.5rem;line-height:1.2;margin-bottom:1rem}@media(prefers-reduced-motion:reduce){.nh-tile[data-astro-cid-k3hffsya],.nh-tile__media[data-astro-cid-k3hffsya],.nh-tile__glyph[data-astro-cid-k3hffsya],.nh-tile__go[data-astro-cid-k3hffsya],.nh-tile__body[data-astro-cid-k3hffsya],.nh-tile__num[data-astro-cid-k3hffsya],.nh-tile__title[data-astro-cid-k3hffsya]:after,.nh-tile__line[data-astro-cid-k3hffsya]{transition:none}.nh-tile[data-astro-cid-k3hffsya]:hover,.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__media[data-astro-cid-k3hffsya],.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__go[data-astro-cid-k3hffsya],.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__body[data-astro-cid-k3hffsya]{transform:none}.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__glyph[data-astro-cid-k3hffsya]{transform:rotate(-6deg)}.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__title[data-astro-cid-k3hffsya]:after{transform:scaleX(.34)}.nh-tile[data-astro-cid-k3hffsya]:before{display:none}}.nh-sprech[data-astro-cid-k3hffsya]{background:var(--bg);padding-block:clamp(3rem,6vw,5rem)}.nh-sprech__grid[data-astro-cid-k3hffsya]{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(1.6rem,4vw,3rem);align-items:center;max-width:1000px}@media(max-width:800px){.nh-sprech__grid[data-astro-cid-k3hffsya]{grid-template-columns:1fr}}.nh-sprech__solo[data-astro-cid-k3hffsya]{text-align:center;display:grid;justify-items:center}.nh-sprech__solo[data-astro-cid-k3hffsya] .nh-sprech__ctas[data-astro-cid-k3hffsya]{margin-top:1.6rem}.nh-sprech__lead[data-astro-cid-k3hffsya]{max-width:34em;margin:1rem auto 0;color:var(--text-muted);font-size:1.05rem;line-height:1.6}.nh-sprech__ctas[data-astro-cid-k3hffsya]{margin-top:1.6rem}.nh-sprech__quote[data-astro-cid-k3hffsya]{margin:0;font-style:italic;font-weight:600;color:var(--text-heading);font-size:clamp(1.05rem,1vw + .85rem,1.35rem);line-height:1.55;border-left:3px solid var(--accent);padding-left:1.2rem}.nh-stimmen[data-astro-cid-k3hffsya]{background:var(--bg-alt);padding-block:clamp(3rem,6vw,5rem)}.nh-stimmen__grid[data-astro-cid-k3hffsya]{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;max-width:960px;margin:2.2rem auto 0;align-items:start}@media(max-width:760px){.nh-stimmen__grid[data-astro-cid-k3hffsya]{grid-template-columns:1fr}}.nh-beleg[data-astro-cid-k3hffsya]{margin:0;display:grid;gap:.55rem;justify-items:center;align-content:start;transform:rotate(var(--tilt, 0deg));transition:transform .2s var(--ease-out)}.nh-beleg[data-astro-cid-k3hffsya]:hover{transform:rotate(0)}.nh-beleg[data-astro-cid-k3hffsya] img[data-astro-cid-k3hffsya]{width:100%;height:auto;border-radius:var(--radius-sm);border:1px solid var(--border);box-shadow:var(--elev-2);background:#fff}.nh-beleg[data-astro-cid-k3hffsya] figcaption[data-astro-cid-k3hffsya]{font-size:.82rem;color:var(--text-subtle);max-width:640px;text-align:center;line-height:1.5}.nh-stimme[data-astro-cid-k3hffsya]{margin:0;max-width:560px;justify-self:center;background:var(--bg-card);border:1px solid var(--border);border-top:3px solid var(--accent);border-radius:var(--radius);box-shadow:var(--elev-2);padding:1.6rem 1.5rem;display:grid;gap:.9rem;transform:rotate(var(--tilt, 0deg));transition:transform .2s var(--ease-out)}.nh-stimme[data-astro-cid-k3hffsya]:hover{transform:rotate(0)}.nh-stimme__kicker[data-astro-cid-k3hffsya]{font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:.9rem;letter-spacing:.06em;color:var(--accent)}.nh-stimme[data-astro-cid-k3hffsya] blockquote[data-astro-cid-k3hffsya]{margin:0;font-style:italic;font-weight:600;color:var(--text-heading);font-size:1.05rem;line-height:1.6}.nh-stimme[data-astro-cid-k3hffsya] figcaption[data-astro-cid-k3hffsya]{color:var(--text-subtle);font-size:.84rem;line-height:1.5}.nh-marcin[data-astro-cid-k3hffsya] .nh-reach[data-astro-cid-k3hffsya]{margin-top:0;margin-bottom:clamp(2rem,4vw,3rem)}.nh-team[data-astro-cid-k3hffsya]{text-align:center;color:var(--text-subtle);font-size:.88rem;margin-top:2rem}.nh-team[data-astro-cid-k3hffsya] a[data-astro-cid-k3hffsya]{color:var(--text-muted);text-decoration:underline;text-underline-offset:3px}.nh-team[data-astro-cid-k3hffsya] a[data-astro-cid-k3hffsya]:hover{color:var(--text-heading)}.nh-proof[data-astro-cid-k3hffsya]{background:var(--bg);padding-block:clamp(3rem,6vw,5rem)}.nh-proof[data-astro-cid-k3hffsya] .nh-sub[data-astro-cid-k3hffsya]{font-style:italic;color:#e6e6e6}.nh-proof__grid[data-astro-cid-k3hffsya]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;max-width:1050px;margin:2.4rem auto 0}@media(max-width:900px){.nh-proof__grid[data-astro-cid-k3hffsya]{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.nh-proof__grid[data-astro-cid-k3hffsya]{grid-template-columns:1fr}}.nh-proof__card[data-astro-cid-k3hffsya]{position:relative;min-height:200px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--elev-2);padding:1.6rem 1.4rem;display:flex;flex-direction:column;justify-content:flex-end;gap:.4rem;transform:rotate(var(--tilt, 0deg));transition:transform .22s var(--ease-out),box-shadow .22s ease-out;overflow:hidden}.nh-proof__card--yellow[data-astro-cid-k3hffsya]{background:var(--accent);border-color:var(--accent)}.nh-proof__card--yellow[data-astro-cid-k3hffsya] .nh-proof__big[data-astro-cid-k3hffsya]{color:#000}.nh-proof__card--yellow[data-astro-cid-k3hffsya] .nh-proof__sub[data-astro-cid-k3hffsya]{color:#000000b8}.nh-proof__big[data-astro-cid-k3hffsya]{font-family:var(--font-display);font-size:clamp(1.5rem,1.6vw + 1rem,2.1rem);font-weight:800;text-transform:uppercase;line-height:1.05;color:var(--text-heading);letter-spacing:-.01em}.nh-proof__big--yellow[data-astro-cid-k3hffsya]{color:var(--accent)}.nh-proof__big--red[data-astro-cid-k3hffsya]{color:var(--accent-red)}.nh-proof__sub[data-astro-cid-k3hffsya]{font-size:.88rem;color:var(--text-muted)}.nh-proof__card[data-astro-cid-k3hffsya] .nikita-slot{flex:1;margin-bottom:.9rem}.nh-proof__card--img[data-astro-cid-k3hffsya]{padding:0;justify-content:flex-end;min-height:300px}.nh-proof__card--img[data-astro-cid-k3hffsya] img[data-astro-cid-k3hffsya]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.nh-proof__overlay[data-astro-cid-k3hffsya]{position:relative;z-index:1;padding:1.6rem 1.4rem;display:flex;flex-direction:column;gap:.4rem;background:linear-gradient(to top,rgba(0,0,0,.88) 20%,rgba(0,0,0,.25) 70%,transparent)}.nh-proof__card--img[data-astro-cid-k3hffsya] .nh-proof__sub[data-astro-cid-k3hffsya]{color:#d5d9e2}.nh-proof__card--tall[data-astro-cid-k3hffsya]{min-height:380px}.nh-proof__card--tall[data-astro-cid-k3hffsya] img[data-astro-cid-k3hffsya]{object-position:center 62%}.nh-quote[data-astro-cid-k3hffsya]{background:var(--bg);padding-block:clamp(2.6rem,5vw,4rem)}.nh-quote__grid[data-astro-cid-k3hffsya]{display:grid;grid-template-columns:.8fr 1.2fr;gap:2.2rem;align-items:center;max-width:980px}@media(max-width:760px){.nh-quote__grid[data-astro-cid-k3hffsya]{grid-template-columns:1fr}}.nh-quote__photo[data-astro-cid-k3hffsya]{position:relative;display:block;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--elev-2)}.nh-quote__photo[data-astro-cid-k3hffsya] img[data-astro-cid-k3hffsya]{display:block;width:100%;height:auto}.nh-quote__play[data-astro-cid-k3hffsya]{position:absolute;left:.8rem;bottom:.8rem;background:#000000bf;color:#fff;font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.4rem .8rem;border-radius:999px}.nh-quote__inner[data-astro-cid-k3hffsya]{text-align:left}.nh-quote__text[data-astro-cid-k3hffsya]{font-size:clamp(1.3rem,2vw + .8rem,2rem);font-weight:700;font-style:italic;color:var(--text-heading);line-height:1.35;min-height:2.8em}.nh-cursor[data-astro-cid-k3hffsya]{color:var(--accent);font-style:normal;animation:nh-blink 1s steps(2) infinite}.nh-cursor--done[data-astro-cid-k3hffsya]{animation:none;opacity:0;transition:opacity .6s ease-out}@keyframes nh-blink{50%{opacity:0}}.nh-quote__attrib[data-astro-cid-k3hffsya]{color:var(--text-subtle);font-size:.88rem;margin-top:.8rem}.nh-morgen[data-astro-cid-k3hffsya]{background:var(--bg-alt);padding-block:clamp(3rem,6vw,5rem)}.nh-morgen__grid[data-astro-cid-k3hffsya]{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;max-width:900px;margin:2.2rem auto 0}@media(max-width:760px){.nh-morgen__grid[data-astro-cid-k3hffsya]{grid-template-columns:1fr}}.nh-morgen__card[data-astro-cid-k3hffsya]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--elev-1);padding:1.7rem 1.6rem;display:grid;gap:.8rem;align-content:start}.nh-morgen__card--grau[data-astro-cid-k3hffsya]{filter:saturate(.4)}.nh-morgen__card--sonne[data-astro-cid-k3hffsya]{border-top:3px solid var(--accent)}.nh-morgen__card--grau[data-astro-cid-k3hffsya]{border-top:3px solid #55607a}.nh-morgen__kicker[data-astro-cid-k3hffsya]{font-family:var(--font-display);font-weight:800;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-subtle)}.nh-morgen__card--sonne[data-astro-cid-k3hffsya] .nh-morgen__kicker[data-astro-cid-k3hffsya]{color:var(--accent)}.nh-morgen__card[data-astro-cid-k3hffsya] blockquote[data-astro-cid-k3hffsya]{margin:0;font-style:italic;color:var(--text-heading);font-size:1.05rem;line-height:1.55}.nh-morgen__card--grau[data-astro-cid-k3hffsya] blockquote[data-astro-cid-k3hffsya]{color:var(--text-muted)}.nh-morgen__honest[data-astro-cid-k3hffsya]{max-width:44em;margin:1.8rem auto 0;text-align:center;color:var(--text-muted);font-size:.95rem}.nh-liebe[data-astro-cid-k3hffsya]{background:var(--bg-alt);padding-block:clamp(2.4rem,5vw,4rem)}.nh-liebe__quote[data-astro-cid-k3hffsya]{margin:0 auto;max-width:34em;text-align:center;font-size:clamp(1.15rem,1.4vw + .9rem,1.6rem);font-style:italic;font-weight:600;color:var(--text-heading);line-height:1.5;text-wrap:balance}.nh-liebe__quote[data-astro-cid-k3hffsya] span[data-astro-cid-k3hffsya]{display:block;margin-top:.8rem;font-style:normal;font-weight:400;font-size:.85rem;color:var(--text-subtle)}.nh-map[data-astro-cid-k3hffsya]{background:var(--bg-alt);padding-block:clamp(3rem,6vw,5rem)}.nh-map__head[data-astro-cid-k3hffsya]{max-width:780px;margin-inline:auto;text-align:center}.nh-h2[data-astro-cid-k3hffsya]{font-size:clamp(1.4rem,1.8vw + .9rem,2rem);font-weight:800;text-transform:uppercase;line-height:1.15;color:var(--text-heading);text-wrap:balance;margin-top:1rem}.nh-sub[data-astro-cid-k3hffsya]{color:var(--text-muted);margin:1rem auto 0;max-width:44em}.nh-legend[data-astro-cid-k3hffsya]{display:flex;gap:1.3rem;flex-wrap:wrap;justify-content:center;margin-top:1.2rem;font-size:.84rem;color:var(--text-muted)}.nh-legend[data-astro-cid-k3hffsya] span[data-astro-cid-k3hffsya]{display:inline-flex;align-items:center;gap:.45rem}.nh-dot[data-astro-cid-k3hffsya]{width:10px;height:10px;border-radius:50%;display:inline-block}.nh-dot--setup[data-astro-cid-k3hffsya]{background:#d8b654}.nh-dot--leben[data-astro-cid-k3hffsya]{background:#4fc08a}.nh-dot--leben2[data-astro-cid-k3hffsya]{background:#4fc08a;opacity:.55;margin-left:-.15rem}.nh-dot--leben1[data-astro-cid-k3hffsya]{background:#4fc08a;opacity:.3;margin-left:-.15rem}.nh-dot--start[data-astro-cid-k3hffsya]{background:#c9504a}.nh-dot--rep[data-astro-cid-k3hffsya]{background:#55607a;opacity:.8}.nh-map__frame[data-astro-cid-k3hffsya]{position:relative;margin-top:1.8rem;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--elev-2);overflow:hidden}.nh-map__hint[data-astro-cid-k3hffsya]{position:absolute;left:12px;bottom:12px;z-index:5;pointer-events:none;display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:#000;font-weight:800;font-size:.8rem;letter-spacing:.02em;padding:.5rem .9rem;border-radius:999px;box-shadow:0 6px 20px #0006;transition:opacity .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1)}.nh-map__hint[data-astro-cid-k3hffsya].is-weg{opacity:0;transform:translateY(8px)}.nh-map__hint-dot[data-astro-cid-k3hffsya]{width:9px;height:9px;border-radius:50%;background:#000;position:relative}.nh-map__hint-dot[data-astro-cid-k3hffsya]:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid #000;opacity:0;animation:nh-hint-ping 1.6s ease-out infinite}@keyframes nh-hint-ping{0%{transform:scale(.4);opacity:.8}to{transform:scale(1.4);opacity:0}}@media(prefers-reduced-motion:reduce){.nh-map__hint-dot[data-astro-cid-k3hffsya]:after{animation:none}}.nh-map__legal[data-astro-cid-k3hffsya]{text-align:center;font-size:.78rem;color:var(--text-subtle);margin-top:1rem}.nh-map__next[data-astro-cid-k3hffsya]{text-align:center;color:var(--text-muted);font-size:.93rem;margin:1.4rem auto 0;max-width:44em}.nh-map__next[data-astro-cid-k3hffsya] a[data-astro-cid-k3hffsya]{color:var(--text-heading);font-weight:700;text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--accent)}.nh-map__next[data-astro-cid-k3hffsya] a[data-astro-cid-k3hffsya]:hover{color:var(--accent)}.nh-track[data-astro-cid-k3hffsya]{padding-block:clamp(3rem,6vw,5rem)}.nh-track--red[data-astro-cid-k3hffsya]{background:var(--bg)}.nh-track--yellow[data-astro-cid-k3hffsya]{background:var(--bg-alt)}.nh-track__quote[data-astro-cid-k3hffsya]{margin:1.4rem auto 0;max-width:40em;padding-left:1rem;text-align:left;font-style:italic;color:#e6e6e6;font-size:1.05rem;line-height:1.55}.nh-track--red[data-astro-cid-k3hffsya] .nh-track__quote[data-astro-cid-k3hffsya]{border-left:3px solid var(--accent-red)}.nh-track--yellow[data-astro-cid-k3hffsya] .nh-track__quote[data-astro-cid-k3hffsya]{border-left:3px solid var(--accent)}.nh-track__points[data-astro-cid-k3hffsya]{max-width:46em;margin:1.4rem auto 0;color:var(--text-muted);text-align:center}.nh-prods[data-astro-cid-k3hffsya]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1000px;margin:2rem auto 0}@media(max-width:900px){.nh-prods[data-astro-cid-k3hffsya]{grid-template-columns:1fr;max-width:480px}}.nh-prods--single[data-astro-cid-k3hffsya]{grid-template-columns:1fr;max-width:520px}.nh-prod[data-astro-cid-k3hffsya]{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--elev-1);padding:1.6rem 1.35rem 1.4rem;display:grid;gap:.65rem;align-content:start}.nh-prod--hot[data-astro-cid-k3hffsya],.nh-prod--featured[data-astro-cid-k3hffsya]{background:var(--bg-elevated);border:2px solid var(--accent-red)}.nh-prod__badge[data-astro-cid-k3hffsya]{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--accent-red);color:#fff;font-family:var(--font-display);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .85rem;border-radius:999px;white-space:nowrap}.nh-prod__step[data-astro-cid-k3hffsya]{font-family:var(--font-display);font-weight:700;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-subtle)}.nh-prod[data-astro-cid-k3hffsya] h3[data-astro-cid-k3hffsya]{color:var(--text-heading);font-size:1.1rem;font-weight:700;line-height:1.25}.nh-prod__price[data-astro-cid-k3hffsya]{font-family:var(--font-display);font-size:1.9rem;font-weight:800;color:var(--text-heading);line-height:1;font-variant-numeric:tabular-nums}.nh-prod__price--red[data-astro-cid-k3hffsya]{color:var(--accent-red)}.nh-prod__desc[data-astro-cid-k3hffsya]{color:var(--text-muted);font-size:.89rem;min-height:4.4em}.nh-prod[data-astro-cid-k3hffsya] .cta{justify-self:stretch;text-align:center}.nh-marcin[data-astro-cid-k3hffsya]{background:var(--bg);padding-block:clamp(3rem,6vw,5rem)}.nh-marcin__grid[data-astro-cid-k3hffsya]{display:grid;grid-template-columns:.75fr 1.25fr;gap:2.4rem;max-width:1000px;margin-inline:auto;align-items:center}@media(max-width:820px){.nh-marcin__grid[data-astro-cid-k3hffsya]{grid-template-columns:1fr}}.nh-marcin__photo[data-astro-cid-k3hffsya] img[data-astro-cid-k3hffsya]{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--elev-2);display:block}.nh-marcin__copy[data-astro-cid-k3hffsya]{display:grid;gap:1rem;color:var(--text-muted);justify-items:start;text-align:left}.nh-marcin__copy[data-astro-cid-k3hffsya] .nh-h2[data-astro-cid-k3hffsya]{margin-top:.4rem}.nh-map[data-astro-cid-k3hffsya] .nh-h2[data-astro-cid-k3hffsya]{font-size:clamp(1.9rem,3vw + 1rem,3rem)}.nh-map[data-astro-cid-k3hffsya] .eyebrow{font-size:clamp(1.05rem,1.4vw + .7rem,1.5rem)}.nh-marcin__quote[data-astro-cid-k3hffsya]{margin:0;padding-left:1.1rem;border-left:3px solid var(--accent);color:var(--text-heading);font-size:1.02rem;font-weight:600;line-height:1.55;font-style:italic}.nh-leiter-wrap[data-astro-cid-k3hffsya]{max-width:1000px;margin:2.6rem auto 0}.nh-leiter__head[data-astro-cid-k3hffsya]{text-align:center;color:var(--text-heading);font-size:clamp(1.1rem,1.2vw + .8rem,1.4rem);font-weight:800;text-transform:uppercase;text-wrap:balance}.nh-leiter[data-astro-cid-k3hffsya]{list-style:none;margin:2.4rem 0 0;padding:0;display:grid;grid-template-columns:repeat(6,1fr);gap:.9rem;counter-reset:stufe;align-items:end}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]{counter-increment:stufe;display:grid;gap:.35rem;align-content:start;padding:.5rem .3rem .85rem 0;border-bottom:2px solid var(--border)}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:nth-child(2){margin-bottom:1.4rem}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:nth-child(3){margin-bottom:2.8rem}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:nth-child(4){margin-bottom:4.2rem}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:nth-child(5){margin-bottom:5.6rem}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:nth-child(6){margin-bottom:7rem}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:before{content:counter(stufe);font-family:var(--font-display);font-weight:800;font-size:1.35rem;line-height:1;color:var(--accent);opacity:.85}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:last-child{background:var(--accent);border-bottom-color:var(--accent);border-radius:var(--radius-sm);padding:1rem .9rem;box-shadow:var(--elev-2);transform:rotate(-1.5deg);transition:transform .2s var(--ease-out)}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:last-child:hover{transform:rotate(0)}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:last-child:before{color:#00000080}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:last-child b[data-astro-cid-k3hffsya]{color:#000}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:last-child span[data-astro-cid-k3hffsya]{color:#000000b8}.nh-leiter[data-astro-cid-k3hffsya] b[data-astro-cid-k3hffsya]{color:var(--text-heading);font-size:.92rem;line-height:1.25}.nh-leiter[data-astro-cid-k3hffsya] span[data-astro-cid-k3hffsya]{color:var(--text-muted);font-size:.78rem;line-height:1.45}@media(max-width:900px){.nh-leiter[data-astro-cid-k3hffsya]{grid-template-columns:1fr;gap:1.1rem;align-items:start}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya],.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:nth-child(2),.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:nth-child(3),.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:nth-child(4),.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:nth-child(5),.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:nth-child(6){margin-bottom:0}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]{border-bottom:0;border-left:2px dashed var(--border);padding:.2rem 0 .2rem 1rem}.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:last-child{border-left:0;padding:1rem .9rem;transform:none}}.nh-leiter__photos[data-astro-cid-k3hffsya]{display:grid;grid-template-columns:1fr 1.5fr 1.3fr;gap:.8rem;margin-top:1.6rem;align-items:stretch}@media(max-width:760px){.nh-leiter__photos[data-astro-cid-k3hffsya]{grid-template-columns:1fr}}.nh-leiter__photos[data-astro-cid-k3hffsya] figure[data-astro-cid-k3hffsya]{position:relative;margin:0;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);box-shadow:var(--elev-1);min-height:200px}.nh-leiter__photos[data-astro-cid-k3hffsya] img[data-astro-cid-k3hffsya]{width:100%;height:100%;object-fit:cover;display:block}.nh-leiter__photos[data-astro-cid-k3hffsya] figcaption[data-astro-cid-k3hffsya]{position:absolute;left:.6rem;bottom:.6rem;background:#000000b8;color:#fff;font-family:var(--font-display);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.28rem .65rem;border-radius:999px}.nh-leiter__note[data-astro-cid-k3hffsya]{margin-top:1.2rem;text-align:center;color:var(--text-muted);font-size:.9rem;max-width:46em;margin-inline:auto}.nh-fussnote[data-astro-cid-k3hffsya]{max-width:580px;margin:2.4rem auto 0;text-align:center;font-style:italic;font-size:.84rem;line-height:1.7;color:var(--text-subtle)}.nh-fussnote[data-astro-cid-k3hffsya]:before{content:"";display:block;width:44px;height:2px;background:var(--accent);margin:0 auto .9rem;opacity:.7}@media(prefers-reduced-motion:no-preference){@keyframes nh-enter{0%{opacity:0;transform:translateY(var(--enter-y, 16px))}}.fx-rise[data-astro-cid-k3hffsya]{animation:nh-enter .44s var(--ease-out) backwards;animation-delay:var(--rise-d, 0ms)}.fx-armed[data-astro-cid-k3hffsya]{opacity:0}.fx-armed[data-astro-cid-k3hffsya].is-in{opacity:1;animation:nh-enter .44s var(--ease-out) backwards;animation-delay:var(--rise-d, 0ms)}.nh-prod[data-astro-cid-k3hffsya],.nh-stat[data-astro-cid-k3hffsya],.nh-capture[data-astro-cid-k3hffsya]{transition:transform .16s var(--ease-out),box-shadow .16s ease-out,border-color .16s ease-out}@media(hover:hover)and (pointer:fine){.nh-prod[data-astro-cid-k3hffsya]:hover{transform:translateY(-4px) scale(1.012);box-shadow:var(--elev-3);z-index:2}.nh-quote__photo[data-astro-cid-k3hffsya] img[data-astro-cid-k3hffsya]{transition:transform .2s var(--ease-out)}.nh-quote__photo[data-astro-cid-k3hffsya]:hover img[data-astro-cid-k3hffsya]{transform:scale(1.02)}.nh-quote__photo[data-astro-cid-k3hffsya]:hover .nh-quote__play[data-astro-cid-k3hffsya]{background:var(--accent);color:#000}.nh-stat[data-astro-cid-k3hffsya]:hover,.nh-capture[data-astro-cid-k3hffsya]:hover:hover,.nh-morgen__card[data-astro-cid-k3hffsya]:hover,.nh-leiter[data-astro-cid-k3hffsya] li[data-astro-cid-k3hffsya]:hover{transform:translateY(-2px);box-shadow:var(--elev-2)}.nh-proof__card[data-astro-cid-k3hffsya]:hover{transform:rotate(0) translateY(-4px) scale(1.02);box-shadow:var(--elev-3);z-index:2}.nh-leiter__photos[data-astro-cid-k3hffsya] img[data-astro-cid-k3hffsya]{transition:transform .22s var(--ease-out)}.nh-leiter__photos[data-astro-cid-k3hffsya] figure[data-astro-cid-k3hffsya]:hover img[data-astro-cid-k3hffsya]{transform:scale(1.03)}}}.nh-rep[data-astro-cid-k3hffsya]{background:var(--bg-alt);padding-block:clamp(3.5rem,7vw,6rem);text-align:center}.nh-rep__closing[data-astro-cid-k3hffsya]{display:grid;justify-items:center;max-width:760px}.nh-rep__closing[data-astro-cid-k3hffsya] .nh-sub[data-astro-cid-k3hffsya]{margin-top:1rem}.nh-rep__ctas[data-astro-cid-k3hffsya]{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.nh-rep__direct[data-astro-cid-k3hffsya]{margin-top:2.2rem;color:var(--text-subtle);font-size:.86rem;line-height:1.9}.nh-rep__direct[data-astro-cid-k3hffsya] a[data-astro-cid-k3hffsya]{color:var(--text-muted);text-decoration:underline;text-underline-offset:3px}.nh-rep__direct[data-astro-cid-k3hffsya] a[data-astro-cid-k3hffsya]:hover{color:var(--text-heading)}.nh-tile[data-astro-cid-k3hffsya]{display:grid;grid-template-rows:auto 1fr;align-items:stretch;min-height:0}.nh-tile__media[data-astro-cid-k3hffsya]{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:16 / 10;display:block}.nh-tile[data-astro-cid-k3hffsya]:after{display:none}.nh-tile__body[data-astro-cid-k3hffsya]{padding:.85rem 1.15rem 1.05rem}.nh-tile[data-astro-cid-k3hffsya]:hover .nh-tile__body[data-astro-cid-k3hffsya]{transform:none}.nh-tile__num[data-astro-cid-k3hffsya]{color:#fff9;text-shadow:0 1px 6px rgba(0,0,0,.6)}
