/*
Theme Name: Shopkeeper - The Child Theme
Theme URI: https://shopkeeper.getbowtied.com
Description: Norddampf Child Theme – Premium CannaTech Blog
Author: Get Bowtied / Norddampf
Template: shopkeeper
Version: 3.0
*/

/* =============================================================
   NORDDAMPF BRAND TOKENS
   Teal: #435B6C | Orange: #FF6E07 | Black: #231F20
   Light Teal: #C3CFDC | Bg: #F7F9FA | Border: #E8ECF0
   Muted: #9AABB8 | Body: #333333
   ============================================================= */

/* Smooth Scroll */
html { scroll-behavior: smooth; scroll-padding-top: 90px; }

/* =============================================================
   BREADCRUMBS
   ============================================================= */
.nd-breadcrumbs {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #9AABB8;
    letter-spacing: 0.02em;
}
.nd-breadcrumbs a { color: #435B6C; text-decoration: none; transition: color .2s; }
.nd-breadcrumbs a:hover { color: #FF6E07; }
.nd-breadcrumbs .breadcrumb_last { color: #231F20; font-weight: 600; }

/* =============================================================
   BLOG HUB – HERO
   ============================================================= */
#nd-blog-hub {
    background: #F7F9FA;
    min-height: 100vh;
}
.nd-hub-hero {
    background: linear-gradient(135deg, #231F20 0%, #435B6C 100%);
    padding: 80px 20px 72px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.nd-hub-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF6E07, #435B6C, #FF6E07);
}
.nd-hub-hero-inner {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Breadcrumb im Hub-Hero – linksbündig wie im Single-Hero */
.nd-hub-hero-inner .nd-hero-breadcrumbs {
    align-self: flex-start;
    margin-bottom: 24px;
}
.nd-hub-eyebrow {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #FF6E07;
    margin-bottom: 16px;
}
.nd-hub-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.nd-hub-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}

/* =============================================================
   HERO – PARTICLES CANVAS + STATS
   ============================================================= */
.nd-particles-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
.nd-hub-hero-inner { pointer-events: none; }
.nd-hub-hero-inner a,
.nd-hub-hero-inner button { pointer-events: auto; }
.nd-hub-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 32px;
}
.nd-hub-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 28px;
}
.nd-stat-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.nd-stat-lbl {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.5);
    margin-top: 4px;
}
.nd-hub-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.15);
}

/* =============================================================
   HUB NAV BAR (Breadcrumbs + Category Pills)
   ============================================================= */
