:root {
  --po4or-red: #ef3538;
  --ink: #222326;
  --muted: #6e7074;
  --paper: #ffffff;
  --soft: #f4f4f2;
  --line: #deded9;
  --header-h: 132px;
  --display: "Manrope", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  --reading: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.panel-open { overflow: hidden; }
/* PO4OR typography system: calm, editorial, and mobile-first */
.sticky-caption h1, .sticky-caption h2,
.rail-copy h2,
.standard-card h2, .article-page h1,
.drawer nav a, .search-panel label {
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-synthesis: none;
}
.rail-copy h2, .sticky-caption h1, .sticky-caption h2 {
  overflow-wrap: normal;
  hyphens: none;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input { font: inherit; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3vw; }
.brand img { width: clamp(190px, 23vw, 320px); height: auto; }
.icon-button { width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; }
.menu-button { justify-self: start; padding: 9px; }
.menu-button span { display: block; height: 1.5px; background: var(--ink); margin: 9px 0; }
.search-button { justify-self: end; position: relative; }
.search-icon { display: block; width: 17px; height: 17px; border: 2px solid var(--ink); border-radius: 50%; margin: auto; position: relative; }
.search-icon::after { content: ""; position: absolute; width: 8px; height: 2px; background: var(--ink); transform: rotate(45deg); right: -6px; bottom: -3px; }
.desktop-nav { height: 40px; display: flex; align-items: center; justify-content: center; gap: 38px; border-top: 1px solid #f0f0ee; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -13px; height: 2px; background: var(--po4or-red); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }

.editorial-chapter { padding: 44px max(3vw, 24px); border-bottom: 1px solid var(--line); }
.section-soft { background: var(--soft); }
.chapter-grid { max-width: 1460px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: clamp(32px, 5vw, 78px); align-items: stretch; }
.chapter-right .chapter-grid { grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr); }
.sticky-feature { min-width: 0; position: relative; align-self: stretch; height: 100%; }
.sticky-media { position: sticky; top: var(--header-h); display: block; height: calc(100vh - var(--header-h)); min-height: 560px; overflow: hidden; background: #ddd; }
.sticky-media img { width: 100%; height: 100%; object-fit: cover; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(0,0,0,.74) 100%); }
.sticky-caption { position: absolute; left: clamp(24px, 4vw, 62px); right: clamp(24px, 4vw, 62px); bottom: clamp(28px, 5vh, 64px); color: #fff; }
.sticky-caption h1, .sticky-caption h2 { font-family: var(--display); font-weight: 500; font-size: clamp(38px, 4.15vw, 64px); line-height: 1.04; letter-spacing: -.032em; margin: 12px 0 0; max-width: 12ch; text-wrap: balance; }
.sticky-caption h2 { font-size: clamp(34px, 3.75vw, 56px); }
.eyebrow { display: inline-block; color: var(--po4or-red); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #fff; }
.editorial-rail { padding: 7vh 0 18vh; display: grid; gap: clamp(54px, 12vh, 128px); }
.rail-card { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.rail-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.rail-copy h2 { font-family: var(--display); font-weight: 500; font-size: clamp(27px, 2.35vw, 39px); line-height: 1.12; letter-spacing: -.027em; margin: 10px 0 12px; text-wrap: balance; }
.rail-copy p { color: #4f5154; line-height: 1.55; max-width: 50ch; margin: 0 0 16px; font-size: 15px; }
.meta { color: var(--muted); font-size: 10px; letter-spacing: .13em; }
.rail-card-compact img { aspect-ratio: 16 / 10; }

.archive-band { background: #242526; color: #fff; padding: 34px max(3vw, 24px); }
.archive-inner { max-width: 1460px; margin: auto; display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 36px; }
.archive-inner h2 { font-family: var(--sans); font-size: 24px; text-transform: uppercase; letter-spacing: .16em; margin: 0; }
.archive-inner form { display: flex; }
.archive-inner input { flex: 1; min-width: 0; border: 0; padding: 18px 20px; background: #fff; }
.archive-inner button { border: 0; background: var(--po4or-red); color: #fff; padding: 0 38px; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .1em; }

.site-footer { padding: 52px max(3vw, 24px) 24px; }
.footer-inner { max-width: 1460px; margin: auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.footer-brand img { width: 230px; }
.footer-brand p { color: var(--muted); }
.site-footer h3 { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.site-footer a { display: block; color: #555; margin: 10px 0; font-size: 13px; }
.footer-bottom { max-width: 1460px; margin: 40px auto 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .12em; }

.drawer, .search-panel { position: fixed; inset: 0; z-index: 100; background: rgba(255,255,255,.985); opacity: 0; visibility: hidden; transition: .2s ease; padding: 28px 5vw; }
.drawer.is-open, .search-panel.is-open { opacity: 1; visibility: visible; }
.drawer-close, .search-close { float: right; border: 0; background: transparent; font-size: 42px; cursor: pointer; }
.drawer nav { display: grid; gap: 18px; max-width: 760px; margin: 12vh auto 0; }
.drawer nav a { font-family: var(--display); font-weight: 500; font-size: clamp(34px, 5.4vw, 68px); line-height: 1.08; letter-spacing: -.025em; }
.search-panel form { max-width: 900px; margin: 20vh auto 0; }
.search-panel label { display: block; font-family: var(--display); font-weight: 500; font-size: clamp(32px, 4.6vw, 58px); letter-spacing: -.02em; margin-bottom: 24px; }
.search-panel form > div { display: flex; }
.search-panel input { flex: 1; min-width: 0; padding: 19px; border: 1px solid var(--ink); }
.search-panel button { border: 0; background: var(--ink); color: #fff; padding: 0 28px; }

.standard-page, .article-page { padding: 60px max(3vw, 24px); }
.standard-inner, .article-inner { max-width: 1040px; margin: auto; }
.standard-card { margin-bottom: 50px; }
.standard-card h2, .article-page h1 { font-family: var(--display); font-weight: 500; letter-spacing: -.025em; }
.article-page h1 { font-size: clamp(40px, 5.5vw, 76px); line-height: 1.04; text-wrap: balance; }
.article-hero { margin: 36px 0; }
.article-content { max-width: 760px; margin: 0 auto; font-family: var(--reading); font-size: 21px; line-height: 1.72; }

@media (max-width: 900px) {
  :root { --header-h: 94px; }
  .site-header { position: sticky; top: 0; }
  .header-inner { height: 94px; padding: 0 18px; }
  .brand img { width: min(47vw, 230px); }
  .desktop-nav { display: none; }
  .editorial-chapter { padding: 28px 0 42px; }
  .chapter-grid, .chapter-right .chapter-grid { display: flex; flex-direction: column; gap: 0; }
  .chapter-right .chapter-grid .editorial-rail { order: 2; }
  .chapter-right .chapter-grid .sticky-feature { order: 1; }
  .sticky-feature, .editorial-rail { width: 100%; }
  .sticky-media { position: relative; top: auto; height: auto; min-height: 0; overflow: visible; background: transparent; }
  .sticky-media img { height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
  .image-shade { display: none; }
  .sticky-caption { position: static; color: var(--ink); padding: 20px 22px 32px; }
  .sticky-caption .eyebrow.light { color: var(--po4or-red); }
  .sticky-caption h1, .sticky-caption h2 { font-size: clamp(36px, 8.8vw, 48px); line-height: 1.08; max-width: none; margin-top: 8px; }
  .editorial-rail { padding: 4px 22px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px 18px; }
  .rail-card { display: block; padding-bottom: 24px; }
  .rail-card img, .rail-card-compact img { aspect-ratio: 4 / 3; }
  .rail-copy h2 { font-size: clamp(21px, 5.4vw, 28px); line-height: 1.16; margin: 9px 0 0; }
  .rail-copy p, .meta { display: none; }
  .archive-inner { grid-template-columns: 1fr; gap: 22px; }
  .archive-inner form { display: grid; }
  .archive-inner input { width: 100%; }
  .archive-inner button { padding: 17px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .article-content { font-size: 19px; }
}
@media (max-width: 520px) {
  .editorial-rail { grid-template-columns: 1fr; }
  .rail-card { display: grid; grid-template-columns: 41% 1fr; gap: 14px; align-items: start; }
  .rail-copy h2 { font-size: 20px; line-height: 1.18; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
/* Taba Bridge editorial additions */
.reading-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:120;background:transparent}.reading-progress span{display:block;width:0;height:100%;background:#ef3838}
.article-page{padding-top:clamp(110px,12vw,170px)}.article-shell{max-width:1260px;margin:auto;padding:0 32px 100px}.article-header{max-width:980px;margin:0 auto 48px;text-align:center}.article-kicker,.article-meta{font-family:Manrope,sans-serif;text-transform:uppercase;letter-spacing:.14em;font-size:12px}.article-kicker{color:#ef3838;font-weight:700}.article-header h1{font-family:Manrope,sans-serif;font-size:clamp(42px,6vw,88px);line-height:.99;font-weight:500;letter-spacing:-.045em;margin:18px 0}.article-dek{max-width:760px;margin:0 auto 22px;font:400 21px/1.55 Manrope,sans-serif;color:#555}.article-hero{margin:0 0 60px}.article-hero img{width:100%;max-height:78vh;object-fit:cover}.article-layout{display:grid;grid-template-columns:120px minmax(0,760px);justify-content:center;gap:50px}.article-tools{position:sticky;top:150px;height:max-content;display:flex;flex-direction:column;gap:14px;font:600 11px/1.2 Manrope,sans-serif;text-transform:uppercase;letter-spacing:.12em}.article-tools a,.article-tools button{background:none;border:0;padding:0;text-align:left;color:#222;cursor:pointer}.article-content{font:400 20px/1.75 'Source Serif 4',serif}.article-content h2,.article-content h3{font-family:Manrope,sans-serif;line-height:1.12;font-weight:600}.article-content img{max-width:100%;height:auto}.article-content figure{margin:42px 0}.article-content blockquote{font-size:1.5em;line-height:1.4;border-left:3px solid #ef3838;padding-left:24px;margin:45px 0}
@media(max-width:760px){.article-shell{padding:0 22px 70px}.article-header{text-align:left}.article-header h1{font-size:clamp(40px,12vw,64px);line-height:1.02}.article-dek{font-size:18px}.article-layout{display:block}.article-tools{position:static;flex-direction:row;margin-bottom:30px}.article-content{font-size:18px;line-height:1.7}}
