:root {
    --ink: #172033;
    --muted: #667085;
    --paper: #fffdfb;
    --surface: #f8f5f4;
    --line: #e8e1df;
    --wine: #971b43;
    --wine-dark: #6f1131;
    --rose: #f7dce5;
    --gold: #d9a44a;
    --night: #14233e;
    --shadow: 0 24px 70px rgba(61, 25, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.adult-warning { padding: 8px 20px; color: #fff; background: #29101a; text-align: center; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(151,27,67,.1); background: rgba(255,253,251,.94); backdrop-filter: blur(14px); }
.header-inner { width: min(1180px, calc(100% - 40px)); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-logo img { width: 205px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { position: relative; text-decoration: none; font-size: 14px; font-weight: 700; }
.site-header nav a.is-active::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--wine); }
.site-header nav .member-link { padding: 10px 16px; border-radius: 999px; color: #fff; background: var(--wine); }
.blog-hero { min-height: 420px; display: grid; place-items: center; padding: 90px 24px; color: #fff; text-align: center; background: radial-gradient(circle at 20% 15%, rgba(217,164,74,.35), transparent 28%), radial-gradient(circle at 85% 25%, rgba(151,27,67,.65), transparent 30%), linear-gradient(135deg, #111d33, #351626 58%, #6f1131); overflow: hidden; }
.blog-hero__content { width: min(850px, 100%); }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--wine); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.blog-hero .eyebrow { color: #f2c97f; }
.blog-hero h1, .article-header h1, .not-found h1 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.7rem, 6vw, 5rem); line-height: 1.03; letter-spacing: -.035em; }
.blog-hero p { max-width: 670px; margin: 24px auto 0; color: #eee4e7; font-size: clamp(1rem, 2vw, 1.2rem); }
.post-list { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 85px 0 110px; }
.section-heading { margin-bottom: 35px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); }
.post-count { color: var(--muted); font-size: 14px; }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.post-card { overflow: hidden; display: grid; grid-template-columns: 46% 54%; min-height: 360px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(34, 22, 26, .07); transition: transform .25s ease, box-shadow .25s ease; }
.post-card:first-child { grid-column: 1 / -1; grid-template-columns: 56% 44%; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card__image { min-height: 280px; overflow: hidden; background: linear-gradient(135deg, var(--night), var(--wine)); text-decoration: none; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .post-card__image img { transform: scale(1.025); }
.image-placeholder { height: 100%; display: grid; place-items: center; color: #fff; font-family: 'Playfair Display', serif; font-size: 1.7rem; }
.post-card__body { padding: 34px; display: flex; flex-direction: column; align-items: flex-start; }
.category-pill { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: var(--wine-dark); background: var(--rose); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.post-card h3 { margin: 18px 0 12px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.55rem, 2.6vw, 2.2rem); line-height: 1.18; }
.post-card h3 a { text-decoration: none; }
.post-card p { margin: 0 0 22px; color: var(--muted); font-size: 15px; }
.post-card__meta { width: 100%; margin-top: auto; padding-top: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.read-more { margin-top: 20px; color: var(--wine); font-size: 14px; font-weight: 800; text-decoration: none; }
.read-more span { display: inline-block; transition: transform .2s ease; }
.read-more:hover span { transform: translateX(5px); }
.empty-state { padding: 60px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; }
.pagination { margin-top: 45px; display: flex; justify-content: center; gap: 8px; }
.pagination a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; }
.pagination a.is-current { color: #fff; border-color: var(--wine); background: var(--wine); }
.article-shell { padding: 74px 0 120px; }
.article-header { width: min(900px, calc(100% - 40px)); margin: 0 auto; text-align: center; }
.back-link { display: block; margin-bottom: 32px; color: var(--muted); font-size: 14px; text-decoration: none; }
.article-header .category-pill { margin-bottom: 20px; }
.article-header h1 { font-size: clamp(2.5rem, 5.6vw, 4.7rem); }
.article-lead { max-width: 760px; margin: 26px auto 24px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; color: var(--muted); font-size: 13px; }
.article-cover { width: min(1180px, calc(100% - 40px)); aspect-ratio: 16 / 9; margin: 55px auto 70px; overflow: hidden; border-radius: 26px; background: var(--surface); box-shadow: var(--shadow); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { width: min(1040px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 210px minmax(0, 720px); justify-content: space-between; gap: 70px; }
.article-aside { align-self: start; position: sticky; top: 120px; padding: 22px 0; border-top: 2px solid var(--wine); border-bottom: 1px solid var(--line); }
.article-aside span { color: var(--wine); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-aside p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.article-content { min-width: 0; font-family: Georgia, 'Times New Roman', serif; color: #2d3340; font-size: 18px; line-height: 1.86; }
.article-content > p:first-child::first-letter { float: left; margin: 9px 10px 0 0; color: var(--wine); font-family: 'Playfair Display', Georgia, serif; font-size: 4.5rem; line-height: .72; }
.article-content p { margin: 0 0 1.55em; }
.article-content h2 { margin: 2.2em 0 .8em; color: var(--ink); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.2; }
.article-content a { color: var(--wine); font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.article-cta { margin-top: 65px; padding: 42px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, var(--night), var(--wine-dark)); font-family: Inter, sans-serif; }
.article-cta .eyebrow { color: #f2c97f; }
.article-cta h2 { margin: 0 0 12px; color: #fff; }
.article-cta p { color: #eadfe3; font-size: 16px; }
.button { display: inline-flex; padding: 13px 20px; border-radius: 999px; color: #fff !important; background: var(--wine); font-family: Inter, sans-serif; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.article-cta .button { color: var(--wine-dark) !important; background: #fff; }
.not-found { min-height: 65vh; width: min(720px, calc(100% - 40px)); margin: auto; padding: 100px 0; text-align: center; }
.not-found p { margin: 22px 0 30px; color: var(--muted); }
.site-footer { padding: 58px 20px 26px; color: #fff; background: #111827; }
.footer-inner { width: min(1180px, 100%); margin: auto; display: flex; justify-content: space-between; gap: 40px; }
.footer-inner strong { font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; }
.footer-inner p { max-width: 480px; margin: 10px 0 0; color: #aeb7c8; font-size: 14px; }
.footer-links { display: flex; gap: 25px; align-items: start; }
.footer-links a { color: #d6dce7; font-size: 13px; text-decoration: none; }
.copyright { width: min(1180px, 100%); margin: 45px auto 0; padding-top: 20px; border-top: 1px solid #2a3447; color: #8f9aaf; font-size: 12px; text-align: center; }

@media (max-width: 900px) {
    .post-grid { grid-template-columns: 1fr; }
    .post-card, .post-card:first-child { grid-column: auto; grid-template-columns: 43% 57%; }
    .article-layout { grid-template-columns: 1fr; gap: 0; }
    .article-aside { display: none; }
}

@media (max-width: 650px) {
    .header-inner { width: calc(100% - 20px); min-height: 72px; gap: 8px; }
    .site-logo img { width: 125px; }
    .site-header nav { gap: 9px; }
    .site-header nav a:not(.is-active):not(.member-link) { display: none; }
    .member-link { padding: 8px 9px !important; font-size: 11px !important; white-space: nowrap !important; }
    .blog-hero { min-height: 360px; padding: 65px 20px; }
    .post-list { width: min(100% - 28px, 1180px); padding: 65px 0 80px; }
    .post-card, .post-card:first-child { display: block; }
    .post-card__image { display: block; aspect-ratio: 16 / 9; min-height: 0; }
    .post-card__body { padding: 25px; }
    .article-shell { padding-top: 48px; }
    .article-header, .article-cover, .article-layout { width: min(100% - 28px, 1180px); }
    .article-cover { margin-top: 42px; margin-bottom: 48px; border-radius: 16px; }
    .article-content { font-size: 17px; line-height: 1.78; }
    .article-cta { padding: 28px; }
    .footer-inner { display: block; text-align: center; }
    .footer-inner p { margin-right: auto; margin-left: auto; }
    .footer-links { margin-top: 28px; justify-content: center; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