.nd-hub-nav-bar {
    background: #fff;
    border-bottom: 1px solid #E8ECF0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(35,31,32,0.06);
}
.nd-hub-breadcrumbs {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 24px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #9AABB8;
}
.nd-hub-breadcrumbs a { color: #435B6C; text-decoration: none; transition: color .2s; }
.nd-hub-breadcrumbs a:hover { color: #FF6E07; }
.nd-bc-sep { color: #C3CFDC; }
.nd-bc-current { color: #231F20; font-weight: 600; }

/* =============================================================
   SECTION LABELS
   ============================================================= */
.nd-hub-section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #9AABB8;
    margin-bottom: 20px;
}

/* =============================================================
   SILO CARDS GRID
   ============================================================= */
/* =============================================================
   TOOLS & RECHNER
   ============================================================= */
.nd-hub-tools {
    max-width: 1280px;
    margin: 48px auto 0;
    padding: 0 24px;
}
.nd-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.nd-tool-card {
    background: #fff;
    border: 1px solid #E8ECF0;
    border-radius: 12px;
    padding: 24px 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.nd-tool-card:hover {
    border-color: #FF6E07;
    box-shadow: 0 4px 20px rgba(255,110,7,0.12);
    transform: translateY(-2px);
}
.nd-tool-badge {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #FF6E07;
    background: #FFF4EB;
    padding: 3px 8px;
    border-radius: 20px;
    margin-bottom: 16px;
    align-self: flex-start;
}
.nd-tool-icon {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 12px;
}
.nd-tool-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #231F20;
    line-height: 1.3;
}

/* =============================================================
   SILO GRID
   ============================================================= */
.nd-hub-silos {
    max-width: 1280px;
    margin: 48px auto 0;
    padding: 0 24px;
}
.nd-silo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.nd-silo-card {
    background: #fff;
    border: 1px solid #E8ECF0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: all .25s;
}
.nd-silo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(35,31,32,0.09);
    border-color: #435B6C;
}
.nd-silo-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.nd-silo-icon {
    font-size: 24px;
    line-height: 1;
}
.nd-silo-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #9AABB8;
    background: #F7F9FA;
    border: 1px solid #E8ECF0;
    padding: 3px 8px;
    border-radius: 20px;
    white-space: nowrap;
}
.nd-silo-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 8px;
    line-height: 1.3;
}
.nd-silo-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.55;
    margin-bottom: 16px;
    flex: 1;
}
.nd-silo-posts {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    border-top: 1px solid #F0F3F6;
    padding-top: 12px;
}
.nd-silo-posts li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
    padding: 5px 0;
    border-bottom: 1px solid #F7F9FA;
}
.nd-silo-posts li:last-child { border-bottom: none; }
.nd-silo-posts li a {
    font-size: 12px;
    color: #435B6C;
    text-decoration: none;
    line-height: 1.4;
    transition: color .15s;
    flex: 1;
}
.nd-silo-posts li a:hover { color: #FF6E07; }
.nd-silo-arrow {
    font-size: 10px;
    color: #C3CFDC;
    flex-shrink: 0;
}
.nd-silo-more {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #9AABB8;
    background: #F7F9FA;
    padding: 2px 8px;
    border-radius: 10px;
    margin-bottom: 16px;
}
.nd-silo-hub-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FF6E07;
    text-decoration: none;
    border: 1px solid #FF6E07;
    padding: 9px 16px;
    border-radius: 8px;
    transition: all .2s;
    margin-top: auto;
    align-self: flex-start;
}
.nd-silo-hub-link:hover {
    background: #FF6E07;
    color: #fff;
}
.nd-no-posts {
    text-align: center;
    color: #9AABB8;
    padding: 48px 0;
    font-size: 15px;
}

/* =============================================================
   KATEGORIE PILLS
   ============================================================= */
.nd-hub-categories {
    background: #fff;
    border-bottom: 1px solid #E8ECF0;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(35,31,32,0.06);
}
.nd-hub-cats-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.nd-hub-cats-inner::-webkit-scrollbar { display: none; }
.nd-cat-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    padding: 14px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #435B6C;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all .2s;
    flex-shrink: 0;
}
.nd-cat-pill:hover, .nd-cat-pill.active {
    color: #FF6E07;
    border-bottom-color: #FF6E07;
}
.nd-cat-icon { font-size: 14px; }

/* =============================================================
   FEATURED POST
   ============================================================= */
