/* ============================================================
   Blog post (article) page styles — shared by every post
   ============================================================ */
.post-hero {
    position: relative;
    height: 64vh;
    min-height: 460px;
    overflow: hidden;
    color: #fff;
}
.post-hero-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.post-hero::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.78) 100%);
    pointer-events: none;
}
.post-hero-inner {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 0 1.5rem 3rem;
    z-index: 2;
    text-align: center;
}
.post-hero-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #FFD68F;
    background: rgba(11,46,79,0.72);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
    margin-bottom: 1.1rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.post-hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    line-height: 1.1;
    letter-spacing: -0.012em;
    max-width: 880px;
    margin: 0 auto 1rem;
    text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}
.post-hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255,255,255,0.88);
    letter-spacing: 0.04em;
}
.post-hero-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: 0.55; }

/* ============================================================
   Article body — readable column
   ============================================================ */
.post-article {
    background: #FAFAF8;
    padding: 4.5rem 0 5rem;
}
.post-shell {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.post-lede {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-style: italic;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    line-height: 1.45;
    color: #1F6B47;
    margin: 0 0 2.4rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(11,46,79,0.12);
}

.post-shell h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    line-height: 1.22;
    color: #0B2E4F;
    letter-spacing: -0.005em;
    margin: 2.6rem 0 0.9rem;
}
.post-shell h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #0B2E4F;
    margin: 1.8rem 0 0.6rem;
    letter-spacing: -0.005em;
}
.post-shell p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.04rem;
    line-height: 1.72;
    color: #2c3e50;
    margin: 0 0 1.1rem;
}
.post-shell a {
    color: #2D8B5F;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(45,139,95,0.35);
    text-underline-offset: 3px;
}
.post-shell a:hover { text-decoration-color: currentColor; }
.post-shell strong { color: #0B2E4F; }
.post-shell ul, .post-shell ol {
    margin: 0 0 1.4rem;
    padding-left: 1.4rem;
    color: #2c3e50;
    font-family: 'Poppins', sans-serif;
    line-height: 1.72;
}
.post-shell li { margin-bottom: 0.4rem; }
.post-shell li::marker { color: #2D8B5F; }

/* Inline image with caption */
.post-figure {
    margin: 2.4rem 0;
}
.post-figure img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
    box-shadow: 0 14px 40px rgba(0,0,0,0.13);
}
.post-figure figcaption {
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    color: #6b7280;
    text-align: center;
    margin-top: 0.75rem;
    font-style: italic;
}

/* Pull quote — italic Cormorant block */
.post-pullquote {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    line-height: 1.45;
    color: #0B2E4F;
    border-left: 3px solid #FFB84D;
    padding: 0.4rem 0 0.4rem 1.4rem;
    margin: 2.2rem 0;
}

/* Local-tip callout box */
.post-tip {
    display: flex;
    gap: 0.85rem;
    background: #ECFDF5;
    border: 1px solid #A7F3D0;
    border-left: 4px solid #2D8B5F;
    padding: 1.05rem 1.2rem;
    border-radius: 12px;
    margin: 1.6rem 0 2rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #065F46;
}
.post-tip strong { color: #064E3B; }
.post-tip svg { flex-shrink: 0; color: #2D8B5F; margin-top: 2px; }

/* Heads up / honesty box */
.post-honest {
    display: flex;
    gap: 0.85rem;
    background: #FFFBEB;
    border: 1px solid #FDE68A;
    border-left: 4px solid #FFB84D;
    padding: 1.05rem 1.2rem;
    border-radius: 12px;
    margin: 1.6rem 0 2rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #78350F;
}
.post-honest strong { color: #57290B; }
.post-honest svg { flex-shrink: 0; color: #D97706; margin-top: 2px; }

/* ============================================================
   FAQ block — distinct, card-based, with Q/A markers
   ============================================================ */
.post-faq {
    margin-top: 3.5rem;
    background: linear-gradient(160deg, #F0F9F4 0%, #FAFAF8 60%, #FFFBEB 100%);
    border: 1px solid rgba(45,139,95,0.16);
    border-radius: 20px;
    padding: 2.4rem 1.8rem 1.6rem;
    position: relative;
}
.post-faq::before {
    content: 'Q&A';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #2D8B5F, #1F6B47);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    padding: 0.4rem 1rem;
    border-radius: 100px;
    box-shadow: 0 4px 14px rgba(45,139,95,0.32);
}
.post-faq h2 {
    margin: 0.4rem 0 0.3rem;
    text-align: center;
    font-size: clamp(1.5rem, 2.4vw, 1.85rem) !important;
}
.post-faq > p,
.post-faq-sub {
    text-align: center;
    color: #6b7280;
    font-size: 0.92rem;
    font-style: italic;
    font-family: 'Cormorant Garamond', Georgia, serif;
    margin: 0 0 2rem;
}

.faq-item {
    background: #fff;
    border: 1px solid rgba(11,46,79,0.08);
    border-radius: 14px;
    padding: 1.15rem 1.3rem 1.2rem;
    margin-bottom: 0.85rem;
    box-shadow: 0 2px 10px rgba(11,46,79,0.04);
    transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}
.faq-item:last-child { margin-bottom: 0; border-bottom: 1px solid rgba(11,46,79,0.08); }
.faq-item:hover {
    border-color: rgba(45,139,95,0.36);
    box-shadow: 0 8px 22px rgba(45,139,95,0.1);
    transform: translateY(-1px);
}

.faq-q {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    color: #0B2E4F;
    margin: 0 0 0.6rem;
    padding-left: 2.1rem;
    position: relative;
    line-height: 1.4;
}
.faq-q::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #2D8B5F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
}
.faq-a {
    font-family: 'Poppins', sans-serif;
    font-size: 0.96rem;
    line-height: 1.68;
    color: #374151;
    margin: 0;
    padding-left: 2.1rem;
    position: relative;
}
.faq-a::before {
    content: 'A';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #FFB84D;
    color: #0B2E4F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 600px) {
    .post-faq { padding: 2rem 1.1rem 1.3rem; }
    .faq-item { padding: 1rem 1rem 1.1rem; }
    .faq-q, .faq-a { padding-left: 1.85rem; font-size: 0.95rem; }
    .faq-q::before, .faq-a::before { width: 21px; height: 21px; font-size: 0.78rem; }
}

/* Author byline */
.post-byline {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: #fff;
    padding: 1.1rem 1.3rem;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    margin: 0 0 2.4rem;
}
.post-byline-avatar {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2D8B5F, #1F6B47);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.post-byline-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    line-height: 1.4;
    color: #4b5563;
}
.post-byline-text strong { color: #0B2E4F; }

/* Continue reading section */
.post-related {
    background: #fff;
    padding: 4rem 0 5rem;
    border-top: 1px solid rgba(0,0,0,0.06);
}
.post-related-head {
    text-align: center;
    margin-bottom: 2.4rem;
}
.post-related-head .section-badge { margin-bottom: 0.75rem; }
.post-related-head h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 2.6vw, 2rem);
    color: #0B2E4F;
    margin: 0;
}
.post-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
@media (max-width: 760px) {
    .post-related-grid { grid-template-columns: 1fr; gap: 1rem; }
    .post-hero { height: 52vh; min-height: 380px; }
    .post-article { padding: 3rem 0 4rem; }
}
.post-related-card {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.28s cubic-bezier(.4,0,.2,1), box-shadow 0.28s;
}
.post-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
.post-related-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}
.post-related-card-body { padding: 1rem 1.15rem 1.2rem; }
.post-related-card-tag {
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2D8B5F;
}
.post-related-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #0B2E4F;
    line-height: 1.25;
    margin: 0.4rem 0 0;
}
