:root {
  --ink: #0a0a0b;
  --paper: #f3f1eb;
  --surface: #151518;
  --surface-2: #1e1e22;
  --muted: #9a999f;
  --line: #303036;
  --violet: #8d5cff;
  --lime: #d8ff43;
  --pink: #ff4fa3;
  --white: #fff;
  --shell: min(1440px, calc(100% - 72px));
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: var(--body); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.visually-hidden { 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 { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--lime); color: var(--ink); padding: 10px 16px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; background: var(--ink); }
.utility-bar { height: 38px; display: flex; align-items: center; justify-content: space-between; color: #b7b5ba; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.utility-bar p { display: flex; align-items: center; gap: 9px; margin: 0; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px rgba(255,79,163,.15); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(255,79,163,0); } }
.utility-actions { display: flex; height: 100%; align-items: center; gap: 20px; }
.date-stamp { color: #76757a; }
.icon-button { border: 0; background: transparent; cursor: pointer; }
.theme-toggle { width: 38px; height: 100%; border-inline: 1px solid var(--line); }
.member-link { color: var(--lime); font-weight: 700; }
.brand-row { min-height: 116px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.wordmark { font-family: var(--display); font-size: clamp(54px, 7vw, 96px); line-height: .8; font-weight: 700; letter-spacing: -.075em; }
.wordmark-dot { color: var(--violet); }
.brand-tagline { justify-self: start; margin: 0 0 0 30px; color: #85848b; font-size: 10px; font-weight: 600; letter-spacing: .16em; line-height: 1.6; }
.menu-toggle { display: none; width: 42px; padding: 10px 5px; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 6px 0; }
.search-trigger { justify-self: end; display: flex; align-items: center; gap: 10px; background: transparent; border: 1px solid var(--line); padding: 11px 17px; cursor: pointer; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.search-trigger span:first-child { font-size: 19px; line-height: 0; transform: rotate(-15deg); }
.primary-nav { border-block: 1px solid var(--line); }
.nav-scroll { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 4vw, 58px); white-space: nowrap; }
.primary-nav a { position: relative; padding: 17px 0 16px; color: #b5b3ba; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.primary-nav a:hover, .primary-nav a.active { color: var(--white); }
.primary-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--violet); }

.breaking-bar { background: var(--violet); color: var(--white); overflow: hidden; }
.ticker-layout { height: 42px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }
.breaking-label { align-self: stretch; display: flex; align-items: center; padding-right: 20px; border-right: 1px solid rgba(255,255,255,.25); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.ticker-window { min-width: 0; overflow: hidden; }
.ticker-track { display: flex; width: max-content; gap: 90px; white-space: nowrap; font-size: 11px; font-weight: 700; letter-spacing: .09em; animation: ticker 30s linear infinite; }
.ticker-track.paused { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }
.ticker-toggle { border: 0; background: transparent; cursor: pointer; font-size: 10px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(270px, .78fr) minmax(270px, .65fr); gap: 20px; padding-block: 48px 72px; }
.full-span { grid-column: 1 / -1; }
.section-kicker { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.section-kicker p { margin: 0; font-size: 12px; color: #d1d0d4; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.section-kicker span { color: #65646b; font-family: var(--display); font-size: 11px; }
.hero-story { min-height: 610px; overflow: hidden; }
.hero-story .media-link { position: relative; display: block; height: 100%; min-height: 610px; overflow: hidden; }
.hero-story img, .compact-feature img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.story-card:hover img { transform: scale(1.035); }
.image-wash { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.16) 45%, rgba(0,0,0,.96) 100%); }
.hero-copy { position: absolute; z-index: 2; inset: auto 34px 32px; }
.eyebrow { display: inline-flex; padding: 6px 9px; background: var(--violet); color: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.hero-copy h2 { max-width: 770px; margin: 16px 0 12px; font-family: var(--display); font-size: clamp(34px, 4.5vw, 68px); line-height: .98; letter-spacing: -.045em; }
.hero-copy p { max-width: 700px; margin: 0 0 18px; color: #ceccd1; font-size: 14px; }
.story-meta { display: flex; align-items: center; gap: 12px; color: #9c9aa1; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.story-meta span + span::before { content: "•"; margin-right: 12px; color: var(--violet); }
.hero-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.compact-feature { position: relative; min-height: 295px; overflow: hidden; background: var(--surface); }
.compact-feature a { display: block; height: 100%; position: relative; }
.compact-feature::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 18%, rgba(0,0,0,.86) 100%); }
.compact-copy { position: absolute; z-index: 2; inset: auto 22px 20px; }
.compact-copy h3 { margin: 11px 0 13px; font-family: var(--display); font-size: clamp(20px, 2vw, 27px); line-height: 1.05; letter-spacing: -.03em; }
.accent-lime { background: var(--lime); color: var(--ink); }
.accent-pink { background: var(--pink); }
.read-more { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: #d3d2d6; }
.read-more b { color: var(--lime); margin-left: 5px; }
.trending-panel { background: var(--surface); padding: 25px 25px 20px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.panel-heading h2 { margin: 0; font-family: var(--display); font-size: 20px; text-transform: uppercase; letter-spacing: -.02em; }
.pulse-icon { color: var(--violet); font-size: 24px; }
.trending-panel ol { list-style: none; padding: 0; margin: 0 0 22px; }
.trending-panel li { border-bottom: 1px solid var(--line); }
.trending-panel li a { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 17px 0; }
.trending-panel li > a > span { font-family: var(--display); color: var(--violet); font-size: 13px; }
.trending-panel li b { display: block; font-family: var(--display); font-size: 14px; line-height: 1.18; transition: color .2s; }
.trending-panel li a:hover b { color: var(--lime); }
.trending-panel li small { display: block; margin-top: 6px; color: #77767d; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.text-link { display: flex; justify-content: space-between; color: #c2c0c6; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.text-link:hover { color: var(--lime); }

.release-section { background: var(--paper); color: var(--ink); padding: 72px 0 78px; overflow: hidden; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.section-heading > div:first-child { display: flex; align-items: flex-end; gap: 17px; }
.index-number { color: var(--violet); font-family: var(--display); font-size: 12px; font-weight: 700; margin-bottom: 7px; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 5vw, 64px); line-height: .85; letter-spacing: -.065em; text-transform: uppercase; }
.rail-controls { display: flex; }
.rail-button { width: 43px; height: 43px; border: 1px solid #c9c7c0; background: transparent; cursor: pointer; transition: .2s; }
.rail-button + .rail-button { border-left: 0; }
.rail-button:hover { background: var(--ink); color: var(--white); }
.release-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr); gap: 20px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.release-rail::-webkit-scrollbar { display: none; }
.release-card { min-width: 0; scroll-snap-align: start; }
.album-art { position: relative; aspect-ratio: 1; overflow: hidden; display: grid; place-items: center; margin-bottom: 16px; }
.album-art::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.2); }
.album-art span { position: relative; z-index: 2; font-family: var(--display); font-size: clamp(54px, 6vw, 92px); font-weight: 700; letter-spacing: -.12em; }
.album-art i { position: absolute; z-index: 2; bottom: 12px; left: 14px; right: 14px; font-size: 8px; font-style: normal; letter-spacing: .28em; }
.art-one { background: radial-gradient(circle at 70% 30%, #ff89c4 0 8%, transparent 9%), conic-gradient(from 90deg, #5b2cff, #101018, #ff3d9a, #5b2cff); color: white; }
.art-two { background: repeating-linear-gradient(90deg, #e7ff59 0 7px, #111 7px 19px); color: white; }
.art-two span { background: #111; padding: 5px 16px; letter-spacing: -.06em; }
.art-three { background: linear-gradient(135deg, #ff674d 0 40%, #e7c9a8 40% 62%, #1825a8 62%); color: #fff; }
.art-three span { mix-blend-mode: difference; }
.art-four { background: radial-gradient(circle at 50% 60%, #d4f0ec 0 15%, transparent 16%), repeating-radial-gradient(circle at 50% 60%, #1d6c7b 0 13px, #10333d 14px 28px); color: #e3fffb; }
.art-five { background: linear-gradient(180deg, #e9e2d6 0 54%, #ff4229 54%); color: #111; }
.score { float: right; min-width: 37px; height: 25px; display: grid; place-items: center; background: var(--violet); color: #fff; font-family: var(--display); font-size: 11px; font-weight: 700; }
.release-card h3 { margin: 0 45px 5px 0; font-family: var(--display); font-size: 17px; line-height: 1.15; }
.release-card p { margin: 0; color: #7e7b75; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.feed-section { padding-block: 78px 90px; }
.feed-heading { border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.filter-chips { display: flex; gap: 5px; flex-wrap: wrap; justify-content: flex-end; }
.filter-chip { border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; color: #aaa8af; background: transparent; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; cursor: pointer; }
.filter-chip:hover, .filter-chip.active { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.portal-grid { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(280px, .78fr); gap: 64px; }
.article-feed { border-top: 1px solid var(--line); }
.feed-card { display: grid; grid-template-columns: minmax(220px, .85fr) minmax(0, 1.25fr); gap: 27px; padding-block: 27px; border-bottom: 1px solid var(--line); transition: opacity .25s, transform .25s; }
.feed-card[hidden] { display: none; }
.feed-image { position: relative; min-height: 205px; overflow: hidden; background: var(--surface); }
.feed-image img { height: 100%; object-fit: cover; }
.media-badge { position: absolute; left: 12px; bottom: 12px; padding: 5px 8px; background: rgba(8,8,10,.9); color: white; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.video-thumb::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.15); }
.play-button { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; padding-left: 4px; background: var(--lime); color: var(--ink); box-shadow: 0 5px 30px rgba(0,0,0,.35); }
.feed-copy { min-width: 0; display: flex; flex-direction: column; }
.feed-copy h3 { margin: 12px 0 9px; font-family: var(--display); font-size: clamp(23px, 2.4vw, 34px); line-height: 1.03; letter-spacing: -.035em; }
.feed-copy h3 a:hover { color: var(--lime); }
.feed-copy > p { margin: 0 0 20px; color: #9f9da4; font-size: 13px; }
.byline { display: flex; align-items: center; gap: 9px; margin-top: auto; }
.byline > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-2); color: var(--lime); font-size: 8px; font-weight: 800; }
.byline small { color: #8d8b92; font-size: 10px; }
.byline b { margin-left: auto; color: #77767d; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.audio-panel { min-height: 205px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(135deg, #552bd3, #8c59ff 55%, #ff4fa3); }
.audio-art { flex: 1; display: grid; place-items: center; font-family: var(--display); font-size: 32px; line-height: .82; letter-spacing: -.08em; text-align: center; }
.audio-controls { display: flex; align-items: center; gap: 12px; padding: 10px; background: rgba(7,7,9,.78); }
.audio-play { flex: 0 0 auto; width: 35px; height: 35px; display: grid; place-items: center; border: 0; border-radius: 50%; padding-left: 3px; background: var(--lime); color: var(--ink); cursor: pointer; }
.audio-info { min-width: 0; flex: 1; }
.audio-info b { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 10px; }
.audio-time { color: #b3b0ba; font-size: 8px; }
.audio-progress { height: 2px; background: rgba(255,255,255,.2); margin-top: 5px; }
.audio-progress i { display: block; width: 0; height: 100%; background: var(--lime); }
.side-column { display: flex; flex-direction: column; gap: 35px; }
.side-module { background: var(--surface); padding: 23px; }
.module-label { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.module-label span { font-family: var(--display); font-size: 16px; font-weight: 700; text-transform: uppercase; }
.module-label i { width: 8px; height: 8px; background: var(--violet); transform: rotate(45deg); }
.editor-picks article { padding: 19px 0; border-bottom: 1px solid var(--line); }
.editor-picks article > a > span { color: var(--violet); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.editor-picks h3 { margin: 8px 0 10px; font-family: var(--display); font-size: 19px; line-height: 1.05; }
.editor-picks h3:hover { color: var(--lime); }
.editor-picks small { color: #77767d; font-size: 9px; text-transform: uppercase; }
.module-intro { color: #85838a; font-size: 11px; }
.chart-module ol { list-style: none; padding: 0; margin: 0 0 20px; }
.chart-module li { display: grid; grid-template-columns: 23px 1fr auto; gap: 8px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.chart-module li > span { color: var(--violet); font-family: var(--display); font-size: 12px; }
.chart-module li b, .chart-module li small { display: block; }
.chart-module li b { font-size: 11px; }
.chart-module li small { color: #77767d; font-size: 9px; }
.chart-module li em { color: #77767d; font-size: 8px; font-style: normal; }
.chart-module li em.up { color: var(--lime); }
.chart-module li em.down { color: var(--pink); }
.load-more { width: calc(100% - 360px); margin-top: 24px; min-height: 50px; border: 1px solid var(--line); background: transparent; cursor: pointer; color: #b9b7bd; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.load-more:hover { border-color: var(--lime); color: var(--lime); }
.load-more span { margin-left: 8px; }
.no-results { padding: 30px; text-align: center; color: var(--muted); border: 1px solid var(--line); }

.scene-section { background: #111114; padding: 90px 0; border-block: 1px solid var(--line); }
.scene-collage { display: grid; grid-template-columns: .8fr 1.35fr .75fr; grid-template-rows: auto 190px; gap: 20px; }
.scene-heading { padding: 20px 30px 20px 0; }
.scene-heading > span { color: var(--violet); font-size: 12px; }
.scene-heading h2 { margin: 15px 0 20px; font-family: var(--display); font-size: clamp(60px, 7vw, 108px); line-height: .74; letter-spacing: -.085em; text-transform: uppercase; }
.scene-heading p { max-width: 270px; color: #8e8c93; font-size: 12px; }
.scene-photo { position: relative; overflow: hidden; }
.scene-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.8)); }
.scene-photo img { height: 100%; object-fit: cover; transition: transform .6s; }
.scene-photo:hover img { transform: scale(1.04); }
.scene-photo span { position: absolute; z-index: 2; bottom: 17px; left: 18px; font-family: var(--display); font-size: 18px; line-height: 1.05; text-transform: uppercase; }
.scene-photo b { color: var(--lime); font-size: 8px; letter-spacing: .13em; }
.photo-large { grid-row: span 2; }
.photo-small { min-height: 300px; }
.scene-collage blockquote { position: relative; margin: 0; padding: 27px; background: var(--violet); font-family: var(--display); font-size: clamp(18px, 2vw, 26px); line-height: 1.02; letter-spacing: -.03em; }
.scene-collage blockquote > span { position: absolute; top: 12px; right: 20px; color: rgba(255,255,255,.28); font-size: 60px; }
.scene-collage cite { display: block; margin-top: 19px; font-family: var(--body); font-size: 9px; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }

.newsletter-section { padding: 85px 0; background: var(--lime); color: var(--ink); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }
.newsletter-inner h2 { margin: 18px 0 0; font-family: var(--display); font-size: clamp(58px, 8vw, 110px); line-height: .75; letter-spacing: -.085em; text-transform: uppercase; }
.newsletter-form > p:first-child { max-width: 470px; font-size: 14px; }
.email-field { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--ink); margin-top: 30px; }
.email-field input { width: 100%; border: 0; outline: 0; padding: 13px 0; background: transparent; color: var(--ink); font-family: var(--display); font-size: 19px; }
.email-field input::placeholder { color: rgba(0,0,0,.45); }
.email-field button { border: 0; background: transparent; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.newsletter-form small { display: block; margin-top: 10px; color: rgba(0,0,0,.55); font-size: 8px; }
.form-message { min-height: 22px; margin: 12px 0 0; font-size: 11px; font-weight: 700; }

.site-footer { padding: 70px 0 24px; background: #080809; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; padding-bottom: 65px; }
.footer-logo { font-size: 48px; }
.footer-grid > div:first-child p { color: #737279; font-size: 11px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; font-size: 11px; color: #88868d; }
.footer-grid > div:not(:first-child) b { margin-bottom: 7px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(:first-child) a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: #5c5b60; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }

dialog { width: min(720px, calc(100% - 30px)); border: 1px solid var(--line); padding: 0; color: var(--white); background: #111114; box-shadow: 0 30px 100px rgba(0,0,0,.7); }
dialog::backdrop { background: rgba(5,5,7,.86); backdrop-filter: blur(8px); }
.dialog-top { display: flex; justify-content: space-between; align-items: center; padding: 17px 20px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.dialog-top button { border: 0; background: transparent; font-size: 26px; cursor: pointer; }
.search-box { display: flex; align-items: center; gap: 12px; margin: 28px 28px 10px; border-bottom: 2px solid var(--violet); }
.search-box span { color: var(--violet); font-size: 28px; }
.search-box input { flex: 1; min-width: 0; padding: 15px 0; outline: 0; border: 0; background: transparent; color: white; font-family: var(--display); font-size: clamp(23px, 4vw, 38px); }
.search-hint { margin: 12px 28px 25px; color: #77767d; font-size: 10px; }
.search-results { max-height: 310px; overflow: auto; padding: 0 28px 28px; }
.search-result { display: block; padding: 14px 0; border-top: 1px solid var(--line); }
.search-result b { display: block; font-family: var(--display); font-size: 17px; }
.search-result small { color: var(--violet); font-size: 9px; text-transform: uppercase; }
.video-dialog { width: min(900px, calc(100% - 30px)); }
.video-placeholder { aspect-ratio: 16/9; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 50% 50%, #3e2380, #0b0b0e 65%); }
.video-placeholder div { display: grid; gap: 12px; justify-items: center; }
.video-placeholder div > span { width: 65px; height: 65px; display: grid; place-items: center; border-radius: 50%; padding-left: 5px; background: var(--lime); color: var(--ink); }
.video-placeholder b { font-family: var(--display); font-size: 22px; }
.video-placeholder small { color: #9b99a0; }

html[data-theme="light"] body { background: #f8f6f1; color: #141416; }
html[data-theme="light"] .site-header, html[data-theme="light"] .site-footer { background: #f8f6f1; color: #141416; }
html[data-theme="light"] .site-footer { background: #e9e6df; }
html[data-theme="light"] .utility-bar, html[data-theme="light"] .primary-nav, html[data-theme="light"] .feed-heading, html[data-theme="light"] .article-feed, html[data-theme="light"] .feed-card, html[data-theme="light"] .section-kicker, html[data-theme="light"] .footer-bottom { border-color: #d5d1c9; }
html[data-theme="light"] .primary-nav a, html[data-theme="light"] .feed-copy > p { color: #5e5b60; }
html[data-theme="light"] .primary-nav a.active, html[data-theme="light"] .primary-nav a:hover { color: #111; }
html[data-theme="light"] .trending-panel, html[data-theme="light"] .side-module { background: #eae7df; }
html[data-theme="light"] .trending-panel li, html[data-theme="light"] .panel-heading, html[data-theme="light"] .module-label, html[data-theme="light"] .editor-picks article, html[data-theme="light"] .chart-module li { border-color: #d1cec6; }
html[data-theme="light"] .scene-section { background: #1a1a1d; color: white; }
html[data-theme="light"] .filter-chip { color: #58555b; border-color: #cbc7bd; }
html[data-theme="light"] .filter-chip.active { color: #111; }
html[data-theme="light"] .site-footer .footer-grid > div:not(:first-child) b { color: #111; }

@media (max-width: 1180px) {
  .hero { grid-template-columns: minmax(0, 1.5fr) minmax(270px, .8fr); }
  .trending-panel { grid-column: 1 / -1; }
  .trending-panel ol { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
  .trending-panel li a { grid-template-columns: 1fr; }
  .portal-grid { gap: 35px; }
  .scene-collage { grid-template-columns: .8fr 1.3fr .8fr; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 34px, 720px); }
  .brand-row { min-height: 86px; grid-template-columns: 42px 1fr auto; }
  .menu-toggle { display: block; }
  .wordmark { justify-self: center; font-size: 58px; }
  .brand-tagline { display: none; }
  .search-label { display: none; }
  .search-trigger { width: 42px; height: 42px; justify-content: center; padding: 0; }
  .primary-nav { max-height: 0; overflow: hidden; border: 0; transition: max-height .3s; }
  .primary-nav.open { max-height: 260px; border-top: 1px solid var(--line); }
  .nav-scroll { width: var(--shell); display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; gap: 0; padding: 10px 0; }
  .primary-nav a { padding: 10px; }
  .primary-nav a.active::after { display: none; }
  .hero { grid-template-columns: 1.25fr .75fr; padding-top: 32px; }
  .hero-story { grid-column: 1 / -1; min-height: 520px; }
  .hero-story .media-link { min-height: 520px; }
  .hero-stack { min-height: 570px; }
  .trending-panel { grid-column: auto; }
  .trending-panel ol { display: block; }
  .trending-panel li:nth-child(n+5) { display: none; }
  .release-rail { grid-auto-columns: minmax(230px, 43%); }
  .portal-grid { grid-template-columns: 1fr; }
  .side-column { display: grid; grid-template-columns: 1fr 1fr; }
  .load-more { width: 100%; }
  .scene-collage { grid-template-columns: 1fr 1fr; grid-template-rows: auto 360px 210px; }
  .scene-heading { grid-column: 1 / -1; }
  .photo-large { grid-row: auto; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .date-stamp { display: none; }
  .utility-actions { gap: 13px; }
  .utility-bar { font-size: 9px; }
  .member-link { font-size: 9px; }
  .breaking-label { padding-right: 12px; }
  .ticker-layout { gap: 12px; }
  .hero { display: block; padding-bottom: 55px; }
  .section-kicker { margin-bottom: 17px; }
  .hero-story, .hero-story .media-link { min-height: 510px; }
  .hero-copy { inset: auto 20px 22px; }
  .hero-copy h2 { font-size: 39px; }
  .hero-copy p { display: none; }
  .hero-stack { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 270px; min-height: 0; margin-top: 14px; gap: 12px; }
  .compact-feature { min-height: 270px; }
  .compact-copy { inset: auto 14px 14px; }
  .compact-copy h3 { font-size: 18px; }
  .compact-copy .read-more { display: none; }
  .trending-panel { margin-top: 14px; }
  .trending-panel li:nth-child(n+4) { display: none; }
  .release-section, .feed-section, .scene-section, .newsletter-section { padding-block: 58px; }
  .release-rail { grid-auto-columns: 72%; }
  .section-heading { align-items: flex-start; gap: 20px; }
  .section-heading h2 { font-size: 43px; }
  .feed-heading { flex-direction: column; }
  .filter-chips { justify-content: flex-start; }
  .feed-card { grid-template-columns: 112px 1fr; gap: 15px; padding-block: 20px; }
  .feed-image, .audio-panel { min-height: 140px; }
  .feed-copy h3 { font-size: 19px; margin: 7px 0; }
  .feed-copy > p, .byline span, .byline small { display: none; }
  .story-meta { font-size: 8px; gap: 6px; }
  .story-meta span + span::before { margin-right: 6px; }
  .audio-panel { padding: 8px; }
  .audio-art { font-size: 20px; }
  .audio-controls { padding: 5px; }
  .audio-play { width: 30px; height: 30px; }
  .audio-info b { max-width: 80px; }
  .side-column { grid-template-columns: 1fr; }
  .scene-collage { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 310px 180px; }
  .scene-heading { grid-column: 1 / -1; }
  .scene-heading h2 { font-size: 72px; }
  .scene-photo span { font-size: 13px; }
  .scene-collage blockquote { font-size: 17px; padding: 20px; }
  .newsletter-inner h2 { font-size: 70px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 10px; flex-wrap: wrap; }
}

@media (max-width: 410px) {
  .wordmark { font-size: 49px; }
  .hero-story, .hero-story .media-link { min-height: 460px; }
  .hero-copy h2 { font-size: 34px; }
  .compact-copy h3 { font-size: 16px; }
  .feed-card { grid-template-columns: 100px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