.nd-hub-featured {
    max-width: 1280px;
    margin: 48px auto 0;
    padding: 0 24px;
}
.nd-hub-featured-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E8ECF0;
    box-shadow: 0 4px 32px rgba(35,31,32,0.08);
    min-height: 420px;
}
.nd-feat-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}
.nd-feat-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    display: block;
}
.nd-feat-image-wrap:hover .nd-feat-image { transform: scale(1.03); }
.nd-feat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, rgba(35,31,32,0.15));
}
.nd-feat-content {
    padding: 40px 40px 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nd-feat-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    line-height: 1.25;
    margin: 12px 0 14px;
    color: #231F20;
}
.nd-feat-title a { color: inherit; text-decoration: none; transition: color .2s; }
.nd-feat-title a:hover { color: #FF6E07; }
.nd-feat-excerpt { font-size: 14px; color: #666; line-height: 1.65; margin-bottom: 20px; }
.nd-feat-meta { display: flex; gap: 16px; font-size: 12px; color: #9AABB8; margin-bottom: 24px; }
.nd-feat-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #231F20;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
    align-self: flex-start;
}
.nd-feat-cta:hover { background: #FF6E07; color: #fff; }

/* =============================================================
   POSTS GRID
   ============================================================= */
.nd-hub-posts {
    max-width: 1280px;
    margin: 48px auto 80px;
    padding: 0 24px;
}
.nd-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.nd-post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E8ECF0;
    transition: all .25s;
    display: flex;
    flex-direction: column;
}
.nd-post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(35,31,32,0.1);
    border-color: #C3CFDC;
}
.nd-card-thumb {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.nd-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    display: block;
}
.nd-post-card:hover .nd-card-img { transform: scale(1.04); }
.nd-card-cat-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(35,31,32,0.8);
    backdrop-filter: blur(8px);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 4px;
}
.nd-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.nd-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #231F20;
    line-height: 1.35;
    margin-bottom: 8px;
    flex: 1;
}
.nd-card-title a { color: inherit; text-decoration: none; transition: color .2s; }
.nd-card-title a:hover { color: #FF6E07; }
.nd-card-excerpt { font-size: 13px; color: #666; line-height: 1.55; margin-bottom: 14px; }
.nd-card-meta {
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: #9AABB8;
    border-top: 1px solid #F0F3F6;
    padding-top: 12px;
    margin-top: auto;
}

/* Infinite Scroll – Sentinel & Loading */
.nd-scroll-sentinel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin-top: 40px;
}
.nd-loading-dots {
    display: flex;
    gap: 6px;
}
.nd-loading-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C3CFDC;
    animation: nd-bounce 1.2s infinite ease-in-out;
}
.nd-loading-dots span:nth-child(1) { animation-delay: 0s; }
.nd-loading-dots span:nth-child(2) { animation-delay: .2s; }
.nd-loading-dots span:nth-child(3) { animation-delay: .4s; }
@keyframes nd-bounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: .4; }
    40%           { transform: scale(1);   opacity: 1;  }
}

/* Card appear animation on infinite scroll load */
.nd-card-appear {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .35s ease, transform .35s ease;
}
.nd-post-card {
    transition: all .25s, opacity .35s ease, transform .35s ease;
}

/* =============================================================
   SINGLE POST – HERO HEADER
   ============================================================= */
