/* UWL BLOG: Bangro — typographic, pop, deliberately non-editorial. */
@font-face {
  font-family: "UT Bangro";
  src: url("/assets/fonts/ut-bangro.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --ink: #070707;
  --ink-muted: #242424;
  --paper: #f5f0e6;
  --yellow: #ffcf2f;
  --orange: #ff5b1a;
  --teal: #128b82;
  --acid: #c8dc39;
  --cream: #f5f0e6;
  --line: color-mix(in srgb, var(--ink) 65%, transparent);
  --line-soft: color-mix(in srgb, var(--ink) 22%, transparent);
  --display: clamp(3.8rem, 9.2vw, 10.5rem);
  --h1: clamp(3rem, 7vw, 7.3rem);
  --h2: clamp(2rem, 4vw, 4.4rem);
  --serif: "UT Bangro", Impact, sans-serif;
  --sans: "UT Bangro", Arial, sans-serif;
  --mono: Arial, sans-serif;
  --e: cubic-bezier(.16, 1, .3, 1);
}

body { color: var(--ink); background: var(--paper); font-family: Arial, sans-serif; font-size: clamp(1rem, 1.04vw, 1.1rem); line-height: 1.48; }
body::before { position: fixed; z-index: -1; top: -22vmax; right: -18vmax; width: 48vmax; aspect-ratio: 1; border-radius: 50%; content: ""; background: var(--yellow); }
h1, h2, h3, .wordmark, .field-note blockquote, .hero-copy h1, .category-hero h1, .simple-hero h1, .dossier-hero h1 { font-family: "UT Bangro", Impact, sans-serif; font-weight: 400; letter-spacing: -.06em; }
h1 i, h2 i, .dossier-hero i { color: inherit; font-style: normal; }
.eyebrow, .section-label > span, .section-label > p, .article-rail p, .article-rail a, .footer-note, .mast-meta { font-family: Arial, sans-serif; font-weight: 700; letter-spacing: .08em; }
.skip-link { color: var(--ink); background: var(--yellow); }

.site-header { max-width: none; padding: 0; background: var(--paper); }
.masthead { grid-template-columns: 1fr auto 1fr; min-height: 78px; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); border-bottom: 2px solid var(--ink); }
.wordmark { gap: .05em; font-size: clamp(1.7rem, 2.8vw, 2.7rem); letter-spacing: -.12em; }
.wordmark span { letter-spacing: -.15em; }
.wordmark i { color: var(--orange); transform: rotate(12deg); }
.wordmark em { letter-spacing: -.08em; }
.mast-meta { color: var(--ink); font-size: .62rem; }
.main-nav { max-width: var(--max); margin: 0 auto; border-bottom: 2px solid var(--ink); }
.main-nav a { min-height: 54px; border-right: 2px solid var(--ink); font-family: "UT Bangro", Arial, sans-serif; font-size: 1rem; letter-spacing: -.025em; }
.main-nav small { color: var(--orange); font: 800 .58rem Arial, sans-serif; letter-spacing: .04em; }
.main-nav a:nth-child(2) { background: var(--yellow); }
.main-nav a:nth-child(3) { background: var(--teal); color: var(--cream); }
.main-nav a:nth-child(4) { background: var(--orange); }
.main-nav a:nth-child(5) { background: var(--acid); }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--paper); background: var(--ink); }

