:root { --navy: #1B2B4B; --navy-deep: #0F1D33; --navy-mid: #2A3F5F; --gold: #9B8763; --gold-light: #C4B08D; --gold-faint: #F5F0E8; --body: #3D4F63; --muted: #7A8B9C; --line: #DFE5EB; --line-soft: #EDF1F5; --bg: #FAFBFC; --white: #FFFFFF; --serif: "Cormorant Garamond", Georgia, serif; --sans: "Source Sans 3", system-ui, sans-serif; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--sans); font-size: 18px; line-height: 1.7; color: var(--body); background: var(--bg); -webkit-font-smoothing: antialiased; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(250,251,252,0.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line-soft); }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; }
.brand { font-family: var(--serif); font-weight: 500; color: var(--navy-deep); }
.brand-mark { letter-spacing: 0.18em; font-size: 18px; text-transform: uppercase; }
.brand-sub { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-left: 4px; vertical-align: 2px; }
.nav-back { font-size: 14px; font-weight: 600; color: var(--navy-deep); }
.article-wrap { max-width: 760px; margin: 0 auto; padding: 64px 24px 96px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); font-weight: 600; margin-bottom: 32px; }
.article-meta span + span::before { content: "/"; margin-right: 10px; color: var(--gold-light); }
h1 { font-family: var(--serif); font-size: clamp(1.95rem, 4.5vw, 3.25rem); line-height: 1.08; font-weight: 500; color: var(--navy-deep); margin-bottom: 24px; }
.article-dek { font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.45; color: var(--navy-mid); margin-bottom: 40px; }
.byline { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 44px; font-size: 14px; color: var(--muted); }
.byline strong { color: var(--navy-deep); font-weight: 600; }
.article-body p { font-size: 1.08rem; line-height: 1.76; margin-bottom: 26px; }
.article-body h2 { font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 1.9rem); font-weight: 500; color: var(--navy-deep); margin: 52px 0 18px; }
.article-body ul { margin: 0 0 28px 24px; }
.article-body li { margin-bottom: 12px; }
.article-body blockquote { font-family: var(--serif); font-style: italic; font-size: 1.35rem; line-height: 1.5; color: var(--navy-deep); margin: 38px 0; padding: 26px 30px; border-left: 3px solid var(--gold); background: var(--gold-faint); border-radius: 0 4px 4px 0; }
.article-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.article-links a { font-weight: 700; border-bottom: 1px solid var(--gold-light); padding-bottom: 3px; }
.cta-block { background: var(--navy-deep); color: var(--white); padding: 38px; border-radius: 4px; margin-top: 56px; text-align: center; }
.cta-block h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 500; margin-bottom: 12px; color: var(--white); }
.cta-block p { color: rgba(255,255,255,0.78); margin-bottom: 22px; }
.btn { display: inline-block; background: var(--gold); color: var(--navy-deep); padding: 12px 28px; border-radius: 999px; font-weight: 700; font-size: 15px; }
.related { margin-top: 64px; padding-top: 38px; border-top: 1px solid var(--line); }
.related-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); font-weight: 600; margin-bottom: 20px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.related-card { background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 22px; color: inherit; }
.related-card h4 { font-family: var(--serif); font-size: 1.2rem; color: var(--navy-deep); font-weight: 500; margin-bottom: 8px; }
.related-card p { font-size: 0.92rem; line-height: 1.5; color: var(--body); }
.site-footer { background: #0A1422; color: var(--muted); padding: 38px 0; }
.footer-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 13px; }
.footer-brand { font-family: var(--serif); color: var(--white); font-size: 18px; }
@media (max-width: 640px) { .article-wrap { padding: 44px 20px 72px; } .related-grid { grid-template-columns: 1fr; } .cta-block { padding: 30px 24px; } }
