/* Nxt Generation News — bright editorial, electric blue, confidently curious. */
:root {
  color-scheme:light;
  --ink:#17202a;
  --muted:#67707b;
  --blue:#2549eb;
  --line:#e6e8ed;
  --paper:#fff;
  --soft:#f5f6f9;
  --sans:Arial,Helvetica,sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:2rem;
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:1rem/1.6 var(--sans);
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
  text-decoration:none;
}
button,input {
  font:inherit;
}
button,a,summary {
  -webkit-tap-highlight-color:transparent;
}
a,button,summary {
  touch-action:manipulation;
}
button,summary {
  cursor:pointer;
}
img {
  display:block;
  max-width:100%;
  object-fit:cover;
}
svg {
  width:24px;
  height:24px;
  flex-shrink:0;
}
h1,h2,h3,p,figure {
  margin:0;
}
h1,h2,h3 {
  line-height:1.12;
  letter-spacing:-.035em;
}
h1,h2,h3,strong {
  font-weight:750;
}
::selection {
  background:#d9e2ff;
}
a:focus-visible,summary:focus-visible,button:focus-visible,input:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:5px;
}
.container {
  width:min(1312px,calc(100% - 96px));
  margin-inline:auto;
}
.sr-only,.skip-link:not(:focus) {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.skip-link:focus {
  position:fixed;
  left:1rem;
  top:1rem;
  padding:1rem;
  background:white;
  z-index:20;
  border:2px solid var(--blue);
}
.topbar {
  background:var(--soft);
  border-bottom:1px solid var(--line);
  font-size:.75rem;
  color:#5c646e;
}
.topbar-inner {
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}
.topbar-star {
  color:var(--blue);
  padding-left:8px;
}
.preview-label {
  font-size:.75rem;
}
.header {
  border-bottom:1px solid var(--line);
  background:white;
}
.header-inner {
  min-height:108px;
  display:flex;
  align-items:center;
  gap:42px;
  justify-content:space-between;
}
.brand {
  display:block;
  flex-shrink:0;
}
.brand img {
  width:218px;
  height:auto;
}
.desktop-nav {
  display:flex;
  align-self:stretch;
  gap:27px;
  align-items:stretch;
}
.desktop-nav>a {
  display:flex;
  align-items:center;
  position:relative;
  font-size:.875rem;
  font-weight:700;
  white-space:nowrap;
}
.desktop-nav>a:hover,.desktop-nav>a.active {
  color:var(--blue);
}
.desktop-nav>a.active:after {
  content:"";
  height:3px;
  background:var(--blue);
  position:absolute;
  bottom:-1px;
  left:0;
  right:0;
}
.header-actions {
  display:flex;
  align-items:center;
  gap:21px;
}
.search-toggle {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  min-width:44px;
}
.search-toggle:hover {
  color:var(--blue);
}
.edition {
  font-size:.75rem;
  font-weight:700;
  white-space:nowrap;
  display:flex;
  gap:9px;
  align-items:center;
}
.edition-dot {
  width:6px;
  height:6px;
  background:var(--blue);
  border-radius:50%;
}
.mobile-menu {
  display:none;
}
.home-main {
  padding-top:43px;
}
.page-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:29px;
  gap:24px;
}
.eyebrow {
  font-size:.75rem;
  letter-spacing:.12em;
  line-height:1.5;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:12px;
}
.live-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--blue);
  flex-shrink:0;
}
h1 {
  font-size:clamp(2.5rem,4.3vw,3.9rem);
  letter-spacing:-.055em;
}
h1>span {
  color:var(--blue);
}
.heading-aside {
  color:var(--muted);
  font-size:.875rem;
  line-height:1.55;
  padding-bottom:3px;
}
.lead-grid {
  display:grid;
  grid-template-columns:minmax(0,1.95fr) minmax(280px,1fr);
  gap:34px;
}
.hero-story {
  position:relative;
  border-radius:12px;
  overflow:hidden;
  background:#222332;
  min-height:542px;
}
.hero-story>a {
  display:block;
  min-height:542px;
  height:100%;
  position:relative;
}
.hero-story img {
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  object-position:center 38%;
  transition:transform .5s ease;
}
.hero-story>a:after {
  position:absolute;
  inset:0;
  content:"";
  background:linear-gradient(180deg,rgba(13,17,31,.06) 15%,rgba(13,17,31,.12) 30%,rgba(13,17,31,.8) 69%,rgba(13,17,31,.96) 100%);
}
.hero-story a:hover img {
  transform:scale(1.025);
}
.hero-tag {
  position:absolute;
  z-index:1;
  top:25px;
  left:28px;
  background:#fff;
  padding:5px 11px;
  font-size:.6875rem;
  letter-spacing:.08em;
  font-weight:700;
  border-radius:4px;
}
.hero-copy {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  z-index:1;
  color:#fff;
  padding:30px 34px 27px;
}
.story-meta {
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--muted);
  font-size:.75rem;
  line-height:1.5;
}
.category {
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:.75rem;
  font-weight:700;
}
.category:before {
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:currentColor;
  flex-shrink:0;
}
.category-tech {
  color:#2549eb;
}
.category-algemeen {
  color:#367d62;
}
.category-youth {
  color:#9852bc;
}
.category-muziek {
  color:#b84b23;
}
.category-social {
  color:#b03979;
}
.hero-copy .story-meta {
  color:#dddfe8;
}
.hero-copy .category {
  color:#fff;
  background:var(--blue);
  padding:3px 9px;
  border-radius:3px;
}
.hero-copy .category:before {
  display:none;
}
.hero-copy h2 {
  font-size:clamp(2rem,3.1vw,2.85rem);
  max-width:600px;
  margin:15px 0 12px;
  letter-spacing:-.045em;
}
.hero-copy p {
  max-width:590px;
  font-size:.9375rem;
  line-height:1.6;
  color:#e0e2e8;
}
.hero-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:20px;
  font-size:.875rem;
  font-weight:700;
}
.hero-arrow {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid #ffffff70;
  border-radius:50%;
  transition:background .2s;
}
.hero-story a:hover .hero-arrow {
  background:var(--blue);
  border-color:var(--blue);
}
.latest {
  display:flex;
  flex-direction:column;
  border-top:2px solid var(--ink);
}
.section-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 0 8px;
  gap:12px;
}
.section-top h2 {
  font-size:1.45rem;
  display:flex;
  align-items:center;
  gap:12px;
}
.small-label {
  font-size:.625rem;
  letter-spacing:.08em;
  color:var(--muted);
  font-weight:700;
}
.latest-list {
  flex:1;
  display:flex;
  flex-direction:column;
}
.latest-story {
  border-bottom:1px solid var(--line);
  flex:1;
}
.latest-story>a {
  display:block;
  height:100%;
  position:relative;
  padding:18px 22px 18px 0;
}
.latest-story h3 {
  font-size:1.16rem;
  line-height:1.32;
  letter-spacing:-.025em;
  margin-top:8px;
  max-width:345px;
}
.latest-story a:hover h3 {
  color:var(--blue);
}
.latest-arrow {
  position:absolute;
  right:0;
  top:52%;
  font-size:1.25rem;
  color:#8b9098;
}
.all-stories {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:.875rem;
  font-weight:700;
  padding-top:19px;
  color:var(--blue);
}
.topic-strip {
  display:flex;
  align-items:center;
  gap:12px;
  padding:25px 0;
  border-bottom:1px solid var(--line);
  flex-wrap:wrap;
}
.topic-label {
  display:flex;
  align-items:center;
  gap:15px;
  margin-right:6px;
  font-size:.6875rem;
  font-weight:700;
  letter-spacing:.055em;
}
.topic-label svg {
  width:19px;
}
.topic-strip>a {
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:24px;
  font-size:.8125rem;
  padding:6px 14px;
  transition:background .2s;
}
.topic-strip>a:hover {
  background:#e9edff;
  color:var(--blue);
  border-color:#cbd5ff;
}
.stories-section {
  padding:46px 0 53px;
  scroll-margin-top:25px;
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:25px;
}
.section-heading .eyebrow {
  color:var(--muted);
  font-size:.6875rem;
  margin-bottom:8px;
}
.section-heading h2 {
  font-size:2rem;
  letter-spacing:-.04em;
}
.section-caption {
  font-size:.8125rem;
  color:var(--muted);
}
.story-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:25px;
}
.card-link {
  display:flex;
  flex-direction:column;
  height:100%;
}
.card-image {
  aspect-ratio:1.5;
  position:relative;
  border-radius:8px;
  overflow:hidden;
  background:var(--soft);
}
.card-image>img {
  width:100%;
  height:100%;
  transition:transform .4s;
}
.image-arrow {
  position:absolute;
  right:12px;
  bottom:12px;
  border-radius:50%;
  width:30px;
  height:30px;
  background:white;
  display:grid;
  place-items:center;
  opacity:0;
  transition:opacity .2s;
}
.card-link:hover .image-arrow {
  opacity:1;
}
.card-link:hover img {
  transform:scale(1.035);
}
.card-copy {
  padding:17px 0 0;
  display:flex;
  flex-direction:column;
  flex:1;
}
.card-copy h3 {
  font-size:1.23rem;
  line-height:1.27;
  margin-top:10px;
  letter-spacing:-.035em;
}
.card-link:hover h3 {
  color:var(--blue);
}
.card-copy p {
  font-size:.875rem;
  color:var(--muted);
  line-height:1.65;
  margin-top:11px;
}
.read-story {
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--ink);
  font-size:.75rem;
  font-weight:700;
  padding-top:20px;
  margin-top:auto;
}
.read-story svg {
  width:17px;
}
.social-art {
  aspect-ratio:1.5;
  border-radius:8px;
  background:#eeeafd;
  position:relative;
  overflow:hidden;
  padding:20px 23px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.social-art>span:first-child {
  font-size:clamp(2.4rem,3.7vw,3.6rem);
  line-height:.93;
  font-weight:800;
  letter-spacing:-.07em;
  color:#5d3baa;
}
.social-asterisk {
  position:absolute;
  font-size:6rem;
  right:8px;
  top:40px;
  color:#8664c6;
  font-weight:400;
  line-height:1;
}
.social-art-small {
  color:#664da0;
  font-size:.625rem;
  letter-spacing:.14em;
  margin-top:13px;
  font-weight:700;
}
.manifesto {
  background:#eef1ff;
  border-radius:12px;
  padding:45px 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  margin-bottom:60px;
  overflow:hidden;
}
.manifesto-label {
  font-size:.6875rem;
  font-weight:700;
  letter-spacing:.1em;
  color:var(--blue);
}
.manifesto h2 {
  font-size:2.5rem;
  letter-spacing:-.045em;
  margin:13px 0 17px;
}
.manifesto h2 span {
  color:var(--blue);
}
.manifesto p {
  max-width:535px;
  font-size:.9375rem;
  color:#606980;
}
.manifesto a {
  display:inline-flex;
  align-items:center;
  gap:15px;
  font-size:.875rem;
  font-weight:700;
  color:var(--blue);
  margin-top:24px;
}
.manifesto-mark {
  font-size:8.5rem;
  line-height:.9;
  letter-spacing:-.1em;
  font-weight:900;
  color:var(--blue);
  transform:rotate(-8deg);
  padding-right:22px;
}
.manifesto-mark>span {
  font-size:6rem;
  vertical-align:top;
  display:inline-block;
  line-height:.8;
  letter-spacing:-.1em;
}
.manifesto-mark small {
  display:block;
  font-size:.7rem;
  letter-spacing:.27em;
  text-align:center;
  margin-top:21px;
  font-weight:700;
}
.footer {
  background:#f7f8fa;
  border-top:1px solid var(--line);
  padding:39px 0 24px;
}
.footer-main {
  display:flex;
  align-items:center;
  gap:28px;
  padding-bottom:32px;
  border-bottom:1px solid #dedfe5;
}
.footer-main .brand img {
  width:185px;
}
.footer-main>p {
  font-size:.8125rem;
  color:var(--muted);
}
.footer-main nav {
  display:flex;
  flex-wrap:wrap;
  gap:21px;
  margin-left:auto;
  font-size:.8125rem;
  font-weight:700;
}
.footer a:hover {
  color:var(--blue);
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:23px;
  font-size:.75rem;
  color:var(--muted);
}
.editorial-note {
  font-size:.75rem;
  color:var(--muted);
  margin-top:14px;
}
.listing-main {
  padding-top:32px;
  padding-bottom:70px;
  min-height:65vh;
}
.back-link {
  display:inline-flex;
  font-size:.875rem;
  color:var(--muted);
  margin-bottom:32px;
  min-height:24px;
}
.back-link:hover {
  color:var(--blue);
}
.listing-intro {
  font-size:1.0625rem;
  color:var(--muted);
  margin-top:17px;
  max-width:670px;
}
.count-label {
  font-size:.875rem;
  color:var(--muted);
}
.listing-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:40px;
}
.search-form {
  max-width:850px;
}
.search-field {
  display:flex;
  align-items:center;
  gap:16px;
  border:1px solid #bfc6d5;
  border-radius:8px;
  padding:8px 8px 8px 20px;
}
.search-field>svg {
  color:var(--muted);
}
.search-field input {
  flex:1;
  min-width:0;
  border:0;
  background:transparent;
  padding:12px 0;
  color:var(--ink);
}
.search-field input:focus-visible {
  outline-offset:1px;
}
.search-field button,.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  background:var(--blue);
  color:white;
  border:0;
  border-radius:6px;
  font-size:.875rem;
  font-weight:700;
  padding:12px 19px;
  min-height:48px;
}
.button:hover,.search-field button:hover {
  background:#1936b9;
}
.search-results {
  margin-top:25px;
  font-size:1rem;
}
.search-topics {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:25px;
}
.search-topics a {
  border:1px solid var(--line);
  padding:10px 18px;
  border-radius:5px;
  font-weight:700;
  font-size:.875rem;
}
.search-topics a:hover {
  border-color:var(--blue);
  color:var(--blue);
}
.empty-state {
  padding:50px 0;
}
.empty-state>span {
  font-size:3rem;
  color:var(--blue);
}
.empty-state h2 {
  font-size:1.7rem;
}
.empty-state p {
  margin:12px 0 25px;
  color:var(--muted);
}
.article-main {
  padding-top:30px;
}
.article-heading {
  max-width:880px;
  margin:0 auto 35px;
}
.article-heading .story-meta {
  flex-wrap:wrap;
}
.article-heading h1 {
  font-size:clamp(2.4rem,4.5vw,4rem);
  margin:20px 0 23px;
  line-height:1.08;
}
.article-summary {
  font-size:1.2rem;
  line-height:1.6;
  color:var(--muted);
  max-width:800px;
}
.byline {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:25px;
  font-size:.8125rem;
}
.byline strong,.byline span {
  display:block;
}
.byline span {
  font-size:.75rem;
  color:var(--muted);
}
.article-figure {
  max-width:1000px;
  margin:0 auto 38px;
}
.article-figure>img {
  width:100%;
  max-height:530px;
  object-fit:cover;
  border-radius:10px;
}
.article-figure figcaption {
  font-size:.75rem;
  color:var(--muted);
  margin-top:10px;
}
.article-figure figcaption a {
  text-decoration:underline;
  text-underline-offset:3px;
}
.article-body {
  max-width:700px;
  margin:0 auto;
  font-size:1.125rem;
  line-height:1.85;
}
.article-body p {
  margin-bottom:25px;
}
.article-body h2 {
  font-size:1.75rem;
  margin:38px 0 15px;
}
.article-body .article-notice {
  background:var(--soft);
  border-left:3px solid var(--blue);
  padding:15px 20px;
  font-size:.8125rem;
  line-height:1.7;
  color:var(--muted);
  margin-bottom:30px;
}
.article-body .button {
  margin-top:12px;
}
.related {
  border-top:1px solid var(--line);
  margin-top:60px;
  padding:35px 0 60px;
}
.related .section-heading>a {
  color:var(--blue);
  font-size:.875rem;
}
.related-links {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
.related-links>a {
  padding:22px;
  background:var(--soft);
  border-radius:8px;
}
.related-links h3 {
  font-size:1.2rem;
  line-height:1.3;
  margin:12px 0 20px;
}
.related-links>a:hover {
  background:#edf0ff;
}
.related-links svg {
  color:var(--blue);
}
.error-main {
  min-height:65vh;
  padding-block:80px;
}
.error-main h1 {
  font-size:clamp(3rem,6vw,5rem);
}
.error-main p:not(.eyebrow) {
  margin:25px 0;
  color:var(--muted);
}
@media(min-width:1600px) {
  .container {
    width:min(1400px,calc(100% - 120px));
  }
  .hero-story,.hero-story>a {
    min-height:580px;
  }
}
@media(max-width:1200px) {
  .container {
    width:calc(100% - 64px);
  }
  .header-inner {
    gap:24px;
  }
  .desktop-nav {
    gap:19px;
  }
  .brand img {
    width:190px;
  }
  .edition {
    display:none;
  }
  .header-actions {
    gap:0;
  }
  .lead-grid {
    gap:26px;
  }
  .hero-copy {
    padding:25px;
  }
  .hero-copy h2 {
    font-size:2.45rem;
  }
  .story-grid {
    gap:20px;
  }
  .footer-main {
    flex-wrap:wrap;
  }
  .footer-main nav {
    gap:19px;
  }
  .manifesto-mark {
    font-size:7rem;
  }
  .manifesto-mark>span {
    font-size:5rem;
  }
}
@media(max-width:1000px) {
  .desktop-nav {
    gap:15px;
  }
  .desktop-nav>a {
    font-size:.8125rem;
  }
  .brand img {
    width:169px;
  }
  .header-inner {
    gap:15px;
    min-height:92px;
  }
  .lead-grid {
    grid-template-columns:minmax(0,1.6fr) minmax(265px,1fr);
  }
  .hero-story,.hero-story>a {
    min-height:530px;
  }
  .hero-copy h2 {
    font-size:2.1rem;
  }
  .latest-story h3 {
    font-size:1.05rem;
  }
  .small-label {
    display:none;
  }
  .story-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:32px;
  }
  .social-art>span:first-child {
    font-size:4rem;
  }
  .social-asterisk {
    font-size:8rem;
    right:25px;
    top:65px;
  }
  .social-art {
    padding:25px 30px;
  }
  .social-art-small {
    font-size:.75rem;
  }
  .manifesto {
    padding:35px;
  }
  .manifesto h2 {
    font-size:2.1rem;
  }
  .manifesto-mark {
    font-size:5.6rem;
  }
  .manifesto-mark>span {
    font-size:3.7rem;
  }
  .footer-main nav {
    margin-left:0;
    flex-basis:100%;
  }
  .related-links {
    gap:15px;
  }
}
@media(max-width:760px) {
  .container {
    width:calc(100% - 40px);
  }
  .topbar-inner {
    min-height:34px;
  }
  .topbar-inner>span:first-child {
    font-size:.6875rem;
  }
  .topbar-star {
    display:none;
  }
  .preview-label {
    font-size:.625rem;
  }
  .header-inner {
    min-height:83px;
  }
  .brand img {
    width:181px;
  }
  .desktop-nav {
    display:none;
  }
  .header-actions {
    gap:10px;
  }
  .mobile-menu {
    display:block;
  }
  .mobile-menu summary {
    list-style:none;
    display:grid;
    place-items:center;
    min-width:44px;
    min-height:44px;
    border-radius:5px;
  }
  .mobile-menu summary::-webkit-details-marker {
    display:none;
  }
  .mobile-menu[open] summary {
    color:var(--blue);
    background:var(--soft);
  }
  .mobile-menu nav {
    position:absolute;
    left:0;
    right:0;
    top:117px;
    z-index:10;
    background:white;
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 20px #17202a0c;
    padding:15px 20px 23px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:3px 15px;
  }
  .mobile-menu nav a {
    padding:12px;
    font-weight:700;
    font-size:.9375rem;
    border-radius:5px;
  }
  .mobile-menu nav a:hover,.mobile-menu nav a[aria-current] {
    background:#edf0ff;
    color:var(--blue);
  }
  .home-main {
    padding-top:30px;
  }
  .page-heading {
    margin-bottom:23px;
  }
  .eyebrow {
    font-size:.625rem;
    letter-spacing:.08em;
    gap:7px;
    margin-bottom:10px;
  }
  .heading-aside {
    display:none;
  }
  h1 {
    font-size:2.7rem;
  }
  .lead-grid {
    grid-template-columns:1fr;
    gap:31px;
  }
  .hero-story,.hero-story>a {
    min-height:505px;
  }
  .hero-copy {
    padding:25px;
  }
  .hero-copy h2 {
    font-size:2.5rem;
    max-width:530px;
  }
  .hero-copy p {
    font-size:.9375rem;
  }
  .hero-tag {
    top:22px;
    left:24px;
  }
  .section-top {
    padding-top:18px;
    padding-bottom:4px;
  }
  .small-label {
    display:block;
    font-size:.625rem;
  }
  .latest-list {
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:22px;
  }
  .latest-story>a {
    padding:18px 16px 20px 0;
  }
  .latest-story h3 {
    font-size:1.07rem;
  }
  .latest-story .story-meta {
    gap:8px;
    flex-wrap:wrap;
  }
  .latest-story .story-meta>span {
    font-size:.6875rem;
  }
  .latest-arrow {
    font-size:1.1rem;
    right:0;
  }
  .all-stories {
    padding-top:15px;
  }
  .topic-strip {
    gap:9px;
    padding-block:24px;
  }
  .topic-label {
    flex-basis:100%;
    margin-bottom:3px;
  }
  .topic-strip>a {
    font-size:.75rem;
    padding:6px 12px;
  }
  .stories-section {
    padding-top:33px;
    padding-bottom:36px;
  }
  .section-heading h2 {
    font-size:1.8rem;
  }
  .section-caption {
    display:none;
  }
  .story-grid {
    gap:28px 19px;
  }
  .card-copy h3 {
    font-size:1.2rem;
  }
  .card-copy p {
    font-size:.875rem;
  }
  .card-copy .story-meta {
    flex-wrap:wrap;
    gap:5px 10px;
  }
  .card-copy .story-meta>span {
    font-size:.6875rem;
  }
  .social-art {
    padding:18px;
  }
  .social-art>span:first-child {
    font-size:3.2rem;
  }
  .social-asterisk {
    font-size:6rem;
    top:32px;
    right:12px;
  }
  .social-art-small {
    font-size:.5rem;
    letter-spacing:.08em;
  }
  .manifesto {
    padding:30px 25px;
    gap:20px;
    margin-bottom:38px;
  }
  .manifesto h2 {
    font-size:1.8rem;
  }
  .manifesto p {
    font-size:.875rem;
  }
  .manifesto-mark {
    display:none;
  }
  .footer {
    padding-top:28px;
  }
  .footer-main {
    gap:16px;
    padding-bottom:24px;
  }
  .footer-main>p {
    flex-basis:100%;
  }
  .footer-main nav {
    column-gap:21px;
    row-gap:6px;
  }
  .footer-main nav a {
    padding-block:6px;
  }
  .footer-bottom {
    flex-wrap:wrap;
    gap:10px;
    font-size:.6875rem;
  }
  .footer-bottom>span:nth-child(2) {
    display:none;
  }
  .footer-bottom>a {
    margin-left:auto;
  }
  .editorial-note {
    font-size:.6875rem;
  }
  .listing-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:30px;
  }
  .listing-main {
    padding-top:24px;
    padding-bottom:45px;
  }
  .back-link {
    margin-bottom:26px;
  }
  .listing-intro {
    font-size:1rem;
  }
  .count-label {
    display:none;
  }
  .search-field {
    gap:8px;
    padding-left:12px;
  }
  .search-field>svg {
    display:none;
  }
  .search-field button {
    padding-inline:14px;
  }
  .search-field button svg {
    display:none;
  }
  .search-field input {
    font-size:1rem;
  }
  .article-heading h1 {
    font-size:2.6rem;
  }
  .article-summary {
    font-size:1.0625rem;
  }
  .article-main {
    padding-top:23px;
  }
  .article-body {
    font-size:1.0625rem;
    line-height:1.8;
  }
  .article-figure>img {
    max-height:380px;
  }
  .article-heading {
    margin-bottom:26px;
  }
  .related .section-heading {
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
  }
  .related-links {
    grid-template-columns:1fr;
  }
  .related-links>a {
    position:relative;
    padding:20px 50px 20px 20px;
  }
  .related-links h3 {
    margin-bottom:0;
  }
  .related-links svg {
    position:absolute;
    right:20px;
    top:45%;
  }
  .article-body h2 {
    font-size:1.5rem;
  }
  .error-main {
    padding-block:55px;
  }
}
@media(max-width:400px) {
  .container {
    width:calc(100% - 32px);
  }
  .topbar-inner>span:first-child {
    font-size:.625rem;
  }
  .preview-label {
    font-size:.5625rem;
  }
  .brand img {
    width:167px;
  }
  .header-actions {
    gap:0;
  }
  .hero-story,.hero-story>a {
    min-height:495px;
  }
  .hero-copy {
    padding:22px;
  }
  .hero-copy h2 {
    font-size:2.1rem;
  }
  .hero-copy p {
    font-size:.875rem;
  }
  .hero-tag {
    left:22px;
  }
  .story-grid {
    grid-template-columns:1fr;
  }
  .card-image,.social-art {
    aspect-ratio:1.6;
  }
  .social-art {
    padding:25px;
  }
  .social-art>span:first-child {
    font-size:4rem;
  }
  .social-asterisk {
    font-size:8rem;
    right:30px;
    top:50px;
  }
  .social-art-small {
    font-size:.75rem;
  }
  .card-copy h3 {
    font-size:1.4rem;
  }
  .latest-list {
    column-gap:16px;
  }
  .latest-story h3 {
    font-size:1rem;
  }
  .article-heading h1 {
    font-size:2.2rem;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
}
/* Keep editorial labels legible and allow the lead story to grow with text zoom. */
.header {
  position:relative;
}
.hero-story>a {
  display:flex;
  flex-direction:column;
}
.hero-copy {
  position:relative;
  margin-top:auto;
  padding-top:220px;
}
.eyebrow,.small-label,.hero-tag,.topic-label,.manifesto-label,.section-heading .eyebrow,.social-art-small {
  font-size:.75rem;
}
@media(max-width:760px) {
  .mobile-menu nav {
    top:100%;
  }
  .topbar-intro {
    display:none;
  }
  .topbar-inner>span:first-child,.preview-label {
    font-size:.75rem;
  }
  .hero-copy {
    padding-top:225px;
  }
  .latest-story .story-meta>span,.card-copy .story-meta>span,.footer-bottom,.editorial-note {
    font-size:.75rem;
  }
  .social-art-small {
    font-size:.6875rem;
  }
  .eyebrow {
    font-size:.6875rem;
  }
  .hero-tag {
    font-size:.6875rem;
  }
}
@media(max-width:400px) {
  .topbar-inner {
    gap:8px;
    flex-wrap:wrap;
    padding-block:5px;
  }
  .hero-copy {
    padding-top:190px;
  }
  .hero-tag {
    font-size:.75rem;
  }
  .social-art-small {
    font-size:.75rem;
  }
}

/* Source attribution stays visible wherever an imported headline appears. */
.feed-status { margin: -9px 0 24px; font-size: .8125rem; color: var(--muted); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.feed-status a { color: var(--blue); }
.feed-stale { color: #865909; }
.published-date { font-size: .75rem; color: var(--muted); margin-top: 12px; }
.hero-date { display: block; margin-top: 10px; font-size: .75rem; color: #e0e2e8; }
.illustration-label { position: absolute; top: 10px; left: 10px; background: #fff; color: #535963; padding: 2px 7px; border-radius: 3px; font-size: .75rem; }
.byline time { display: block; color: var(--muted); font-size: .8125rem; }
.source-article { margin-left: auto; margin-right: auto; max-width: 880px; }
.source-explainer { color: var(--muted); }
.source-button { margin-bottom: 13px; }
.source-domain { font-size: .875rem; color: var(--muted); }
.source-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-block: 32px; }
.source-list article { border: 1px solid var(--line); border-radius: 8px; padding: 25px; }
.source-list h2 { font-size: 1.35rem; }
.source-list p { color: var(--muted); margin: 9px 0; }
.source-list a { color: var(--blue); font-size: .875rem; }
.source-policy { max-width: 850px; }
.source-policy h2 { font-size: 1.7rem; margin: 35px 0 16px; }
.source-policy p { margin-bottom: 16px; color: var(--muted); }
@media (max-width: 760px) { .source-list { grid-template-columns: 1fr; } .source-button { width: 100%; text-align: center; } }

/* A quiet reading layout for Nxt's original briefs. */
.article-references {
  margin-top: 40px;
  padding: 24px;
  background: var(--soft);
  border-radius: 12px;
  font-size: .9375rem;
  line-height: 1.6;
}
.article-body .article-references h2 { margin: 0 0 8px; font-size: 1.25rem; }
.article-body .article-references p { margin-bottom: 16px; color: var(--muted); }
.article-references ul { list-style: none; padding: 0; margin: 0; }
.article-references li + li { border-top: 1px solid var(--line); }
.article-references a { display: block; padding: 12px 0; color: var(--blue); overflow-wrap: anywhere; }
.article-references a:hover { text-decoration: underline; text-underline-offset: 4px; }
.article-body .article-transparency { margin-top: 24px; font-size: .8125rem; line-height: 1.7; color: var(--muted); }
.article-transparency a { text-decoration: underline; text-underline-offset: 3px; }
.byline img { border-radius: 8px; }

.primary-sources { margin-top: 54px; }
.primary-sources .source-list { margin: 24px 0 40px; }
.source-kind { display: block; margin-bottom: 10px; font-size: .75rem; font-weight: 700; color: var(--blue); }
.primary-sources h3 { font-size: 1.2rem; }