/* Shopkeeper setzt .content-area { padding: 85px 0 0 0 } – für single blog posts entfernen */
body.single-post .content-area { padding: 0 !important; }
.nd-blog-single { background: #F7F9FA; }

.nd-post-hero {
    position: relative;
    background: #231F20;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    align-items: stretch;
}
.nd-post-hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.nd-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
    display: block;
}
.nd-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #231F20 20%, transparent 100%);
}
.nd-post-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 20px 24px 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: inherit;
}
.nd-hero-breadcrumbs {
    margin-bottom: 16px;
}
.nd-hero-bc {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    text-shadow: 0 1px 6px rgba(0,0,0,0.85), 0 0 12px rgba(0,0,0,0.6);
}
.nd-hero-bc a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    transition: color .15s;
}
.nd-hero-bc a:hover { color: #fff; }
.nd-hero-bc .breadcrumb_last { color: rgba(255,255,255,0.6); }
.nd-hero-bc .breadcrumb_last::before { content: '›'; margin-right: 4px; }
/* Yoast separator */
.nd-hero-bc span[class^="breadcrumb"]:not(.breadcrumb_last)::after { content: '›'; margin-left: 4px; }
.nd-post-hero-inner {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nd-post-category-badge {
    display: inline-block;
    align-self: flex-start;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #FF6E07;
    background: rgba(255,110,7,0.15);
    border: 1px solid rgba(255,110,7,0.3);
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 14px;
    transition: all .2s;
}
.nd-post-hero .nd-post-category-badge { color: #FF6E07; }
.nd-post-hero .nd-post-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(26px, 4.5vw, 44px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.nd-post-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.nd-post-hero .nd-post-meta { color: rgba(255,255,255,0.6); }
.nd-meta-date, .nd-meta-reading, .nd-meta-updated {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}
.nd-meta-updated { color: rgba(255,255,255,0.45); }

/* =============================================================
   SINGLE POST – TABLE OF CONTENTS
   ============================================================= */
.nd-toc-wrap {
    max-width: 820px;
    margin: 36px auto 36px;
    padding: 0 24px;
}
.nd-toc {
    background: #fff;
    border: 1px solid #E8ECF0;
    border-radius: 12px;
    overflow: hidden;
}
.nd-toc-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9AABB8;
    padding: 14px 20px 10px;
    border-bottom: 1px solid #F0F3F6;
}
.nd-toc-list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    counter-reset: toc-counter;
}
.nd-toc-list li {
    counter-increment: toc-counter;
    border-bottom: 1px solid #F7F9FA;
}
.nd-toc-list li:last-child { border-bottom: none; }
.nd-toc-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    font-size: 13px;
    color: #435B6C;
    text-decoration: none;
    transition: all .15s;
}
.nd-toc-list li a::before {
    content: counter(toc-counter, decimal-leading-zero);
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #C3CFDC;
    min-width: 22px;
}
.nd-toc-list li a:hover { background: #F7F9FA; color: #FF6E07; }
.nd-toc-list li a:hover::before { color: #FF6E07; }

/* =============================================================
   SINGLE POST – CONTENT AREA
   ============================================================= */
/* ── Base ─────────────────────────────────────────────────── */
.nd-post-body .entry-content,
.nd-entry-content {
    font-size: 16.5px;
    line-height: 1.85;
    color: #2D2D2D;
}
.nd-entry-content > p { margin: 0 0 1.4em; }

/* ── Headings ─────────────────────────────────────────────── */
.nd-entry-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: 800;
    color: #231F20;
    margin: 52px 0 18px;
    padding: 20px 0 16px 20px;
    border-top: 2px solid #F0F3F6;
    border-left: 4px solid #FF6E07;
    line-height: 1.3;
}
.nd-entry-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(17px, 1.9vw, 20px);
    font-weight: 700;
    color: #231F20;
    margin: 40px 0 14px;
    padding-left: 14px;
    border-left: 3px solid #C3CFDC;
    line-height: 1.35;
}
.nd-entry-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #435B6C;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 32px 0 10px;
}
.nd-entry-content h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #435B6C;
    margin: 24px 0 8px;
}

/* ── Links ────────────────────────────────────────────────── */
.nd-entry-content a {
    color: #FF6E07;
    text-decoration: underline;
    text-decoration-color: rgba(255,110,7,.3);
    text-underline-offset: 3px;
    transition: text-decoration-color .2s;
}
.nd-entry-content a:hover { text-decoration-color: #FF6E07; }

/* ── Images ───────────────────────────────────────────────── */
.nd-entry-content img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}
/* CTA-Shortcode-Logo: Plugin-Werte wiederherstellen */
.ndsc-cta-logo img { height: 70px !important; width: auto !important; max-width: none !important; border-radius: 0 !important; }
.nd-entry-content figure {
    margin: 32px 0;
}
.nd-entry-content figcaption {
    font-size: 13px;
    color: #8A9BB0;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
    line-height: 1.5;
}

