:root {
  --ink: #111526;
  --ink-soft: #242a3e;
  --paper: #f7f8fc;
  --white: #fff;
  --muted: #687086;
  --line: #e1e5ef;
  --blue: #3d63ff;
  --cyan: #2de2f5;
  --violet: #8c5bff;
  --lime: #d9ff48;
  --coral: #ff6d62;
  --sans: "Onest", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --mono: "IBM Plex Mono", monospace;
  --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; background: radial-gradient(circle at 82% 8%,rgba(45,226,245,.13),transparent 26rem),radial-gradient(circle at 12% 22%,rgba(140,91,255,.11),transparent 24rem); pointer-events: none; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { 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: 18px; top: -80px; z-index: 100; padding: 12px 18px; color: #fff; background: var(--blue); border-radius: 12px; }
.skip-link:focus { top: 18px; }

.site-header { position: relative; z-index: 20; background: rgba(247,248,252,.82); border-bottom: 1px solid rgba(17,21,38,.05); backdrop-filter: blur(22px); }
.interest-bar { color: #fff; background: var(--ink); font: 10px var(--mono); }
.interest-bar__inner { display: flex; min-height: 34px; align-items: center; gap: 22px; }
.interest-label { display: flex; align-items: center; gap: 8px; color: var(--lime); text-transform: uppercase; white-space: nowrap; }
.interest-label i, .section-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,109,98,.17); }
.interest-links { display: flex; flex: 1; min-width: 0; gap: 22px; overflow: auto; scrollbar-width: none; }
.interest-links a { color: #aeb5c8; white-space: nowrap; }
.interest-links a:hover { color: #fff; }
.interest-bar time { color: #798196; white-space: nowrap; }

.masthead { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; min-height: 82px; gap: 16px; }
.brand { display: inline-flex; justify-self: start; align-items: center; gap: 11px; }
.brand-symbol { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px 13px 13px 4px; color: #fff; background: linear-gradient(145deg,var(--blue),var(--violet)); box-shadow: 0 8px 22px rgba(61,99,255,.24); font-size: 19px; font-weight: 800; letter-spacing: -.08em; }
.brand-name { display: flex; flex-direction: column; line-height: .9; letter-spacing: -.045em; }
.brand-name strong { font-size: 14px; font-weight: 500; }
.brand-name b { font-size: 20px; font-weight: 800; }
.icon-button, .search-button { border: 0; background: transparent; cursor: pointer; }
.menu-button { display: flex; width: 42px; height: 42px; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.menu-button span { width: 17px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .2s,opacity .2s; }
.menu-button b { display: none; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.search-button { display: flex; align-items: center; gap: 7px; padding: 11px 17px; border-radius: 999px; color: #fff; background: var(--ink); font: 600 10px var(--mono); text-transform: uppercase; }
.search-button span { color: var(--lime); font-size: 20px; transform: rotate(-20deg); }
.primary-nav { padding-bottom: 14px; }
.primary-nav__inner { display: flex; gap: 28px; min-height: 45px; align-items: center; padding-inline: 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.82); box-shadow: 0 10px 32px rgba(17,21,38,.05); }
.primary-nav a { position: relative; color: #657086; font-size: 12px; font-weight: 600; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; inset: auto 0 -14px; height: 3px; border-radius: 3px; background: transparent; }
.primary-nav a:hover { color: var(--blue); }
.primary-nav a.active { color: var(--ink); }
.primary-nav a.active::after { background: var(--blue); }
.search-panel { padding-bottom: 15px; }
.search-form { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 24px; padding: 22px; border-radius: 19px; color: #fff; background: var(--ink); }
.search-form label { font-size: 14px; font-weight: 700; }
.search-form div { display: flex; }
.search-form input { flex: 1; border: 0; border-radius: 12px 0 0 12px; color: #fff; background: #282e43; padding: 14px 16px; outline: 0; }
.search-form button { border: 0; border-radius: 0 12px 12px 0; color: var(--ink); background: var(--lime); padding-inline: 22px; font-weight: 800; cursor: pointer; }

.edition-heading { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(430px,.95fr); gap: 70px; align-items: center; min-height: 680px; padding-block: 68px; }
.edition-heading.no-visual { grid-template-columns: 1fr; min-height: auto; }
.edition-kicker, .eyebrow { width: fit-content; margin: 0 0 18px; padding: 7px 10px; border-radius: 999px; color: #2744bf; background: #e4e9ff; font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.edition-heading h1 { margin: 0; font: 500 clamp(76px,8.2vw,118px)/.83 var(--serif); letter-spacing: -.065em; }
.edition-heading h1 span, .edition-heading h1 em { display: block; }
.edition-heading h1 em { margin-left: .18em; color: var(--blue); font-style: normal; }
.edition-intro { max-width: 590px; margin: 30px 0 0; color: #5c667d; font-size: 17px; line-height: 1.65; }
.edition-actions { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.edition-actions a, .edition-actions button { display: inline-flex; min-height: 46px; align-items: center; gap: 12px; padding: 0 17px; border: 0; border-radius: 999px; font-size: 11px; font-weight: 700; cursor: pointer; }
.edition-actions a { color: #fff; background: var(--ink); }
.edition-actions a span { color: var(--lime); font-size: 18px; }
.edition-actions button { border: 1px solid var(--line); background: #fff; }
.edition-actions button i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(45,226,245,.15); }
.edition-actions button[aria-pressed="true"] { color: #fff; background: var(--blue); border-color: var(--blue); }

.daily-visual { position: relative; min-height: 540px; margin: 0; overflow: hidden; border-radius: 42px; color: #fff; background: #202434; box-shadow: 0 35px 100px rgba(29,39,96,.24); isolation: isolate; cursor: pointer; }
.daily-visual:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.daily-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(8,12,24,.04) 28%,rgba(8,12,24,.18) 53%,rgba(8,12,24,.9) 100%); }
.daily-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.daily-visual:hover img { transform: scale(1.025); }
.daily-visual__date { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(8,12,24,.28); backdrop-filter: blur(12px); font: 600 8px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.daily-visual figcaption { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; }
.daily-visual figcaption > p:first-child { margin: 0 0 10px; color: var(--lime); font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.daily-visual h2 { max-width: 470px; margin: 0; font: 500 34px/1.02 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.daily-visual figcaption > p:not(:first-child) { max-width: 470px; margin: 12px 0 15px; color: rgba(255,255,255,.84); font-size: 12px; line-height: 1.5; }
.daily-visual figcaption small { color: rgba(255,255,255,.55); font: 500 8px var(--mono); text-transform: uppercase; letter-spacing: .04em; }

.lead-layout { display: grid; grid-template-columns: minmax(0,1.82fr) minmax(310px,.78fr); gap: 18px; padding-bottom: 90px; }
.daily-carousel { min-width: 0; }
.carousel-stage { min-height: 570px; }
.hero-story { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 570px; overflow: hidden; border-radius: 32px; color: #fff; background: var(--ink); box-shadow: 0 25px 75px rgba(17,21,38,.18); }
.hero-story__image { position: relative; min-height: 570px; overflow: hidden; }
.hero-story__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 50%,rgba(17,21,38,.22)); }
.hero-story__image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-story:hover img { transform: scale(1.035); }
.hero-story__content { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 34px 30px; }
.story-number { align-self: flex-end; margin: 0; color: #8d96ad; font: 500 9px var(--mono); }
.story-meta { display: flex; gap: 8px; align-items: center; margin: 0 0 14px; color: var(--blue); font: 600 9px var(--mono); text-transform: uppercase; }
.hero-story .story-meta { color: var(--cyan); }
.story-meta i { width: 18px; height: 2px; background: currentColor; }
.hero-story h2 { margin: 0; font-size: clamp(31px,3.1vw,46px); font-weight: 700; line-height: 1.03; letter-spacing: -.05em; text-wrap: balance; }
.hero-story__dek { margin: 18px 0 0; color: #abb3c6; font-size: 13px; line-height: 1.58; }
.story-cta { display: flex; width: 175px; align-items: center; justify-content: space-between; margin-top: 24px; padding: 11px 14px; border-radius: 999px; color: var(--ink); background: var(--lime); font: 600 9px var(--mono); text-transform: uppercase; }
.story-cta span { font-size: 16px; }
.carousel-footer { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 24px; padding-inline: 8px; }
.carousel-progress { display: flex; flex: 1; gap: 7px; }
.carousel-progress button { position: relative; flex: 1; max-width: 74px; height: 18px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.carousel-progress button::before { content: ""; position: absolute; inset: 8px 0 auto; height: 3px; border-radius: 3px; background: #d7dce7; }
.carousel-progress button.active::before { background: var(--blue); }
.carousel-actions { display: flex; align-items: center; gap: 10px; }
.carousel-actions button { display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--ink); cursor: pointer; }
.carousel-actions button:hover { color: var(--ink); background: var(--lime); }
.carousel-actions span { min-width: 50px; color: var(--muted); font: 9px var(--mono); text-align: center; }

.latest-panel { align-self: start; padding: 25px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 15px 48px rgba(17,21,38,.07); }
.section-label { display: flex; align-items: center; justify-content: space-between; font: 600 9px var(--mono); text-transform: uppercase; }
.section-label span { display: flex; align-items: center; gap: 8px; }
.section-label a { color: var(--blue); }
.latest-panel h2 { margin: 27px 0 10px; font: 500 40px/1 var(--serif); letter-spacing: -.04em; }
.latest-list { margin: 0; padding: 0; list-style: none; counter-reset: latest; }
.latest-list li { counter-increment: latest; position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 8px; padding: 18px 0; border-top: 1px solid var(--line); }
.latest-list li::before { content: counter(latest,decimal-leading-zero); color: var(--blue); font: 600 11px var(--mono); }
.latest-list li::after { content: ""; position: absolute; left: 14px; top: 39px; bottom: -1px; width: 1px; background: #e4e8f0; }
.latest-list li:last-child::after { display: none; }
.latest-list time { display: block; margin-bottom: 6px; color: #8b93a4; font: 500 9px var(--mono); }
.latest-list a { font-size: 14px; font-weight: 700; line-height: 1.34; }
.latest-list a:hover { color: var(--blue); }

.news-section { padding-bottom: 90px; }
.section-heading { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: end; margin-bottom: 22px; }
.section-heading > p { margin: 0 0 7px; color: var(--blue); font: 600 9px var(--mono); text-transform: uppercase; }
.section-heading h2 { margin: 0; font: 500 52px/1 var(--serif); letter-spacing: -.045em; }
.section-heading > a, .section-note { padding: 9px 13px; border-radius: 999px; color: #606a7c; background: #fff; font: 600 9px var(--mono); text-transform: uppercase; }
.section-heading > a span { margin-left: 7px; color: var(--blue); }
.news-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }
.news-card { grid-column: span 4; min-height: 410px; overflow: hidden; padding: 20px; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .25s,box-shadow .25s; }
.news-card:first-child { grid-column: span 7; }
.news-card:nth-child(2) { grid-column: span 5; color: #fff; background: linear-gradient(145deg,#3558f3,#7d50e8); border-color: transparent; }
.news-card:nth-child(2) .story-meta { color: var(--lime); }
.news-card:nth-child(2) p:last-child { color: #dce0ff; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(17,21,38,.11); }
.news-card__image { aspect-ratio: 16/9; overflow: hidden; margin: -8px -8px 20px; border-radius: 18px; background: #dbe0ea; }
.news-card__image img { height: 100%; object-fit: cover; transition: transform .45s; }
.news-card:hover img { transform: scale(1.035); }
.news-card h3 { margin: 0; font-size: 25px; font-weight: 700; line-height: 1.08; letter-spacing: -.04em; }
.news-card p:last-child { margin: 13px 0 0; color: #657086; font-size: 13px; line-height: 1.55; }
.empty-search { padding: 40px; text-align: center; border-radius: 20px; background: #fff; }

.analysis-band { width: var(--shell); margin: 0 auto 82px; overflow: hidden; border-radius: 34px; color: #fff; background: radial-gradient(circle at 92% 10%,rgba(45,226,245,.42),transparent 30%),linear-gradient(125deg,#283fd0,#6e43de 55%,#9a52e8); box-shadow: 0 28px 85px rgba(61,99,255,.25); }
.analysis-layout { position: relative; display: grid; grid-template-columns: 120px minmax(0,1.3fr) minmax(270px,.62fr); gap: 40px; align-items: center; min-height: 430px; }
.analysis-mark { align-self: stretch; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.18); color: var(--lime); font: 600 42px var(--mono); writing-mode: vertical-rl; transform: rotate(180deg); }
.analysis-copy { padding-block: 55px; }
.analysis-copy .eyebrow { color: var(--ink); background: var(--lime); }
.analysis-copy h2 { margin: 0; max-width: 730px; font: 500 49px/1.02 var(--serif); letter-spacing: -.045em; }
.analysis-copy > p:not(.eyebrow) { max-width: 650px; margin: 18px 0 24px; color: #e4e7ff; font-size: 14px; line-height: 1.6; }
.analysis-copy a { display: inline-flex; gap: 12px; padding: 11px 14px; border-radius: 999px; color: var(--ink); background: #fff; font: 600 9px var(--mono); text-transform: uppercase; }
.analysis-layout blockquote { margin: 0 30px 0 0; padding: 23px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(30,25,93,.18); }
.analysis-layout blockquote span { color: var(--lime); font: 50px/.5 var(--serif); }
.analysis-layout blockquote p { margin: 17px 0 0; font: 500 21px/1.35 var(--serif); }

.radar-section { padding-bottom: 84px; }
.radar-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.radar-card { min-height: 270px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.76); transition: transform .25s,box-shadow .25s; }
.radar-card:nth-child(4n+1) { box-shadow: inset 0 3px 0 var(--blue); }
.radar-card:nth-child(4n+2) { box-shadow: inset 0 3px 0 var(--cyan); }
.radar-card:nth-child(4n+3) { box-shadow: inset 0 3px 0 var(--coral); }
.radar-card:nth-child(4n+4) { box-shadow: inset 0 3px 0 var(--violet); }
.radar-card__place { display: flex; justify-content: space-between; gap: 14px; margin: 0 0 48px; color: var(--blue); font: 600 9px var(--mono); text-transform: uppercase; }
.radar-card__place span:last-child { color: var(--muted); white-space: nowrap; }
.radar-card h3 { margin: 0; font-size: 20px; line-height: 1.16; letter-spacing: -.03em; }
.radar-card p:last-child { margin: 13px 0 0; color: #687187; font-size: 12px; line-height: 1.5; }
.radar-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(17,21,38,.1); }

.service-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.weekly-card, .tools-card { padding: 42px; border-radius: 28px; }
.weekly-card { background: linear-gradient(145deg,#e7fbff,#fff 75%); border: 1px solid #d8f3f7; }
.tools-card { color: #fff; background: var(--ink); }
.service-grid h2 { max-width: 580px; margin: 0; font: 500 45px/1.03 var(--serif); letter-spacing: -.04em; }
.service-grid article > p:not(.eyebrow) { max-width: 580px; color: #626d82; font-size: 14px; line-height: 1.65; }
.tools-card > p:not(.eyebrow) { color: #aeb6c8 !important; }
.tools-card .eyebrow { color: var(--ink); background: var(--lime); }
.text-button,.tools-card > a { display: inline-flex; gap: 14px; align-items: center; margin-top: 9px; padding: 10px 14px; border: 0; border-radius: 999px; color: #fff; background: var(--ink); font: 600 9px var(--mono); text-transform: uppercase; cursor: pointer; }
.tools-card > a { color: var(--ink); background: var(--lime); }
.reflection-body { margin-top: 25px; padding-top: 20px; border-top: 1px solid #cdecef; }
.reflection-body p { max-width: 650px; color: #4c596f; font-size: 14px; line-height: 1.72; }
.tool-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 42px; }
.tool-tags span { padding: 7px 10px; border: 1px solid #373d50; border-radius: 999px; color: #b6becf; font: 500 9px var(--mono); text-transform: uppercase; }

.newsletter { width: var(--shell); margin: 74px auto 0; overflow: hidden; border-radius: 32px 32px 0 0; color: #fff; background: var(--ink); }
.newsletter__inner { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 60px; background: radial-gradient(circle at 10% 110%,rgba(45,226,245,.45),transparent 40%),radial-gradient(circle at 90% 0%,rgba(140,91,255,.45),transparent 43%); }
.newsletter .eyebrow { color: var(--ink); background: var(--lime); }
.newsletter h2 { margin: 0; font: 500 61px/.95 var(--serif); letter-spacing: -.045em; }
.newsletter__inner > div:last-child > p { max-width: 520px; margin: 0 0 24px; color: #bac1d1; font-size: 14px; line-height: 1.6; }
.newsletter form { display: flex; padding: 6px; border: 1px solid #363c50; border-radius: 16px; background: #20263a; }
.newsletter input { flex: 1; min-width: 0; border: 0; outline: 0; color: #fff; background: transparent; padding: 12px; }
.newsletter input::placeholder { color: #7f879a; }
.newsletter button { border: 0; border-radius: 11px; color: var(--ink); background: var(--lime); padding-inline: 16px; font-weight: 800; cursor: pointer; }
.newsletter small { display: block; margin-top: 9px; color: #788094; }
.form-message { min-height: 20px; margin: 8px 0 0 !important; color: var(--lime) !important; font-size: 12px !important; }

.site-footer { color: #c9cfdb; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2.1fr repeat(3,1fr); gap: 50px; padding-block: 65px; }
.brand--footer { justify-content: flex-start; color: #fff; }
.brand--footer .brand-name strong,.brand--footer .brand-name b { color: #fff; }
.footer-grid > div:first-child p { max-width: 380px; color: #858da1; font-size: 13px; line-height: 1.6; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid > div:not(:first-child) strong { margin-bottom: 7px; color: var(--lime); font: 600 9px var(--mono); text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { color: #929aad; font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid #30364a; color: #737b90; font: 9px var(--mono); }

.focus-mode .hero-story__dek,.focus-mode .news-card p:last-child,.focus-mode .radar-card p:last-child { display: none; }
.focus-mode .news-card { min-height: 330px; }
.focus-mode .news-grid { gap: 10px; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 34px,940px); }
  .interest-bar time { display: none; }
  .primary-nav__inner { overflow-x: auto; scrollbar-width: none; }
  .edition-heading { grid-template-columns: 1fr; gap: 20px; padding-top: 64px; }
  .edition-copy { position: relative; z-index: 2; }
  .daily-visual { min-height: 500px; }
  .lead-layout { grid-template-columns: 1fr; }
  .latest-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
  .news-card,.news-card:first-child,.news-card:nth-child(2) { grid-column: span 6; }
  .analysis-layout { grid-template-columns: 85px 1fr; }
  .analysis-layout blockquote { display: none; }
  .radar-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  .interest-links { gap: 16px; }
  .masthead { min-height: 72px; grid-template-columns: 40px 1fr 40px; gap: 10px; }
  .brand { min-width: 0; gap: 7px; }
  .brand-symbol { width: 33px; height: 33px; border-radius: 10px 10px 10px 3px; font-size: 15px; }
  .brand-name strong { font-size: 9px; }
  .brand-name b { font-size: 13px; }
  .search-button { width: 40px; height: 40px; justify-content: center; padding: 0; font-size: 0; }
  .primary-nav { position: absolute; left: 0; right: 0; display: none; padding: 0 14px 14px; background: var(--paper); }
  .primary-nav.open { display: block; }
  .primary-nav__inner { flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border-radius: 16px; }
  .primary-nav a { padding: 11px; border-bottom: 1px solid var(--line); }
  .primary-nav a::after { display: none; }
  .search-form { grid-template-columns: 1fr; gap: 10px; padding: 18px; }
  .edition-heading { min-height: auto; padding-block: 48px 64px; }
  .edition-heading h1 { font-size: 68px; line-height: .86; }
  .edition-heading h1 em { margin-left: .06em; }
  .edition-intro { font-size: 15px; }
  .edition-actions { flex-wrap: wrap; }
  .daily-visual { min-height: 460px; border-radius: 29px; }
  .daily-visual figcaption { right: 22px; bottom: 22px; left: 22px; }
  .daily-visual h2 { font-size: 30px; }
  .lead-layout { padding-bottom: 65px; }
  .carousel-stage,.hero-story { min-height: auto; }
  .hero-story { grid-template-columns: 1fr; border-radius: 25px; }
  .hero-story__image { min-height: 310px; }
  .hero-story__content { min-height: 365px; padding: 25px; }
  .hero-story h2 { font-size: 33px; }
  .latest-list { display: block; }
  .section-heading { grid-template-columns: 1fr auto; gap: 7px; }
  .section-heading > p { grid-column: 1/-1; }
  .section-heading h2 { font-size: 42px; }
  .section-heading > a,.section-note { font-size: 0; padding: 8px; }
  .section-heading > a span { font-size: 13px; }
  .news-card,.news-card:first-child,.news-card:nth-child(2) { grid-column: 1/-1; min-height: 380px; }
  .analysis-band { border-radius: 25px; }
  .analysis-layout { grid-template-columns: 1fr; min-height: auto; }
  .analysis-mark { display: none; }
  .analysis-copy { padding: 42px 24px; }
  .analysis-copy h2 { font-size: 38px; }
  .radar-grid { grid-template-columns: 1fr; }
  .radar-card { min-height: 230px; }
  .service-grid { grid-template-columns: 1fr; }
  .weekly-card,.tools-card { padding: 30px 25px; border-radius: 24px; }
  .service-grid h2 { font-size: 38px; }
  .newsletter { border-radius: 25px 25px 0 0; }
  .newsletter__inner { grid-template-columns: 1fr; gap: 34px; padding: 40px 24px; }
  .newsletter h2 { font-size: 49px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

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