.home-hero { position: relative; grid-template-columns: 8% minmax(0, .95fr) minmax(260px, .9fr); gap: clamp(1rem, 3vw, 4rem); max-width: none; min-height: min(750px, calc(100vh - 132px)); padding: clamp(3rem, 7vw, 7rem) max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad))) clamp(4.5rem, 8vw, 8rem); overflow: hidden; background: var(--yellow); }
.home-hero::before { position: absolute; z-index: 0; top: 11%; left: 18%; width: clamp(100px, 14vw, 240px); aspect-ratio: 1; border-radius: 50%; content: ""; background: var(--teal); }
.home-hero::after { position: absolute; z-index: 0; right: 5%; bottom: -16%; width: min(44vw, 580px); aspect-ratio: 1; border-radius: 48% 52% 46% 54%; content: ""; background: var(--orange); }
.home-hero > * { position: relative; z-index: 1; }
.hero-index { padding-right: .9rem; border-right: 2px solid var(--ink); color: var(--ink); font-family: Arial, sans-serif; font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.hero-index strong { color: var(--orange); font-family: "UT Bangro", Arial, sans-serif; font-size: clamp(3.4rem, 5vw, 6rem); }
.hero-copy { padding-bottom: 2.7rem; }
.hero-copy .eyebrow { position: relative; z-index: 2; display: inline-flex; padding: .45rem .55rem; color: var(--ink); background: var(--cream); }
.hero-copy h1 { position: relative; z-index: 2; max-width: 7ch; margin-bottom: 1rem; font-size: var(--display); line-height: .79; text-transform: uppercase; }
.hero-copy h1 i { display: block; margin-left: .22em; color: var(--cream); -webkit-text-stroke: 2px var(--ink); text-shadow: .06em .07em 0 var(--orange); }
.hero-dek { position: relative; z-index: 2; max-width: 29ch; margin-bottom: 1.5rem; font: 700 clamp(1.05rem, 1.65vw, 1.55rem)/1.25 "UT Bangro", Arial, sans-serif; letter-spacing: -.025em; }
.hero-link { position: relative; z-index: 2; border: 2px solid var(--ink); padding: .4rem .7rem; background: var(--cream); font-weight: 800; }
.hero-figure { z-index: 2; min-height: 430px; border: 2px solid var(--ink); border-radius: 43% 57% 48% 52% / 36% 42% 58% 64%; background: var(--teal); box-shadow: 13px 13px 0 var(--ink); }
.hero-figure::after { height: 100%; background: color-mix(in srgb, var(--teal) 22%, transparent); mix-blend-mode: multiply; }
.hero-figure img { min-height: 430px; filter: saturate(1.3) contrast(1.08); }
.hero-figure figcaption { right: 1.4rem; bottom: 1.2rem; color: var(--cream); font-weight: 800; }

.lead-story, .topics-section, .latest-section, .related, .archive-section { border-top: 2px solid var(--ink); }
.lead-story { background: var(--cream); }
.section-label > span, .section-label > p { color: var(--ink); font-size: .63rem; }
.feature-story { grid-template-columns: minmax(0, 1.08fr) minmax(290px, .92fr); gap: clamp(2rem, 7vw, 8rem); }
.feature-copy { padding-left: 0; }
.feature-copy h2 { max-width: 13ch; font-size: clamp(3rem, 5.4vw, 6rem); line-height: .83; text-transform: uppercase; }
.feature-copy h2 a { text-decoration: underline 3px var(--orange); text-decoration-skip-ink: none; }
.feature-copy > p:not(.eyebrow) { max-width: 37ch; font-family: Arial, sans-serif; font-size: 1rem; font-weight: 700; }
.feature-story figure { min-height: 490px; border: 2px solid var(--ink); border-radius: 47% 53% 44% 56% / 57% 39% 61% 43%; box-shadow: -12px 12px 0 var(--teal); }
.feature-story figure::before { width: 100%; height: 18px; background: var(--orange); }
.feature-story img { min-height: 490px; filter: saturate(1.2) contrast(1.06); }

.topics-section { background: var(--teal); }
.topics-section .section-label > span, .topics-section .section-label > p { color: var(--cream); }
.topics-grid { gap: 2px; background: var(--ink); }
.topic-card { min-height: 410px; background: var(--yellow); color: var(--ink); }
.topic-card::after { background: linear-gradient(180deg, transparent 24%, color-mix(in srgb, var(--yellow) 87%, transparent)); }
.topic-card:nth-child(2) { background: var(--orange); }
.topic-card:nth-child(2)::after { background: linear-gradient(180deg, transparent 24%, color-mix(in srgb, var(--orange) 86%, transparent)); }
.topic-card:nth-child(3) { background: var(--cream); }
.topic-card:nth-child(3)::after { background: linear-gradient(180deg, transparent 24%, color-mix(in srgb, var(--cream) 88%, transparent)); }
.topic-card:nth-child(4) { background: var(--acid); }
.topic-card:nth-child(4)::after { background: linear-gradient(180deg, transparent 24%, color-mix(in srgb, var(--acid) 87%, transparent)); }
.topic-card img { opacity: .38; mix-blend-mode: multiply; filter: grayscale(1) contrast(1.4); }
.topic-card:hover img { opacity: .55; transform: scale(1.05) rotate(-1deg); }
.topic-card small { color: var(--teal); font-weight: 800; }
.topic-card b { max-width: 6ch; font-family: "UT Bangro", Arial, sans-serif; font-size: clamp(3rem, 5vw, 5rem); line-height: .74; letter-spacing: -.08em; text-transform: uppercase; }
.topic-card em { max-width: 16ch; font-family: Arial, sans-serif; font-style: normal; font-weight: 700; }

.field-note { max-width: none; padding-left: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad))); padding-right: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad))); background: var(--ink); }
.field-note::before { top: -.1em; right: -.04em; color: var(--orange); font-family: "UT Bangro", Arial, sans-serif; }
.field-note .eyebrow { display: inline-flex; padding: .4rem .55rem; color: var(--ink); background: var(--yellow); }
.field-note blockquote { max-width: 13ch; color: var(--cream); font-family: "UT Bangro", Arial, sans-serif; font-size: clamp(2.9rem, 7.3vw, 7.6rem); line-height: .8; text-transform: uppercase; }
.field-note > p:not(.eyebrow) { color: var(--acid); font-family: Arial, sans-serif; font-weight: 700; }
.field-note .arrow-link { border: 2px solid var(--cream); padding: .35rem .6rem; color: var(--cream); }

