:root {
  --ink: #0e0e0e;
  --cream: #f7f4ee;
  --cream-dark: #ece8df;
  --red: #C8102E;
  --red-dark: #a00d25;
  --red-light: #fbe9ec;
  --gray: #6b6b6b;
  --gray-light: #c8c4bc;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }

/* ============ MASTHEAD ============ */
.masthead { border-bottom: 3px solid var(--ink); padding: 0 clamp(1.5rem, 5vw, 4rem); }
.masthead-top { display: flex; align-items: center; justify-content: space-between; padding: 0.9rem 0; border-bottom: 1px solid var(--gray-light); gap: 1rem; flex-wrap: wrap; }
.site-tagline { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray); }
.masthead-date { font-size: 0.7rem; color: var(--gray); }
.masthead-top a { font-size: 0.7rem; color: var(--gray); text-decoration: none; }
.site-title-wrap { text-align: center; padding: 1.5rem 0 1.1rem; }
.site-title-wrap a { text-decoration: none; color: inherit; }
.site-title { font-family: var(--serif); font-size: clamp(2.1rem, 6vw, 4.3rem); font-weight: 900; line-height: 1; letter-spacing: -0.02em; }
.site-title span { color: var(--red); }
.site-subtitle { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray); margin-top: 0.5rem; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 1.6rem; padding: 0.9rem 0; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; flex-wrap: wrap; }
.main-nav a { color: var(--ink); text-decoration: none; transition: color 0.2s; }
.main-nav a:hover { color: var(--red); }
.nav-cta { background: var(--red); color: #fff !important; padding: 0.4rem 1.1rem; border-radius: 2px; }
.nav-cta:hover { background: var(--red-dark) !important; }

/* ============ BREAKING BAR ============ */
.breaking { background: var(--ink); color: var(--cream); padding: 0.55rem clamp(1.5rem, 5vw, 4rem); font-size: 0.78rem; display: flex; gap: 0.8rem; align-items: center; overflow: hidden; white-space: nowrap; }
.breaking-tag { background: var(--red); color: #fff; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.18rem 0.55rem; border-radius: 2px; flex-shrink: 0; }
.breaking a { color: var(--cream); text-decoration: none; overflow: hidden; text-overflow: ellipsis; }
.breaking a:hover { text-decoration: underline; }

/* ============ HERO ============ */
.hero { padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 5vw, 4rem); display: grid; grid-template-columns: 1fr 1px 320px; gap: 2.5rem; border-bottom: 1px solid var(--gray-light); }
@media(max-width:860px){ .hero { grid-template-columns: 1fr; } .hero-divider { display:none; } }
.hero-divider { background: var(--gray-light); }
.hero-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
.hero-label::before { content:''; display:inline-block; width:24px; height:2px; background:var(--red); }
.hero-title { font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 3.1rem); font-weight: 900; line-height: 1.12; letter-spacing: -0.02em; margin-bottom: 1rem; }
.hero-title a { color: inherit; text-decoration: none; }
.hero-title a:hover { color: var(--red); }
.hero-excerpt { font-size: 1.05rem; line-height: 1.8; color: #333; margin-bottom: 1.2rem; font-weight: 300; }
.hero-meta { font-size: 0.72rem; color: var(--gray); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.2rem; }
.read-more { display: inline-block; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--ink); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; }
.read-more:hover { color: var(--red); border-color: var(--red); }
.hero-side { display: flex; flex-direction: column; gap: 1.4rem; }
.side-art { padding-bottom: 1.4rem; border-bottom: 1px solid var(--cream-dark); }
.side-art:last-child { border-bottom: none; padding-bottom: 0; }
.side-label { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 0.3rem; }
.side-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; line-height: 1.3; margin-bottom: 0.3rem; }
.side-title a { color: var(--ink); text-decoration: none; }
.side-title a:hover { color: var(--red); }
.side-excerpt { font-size: 0.83rem; color: var(--gray); line-height: 1.6; }

/* ============ QUOTE ============ */
.quote-banner { background: var(--ink); color: var(--cream); padding: 2.5rem clamp(1.5rem, 5vw, 4rem); text-align: center; }
.quote-banner blockquote { font-family: var(--serif); font-size: clamp(1.2rem, 3vw, 2rem); font-style: italic; font-weight: 700; line-height: 1.4; max-width: 760px; margin: 0 auto 0.8rem; }
.quote-banner cite { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-light); font-style: normal; }