/* ── Blockquote ───────────────────────────────────────────── */
.nd-entry-content blockquote {
    position: relative;
    border-left: 4px solid #FF6E07;
    margin: 36px 0;
    padding: 24px 28px 24px 32px;
    background: linear-gradient(135deg, #FFF8F3 0%, #FFF4EB 100%);
    border-radius: 0 12px 12px 0;
    font-size: 17px;
    font-style: italic;
    color: #435B6C;
    line-height: 1.75;
}
.nd-entry-content blockquote::before {
    content: '\201C';
    position: absolute;
    top: -8px; left: 16px;
    font-size: 64px;
    color: rgba(255,110,7,0.2);
    font-family: Georgia, serif;
    line-height: 1;
}

/* ── Lists ────────────────────────────────────────────────── */
.nd-entry-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4em;
}
.nd-entry-content ul li {
    position: relative;
    padding: 5px 0 5px 24px;
    line-height: 1.7;
}
.nd-entry-content ul li::before {
    content: '';
    position: absolute;
    left: 0; top: 14px;
    width: 7px; height: 7px;
    background: #FF6E07;
    border-radius: 50%;
    flex-shrink: 0;
}
.nd-entry-content ul li ul { margin: 6px 0 6px 8px; }
.nd-entry-content ul li ul li::before {
    background: none;
    border: 2px solid #C3CFDC;
}
.nd-entry-content ol {
    padding: 0 0 0 4px;
    margin: 0 0 1.4em;
    counter-reset: nd-ol;
    list-style: none;
}
.nd-entry-content ol li {
    position: relative;
    padding: 6px 0 6px 40px;
    line-height: 1.7;
    counter-increment: nd-ol;
}
.nd-entry-content ol li::before {
    content: counter(nd-ol);
    position: absolute;
    left: 0; top: 6px;
    width: 26px; height: 26px;
    background: #231F20;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ── Tables (TOC-Stil) ────────────────────────────────────── */
.nd-entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 36px 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #E8ECF0;
    border-radius: 12px;
    overflow: hidden;
}
.nd-entry-content table thead tr {
    border-bottom: 1px solid #F0F3F6;
}
.nd-entry-content table thead th {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9AABB8;
    padding: 14px 20px 10px;
    text-align: left;
    background: #fff;
}
.nd-entry-content table tbody tr {
    border-bottom: 1px solid #F7F9FA;
    transition: background .15s;
}
.nd-entry-content table tbody tr:last-child { border-bottom: none; }
.nd-entry-content table tbody tr:hover { background: #F7F9FA; }
.nd-entry-content table tbody td {
    padding: 11px 20px;
    vertical-align: top;
    color: #435B6C;
    line-height: 1.6;
    display: table-cell;
    align-items: center;
    gap: 12px;
}
.nd-entry-content table tbody td:first-child {
    font-weight: 600;
    color: #231F20;
}

/* ── Code ─────────────────────────────────────────────────── */
.nd-entry-content code {
    font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace;
    font-size: 14px;
    background: #F0F3F6;
    color: #C0392B;
    padding: 2px 7px;
    border-radius: 5px;
    border: 1px solid #E2E8F0;
}
.nd-entry-content pre {
    background: #1E2431;
    color: #E2E8F0;
    padding: 24px 28px;
    border-radius: 12px;
    overflow-x: auto;
    margin: 32px 0;
    font-size: 14px;
    line-height: 1.7;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
.nd-entry-content pre code {
    background: none;
    color: inherit;
    padding: 0;
    border: none;
    font-size: inherit;
}

/* ── HR ───────────────────────────────────────────────────── */
.nd-entry-content hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #FF6E07, #435B6C, transparent);
    margin: 48px 0;
    border-radius: 2px;
    opacity: 0.35;
}

/* ── Strong / Em ──────────────────────────────────────────── */
.nd-entry-content strong {
    font-weight: 700;
    color: #231F20;
}
.nd-entry-content em {
    font-style: italic;
    color: #435B6C;
}

/* =============================================================
   SINGLE POST – ADDITIONS (CTA + RELATED)
   ============================================================= */
.nd-additions-wrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px 60px;
}

/* Silo CTA */
.nd-silo-cta-box {
    background: linear-gradient(135deg, #231F20, #435B6C);
    border-radius: 14px;
    padding: 32px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}
.nd-silo-cta-box::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 200px; height: 200px;
    background: rgba(255,110,7,0.1);
    border-radius: 50%;
}
.nd-silo-cta-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #FF6E07;
    margin-bottom: 8px;
}
.nd-silo-cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}
.nd-silo-products { display: flex; gap: 10px; flex-wrap: wrap; }
.nd-silo-product-link {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all .2s;
    backdrop-filter: blur(8px);
}
.nd-silo-product-link:hover {
    background: #FF6E07;
    border-color: #FF6E07;
}