.latest-section { background: var(--paper); }
.card-image { border: 2px solid var(--ink); border-radius: 48% 52% 0 0 / 7% 9% 0 0; background: var(--orange); }
.article-card:nth-child(even) .card-image { border-radius: 50% 50% 0 0 / 16% 16% 0 0; background: var(--teal); }
.card-image::before { top: auto; bottom: 0; height: 14px; background: var(--yellow); }
.card-image img { filter: saturate(1.15) contrast(1.08); }
.card-copy .eyebrow { color: var(--ink); font-family: Arial, sans-serif; font-weight: 800; }
.article-card h2 { font-family: "UT Bangro", Arial, sans-serif; font-size: clamp(2rem, 3.4vw, 3.45rem); line-height: .83; text-transform: uppercase; }
.article-card .card-copy > p:not(.eyebrow) { color: var(--ink); font-family: Arial, sans-serif; font-size: .92rem; font-weight: 700; }
.arrow-link { font-family: Arial, sans-serif; font-size: .65rem; font-weight: 800; letter-spacing: .04em; }
.arrow-link span { color: var(--orange); }

.category-hero { position: relative; max-width: none; grid-template-columns: .9fr 1.1fr; min-height: 600px; padding: clamp(4rem, 9vw, 9rem) max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad))) clamp(4rem, 7vw, 7rem); overflow: hidden; background: var(--yellow); }
.category-hero::after { position: absolute; right: 4%; bottom: 14%; width: min(28vw, 380px); aspect-ratio: 1; border-radius: 48% 52% 49% 51%; content: ""; background: var(--orange); }
.category-hero > * { position: relative; z-index: 1; }
.category-hero h1, .simple-hero h1 { max-width: 8ch; font-family: "UT Bangro", Arial, sans-serif; font-size: var(--h1); line-height: .79; text-transform: uppercase; }
.category-hero > div p, .dossier-hero > p { font-family: Arial, sans-serif; font-size: 1.1rem; font-weight: 700; }
.category-hero > img { height: 270px; border: 2px solid var(--ink); border-radius: 50% 50% 0 0 / 25% 25% 0 0; filter: saturate(1.3) contrast(1.1); }
.archive-section { background: var(--cream); }
.archive-item { gap: 1.3rem; border-bottom: 2px solid var(--ink); }
.archive-item h2 { font-family: "UT Bangro", Arial, sans-serif; font-size: clamp(2rem, 4vw, 4.2rem); line-height: .8; text-transform: uppercase; }
.archive-item > time, .archive-item > p:first-of-type, .archive-item > p:nth-of-type(2) { color: var(--ink); font-family: Arial, sans-serif; font-weight: 800; }
.archive-item .arrow-link { color: var(--orange); }
.dossier-hero { max-width: none; padding-left: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad))); padding-right: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad))); background: var(--orange); }
.dossier-hero h1 { font-family: "UT Bangro", Arial, sans-serif; line-height: .77; text-transform: uppercase; }
.dossier-hero i { color: var(--cream); -webkit-text-stroke: 2px var(--ink); }

