:root {
  --ink: #171717;
  --muted: #707070;
  --line: #eaeaea;
  --soft: #f2f1ef;
  --paper: #fff;
  --accent: #f75a38;
  --accent-dark: #e74728;
  --rail: 160px;
  --feed: min(480px, 30%);
  --content: 864px;
  --display: "Overpass", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "Overpass Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  --serif: "Piazzolla", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--display); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open, body.search-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 35%, transparent); text-underline-offset: .2em; }
a:hover { color: var(--accent-dark); }
button, input, textarea, select { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 65%, transparent); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); background: #fff; color: #111; padding: 10px 14px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }

.site-rail { position: fixed; inset: 0 auto 0 0; width: var(--rail); z-index: 30; display: flex; flex-direction: column; overflow-y: auto; background: #fff; border-right: 1px solid var(--line); }
.site-rail, .editorial-feed { scrollbar-width: none; }
.site-rail::-webkit-scrollbar, .editorial-feed::-webkit-scrollbar { display: none; }
.brand-tile { display: grid; place-items: center; width: 100%; height: 145px; flex: 0 0 145px; background: #fff; border-bottom: 1px solid var(--line); overflow: hidden; }
.brand-tile img { width: 112px; height: 112px; object-fit: contain; }
.rail-nav { display: flex; flex-direction: column; align-items: center; padding: 27px 16px 22px; gap: 28px; }
.rail-nav a { position: relative; width: fit-content; text-align: center; text-decoration: none; font-size: 13px; font-weight: 700; line-height: 24px; letter-spacing: 0; text-transform: uppercase; transition: color .2s ease; }
.rail-nav a::after { position: absolute; right: 0; bottom: -3px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.rail-nav a:hover::after, .rail-nav a:focus-visible::after, .rail-nav a.is-active::after { transform: scaleX(1); }
.rail-nav a.is-active { color: var(--accent-dark); }
.rail-bottom { margin-top: auto; padding: 20px 24px 24px; border-top: 1px solid var(--line); }
.rail-utility { display: flex; flex-direction: column; gap: 8px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.rail-utility a, .rail-utility button { padding: 0; border: 0; background: none; text-align: left; text-decoration: none; color: var(--muted); font-size: 12px; }
.rail-utility form { display: contents; }
.language-menu { position: relative; margin-top: 16px; }
.language-menu__trigger { width: 100%; min-height: 38px; display: grid; grid-template-columns: 22px 1fr 12px; gap: 9px; align-items: center; padding: 7px 9px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); text-align: left; font-size: 11px; font-weight: 750; letter-spacing: .045em; }
.language-menu__trigger:hover, .language-menu__trigger[aria-expanded="true"] { border-color: #bcbcbc; background: #fafafa; }
.language-menu__trigger img, .language-menu__options img { width: 22px; height: 15px; border: 1px solid #d8d8d8; object-fit: cover; }
.language-menu__trigger > svg { width: 10px; height: 7px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .18s ease; }
.language-menu__trigger[aria-expanded="true"] > svg { transform: rotate(180deg); }
.language-menu__options { position: absolute; bottom: calc(100% + 8px); left: 0; z-index: 40; width: 184px; padding: 5px; border: 1px solid var(--line); background: #fff; box-shadow: 0 7px 20px rgba(0,0,0,.08); }
.language-menu__options[hidden] { display: none; }
.language-menu__options form { margin: 0; }
.language-menu__options button { width: 100%; min-height: 39px; display: grid; grid-template-columns: 22px 1fr 15px; gap: 9px; align-items: center; padding: 7px 8px; border: 0; background: #fff; color: var(--ink); text-align: left; font-size: 11px; }
.language-menu__options button:hover, .language-menu__options button:focus-visible { background: var(--soft); }
.language-menu__options button > svg { width: 14px; height: 11px; fill: none; stroke: var(--accent-dark); stroke-width: 1.8; opacity: 0; }
.language-menu__options button.is-current { font-weight: 750; }
.language-menu__options button.is-current > svg { opacity: 1; }
.rail-bottom small { color: #aaa; font-size: 9px; }

.editorial-feed { position: fixed; inset: 0 auto 0 var(--rail); z-index: 20; width: var(--feed); overflow-y: auto; background: #fff; border-right: 1px solid var(--line); }
.editorial-feed__tabs { position: sticky; top: 0; z-index: 2; height: 65px; display: flex; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.editorial-feed__tab { min-width: 0; flex: 1 1 50%; padding: 12px; border: 0; border-radius: 0; background: transparent; color: #a0a0a0; text-align: left; white-space: nowrap; font-size: 13px; line-height: 20px; font-weight: 700; letter-spacing: 0; }
.editorial-feed__tab + .editorial-feed__tab { border-left: 1px solid var(--line); }
.editorial-feed__tab:hover { color: #595959; background: #fcfcfc; }
.editorial-feed__tab.is-active { color: var(--ink); font-weight: 800; }
.editorial-feed__panel[hidden] { display: none; }
.editorial-feed__item { min-height: 121px; display: grid; grid-template-columns: minmax(0, 1fr) 128px; gap: 48px; align-items: center; padding: 24px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: background-color .18s ease; }
.editorial-feed__item:hover { background: #fafafa; color: var(--ink); }
.editorial-feed__body { min-width: 0; }
.editorial-feed__meta { display: flex; align-items: center; gap: 16px; margin-bottom: 4px; font-family: var(--mono); font-size: 11px; line-height: 20px; letter-spacing: 0; text-transform: uppercase; }
.editorial-feed__meta strong { overflow: hidden; color: var(--accent-dark); font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.editorial-feed__meta time { flex: 0 0 auto; color: #aaa; font-weight: 400; letter-spacing: 0; text-transform: none; }
.editorial-feed__title { display: -webkit-box; overflow: hidden; color: var(--ink); font-size: 16px; line-height: 24px; font-weight: 600; letter-spacing: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.editorial-feed__thumb { width: 128px; height: 72px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #202020, #575757); color: #fff; font-size: 24px; font-weight: 800; letter-spacing: -.08em; }
.editorial-feed__thumb img { width: 100%; height: 100%; object-fit: cover; }
.editorial-feed__thumb > span > span { color: var(--accent); }
.editorial-feed__empty { margin: 0; padding: 38px 32px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.page-shell { min-height: 100vh; margin-left: var(--rail); display: flex; flex-direction: column; transition: transform .25s ease; }
.feed-layout .page-shell { min-width: 0; margin-left: calc(var(--rail) + var(--feed)); }
.home-layout .main-content { padding-top: 48px; padding-bottom: 80px; }
.topbar { height: 65px; flex: 0 0 65px; padding: 0 28px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
.topbar-context { min-width: 0; color: var(--muted); }
.topbar-context p { margin: 0; }
.topbar-actions { display: flex; align-items: center; gap: 22px; }
.topbar-actions a { text-decoration: none; font-weight: 700; }
.topbar-search { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; }
.topbar-search svg, .search-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.topbar-search:hover { color: var(--accent-dark); }
.mobile-header { display: none; }
.site-overlay { display: none; }
.main-content { width: min(var(--content), calc(100% - 97px)); margin: 0 auto; padding: 128px 0 80px; flex: 1; }

.search-panel { position: fixed; inset: 0; z-index: 80; overflow: auto; background: rgba(255,255,255,.985); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-18px); transition: opacity .28s ease, transform .28s ease, visibility 0s linear .28s; }
.search-open .search-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
.search-panel__header { height: 78px; padding: 0 clamp(24px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.search-panel__brand { font-size: 20px; line-height: 1; font-weight: 800; letter-spacing: -.055em; text-decoration: none; }
.search-panel__close { position: relative; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; }
.search-panel__close span { position: absolute; top: 23px; left: 10px; width: 28px; height: 1.5px; background: currentColor; transition: transform .2s ease; }
.search-panel__close span:first-child { transform: rotate(45deg); }
.search-panel__close span:last-child { transform: rotate(-45deg); }
.search-panel__close:hover span:first-child { transform: rotate(135deg); }
.search-panel__close:hover span:last-child { transform: rotate(45deg); }
.search-panel__content { width: min(980px, calc(100% - 64px)); margin: 0 auto; padding: clamp(72px, 11vh, 135px) 0 70px; }
.search-panel__content > .eyebrow { margin-bottom: 16px; }
.search-panel__content h2 { margin: 0 0 clamp(38px, 7vh, 72px); font-size: clamp(54px, 9vw, 118px); line-height: .82; letter-spacing: -.075em; }
.global-search { display: grid; grid-template-columns: minmax(0, 1fr) 72px; border-bottom: 2px solid var(--ink); }
.global-search input { min-width: 0; padding: 12px 0 20px; border: 0; border-radius: 0; background: transparent; color: var(--ink); outline: 0; font-size: clamp(25px, 4vw, 48px); line-height: 1.1; font-weight: 500; letter-spacing: -.035em; }
.global-search input::placeholder { color: #a6a6a6; opacity: 1; }
.global-search button { display: grid; place-items: center; width: 72px; border: 0; background: transparent; color: var(--ink); transition: color .2s ease, transform .2s ease; }
.global-search button:hover { color: var(--accent-dark); transform: translateX(4px); }
.global-search button svg { width: 32px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.search-panel__topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 30px; margin-top: 48px; }
.search-panel__topics a { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--line); text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.search-panel__topics a span { color: #aaa; transition: transform .2s ease; }
.search-panel__topics a:hover span { transform: translate(2px,-2px); }

.social-links { display: flex; align-items: center; gap: 13px; }
.social-links a { display: grid; place-items: center; color: currentColor; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.social-links a:hover { color: var(--accent-dark); transform: translateY(-2px); }
.social-links svg { width: 17px; height: 17px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-links svg path:first-child { fill: currentColor; stroke: none; }
.social-links .social-icon-fill { fill: currentColor; stroke: none; }
.social-links .social-icon-cutout { fill: #fff; stroke: none; }
.social-links--rail { margin: 14px 0 13px; gap: 11px; }
.social-links--rail svg { width: 15px; height: 15px; }
.social-links--search { margin-top: 46px; gap: 20px; }
.social-links--search svg { width: 21px; height: 21px; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 45px; padding: 10px 20px; border: 1px solid var(--ink); background: var(--ink); color: #fff; text-decoration: none; font-weight: 700; font-size: 13px; }
.button:hover { background: #303030; color: #fff; }
.button--accent { border-color: var(--accent); background: var(--accent); }
.button--accent:hover { border-color: var(--accent-dark); background: var(--accent-dark); }
.button--small { min-height: 34px; padding: 7px 14px; font-size: 11px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 13px; color: var(--accent-dark); font-size: 10px; line-height: 1.3; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow a { text-decoration: none; }
.eyebrow span { color: #929292; letter-spacing: .02em; font-weight: 500; }
.eyebrow b { padding: 3px 7px; background: var(--accent); color: #fff; font-size: 9px; }

.breaking-strip { margin: -48px 0 35px; min-height: 45px; border-bottom: 1px solid var(--line); display: flex; align-items: stretch; overflow: hidden; }
.breaking-strip strong { display: grid; place-items: center; min-width: 78px; padding: 0 14px; background: var(--accent); color: #fff; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.breaking-strip div { min-width: 0; flex: 1; display: flex; align-items: center; gap: 27px; overflow: hidden; white-space: nowrap; padding: 0 18px; }
.breaking-strip a { font-size: 12px; font-weight: 700; text-decoration: none; }

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(250px, .85fr); gap: 28px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.hero-side { display: grid; gap: 28px; }
.story-card { min-width: 0; }
.story-media { position: relative; display: grid; place-items: center; aspect-ratio: 16/10; background: linear-gradient(135deg, #202020, #575757); overflow: hidden; text-decoration: none; }
.story-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-media:hover img { transform: scale(1.025); }
.story-media__monogram { color: #fff; font-size: clamp(24px, 4vw, 56px); font-weight: 800; letter-spacing: -.08em; }
.story-media__monogram span { color: var(--accent); }
.story-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; background: var(--accent); color: #fff; font-size: 9px; line-height: 1; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-card:nth-child(3n+2) .story-media { background: linear-gradient(135deg, #4c3929, #c3a07f); }
.story-card:nth-child(3n+3) .story-media { background: linear-gradient(135deg, #232d42, #7890b7); }
.story-card__body { padding-top: 18px; }
.story-card h2 { margin: 0; overflow-wrap: break-word; font-size: 23px; line-height: 1.17; letter-spacing: -.035em; hyphens: auto; }
.story-card h2 a { text-decoration: none; }
.story-excerpt { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.story-author { margin: 13px 0 0; color: #8a8a8a; font-size: 10px; font-weight: 600; }
.story-card--hero .story-media { aspect-ratio: 16/9; }
.story-card--hero h2 { font-size: clamp(31px, 3.4vw, 47px); line-height: 1.08; }
.story-card--hero .story-excerpt { max-width: 640px; font-size: 16px; }
.story-card--side .story-media { aspect-ratio: 16/9; }
.story-card--side .story-card__body { padding-top: 12px; }
.story-card--side h2 { font-size: 18px; }

.section-block { margin-top: 67px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 2px solid var(--ink); }
.section-heading h2 { margin: 0; font-size: 29px; line-height: 1.1; letter-spacing: -.035em; }
.section-heading .eyebrow { margin-bottom: 6px; }
.section-heading > a { font-size: 11px; font-weight: 700; text-decoration: none; }
.section-heading--editorial { align-items: flex-end; padding-bottom: 13px; border-bottom-width: 3px; }
.section-heading--editorial h2 { font-size: clamp(32px, 4.5vw, 51px); line-height: .86; letter-spacing: -.065em; }
.section-empty { grid-column: 1 / -1; margin: 0; padding: 32px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 13px; }
.card-grid { display: grid; gap: 26px; }
.card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--three .story-card h2 { font-size: 20px; }

.must-read-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 26px; }
.story-card--must-read .story-media { aspect-ratio: 4/5; }
.story-card--must-read:first-child .story-media { aspect-ratio: 16/10; }
.story-card--must-read:first-child h2 { font-size: clamp(27px, 3vw, 38px); }
.story-card--must-read:not(:first-child) h2 { font-size: 18px; }
.story-card--must-read:not(:first-child) .story-excerpt { display: none; }

.latest-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px 22px; }
.story-card--latest .story-media { aspect-ratio: 4/5; }
.story-card--latest .story-card__body { padding-top: 14px; }
.story-card--latest .eyebrow { flex-wrap: wrap; gap: 6px 9px; margin-bottom: 9px; font-size: 8px; }
.story-card--latest h2 { font-size: 17px; line-height: 1.22; letter-spacing: -.025em; }
.story-card--latest .story-author { margin-top: 10px; font-size: 9px; }

.newsletter { margin: 76px 0; padding: 72px 0 68px; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); background: var(--paper); color: var(--ink); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); align-items: end; gap: clamp(48px, 7vw, 76px); }
.newsletter__content { min-width: 0; }
.newsletter .newsletter__label { margin-bottom: 24px; color: var(--accent-dark); font-size: 11px; line-height: 18px; letter-spacing: .16em; }
.newsletter h2 { max-width: 480px; margin: 0; font-size: clamp(44px, 4vw, 54px); line-height: .98; letter-spacing: -.055em; }
.newsletter .newsletter__description { max-width: 470px; margin: 27px 0 0; color: var(--muted); font-size: 16px; line-height: 26px; font-weight: 300; }
.newsletter__form { min-width: 0; display: flex; align-items: stretch; border-bottom: 1px solid var(--ink); background: #fff; }
.newsletter__input { min-width: 0; flex: 1; padding: 13px 2px; border: 0; border-radius: 0; background: #fff; color: var(--ink); outline: 0; font-size: 15px; }
.newsletter__input::placeholder { color: #969696; opacity: 1; }
.newsletter__submit { position: relative; flex: 0 0 auto; padding: 13px 19px; border: 0; border-radius: 0; outline: 0; background: #fff; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease; }
.newsletter__submit::after { position: absolute; bottom: 8px; left: 50%; width: min(calc(100% - 12px), 110px); height: 1px; background: currentColor; content: ""; transform: translateX(-50%) scaleX(0); transform-origin: left; transition: transform .2s ease; }
.newsletter__submit:hover, .newsletter__submit:focus-visible, .newsletter__submit:active { color: var(--accent-dark); }
.newsletter__submit:hover::after, .newsletter__submit:focus-visible::after, .newsletter__submit:active::after { transform: translateX(-50%) scaleX(1); }

.story-list { display: flex; flex-direction: column; }
.story-card--row { display: grid; grid-template-columns: minmax(0, 1fr) 320px; grid-template-rows: auto; gap: 48px; align-items: center; padding: 40px 0; border-bottom: 1px solid var(--line); }
.story-card--row:first-child { padding-top: 0; }
.story-card--row .story-media { grid-column: 2; grid-row: 1; aspect-ratio: 16/9; }
.story-card--row .story-card__body { grid-column: 1; grid-row: 1; padding: 0; }
.story-card--row h2 { font-size: 24px; line-height: 1.33; letter-spacing: -.025em; }
.story-card--row .story-excerpt { display: -webkit-box; max-height: 4.8em; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.topic-band { margin-top: 70px; padding: 36px 0 10px; border-top: 4px solid var(--ink); }
.topic-band > p { margin: 0 0 25px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.topic-band > div { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 45px; }
.topic-band a { display: flex; justify-content: space-between; padding: 17px 0; border-top: 1px solid var(--line); text-decoration: none; font-size: 19px; font-weight: 700; }

.page-header { max-width: none; margin-bottom: 48px; padding-bottom: 48px; border-bottom: 4px solid var(--ink); }
.page-header h1 { margin: 0; font-size: 60px; line-height: 72px; letter-spacing: -3px; }
.page-header > p:not(.eyebrow) { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 24px; line-height: 40px; font-weight: 300; }
.listing-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.feed-layout .listing-aside { display: none; }
.listing-aside { position: sticky; top: 28px; align-self: start; padding-top: 5px; }
.listing-aside h2 { margin: 0 0 12px; padding-top: 24px; border-top: 2px solid var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.listing-aside h2:first-child { padding-top: 14px; }
.listing-aside > a { display: block; padding: 6px 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-cloud a, .article-tags a { padding: 5px 9px; background: var(--soft); font-size: 11px; text-decoration: none; }
.search-form { margin: 0 0 50px; padding: 0; background: #fff; }
.search-form > label { display: block; margin-bottom: 6px; font-size: 16px; line-height: 28px; font-weight: 400; }
.search-form > div { display: flex; align-items: stretch; }
.search-form input { width: 190px; min-width: 0; height: 66px; padding: 0 17px; border: 1px solid var(--line); background: #fff; font-size: 13px; }
.search-form button { width: 122px; height: 66px; padding: 12px 24px; border: 1px solid var(--accent); background: var(--accent); color: #fff; font-size: 13px; font-weight: 700; }
.results-count { margin: -30px 0 35px; color: var(--muted); font-size: 12px; }
.pagination { margin-top: 45px; display: flex; align-items: center; justify-content: center; gap: 28px; }
.pagination a { font-weight: 700; text-decoration: none; }
.pagination span { color: var(--muted); font-size: 12px; }

.breadcrumbs { display: flex; gap: 10px; margin-bottom: 35px; color: #8a8a8a; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs--topbar { margin: 0; white-space: nowrap; }
.article-header { max-width: none; margin: 0 0 48px; }
.article-header > .eyebrow { margin: 0; font-family: var(--mono); font-size: 11px; line-height: 20px; letter-spacing: 0; }
.article-header h1 { margin: 14px 0 0; font-size: 60px; line-height: 72px; letter-spacing: -3px; }
.article-subtitle { max-width: 820px; margin: 24px 0 0; color: #585858; font-size: 24px; line-height: 40px; font-weight: 300; }
.article-byline { display: flex; align-items: center; gap: 10px; margin-top: 48px; padding-top: 0; border-top: 0; }
.article-byline img, .avatar-placeholder { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.avatar-placeholder { display: grid; place-items: center; background: var(--ink); color: #fff; font-weight: 800; }
.article-byline div { display: flex; flex-direction: column; }
.article-byline a, .article-byline strong { font-size: 12px; text-decoration: none; }
.article-byline small { color: var(--muted); font-size: 10px; }
.article-hero { width: 100%; margin: 0 0 48px; }
.article-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article-hero figcaption { padding-top: 9px; color: var(--muted); font-size: 10px; }
.article-hero--placeholder { display: grid; place-items: center; aspect-ratio: 16/9; background: linear-gradient(135deg, #1a1a1a, #555); color: #fff; font-size: clamp(35px, 8vw, 95px); font-weight: 800; letter-spacing: -.08em; }
.article-hero--placeholder span span { color: var(--accent); }
.article-layout { position: relative; max-width: 640px; margin: 0 auto; }
.share-links { position: absolute; top: 0; right: calc(100% + 48px); display: flex; flex-direction: column; gap: 10px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.share-links a { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 800; }
.share-links svg { display: block; width: 16px; height: 16px; fill: currentColor; }
.article-body { color: #292929; font-family: var(--serif); font-size: 20px; line-height: 36px; }
.article-body p { margin: 0 0 1.45em; }
.article-body p:first-child::first-letter { float: left; margin: .08em .1em 0 0; font: 700 4em/.75 var(--display); }
.article-body h2, .article-body h3 { font-family: var(--display); line-height: 1.15; letter-spacing: -.03em; }
.article-body a { color: var(--accent-dark); }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); font-family: var(--display); }
.related { padding-top: 15px; }

.author-header { display: grid; grid-template-columns: 210px minmax(0, 600px); gap: 46px; align-items: start; padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.author-header > img, .author-monogram { width: 210px; aspect-ratio: 1; object-fit: cover; }
.author-monogram { display: grid; place-items: center; background: var(--ink); color: #fff; font-size: 80px; font-weight: 800; }
.author-header h1 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.05em; }
.author-header > div > p:not(.eyebrow) { color: var(--muted); }
.author-position { font-weight: 700; color: var(--ink) !important; }
.author-header nav { display: flex; gap: 15px; margin-top: 20px; font-size: 12px; font-weight: 700; }

.prose-page { max-width: 740px; margin: 10px auto; }
.prose-page h1, .contact-layout h1 { margin: 0 0 30px; font-size: clamp(45px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.prose-page .lead { color: #555; font-size: 23px; line-height: 1.5; }
.prose-page h2 { margin: 48px 0 13px; font-size: 26px; letter-spacing: -.03em; }
.prose-page p { color: #555; font-size: 17px; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: start; }
.contact-layout header > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.contact-note { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; }
.contact-note p { margin: 5px 0 0; font-size: 12px !important; }
.editorial-form, .auth-card form { display: flex; flex-direction: column; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.form-field input, .form-field textarea, .form-field select, .auth-card input, .auth-card textarea { width: 100%; padding: 13px 14px; border: 1px solid #bbb; border-radius: 0; background: #fff; }
.form-field--error input, .form-field--error textarea { border-color: #b22e25; }
.form-help, .form-error { color: var(--muted); font-size: 11px; }
.form-help ul { margin: 5px 0; padding-left: 18px; }
.form-error { color: #b22e25; font-weight: 700; }
.auth-card { max-width: 540px; margin: 15px auto; padding: 44px; border: 1px solid var(--line); }
.auth-card h1 { margin: 0; font-size: 43px; line-height: 1; letter-spacing: -.045em; }
.auth-card > p { color: var(--muted); }
.auth-card .button { width: 100%; margin-top: 4px; }
.profile-avatar { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin: 20px 0; }

.messages { position: fixed; top: 78px; right: 20px; z-index: 50; width: min(370px, calc(100vw - 40px)); }
.message { margin-bottom: 8px; padding: 13px 16px; background: #eef4ec; border-left: 4px solid #4d8746; box-shadow: 0 8px 25px rgba(0,0,0,.12); font-size: 13px; }
.message--error { background: #fae9e7; border-color: #b22e25; }
.error-page { min-height: 55vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.error-page > p { margin: 0; color: var(--accent); font-size: clamp(90px, 18vw, 190px); line-height: .8; font-weight: 800; letter-spacing: -.08em; }
.error-page h1 { margin: 30px 0 10px; font-size: 32px; }
.error-page span { margin-bottom: 30px; color: var(--muted); }
.empty-state { padding: 70px 20px; text-align: center; background: var(--soft); }
.empty-state h1, .empty-state h2 { margin: 0 auto 15px; max-width: 650px; font-size: clamp(35px, 5vw, 60px); line-height: 1; letter-spacing: -.05em; }
.empty-state p:not(.eyebrow) { color: var(--muted); }

.site-footer { width: min(var(--content), calc(100% - 97px)); margin: auto auto 0; padding: 42px 0 55px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: start; gap: 35px; }
.footer-wordmark { font-size: 23px; font-weight: 800; letter-spacing: -.06em; text-decoration: none; }
.site-footer p { margin: 0; color: var(--muted); font-size: 11px; }
.site-footer__links { display: flex; flex-direction: column; align-items: flex-end; gap: 15px; }
.site-footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 14px; }
.site-footer nav a { font-size: 10px; text-decoration: none; }
.social-links--footer { justify-content: flex-end; }

@media (min-width: 1121px) and (max-width: 1560px) {
  .editorial-feed__item { grid-template-columns: minmax(0, 1fr) clamp(104px, 9vw, 120px); gap: clamp(20px, 2vw, 32px); padding: 20px; }
  .editorial-feed__meta { gap: 10px; }
  .editorial-feed__title { font-size: 15px; line-height: 22px; }
  .editorial-feed__thumb { width: clamp(104px, 9vw, 120px); height: auto; aspect-ratio: 16/9; }
}

@media (min-width: 1121px) and (max-width: 1440px) {
  .feed-layout .share-links { position: static; flex-direction: row; align-items: center; margin-bottom: 28px; }
}

@media (max-width: 1120px) {
  .editorial-feed { display: none; }
  .feed-layout .page-shell { margin-left: var(--rail); }
  .rail-utility a, .rail-utility button { overflow-wrap: anywhere; font-size: 11px; }
  .main-content, .site-footer { width: min(var(--content), calc(100% - 97px)); }
  .hero-grid { grid-template-columns: 1.45fr .8fr; gap: 22px; }
  .must-read-grid { grid-template-columns: 1.75fr 1fr 1fr; gap: 22px; }
  .latest-grid { column-gap: 18px; }
  .newsletter { gap: 44px; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .must-read-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-card--must-read:first-child { grid-column: 1 / -1; }
  .latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter { grid-template-columns: 1fr; gap: 42px; padding: 60px 0; }
  .newsletter h2 { max-width: 590px; }
  .story-card--row { grid-template-columns: minmax(0, 1fr) 210px; gap: 28px; }
  .page-header h1, .article-header h1 { font-size: 48px; line-height: 58px; letter-spacing: -2.4px; }
  .article-subtitle, .page-header > p:not(.eyebrow) { font-size: 21px; line-height: 34px; }
}

@media (max-width: 700px) {
  .site-rail { width: var(--rail); transform: translateX(-100%); transition: transform .25s ease; box-shadow: 12px 0 35px rgba(0,0,0,.12); }
  .rail-nav { padding: 24px 20px 12px; gap: 12px; }
  .rail-nav a { font-size: 11px; }
  .rail-bottom { padding: 14px 20px 20px; }
  .rail-utility { gap: 5px; padding-bottom: 13px; }
  .rail-utility a, .rail-utility button { font-size: 11px; }
  .menu-open .site-rail { transform: translateX(0); }
  .menu-open .page-shell, .menu-open .mobile-header { transform: none; }
  .site-overlay { position: fixed; inset: 0; z-index: 25; display: block; background: rgba(0,0,0,.35); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  .menu-open .site-overlay { opacity: 1; pointer-events: auto; }
  .page-shell { margin-left: 0; padding-top: 65px; }
  .topbar { display: none; }
  .mobile-header { position: fixed; inset: 0 0 auto; z-index: 24; height: 65px; display: grid; grid-template-columns: 64px 1fr 64px; align-items: center; background: #fff; border-bottom: 1px solid var(--line); transition: transform .25s ease; }
  .mobile-brand { justify-self: center; width: 52px; height: 52px; overflow: hidden; background: #fff; }
  .mobile-brand img { width: 100%; height: 100%; object-fit: contain; }
  .icon-button { width: 64px; height: 64px; border: 0; background: #fff; display: grid; place-content: center; color: var(--ink); text-decoration: none; }
  .menu-toggle { gap: 4px; }
  .menu-toggle span { display: block; width: 20px; height: 2px; background: currentColor; }
  .search-icon svg { width: 22px; height: 22px; }
  .main-content, .home-layout .main-content { width: min(680px, calc(100% - 48px)); margin: 0 auto; padding: 48px 0 60px; }
  .feed-layout .page-shell { margin-left: 0; }
  .breaking-strip { margin-top: -48px; }
  .card-grid--three { grid-template-columns: repeat(2, 1fr); }
  .card-grid--three .story-card:last-child { display: none; }
  .latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 20px; }
  .listing-layout { grid-template-columns: 1fr; }
  .listing-aside { position: static; display: none; }
  .article-header { margin-bottom: 35px; }
  .article-layout { grid-template-columns: 1fr; }
  .share-links { position: static; flex-direction: row; align-items: center; margin-bottom: 28px; }
  .author-header { grid-template-columns: 150px 1fr; }
  .author-header > img, .author-monogram { width: 150px; }
  .contact-layout { gap: 40px; }
  .site-footer { width: calc(100% - 40px); grid-template-columns: 1fr 1fr; }
  .site-footer__links { grid-column: 1 / -1; align-items: flex-start; }
  .site-footer nav, .social-links--footer { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .main-content, .home-layout .main-content { width: calc(100% - 48px); padding-top: 48px; }
  .breaking-strip { margin: -48px -24px 28px; }
  .breaking-strip div { gap: 20px; }
  .hero-grid { padding-bottom: 38px; }
  .hero-side { grid-template-columns: 1fr; }
  .story-card--side { display: grid; grid-template-columns: 42% 1fr; gap: 15px; }
  .story-card--side .story-card__body { padding: 0; }
  .story-card--side .eyebrow span { display: none; }
  .story-card--side h2 { font-size: 16px; }
  .story-card--row { grid-template-columns: 1fr; gap: 14px; padding: 24px 0; }
  .story-card--row .story-media { grid-column: 1; grid-row: 1; aspect-ratio: 16/9; }
  .story-card--row .story-card__body { grid-column: 1; grid-row: 2; }
  .story-card--row h2 { font-size: 23px; }
  .section-block { margin-top: 50px; }
  .section-heading h2 { font-size: 25px; }
  .section-heading--editorial { align-items: flex-end; gap: 12px; margin-bottom: 22px; }
  .section-heading--editorial h2 { font-size: 34px; }
  .card-grid--three { grid-template-columns: 1fr; }
  .card-grid--three .story-card:last-child { display: block; }
  .must-read-grid { gap: 28px 14px; }
  .story-card--must-read:first-child h2 { font-size: 27px; }
  .story-card--must-read:not(:first-child) h2 { font-size: 16px; }
  .latest-grid { gap: 30px 14px; }
  .story-card--latest h2 { font-size: 15px; }
  .story-card--latest .eyebrow span { display: none; }
  .newsletter { margin: 50px 0; padding: 42px 0; gap: 32px; }
  .newsletter .newsletter__label { margin-bottom: 18px; }
  .newsletter h2 { font-size: 38px; line-height: 42px; letter-spacing: -1.8px; }
  .newsletter .newsletter__description { margin-top: 20px; font-size: 15px; line-height: 24px; }
  .newsletter__form { flex-direction: column; gap: 10px; border-bottom: 0; }
  .newsletter__input { width: 100%; padding: 13px 2px; border-bottom: 1px solid var(--ink); }
  .newsletter__submit { width: 100%; padding: 14px; }
  .topic-band > div { grid-template-columns: 1fr; }
  .page-header { margin-bottom: 38px; }
  .page-header h1 { font-size: 48px; }
  .search-form { padding: 22px 18px; }
  .search-form > div { flex-direction: column; }
  .article-header h1 { font-size: 43px; line-height: 51px; letter-spacing: -2px; }
  .article-subtitle { font-size: 18px; line-height: 29px; }
  .article-hero { margin: 0 -16px 40px; }
  .article-hero--placeholder { font-size: 41px; }
  .article-body { font-size: 18px; line-height: 1.72; }
  .author-header { grid-template-columns: 90px 1fr; gap: 22px; }
  .author-header > img, .author-monogram { width: 90px; }
  .author-monogram { font-size: 38px; }
  .author-header h1 { font-size: 38px; }
  .contact-layout { grid-template-columns: 1fr; }
  .auth-card { padding: 28px 20px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__links { grid-column: auto; }

  .search-panel__header { height: 64px; padding: 0 16px 0 20px; }
  .search-panel__content { width: calc(100% - 32px); padding: 72px 0 48px; }
  .search-panel__content h2 { margin-bottom: 45px; font-size: clamp(56px, 21vw, 84px); }
  .global-search { grid-template-columns: minmax(0, 1fr) 52px; }
  .global-search input { padding-bottom: 16px; font-size: 24px; }
  .global-search button { width: 52px; }
  .search-panel__topics { grid-template-columns: 1fr; margin-top: 38px; }
  .search-panel__topics a { padding: 12px 0; }
  .social-links--search { margin-top: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
