.blog-page {
    --blog-ink: #292522;
    --blog-muted: #625d59;
    --blog-accent: #8a4358;
    background:
        radial-gradient(circle at top left, rgba(255, 244, 246, 0.9), transparent 34%),
        linear-gradient(180deg, #fffaf8 0%, #fffdfc 42%, #fff7f2 100%);
}

.blog-hero {
    padding: 5.9rem 0 3rem;
}

.blog-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 2rem;
    align-items: stretch;
}

.blog-hero-copy,
.blog-featured-card,
.blog-ideas-shell,
.blog-cta-shell,
.blog-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(142, 58, 89, 0.12);
    box-shadow: 0 22px 48px rgba(43, 18, 28, 0.08);
}

.blog-hero-copy {
    border-radius: 34px;
    padding: 2.6rem;
}

.blog-featured-card {
    border-radius: 34px;
    padding: 2rem;
    background:
        linear-gradient(180deg, rgba(255, 249, 250, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.blog-eyebrow,
.blog-featured-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 1rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(142, 58, 89, 0.08);
    color: var(--blog-accent);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-hero-copy h1,
.blog-section-heading h2,
.blog-ideas-shell h2,
.blog-cta-shell h2 {
    font-family: "Playfair Display", Georgia, serif;
    color: var(--blog-ink);
    letter-spacing: -0.03em;
}

.blog-hero-copy h1 {
    font-size: clamp(2.6rem, 6vw, 4.9rem);
    line-height: 0.96;
    margin-bottom: 1.2rem;
}

.blog-lede,
.blog-section-heading p,
.blog-featured-card p,
.blog-idea-item p,
.blog-cta-shell p,
.blog-card p {
    color: var(--blog-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.blog-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.blog-hero-pills span,
.blog-category {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    background: var(--primary-soft);
    color: var(--blog-accent);
    font-size: 0.82rem;
    font-weight: 700;
}

.blog-featured-card h2 {
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.08;
    margin-bottom: 0.9rem;
    color: var(--blog-ink);
}

.blog-meta,
.blog-card-topline,
.blog-card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    color: var(--text-tertiary);
    font-size: 0.9rem;
}

.blog-featured-note {
    margin-top: 1.4rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(142, 58, 89, 0.06);
    color: var(--blog-muted);
    line-height: 1.65;
}

.blog-posts-section,
.blog-ideas-section,
.blog-cta-section {
    padding: 0 0 3rem;
}

.blog-section-heading {
    max-width: 760px;
    margin-bottom: 1.5rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.blog-card {
    border-radius: 28px;
    padding: 1.6rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(142, 58, 89, 0.26);
    box-shadow: 0 24px 52px rgba(43, 18, 28, 0.1);
}

.blog-card h3 {
    margin: 1rem 0 0.9rem;
    font-size: 1.35rem;
    line-height: 1.22;
    color: var(--blog-ink);
}

.blog-card-link {
    color: inherit;
    text-decoration: none;
}

.blog-card-link:hover {
    color: var(--blog-accent);
}

.blog-date,
.blog-slug,
.blog-card-footer span:last-child {
    color: var(--text-tertiary);
}

.blog-read-more {
    color: var(--blog-accent);
    font-weight: 700;
    text-decoration: none;
}

.blog-read-more:hover {
    color: var(--blog-ink);
}

.blog-ideas-shell,
.blog-cta-shell {
    border-radius: 34px;
    padding: 2rem;
}

.blog-ideas-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.5rem 2rem;
}

.blog-ideas-list {
    display: grid;
    gap: 1rem;
}

.blog-idea-item {
    padding: 1.1rem 1.15rem;
    border-radius: 22px;
    background: rgba(250, 241, 244, 0.7);
    border: 1px solid rgba(142, 58, 89, 0.08);
}

.blog-idea-item strong {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--blog-ink);
    font-size: 1.02rem;
}

.blog-cta-shell {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
}

.blog-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.blog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.3rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.blog-button:hover {
    transform: translateY(-2px);
}

.blog-button-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(142, 58, 89, 0.18);
}

.blog-button-primary:hover {
    color: #ffffff;
}

.blog-button-secondary {
    background: #ffffff;
    color: var(--blog-ink);
    border: 1px solid rgba(142, 58, 89, 0.14);
}

.blog-post-hero {
    padding: 5.9rem 0 2rem;
}

.blog-post-shell,
.blog-post-article {
    max-width: 860px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(142, 58, 89, 0.12);
    box-shadow: 0 22px 48px rgba(43, 18, 28, 0.08);
}

.blog-post-shell {
    border-radius: 34px;
    padding: 2.4rem;
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.15rem;
    color: var(--blog-accent);
    text-decoration: none;
    font-weight: 700;
}

.blog-back-link:hover {
    color: var(--blog-ink);
}

.blog-post-shell h1 {
    font-family: "Playfair Display", Georgia, serif;
    color: var(--blog-ink);
    font-size: clamp(2.35rem, 5vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.blog-post-lede {
    color: var(--blog-muted);
    font-size: 1.08rem;
    line-height: 1.8;
    max-width: 720px;
    margin-bottom: 1rem;
}

.blog-post-body {
    padding: 0 0 3rem;
}

.blog-post-figure {
    margin: 0 0 2rem;
    overflow: hidden;
    border-radius: 24px;
    background: #f5d8d1;
}

.blog-post-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-featured-image-link {
    display: block;
    max-height: 310px;
    margin: 0.75rem 0 1.25rem;
    overflow: hidden;
    border-radius: 22px;
}

.blog-featured-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
}

.blog-post-article {
    border-radius: 34px;
    padding: 2.4rem;
}

.blog-post-summary {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid rgba(142, 58, 89, 0.1);
}

.blog-post-summary h2,
.blog-post-section h3 {
    font-family: "Playfair Display", Georgia, serif;
    color: var(--blog-ink);
}

.blog-post-summary h2 {
    font-size: 1.85rem;
    margin-bottom: 0.9rem;
}

.blog-post-summary p,
.blog-post-section p {
    color: var(--blog-muted);
    line-height: 1.85;
    font-size: 1.02rem;
}

.blog-event-details {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 24px;
    background: #f8f4f2;
    border: 1px solid #ece4df;
}

.blog-event-details-heading h3 {
    margin: 0 0 1.25rem;
    color: var(--blog-ink);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.55rem;
}

.blog-event-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
}

.blog-event-facts > div {
    padding-top: 0.9rem;
    border-top: 1px solid #e6dcd7;
}

.blog-event-facts dt {
    margin-bottom: 0.25rem;
    color: #7a746f;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-event-facts dd,
.blog-event-facts address {
    margin: 0;
    color: var(--blog-ink);
    font-style: normal;
    line-height: 1.55;
}

.blog-event-facts a {
    display: inline-block;
    margin-top: 0.35rem;
    color: var(--blog-accent);
    font-weight: 700;
    text-decoration: none;
}

.blog-post-section + .blog-post-section {
    margin-top: 1.8rem;
}

.blog-post-section h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
}

.blog-rsvp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2.25rem;
    padding: 1.35rem;
    border-radius: 22px;
    background: #f8f4f2;
    border: 1px solid #ece4df;
}

.blog-rsvp strong {
    display: block;
    color: var(--blog-ink);
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
}

.blog-rsvp p {
    margin: 0;
    color: var(--blog-muted);
}

@media (max-width: 991.98px) {
    .blog-hero-shell,
    .blog-ideas-shell,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-cta-shell {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .blog-hero {
        padding-top: 5.2rem;
    }

    .blog-hero-copy,
    .blog-featured-card,
    .blog-ideas-shell,
    .blog-cta-shell,
    .blog-card,
    .blog-post-shell,
    .blog-post-article {
        border-radius: 24px;
    }

    .blog-hero-copy,
    .blog-featured-card,
    .blog-ideas-shell,
    .blog-cta-shell,
    .blog-post-shell,
    .blog-post-article {
        padding: 1.4rem;
    }

    .blog-card {
        padding: 1.3rem;
    }

    .blog-hero-copy h1 {
        font-size: clamp(2.25rem, 12vw, 3.2rem);
    }

    .blog-rsvp {
        align-items: stretch;
        flex-direction: column;
    }

    .blog-event-facts {
        grid-template-columns: 1fr;
    }
}