.simple-hero { max-width: none; padding-left: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad))); padding-right: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad))); background: var(--teal); color: var(--cream); }
.simple-hero .eyebrow { display: inline-flex; padding: .4rem .55rem; color: var(--ink); background: var(--yellow); }
.simple-hero > p:not(.eyebrow) { font-family: Arial, sans-serif; font-weight: 700; }
.simple-body { background: var(--cream); }
.reading { margin-left: clamp(0rem, 12vw, 12rem); }
.reading h2 { font-family: "UT Bangro", Arial, sans-serif; line-height: .84; text-transform: uppercase; }
.reading p, .source-master { font-family: Arial, sans-serif; font-weight: 600; }

.article-page { background: var(--cream); }
.article-header { position: relative; max-width: none; padding: clamp(4rem, 8vw, 8rem) max(var(--pad), calc((100% - 960px) / 2 + var(--pad))) clamp(2.5rem, 5vw, 5rem); overflow: hidden; background: var(--orange); }
.article-header::after { position: absolute; right: 8%; bottom: -32%; width: min(35vw, 500px); aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; content: ""; background: var(--yellow); }
.article-header > * { position: relative; z-index: 1; }
.article-header .eyebrow { display: inline-flex; padding: .35rem .5rem; background: var(--cream); }
.article-header h1 { max-width: 10ch; font-family: "UT Bangro", Arial, sans-serif; font-size: var(--h1); line-height: .78; text-transform: uppercase; }
.article-dek { max-width: 36ch; font-family: Arial, sans-serif; font-size: 1.15rem; font-weight: 800; }
.article-hero { max-width: none; padding: 0; background: var(--ink); }
.article-hero img { width: min(100%, var(--max)); max-height: min(72vh, 760px); margin: 0 auto; border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); filter: saturate(1.25) contrast(1.08); }
.article-hero figcaption { width: min(100% - 2 * var(--pad), var(--max)); margin: .8rem auto 0; padding-bottom: .8rem; color: var(--cream); font-family: Arial, sans-serif; font-weight: 800; }
.article-layout { grid-template-columns: minmax(145px, .35fr) minmax(0, 1fr); }
.article-rail { border-top: 2px solid var(--ink); }
.article-rail p { color: var(--orange); }
.article-rail a { color: var(--ink); font-weight: 800; }
.article-body .lede { font-family: "UT Bangro", Arial, sans-serif; font-size: clamp(1.85rem, 3vw, 3.2rem); line-height: .93; letter-spacing: -.04em; }
.article-body h2 { font-family: "UT Bangro", Arial, sans-serif; line-height: .8; text-transform: uppercase; }
.article-body p { font-family: Arial, sans-serif; font-size: 1.08rem; font-weight: 600; }
.context-note { border: 2px solid var(--ink); border-left: 15px solid var(--teal); background: var(--yellow); }
.sources-box { border-top: 2px solid var(--ink); }
.sources-box .eyebrow { display: inline-flex; padding: .35rem .5rem; color: var(--cream); background: var(--ink); }

