:root {
    --ink: #07182d;
    --ink-2: #102842;
    --ink-3: #173b61;
    --gold: #d5a947;
    --gold-soft: #f2dfae;
    --paper: #f4f1e9;
    --paper-2: #faf9f5;
    --white: #fff;
    --text: #182333;
    --muted: #66717f;
    --line: #dcd8ce;
    --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --shadow: 0 22px 65px rgba(7, 24, 45, .12);
    --radius: 18px;
    --reader-scale: 1;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper-2);
    color: var(--text);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
}
body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: radial-gradient(rgba(7, 24, 45, .045) .7px, transparent .7px);
    background-size: 7px 7px;
    content: "";
    pointer-events: none;
}
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 12px 18px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.shell--wide { width: min(1440px, calc(100% - 48px)); }
.shell--article { width: min(1040px, calc(100% - 48px)); }
.shell--reading { width: min(880px, calc(100% - 48px)); }
.muted { color: var(--muted); }

.site-header { position: relative; z-index: 50; background: var(--white); border-bottom: 1px solid rgba(7,24,45,.1); }
.utility-bar { background: var(--ink); color: rgba(255,255,255,.7); font-size: .72rem; letter-spacing: .03em; }
.utility-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-kicker { color: var(--white); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.utility-kicker i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(213,169,71,.12); }
.utility-actions { display: flex; align-items: center; gap: 13px; }
.utility-actions button, .utility-actions a { padding: 3px 0; background: transparent; border: 0; color: rgba(255,255,255,.76); font-size: .69rem; cursor: pointer; text-decoration: none; }
.utility-actions button:hover, .utility-actions a:hover { color: var(--white); }
.utility-actions [data-saved-count] { min-width: 18px; height: 18px; display: inline-grid; place-items: center; margin-left: 3px; background: rgba(255,255,255,.14); border-radius: 50%; font-size: .58rem; }
.masthead { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; }
.brand img { display: block; object-fit: contain; }
.brand__wordmark { display: grid; gap: 2px; }
.brand__wordmark strong { font-family: var(--serif); font-size: clamp(1.42rem, 2.2vw, 2rem); font-weight: 600; letter-spacing: -.035em; line-height: 1; }
.brand__wordmark small { color: var(--muted); font-size: .66rem; font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
.header-search { width: min(440px, 40vw); display: flex; align-items: center; overflow: hidden; background: #f2f3f4; border: 1px solid transparent; border-radius: 999px; transition: border-color .2s, background .2s; }
.header-search:focus-within { background: var(--white); border-color: var(--gold); }
.header-search input { width: 100%; min-width: 0; padding: 13px 4px 13px 20px; background: transparent; border: 0; color: var(--ink); outline: 0; font-size: .87rem; }
.header-search button { width: 46px; height: 46px; display: grid; flex: 0 0 46px; place-items: center; padding: 0; background: transparent; border: 0; color: var(--ink); cursor: pointer; }
.header-search svg, .article-share svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.nav-toggle { display: none; }
.primary-nav { border-top: 1px solid #eeeae1; }
.primary-nav__inner { min-height: 52px; display: flex; align-items: stretch; gap: 30px; }
.primary-nav a { position: relative; display: inline-flex; align-items: center; color: #27364a; font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.primary-nav a::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--gold); content: ""; transform: scaleX(0); transition: transform .2s; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-menu { position: relative; display: flex; }
.nav-menu > button { display: inline-flex; align-items: center; gap: 6px; padding: 0; background: transparent; border: 0; color: #27364a; font-size: .78rem; font-weight: 750; letter-spacing: .04em; cursor: pointer; text-transform: uppercase; }
.nav-menu > button span { color: #9b741f; font-size: .9rem; }
.nav-menu__panel { position: absolute; top: calc(100% - 1px); left: -22px; z-index: 80; width: 330px; display: none; padding: 12px; background: var(--white); border: 1px solid #ddd7ca; box-shadow: 0 24px 55px rgba(7,24,45,.18); }
.nav-menu__panel--right { right: -22px; left: auto; }
.nav-menu > button[aria-expanded="true"] + .nav-menu__panel, .nav-menu:focus-within .nav-menu__panel { display: grid; }
.primary-nav .nav-menu__panel a { min-height: 0; display: grid; gap: 3px; padding: 12px; border-bottom: 1px solid #eeeae1; font-family: var(--serif); font-size: .96rem; font-weight: 650; letter-spacing: 0; text-transform: none; }
.primary-nav .nav-menu__panel a:last-child { border-bottom: 0; }
.primary-nav .nav-menu__panel a::after { display: none; }
.nav-menu__panel a:hover { background: var(--paper); }
.nav-menu__panel small { color: var(--muted); font-family: var(--sans); font-size: .62rem; font-weight: 600; }
.topic-rail { overflow: hidden; background: var(--paper); border-top: 1px solid #e8e3d9; }
.topic-rail__inner { min-height: 42px; display: flex; align-items: center; gap: 24px; overflow-x: auto; scrollbar-width: none; }
.topic-rail__inner::-webkit-scrollbar { display: none; }
.topic-rail__label { flex: 0 0 auto; color: #8d6717; font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.topic-rail a { flex: 0 0 auto; color: #425065; font-family: var(--serif); font-size: .9rem; font-weight: 600; text-decoration: none; }
.topic-rail a:hover { color: var(--ink); }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #9b741f; font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 1px; background: currentColor; content: ""; }
.text-link { color: var(--ink-2); font-size: .84rem; font-weight: 750; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.pill { display: inline-flex; align-items: center; min-height: 27px; padding: 5px 11px; border: 1px solid rgba(7,24,45,.18); border-radius: 999px; color: var(--ink-2); font-size: .65rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.pill--accent { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.pill--light { background: rgba(255,255,255,.92); border-color: transparent; color: var(--ink); }

.home-intro { padding: 80px 0 90px; background: linear-gradient(180deg, #fff 0%, var(--paper-2) 100%); }
.home-intro__heading { display: grid; grid-template-columns: 1.6fr .7fr; align-items: end; gap: 70px; margin-bottom: 42px; }
.home-intro__heading h1 { max-width: 900px; margin: 14px 0 0; color: var(--ink); font-family: var(--serif); font-size: clamp(3.2rem, 7.5vw, 7rem); font-weight: 500; letter-spacing: -.065em; line-height: .86; }
.home-intro__heading h1 em { color: #a77c20; font-weight: 500; }
.home-intro__heading > p { max-width: 410px; margin: 0 0 6px; color: var(--muted); font-family: var(--serif); font-size: 1.15rem; line-height: 1.55; }
.lead-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(300px, .72fr); background: var(--ink); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.lead-story { min-height: 620px; }
.lead-story__media { position: relative; height: 100%; display: block; overflow: hidden; color: var(--white); text-decoration: none; }
.lead-story__media > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.lead-story__media:hover > img { transform: scale(1.025); }
.lead-story__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(4,15,28,.18) 43%, rgba(4,15,28,.95) 100%); }
.lead-story__content { position: absolute; right: 0; bottom: 0; left: 0; padding: clamp(32px, 5vw, 66px); }
.lead-story__content h2 { max-width: 850px; margin: 20px 0 15px; font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 4.6rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.lead-story__content p { max-width: 740px; margin: 0; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: 1.1rem; line-height: 1.5; }
.lead-story__cta { display: inline-flex; gap: 15px; margin-top: 26px; color: var(--gold-soft); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.latest-panel { padding: 30px 30px 18px; color: var(--white); }
.latest-panel__heading, .format-column__heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.15); }
.latest-panel__heading span, .format-column__heading span { font-family: var(--serif); font-size: 1.2rem; }
.latest-panel__heading a, .format-column__heading a { color: var(--gold-soft); font-size: .68rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.compact-story { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.compact-story > span, .compact-story time { color: var(--gold-soft); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.compact-story h3 { margin: 9px 0 12px; font-family: var(--serif); font-size: 1.22rem; font-weight: 550; line-height: 1.25; }
.compact-story h3 a { text-decoration: none; }
.compact-story h3 a:hover { color: var(--gold-soft); }
.compact-story time { color: rgba(255,255,255,.46); letter-spacing: .03em; }

.category-showcase, .editorial-section, .taxonomy-section, .archive-section, .related-section { padding: 92px 0; }
.category-showcase { background: var(--paper); border-block: 1px solid #e6e0d3; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-heading h2 { margin: 9px 0 0; color: var(--ink); font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.section-heading--compact h2 { font-size: clamp(2rem, 3vw, 3rem); }
.section-index { color: rgba(7,24,45,.08); font-family: var(--serif); font-size: 5.8rem; line-height: .8; }
.result-count { color: var(--muted); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbc4b6; border-left: 1px solid #cbc4b6; }
.category-tile { min-height: 220px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid #cbc4b6; border-bottom: 1px solid #cbc4b6; color: var(--ink); text-decoration: none; transition: background .2s, color .2s; }
.category-tile:hover { background: var(--ink); color: var(--white); }
.category-tile__number { color: #9c7a31; font-family: var(--serif); font-size: .85rem; }
.category-tile strong { margin: auto 0 8px; font-family: var(--serif); font-size: 1.45rem; font-weight: 600; line-height: 1.1; }
.category-tile small { color: var(--muted); line-height: 1.45; }
.category-tile:hover small { color: rgba(255,255,255,.65); }
.category-tile em { margin-top: 20px; color: #947225; font-size: .64rem; font-style: normal; font-weight: 750; text-transform: uppercase; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.content-card { min-width: 0; background: var(--white); border: 1px solid #e5e2da; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(7,24,45,.055); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.content-card:hover { box-shadow: 0 24px 54px rgba(7,24,45,.13); transform: translateY(-5px); }
.content-card__media { height: 250px; display: block; overflow: hidden; background: var(--ink); text-decoration: none; }
.content-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s; }
.content-card:hover .content-card__media img { transform: scale(1.035); }
.content-card__fallback { height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.08); font-family: var(--serif); font-size: 7rem; }
.content-card__body { padding: 24px 24px 22px; }
.content-card__kickers { min-height: 22px; display: flex; align-items: center; gap: 12px; color: #936d19; font-size: .63rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.content-card__kickers a { text-decoration: none; }
.content-card__kickers span + span, .content-card__kickers a + span { padding-left: 12px; border-left: 1px solid #d8d2c5; color: var(--muted); }
.content-card h3 { margin: 11px 0 12px; color: var(--ink); font-family: var(--serif); font-size: 1.55rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.16; }
.content-card h3 a { text-decoration: none; }
.content-card h3 a:hover { color: #8d6717; }
.content-card__body > p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: .95rem; line-height: 1.55; }
.content-card__meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 20px; padding-top: 15px; border-top: 1px solid #eeeae1; color: #7a8390; font-size: .65rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }

.format-sections { padding: 0 0 92px; background: var(--paper-2); }
.format-sections__grid { display: grid; grid-template-columns: repeat(3, 1fr); box-shadow: var(--shadow); }
.format-column { padding: 42px; background: var(--white); }
.format-column--dark { background: var(--ink); color: var(--white); }
.format-column:not(.format-column--dark) .format-column__heading { border-color: var(--line); }
.format-column:not(.format-column--dark) .format-column__heading a { color: #8d6717; }
.format-column article { padding: 24px 0; border-bottom: 1px solid #ebe7de; }
.format-column--dark article { border-color: rgba(255,255,255,.12); }
.format-column article small { color: #9a741d; font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.format-column--dark article small { color: var(--gold-soft); }
.format-column article h3 { margin: 9px 0 0; font-family: var(--serif); font-size: 1.42rem; font-weight: 550; line-height: 1.25; }
.format-column article h3 a { text-decoration: none; }
.format-column article h3 a:hover { color: #9a741d; }
.areas-section { padding: 100px 0; background: #e8e2d5; }
.areas-section__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.areas-section h2 { margin: 14px 0 20px; color: var(--ink); font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.2rem); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.areas-section p { max-width: 480px; color: var(--muted); font-family: var(--serif); line-height: 1.6; }
.area-links { border-top: 1px solid #bdb6a8; }
.area-links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 5px; border-bottom: 1px solid #bdb6a8; color: var(--ink); font-family: var(--serif); font-size: 1.25rem; text-decoration: none; transition: padding .2s, color .2s; }
.area-links a:hover { padding-inline: 15px; color: #8b6618; }
.area-links b { font-family: var(--sans); font-size: .7rem; }
.area-links__all { font-style: italic; }

.page-hero { position: relative; overflow: hidden; padding: 78px 0 82px; background: var(--ink); color: var(--white); }
.page-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(43,91,137,.45), transparent 36%), linear-gradient(120deg, transparent 56%, rgba(213,169,71,.12)); content: ""; }
.page-hero__inner { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.page-hero h1 { margin: 14px 0 16px; font-family: var(--serif); font-size: clamp(3.3rem, 7vw, 6.8rem); font-weight: 500; letter-spacing: -.06em; line-height: .88; }
.page-hero p { max-width: 670px; margin: 0; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 1.1rem; line-height: 1.55; }
.page-hero .eyebrow { color: var(--gold-soft); }
.page-hero__mark { color: rgba(255,255,255,.055); font-family: var(--serif); font-size: clamp(8rem, 19vw, 17rem); line-height: .65; }
.archive-section { min-height: 500px; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); }
.pagination__direction { color: var(--ink); font-size: .8rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.pagination__direction:last-child { justify-self: end; }
.pagination__status { color: var(--muted); font-size: .75rem; }
.empty-state { width: 100%; padding: 80px 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.empty-state__monogram { display: block; color: rgba(7,24,45,.08); font-family: var(--serif); font-size: 6rem; line-height: 1; }
.empty-state h2 { margin: 15px 0 10px; color: var(--ink); font-family: var(--serif); font-size: 2rem; }
.empty-state p { max-width: 550px; margin: 0 auto 20px; color: var(--muted); line-height: 1.6; }
.taxonomy-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.taxonomy-card { display: grid; grid-template-columns: 48px 1fr auto; align-items: start; gap: 20px; min-height: 190px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: background .2s, color .2s; }
.taxonomy-card:nth-child(even) { border-right: 0; }
.taxonomy-card:hover { background: var(--ink); color: var(--white); }
.taxonomy-card__index { color: #9a741d; font-family: var(--serif); font-size: .9rem; }
.taxonomy-card h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.7rem; font-weight: 600; }
.taxonomy-card p { margin: 0 0 18px; color: var(--muted); line-height: 1.5; }
.taxonomy-card:hover p { color: rgba(255,255,255,.65); }
.taxonomy-card small { color: #9a741d; font-weight: 750; text-transform: uppercase; }
.taxonomy-card > b { font-size: 1.25rem; font-weight: 400; }

.search-page { padding: 100px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.search-page h1 { max-width: 800px; margin: 14px 0 36px; color: var(--ink); font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.search-page__form { display: flex; overflow: hidden; background: var(--white); border: 1px solid #c9c1b3; border-radius: 999px; box-shadow: 0 14px 34px rgba(7,24,45,.08); }
.search-page__form input { width: 100%; min-width: 0; padding: 20px 28px; border: 0; outline: 0; color: var(--ink); font-size: 1rem; }
.search-page__form button { margin: 6px; padding: 0 28px; background: var(--ink); border: 0; border-radius: 999px; color: var(--white); font-size: .78rem; font-weight: 800; cursor: pointer; text-transform: uppercase; }

.article-page { padding: 74px 0 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 36px; color: var(--muted); font-size: .7rem; font-weight: 700; }
.breadcrumbs a { text-decoration: none; }
.article-kickers { display: flex; flex-wrap: wrap; gap: 8px; }
.article-admin-edit { padding: 8px 14px; background: var(--ink); border-radius: 999px; color: var(--white); font-size: .7rem; font-weight: 800; text-decoration: none; }
.article-admin-edit:hover { background: var(--gold); color: var(--ink); }
.article-header h1 { max-width: 1020px; margin: 24px 0 22px; color: var(--ink); font-family: var(--serif); font-size: clamp(3.2rem, 7.3vw, 6.7rem); font-weight: 500; letter-spacing: -.065em; line-height: .91; }
.article-deck { max-width: 860px; margin: 0; color: #556273; font-family: var(--serif); font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.45; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.article-meta strong { color: var(--ink); }
.article-cover { margin-top: 52px; }
.article-cover img { width: 100%; max-height: 820px; display: block; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.article-cover figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 12px 6px; color: var(--muted); font-size: .68rem; }
.article-layout { position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 32px; margin-top: 62px; }
.article-share { position: sticky; top: 30px; align-self: start; }
.article-share button { width: 44px; height: 44px; display: grid; place-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 50%; color: var(--ink); cursor: pointer; }
.article-share button.is-copied { background: var(--ink); color: var(--white); }
.standfirst { margin: 0 0 36px; padding-bottom: 32px; border-bottom: 1px solid var(--line); color: var(--ink-2); font-family: var(--serif); font-size: 1.3rem; font-weight: 600; line-height: 1.55; }
.thesis-box { position: relative; margin: 36px 0; padding: 30px 32px; background: #f1e7cc; border-left: 4px solid var(--gold); }
.thesis-box > span { color: #8c6718; font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.thesis-box p { margin: 12px 0 0; color: var(--ink); font-family: var(--serif); font-size: 1.17rem; line-height: 1.55; }
.article-body { color: #273444; font-family: var(--serif); font-size: 1.17rem; line-height: 1.85; }
.article-body { font-size: calc(1.17rem * var(--reader-scale)); }
.article-body > p:first-child { font-size: 1.25rem; }
.article-body h2 { margin: 2.3em 0 .7em; color: var(--ink); font-size: 2rem; letter-spacing: -.025em; line-height: 1.15; }
.article-body h3 { margin: 2em 0 .6em; color: var(--ink-2); font-size: 1.5rem; }
.article-body a { color: #76560f; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body blockquote { margin: 2em 0; padding: 8px 0 8px 30px; border-left: 3px solid var(--gold); color: var(--ink-2); font-size: 1.3rem; font-style: italic; }
.article-body img { height: auto; border-radius: 12px; }
.article-body li { margin-bottom: .55em; }
.article-taxonomy { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 52px; padding-top: 25px; border-top: 1px solid var(--line); }
.article-taxonomy a, .article-taxonomy span { padding: 8px 12px; background: var(--paper); border-radius: 999px; color: #5a6471; font-size: .68rem; text-decoration: none; }
.article-share { display: grid; gap: 10px; }
.article-share__whatsapp { width: 44px; height: 44px; display: grid; place-items: center; background: #1fa463; border-radius: 50%; color: #fff; font-size: .76rem; font-weight: 900; text-decoration: none; }
.article-share button.is-saved { background: var(--gold); border-color: var(--gold); }
.reading-progress { position: fixed; top: 0; right: 0; left: 0; z-index: 999; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.correction-note, .source-note { margin-top: 42px; padding: 24px 26px; border: 1px solid var(--line); border-radius: 12px; }
.correction-note { background: #fff9e9; border-left: 4px solid var(--gold); }
.correction-note strong, .source-note span { display: block; margin-bottom: 8px; color: #8c6718; font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; }
.correction-note p { margin: 0 0 8px; font-family: var(--serif); line-height: 1.6; }
.correction-note time { color: var(--muted); font-size: .68rem; }
.source-note a { color: var(--ink); font-family: var(--serif); font-weight: 650; }
.is-reading-mode .site-header, .is-reading-mode .site-footer, .is-reading-mode .related-section, .is-reading-mode .whatsapp-assistant, .is-reading-mode .article-share { display: none; }
.is-reading-mode .article-page { padding-top: 34px; }
.related-section { margin-top: 90px; background: var(--paper); border-top: 1px solid var(--line); }

.site-footer { padding: 72px 0 26px; background: #061424; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 65px; }
.brand--footer { color: var(--white); }
.footer-brand p, .footer-note p { max-width: 390px; line-height: 1.65; }
.site-footer h2 { margin: 0 0 18px; color: var(--gold-soft); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer > .footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer a:not(.brand) { margin: 5px 0; font-size: .83rem; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .65rem; }
.newsletter-band { margin: -72px 0 68px; padding: 54px 0; background: var(--gold); color: var(--ink); }
.newsletter-band__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.newsletter-band span { font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.newsletter-band h2 { max-width: 650px; margin: 9px 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 550; letter-spacing: -.04em; line-height: 1; }
.newsletter-band p { margin: 0; font-family: var(--serif); }
.newsletter-band form > div { display: flex; background: #fff; border-radius: 999px; overflow: hidden; }
.newsletter-band input[type="email"] { width: 100%; min-width: 0; padding: 15px 20px; border: 0; outline: 0; }
.newsletter-band button { margin: 5px; padding: 0 22px; background: var(--ink); border: 0; border-radius: 999px; color: #fff; font-weight: 800; cursor: pointer; }
.newsletter-consent { display: flex; gap: 8px; margin-top: 10px; font-size: .65rem; line-height: 1.4; }
.portal-messages { padding-top: 16px; }
.portal-message { margin: 0 0 8px; padding: 13px 16px; background: #e8f4ec; border-left: 4px solid #21834e; }
.portal-message--error { background: #fae9e7; border-color: #b33a2d; }
.whatsapp-assistant { position: fixed; right: 24px; bottom: 24px; z-index: 100; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 11px; min-width: 260px; padding: 9px 14px 9px 9px; background: #082033; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; box-shadow: 0 18px 48px rgba(7,24,45,.28); color: #fff; text-decoration: none; }
.whatsapp-assistant__avatar { width: 48px; height: 48px; display: grid; place-items: center; background: #23b26d; border: 3px solid rgba(255,255,255,.24); border-radius: 50%; font-family: var(--serif); font-weight: 800; }
.whatsapp-assistant > span:nth-child(2) { display: grid; gap: 2px; }
.whatsapp-assistant strong { font-size: .78rem; }
.whatsapp-assistant small { color: rgba(255,255,255,.65); font-size: .62rem; }
.back-to-top { position: fixed; right: 28px; bottom: 102px; z-index: 90; width: 42px; height: 42px; background: #fff; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 8px 24px rgba(7,24,45,.15); opacity: 0; pointer-events: none; transform: translateY(8px); transition: .2s; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.institutional-content { min-height: 480px; padding: 82px 0; }
.institutional-prose { color: #273444; font-family: var(--serif); font-size: 1.15rem; line-height: 1.8; }
.institutional-prose h2 { color: var(--ink); font-size: 2.2rem; }
.author-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.author-card { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 24px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; }
.author-card img, .author-card__fallback { width: 130px; height: 130px; display: grid; place-items: center; border-radius: 50%; object-fit: cover; background: var(--ink); color: var(--gold); font-family: var(--serif); font-size: 3rem; }
.author-card h2 { margin: 0 0 7px; color: var(--ink); font-family: var(--serif); font-size: 1.65rem; }
.author-card p { margin: 0 0 14px; color: var(--muted); }
.author-card small { color: #8c6718; font-weight: 750; }
.author-profile { padding: 86px 0; background: var(--paper); }
.author-profile__inner { display: grid; grid-template-columns: 210px 1fr; gap: 50px; align-items: center; }
.author-profile img, .author-profile__fallback { width: 210px; height: 210px; display: grid; place-items: center; border-radius: 50%; object-fit: cover; background: var(--ink); color: var(--gold); font-family: var(--serif); font-size: 5rem; }
.author-profile h1 { margin: 10px 0; color: var(--ink); font-family: var(--serif); font-size: clamp(3rem, 7vw, 5.7rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.author-profile p { max-width: 740px; color: var(--muted); font-family: var(--serif); font-size: 1.08rem; line-height: 1.65; }
.author-links { display: flex; gap: 16px; }
.author-links a { color: #8c6718; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.saved-grid { display: grid; gap: 14px; }
.saved-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px; background: #fff; border: 1px solid var(--line); }
.saved-card a { color: var(--ink); font-family: var(--serif); font-size: 1.35rem; font-weight: 650; text-decoration: none; }
.saved-card button { background: transparent; border: 0; color: #8c6718; cursor: pointer; font-size: .72rem; font-weight: 800; text-transform: uppercase; }

@media (max-width: 1050px) {
    .primary-nav__inner { gap: 20px; }
    .primary-nav a { font-size: .7rem; }
    .home-intro__heading { grid-template-columns: 1fr; gap: 24px; }
    .lead-layout { grid-template-columns: 1.5fr .8fr; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
    .footer-note { display: none !important; }
}

@media (max-width: 800px) {
    .shell, .shell--wide, .shell--article, .shell--reading { width: min(100% - 32px, 1240px); }
    .utility-bar__inner > span:last-child { display: none; }
    .masthead { min-height: 82px; gap: 12px; }
    .brand img { width: 46px; height: 46px; }
    .brand__wordmark small { display: none; }
    .brand__wordmark strong { font-size: 1.35rem; }
    .header-search { display: none; }
    .nav-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
    .nav-toggle span:not(.sr-only) { width: 18px; height: 2px; display: block; background: var(--ink); transition: transform .2s, opacity .2s; }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav { display: none; }
    .primary-nav.is-open { display: block; }
    .primary-nav__inner { display: grid; gap: 0; padding-block: 8px; }
    .nav-menu { display: grid; }
    .nav-menu > button { min-height: 48px; justify-content: space-between; border-bottom: 1px solid #eeeae1; }
    .nav-menu__panel, .nav-menu__panel--right { position: static; width: auto; margin: 0 0 10px; box-shadow: none; }
    .primary-nav a { min-height: 48px; border-bottom: 1px solid #eeeae1; font-size: .78rem; }
    .primary-nav a::after { display: none; }
    .topic-rail__inner { gap: 18px; }
    .home-intro { padding: 55px 0 66px; }
    .home-intro__heading h1 { font-size: clamp(3.4rem, 15vw, 5.5rem); }
    .lead-layout { display: block; }
    .lead-story { min-height: 520px; }
    .latest-panel { padding-bottom: 28px; }
    .category-showcase, .editorial-section, .taxonomy-section, .archive-section, .related-section { padding: 65px 0; }
    .format-sections__grid, .areas-section__inner { grid-template-columns: 1fr; }
    .areas-section__inner { gap: 44px; }
    .page-hero { padding: 58px 0; }
    .page-hero__mark { display: none; }
    .taxonomy-grid { grid-template-columns: 1fr; }
    .taxonomy-card, .taxonomy-card:nth-child(even) { border-right: 0; }
    .article-page { padding-top: 48px; }
    .article-header h1 { font-size: clamp(3rem, 13vw, 5rem); }
    .article-cover { width: 100%; }
    .article-cover img { border-radius: 0; }
    .article-layout { grid-template-columns: 1fr; }
    .article-share { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .newsletter-band__inner, .author-grid, .author-profile__inner { grid-template-columns: 1fr; }
    .author-profile__inner { text-align: center; }
    .author-profile img, .author-profile__fallback { margin-inline: auto; }
    .author-links { justify-content: center; }
}

@media (max-width: 560px) {
    .home-intro__heading h1 { letter-spacing: -.07em; }
    .lead-story { min-height: 470px; }
    .lead-story__content { padding: 28px 24px; }
    .lead-story__content h2 { font-size: 2.35rem; }
    .lead-story__content p { display: none; }
    .category-grid, .card-grid { grid-template-columns: 1fr; }
    .category-tile { min-height: 175px; }
    .section-heading { align-items: start; flex-direction: column; }
    .section-index { display: none; }
    .content-card__media { height: 220px; }
    .format-column { padding: 30px 24px; }
    .areas-section { padding: 70px 0; }
    .page-hero h1 { font-size: 3.6rem; }
    .search-page { padding: 70px 0; }
    .search-page__form { border-radius: 14px; }
    .search-page__form button { padding-inline: 18px; border-radius: 10px; }
    .article-header h1 { font-size: 3.2rem; }
    .article-meta { display: grid; }
    .article-cover figcaption { flex-direction: column; }
    .article-body { font-size: 1.08rem; }
    .article-body h2 { font-size: 1.65rem; }
    .pagination { grid-template-columns: 1fr 1fr; }
    .pagination__status { grid-column: 1 / -1; grid-row: 1; text-align: center; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .utility-actions button:nth-child(-n+2) { display: none; }
    .newsletter-band form > div { border-radius: 12px; }
    .whatsapp-assistant { right: 14px; bottom: 14px; min-width: 0; }
    .whatsapp-assistant > span:nth-child(2), .whatsapp-assistant > b { display: none; }
    .author-card { grid-template-columns: 82px 1fr; }
    .author-card img, .author-card__fallback { width: 82px; height: 82px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
