:root {
  --ink: #131419;
  --paper: #f3f1ea;
  --white: #fffdf8;
  --orange: #ff6137;
  --orange-dark: #e9471d;
  --lime: #c8ff57;
  --muted: #6e6d69;
  --line: rgba(19, 20, 25, .16);
  --max: 1400px;
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.ticker { height: 34px; padding: 0 32px; display: flex; align-items: center; gap: 20px; background: var(--ink); color: var(--white); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; overflow: hidden; }
.ticker__label { color: var(--orange); font-weight: 800; white-space: nowrap; }
.ticker__track { flex: 1; display: flex; justify-content: center; align-items: center; gap: 18px; white-space: nowrap; overflow: hidden; opacity: .78; }
.ticker__dot { width: 3px; height: 3px; background: var(--orange); border-radius: 50%; }
.ticker__time { opacity: .5; }

.site-header { height: 86px; padding: 0 32px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; position: sticky; top: 0; z-index: 50; background: rgba(243, 241, 234, .92); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark { display: flex; align-items: flex-end; gap: 3px; height: 28px; transform: skew(-9deg); }
.brand__mark i { width: 8px; background: var(--orange); display: block; }
.brand__mark i:nth-child(1) { height: 13px; }
.brand__mark i:nth-child(2) { height: 21px; }
.brand__mark i:nth-child(3) { height: 28px; }
.brand__word { font: 800 22px/1 "Manrope", sans-serif; letter-spacing: -.07em; }
.brand__word span { display: block; font-size: 8px; letter-spacing: .26em; margin-top: 4px; color: var(--orange); }
.main-nav { justify-self: center; display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--orange); transition: right .2s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn, .saved-btn { border: 1px solid var(--line); background: transparent; cursor: pointer; }
.icon-btn { width: 40px; height: 40px; display: grid; place-items: center; }
.icon-btn:hover, .saved-btn:hover { background: var(--ink); color: var(--white); }
.icon-btn svg, .saved-btn svg, .bookmark svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.saved-btn { height: 40px; display: flex; align-items: center; gap: 8px; padding: 0 12px; font-size: 12px; font-weight: 700; }
.saved-btn b { background: var(--orange); color: white; min-width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; }
.menu-btn { display: none; }
.mobile-panel { display: none; }

.hero { padding-top: 74px; }
.hero__intro { display: grid; grid-template-columns: 1fr 320px; align-items: end; gap: 50px; margin-bottom: 46px; }
.eyebrow { margin: 0 0 19px; display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; }
.eyebrow > span { width: 20px; height: 2px; background: var(--orange); }
.hero h1 { font: 800 clamp(60px, 7.2vw, 112px)/.82 "Manrope", sans-serif; letter-spacing: -.08em; margin: 0; text-transform: uppercase; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero__dek { color: var(--muted); line-height: 1.65; font-size: 15px; margin: 0 0 8px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .8fr) minmax(260px, .64fr); gap: 16px; min-height: 650px; }
.story-card { position: relative; }
.lead-card { overflow: hidden; color: white; min-height: 650px; background: #272934; }
.lead-card > img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.lead-card:hover > img { transform: scale(1.025); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,16,.05) 25%, rgba(8,10,16,.88) 100%); }
.lead-card__content { position: absolute; left: clamp(24px, 4vw, 54px); right: 54px; bottom: 45px; }
.tag { display: inline-block; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.tag--light { color: var(--lime); }
.lead-card h2 { font: 700 clamp(32px, 3.5vw, 56px)/1.02 "Manrope", sans-serif; letter-spacing: -.05em; margin: 18px 0; max-width: 900px; }
.lead-card__content > p { max-width: 630px; color: rgba(255,255,255,.7); line-height: 1.55; }
.story-meta { display: flex; align-items: center; gap: 10px; color: #777; text-transform: uppercase; letter-spacing: .06em; font-size: 9px; font-weight: 700; }
.story-meta i { width: 3px; height: 3px; background: currentColor; border-radius: 50%; }
.story-meta--light { color: rgba(255,255,255,.65); margin-top: 25px; }
.bookmark { position: absolute; right: 18px; top: 18px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); color: white; background: rgba(15,16,20,.25); backdrop-filter: blur(7px); display: grid; place-items: center; cursor: pointer; z-index: 2; }
.bookmark.saved { background: var(--orange); border-color: var(--orange); color: white; }
.bookmark.saved svg { fill: currentColor; }
.hero-stack { display: grid; grid-template-rows: 1.35fr .65fr; gap: 16px; }
.compact-card { background: var(--white); min-height: 0; }
.compact-card__image { height: 52%; position: relative; overflow: hidden; }
.compact-card__image img { height: 100%; object-fit: cover; transition: transform .5s; }
.compact-card:hover img { transform: scale(1.035); }
.tag--floating { position: absolute; bottom: 0; left: 0; padding: 10px 15px; background: var(--orange); color: white; }
.compact-card__body { padding: 25px; }
.compact-card h3, .brief-card h3 { font: 700 23px/1.15 "Manrope", sans-serif; letter-spacing: -.04em; margin: 0 0 22px; }
.bookmark--dark { color: var(--ink); border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.75); }
.brief-card { padding: 27px; background: #dad7cd; display: flex; flex-direction: column; justify-content: space-between; }
.brief-card .tag { margin-bottom: 15px; }
.arrow-link { align-self: end; display: grid; place-items: center; width: 38px; height: 38px; background: var(--ink); color: white; font-size: 19px; }
.pulse-card { padding: 29px 25px; background: var(--ink); color: white; overflow: hidden; display: flex; flex-direction: column; }
.pulse-card__top { display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; color: rgba(255,255,255,.6); }
.live-dot { color: var(--lime); }
.live-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(200,255,87,.12); }
.pulse-card__value { margin-top: 65px; position: relative; }
.pulse-card__value small { display: block; font-size: 10px; color: rgba(255,255,255,.5); margin-bottom: 8px; }
.pulse-card__value strong { display: block; font: 700 clamp(33px, 3vw, 47px)/1 "Manrope",sans-serif; letter-spacing: -.05em; }
.pulse-card__value > span { position: absolute; right: 0; bottom: 5px; color: var(--lime); font-size: 12px; font-weight: 700; }
.sparkline { height: 110px; width: calc(100% + 50px); margin: 35px -25px 25px; }
.sparkline__area { fill: url(#area); }
.sparkline__line { fill: none; stroke: var(--orange); stroke-width: 2; vector-effect: non-scaling-stroke; }
.pulse-list { border-top: 1px solid rgba(255,255,255,.12); }
.pulse-list div { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.pulse-list span { color: rgba(255,255,255,.6); }
.pulse-list strong { color: var(--lime); }
.pulse-list .down { color: #ff7e68; }
.pulse-card > p { margin: auto 0 0; padding-top: 20px; font-size: 8px; color: rgba(255,255,255,.3); }

.topic-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 80px; }
.topic-strip__inner { display: flex; align-items: center; gap: 8px; min-height: 86px; overflow-x: auto; scrollbar-width: none; }
.topic-strip__inner > span { margin-right: 25px; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.topic-chip { border: 1px solid var(--line); background: transparent; padding: 12px 20px; cursor: pointer; font-size: 11px; font-weight: 700; white-space: nowrap; border-radius: 30px; }
.topic-chip:hover, .topic-chip.active { background: var(--ink); border-color: var(--ink); color: white; }

.ad-shell { text-align: center; overflow: hidden; }
.ad-label { display: block; margin-bottom: 9px; color: #97938a; font-size: 8px; font-weight: 700; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.ad-unit { display: flex; align-items: center; justify-content: center; margin-inline: auto; overflow: hidden; }
.ad-shell--leaderboard { min-height: 139px; padding-block: 24px 15px; }
.ad-unit--responsive { width: min(100%, 728px); min-height: 90px; }
.ad-shell--rectangle { width: 100%; min-height: 280px; }
.ad-unit--rectangle { width: 300px; max-width: 100%; min-height: 250px; }
.ad-shell--native { min-height: 190px; padding-block: 28px; border-top: 1px solid var(--line); }
.ad-shell--native > div { width: 100%; }

.latest, .editors { padding-block: 105px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 28px; border-bottom: 1px solid var(--ink); margin-bottom: 30px; }
.section-heading > div { display: flex; align-items: baseline; gap: 18px; }
.section-heading span { color: var(--orange); font-size: 10px; font-weight: 800; }
.section-heading h2 { font: 700 clamp(34px,4vw,58px)/1 "Manrope",sans-serif; letter-spacing: -.06em; margin: 0; }
.section-heading > p { color: var(--muted); font-size: 13px; margin: 0 0 4px; }
.latest-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .67fr); gap: 64px; }
.news-row { display: grid; grid-template-columns: 34px minmax(0,1fr) 190px; gap: 22px; min-height: 240px; padding: 28px 0; border-bottom: 1px solid var(--line); transition: opacity .25s; }
.news-row:first-child { padding-top: 0; }
.news-row.filtered-out { display: none; }
.news-row__number { font: 600 11px "Manrope"; color: var(--orange); padding-top: 3px; }
.news-row__copy { padding-right: 30px; }
.news-row h3 { font: 700 clamp(23px,2.15vw,34px)/1.08 "Manrope",sans-serif; letter-spacing: -.045em; margin: 12px 0; }
.news-row__copy > p { color: var(--muted); line-height: 1.5; font-size: 13px; max-width: 650px; }
.news-row > img { height: 178px; object-fit: cover; filter: saturate(.78); }
.bookmark--row { right: 200px; top: 27px; color: var(--ink); background: transparent; border-color: var(--line); width: 34px; height: 34px; opacity: 0; transition: opacity .2s; }
.news-row:hover .bookmark--row { opacity: 1; }
.bookmark--row.saved { opacity: 1; }
.latest-sidebar { display: flex; flex-direction: column; gap: 45px; }
.briefing-box { background: var(--orange); padding: 33px; color: white; position: relative; overflow: hidden; }
.briefing-box__icon { position: absolute; right: 15px; top: 3px; font-size: 80px; color: rgba(255,255,255,.13); }
.briefing-box .eyebrow { color: rgba(255,255,255,.68); }
.briefing-box h3 { font: 700 clamp(28px,3vw,39px)/1.07 "Manrope"; letter-spacing: -.05em; margin: 0 0 22px; }
.briefing-box > p:not(.eyebrow) { font-size: 12px; line-height: 1.55; color: rgba(255,255,255,.75); }
.inline-form { display: flex; border-bottom: 1px solid rgba(255,255,255,.7); margin-top: 35px; }
.inline-form input { border: 0; outline: 0; background: transparent; color: white; width: 100%; padding: 12px 0; font-size: 12px; }
.inline-form input::placeholder { color: rgba(255,255,255,.7); }
.inline-form button { border: 0; background: transparent; color: white; cursor: pointer; font-size: 20px; }
.briefing-box small { display: block; font-size: 8px; margin-top: 13px; color: rgba(255,255,255,.55); }
.trending__head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); padding-bottom: 15px; }
.trending__head h3 { margin: 0; font: 700 20px "Manrope"; }
.trending__head span { font-size: 8px; color: var(--orange); font-weight: 800; }
.trending ol { list-style: none; padding: 0; margin: 0; }
.trending li { display: flex; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.trending li > span { color: var(--orange); font: 700 9px "Manrope"; padding-top: 3px; }
.trending a { display: block; font: 700 14px/1.25 "Manrope"; }
.trending a:hover { color: var(--orange-dark); }
.trending small { display: block; margin-top: 6px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.empty-state { display: none; text-align: center; padding: 80px 20px; }
.empty-state.visible { display: block; }
.empty-state span { color: var(--orange); font-size: 45px; }
.empty-state h3 { font: 700 24px "Manrope"; margin: 15px 0 5px; }
.empty-state p { color: var(--muted); }

.signals { background: var(--ink); color: white; padding-block: 100px; }
.section-heading--dark { border-color: rgba(255,255,255,.25); }
.section-heading--dark > p { color: rgba(255,255,255,.5); }
.signal-grid { display: grid; grid-template-columns: .75fr .75fr 1.5fr; gap: 1px; background: rgba(255,255,255,.15); }
.signal-stat, .signal-feature { min-height: 470px; background: var(--ink); position: relative; overflow: hidden; }
.signal-stat { padding: 34px; }
.signal-stat > span, .signal-feature > div > span { color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.signal-stat > strong { display: block; font: 700 clamp(65px,7vw,110px)/1 "Manrope"; letter-spacing: -.08em; margin: 58px 0 25px; }
.signal-stat > strong span { color: inherit; font-size: .35em; }
.signal-stat p { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.55; max-width: 240px; }
.signal-stat--orange { background: var(--orange); }
.signal-stat--orange > span, .signal-stat--orange p { color: rgba(255,255,255,.72); }
.mini-bars { position: absolute; left: 34px; right: 34px; bottom: 34px; height: 70px; display: flex; gap: 8px; align-items: end; }
.mini-bars i { flex: 1; background: rgba(255,255,255,.28); }
.mini-bars i:nth-child(1) { height: 25%; }.mini-bars i:nth-child(2) { height: 42%; }.mini-bars i:nth-child(3) { height: 34%; }.mini-bars i:nth-child(4) { height: 60%; }.mini-bars i:nth-child(5) { height: 52%; }.mini-bars i:nth-child(6) { height: 76%; }.mini-bars i:nth-child(7) { height: 68%; }.mini-bars i:nth-child(8) { height: 100%; background: white; }
.ring { position: absolute; width: 120px; height: 120px; right: 25px; bottom: 25px; transform: rotate(-90deg); }
.ring circle { fill: none; stroke: rgba(255,255,255,.1); stroke-width: 3; }
.ring .ring__value { stroke: var(--lime); stroke-dasharray: 314; stroke-dashoffset: 90; }
.signal-feature img { height: 100%; object-fit: cover; }
.signal-feature > div:last-child { position: absolute; left: 44px; right: 44px; bottom: 40px; }
.signal-feature h3 { font: 700 clamp(30px,3.2vw,50px)/1.04 "Manrope"; letter-spacing: -.05em; max-width: 650px; margin: 18px 0 28px; }
.signal-feature a { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.signal-feature a b { color: var(--orange); margin-left: 8px; }

.text-link { font-size: 11px; font-weight: 700; }
.editor-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.editor-card__image { height: 315px; overflow: hidden; position: relative; margin-bottom: 25px; }
.editor-card__image img { height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .5s; }
.editor-card:hover img { transform: scale(1.025); }
.editor-card__image > span { position: absolute; right: 0; bottom: 0; background: var(--paper); color: var(--orange); width: 42px; height: 42px; display: grid; place-items: center; }
.editor-card h3 { font: 700 27px/1.1 "Manrope"; letter-spacing: -.045em; margin: 12px 0; }
.editor-card > p { color: var(--muted); line-height: 1.5; font-size: 13px; }
.editor-card .story-meta { margin-top: 22px; }

.manifesto { min-height: 520px; background: var(--orange); color: white; display: grid; place-items: center; text-align: center; }
.manifesto__inner { padding-block: 90px; }
.manifesto .eyebrow { justify-content: center; color: rgba(255,255,255,.65); }
.manifesto .eyebrow span { background: white; }
.manifesto blockquote { font: 700 clamp(40px,5.5vw,78px)/1.07 "Manrope"; letter-spacing: -.06em; margin: 35px auto; }
.manifesto blockquote em { font-style: normal; color: var(--ink); }
.manifesto a { display: inline-flex; gap: 16px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.7); padding: 10px 0; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.newsletter { display: grid; grid-template-columns: 100px 1fr 1fr; gap: 60px; align-items: center; min-height: 490px; padding-block: 80px; }
.newsletter__mark { display: flex; align-items: end; gap: 8px; transform: skew(-9deg); }
.newsletter__mark span { width: 22px; background: var(--orange); }
.newsletter__mark span:nth-child(1) { height: 50px; }.newsletter__mark span:nth-child(2) { height: 80px; }.newsletter__mark span:nth-child(3) { height: 110px; }
.newsletter h2 { font: 700 clamp(45px,5vw,72px)/.96 "Manrope"; letter-spacing: -.07em; margin: 0; }
.newsletter > div:last-child > p { max-width: 500px; color: var(--muted); line-height: 1.6; }
.wide-form { display: flex; margin-top: 30px; border-bottom: 1px solid var(--ink); }
.wide-form input { border: 0; background: transparent; outline: 0; flex: 1; min-width: 0; padding: 18px 0; }
.wide-form button { border: 0; background: transparent; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; font-weight: 800; cursor: pointer; }
.wide-form button span { color: var(--orange); font-size: 18px; margin-left: 12px; }
.newsletter small { display: block; color: #999; font-size: 8px; margin-top: 12px; }

footer { background: var(--ink); color: white; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; padding-bottom: 70px; }
.brand--footer .brand__word { color: white; }
.footer-brand p { color: rgba(255,255,255,.4); font-size: 12px; line-height: 1.6; margin-top: 25px; }
.footer-grid h4 { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; margin: 0 0 22px; }
.footer-grid > div:not(:first-child) a { display: block; color: rgba(255,255,255,.65); font-size: 12px; margin: 13px 0; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { min-height: 70px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.25); font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }

.search-modal { position: fixed; inset: 0; z-index: 80; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
.search-modal.open { opacity: 1; visibility: visible; transform: none; }
.modal-close { position: absolute; right: 35px; top: 30px; border: 1px solid var(--line); background: transparent; width: 44px; height: 44px; cursor: pointer; font-size: 28px; font-weight: 300; }
.search-modal__inner { width: min(900px, calc(100% - 50px)); margin: 0 auto; padding-top: 15vh; }
.search-input-wrap { display: flex; align-items: center; border-bottom: 2px solid var(--ink); }
.search-input-wrap input { width: 100%; border: 0; outline: 0; background: transparent; font: 700 clamp(32px,5vw,68px) "Manrope"; letter-spacing: -.06em; padding: 20px 0; }
.search-input-wrap > span { border: 1px solid var(--line); color: var(--muted); font-size: 10px; padding: 6px 9px; white-space: nowrap; }
.search-hint { color: var(--muted); font-size: 11px; margin-top: 14px; }
.search-results { margin-top: 35px; max-height: 42vh; overflow-y: auto; }
.search-result { display: grid; grid-template-columns: 100px 1fr auto; gap: 20px; align-items: center; border-top: 1px solid var(--line); padding: 16px 0; }
.search-result span { color: var(--orange); text-transform: uppercase; font-size: 9px; font-weight: 800; }
.search-result h3 { font: 700 18px "Manrope"; margin: 0; }
.search-result b { font-size: 18px; }
.search-no-results { color: var(--muted); padding: 30px 0; border-top: 1px solid var(--line); }

.saved-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: min(480px, 100%); background: var(--paper); z-index: 90; padding: 32px; transform: translateX(100%); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.saved-drawer.open { transform: none; }
.saved-drawer__head { display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--ink); padding-bottom: 22px; }
.saved-drawer__head span { font-size: 9px; color: var(--orange); font-weight: 800; letter-spacing: .13em; }
.saved-drawer__head h2 { font: 700 35px "Manrope"; letter-spacing: -.05em; margin: 5px 0 0; }
.saved-drawer__head button { border: 1px solid var(--line); background: transparent; width: 38px; height: 38px; cursor: pointer; font-size: 23px; }
.saved-list { margin-top: 20px; }
.saved-item { display: grid; grid-template-columns: 1fr 34px; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.saved-item span { color: var(--orange); text-transform: uppercase; font-size: 8px; font-weight: 800; }
.saved-item h3 { font: 700 18px/1.2 "Manrope"; margin: 8px 0 0; }
.saved-item button { align-self: center; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 20px; }
.saved-empty { text-align: center; padding: 90px 20px; color: var(--muted); }
.saved-empty strong { display: block; color: var(--ink); font: 700 21px "Manrope"; margin-bottom: 8px; }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(10,10,12,.6); z-index: 85; opacity: 0; visibility: hidden; transition: .25s; }
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 110; background: var(--ink); color: white; padding: 16px 22px; display: flex; align-items: center; gap: 12px; transform: translateY(120px); transition: transform .3s; box-shadow: 0 10px 40px rgba(0,0,0,.2); }
.toast.show { transform: none; }
.toast span { color: var(--lime); }
.toast p { margin: 0; font-size: 12px; font-weight: 700; }

@media (max-width: 1100px) {
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1.4fr .8fr; }
  .pulse-card { grid-column: 1 / -1; min-height: 360px; display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 45px; }
  .pulse-card__top { grid-column: 1/-1; }
  .pulse-card__value { margin-top: 35px; }
  .sparkline { grid-row: 2/4; grid-column: 2; width: 100%; margin: 25px 0; height: 160px; }
  .pulse-list { grid-column: 1; }
  .pulse-card > p { grid-column: 1/-1; }
  .latest-layout { gap: 35px; }
  .news-row { grid-template-columns: 25px 1fr 150px; }
  .bookmark--row { right: 160px; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-feature { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 36px), var(--max)); }
  .ticker__track span:nth-of-type(n+3), .ticker__dot:nth-of-type(n+2), .ticker__time { display: none; }
  .site-header { height: 72px; padding: 0 18px; grid-template-columns: 40px 1fr auto; }
  .menu-btn { display: grid; }
  .site-header > .brand { justify-self: center; }
  .main-nav { display: none; }
  .saved-btn span { display: none; }
  .mobile-panel { display: block; position: fixed; left: 0; right: 0; top: 106px; background: var(--ink); color: white; z-index: 49; max-height: 0; overflow: hidden; transition: max-height .35s; }
  .mobile-panel.open { max-height: calc(100vh - 106px); }
  .mobile-panel nav { padding: 30px 25px 45px; }
  .mobile-panel a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); font: 700 25px "Manrope"; }
  .mobile-panel a span { color: var(--orange); font-size: 9px; }
  .hero { padding-top: 50px; }
  .hero__intro { grid-template-columns: 1fr; gap: 20px; }
  .hero__dek { max-width: 500px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .lead-card { min-height: 570px; }
  .hero-stack { grid-template-columns: 1fr 1fr; grid-template-rows: 410px; }
  .pulse-card { grid-column: auto; }
  .latest-layout { grid-template-columns: 1fr; }
  .latest-sidebar { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
  .ad-shell--rectangle { align-self: start; }
  .signal-stat { min-height: 400px; }
  .editor-grid { grid-template-columns: 1fr 1fr; }
  .editor-card:last-child { display: none; }
  .newsletter { grid-template-columns: 80px 1fr; }
  .newsletter > div:last-child { grid-column: 2; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 560px) {
  .ticker { padding: 0 15px; gap: 12px; }
  .ticker__track { justify-content: flex-start; }
  .header-actions .icon-btn { border: 0; width: 32px; }
  .saved-btn { border: 0; padding: 0 4px; }
  .site-header > .brand .brand__word { font-size: 17px; }
  .site-header > .brand .brand__mark { transform: scale(.8) skew(-9deg); }
  .hero h1 { font-size: 55px; }
  .hero-grid { margin-inline: -18px; }
  .lead-card { min-height: 520px; }
  .lead-card__content { left: 25px; right: 25px; bottom: 28px; }
  .lead-card h2 { font-size: 34px; }
  .lead-card__content > p { display: none; }
  .hero-stack { grid-template-columns: 1fr; grid-template-rows: 430px auto; }
  .brief-card { min-height: 260px; }
  .pulse-card { display: flex; min-height: 570px; }
  .pulse-card__value { margin-top: 55px; }
  .sparkline { width: calc(100% + 50px); margin: 35px -25px 25px; height: 110px; }
  .topic-strip { margin-top: 55px; }
  .ad-shell--leaderboard { min-height: 79px; padding-block: 14px 8px; }
  .ad-unit--responsive { width: 320px; max-width: 100%; min-height: 50px; }
  .ad-shell--native { min-height: 150px; padding-block: 22px; }
  .section-heading { align-items: start; }
  .section-heading > p { display: none; }
  .latest, .editors { padding-block: 72px; }
  .news-row { grid-template-columns: 24px 1fr; min-height: 0; padding: 25px 0; }
  .news-row > img { grid-column: 2; grid-row: 1; height: 160px; margin-bottom: 8px; }
  .news-row__number { grid-row: 1/3; }
  .news-row__copy { grid-column: 2; padding: 0; }
  .news-row h3 { font-size: 24px; }
  .news-row__copy > p { display: none; }
  .bookmark--row { display: none; }
  .latest-sidebar { grid-template-columns: 1fr; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-feature { grid-column: auto; min-height: 500px; }
  .signals { padding-block: 70px; }
  .editor-grid { grid-template-columns: 1fr; }
  .editor-card:last-child { display: block; }
  .editor-card__image { height: 280px; }
  .manifesto blockquote br { display: none; }
  .newsletter { grid-template-columns: 1fr; gap: 35px; }
  .newsletter__mark { display: none; }
  .newsletter > div:last-child { grid-column: auto; }
  .wide-form { display: block; border: 0; }
  .wide-form input { width: 100%; border-bottom: 1px solid var(--ink); }
  .wide-form button { margin-top: 20px; background: var(--ink); color: white; padding: 15px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { gap: 10px; padding-block: 20px; flex-direction: column; align-items: start; }
  .footer-bottom span:nth-child(2) { display: none; }
  .search-result { grid-template-columns: 1fr auto; }
  .search-result > span { grid-column: 1/-1; }
}

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