.related { background: var(--acid); }
.site-footer { max-width: none; grid-template-columns: minmax(220px, .85fr) minmax(0, 1.15fr); padding-left: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad))); padding-right: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad))); color: var(--cream); border-top: 2px solid var(--ink); background: var(--ink); }
.footer-title > span { color: var(--yellow); font-family: "UT Bangro", Arial, sans-serif; font-size: clamp(2rem, 3.5vw, 3.6rem); letter-spacing: -.1em; }
.footer-title > p { font-family: "UT Bangro", Arial, sans-serif; font-size: 1.4rem; line-height: 1; }
.footer-links b { color: var(--orange); font-family: Arial, sans-serif; font-weight: 800; }
.footer-links a { font-family: Arial, sans-serif; font-weight: 700; }
.footer-note { color: var(--cream); border-top: 2px solid color-mix(in srgb, var(--cream) 50%, transparent); font-family: Arial, sans-serif; font-weight: 800; }
.consent { border: 2px solid var(--ink); color: var(--ink); background: var(--yellow); box-shadow: 8px 8px 0 var(--ink); }
.text-button, .ink-button { border: 2px solid var(--ink); color: var(--ink); background: transparent; font-family: Arial, sans-serif; font-weight: 800; }
.ink-button { background: var(--ink); color: var(--yellow); }

@media (max-width: 900px) {
  .masthead { min-height: 70px; }
  .menu-toggle { color: var(--ink); }
  .main-nav { right: var(--pad); left: var(--pad); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); }
  .main-nav a { border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
  .main-nav a:nth-child(even) { border-right: 0; }
  .home-hero { min-height: 0; }
  .hero-figure, .hero-figure img { min-height: 360px; }
  .feature-story figure, .feature-story img { min-height: 380px; }
  .article-card:first-child { display: block; }
  .article-card:first-child .card-copy { padding-top: 1.2rem; }
  .article-card:first-child .card-image { aspect-ratio: 1 / 1.15; }
}

@media (max-width: 620px) {
  .home-hero { grid-template-columns: 1fr; padding-top: 2rem; }
  .home-hero::before { top: 21%; left: auto; right: -13%; width: 150px; }
  .home-hero::after { right: -32%; bottom: 5%; width: 280px; }
  .hero-index { border-bottom: 2px solid var(--ink); }
  .hero-copy { padding-bottom: 1rem; }
  .hero-copy h1 { max-width: 7ch; font-size: clamp(4rem, 22vw, 6.2rem); }
  .hero-copy h1 i { -webkit-text-stroke-width: 1px; }
  .hero-figure, .hero-figure img { min-height: 315px; }
  .feature-copy h2 { font-size: clamp(3rem, 15vw, 5rem); }
  .topic-card { min-height: 280px; }
  .topic-card b { font-size: 4rem; }
  .article-card h2 { font-size: clamp(2.2rem, 12vw, 3.5rem); }
  .category-hero { grid-template-columns: 1fr; min-height: 0; }
  .category-hero > img { height: 190px; }
  .category-hero::after { right: -18%; bottom: 12%; width: 180px; }
  .dossier-hero { display: block; }
  .dossier-hero h1 { margin-bottom: 1.2rem; }
  .article-header h1 { font-size: clamp(3.2rem, 15vw, 5.6rem); }
  .article-layout { grid-template-columns: 1fr; }
  .article-rail { border-bottom: 2px solid var(--ink); }
  .reading { margin-left: 0; }
  .site-footer { grid-template-columns: 1fr; }
}