/* ============ SECTIONS / GRID ============ */
.section-wrap { padding: 2.5rem clamp(1.5rem, 5vw, 4rem); border-bottom: 1px solid var(--gray-light); }
.section-header { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 0.8rem; border-bottom: 3px solid var(--ink); margin-bottom: 1.8rem; }
.section-title { font-family: var(--serif); font-size: 1rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.section-link { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); text-decoration: none; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 2rem; }
.card-cat { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 0.5rem; }
.card-title { font-family: var(--serif); font-size: 1.2rem; font-weight: 700; line-height: 1.3; margin-bottom: 0.5rem; }
.card-title a { color: var(--ink); text-decoration: none; }
.card-title a:hover { color: var(--red); }
.card-excerpt { font-size: 0.86rem; color: var(--gray); line-height: 1.65; margin-bottom: 0.7rem; }
.card-meta { font-size: 0.68rem; color: var(--gray-light); text-transform: uppercase; letter-spacing: 0.08em; }

/* ============ NUMBERED LIST ============ */
.art-row { display: grid; grid-template-columns: 64px 1fr; gap: 1rem; align-items: start; padding: 1.4rem 0; border-bottom: 1px solid var(--cream-dark); text-decoration: none; color: inherit; transition: opacity 0.2s; }
.art-row:hover { opacity: 0.65; }
.art-row:last-child { border-bottom: none; }
.row-num { font-family: var(--serif); font-size: 2.2rem; font-weight: 900; color: var(--gray-light); line-height: 1; text-align: right; }
.row-cat { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 0.2rem; }
.row-title { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; line-height: 1.3; margin-bottom: 0.2rem; }
.row-meta { font-size: 0.68rem; color: var(--gray); text-transform: uppercase; letter-spacing: 0.08em; }

/* ============ ADS ============ */
.ad-slot { margin: 2rem auto; padding: 0 clamp(1.5rem, 5vw, 4rem); max-width: 1000px; text-align: center; }
.ad-slot-article { margin: 2.2rem 0; text-align: center; }
.ad-label { display: block; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray-light); margin-bottom: 0.4rem; }
.adsbygoogle { background: transparent; }

