/*
Theme Name: Nestec Clean
Theme URI: https://nestec.de
Description: Schlankes, performantes Child-Theme von Twenty Twenty fuer Nestec. Sektionsbasierte Landingpages in Agentur-Qualitaet, ohne Elementor. Montserrat, grosszuegiges Spacing, abwechselnde Sektionen, Icon-Karten.
Author: Nestec
Template: twentytwenty
Version: 2.0
*/

:root {
	--nestec-red: #d32141;
	--nestec-red-2: #e52347;
	--nestec-cream: #f2f2f0;
	--nestec-grey: #ededeb;
	--nestec-ink: #14130e;
	--nestec-ink-2: #211f18;
	--nestec-text: #3a382f;
	--nestec-muted: #6f6b5f;
	--nestec-hairline: #e6e2d8;
}

body { font-family: 'Montserrat', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }

.nestec-landing {
	background: #fff;
	color: var(--nestec-text);
	font-family: 'Montserrat', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.8;
}
.nestec-landing h1, .nestec-landing h2, .nestec-landing h3 { font-family: 'Montserrat', system-ui, sans-serif; color: var(--nestec-ink); }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }

/* ============ SEKTIONEN ============ */
.sec { padding: 120px 0; }
.sec--light { background: #fff; }
.sec--cream { background: var(--nestec-cream); }
.sec--grey  { background: var(--nestec-grey); }
.sec--dark  { background: var(--nestec-ink); color: #e9e6dd; }
.sec--dark h2, .sec--dark h3 { color: #fff; }
.sec__lead { font-size: 20px; line-height: 1.6; color: var(--nestec-text); max-width: 760px; margin: 0 0 8px; }
.sec--dark .sec__lead { color: #cfcabd; }

.sec h2 {
	font-size: clamp(28px, 3.2vw, 35px);
	font-weight: 700; letter-spacing: -.01em; line-height: 1.18;
	margin: 0 0 .7em;
}
.sec h2 .accent { color: var(--nestec-red); }
/* Rote Eyebrow-Mini-Labels site-weit entfernt (cleaner, wie auf der Webdesign-Seite). */
.eyebrow-red { display: none; }

.sec p { font-size: 16px; line-height: 1.8; margin: 0 0 1.1em; }
.sec a.tlink { color: var(--nestec-red); font-weight: 700; text-decoration: none; }
.sec a.tlink:hover { color: var(--nestec-red-2); }

/* ============ HERO ============ */
.nestec-hero {
	position: relative; color: #fff;
	background: #011628;
	padding: 118px 0 104px;
	overflow: hidden;
}
.nestec-hero-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: opacity .8s ease; }
.nestec-hero.revealed .nestec-hero-vid { opacity: 0; }
.nestec-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(8,16,28,.18); }
.nestec-hero .wrap { position: relative; z-index: 2; width: 100%; transition: opacity .9s ease, transform .9s ease; }
.nestec-hero.intro .wrap { opacity: 0; transform: translateY(20px); }
.nestec-hero.revealed .wrap { opacity: 1; transform: none; }
.nestec-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	text-transform: uppercase; letter-spacing: .18em; font-size: 14px; font-weight: 700; color: #ff7184; margin: 0 0 24px;
}
.nestec-eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--nestec-red); }
.nestec-hero h1 {
	font-size: clamp(36px, 4.6vw, 48px); line-height: 1.08; font-weight: 800; letter-spacing: -.02em;
	margin: 0; color: #fff; max-width: 18ch;
}
.nestec-rule { display: block; width: 72px; height: 5px; background: var(--nestec-red); margin: 30px 0 0; }
.nestec-hero-sub { font-size: 19px; line-height: 1.55; color: #e7e2d6; margin: 24px 0 0; max-width: 46ch; }
.nestec-hero-cta { margin: 36px 0 0; display: flex; gap: 14px; flex-wrap: wrap; }
.nestec-hero-cta a {
	display: inline-block; padding: 17px 32px; border-radius: 4px; font-weight: 700; font-size: 17px;
	text-decoration: none; background: var(--nestec-red); color: #fff; border: 2px solid var(--nestec-red);
}
.nestec-hero-cta a:hover { background: var(--nestec-red-2); border-color: var(--nestec-red-2); }
.nestec-hero-cta a.ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.nestec-hero-cta a.ghost:hover { border-color: #fff; }

/* ============ STATS (grau) ============ */
.nestec-stats { background: #111; border-bottom: none; }
.nestec-stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding-top: 40px; padding-bottom: 40px; }
.nestec-stat { position: relative; padding-left: 20px; }
.nestec-stat::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px; background: var(--nestec-red); }
.nestec-stat span { display: block; font-size: 32px; font-weight: 800; color: #fff; letter-spacing: -.02em; line-height: 1.05; }
.nestec-stat small { font-size: 14px; color: #b3b3b3; font-weight: 600; }

/* ============ SERVICE-KARTEN ============ */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; margin-top: 14px; }
.svc-card {
	display: block; background: #fff; border: 1px solid var(--nestec-hairline); border-radius: 6px;
	padding: 40px 38px; text-decoration: none; color: var(--nestec-ink);
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.svc-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(20,19,14,.10); border-color: #d6d1c6; }
.svc-ico { display: block; color: var(--nestec-red); margin-bottom: 22px; }
.svc-ico svg { width: 38px; height: 38px; display: block; stroke-width: 1.6; }
.svc-card h3 { font-size: 20px; font-weight: 700; margin: 0 0 10px; }
.svc-card p { font-size: 15px; line-height: 1.65; color: var(--nestec-muted); margin: 0 0 20px; }
.svc-more { font-weight: 700; color: var(--nestec-red); font-size: 15px; }

/* ============ ZWEI-SPALTEN ============ */
.cols { display: grid; grid-template-columns: 1.05fr .95fr; gap: 66px; align-items: center; }
.cols--reverse > div:first-child { order: 2; }
.checks { list-style: none; padding: 0; margin: 8px 0 0; }
.checks li { position: relative; padding: 0 0 18px 40px; font-size: 16px; line-height: 1.55; color: var(--nestec-text); }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 3px; background: var(--nestec-red); color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; }

/* ============ ABLAUF-SCHRITTE (dunkel) ============ */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; margin-top: 20px; }
.step b { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 4px; background: var(--nestec-red); color: #fff; font-size: 19px; font-weight: 800; margin-bottom: 16px; }
.step h3 { font-size: 18px; font-weight: 700; margin: 0 0 6px; }
.step p { font-size: 15px; color: #c7c2b6; margin: 0; }

/* ============ FAQ ============ */
.faq-item { border-top: 1px solid var(--nestec-hairline); padding: 26px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--nestec-hairline); }
.faq-item h3 { font-size: 19px; font-weight: 700; margin: 0 0 8px; }
.faq-item p { font-size: 16px; margin: 0; color: var(--nestec-text); }

/* ============ CTA ============ */
.cta-box { text-align: center; }
.cta-box h2 { color: #fff; margin-bottom: .4em; }
.cta-box p { font-size: 20px; color: #cfcabd; margin: 0 0 28px; }
.cta-box .btn { display: inline-block; margin: 0 8px; padding: 18px 36px; border-radius: 4px; font-weight: 700; font-size: 17px; text-decoration: none; }
.cta-box .btn--red { background: var(--nestec-red); color: #fff; }
.cta-box .btn--red:hover { background: var(--nestec-red-2); }
.cta-box .btn--ghost { border: 2px solid rgba(255,255,255,.4); color: #fff; }
.cta-box .btn--ghost:hover { border-color: #fff; }

/* ============ REGIONEN-QUERVERWEIS ============ */
.nestec-regionen h2 { font-size: 28px; }
.nestec-regionen p { color: var(--nestec-muted); }
.nestec-regionen .pills { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 12px; }
.nestec-regionen .pills a { display: inline-block; background: #fff; border: 1px solid var(--nestec-hairline); padding: 11px 20px; border-radius: 999px; text-decoration: none; color: var(--nestec-ink); font-weight: 600; font-size: 16px; }
.nestec-regionen .pills a:hover { border-color: var(--nestec-red); color: var(--nestec-red); }

/* ============ Footer-Regionen-Leiste (mu-plugin) ============ */
.nestec-regionen-bar { background: var(--nestec-ink) !important; font-size: 15px !important; }
.nestec-regionen-bar a:hover { color: var(--nestec-cream) !important; }

/* ============ BLOG (single.php) Lesefluss ============ */
.nestec-article { max-width: 920px; margin: 0 auto; padding: 80px 40px 40px; font-size: 19px; line-height: 1.8; }
.nestec-article h2 { font-size: 30px; font-weight: 800; margin: 1.6em 0 .5em; }
.nestec-article h3 { font-size: 21px; font-weight: 700; margin: 1.4em 0 .3em; padding-top: 1.2em; border-top: 1px solid var(--nestec-hairline); }
.nestec-article p:first-of-type { font-size: 23px; line-height: 1.55; color: var(--nestec-ink); }
.nestec-article a { color: var(--nestec-red); }
.nestec-article ul { padding-left: 1.3em; }

@media (max-width: 880px) {
	.cols { grid-template-columns: 1fr; gap: 36px; }
	.cols--reverse > div:first-child { order: 0; }
}
@media (max-width: 640px) {
	.sec { padding: 72px 0; }
	.nestec-hero { padding: 96px 0 80px; }
	.wrap { padding: 0 24px; }
	.nestec-stats .wrap { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* ============ PAGE (Money-Pages, nativer Nachbau der Elementor-Seiten) ============ */
.nestec-page { background: #fff; color: var(--nestec-text); font-size: 16px; line-height: 1.8; }
.nestec-page h1, .nestec-page h2, .nestec-page h3, .nestec-page h4 { font-family: 'Montserrat', system-ui, sans-serif; color: var(--nestec-ink); }

/* Hero: grosse Skizze links, duenner Titel rechts (wie Elementor-Original) */
.page-hero { background: var(--nestec-cream); padding: 48px 0; }
.page-hero .wrap { display: grid; grid-template-columns: 1.5fr .8fr; gap: 40px; align-items: center; max-width: 1320px; }
.page-hero img { width: 100%; height: auto; display: block; }
.page-hero .order-img { margin-left: -24px; } /* Skizze naeher an den Rand, wirkt groesser */
.hero-sketch { width: 100%; height: auto; display: block; overflow: visible; }

/* Foto mit handgezeichnetem Skribble-Overlay (Branchen-Seiten) */
.sketch-photo { position: relative; border-radius: 6px; overflow: hidden; background: #e8e2d4 center/cover no-repeat; aspect-ratio: 4 / 3; box-shadow: 0 18px 40px rgba(20,19,14,.10); }
.sketch-photo > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sketch-photo .skribble { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.sketch-photo .ph-note { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: 'Architects Daughter', cursive; color: #8a8270; font-size: 15px; letter-spacing: .03em; }

.page-hero h1 { font-size: clamp(40px, 5vw, 58px); line-height: 1.05; font-weight: 400; letter-spacing: -.01em; margin: 0; color: var(--nestec-ink); }
.page-hero .hero-sub { font-size: 19px; color: #4a4a4a; margin: 16px 0 0; font-weight: 600; }

/* Full-Bleed-Foto-Hero (Branchen): Bild fuellt den ganzen Header, Titel rechts auf hellem Verlauf */
.page-hero--photo { position: relative; padding: 0; min-height: clamp(320px, 34vw, 440px); background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: center; overflow: hidden; }
.page-hero--photo .page-hero__scrim { position: absolute; inset: 0; background: radial-gradient(ellipse 62% 110% at 50% 48%, rgba(12,10,8,.82) 0%, rgba(12,10,8,.60) 50%, rgba(12,10,8,.38) 100%); }
.page-hero--photo .wrap { position: relative; z-index: 2; max-width: 1320px; display: flex; justify-content: center; }
.page-hero--photo .page-hero__text { max-width: 560px; text-align: center; }
.page-hero--photo h1 { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.32); }
.page-hero--photo .hero-sub { color: rgba(255,255,255,.94); text-shadow: 0 1px 10px rgba(0,0,0,.32); }
/* Handgezeichnete Unterstreichung unter einem Schluesselwort der Headline */
.page-hero--photo h1 .ul { position: relative; white-space: nowrap; }
.page-hero--photo h1 .ul::after { content: ""; position: absolute; left: -2%; right: -4%; bottom: -.16em; height: .34em; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 26' preserveAspectRatio='none'%3E%3Cpath d='M6 17 q78 -15 158 -7 q92 8 150 -5' fill='none' stroke='%23e8254a' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%; }
/* Handgezeichnete Badges/Skribbles als Overlay ueber dem Foto */
.hero-sketches { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.hero-sketches > * { position: absolute; }
.hero-pill { background: rgba(255,255,255,.94); color: #2b2b2b; font-family: 'Architects Daughter', cursive; font-size: clamp(15px, 1.5vw, 21px); line-height: 1; padding: 11px 24px; border-radius: 999px; white-space: nowrap; box-shadow: 0 6px 18px rgba(20,19,14,.14); }
.hero-pill--tl { left: clamp(20px, 6vw, 110px); top: 15%; }
.hero-pill--br { right: clamp(20px, 6vw, 110px); bottom: 15%; }
.hero-doodle, .hero-skribble { height: auto; }
.hero-skribble { filter: drop-shadow(0 2px 8px rgba(0,0,0,.5)); }
.hero-skribble--avo { width: clamp(120px, 12vw, 176px); left: 13%; top: 34%; }
.hero-skribble--tom { width: clamp(126px, 13vw, 186px); right: 9%; top: 24%; }
.hero-doodle--arrow { width: clamp(60px, 6.5vw, 100px); left: clamp(26px, 8vw, 150px); top: 23%; filter: drop-shadow(0 1px 4px rgba(0,0,0,.5)); }
.hero-doodle--s1 { width: clamp(15px, 1.7vw, 24px); left: 28%; top: 18%; }
.hero-doodle--s2 { width: clamp(13px, 1.5vw, 20px); left: 73%; top: 72%; }
.hero-doodle--s3 { width: clamp(12px, 1.3vw, 18px); left: 78%; top: 20%; }
@media (max-width: 760px) {
	.page-hero--photo { min-height: 82vw; align-items: flex-end; }
	.page-hero--photo .page-hero__scrim { background: linear-gradient(180deg, rgba(20,19,14,.12) 30%, rgba(20,19,14,.5) 72%, rgba(20,19,14,.72) 100%); }
	.page-hero--photo .wrap { justify-content: center; padding-bottom: 9%; }
	.page-hero--photo .page-hero__text { max-width: 100%; text-align: center; }
	.hero-pill--tl { top: 6%; }
	.hero-pill--br { bottom: 30%; right: clamp(16px, 5vw, 40px); }
	.hero-skribble--avo { left: 8%; top: 40%; }
	.hero-skribble--tom { right: 6%; top: 14%; }
	.hero-doodle--arrow { display: none; }
}

/* Intro-Textblock (linksbuendig, zarte Lead-Ueberschrift wie im Original) */
.lead-h { font-size: clamp(21px, 2.4vw, 27px); font-weight: 500; line-height: 1.3; letter-spacing: 0; margin: 0 0 24px; max-width: 40ch; color: var(--nestec-ink); }

/* etwas leichtere, anmutigere Sektionstitel auf den Money-Pages */
.nestec-page .sec h2 { font-weight: 700; letter-spacing: -.01em; }

/* Bild-Spalten (Original-Anmutung). Standard .cols = Bild ~gleich breit wie Text. */
.cols img { width: 100%; height: auto; display: block; }
.cols--media { gap: 50px; align-items: center; }
.cols--even { grid-template-columns: 1fr 1fr; } /* Bild und Text gleich breit (Handgefertigte) */
.cols--imgR { grid-template-columns: 1.25fr .75fr; } /* Text breiter, Bild rechts schmaler (Strategie) */
.cols--media img { border-radius: 4px; box-shadow: 0 18px 40px rgba(20,19,14,.10); }
.cols--imgR img { box-shadow: none; } /* Skizze auf weissem Grund nahtlos, kein Block-Rand */

/* Fakten-Zahlen-Reihe (hell, z. B. Marktanteile) */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 14px 0 0; padding: 34px 0; border-top: 1px solid var(--nestec-hairline); border-bottom: 1px solid var(--nestec-hairline); }
.fact span { display: block; font-size: 34px; font-weight: 800; color: var(--nestec-red); letter-spacing: -.02em; line-height: 1.05; }
.fact small { font-size: 14px; color: var(--nestec-muted); font-weight: 600; }
@media (max-width: 640px) { .facts { grid-template-columns: repeat(2, 1fr); gap: 22px; } }

/* Bild-Icon in Service-/Cross-Link-Karten */
.svc-ico img { width: 58px; height: 58px; object-fit: contain; display: block; }

/* Bild-Karten (Service-Hub, Bild oben + Text) */
.tilegrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.tile { display: block; background: #fff; border: 1px solid var(--nestec-hairline); border-radius: 6px; overflow: hidden; text-decoration: none; color: var(--nestec-ink); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.tile:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(20,19,14,.10); border-color: #d6d1c6; }
.tile img { width: 100%; height: 190px; object-fit: cover; display: block; }
.tile__body { padding: 26px 28px; }
.tile h3 { font-size: 20px; font-weight: 700; margin: 0 0 8px; }
.tile p { font-size: 15px; color: var(--nestec-muted); line-height: 1.6; margin: 0 0 16px; }
.tile .more { color: var(--nestec-red); font-weight: 700; font-size: 15px; }

/* Drei gestapelte Text-Bloecke ("Handgefertigte Loesungen") */
.blocks { display: grid; gap: 26px; margin-top: 26px; }
.block h3 { font-size: 21px; font-weight: 800; margin: 0 0 8px; }
.block p { margin: 0; color: var(--nestec-text); font-size: 16px; }

/* Strategie-Liste (fett-geprefixte Punkte) */
.strat { list-style: none; padding: 0; margin: 24px 0 0; }
.strat li { font-size: 16px; line-height: 1.6; margin: 0 0 16px; padding-left: 22px; position: relative; }
.strat li::before { content: ""; position: absolute; left: 0; top: 11px; width: 9px; height: 9px; background: var(--nestec-red); border-radius: 2px; }
.strat li b { color: var(--nestec-ink); }
.btn-red { display: inline-block; margin-top: 14px; padding: 16px 32px; border-radius: 4px; font-weight: 700; font-size: 16px; text-decoration: none; background: var(--nestec-red); color: #fff; border: 2px solid var(--nestec-red); }
.btn-red:hover { background: var(--nestec-red-2); border-color: var(--nestec-red-2); }

/* Prozess: helle Sektion, Phasen-Liste links + grosses Bild rechts */
.process { display: grid; grid-template-columns: 1.4fr .85fr; gap: 56px; align-items: start; margin-top: 18px; }
.phase { padding: 0 0 30px; }
.phase h3 { font-size: 21px; font-weight: 800; margin: 0 0 8px; color: var(--nestec-ink); }
.phase p { margin: 0; font-size: 16px; color: var(--nestec-text); }
.process-img { align-self: start; }
.process-img img { width: 100%; max-width: 380px; height: auto; display: block; margin: 0 auto; border-radius: 4px; }

/* FAQ-Akkordeon (bordierte Karten, Pfeil, zugeklappt) */
.faq-acc { max-width: 880px; margin: 30px auto 0; }
.faq-acc .acc { border: 1px solid var(--nestec-hairline); border-radius: 4px; margin-bottom: 16px; background: #fff; }
.faq-acc .acc-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 26px 56px 26px 30px; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: var(--nestec-ink); position: relative; text-transform: uppercase; letter-spacing: .01em; line-height: 1.4; }
.faq-acc .acc-q::after { content: "›"; position: absolute; right: 26px; top: 50%; transform: translateY(-50%); font-size: 24px; color: var(--nestec-red); transition: transform .25s ease; }
.faq-acc .acc.open .acc-q::after { transform: translateY(-50%) rotate(90deg); }
.faq-acc .acc-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-acc .acc-a p { margin: 0; padding: 0 30px 26px; font-size: 16px; color: var(--nestec-text); }
.faq-acc .acc.open .acc-a { max-height: 400px; }

/* Abschluss-Sektion dunkel ("Better than any Webdesign") */
.closer { background: #000; padding: 90px 0; }
.closer .wrap { max-width: 820px; }
.closer .kicker { text-transform: uppercase; letter-spacing: .2em; font-size: 13px; font-weight: 600; color: #9a9a9a; margin: 0 0 22px; display: flex; align-items: center; gap: 16px; }
.closer .kicker::before { content: ""; width: 72px; height: 1px; background: #5a5a5a; }
.nestec-page .closer h2 { font-size: clamp(32px, 4vw, 46px); font-weight: 600; line-height: 1.12; letter-spacing: -.01em; color: #fff; margin: 0 0 30px; }
.closer h3 { font-size: 24px; font-weight: 700; color: #fff; margin: 0 0 16px; }
.closer p { font-size: 16px; color: #b3b3b3; margin: 0; max-width: 60ch; }

@media (max-width: 880px) {
	.page-hero .wrap { grid-template-columns: 1fr; gap: 28px; }
	.page-hero .order-img { order: -1; }
	.process { grid-template-columns: 1fr; gap: 32px; }
	.process-img { position: static; }
}

/* ============ BLOG-INDEX (Ratgeber) Karten ============ */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.blog-card { display: block; background: #fff; border: 1px solid var(--nestec-hairline); border-radius: 6px; padding: 32px; text-decoration: none; color: var(--nestec-ink); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(20,19,14,.10); border-color: #d6d1c6; }
.blog-card__date { font-size: 13px; color: var(--nestec-muted); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.blog-card h3 { font-size: 20px; font-weight: 700; margin: 10px 0; line-height: 1.3; }
.blog-card p { font-size: 15px; color: var(--nestec-muted); line-height: 1.6; margin: 0 0 18px; }
.blog-card__more { color: var(--nestec-red); font-weight: 700; font-size: 15px; }

/* ============ FOOTER (eigener, dezent, einzeilig) ============ */
.nestec-footer { background: #fff; border-top: 1px solid var(--nestec-hairline); padding: 24px 0; font-family: 'Montserrat', sans-serif; }
.nestec-footer__inner { max-width: 1180px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; }
.nestec-foot-copy { margin: 0; font-size: 12.5px; color: #9a9a9a; font-weight: 500; white-space: nowrap; }
.nestec-foot-links { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.nestec-foot-links a { font-size: 12.5px; color: #9a9a9a; text-decoration: none; font-weight: 500; white-space: nowrap; }
.nestec-foot-links a:hover { color: var(--nestec-red); }
@media (max-width: 640px) { .nestec-footer__inner { justify-content: center; text-align: center; } }

/* ============ HEADER (eigener, ersetzt Twenty Twenty) ============ */
.nestec-skip { position: absolute; left: -9999px; top: 0; background: var(--nestec-red); color: #fff; padding: 12px 18px; z-index: 1000; }
.nestec-skip:focus { left: 12px; top: 12px; }

.nestec-header {
	position: sticky; top: 0; z-index: 100;
	background: #fff; border-bottom: 1px solid var(--nestec-hairline);
	font-family: 'Montserrat', system-ui, sans-serif;
	transition: box-shadow .25s ease;
}
.nestec-header.scrolled { box-shadow: 0 4px 20px rgba(8,16,28,.08); }
.nestec-header__inner {
	max-width: 1280px; margin: 0 auto; padding: 0 44px;
	display: flex; align-items: center; justify-content: space-between;
	min-height: 80px; gap: 32px;
}
.nestec-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.nestec-brand img { height: 40px; width: auto; display: block; }

.nestec-nav { display: flex; align-items: center; gap: 30px; }
.nestec-nav a {
	color: var(--nestec-ink); text-decoration: none; font-weight: 600; font-size: 15px;
	letter-spacing: .01em; padding: 6px 0; position: relative; white-space: nowrap;
}
.nestec-nav a:not(.nestec-nav__cta)::after {
	content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
	background: var(--nestec-red); transition: right .25s ease;
}
.nestec-nav a:not(.nestec-nav__cta):hover::after,
.nestec-nav a[aria-current="page"]::after { right: 0; }
.nestec-nav a:not(.nestec-nav__cta):hover { color: var(--nestec-red); }

.nestec-nav__cta {
	background: var(--nestec-red); color: #fff !important; padding: 11px 24px !important;
	border-radius: 4px; font-weight: 700;
}
.nestec-nav__cta::after { display: none; }
.nestec-nav__cta:hover { background: var(--nestec-red-2); }

.nestec-burger { display: none; background: none; border: 0; cursor: pointer; padding: 10px; }
.nestec-burger span { display: block; width: 26px; height: 2px; background: var(--nestec-ink); margin: 5px 0; transition: transform .25s ease, opacity .2s ease; }
.nestec-header.nav-open .nestec-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nestec-header.nav-open .nestec-burger span:nth-child(2) { opacity: 0; }
.nestec-header.nav-open .nestec-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
	.nestec-header__inner { padding: 0 24px; min-height: 66px; }
	.nestec-brand img { height: 30px; }
	.nestec-burger { display: block; }
	.nestec-nav {
		position: absolute; left: 0; right: 0; top: 100%;
		flex-direction: column; align-items: stretch; gap: 0;
		background: #fff; border-bottom: 1px solid var(--nestec-hairline);
		box-shadow: 0 12px 24px rgba(8,16,28,.10);
		max-height: 0; overflow: hidden; transition: max-height .3s ease;
	}
	.nestec-header.nav-open .nestec-nav { max-height: 80vh; }
	.nestec-nav a { padding: 16px 24px; border-top: 1px solid var(--nestec-hairline); }
	.nestec-nav a:not(.nestec-nav__cta)::after { display: none; }
	.nestec-nav__cta { margin: 16px 24px; text-align: center; }
}

/* ============================================================
   Startseite (home-nativ) — nativer Nachbau der Elementor-Home
   ============================================================ */
.home-hero {
	background: radial-gradient(120% 120% at 50% 0%, #2a2a2a 0%, #161616 45%, #060606 100%);
	color: #fff;
	text-align: center;
	padding: clamp(44px, 6vh, 78px) 0 clamp(36px, 5vh, 70px);
}
@media (max-width: 560px) {
	.nestec-page .home-hero h1 { white-space: normal; font-size: 18px; }
}
.home-sketch {
	width: 100%;
	max-width: 1140px;
	height: auto;
	display: block;
	margin: 20px auto 0;
	overflow: visible;
}
.nestec-page .home-hero h1 {
	font-size: clamp(15px, 1.5vw, 21px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .05em;
	text-transform: capitalize;
	color: #fff;
	margin: 0 auto;
	max-width: none;
	white-space: nowrap;
	text-align: center;
}
.home-hero-sub {
	font-size: clamp(13px, 1.4vw, 16px);
	font-weight: 500;
	letter-spacing: .04em;
	text-transform: capitalize;
	color: #b9b9b9;
	margin: 22px 0 0;
}
.home-eyebrow {
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 13px;
	font-weight: 700;
	color: var(--nestec-red);
	margin: 0 0 10px;
}
/* ---- Rechts-/Faktenseiten (Impressum, Datenschutz, Grounding) ---- */
.legal h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; letter-spacing: -.01em; margin: 0 0 6px; }
.legal .legal-sub { color: var(--nestec-muted); font-size: 16px; margin: 0 0 40px; }
.legal h2 { font-size: 22px; font-weight: 700; margin: 40px 0 12px; color: var(--nestec-ink); }
.legal h3 { font-size: 18px; font-weight: 700; margin: 26px 0 8px; color: var(--nestec-ink); }
.legal p { font-size: 16px; line-height: 1.75; color: var(--nestec-text); margin: 0 0 16px; }
.legal ul { margin: 0 0 18px; padding-left: 22px; }
.legal li { font-size: 16px; line-height: 1.7; color: var(--nestec-text); margin: 0 0 8px; }
.legal a { color: var(--nestec-red); text-decoration: underline; word-break: break-word; }
.legal .legal-card { background: var(--nestec-cream); border: 1px solid var(--nestec-hairline); border-radius: 6px; padding: 26px 30px; margin: 8px 0 0; }
.legal .legal-card p { margin: 0 0 4px; }
/* Faktentabelle (Grounding) */
.facts-table { width: 100%; border-collapse: collapse; margin: 8px 0 8px; font-size: 15.5px; }
.facts-table th, .facts-table td { text-align: left; vertical-align: top; padding: 12px 16px; border-bottom: 1px solid var(--nestec-hairline); line-height: 1.6; }
.facts-table th { width: 34%; font-weight: 700; color: var(--nestec-ink); }
.facts-table td { color: var(--nestec-text); }
.legal .disambig { list-style: none; padding-left: 0; }
.legal .disambig li { padding-left: 0; }
.svc-card { display: flex; flex-direction: column; }
.svc-card .more {
	margin-top: auto;
	color: var(--nestec-red);
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}
.svc-card .more:hover { color: var(--nestec-red-2); }
.svc-grid .svc-ico img { width: 64px; height: 64px; }
.value-blocks { display: flex; flex-direction: column; gap: 36px; }
.value-block h3 { font-size: 26px; font-weight: 700; margin: 0 0 12px; color: var(--nestec-ink); }
.value-block p { font-size: 16px; line-height: 1.7; color: var(--nestec-text); margin: 0; }
.disc-cols { grid-template-columns: 1.15fr 0.85fr; gap: 40px; }
.disc-sketch { width: 100%; height: auto; display: block; max-width: 680px; margin: 0 auto; overflow: visible; }
@media (max-width: 880px) { .disc-cols { grid-template-columns: 1fr; } }
.faq-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; margin-top: 30px; }
.faq-cols .faq-acc { margin: 0; max-width: none; }
@media (max-width: 880px) {
	.faq-cols { grid-template-columns: 1fr; gap: 0; }
}