/* Related Posts */
.nd-related-posts { margin-top: 48px; }
.nd-related-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #9AABB8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
.nd-related-title span { color: #231F20; }
.nd-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.nd-related-card {
    background: #fff;
    border: 1px solid #E8ECF0;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    flex-direction: column;
}
.nd-related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(35,31,32,0.08);
    border-color: #C3CFDC;
}
.nd-related-thumb { aspect-ratio: 16/9; overflow: hidden; }
.nd-related-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.nd-related-card:hover .nd-related-thumb img { transform: scale(1.04); }
.nd-related-info { padding: 14px; }
.nd-related-info h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #231F20;
    line-height: 1.35;
    margin-bottom: 6px;
}
.nd-related-info span { font-size: 11px; color: #9AABB8; }

/* =============================================================
   RECIPE CARD
   ============================================================= */
.nd-recipe-card {
    background: #fff;
    border: 1px solid #E8ECF0;
    border-radius: 12px;
    padding: 24px;
    margin: 28px 0;
}
.nd-recipe-card-header {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding-bottom: 16px;
    border-bottom: 1px solid #F0F3F6;
    margin-bottom: 16px;
}
.nd-recipe-stat { text-align: center; }
.nd-recipe-stat-val {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #435B6C;
}
.nd-recipe-stat-lbl { font-size: 10px; color: #9AABB8; text-transform: uppercase; letter-spacing: .05em; }
.nd-recipe-ingredients h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 10px;
}
.nd-recipe-ingredients ul { list-style: none; padding: 0; margin: 0; }
.nd-recipe-ingredients li {
    padding: 7px 0;
    border-bottom: 1px solid #F7F9FA;
    font-size: 14px;
    color: #333;
}
.nd-recipe-ingredients li::before { content: '•'; color: #FF6E07; margin-right: 10px; font-weight: 700; }

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 1280px) {
    .nd-silo-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1024px) {
    .nd-posts-grid { grid-template-columns: repeat(2, 1fr); }
    .nd-hub-featured-inner { grid-template-columns: 1fr; }
    .nd-feat-image-wrap { aspect-ratio: 16/7; }
    .nd-silo-grid { grid-template-columns: repeat(2, 1fr); }
    .nd-tools-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .nd-posts-grid { grid-template-columns: 1fr; }
    .nd-related-grid { grid-template-columns: 1fr; }
    .nd-hub-featured-inner { min-height: auto; }
    .nd-feat-content { padding: 24px; }
    .nd-post-hero { min-height: 280px; }
    .nd-additions-wrap, .nd-toc-wrap { padding: 0 16px 40px; }
    .nd-recipe-card-header { gap: 12px; }
    .nd-recipe-stat { flex: 1; min-width: 70px; }
    .nd-silo-grid { grid-template-columns: 1fr; }
    .nd-tools-grid { grid-template-columns: 1fr; }
    .nd-hub-stat { padding: 0 16px; }
    .nd-stat-num { font-size: 22px; }
    .nd-hub-silos, .nd-hub-featured, .nd-hub-posts, .nd-hub-tools { padding: 0 16px; }
    .nd-hub-breadcrumbs { padding: 8px 16px 0; }
}

/* =============================================================
   READING PROGRESS BAR
   ============================================================= */
#nd-progress-bar {
    position: fixed;
    top: 0; left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #FF6E07, #FFa040);
    z-index: 99999;
    transition: width .1s linear;
    border-radius: 0 2px 2px 0;
}

/* =============================================================
   SHARE BUTTONS
   ============================================================= */