/* ============ ARTICLE ============ */
.article-wrap { max-width: 780px; margin: 0 auto; padding: 3rem clamp(1.5rem, 5vw, 2rem) 4rem; }
.article-cat { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
.article-cat::before { content:''; display:inline-block; width:20px; height:2px; background:var(--red); }
.article-title { font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.1rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 1.2rem; }
.article-meta { font-size: 0.72rem; color: var(--gray); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--gray-light); }
.article-lead { font-size: 1.15rem; line-height: 1.8; font-weight: 300; color: #222; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--cream-dark); }
.article-body h2 { font-family: var(--serif); font-size: 1.7rem; font-weight: 900; line-height: 1.2; margin: 2.5rem 0 1rem; letter-spacing: -0.01em; }
.article-body h3 { font-family: var(--serif); font-size: 1.25rem; font-weight: 700; line-height: 1.3; margin: 2rem 0 0.8rem; }
.article-body p { font-size: 1rem; line-height: 1.85; color: #222; margin-bottom: 1.3rem; font-weight: 300; }
.article-body strong { font-weight: 500; color: var(--ink); }
.article-body a { color: var(--red); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.article-body ul, .article-body ol { margin: 1rem 0 1.5rem 1.5rem; }
.article-body li { font-size: 1rem; line-height: 1.8; color: #222; margin-bottom: 0.45rem; font-weight: 300; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.5rem 0 2rem; font-size: 0.92rem; }
.article-body th { background: var(--ink); color: var(--cream); text-align: left; padding: 0.6rem 0.8rem; font-weight: 500; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.article-body td { padding: 0.6rem 0.8rem; border-bottom: 1px solid var(--cream-dark); }
.article-body tr:nth-child(even) td { background: #f0ece4; }
.pullquote { margin: 2.5rem 0; padding: 1.5rem 2rem; border-left: 4px solid var(--red); background: var(--red-light); }
.pullquote p { font-family: var(--serif); font-size: 1.25rem; font-style: italic; font-weight: 700; line-height: 1.5; color: var(--ink); margin: 0; }
.key-box { margin: 2rem 0; padding: 1.4rem 1.8rem; background: #f0ece4; border: 1px solid var(--gray-light); border-radius: 3px; }
.key-box h3 { font-family: var(--serif); font-size: 1.05rem; font-weight: 900; margin: 0 0 0.6rem; }
.key-box ul { margin: 0 0 0 1.2rem; }
.key-box li { font-size: 0.92rem; }
.disclaimer { margin: 2.5rem 0 0; padding: 1rem 1.4rem; background: var(--cream-dark); border-radius: 3px; font-size: 0.78rem; color: var(--gray); line-height: 1.6; }

/* ============ SHARE ============ */
.share-bar { margin: 2.5rem 0; padding: 1.4rem 0; border-top: 1px solid var(--gray-light); border-bottom: 1px solid var(--gray-light); display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap; }
.share-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink); margin-right: 0.4rem; }
.share-btn { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.74rem; font-weight: 500; text-decoration: none; color: #fff; padding: 0.5rem 1rem; border-radius: 2px; transition: opacity 0.2s; }
.share-btn:hover { opacity: 0.85; }
.share-wa { background: #25D366; }
.share-x { background: #0e0e0e; }
.share-fb { background: #1877F2; }
.share-tg { background: #229ED9; }
.share-li { background: #0A66C2; }

/* ============ RELATED ============ */
.related { border-top: 3px solid var(--ink); margin-top: 3rem; padding-top: 2rem; }
.related-title { font-family: var(--serif); font-size: 1rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.5rem; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; }
.rel-card { text-decoration: none; color: inherit; display: block; transition: opacity 0.2s; }
.rel-card:hover { opacity: 0.7; }
.rel-cat { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 0.3rem; }
.rel-title { font-family: var(--serif); font-size: 1.05rem; font-weight: 700; line-height: 1.3; }

/* ============ LEGAL PAGES ============ */
.legal-wrap { max-width: 760px; margin: 0 auto; padding: 3rem clamp(1.5rem, 5vw, 2rem) 4rem; }
.legal-wrap h1 { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 900; margin-bottom: 1.5rem; }
.legal-wrap h2 { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; margin: 2rem 0 0.8rem; }
.legal-wrap p, .legal-wrap li { font-size: 0.95rem; line-height: 1.8; color: #222; margin-bottom: 1rem; font-weight: 300; }
.legal-wrap ul { margin: 0 0 1rem 1.5rem; }
.legal-wrap a { color: var(--red); }

/* ============ COOKIE BANNER ============ */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--ink); color: var(--cream); padding: 1rem clamp(1.5rem, 5vw, 4rem); display: none; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; z-index: 999; box-shadow: 0 -4px 20px rgba(0,0,0,0.3); }
.cookie-banner.visible { display: flex; }
.cookie-banner p { font-size: 0.8rem; line-height: 1.5; color: #ccc; margin: 0; max-width: 720px; }
.cookie-banner a { color: #ff8fa0; }
.cookie-banner button { background: var(--red); color: #fff; border: none; font-family: var(--sans); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.7rem 1.6rem; border-radius: 2px; cursor: pointer; }
.cookie-banner button:hover { background: var(--red-dark); }

/* ============ FOOTER ============ */
footer { background: var(--ink); color: var(--cream); padding: 3rem clamp(1.5rem, 5vw, 4rem) 2rem; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #2a2a2a; margin-bottom: 1.5rem; }
@media(max-width:700px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-brand-title { font-family: var(--serif); font-size: 1.6rem; font-weight: 900; margin-bottom: 0.6rem; }
.footer-brand-title span { color: var(--red); }
.footer-desc { font-size: 0.84rem; color: #888; line-height: 1.65; margin-bottom: 1rem; }
.footer-h { font-family: var(--serif); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.9rem; }
.footer-ul { list-style: none; display: flex; flex-direction: column; gap: 0.45rem; }
.footer-ul a { font-size: 0.84rem; color: #888; text-decoration: none; transition: color 0.2s; }
.footer-ul a:hover { color: var(--cream); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem; font-size: 0.7rem; color: #555; }
.footer-bottom a { color: #ff8fa0; text-decoration: none; }

/* ============ 404 ============ */
.nf-wrap { max-width: 600px; margin: 0 auto; padding: 5rem 1.5rem; text-align: center; }
.nf-code { font-family: var(--serif); font-size: 6rem; font-weight: 900; color: var(--red); line-height: 1; }
.nf-title { font-family: var(--serif); font-size: 1.8rem; font-weight: 700; margin: 1rem 0; }
.btn { display: inline-block; background: var(--red); color: #fff; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; padding: 0.85rem 2rem; border-radius: 2px; transition: background 0.2s; }
.btn:hover { background: var(--red-dark); }
