:root {
  --ink: #080a08;
  --ink-soft: #10130f;
  --paper: #f4f1e8;
  --paper-deep: #e8e2d4;
  --gold: #cba94a;
  --gold-light: #e4ca79;
  --olive: #596426;
  --olive-dark: #283018;
  --muted: #6e7268;
  --line: rgba(8, 10, 8, .18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, Arial, sans-serif;
  --content: 1240px;
}

.analytics-consent {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  width: min(760px, calc(100% - 48px));
  padding: 22px;
  color: #f4f1e7;
  background: #10140f;
  border: 1px solid #9c7c28;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
}
.analytics-consent strong { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: 1.25rem; }
.analytics-consent p { max-width: 54ch; margin: 0 0 7px; color: #c9c8bf; line-height: 1.55; }
.analytics-consent a { color: #d7b757; }
.analytics-consent-actions { display: flex; align-items: center; gap: 10px; }
.analytics-consent-actions form { margin: 0; }
.analytics-consent-actions button { min-height: 44px; white-space: nowrap; }
.consent-secondary { padding: 10px 14px; color: #f4f1e7; background: transparent; border: 1px solid #626856; cursor: pointer; }

@media (max-width: 720px) {
  .analytics-consent { right: 12px; bottom: 12px; grid-template-columns: 1fr; gap: 16px; width: calc(100% - 24px); padding: 18px; }
  .analytics-consent-actions { align-items: stretch; flex-direction: column-reverse; }
  .analytics-consent-actions form, .analytics-consent-actions button { width: 100%; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { outline-offset: 4px; }
:focus-visible { outline: 2px solid var(--gold); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; color: #fff; background: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: .7rem max(24px, calc((100vw - var(--content)) / 2)); color: #fff; background: var(--ink); border-bottom: 1px solid rgba(214, 179, 74, .35); position: relative; z-index: 20; }
.brand, .admin-brand { display: inline-flex; align-items: center; gap: .7rem; font: 600 1.25rem var(--serif); white-space: nowrap; }
.brand img, .admin-brand img { object-fit: contain; }
.brand em, .admin-brand em { color: var(--gold); font-style: normal; }
.primary-nav { display: flex; justify-content: center; gap: clamp(1rem, 2vw, 2rem); }
.primary-nav a { color: #dadbd3; font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; }
.primary-nav a:hover { color: var(--gold-light); }
.header-actions { display: flex; align-items: center; gap: .8rem; }
.theme-toggle { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; color: var(--gold-light); border: 1px solid rgba(255,255,255,.2); background: transparent; cursor: pointer; }
.theme-toggle:hover { color: #fff; border-color: var(--gold); }
.search-link { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); font-size: 1.4rem; }
.language-link { color: var(--gold-light); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.2); color: #fff; background: transparent; }
.nav-toggle span { display: block; height: 1px; margin: 5px 0; background: currentColor; }

.hero { min-height: calc(100vh - 82px); max-height: 940px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); overflow: hidden; color: #fff; background: var(--ink); }
.hero-copy { align-self: center; width: 100%; min-width: 0; max-width: 720px; padding: clamp(4rem, 9vw, 9rem) max(28px, calc((100vw - var(--content)) / 2)); padding-right: 2rem; }
.eyebrow { margin: 0 0 1.2rem; color: var(--olive); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { max-width: 690px; margin: 0 0 1.5rem; font: 400 clamp(3.4rem, 6.7vw, 7rem)/.96 var(--serif); letter-spacing: 0; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; color: #c6c9bf; font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.text-link { display: inline-flex; gap: .8rem; margin-top: 1.7rem; padding-bottom: .35rem; color: var(--gold-light); border-bottom: 1px solid var(--gold); font-weight: 700; }
.hero-emblem { position: relative; display: grid; place-items: center; width: 100%; min-width: 0; background: #11150d; }
.hero-emblem::before { content: ''; position: absolute; inset: 8%; border: 1px solid rgba(203,169,74,.28); }
.hero-emblem img { width: min(88%, 670px); height: auto; filter: drop-shadow(0 22px 44px rgba(0,0,0,.35)); }

.editorial-band, .content-section, .newsletter, .page-intro, .text-page, .search-page, .company-page { max-width: var(--content); margin: 0 auto; padding: clamp(4.5rem, 8vw, 8rem) 28px; }
.section-heading { display: grid; grid-template-columns: .36fr 1fr; align-items: start; gap: 3rem; margin-bottom: 3rem; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.section-heading p { margin: 0; color: var(--olive); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.section-heading h2 { max-width: 900px; margin: 0; font: 400 clamp(2.25rem, 4.5vw, 4.6rem)/1.04 var(--serif); }
.feature-grid { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.portrait-frame { overflow: hidden; background: var(--ink-soft); aspect-ratio: 4 / 5; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { max-width: 620px; }
.feature-copy .dek { margin: 1.3rem 0; font: 400 clamp(1.7rem, 3vw, 2.7rem)/1.18 var(--serif); }
.feature-copy > p { color: #42473f; }
.byline { padding-top: 1rem; border-top: 1px solid var(--line); font-size: .82rem; text-transform: uppercase; letter-spacing: .07em; }
.demo-label, .mini-pill, .status-pill { display: inline-block; padding: .32rem .55rem; color: var(--olive-dark); background: #dce2bf; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: .7rem 1.15rem; border: 1px solid var(--gold); color: #fff; background: var(--ink); cursor: pointer; font-weight: 700; }
.button:hover { color: var(--ink); background: var(--gold); }
.button:disabled { opacity: .55; cursor: not-allowed; }

.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.section-title-row h2 { margin: 0; font: 400 clamp(2rem, 4vw, 3.6rem) var(--serif); }
.section-title-row a { color: var(--olive); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.profile-card a, .story-card a { display: block; height: 100%; border-bottom: 1px solid var(--line); }
.profile-card img, .story-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.82); }
.profile-card div, .story-card div { padding: 1.2rem 0 1.5rem; }
.profile-card span, .story-card span, .company-card span { color: var(--olive); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.profile-card h3, .story-card h3, .company-card h3 { margin: .4rem 0 .55rem; font: 400 1.75rem/1.08 var(--serif); }
.profile-card p, .story-card p, .company-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.olive-band { max-width: none; padding-left: max(28px, calc((100vw - var(--content)) / 2)); padding-right: max(28px, calc((100vw - var(--content)) / 2)); color: #fff; background: var(--olive-dark); }
.olive-band .section-title-row { border-color: rgba(255,255,255,.2); }
.olive-band .section-title-row a { color: var(--gold-light); }
.company-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.18); }
.company-card { background: var(--paper); color: var(--ink); }
.company-card a { min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; }
.company-monogram { width: 58px; height: 58px; display: grid; place-items: center; color: var(--gold) !important; background: var(--ink); border: 1px solid var(--gold); font: 500 2rem var(--serif) !important; }
.company-monogram.large { width: 92px; height: 92px; margin-bottom: 2rem; font-size: 3rem !important; }
.categories { text-align: center; }
.categories h2 { margin: 0 auto 2.5rem; font: 400 clamp(2.2rem, 5vw, 4.5rem) var(--serif); }
.category-list { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; }
.category-list a { padding: .75rem 1rem; border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.quote-band { padding: clamp(5rem, 10vw, 10rem) 28px; text-align: center; color: #fff; background: var(--ink); }
.quote-band blockquote { max-width: 1050px; margin: 0 auto 1.8rem; color: var(--gold-light); font: 400 clamp(2.3rem, 5.4vw, 5.3rem)/1.05 var(--serif); }
.quote-band p { text-transform: uppercase; letter-spacing: .15em; }
.newsletter { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 8vw, 8rem); align-items: end; }
.newsletter > * { min-width: 0; }
.newsletter h2 { margin: 0; font: 400 clamp(2rem, 4vw, 3.7rem)/1.06 var(--serif); }
.newsletter form label { display: block; margin-bottom: .5rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.newsletter form > div { display: flex; }
.newsletter input { min-width: 0; flex: 1; min-height: 48px; padding: .7rem; border: 1px solid var(--line); background: #fff; }
.newsletter button { min-height: 48px; border: 0; padding: .7rem 1rem; color: #fff; background: var(--ink); }
.newsletter small { display: block; margin-top: .7rem; color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 4rem max(28px, calc((100vw - var(--content)) / 2)); color: #d5d7cf; background: var(--ink); }
.site-footer strong { color: var(--gold-light); font: 400 1.8rem var(--serif); }
.site-footer p { margin: .3rem 0; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: .65rem 2rem; }
.site-footer nav a { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.privacy-choice { margin-top: 1rem; }
.privacy-choice button { padding: 0; color: #d7b757; background: transparent; border: 0; font-size: .8rem; text-align: left; text-transform: uppercase; cursor: pointer; }
.site-footer small { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); }

.page-intro { padding-top: clamp(5rem, 10vw, 9rem); padding-bottom: 2rem; }
.page-intro h1, .text-page h1, .search-page h1, .company-page h1 { max-width: 950px; margin: 0 0 1.5rem; font: 400 clamp(3.4rem, 7vw, 7rem)/.95 var(--serif); }
.page-intro > p:last-child, .text-page .lead, .company-page .lead { max-width: 760px; color: #4f554d; font: 400 clamp(1.15rem, 2vw, 1.5rem)/1.5 var(--serif); }
.empty-state { padding: 3rem; border: 1px solid var(--line); text-align: center; }
.category-index { border-top: 1px solid var(--line); }
.category-index article { display: grid; grid-template-columns: 80px .65fr 1fr auto; gap: 2rem; align-items: baseline; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.category-index article > span { color: var(--gold); font: 400 1.5rem var(--serif); }
.category-index h2 { margin: 0; font: 400 1.6rem var(--serif); }
.category-index p { margin: 0; color: var(--muted); }

.article-page { padding-bottom: 7rem; }
.article-header { max-width: 1050px; margin: 0 auto; padding: clamp(4rem, 9vw, 8rem) 28px 3rem; text-align: center; }
.article-header h1 { margin: 0; font: 400 clamp(3rem, 6vw, 6.2rem)/.98 var(--serif); }
.article-dek { max-width: 800px; margin: 1.7rem auto; color: #52574e; font: 400 clamp(1.2rem, 2vw, 1.6rem)/1.5 var(--serif); }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.article-hero { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.article-hero img { width: 100%; max-height: 800px; object-fit: cover; object-position: center 28%; }
.article-hero figcaption { padding-top: .5rem; color: var(--muted); font-size: .7rem; }
.article-body { max-width: 720px; margin: 0 auto; padding: 4rem 28px; font: 400 1.08rem/1.85 var(--serif); }
.article-body .lead { font-size: 1.35rem; }
.article-body h2 { margin: 3rem 0 1rem; font: 400 2.1rem/1.15 var(--serif); }
.article-body blockquote { margin: 3rem -6rem; padding: 2rem 0; color: var(--olive-dark); border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); font: 400 2.2rem/1.25 var(--serif); }
.correction-note, .notice { padding: 1rem; background: var(--paper-deep); border-left: 3px solid var(--gold); font: 400 .88rem/1.6 var(--sans); }

.profile-page { max-width: var(--content); display: grid; grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 8rem); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 28px; }
.profile-portrait { align-self: start; position: sticky; top: 2rem; }
.profile-portrait img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.profile-copy h1 { margin: .5rem 0; font: 400 clamp(3rem, 6vw, 5.5rem)/.95 var(--serif); }
.profile-copy h2, .prose h2 { margin: 2.8rem 0 1rem; font: 400 2rem var(--serif); }
.profile-copy .lead { font: 400 1.35rem/1.55 var(--serif); }
.profile-company { color: var(--olive); font-weight: 700; }
.profile-copy dl { margin: 2rem 0; border-top: 1px solid var(--line); }
.profile-copy dl div { display: grid; grid-template-columns: 140px 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.profile-copy dt { color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }
.related-link { display: grid; gap: .35rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.related-link span { color: var(--muted); font-size: .88rem; }
.company-page { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.prose { max-width: 720px; }
.prose p, .text-page .prose { font-size: 1.03rem; line-height: 1.8; }
.prose blockquote { margin: 3rem 0; color: var(--olive); font: 400 2rem/1.25 var(--serif); }
.text-page { max-width: 920px; }
.text-page header { padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.search-page form { max-width: 760px; }
.search-page form label { display: block; margin-bottom: .5rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.search-page form > div { display: flex; gap: .6rem; }
.search-page input { flex: 1; min-width: 0; padding: .8rem; border: 1px solid var(--line); background: #fff; }
.search-results { margin-top: 4rem; }
.search-results section { margin-bottom: 3rem; }
.search-results h2 { font: 400 2rem var(--serif); }
.search-results a { display: grid; gap: .25rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.search-results span { color: var(--muted); }
.not-found { min-height: 65vh; display: grid; place-content: center; justify-items: center; padding: 3rem; text-align: center; }
.not-found > p { margin: 0; color: var(--gold); font: 400 6rem var(--serif); }

.admin-body { min-height: 100vh; display: grid; grid-template-columns: 250px minmax(0, 1fr); color: #f0f1ec; background: #151814; color-scheme: dark; }
.admin-sidebar { min-height: 100vh; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; padding: 1.2rem; color: #fff; background: #080a08; border-right: 1px solid #30352d; }
.admin-sidebar nav { display: grid; gap: .25rem; margin-top: 2.5rem; }
.admin-sidebar nav a, .admin-sidebar > div a { padding: .65rem .8rem; color: #c8cbc2; border-left: 2px solid transparent; }
.admin-sidebar nav a:hover { color: #fff; background: rgba(255,255,255,.05); border-color: var(--gold); }
.admin-sidebar > div { display: grid; margin-top: auto; }
.admin-main { min-width: 0; padding: 2rem clamp(1rem, 4vw, 4rem); background: #151814; }
.admin-page-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.admin-page-header h1 { margin: 0; font: 400 clamp(2rem, 4vw, 3.5rem) var(--serif); }
.admin-page-header p { margin-bottom: 0; }
.admin-body .eyebrow { color: var(--gold); }
.admin-body .panel-heading a, .admin-body .form-actions a, .admin-body .row-actions a { color: var(--gold-light); }
.status-pill { color: #fff; background: var(--olive); }
.stat-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 1rem; margin-bottom: 2rem; }
.stat-grid a, .stat-grid > div { display: grid; gap: .25rem; padding: 1.3rem; background: #20241f; border: 1px solid #373d34; }
.stat-grid strong { font: 400 2.4rem var(--serif); }
.stat-grid span { color: #adb3a8; font-size: .74rem; text-transform: uppercase; }
.admin-panel { background: #20241f; border: 1px solid #373d34; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.25rem; border-bottom: 1px solid #373d34; }
.panel-heading h2 { margin: 0; font: 400 1.5rem var(--serif); }
.data-table { overflow-x: auto; }
.data-table table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: .9rem 1rem; text-align: left; border-bottom: 1px solid #343a31; white-space: nowrap; }
.data-table th { color: #adb3a8; font-size: .69rem; text-transform: uppercase; letter-spacing: .07em; }
.data-table td a { color: var(--gold-light); font-weight: 700; }
.flash { margin-bottom: 1rem; padding: .8rem 1rem; color: #e5eedb; border-left: 3px solid #7b8a3b; background: #293022; }
.flash.error, .form-error { color: #ffd9d9; border-color: #b35a5a; background: #482727; }
.admin-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: 1.5rem; background: #20241f; border: 1px solid #373d34; }
.admin-form.compact { grid-template-columns: repeat(3, 1fr) auto; align-items: end; margin-bottom: 2rem; }
.admin-form label { display: grid; gap: .4rem; align-content: start; }
.admin-form label > span { color: #bcc1b6; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.admin-form input:not([type=checkbox]), .admin-form textarea, .admin-form select, .login-form input { width: 100%; min-height: 44px; padding: .65rem; color: #f7f4ec; border: 1px solid #4a5146; background: #11140f; caret-color: var(--gold-light); }
.admin-form input::placeholder, .admin-form textarea::placeholder, .login-form input::placeholder { color: #8f968a; opacity: 1; }
.admin-form input:focus, .admin-form textarea:focus, .admin-form select:focus, .login-form input:focus { border-color: var(--gold); }
.admin-form textarea { resize: vertical; }
.admin-form .full { grid-column: 1 / -1; }
.admin-header-actions { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; }
.button-secondary { color: #f7f4ec; border-color: #59614f; background: #242921; }
.text-button { padding: 0; color: var(--gold-light); border: 0; background: transparent; font: inherit; cursor: pointer; }
.review-check { display: flex !important; grid-template-columns: none !important; align-items: center; gap: .6rem; }
.circle-admin-nav { position: sticky; top: 0; z-index: 4; padding-block: .65rem; background: #151813; }
.circle-invite-once input { width: 100%; margin-top: .8rem; padding: .75rem; color: #fff; border: 1px solid var(--gold); background: #0c0e0b; }
.data-table td small { display: block; margin-top: .3rem; color: #9da495; }
.form-actions { display: flex; align-items: center; gap: 1rem; padding-top: 1rem; }
.media-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
.media-grid article { padding: .8rem; background: #20241f; border: 1px solid #373d34; }
.media-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; margin-bottom: .7rem; }
.media-grid strong, .media-grid small { display: block; overflow: hidden; text-overflow: ellipsis; }
.media-grid small { color: #adb3a8; }
.login-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr); color: #fff; background: var(--ink); }
.login-mark { display: grid; place-items: center; background: var(--olive-dark); }
.login-mark img { width: min(64%, 440px); height: auto; }
.login-form { align-self: center; position: relative; z-index: 2; width: min(470px, calc(100% - 3rem)); margin: 0 auto; color: #fff; pointer-events: auto; }
.login-form h1 { margin: 0 0 2rem; font: 400 clamp(2.5rem, 5vw, 4.5rem) var(--serif); }
.login-form label { display: block; margin-bottom: .45rem; color: #d5d8cf; }
.login-form input { position: relative; z-index: 3; margin-bottom: 1rem; color: #fff !important; background: #20251f !important; border-color: #596057; caret-color: var(--gold-light); pointer-events: auto; touch-action: manipulation; user-select: text; -webkit-user-select: text; -webkit-text-fill-color: #fff; opacity: 1; }
.login-form input:-webkit-autofill, .login-form input:-webkit-autofill:hover, .login-form input:-webkit-autofill:focus { -webkit-text-fill-color: #fff; box-shadow: 0 0 0 1000px #20251f inset; caret-color: var(--gold-light); }
.login-form .button { width: 100%; margin: .5rem 0 1rem; }
.login-form > a { color: var(--gold-light); font-size: .85rem; }

.admin-login-page { display: block; min-height: 100vh; color: #fff; background: #080a08 !important; }
.admin-login-page .admin-main { min-height: 100vh; padding: 0; background: #080a08 !important; }
.admin-login-page .login-shell { width: 100%; min-height: 100vh; background: #080a08 !important; isolation: isolate; }

/* Phase 2 editorial system */
.phase2-hero { border-bottom: 1px solid rgba(203,169,74,.25); }
.featured-editorial { padding-top: clamp(5rem,9vw,9rem); }
.story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.4rem; }
.story-card { min-width: 0; }
.story-card a { display: flex; height: 100%; flex-direction: column; }
.story-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 25%; filter: saturate(.85); }
.story-card div { flex: 1; display: flex; flex-direction: column; padding: 1.15rem 0 1.4rem; }
.story-card small { margin-top: auto; padding-top: 1rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.latest-stories { padding-top: 2rem; }
.editorial-quote { border-top: 1px solid rgba(203,169,74,.2); border-bottom: 1px solid rgba(203,169,74,.2); }
.category-highlight-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-highlight-grid a { min-height: 250px; display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-highlight-grid span { color: var(--gold); font: 400 1.35rem var(--serif); }
.category-highlight-grid h3 { margin: auto 0 .6rem; font: 400 1.65rem var(--serif); }
.category-highlight-grid p { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
.category-highlight-grid small { color: var(--olive); text-transform: uppercase; }
.why-band { max-width: none; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,8rem); padding: clamp(5rem,9vw,9rem) max(28px,calc((100vw - var(--content))/2)); color: #fff; background: var(--ink); }
.why-band > div:first-child h2 { max-width: 620px; margin: 0; color: var(--gold-light); font: 400 clamp(2.5rem,5vw,5rem)/1.04 var(--serif); }
.why-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; align-self: end; background: rgba(255,255,255,.18); }
.why-points article { min-height: 290px; padding: 1.4rem; background: #11140f; }
.why-points span { color: var(--gold); font: 400 1.5rem var(--serif); }
.why-points h3 { margin: 4.5rem 0 .7rem; font: 400 1.45rem var(--serif); }
.why-points p { margin: 0; color: #b9bdb3; font-size: .88rem; }
.newsletter > div > p:last-child { color: var(--muted); }

/* Premium homepage: dark editorial bands and framed portraiture. */
.home-premium {
  --paper: #0b0d0a;
  --paper-deep: #11150f;
  --muted: #aeb3a8;
  --line: rgba(228, 202, 121, .2);
  color: #eeeee8;
  background: #0b0d0a;
}
.home-premium main { background: #0b0d0a; }
.home-premium .phase2-hero { background: #070907; border-bottom-color: rgba(203,169,74,.45); }
.home-premium .hero-emblem { background: #0e120c; }
.home-premium .hero-emblem::before { inset: 7%; border-color: rgba(228,202,121,.38); box-shadow: 0 0 0 14px rgba(203,169,74,.025); }
.home-premium .featured-editorial,
.home-premium .latest-stories,
.home-premium main > .content-section,
.home-premium main > .newsletter {
  max-width: none;
  padding-left: max(28px, calc((100vw - var(--content)) / 2));
  padding-right: max(28px, calc((100vw - var(--content)) / 2));
}
.home-premium .featured-editorial { background: #10130f; border-bottom: 1px solid var(--line); }
.home-premium .latest-stories { padding-top: clamp(4.5rem,7vw,7rem); background: #090b08; }
.home-premium main > .content-section:not(.olive-band):not(.latest-stories) { background: #10130f; }
.home-premium .section-heading,
.home-premium .section-title-row { border-color: var(--line); }
.home-premium .section-heading p,
.home-premium .section-title-row a,
.home-premium .eyebrow { color: var(--gold-light); }
.home-premium .feature-copy > p { color: #c4c8bf; }
.home-premium .feature-copy .dek { color: #f2f0e8; }
.home-premium .portrait-frame {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: 12px;
  background: #090b08;
  border: 1px solid rgba(228,202,121,.75);
  box-shadow: 0 28px 70px rgba(0,0,0,.36);
}
.home-premium .portrait-frame::before {
  content: '';
  position: absolute;
  inset: -10px 10px 10px -10px;
  z-index: -1;
  border: 1px solid rgba(203,169,74,.32);
}
.home-premium .portrait-frame::after {
  content: '';
  position: absolute;
  right: -11px;
  bottom: -11px;
  width: 58%;
  height: 58%;
  z-index: -1;
  border-right: 1px solid rgba(228,202,121,.5);
  border-bottom: 1px solid rgba(228,202,121,.5);
}
.home-premium .portrait-frame img { position: relative; z-index: 1; }
.home-premium .story-card,
.home-premium .profile-card {
  min-width: 0;
  padding: 10px 10px 0;
  background: #151914;
  border: 1px solid #343b2d;
  box-shadow: 0 16px 38px rgba(0,0,0,.22);
  transition: border-color .2s ease, transform .2s ease;
}
.home-premium .latest-stories .story-grid-1 { max-width: 480px; margin: 0 auto; grid-template-columns: 1fr; }
.home-premium .latest-stories .story-grid-2 { max-width: 980px; margin: 0 auto; grid-template-columns: repeat(2,minmax(0,1fr)); }
.home-premium .story-card:hover,
.home-premium .profile-card:hover { transform: translateY(-3px); border-color: rgba(228,202,121,.65); }
.home-premium .story-card a,
.home-premium .profile-card a { border-bottom: 0; }
.home-premium .story-card img,
.home-premium .profile-card img {
  height: auto;
  border: 1px solid rgba(228,202,121,.58);
  box-shadow: 0 0 0 5px #0b0e0a;
  filter: saturate(.82) contrast(1.03);
}
.home-premium .story-card div,
.home-premium .profile-card div { padding: 1.3rem .45rem 1.4rem; }
.home-premium .story-card span,
.home-premium .profile-card span,
.home-premium .company-card span { color: var(--gold-light); }
.home-premium .story-card h3,
.home-premium .profile-card h3,
.home-premium .company-card h3 { color: #f4f1e8; }
.home-premium .story-card p,
.home-premium .profile-card p,
.home-premium .company-card p,
.home-premium .story-card small { color: #aeb3a8; }
.home-premium .editorial-quote { border-color: rgba(228,202,121,.28); background: #060806; }
.home-premium .olive-band { background: #182011; }
.home-premium .company-grid { gap: 1px; background: rgba(228,202,121,.28); }
.home-premium .company-card { color: #eeeee8; background: #11150f; }
.home-premium .company-card a { border: 1px solid transparent; transition: background .2s ease, border-color .2s ease; }
.home-premium .company-card a:hover { background: #171c14; border-color: rgba(228,202,121,.55); }
.home-premium .category-highlights { background: #0b0d0a !important; }
.home-premium .category-highlight-grid { border-color: var(--line); }
.home-premium .category-highlight-grid a { border-color: var(--line); background: #10130f; transition: background .2s ease; }
.home-premium .category-highlight-grid a:hover { background: #171c14; }
.home-premium .category-highlight-grid p { color: #aeb3a8; }
.home-premium .category-highlight-grid small { color: var(--gold-light); }
.home-premium .why-band { border-top: 1px solid rgba(228,202,121,.26); border-bottom: 1px solid rgba(228,202,121,.26); background: #070907; }
.home-premium .newsletter { color: #eeeee8; background: #12170f; border-bottom: 1px solid rgba(228,202,121,.22); }
.home-premium .newsletter > div > p:last-child,
.home-premium .newsletter small { color: #aeb3a8; }
.home-premium .newsletter input { color: #d7d9d2; border-color: #46503e; background: #090b08; }
.home-premium .newsletter button { color: #8f948a; border: 1px solid #46503e; background: #171b15; }

.social-video-band { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.9fr); gap: clamp(3rem,7vw,7rem); padding: clamp(5rem,9vw,8rem) max(28px,calc((100vw - var(--content))/2)); color: #eeeee8; background: #0e120c; border-bottom: 1px solid rgba(228,202,121,.22); }
.social-presence h2 { max-width: 650px; margin: 0 0 1rem; font: 400 clamp(2.4rem,4.7vw,4.8rem)/1.02 var(--serif); }
.social-presence > p:not(.eyebrow) { max-width: 620px; color: #aeb3a8; }
.social-platform-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 2.2rem; background: rgba(228,202,121,.22); border: 1px solid rgba(228,202,121,.22); }
.social-platform-grid > a,.social-platform-grid > span { min-height: 94px; display: grid; align-content: center; gap: .2rem; padding: 1rem 1.2rem; background: #121710; }
.social-platform-grid > a:hover { background: #1b2217; }
.social-platform-grid strong { font: 400 1.25rem var(--serif); }
.social-platform-grid a span,.social-platform-grid small { color: var(--gold-light); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.social-platform-grid .social-placeholder { color: #858a80; }
.social-platform-grid .social-placeholder small { color: #72786c; }
.youtube-feature { min-width: 0; align-self: stretch; }
.youtube-feature .video-consent { width: 100%; height: 100%; min-height: 420px; margin: 0; }
.video-placeholder { min-height: 100%; display: grid; grid-template-columns: 84px minmax(0,1fr); gap: 1.5rem; align-items: center; padding: clamp(2rem,5vw,4rem); border: 1px solid rgba(228,202,121,.45); background: #070907; }
.video-placeholder > span { width: 72px; height: 72px; display: grid; place-items: center; color: #090b08; background: var(--gold-light); border-radius: 50%; font-size: 1.35rem; }
.video-placeholder h2 { margin: .4rem 0 1rem; font: 400 clamp(2rem,3.3vw,3.4rem)/1.05 var(--serif); }
.video-placeholder p:not(.eyebrow) { color: #aeb3a8; }
.faq-list { margin-top: 2rem; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 1.25rem 2rem 1.25rem 0; font: 400 1.35rem var(--serif); }
.faq-list details p { max-width: 720px; margin: 0 0 1.5rem; color: var(--muted); }

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) { color-scheme: dark; }
}

html[data-theme="dark"] { --muted: #aeb3a8; --line: rgba(228,202,121,.2); color-scheme: dark; }
html[data-theme="dark"] body { color: #eeeee8; background: #0b0d0a; }
html[data-theme="dark"] main { background: #0b0d0a; }
html[data-theme="dark"] .feature-copy > p,
html[data-theme="dark"] .page-intro > p:last-child,
html[data-theme="dark"] .text-page .lead,
html[data-theme="dark"] .company-page .lead,
html[data-theme="dark"] .article-dek { color: #c4c8bf; }
html[data-theme="dark"] .editorial-band,
html[data-theme="dark"] .content-section,
html[data-theme="dark"] .page-intro,
html[data-theme="dark"] .text-page,
html[data-theme="dark"] .search-page,
html[data-theme="dark"] .company-page,
html[data-theme="dark"] .profile-page,
html[data-theme="dark"] .article-page { background: #0b0d0a; }
html[data-theme="dark"] .profile-card,
html[data-theme="dark"] .story-card,
html[data-theme="dark"] .company-card,
html[data-theme="dark"] .podcast-card,
html[data-theme="dark"] .entity-panel { color: #eeeee8; background: #121710; }
html[data-theme="dark"] .category-list a,
html[data-theme="dark"] .category-highlight-grid a,
html[data-theme="dark"] .no-results,
html[data-theme="dark"] .verification-panel,
html[data-theme="dark"] .article-conclusion,
html[data-theme="dark"] .integration-placeholder { color: #eeeee8; background: #121710; }
html[data-theme="dark"] .verification-panel.is-verified { background: #172113; }
html[data-theme="dark"] .verification-panel.is-unverified { background: #211f18; }
html[data-theme="dark"] .company-monogram { background: #070907; }
html[data-theme="dark"] .search-page input,
html[data-theme="dark"] .podcast-filters select,
html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select { color: #eeeee8; border-color: #46503e; background: #10140f; }
html[data-theme="dark"] .share-links a,
html[data-theme="dark"] .share-links button,
html[data-theme="dark"] .content-connections a { color: #eeeee8; background: #121710; }
html[data-theme="dark"] .content-connections { background: #343b2d; }
html[data-theme="dark"] .correction-note,
html[data-theme="dark"] .notice { color: #d9d9d1; background: #171b15; }
html[data-theme="dark"] .article-body blockquote,
html[data-theme="dark"] .prose blockquote,
html[data-theme="dark"] .profile-company,
html[data-theme="dark"] .section-title-row a,
html[data-theme="dark"] .breadcrumbs a,
html[data-theme="dark"] .article-meta a { color: var(--gold-light); }
html[data-theme="dark"] .pagination a { border-color: #46503e; }

.premium-footer { grid-template-columns: 1.5fr repeat(3,minmax(130px,.65fr)); gap: 3rem; }
.premium-footer .footer-brand { display: flex; gap: 1rem; align-items: flex-start; }
.premium-footer .footer-brand img { flex: 0 0 auto; }
.premium-footer h2 { margin: 0 0 1rem; color: var(--gold-light); font: 400 1rem var(--serif); }
.premium-footer nav,.premium-footer > div:last-of-type { display: grid; grid-template-columns: 1fr; gap: .5rem; align-content: start; }
.premium-footer a { color: #c9ccc3; font-size: .8rem; }
.premium-footer > div:last-of-type p { margin: 0; color: #989d93; font-size: .8rem; }

.preview-banner { position: sticky; top: 0; z-index: 50; padding: .65rem 1rem; color: #fff; background: #7a4d00; text-align: center; font-weight: 800; }
.breadcrumbs { display: flex; justify-content: center; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.breadcrumbs a { color: var(--olive); }
.article-meta a { color: var(--olive); font-weight: 800; }
.updated-label { color: #fff; background: var(--olive); padding: .18rem .45rem; }
.article-hero figcaption { display: flex; justify-content: space-between; gap: 1rem; }
.article-layout { max-width: 1040px; display: grid; grid-template-columns: 220px minmax(0,720px); gap: clamp(2rem,6vw,6rem); margin: 0 auto; padding: 4rem 28px; }
.article-layout .article-body { margin: 0; padding: 0; }
.article-aside { align-self: start; position: sticky; top: 2rem; }
.author-mini { display: grid; gap: .5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.author-mini img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; }
.author-mini strong { font: 400 1.2rem var(--serif); }
.author-mini span { color: var(--muted); font-size: .75rem; }
.share-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem; padding-top: 1.3rem; }
.share-links > span { color: var(--muted); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.share-links > span { grid-column: 1 / -1; }
.share-links a,.share-links button { display: inline-flex; min-height: 42px; padding: .65rem .75rem; align-items: center; justify-content: center; color: var(--ink); border: 1px solid var(--line); background: #fff; font: inherit; font-size: .78rem; font-weight: 800; text-align: center; cursor: pointer; }
.share-links a:hover,.share-links button:hover { color: #fff; background: var(--olive); border-color: var(--olive); }
.phase2-article .article-body h2 { margin-top: 3.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.media-rights { margin-top: 2rem; padding: 1rem 0; border-top: 1px solid var(--line); color: var(--muted); font: 400 .82rem var(--sans); }
.media-rights summary { cursor: pointer; color: var(--olive); font-weight: 800; }
.related-entities { max-width: var(--content); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem; margin: 0 auto; padding: 2rem 28px 5rem; }
.entity-panel { min-height: 170px; display: flex; align-items: center; gap: 1.3rem; padding: 1.25rem; border: 1px solid var(--line); }
.entity-panel img { width: 120px; height: 120px; object-fit: cover; }
.entity-panel > span:last-child { display: grid; gap: .4rem; }
.entity-panel strong { font: 400 1.6rem var(--serif); }
.entity-panel small { color: var(--muted); }
.company-entity .company-monogram { flex: 0 0 80px; width: 80px; height: 80px; }
.related-stories { border-top: 1px solid var(--line); }

.profile-portrait > p { margin: .6rem 0 0; color: var(--muted); font-size: .7rem; }
.expertise-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.5rem 0 2rem; }
.expertise-tags span { padding: .45rem .65rem; color: var(--olive-dark); border: 1px solid #aab283; background: #e6e9d5; font-size: .72rem; font-weight: 800; }
.verification-panel { margin: 2.5rem 0; padding: 1.5rem; border: 1px solid var(--line); }
.verification-panel.is-verified { border-color: #71803a; background: #e5ead1; }
.verification-panel.is-unverified { border-color: #a69b7b; background: #ece8dc; }
.verification-panel h2 { margin: 0 0 .6rem; font: 800 1.15rem var(--sans); }
.verification-panel ul { display: grid; gap: .35rem; margin: 1rem 0 0; padding: 0; list-style: none; font-size: .8rem; }
.verification-panel li::before { content: '○'; display: inline-block; width: 1.4rem; color: #8a7951; }
.verification-panel li.yes::before { content: '✓'; color: var(--olive); }
.profile-links { margin: 2rem 0; }
.profile-links > a { display: inline-block; margin: 0 .7rem .5rem 0; color: var(--olive); border-bottom: 1px solid var(--olive); }
.muted-note { color: var(--muted); font-size: .88rem; }

.company-logo-shell { margin-bottom: 2rem; }
.company-facts { margin-top: 2rem; border-top: 1px solid var(--line); }
.company-facts div { display: grid; grid-template-columns: 120px 1fr; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.company-facts dt { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.integration-placeholder { margin-top: 3rem; padding: 1.5rem; border: 1px dashed #9a936f; background: #ebe7d9; }
.integration-placeholder h2 { margin-top: 0; }
.inactive-status { display: inline-block; padding: .3rem .55rem; color: #665b3c; background: #ddd5bf; font-size: .7rem; font-weight: 800; text-transform: uppercase; }

.no-results { margin-top: 4rem; padding: 3rem; border: 1px solid var(--line); text-align: center; }
.no-results > span { color: var(--gold); font: 400 4rem var(--serif); }
.no-results h2 { margin: .3rem 0; font: 400 2rem var(--serif); }
.error-page { min-height: 65vh; display: grid; place-content: center; justify-items: center; padding: 3rem 28px; text-align: center; }
.error-page .error-code { margin: 0; color: var(--gold); font: 400 clamp(5rem,12vw,10rem)/1 var(--serif); }
.error-page h1 { margin: .5rem 0; font: 400 clamp(2.2rem,5vw,4.2rem) var(--serif); }
.error-page > p:not(.error-code) { max-width: 620px; color: var(--muted); }
.error-page > div { display: flex; gap: 1.5rem; align-items: center; margin-top: 1rem; }

.admin-role { padding: .4rem .8rem; color: var(--gold-light); font-size: .65rem; text-transform: uppercase; }
.workflow-status { display: inline-block; padding: .25rem .45rem; font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.status-draft { color: #4d5350; background: #e2e5e1; }
.status-review { color: #725400; background: #f3e5ad; }
.status-published { color: #2d541f; background: #dcebd4; }
.status-archived { color: #782f2f; background: #eed8d8; }
.row-actions { display: flex; gap: .8rem; }
.review-checklist,.settings-toggles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .7rem; margin: .5rem 0; padding: 1.2rem; border: 1px solid #4a5146; }
.review-checklist legend,.settings-toggles legend { padding: 0 .5rem; font: 400 1.3rem var(--serif); }
.review-checklist label,.settings-toggles label { display: flex; grid-template-columns: none; align-items: center; gap: .55rem; }
.review-checklist p,.settings-toggles p { grid-column: 1/-1; margin: .4rem 0 0; color: #adb3a8; font-size: .8rem; }
.media-upload-form { margin-bottom: 2rem; }
.editorial-credits { display: grid; gap: .55rem; margin: 1.4rem 0 0; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.editorial-credits div { display: grid; gap: .15rem; }
.editorial-credits dt { color: var(--muted); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.editorial-credits dd { margin: 0; font: 400 1rem var(--serif); }
.article-conclusion { margin-top: 3rem; padding: 1.5rem; border: 1px solid var(--line); background: #ebe8dc; }
.article-conclusion h2 { margin-top: 0 !important; padding-top: 0 !important; border-top: 0 !important; }
.admin-signout { padding: 0; color: #c9ccc3; border: 0; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.admin-filters { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1.25rem; }
.admin-filters a { padding: .5rem .7rem; color: #d9ddd4; border: 1px solid #4a5146; background: #20241f; font-size: .75rem; font-weight: 800; }
.admin-filters a.active { color: #fff; border-color: var(--olive); background: var(--olive); }
.admin-empty { margin: 0; padding: 2rem; color: #adb3a8; text-align: center; }
.danger-zone { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 2rem; padding: 1.2rem; border: 1px solid #814c4c; background: #321f1f; }
.danger-zone p { margin: .25rem 0 0; color: #e2b8b8; font-size: .82rem; }
.danger-zone a,.danger-button { color: #fff; border: 0; background: #8b2e2e; padding: .7rem 1rem; font-weight: 800; cursor: pointer; }
.cleanup-summary { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: #373d34; }
.cleanup-summary div { display: grid; gap: .25rem; padding: 1.5rem; background: #20241f; }
.cleanup-summary strong { font: 400 2.5rem var(--serif); }
.cleanup-summary span { color: #adb3a8; text-transform: uppercase; }
.danger-form { margin-top: 1.5rem; border-color: #c78686; }

.podcast-home-band,.featured-podcast { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: clamp(2rem,5vw,5rem); align-items: center; padding: clamp(2rem,5vw,5rem) max(24px,calc((100vw - var(--content))/2)); background: #11150f; color: #f2f0e8; }
.podcast-home-band .podcast-cover,.featured-podcast img { aspect-ratio: 16/9; overflow: hidden; border: 1px solid rgba(214,179,74,.4); }
.podcast-home-band img,.featured-podcast img,.podcast-thumbnail img,.podcast-card img { width: 100%; height: 100%; object-fit: cover; }
.podcast-home-band h2,.featured-podcast h2 { margin: .4rem 0 1rem; font: 400 clamp(2.2rem,5vw,4.8rem)/1 var(--serif); }
.podcast-home-band .byline { color: #c7cbbd; }
.podcast-home-band .button,.featured-podcast .button { margin-top: 1.2rem; }
.podcast-intro { padding-bottom: 2rem; }
.podcast-filters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)) auto; gap: 1rem; align-items: end; max-width: var(--content); margin: 0 auto 3rem; padding: 0 24px; }
.podcast-filters label { display: grid; gap: .4rem; }
.podcast-filters label span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.podcast-filters select { min-height: 46px; padding: .65rem; border: 1px solid #cfd4c8; background: #fff; }
.featured-podcast { max-width: var(--content); margin: 0 auto 3rem; padding: 2rem; grid-template-columns: .8fr 1.2fr; }
.featured-podcast img { grid-column: 2; grid-row: 1; }
.podcast-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.4rem; }
.podcast-card { background: #fff; border-bottom: 2px solid var(--olive); }
.podcast-card > a { display: grid; height: 100%; color: inherit; }
.podcast-card-image { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #11150f; }
.podcast-card-image > span { position: absolute; right: .65rem; bottom: .65rem; padding: .25rem .45rem; color: #fff; background: rgba(0,0,0,.8); font-size: .72rem; }
.podcast-card > a > div:last-child { padding: 1.2rem; }
.podcast-card h2 { margin: .4rem 0 .7rem; font: 400 1.7rem/1.08 var(--serif); }
.podcast-page { padding-bottom: 4rem; }
.podcast-hero { max-width: 980px; margin: 0 auto; padding: clamp(4rem,8vw,7rem) 24px 3rem; text-align: center; }
.podcast-hero h1 { margin: 1rem 0; font: 400 clamp(3rem,7vw,6.8rem)/.96 var(--serif); }
.podcast-thumbnail { max-width: 1180px; aspect-ratio: 16/9; margin: 0 auto; overflow: hidden; }
.video-consent { display: grid; place-items: center; width: min(1180px,calc(100% - 48px)); aspect-ratio: 16/9; margin: 2rem auto; padding: 2rem; text-align: center; color: #fff; background: #10140f; border: 1px solid #4f5942; }
.video-consent iframe { width: 100%; height: 100%; border: 0; }
.video-consent.is-loaded { padding: 0; }
.interview-video { margin-top: 3rem; margin-bottom: 3rem; }
.interview-video-link { margin: 2rem auto; text-align: center; }
.podcast-audio,.podcast-content,.content-connections { max-width: 980px; margin: 2rem auto; padding-inline: 24px; }
.podcast-audio audio { width: 100%; }
.podcast-content { display: grid; grid-template-columns: minmax(0,1fr) 220px; gap: 4rem; }
.podcast-aside { align-self: start; position: sticky; top: 2rem; }
.podcast-host { display: grid; gap: .35rem; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #d6dacd; }
.selected-quotes blockquote { margin: 2rem 0; font: 400 2rem/1.2 var(--serif); }
.transcript { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #ccd1c5; }
.content-connections { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: #cfd3c8; }
.content-connections a { display: grid; gap: .4rem; min-height: 120px; padding: 1.2rem; color: var(--ink); background: #fff; }
.content-connections span { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.connected-callout { display: flex; justify-content: center; gap: 1rem; padding: .8rem 24px; color: #fff; background: var(--olive); }
.connected-callout a { color: var(--gold-light); font-weight: 800; }
.author-page { display: grid; grid-template-columns: 320px minmax(0,650px); gap: 4rem; max-width: 1050px; margin: 0 auto; padding: 5rem 24px; }
.author-page img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.author-page h1 { margin: .5rem 0; font: 400 4rem/1 var(--serif); }
.content-summary { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 1px; background: #373d34; }
.content-summary div { display: grid; gap: .25rem; padding: 1rem; background: #20241f; }
.content-summary strong { font: 400 2rem var(--serif); }
.content-summary span { color: #adb3a8; font-size: .72rem; text-transform: uppercase; }
.launch-warning { margin-bottom: 1.5rem; padding: 1rem 1.2rem; color: #f0d9a6; background: #392d18; border: 1px solid #9b7839; }
.launch-warning p { margin: .25rem 0 0; }
.readiness-board { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin: 2rem 0; }
.readiness-board > .panel-heading { grid-column: 1/-1; }
.readiness-board article { padding: 1rem; background: #20241f; border: 1px solid #373d34; }
.readiness-board article h3 { margin-top: 0; }
.readiness-board article > div { display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; padding: .6rem 0; border-top: 1px solid #343a31; }
.readiness-board article small { grid-column: 1/-1; color: #adb3a8; overflow-wrap: anywhere; }
.readiness-ready { color: #94c68b; }.readiness-review { color: #e1c374; }.readiness-missing { color: #e78d8d; }
.pagination { display: flex; gap: .5rem; justify-content: center; margin-top: 2rem; }
.pagination a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #cfd4c8; }
.pagination a.active { color: #fff; background: var(--olive); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: .7rem; padding-inline: 20px; }
  .nav-toggle { display: block; order: 2; }
  .header-actions { order: 3; }
  .primary-nav { display: none; position: absolute; inset: 100% 0 auto; flex-direction: column; padding: 1.2rem 20px 1.5rem; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
  .primary-nav.is-open { display: flex; }
  .hero { min-height: 800px; grid-template-columns: 1fr; grid-template-rows: auto 42%; }
  .hero-copy { padding: 5rem 28px 2rem; }
  .hero-emblem img { width: min(72%, 430px); }
  .card-grid, .company-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .feature-grid, .profile-page, .company-page { grid-template-columns: 1fr; }
  .profile-portrait { position: static; max-width: 640px; }
  .article-body blockquote { margin-inline: 0; }
  .category-index article { grid-template-columns: 50px 1fr; }
  .category-index article p, .category-index article small { grid-column: 2; }
  .admin-body { grid-template-columns: 1fr; }
  .admin-sidebar { min-height: auto; height: auto; position: static; }
  .admin-sidebar nav { grid-template-columns: repeat(4, 1fr); margin-top: 1rem; }
  .admin-sidebar > div { grid-template-columns: auto auto; margin-top: 1rem; }
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
  .media-grid { grid-template-columns: repeat(3, 1fr); }
  .story-grid,.category-highlight-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .why-band { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
  .premium-footer { grid-template-columns: repeat(3,1fr); }
  .premium-footer .footer-brand { grid-column: 1/-1; }
  .podcast-home-band,.featured-podcast { grid-template-columns: 1fr; }
  .featured-podcast img { grid-column: 1; grid-row: auto; }
  .podcast-grid,.readiness-board { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .content-summary { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .podcast-content { grid-template-columns: 1fr; gap: 2rem; }
  .podcast-aside { position: static; }
  .author-page { grid-template-columns: 240px 1fr; gap: 2rem; }
  .social-video-band { grid-template-columns: 1fr; }
  .youtube-feature { min-height: 430px; }
}

@media (max-width: 640px) {
  .brand span { font-size: 1rem; }
  .brand img { width: 42px; height: 42px; }
  .search-link { display: none; }
  .hero { min-height: calc(100svh - 72px); max-height: none; grid-template-rows: auto 36%; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .section-heading { grid-template-columns: 1fr; gap: .8rem; }
  .feature-grid { gap: 2rem; }
  .card-grid, .company-grid { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: minmax(0, 1fr); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer small { grid-column: auto; }
  .profile-copy dl div { grid-template-columns: 1fr; }
  .article-header h1, .page-intro h1, .text-page h1, .company-page h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .article-hero { padding: 0; }
  .article-hero figcaption { padding-inline: 20px; }
  .search-page form > div { flex-direction: column; }
  .admin-main { padding: 1rem; }
  .admin-sidebar nav { grid-template-columns: repeat(2, 1fr); }
  .admin-page-header { align-items: flex-start; flex-direction: column; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-form, .admin-form.compact { grid-template-columns: 1fr; }
  .admin-form .full { grid-column: auto; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .login-shell { grid-template-columns: 1fr; }
  .login-mark { display: none; }
  .story-grid,.category-highlight-grid,.why-points,.related-entities { grid-template-columns: 1fr; }
  .home-premium .latest-stories .story-grid-2 { max-width: none; grid-template-columns: 1fr; }
  .why-points article { min-height: 220px; }
  .article-aside { grid-template-columns: 1fr; }
  .article-hero figcaption { flex-direction: column; }
  .entity-panel { align-items: flex-start; }
  .premium-footer { grid-template-columns: 1fr; }
  .premium-footer .footer-brand { grid-column: auto; }
  .review-checklist,.settings-toggles { grid-template-columns: 1fr; }
  .danger-zone { align-items: flex-start; flex-direction: column; }
  .cleanup-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .podcast-home-band { padding-inline: 20px; }
  .podcast-filters,.podcast-grid,.readiness-board,.content-connections,.author-page { grid-template-columns: 1fr; }
  .podcast-filters { padding-inline: 20px; }
  .featured-podcast { margin-inline: 20px; }
  .podcast-hero h1 { font-size: clamp(2.7rem,13vw,4.2rem); }
  .video-consent { width: 100%; min-height: 300px; aspect-ratio: auto; }
  .content-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .author-page h1 { font-size: 3rem; }
  .social-platform-grid { grid-template-columns: 1fr; }
  .youtube-feature { min-height: 0; }
  .video-placeholder { min-height: 360px; grid-template-columns: 1fr; align-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