.nd-share-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 28px 0 0;
    border-top: 1px solid #F0F3F6;
    margin-top: 32px;
}
.nd-share-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9AABB8;
    margin-right: 4px;
}
.nd-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
    border: none;
    line-height: 1;
}
.nd-share-btn svg { flex-shrink: 0; }
.nd-share-whatsapp {
    background: #25D366;
    color: #fff;
}
.nd-share-whatsapp:hover { background: #1ebe5d; color: #fff; }
.nd-share-copy {
    background: #F0F3F6;
    color: #435B6C;
}
.nd-share-copy:hover { background: #E2E8F0; color: #231F20; }
.nd-share-copy.copied {
    background: #231F20;
    color: #fff;
}

/* =============================================================
   ZURÜCK ZUM HUB CTA
   ============================================================= */
.nd-hub-back {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    background: #F7F9FA;
    border: 1px solid #E8ECF0;
    border-radius: 12px;
    margin: 32px 0;
    text-decoration: none;
    transition: all .2s;
}
.nd-hub-back:hover {
    background: #FFF4EB;
    border-color: #FF6E07;
    text-decoration: none;
}
.nd-hub-back-icon {
    width: 40px; height: 40px;
    background: #231F20;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background .2s;
}
.nd-hub-back:hover .nd-hub-back-icon { background: #FF6E07; }
.nd-hub-back-icon svg { color: #fff; }
.nd-hub-back-text { display: flex; flex-direction: column; gap: 2px; }
.nd-hub-back-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9AABB8;
}
.nd-hub-back-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #231F20;
}

/* =============================================================
   AUTORENBOX
   ============================================================= */
.nd-author-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 28px;
    background: #fff;
    border: 1px solid #E8ECF0;
    border-radius: 14px;
    margin: 32px 0;
}
.nd-author-avatar {
    flex-shrink: 0;
}
.nd-author-avatar img {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #F0F3F6 !important;
    max-width: none !important;
    display: block !important;
}
.nd-author-info { flex: 1; min-width: 0; }
.nd-author-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #FF6E07;
    margin-bottom: 4px;
}
.nd-author-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 8px;
}
.nd-author-bio {
    font-size: 14px;
    color: #435B6C;
    line-height: 1.65;
    margin: 0;
}
@media (max-width: 600px) {
    .nd-author-box { flex-direction: column; gap: 14px; }
    .nd-share-bar { gap: 8px; }
    .nd-share-btn { padding: 8px 12px; font-size: 12px; }
}

/* =============================================================
   TOC – MOBILE TOGGLE + MAX-HEIGHT
   ============================================================= */
.nd-toc-toggle {
    display: none;
    width: 100%;
    background: none;
    border: none;
    padding: 14px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9AABB8;
    cursor: pointer;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}
