/* ── Newsletter CTA ── */
.nh-newsletter-card {
    width: 100%;
    min-height: 350px;
    border-radius: 20px;
    padding: 40px;
    margin-top: 50px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 300px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nh-newsletter-heading {
    font-size: 1.75rem;
    font-weight: 400;
    color: #111827;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.25;
    border: none;
}
.nh-newsletter-heading strong {
    font-weight: 800;
}
.nh-newsletter-desc {
    font-size: 1.1rem;
    color: #374151;
    margin: 0 0 32px 0;
    line-height: 1.6;
}
.nh-newsletter-card .beehiiv-form-container {
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.nh-newsletter-card .beehiiv-form {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    max-width: 520px !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.nh-newsletter-card .beehiiv-subscribe {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding: 14px 16px !important;
    font-size: 0.95rem !important;
    border: none !important;
    border-bottom: 2px solid rgba(0,0,0,0.2) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
    color: #111827 !important;
}
.nh-newsletter-card .beehiiv-subscribe:focus {
    outline: none !important;
    border-bottom-color: var(--color-primary-green) !important;
}
.nh-newsletter-card .beehiiv-subscribe::placeholder {
    color: #6b7280 !important;
}
.nh-newsletter-card .beehiiv-button {
    flex: 0 0 auto !important;
    padding: 14px 28px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: #1a6b4a !important;
    border: none !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    transition: background 0.15s !important;
    white-space: nowrap !important;
}
.nh-newsletter-card .beehiiv-button:hover {
    background: #145a3e;
}
@media (max-width: 768px) {
    .nh-newsletter-card { padding: 24px 20px; background-size: 200px auto; }
    .nh-newsletter-heading { font-size: 1.4rem; }
    .nh-newsletter-desc { font-size: 1rem; }
    .nh-newsletter-card .beehiiv-form { flex-direction: column; gap: 16px; }
    .nh-newsletter-card .beehiiv-subscribe { border-bottom-width: 2px; }
    .nh-newsletter-card .beehiiv-button { width: 100%; text-align: center; }
}

/* ── Stories Section ── */
.nh-stories {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}
.nh-featured {
    flex: 0 0 55%;
}
.nh-featured-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.nh-featured-link:hover .nh-featured-title {
    color: #007652;
}
.nh-featured-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
    border: 1px solid #e5e7eb;
}
.nh-featured-body {
    padding: 1rem 0 0;
}
.nh-cat-tag {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 0.5rem;
}
.nh-featured-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    color: #111827;
    margin: 0 0 0.75rem 0;
}
.nh-featured-subtitle {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.4;
    margin: 0.25rem 0 0.75rem 0;
    font-weight: 400;
}
.nh-featured-excerpt {
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.6;
    margin: 0 0 1rem 0;
}
.nh-story-subtitle {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.4;
    margin: 0.15rem 0 0 0;
}
.nh-author {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #374151;
}

/* ── Latest Stories List ── */
.nh-latest {
    flex: 1 1 0;
}
.nh-latest-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #111827;
}
.nh-latest-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    border: none;
}
.nh-all-stories {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111827;
    text-decoration: none;
    white-space: nowrap;
}
.nh-all-stories:hover { text-decoration: underline; }
.nh-story-item {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
}
.nh-story-item:first-child { padding-top: 0; }
.nh-story-item:last-child { border-bottom: none; }
.nh-story-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
    text-decoration: none;
    display: block;
    margin-bottom: 0.35rem;
    transition: color 0.15s;
}
.nh-story-title:hover { color: #007652; }
.nh-story-meta {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
}
.nh-story-meta .nh-story-sep { margin: 0 0.4rem; }

/* ── Editor's Picks ── */
.nh-picks {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 0;
}
.nh-picks-header {
    margin-bottom: 1rem;
}
.nh-picks-header h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.75rem 0;
    border: none;
}
.nh-picks-rule {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 0;
}
.nh-picks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    row-gap: 3rem;
    margin-top: 1.5rem;
}
.nh-pick-card {
    text-decoration: none;
    color: inherit;
    display: block;
}
.nh-pick-card:hover .nh-pick-title {
    color: #007652;
}
.nh-pick-thumb {
    width: 100%;
    overflow: hidden;
    background: #f3f4f6;
    border-radius: 2px;
}
.nh-pick-img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
}
.nh-pick-body {
    padding: 0.6rem 0 0;
}
.nh-pick-cat {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 0.3rem;
}
.nh-pick-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
    margin: 0 0 0.3rem 0;
    transition: color 0.15s;
}
.nh-pick-author {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #6b7280;
}

/* ── Podcast Section ── */
.nh-podcast {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
}
.nh-podcast-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #111827;
}
.nh-podcast-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    border: none;
}
.nh-podcast-all {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #6b7280;
}
.nh-podcast-all:hover { color: #007652; }
.nh-podcast-inner {
    display: flex !important;
    flex-direction: row !important;
    gap: 2rem;
    align-items: center;
}
.nh-podcast-text {
    flex: 1 1 0;
    min-width: 0;
}
.nh-podcast .nh-podcast-text h3.nh-podcast-title,
h3.nh-podcast-title,
.nh-podcast-title {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #111827 !important;
    margin: 0 0 0.5rem 0 !important;
    border: none !important;
    padding: 0 !important;
}
h3.nh-podcast-title a,
.nh-podcast-title a {
    text-decoration: none !important;
    color: inherit !important;
    transition: color 0.15s;
}
.nh-podcast-title a:hover { color: #007652 !important; }
.nh-podcast-excerpt {
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.6;
    margin: 0 0 0.75rem 0;
}
.nh-podcast-meta {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
}
.nh-podcast-thumb {
    flex: 0 0 50% !important;
    max-width: 50%;
    border-radius: 4px;
    overflow: hidden;
    background: #f3f4f6;
    display: block;
}
.nh-podcast-thumb img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .nh-picks-grid { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
    .nh-pick-thumb { height: auto; }
    .nh-stories { flex-direction: column; padding: 2rem 1rem; }
    .nh-featured { flex: none; width: 100%; }
    .nh-featured-img { aspect-ratio: 16/9; }
    .nh-featured-title { font-size: 1.375rem; }
    .nh-podcast { padding: 2rem 1rem; }
    .nh-podcast-inner { flex-direction: column-reverse !important; gap: 1rem; }
    .nh-podcast-thumb { flex: none !important; width: 100% !important; max-width: 100% !important; }
}
