@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700;9..144,900&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --orange: #F1641E;
  --orange-dark: #D4541A;
  --ink: #1A1A1A;
  --body: #4A4A4A;
  --muted: #888;
  --line: #EBEBEB;
  --paper: #fff;
  --warm: #F8F7F4;
  --dark: #111;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
  --shadow: 0 14px 34px rgba(91, 51, 23, .09);
  --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body:before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .022; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; letter-spacing: -.035em; line-height: 1.06; }
h1 { font-size: clamp(3.5rem, 8vw, 6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.25rem); }
h3 { font-size: clamp(1.45rem, 2vw, 1.8rem); }
em { color: var(--orange); font-style: normal; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.eyebrow, .post-meta, .feature-kicker, .footer-label, .topic-number, .article-meta small, .legal-updated { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section { padding: 96px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 40px; }
.section-heading h2 { margin: 10px 0 0; }
.section-note { max-width: 300px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 800; }
.text-link span { color: var(--orange); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-orange { color: white; background: var(--orange); }
.button-orange:hover { background: var(--orange-dark); }
.button-outline { border-color: var(--ink); }
.button-outline:hover { border-color: var(--orange); color: var(--orange); }
.reading-progress { position: fixed; z-index: 50; top: 0; left: 0; width: 0; height: 3px; background: var(--orange); }
.site-header { position: sticky; z-index: 10; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); transition: box-shadow .2s ease; }
.site-header.scrolled { box-shadow: 0 4px 20px rgba(17,17,17,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; }
.wordmark { display: inline-flex; align-items: center; gap: 7px; font: 700 26px/1 var(--serif); letter-spacing: -.06em; }
.wordmark b { color: var(--orange); font: 900 34px/0 var(--serif); }
.wordmark-m { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: white; background: var(--orange); font: 800 16px/1 var(--sans); letter-spacing: 0; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 800; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a:after { content: ''; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover:after, .site-nav a.active:after { transform: scaleX(1); }
.site-nav .nav-search { color: var(--orange); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--orange); font-size: 12px; font-weight: 800; }
.flash { position: fixed; z-index: 30; right: 24px; bottom: 24px; max-width: 360px; padding: 14px 18px; border-radius: 8px; color: white; box-shadow: var(--shadow); font-size: 13px; }
.flash-success { background: #305a48; }.flash-error { background: #a9432e; }
.cookie-banner { position: fixed; z-index: 25; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 18px; width: min(520px, calc(100% - 40px)); padding: 16px 18px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: var(--shadow); font-size: 12px; }.cookie-banner p { margin: 0; color: var(--body); line-height: 1.5; }.cookie-banner a { color: var(--orange); text-decoration: underline; }.cookie-banner button { flex: 0 0 auto; padding: 8px 12px; border: 0; border-radius: 5px; color: white; background: var(--orange); font-size: 11px; font-weight: 800; }
.hero { position: relative; overflow: hidden; min-height: calc(100vh - 80px); display: grid; align-items: center; padding: 80px 0 96px; background: var(--warm); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 80px; }
.hero-copy h1 { max-width: 720px; margin: 18px 0 24px; font-size: clamp(4rem, 8vw, 7.4rem); line-height: .91; }
.hero-intro { max-width: 480px; margin-bottom: 28px; color: var(--body); font-size: 17px; line-height: 1.75; }
.trust-row { display: flex; gap: 30px; margin-top: 64px; }
.trust-row div { display: grid; gap: 2px; }.trust-row strong { font: 700 24px/1 var(--serif); }.trust-row span { color: var(--muted); font-size: 11px; }
.hero-feature { transform: translateY(28px); }.feature-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }.feature-kicker span { width: 30px; height: 1px; background: var(--orange); }
.hero-blob { position: absolute; border-radius: 50%; pointer-events: none; }.hero-blob-one { top: 10%; right: -7%; width: 560px; height: 560px; background: rgba(241,100,30,.08); }.hero-blob-two { bottom: -180px; left: 42%; width: 300px; height: 300px; border: 1px solid rgba(241,100,30,.2); }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 5px 16px rgba(91,51,23,.035); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.post-card:hover { transform: translateY(-4px); border-color: rgba(241,100,30,.4); box-shadow: var(--shadow); }
.post-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.55; background: var(--warm); }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.post-card:hover .post-image img { transform: scale(1.05); }
.image-label { position: absolute; top: 16px; left: 16px; padding: 5px 9px; color: white; background: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.abstract-image { position: relative; display: grid; place-items: center; height: 100%; min-height: 170px; overflow: hidden; background: linear-gradient(135deg, color-mix(in srgb, var(--card-accent) 85%, white), #dbe5dd); }
.abstract-image span { position: relative; z-index: 1; color: rgba(255,255,255,.85); font: 900 100px/1 var(--serif); }.abstract-image:before, .abstract-image:after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }.abstract-image:before { width: 210px; height: 210px; }.abstract-image:after { width: 125px; height: 125px; transform: translate(72px, 52px); }.abstract-image i { position: absolute; width: 190px; height: 22px; background: rgba(17,17,17,.12); transform: rotate(-38deg); }
.post-card-body { display: flex; min-height: 260px; flex-direction: column; padding: 24px; }.post-meta { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 10px; letter-spacing: .05em; }.category-chip { display: inline-block; width: fit-content; padding: 5px 9px; border-radius: 5px; color: var(--orange); background: rgba(241,100,30,.1); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.post-card h3 { margin: 18px 0 10px; }.post-card h3 a:hover { color: var(--orange); }.post-card p { margin-bottom: 20px; color: var(--body); font-size: 14px; line-height: 1.65; }.byline { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }.byline > span:nth-child(2), .article-meta > span:nth-child(2) { display: grid; gap: 0; }.byline strong, .article-meta strong { font-size: 11px; }.byline small, .article-meta small { color: var(--muted); font-size: 10px; letter-spacing: 0; text-transform: none; }.avatar { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; color: white; background: var(--ink); font: 700 12px/1 var(--sans); }.card-arrow { margin-left: auto; color: var(--orange); font-size: 20px; transition: transform .2s ease; }.post-card:hover .card-arrow { transform: translate(3px, -3px); }
.post-card-featured { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 430px; }.post-card-featured .post-image { height: 100%; aspect-ratio: auto; }.post-card-featured .post-card-body { justify-content: center; padding: 40px; }.post-card-featured h3 { font-size: clamp(2rem, 3.8vw, 3.25rem); }
.topic-strip { padding: 72px 0; background: var(--warm); }.section-intro { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 24px; }.section-intro .eyebrow { margin: 0; }.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.topic-card { position: relative; min-height: 190px; padding: 22px; border-top: 3px solid var(--topic-accent); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }.topic-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.topic-number { color: var(--muted); }.topic-icon { position: absolute; top: 18px; right: 20px; color: var(--topic-accent); font-size: 24px; }.topic-card h2 { margin: 32px 0 6px; font-size: 25px; }.topic-card p { margin: 0; color: var(--muted); font-size: 12px; }.topic-arrow { position: absolute; right: 20px; bottom: 18px; color: var(--topic-accent); font-size: 22px; }
.latest-section { background: var(--paper); }.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.article-grid .post-card-featured { grid-column: span 2; }
.newsletter-block { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; max-width: 1180px; margin: 0 auto 96px; padding: 64px; color: white; background: var(--dark); }.newsletter-block h2 { max-width: 550px; margin: 12px 0 16px; color: white; font-size: clamp(2.4rem, 4vw, 4rem); }.newsletter-block .eyebrow { color: var(--orange); }.newsletter-block p:not(.eyebrow) { max-width: 460px; margin: 0; color: #c9c9c9; }.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }.newsletter-form input, .mini-newsletter input, .search-form input, .contact-form input, .contact-form textarea, .editor-form input, .editor-form textarea, .editor-form select { width: 100%; border: 1px solid #d8d8d8; border-radius: 6px; background: white; color: var(--ink); outline: none; }.newsletter-form input { min-height: 48px; padding: 0 14px; }.newsletter-form input:focus, input:focus, textarea:focus, select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(241,100,30,.14); }.newsletter-form small { grid-column: 1 / -1; color: #979797; font-size: 11px; }
.pillar-section { background: var(--warm); }.pillar { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }.pillar-art { position: relative; min-height: 450px; overflow: hidden; background: #dfe8e1; }.pillar-circle { position: absolute; top: 50%; left: 50%; width: 360px; height: 360px; border: 2px solid rgba(61,88,97,.3); border-radius: 50%; transform: translate(-50%, -50%); }.pillar-circle:after { content: ''; position: absolute; inset: 42px; border-radius: 50%; background: var(--orange); opacity: .86; }.pillar-stamp { position: absolute; top: 46px; left: 40px; z-index: 1; padding: 9px 14px; color: white; background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-5deg); }.pillar-lines { position: absolute; right: 0; bottom: 48px; left: 0; height: 80px; background: repeating-linear-gradient(0deg, transparent 0 13px, rgba(61,88,97,.18) 14px 15px); transform: rotate(-8deg); }.pillar-copy h2 { margin: 12px 0 18px; font-size: clamp(2.4rem, 4vw, 4.3rem); }.pillar-copy > p { max-width: 470px; color: var(--body); }.pillar-copy ul { display: grid; gap: 10px; margin: 24px 0 30px; padding: 0; list-style: none; font-size: 13px; }.pillar-copy li:before { content: '—'; margin-right: 10px; color: var(--orange); }
.trust-section { padding: 96px 0; background: #fff8f1; }.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.quote-card { margin: 0; padding: 30px; border: 1px solid rgba(241,100,30,.22); background: white; }.quote-card-offset { transform: translateY(30px); }.quote-card blockquote { margin: 0 0 28px; font: 500 23px/1.28 var(--serif); }.quote-card figcaption { display: grid; gap: 1px; color: var(--muted); font-size: 12px; }.quote-card figcaption strong { color: var(--ink); }
.cover-section { background: var(--paper); }.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }.coverage-card { position: relative; min-height: 260px; padding: 30px 24px; border-top: 1px solid var(--ink); }.coverage-card:hover h3, .coverage-card:hover h2 { color: var(--orange); }.coverage-dot { display: block; width: 10px; height: 10px; margin-bottom: 30px; border-radius: 50%; }.coverage-card h3, .coverage-card h2 { margin-bottom: 14px; transition: color .2s ease; }.coverage-card p { color: var(--body); font-size: 13px; line-height: 1.7; }.coverage-card .text-link { position: absolute; bottom: 24px; }
.site-footer { padding: 72px 0 0; color: #e9e9e9; background: var(--dark); }.wordmark-light { color: white; }.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .95fr 1.35fr; gap: 48px; padding-bottom: 64px; }.footer-note { max-width: 270px; margin: 20px 0; color: #999; font-size: 13px; line-height: 1.7; }.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 8px; }.footer-grid a:not(.wordmark) { color: #c8c8c8; font-size: 12px; }.footer-grid a:hover { color: var(--orange); }.footer-label { margin: 0 0 10px; color: var(--orange); }.footer-social { display: flex; gap: 18px; }.mini-newsletter { display: flex; gap: 6px; margin-top: 10px; }.mini-newsletter input { min-width: 0; padding: 10px; }.mini-newsletter button { padding: 0 12px; border: 0; border-radius: 6px; color: white; background: var(--orange); font-size: 11px; font-weight: 800; }.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid #333; color: #777; font-size: 11px; }.footer-bottom a { color: #999; }.back-top { position: fixed; z-index: 15; right: 24px; bottom: 24px; display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: var(--orange); font-size: 20px; }.back-top.visible { display: block; }
.page-main { padding: 80px 0 96px; }.page-title { max-width: 760px; margin-bottom: 64px; }.page-title h1 { margin: 14px 0 20px; }.page-title > p:last-child, .category-hero > p:last-child { max-width: 600px; color: var(--body); font-size: 18px; }.blog-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; }.search-form { display: flex; max-width: 380px; }.search-form input { min-height: 44px; padding: 0 14px; border-right: 0; border-radius: 6px 0 0 6px; }.search-form button { min-width: 80px; border: 0; border-radius: 0 6px 6px 0; color: white; background: var(--ink); font-size: 12px; font-weight: 800; }.filter-links { display: flex; flex-wrap: wrap; gap: 8px; }.filter-links a { padding: 7px 10px; border-radius: 4px; color: var(--muted); font-size: 11px; font-weight: 800; }.filter-links a.active, .filter-links a:hover { color: var(--orange); background: rgba(241,100,30,.1); }.blog-grid { margin-bottom: 48px; }.pagination { display: flex; gap: 8px; }.pagination a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); font-size: 12px; }.pagination a.active, .pagination a:hover { color: white; background: var(--orange); border-color: var(--orange); }.empty-state { grid-column: 1 / -1; padding: 64px; text-align: center; background: var(--warm); }.category-hero { position: relative; margin-bottom: 64px; padding: 48px; background: var(--warm); }.category-hero h1 { margin: 14px 0; }.category-hero-dot { position: absolute; top: 32px; right: 42px; width: 24px; height: 24px; border-radius: 50%; }.coverage-grid-large { grid-template-columns: repeat(2, 1fr); }.coverage-grid-large .coverage-card { min-height: 300px; border: 1px solid var(--line); }
.article-main { padding-top: 40px; }.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; justify-content: center; gap: 70px; }.article-content { min-width: 0; }.breadcrumbs { display: flex; gap: 9px; margin-bottom: 48px; color: var(--muted); font-size: 11px; }.breadcrumbs a:hover { color: var(--orange); }.article-heading h1 { margin: 20px 0; font-size: clamp(3rem, 7vw, 6rem); }.article-deck { max-width: 690px; color: var(--body); font-size: 20px; line-height: 1.6; }.article-meta { display: flex; align-items: center; gap: 10px; margin: 32px 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.share-button { margin-left: auto; border: 0; color: var(--orange); background: transparent; font-size: 12px; font-weight: 800; }.article-image, .article-art { width: 100%; margin: 34px 0; }.article-image { max-height: 600px; object-fit: cover; }.article-art { min-height: 430px; }.prose { color: var(--body); font-size: 17px; line-height: 1.8; }.prose p { margin: 0 0 24px; }.prose h2, .prose h3 { margin: 48px 0 16px; color: var(--ink); }.prose blockquote { margin: 42px 0; padding: 16px 24px; border-left: 4px solid var(--orange); color: var(--ink); font: 500 27px/1.35 var(--serif); }.prose pre { overflow: auto; padding: 20px; color: #f4f4f4; background: var(--dark); }.prose table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 14px; }.prose th, .prose td { padding: 10px; border: 1px solid var(--line); text-align: left; }.prose tr:nth-child(even) { background: var(--warm); }.article-end { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }.article-sidebar { position: sticky; top: 112px; align-self: start; }.sidebar-card { padding: 24px; background: var(--warm); }.sidebar-card h3 { margin: 12px 0; font-size: 24px; }.sidebar-card p:not(.eyebrow) { color: var(--body); font-size: 13px; }.ad-slot { display: grid; place-items: center; min-height: 100px; margin: 30px 0; }.ad-placeholder { border: 1px dashed #d7d7d7; color: #aaa; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.related-section { background: var(--warm); }
.about-hero, .contact-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: end; }.about-hero h1, .contact-grid h1 { margin: 15px 0 25px; }.about-hero .lead, .contact-grid .lead { color: var(--body); font-size: 20px; line-height: 1.6; }.about-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 100px; }.about-grid h2 { margin-top: 10px; }.dark-callout { padding: 96px 0; color: white; background: var(--dark); }.dark-callout h2 { margin: 15px 0 0; font-size: clamp(2.5rem, 5vw, 5rem); }.contact-form, .editor-form { display: grid; gap: 18px; padding: 32px; border: 1px solid var(--line); background: var(--warm); }.contact-form label, .editor-form label { display: grid; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 800; }.contact-form input, .contact-form textarea, .editor-form input, .editor-form textarea, .editor-form select { padding: 11px 13px; border-radius: 5px; }.contact-form textarea, .editor-form textarea { resize: vertical; }.contact-note { color: var(--muted); font-size: 13px; }.legal-page { max-width: 780px; }.legal-page h1 { margin-bottom: 8px; }.legal-updated { color: var(--muted); }.reading-path, .resource-grid, .glossary-grid, .sitemap-list { display: grid; gap: 24px; }.reading-path { grid-template-columns: repeat(3, 1fr); }.reading-path > div, .resource-grid article { padding: 28px; border-top: 2px solid var(--orange); background: var(--warm); }.reading-path span { color: var(--orange); font: 800 12px var(--sans); }.reading-path h2, .resource-grid h2 { margin: 22px 0 12px; font-size: 28px; }.reading-path p, .resource-grid p, .glossary-grid p { color: var(--body); font-size: 14px; }.resource-grid { grid-template-columns: repeat(3, 1fr); }.glossary-grid { grid-template-columns: repeat(2, 1fr); }.glossary-grid article { padding: 24px; border-bottom: 1px solid var(--line); }.glossary-grid h2 { margin: 0 0 5px; font-size: 25px; }.glossary-grid p { margin: 0; }.archive-empty { max-width: 760px; padding: 64px; text-align: center; background: var(--warm); }.archive-mark { display: block; color: var(--orange); font: 900 90px/1 var(--serif); }.archive-empty h2 { margin: 20px 0 12px; }.archive-empty .newsletter-block { margin: 48px 0 0; padding: 30px; text-align: left; }.archive-empty .newsletter-block h2 { font-size: 28px; }.sitemap-list { grid-template-columns: repeat(3, 1fr); }.sitemap-list > div { display: grid; align-content: start; gap: 8px; }.sitemap-list h2 { margin-bottom: 10px; font-size: 28px; }.sitemap-list a { color: var(--body); font-size: 13px; }.sitemap-list a:hover { color: var(--orange); }.not-found { min-height: 640px; display: grid; align-items: center; }.not-found > .container { max-width: 760px; }.not-found-number { color: var(--orange); font: 900 clamp(6rem, 20vw, 14rem)/.8 var(--serif); }.not-found h1 { margin: 20px 0; }.not-found p:not(.eyebrow) { max-width: 460px; color: var(--body); font-size: 18px; }.not-found .search-form { margin: 32px 0; }
.admin-body { min-height: 100vh; background: var(--warm); }.admin-layout { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }.admin-sidebar { display: grid; align-content: start; gap: 10px; padding: 32px 24px; color: #ddd; background: var(--dark); }.admin-sidebar .wordmark { margin-bottom: 30px; color: white; }.admin-sidebar .eyebrow { margin: 0 0 12px; }.admin-link { padding: 10px 12px; border: 0; color: #aaa; background: transparent; text-align: left; font-size: 13px; }.admin-link:hover, .admin-link.active { color: white; background: #292929; }.admin-logout { margin-top: 24px; }.admin-main { width: min(1100px, calc(100% - 72px)); margin: 0 auto; padding: 54px 0; }.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 40px; }.admin-topbar h1 { margin: 12px 0 0; font-size: 42px; }.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 40px; }.admin-stats > div { padding: 22px; background: white; }.admin-stats span { display: block; color: var(--muted); font-size: 11px; }.admin-stats strong { display: block; margin-top: 12px; font: 700 38px/1 var(--serif); }.admin-panel { margin-bottom: 32px; padding: 28px; background: white; }.admin-panel h2 { font-size: 30px; }.admin-table-wrap { overflow-x: auto; }.admin-table { width: 100%; border-collapse: collapse; font-size: 12px; }.admin-table th, .admin-table td { padding: 14px 10px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }.admin-table th { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.table-actions { display: flex; gap: 10px; }.table-actions a, .table-actions button { border: 0; color: var(--orange); background: transparent; font-size: 11px; font-weight: 800; }.status { padding: 4px 7px; border-radius: 4px; color: #305a48; background: #e2eee7; font-size: 10px; font-weight: 800; text-transform: uppercase; }.status-draft { color: #856b28; background: #fff4ce; }.message-list { display: grid; gap: 14px; }.message-list article { padding: 15px; border-left: 3px solid var(--orange); background: var(--warm); }.message-list strong, .message-list a { margin-right: 12px; font-size: 12px; }.message-list p { margin: 8px 0 0; color: var(--body); font-size: 13px; }.muted { color: var(--muted); }.login-card { width: min(420px, calc(100% - 40px)); margin: 10vh auto; padding: 42px; background: white; box-shadow: var(--shadow); }.login-card .wordmark { margin-bottom: 60px; }.login-card h1 { margin: 10px 0 26px; font-size: 48px; }.login-card form { display: grid; gap: 16px; }.login-card label { display: grid; gap: 6px; font-size: 12px; font-weight: 800; }.login-card input { padding: 12px; border: 1px solid var(--line); }.form-error { padding: 10px; color: #9c3325; background: #fff0ed; font-size: 12px; }.back-link { color: var(--muted); font-size: 12px; font-weight: 800; }.back-link:hover { color: var(--orange); }.editor-form { max-width: 900px; }.editor-form .field-note { color: var(--muted); font-size: 10px; font-weight: 400; }.editor-textarea { min-height: 360px; font: 400 15px/1.7 var(--sans); }.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.check-label { display: flex !important; align-items: center; gap: 10px !important; align-self: end; min-height: 44px; }.check-label input { width: auto; }.editor-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 14px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .5s ease, transform .5s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }
@media (max-width: 900px) {
  .hero-grid, .pillar, .about-hero, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-feature { transform: none; }.topic-grid, .coverage-grid { grid-template-columns: repeat(2, 1fr); }.article-layout { grid-template-columns: 1fr; }.article-sidebar { display: none; }.footer-grid { grid-template-columns: repeat(2, 1fr); }.admin-layout { grid-template-columns: 1fr; }.admin-sidebar { position: static; display: flex; flex-wrap: wrap; align-items: center; gap: 5px; padding: 16px 24px; }.admin-sidebar .wordmark { width: 100%; margin-bottom: 10px; }.admin-sidebar .eyebrow { display: none; }.admin-logout { margin: 0; }.admin-main { width: min(100% - 40px, 900px); }.admin-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }.header-inner { min-height: 68px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 68px; right: 16px; left: 16px; display: none; padding: 12px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }.site-nav.open { display: grid; gap: 2px; }.site-nav a { padding: 11px; }.site-nav a:after { display: none; }.hero { min-height: auto; padding: 64px 0 72px; }.hero-copy h1 { font-size: clamp(3.5rem, 18vw, 5.5rem); }.trust-row { gap: 18px; margin-top: 42px; }.trust-row strong { font-size: 20px; }.hero-feature { margin-top: 10px; }.post-card-featured { display: block; }.post-card-featured .post-image { aspect-ratio: 1.25; }.post-card-featured .post-card-body { padding: 24px; }.topic-grid, .article-grid, .coverage-grid, .quote-grid, .reading-path, .resource-grid, .glossary-grid, .sitemap-list, .footer-grid { grid-template-columns: 1fr; }.article-grid .post-card-featured { grid-column: auto; }.section { padding: 64px 0; }.section-heading, .section-intro, .blog-controls, .footer-bottom { display: grid; align-items: start; gap: 18px; }.section-heading { margin-bottom: 28px; }.newsletter-block { grid-template-columns: 1fr; gap: 30px; margin: 0 16px 64px; padding: 36px 24px; }.newsletter-form { grid-template-columns: 1fr; }.newsletter-form small { grid-column: auto; }.pillar-art { min-height: 320px; }.pillar-circle { width: 250px; height: 250px; }.quote-card-offset { transform: none; }.footer-grid { gap: 34px; padding-bottom: 40px; }.footer-bottom { padding: 18px 0; }.page-main { padding: 56px 0 64px; }.page-title { margin-bottom: 40px; }.page-title h1 { font-size: 3.5rem; }.category-hero { margin-bottom: 40px; padding: 32px 24px; }.article-main { padding-top: 24px; }.breadcrumbs { margin-bottom: 34px; }.article-heading h1 { font-size: 3.5rem; }.article-deck { font-size: 17px; }.article-meta { align-items: center; }.article-art { min-height: 300px; }.prose { font-size: 16px; }.prose blockquote { font-size: 23px; }.article-end { display: grid; }.about-grid { grid-template-columns: 1fr; gap: 24px; }.form-two { grid-template-columns: 1fr; }.admin-main { width: calc(100% - 32px); padding: 32px 0; }.admin-topbar { display: grid; }.admin-topbar h1 { font-size: 36px; }.admin-panel { padding: 18px; }.login-card { padding: 28px; }.login-card .wordmark { margin-bottom: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 640px) {
  .cookie-banner { display: grid; gap: 10px; }
}

/* Article and image safety overrides */
.article-layout { grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr); max-width: 1200px; gap: 48px; padding: 48px 24px; }
.article-content { max-width: 720px; width: 100%; }
.article-featured-image { display: block; width: 100%; max-height: 480px; object-fit: cover; object-position: center; border-radius: 12px; background: linear-gradient(135deg, #F1641E, #111111); }
.article-featured-image-placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 320px; margin: 34px 0; border-radius: 12px; background: linear-gradient(135deg, rgba(241,100,30,.12), #f8f7f4); }
.article-featured-image-placeholder:after { content: 'Mantod'; color: rgba(17,17,17,.22); font: 500 32px var(--serif); }
.prose { max-width: 720px; font-size: 18px; line-height: 1.8; }
.prose p { margin-bottom: 1.5rem; }
.prose h2 { margin-top: 2.5rem; font-size: 28px; }
.prose h3 { margin-top: 2rem; font-size: 22px; }
.article-sidebar { max-width: 320px; position: sticky; top: 100px; }
.article-meta { gap: 16px; }
.article-meta small { color: #888; font-size: 14px; letter-spacing: 0; text-transform: none; }
.article-meta .avatar, .byline .avatar { width: 36px; height: 36px; flex-basis: 36px; }
.category-chip { padding: 8px 16px; border-radius: 20px; color: white; background: #F1641E; font-size: 12px; }
.post-image { height: 220px; aspect-ratio: auto; border-radius: 12px 12px 0 0; }
.post-image img { height: 220px; }
.image-fallback { background: linear-gradient(135deg, rgba(241,100,30,.12), #f8f7f4); }
.sidebar-newsletter { padding: 24px; border-radius: 12px; color: white; background: #111111; }
.sidebar-newsletter h3 { color: white; font: 500 20px var(--serif); }
.sidebar-newsletter p:not(.eyebrow) { color: #ccc; }
.sidebar-newsletter-form { display: grid; gap: 10px; }
.sidebar-newsletter-form input { width: 100%; padding: 12px; border: 0; border-radius: 6px; }
.sidebar-newsletter-form button { width: 100%; padding: 12px; border: 0; border-radius: 6px; color: white; background: #F1641E; font-weight: 800; cursor: pointer; }
.site-nav { font-size: 15px; font-weight: 500; letter-spacing: .01em; }
.site-nav a { color: #1A1A1A; transition: color .2s ease; }
.site-nav a:hover, .site-nav a.active { color: #F1641E; }
.footer-grid { gap: 48px; }
.footer-grid a:not(.wordmark) { font-size: 14px; color: #aaa; }
.footer-bottom { margin-top: 48px; padding-top: 24px; font-size: 13px; }
body { opacity: 0; transition: opacity .3s ease; }
body.loaded { opacity: 1; }
a, button { transition: color .15s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
button { cursor: pointer; }
input:focus, textarea:focus, select:focus { outline: 2px solid #F1641E; outline-offset: 2px; }
@media (max-width: 768px) {
  .article-layout { grid-template-columns: 1fr; padding: 24px 16px; }
  .article-content, .article-sidebar { max-width: none; }
  .article-sidebar { position: static; }
  .post-image, .post-image img { height: 220px; }
}