.nd-toc-toggle-icon { transition: transform .25s; }
.nd-toc.is-collapsed .nd-toc-toggle-icon { transform: rotate(-90deg); }
.nd-toc.is-collapsed .nd-toc-list { display: none; }
.nd-toc-list { max-height: 360px; overflow-y: auto; }
.nd-toc-list::-webkit-scrollbar { width: 4px; }
.nd-toc-list::-webkit-scrollbar-track { background: transparent; }
.nd-toc-list::-webkit-scrollbar-thumb { background: #E8ECF0; border-radius: 4px; }
@media (max-width: 768px) {
    #nd-back-top { display: none !important; }
    #nd-float-wa  { display: none !important; }
    .nd-toc-toggle { display: flex; }
    .nd-toc-title { display: none; }
    .nd-toc.is-collapsed .nd-toc-list { display: none; }
}

/* =============================================================
   NACH-OBEN BUTTON
   ============================================================= */
#nd-back-top {
    position: fixed;
    bottom: 32px;
    right: 24px;
    width: 44px; height: 44px;
    background: #231F20;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .25s, transform .25s, background .2s;
    z-index: 900;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
#nd-back-top.visible { opacity: 1; transform: translateY(0); }
#nd-back-top:hover { background: #FF6E07; }

/* =============================================================
   CODE COPY BUTTON
   ============================================================= */
.nd-code-wrap { position: relative; }
.nd-copy-btn {
    position: absolute;
    top: 12px; right: 12px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 4px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    line-height: 1.6;
}
.nd-copy-btn:hover { background: rgba(255,255,255,0.15); color: #fff; }
.nd-copy-btn.copied { background: #FF6E07; color: #fff; border-color: #FF6E07; }

/* =============================================================
   CALLOUT BOXEN (Gutenberg Block Styles)
   ============================================================= */
.is-style-tip, .is-style-warning, .is-style-fact, .is-style-expert {
    padding: 18px 22px 18px 56px !important;
    border-radius: 10px !important;
    position: relative;
    margin: 28px 0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}
.is-style-tip::before, .is-style-warning::before,
.is-style-fact::before, .is-style-expert::before {
    position: absolute;
    left: 18px; top: 18px;
    font-size: 20px;
    line-height: 1;
}
.is-style-tip {
    background: #F0FDF4;
    border-left: 4px solid #22C55E;
    color: #14532D;
}
.is-style-tip::before { content: '💡'; }

.is-style-warning {
    background: #FFF7ED;
    border-left: 4px solid #FF6E07;
    color: #7C2D12;
}
.is-style-warning::before { content: '⚠️'; }

.is-style-fact {
    background: #EFF6FF;
    border-left: 4px solid #3B82F6;
    color: #1E3A5F;
}
.is-style-fact::before { content: '📊'; }

.is-style-expert {
    background: #F5F3FF;
    border-left: 4px solid #8B5CF6;
    color: #2E1065;
}
.is-style-expert::before { content: '🎓'; }

/* =============================================================
   FLOATING WHATSAPP (Mobile)
   ============================================================= */
#nd-float-wa {
    display: none;
}
@media (max-width: 768px) {
    #nd-float-wa {
        display: flex;
        position: fixed;
        bottom: 88px;
        right: 20px;
        width: 48px; height: 48px;
        background: #25D366;
        color: #fff;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        z-index: 900;
        box-shadow: 0 4px 16px rgba(37,211,102,0.4);
        transition: transform .2s;
    }
    #nd-float-wa:hover { transform: scale(1.1); }
    #nd-back-top { bottom: 32px; right: 20px; width: 40px; height: 40px; }
}

/* =============================================================
   PREV/NEXT NAVIGATION
   ============================================================= */
.nd-post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 40px 0;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
}
.nd-post-nav-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #E8ECF0;
    border-radius: 12px;
    text-decoration: none;
    transition: all .2s;
}
.nd-post-nav-link:hover {
    border-color: #FF6E07;
    background: #FFF8F3;
    text-decoration: none;
}
.nd-post-nav-link.prev { align-items: flex-start; }
.nd-post-nav-link.next { align-items: flex-end; text-align: right; }
.nd-post-nav-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9AABB8;
}
.nd-post-nav-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #231F20;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 600px) {
    .nd-post-nav { grid-template-columns: 1fr; }
    .nd-post-nav-link.next { align-items: flex-start; text-align: left; }
}

/* ── Inline Hub Backlink ──────────────────────────────── */
.nd-inline-hub-back {
    margin-bottom: 24px;
}
.nd-inline-hub-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px 8px 12px;
    background: #FFF8F4;
    border: 1px solid #FFD9BE;
    border-radius: 100px;
    font-size: 13px;
    color: #C75500 !important;
    text-decoration: none !important;
    transition: background 0.15s ease, border-color 0.15s ease;
    line-height: 1.3;
}
.nd-inline-hub-link:hover {
    background: #FFE8D4;
    border-color: #FF6E07;
    color: #FF6E07 !important;
}
.nd-inline-hub-link svg {
    flex-shrink: 0;
    opacity: 0.8;
}
.nd-inline-hub-link strong {
    font-weight: 700;
    color: inherit;
}
