/*
Theme Name: Inter Admin Demo News
Description: Publicación editorial ficticia conectada al panel real de Inter Admin.
Version: 2.0.0
Text Domain: inter-admin-demo-news
*/

:root {
  --ink: #171717;
  --paper: #f7f5ef;
  --white: #fff;
  --line: rgba(23, 23, 23, .22);
  --line-soft: rgba(23, 23, 23, .11);
  --muted: #6c6a64;
  --red: #ca2228;
  --red-dark: #9e151b;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; inset: 12px auto auto 12px; z-index: 100000; padding: 10px 14px; clip: auto; background: white; }

.ia-urgent { min-height: 36px; display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: center; background: var(--red); color: white; font-size: .72rem; overflow: hidden; }
.ia-urgent > strong { height: 36px; padding: 0 clamp(18px, 3vw, 42px); display: flex; align-items: center; background: var(--red-dark); letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.ia-urgent__viewport { overflow: hidden; }
.ia-urgent__track { width: max-content; display: flex; align-items: center; animation: ia-ticker 38s linear infinite; }
.ia-urgent:hover .ia-urgent__track { animation-play-state: paused; }
.ia-urgent__track a { padding: 0 28px; display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.ia-urgent__track a::after { content: "•"; margin-left: 28px; opacity: .6; }
.ia-urgent__track time { font-variant-numeric: tabular-nums; opacity: .72; }
@keyframes ia-ticker { to { transform: translateX(-50%); } }

.ia-header { min-height: 86px; padding: 0 clamp(18px, 4vw, 62px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); background: rgba(247,245,239,.96); backdrop-filter: blur(16px); }
.ia-menu { width: 28px; height: 22px; display: grid; align-content: center; gap: 6px; }
.ia-menu span { display: block; height: 2px; background: var(--ink); }
.ia-menu span:last-child { width: 18px; }
.ia-brand { justify-self: center; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 950; letter-spacing: -.09em; line-height: 1; }
.ia-brand span { color: var(--red); }
.ia-header__actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.ia-demo-label { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ia-cms-link { min-height: 40px; padding: 0 16px; display: inline-flex; align-items: center; border: 1px solid var(--ink); font-size: .7rem; font-weight: 850; letter-spacing: .04em; transition: background 160ms, color 160ms; }
.ia-cms-link:hover { background: var(--ink); color: var(--paper); }
.ia-nav { min-height: 42px; padding: 0 clamp(18px, 4vw, 62px); display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 42px); border-bottom: 1px solid var(--line); overflow: auto; scrollbar-width: none; font-size: .7rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.ia-nav a { position: relative; }
.ia-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--red); transition: right 180ms ease; }
.ia-nav a:hover::after { right: 0; }

.ia-edition-line { width: min(var(--max), calc(100% - 48px)); min-height: 58px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.ia-edition-line strong { color: var(--ink); text-align: center; }
.ia-edition-line span:last-child { text-align: right; }

.ia-eyebrow { margin: 0 0 10px; color: var(--red); font-size: .66rem !important; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ia-section-title { margin-bottom: 28px; display: grid; grid-template-columns: minmax(120px, .55fr) 2fr auto; align-items: end; gap: 24px; border-bottom: 1px solid var(--ink); }
.ia-section-title > p { margin: 0 0 14px; color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.ia-section-title h1,
.ia-section-title h2 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4.2vw, 4rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.ia-section-title > span, .ia-section-title > a { margin-bottom: 14px; color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.ia-section-title > a:hover { color: var(--red); }

.ia-super { min-height: min(760px, calc(100svh - 120px)); position: relative; display: grid; align-items: end; isolation: isolate; overflow: hidden; color: white; background: #202020; }
.ia-super::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.36) 62%, rgba(0,0,0,.08)), linear-gradient(0deg, rgba(0,0,0,.68), transparent 55%); }
.ia-super__image { position: absolute; inset: 0; z-index: -2; }
.ia-super__image img { height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.ia-super:hover .ia-super__image img { transform: scale(1.025); }
.ia-super__copy { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 86px 0 64px; }
.ia-super h1 { max-width: 920px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 7vw, 7.6rem); font-weight: 500; letter-spacing: -.065em; line-height: .88; text-wrap: balance; }
.ia-super__copy > p:not(.ia-eyebrow) { max-width: 580px; margin: 26px 0 22px; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.6; }
.ia-super__copy > span { font-size: .65rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }

.ia-featured, .ia-news-section, .ia-most-read, .ia-latest { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 80px 0; }
.ia-featured__grid { min-height: 590px; display: grid; grid-template-columns: 1.22fr .78fr .78fr; grid-template-rows: 1fr 1fr; border-bottom: 1px solid var(--line); }
.ia-featured__slot { min-width: 0; padding: 0 24px 24px; display: flex; flex-direction: column; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ia-featured__slot:first-child { padding-left: 0; border-left: 0; }
.ia-featured__slot .ia-media { margin: 0 0 18px; }
.ia-featured__slot h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2.25vw, 2.25rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; }
.ia-featured__slot h3 a:hover { text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.ia-featured__slot time { display: block; margin-top: 13px; color: var(--muted); font-size: .63rem; }
.ia-featured__excerpt { margin: 16px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.ia-featured__slot--1 { grid-column: 1; grid-row: 1 / 3; }
.ia-featured__slot--1 h3 { font-size: clamp(2.25rem, 4.6vw, 4.7rem); letter-spacing: -.06em; line-height: .93; }
.ia-featured__slot--1 .ia-media { aspect-ratio: 16/10; }
.ia-featured__slot--2 { grid-column: 2; grid-row: 1; }
.ia-featured__slot--3 { grid-column: 2; grid-row: 2; padding-top: 22px; }
.ia-featured__slot--4 { grid-column: 3; grid-row: 1; }
.ia-featured__slot--5 { grid-column: 3; grid-row: 2; padding-top: 22px; }

.ia-featured--destacada_v2 .ia-featured__grid { grid-template-columns: 1.5fr .65fr .65fr; }
.ia-featured--destacada_v2 .ia-featured__slot:not(.ia-featured__slot--1) .ia-media { display: none; }
.ia-featured--destacada_v2 .ia-featured__slot:not(.ia-featured__slot--1) { justify-content: center; }
.ia-featured--destacada_v3 .ia-featured__slot--1 { grid-column: 2; }
.ia-featured--destacada_v3 .ia-featured__slot--2 { grid-column: 1; }
.ia-featured--destacada_v3 .ia-featured__slot--3 { grid-column: 1; }
.ia-featured--destacada_v3 .ia-featured__slot--4 { grid-column: 3; }
.ia-featured--destacada_v3 .ia-featured__slot--5 { grid-column: 3; }
.ia-featured--destacada_v3 .ia-featured__slot--1 { padding-left: 24px; border-left: 1px solid var(--line); }
.ia-featured--destacada_v3 .ia-featured__slot--2, .ia-featured--destacada_v3 .ia-featured__slot--3 { padding-left: 0; border-left: 0; }
.ia-featured--destacada_v4 .ia-featured__slot--1 { grid-column: 3; }
.ia-featured--destacada_v4 .ia-featured__slot--2 { grid-column: 1; }
.ia-featured--destacada_v4 .ia-featured__slot--3 { grid-column: 1; }
.ia-featured--destacada_v4 .ia-featured__slot--4 { grid-column: 2; }
.ia-featured--destacada_v4 .ia-featured__slot--5 { grid-column: 2; }
.ia-featured--destacada_v4 .ia-featured__slot--1 { padding-left: 24px; border-left: 1px solid var(--line); }
.ia-featured--destacada_v4 .ia-featured__slot--2, .ia-featured--destacada_v4 .ia-featured__slot--3 { padding-left: 0; border-left: 0; }

.ia-media { width: 100%; position: relative; display: block; overflow: hidden; aspect-ratio: 16/9; border: 0; padding: 0; background: #ddd; cursor: pointer; }
.ia-media img { height: 100%; object-fit: cover; transition: transform 420ms cubic-bezier(.2,.8,.2,1); }
.ia-media:hover img { transform: scale(1.035); }
.ia-media--video { color: white; }
.ia-media--video iframe { width: 100%; height: 100%; border: 0; }
.ia-play { width: 54px; height: 54px; position: absolute; left: 18px; bottom: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 1rem; box-shadow: 0 10px 28px rgba(0,0,0,.25); }

.ia-live { width: min(var(--max), calc(100% - 48px)); margin: 60px auto 20px; display: grid; grid-template-columns: .78fr 1.5fr; gap: clamp(30px, 6vw, 90px); align-items: center; background: var(--ink); color: white; }
.ia-live__copy { padding: clamp(30px, 5vw, 72px); }
.ia-live__copy h2 { margin: 20px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.7vw, 4.8rem); font-weight: 500; letter-spacing: -.06em; line-height: .94; }
.ia-live__copy p { margin: 0; color: rgba(255,255,255,.64); font-size: .82rem; line-height: 1.6; }
.ia-live__video { aspect-ratio: 16/9; }
.ia-live__video iframe { width: 100%; height: 100%; border: 0; }
.ia-live__signal { display: inline-flex; align-items: center; gap: 8px; color: #ff7a7f; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ia-live__signal i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(202,34,40,.17); animation: ia-pulse 1.8s ease-out infinite; }
@keyframes ia-pulse { 50% { box-shadow: 0 0 0 12px rgba(202,34,40,0); } }

.ia-livebar { min-height: 52px; padding: 8px clamp(18px, 4vw, 62px); display: grid; grid-template-columns: max-content 1fr max-content max-content; align-items: center; gap: 20px; background: var(--ink); color: white; z-index: 9999; }
.ia-livebar--top { position: sticky; top: 0; }
.ia-livebar--bottom { position: fixed; left: 0; right: 0; bottom: 0; box-shadow: 0 -10px 34px rgba(0,0,0,.2); }
.ia-livebar strong { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.ia-livebar a { color: #ffb4b6; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ia-livebar button { border: 0; background: transparent; color: white; font-size: 1.5rem; cursor: pointer; }

.ia-news-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.ia-news-grid--count-1 { grid-template-columns: minmax(0, 1fr); }
.ia-news-grid--count-1 .ia-news-card--lead { max-width: 760px; }
.ia-news-grid--count-2 { grid-template-columns: 1.4fr 1fr; }
.ia-news-grid--count-3 { grid-template-columns: 1.4fr 1fr 1fr; }
.ia-news-card { min-width: 0; padding: 0 22px 32px; border-left: 1px solid var(--line); }
.ia-news-card:first-child { padding-left: 0; border-left: 0; }
.ia-news-card .ia-media { margin-bottom: 18px; }
.ia-news-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2vw, 2rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.ia-news-card > p:not(.ia-eyebrow) { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.ia-news-card--lead h3 { font-size: clamp(2rem, 3.4vw, 3.6rem); line-height: .96; }
.ia-news-card h3 a:hover { color: var(--red); }

.ia-topics { padding: 42px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 170px 1fr; gap: 26px; background: var(--ink); color: white; }
.ia-topics > span { color: #ff8a8e; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ia-topics > div { display: flex; flex-wrap: wrap; gap: 10px 26px; }
.ia-topics a { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.5vw, 2.5rem); }
.ia-topics a:hover { color: #ff8a8e; }
.ia-topics sup { margin-left: 5px; color: #ff8a8e; font-family: ui-sans-serif, sans-serif; font-size: .55rem; }

.ia-most-read ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; counter-reset: most; border-bottom: 1px solid var(--line); }
.ia-most-read li { min-width: 0; padding: 24px 22px 36px; counter-increment: most; border-left: 1px solid var(--line); }
.ia-most-read li:first-child { padding-left: 0; border-left: 0; }
.ia-most-read li::before { content: "0" counter(most); display: block; margin-bottom: 60px; color: var(--red); font-family: Georgia, serif; font-size: 2.8rem; }
.ia-most-read li a { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.16; }
.ia-most-read li a:hover { text-decoration: underline; text-decoration-color: var(--red); }
.ia-most-read li span { display: block; margin-bottom: 9px; color: var(--muted); font-family: ui-sans-serif, sans-serif; font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }

.ia-videos { padding: 84px max(24px, calc((100vw - var(--max)) / 2)); background: #151515; color: white; }
.ia-videos .ia-section-title { border-color: rgba(255,255,255,.5); }
.ia-videos .ia-section-title > span { color: rgba(255,255,255,.55); }
.ia-videos__rail { display: grid; grid-auto-columns: minmax(280px, 36vw); grid-auto-flow: column; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--red) rgba(255,255,255,.08); }
.ia-videos__rail article { scroll-snap-align: start; }
.ia-videos__rail h3 { max-width: 560px; margin: 18px 0 32px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 2.5vw, 2.5rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }

.ia-latest__list { border-top: 1px solid var(--line); }
.ia-latest__list article { min-height: 86px; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 26px; border-bottom: 1px solid var(--line); }
.ia-latest__list time, .ia-latest__list span { color: var(--muted); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.ia-latest__list h3 { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.9rem); font-weight: 500; letter-spacing: -.025em; }
.ia-latest__list b { font-size: 1.4rem; font-weight: 400; transition: transform 180ms; }
.ia-latest__list article:hover b { transform: translate(4px, -4px); color: var(--red); }

.ia-proof { padding: clamp(72px, 10vw, 140px) 24px; position: relative; overflow: hidden; background: var(--red); color: white; text-align: center; }
.ia-proof::before { content: "PULSO"; position: absolute; left: 50%; bottom: -0.32em; transform: translateX(-50%); color: rgba(255,255,255,.06); font-size: 28vw; font-weight: 950; letter-spacing: -.1em; white-space: nowrap; pointer-events: none; }
.ia-proof > * { position: relative; z-index: 1; }
.ia-proof > p { margin: 0 0 18px; font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ia-proof h2 { max-width: 980px; margin: 0 auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6vw, 6.2rem); font-weight: 500; letter-spacing: -.065em; line-height: .92; }
.ia-proof > div { margin: 38px auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ia-proof > div span::before { content: "✓"; margin-right: 7px; }
.ia-proof > a { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; border: 1px solid white; font-size: .7rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transition: background 160ms, color 160ms; }
.ia-proof > a:hover { background: white; color: var(--red); }

.ia-footer { min-height: 170px; padding: 44px clamp(18px, 4vw, 62px); display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: end; background: var(--ink); color: white; }
.ia-footer > div { display: flex; flex-direction: column; gap: 8px; }
.ia-footer > div:last-child { text-align: right; align-items: flex-end; }
.ia-footer strong { font-size: 2.6rem; letter-spacing: -.08em; }
.ia-footer span { color: rgba(255,255,255,.55); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.ia-footer a { border-bottom: 1px solid #ff8a8e; font-size: .74rem; font-weight: 800; }

.ia-article { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 82px 0 110px; }
.ia-article .ia-eyebrow { margin-bottom: 18px; }
.ia-article h1 { margin: 0 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6rem); font-weight: 500; letter-spacing: -.06em; line-height: .92; }
.ia-article__meta { margin-bottom: 38px; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.ia-article__hero { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.ia-article__hero img { aspect-ratio: 16/9; object-fit: cover; }
.ia-article__body { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.82; }
.ia-article__body p { margin: 0 0 1.35em; }

@media (prefers-reduced-motion: no-preference) {
  .ia-reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1); }
  .ia-reveal.is-visible { opacity: 1; transform: none; }
  .ia-super__copy > * { animation: ia-rise 720ms cubic-bezier(.2,.8,.2,1) both; }
  .ia-super__copy > *:nth-child(2) { animation-delay: 80ms; }
  .ia-super__copy > *:nth-child(3) { animation-delay: 150ms; }
  @keyframes ia-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
}

@media (max-width: 980px) {
  .ia-featured__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .ia-featured__slot, .ia-featured--destacada_v3 .ia-featured__slot, .ia-featured--destacada_v4 .ia-featured__slot { grid-column: auto; grid-row: auto; padding: 24px 20px; border-left: 1px solid var(--line); }
  .ia-featured__slot--1, .ia-featured--destacada_v3 .ia-featured__slot--1, .ia-featured--destacada_v4 .ia-featured__slot--1 { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .ia-news-grid { grid-template-columns: 1fr 1fr; }
  .ia-news-card:nth-child(3) { padding-left: 0; border-left: 0; }
  .ia-most-read ol { grid-template-columns: repeat(3, 1fr); }
  .ia-live { grid-template-columns: 1fr; }
  .ia-live__copy { padding-bottom: 0; }
}

@media (max-width: 700px) {
  .ia-urgent { grid-template-columns: 116px minmax(0,1fr); }
  .ia-urgent > strong { padding: 0 12px; font-size: .6rem; }
  .ia-header { min-height: 68px; grid-template-columns: 32px 1fr auto; gap: 12px; }
  .ia-brand { justify-self: start; font-size: 2rem; }
  .ia-demo-label { display: none; }
  .ia-cms-link { min-height: 34px; padding: 0 10px; font-size: .6rem; }
  .ia-nav { justify-content: flex-start; }
  .ia-edition-line { width: calc(100% - 32px); grid-template-columns: 1fr auto; }
  .ia-edition-line span:last-child { display: none; }
  .ia-section-title { grid-template-columns: 1fr auto; gap: 10px; }
  .ia-section-title > p { grid-column: 1 / -1; margin-bottom: 0; }
  .ia-section-title h1,
  .ia-section-title h2 { font-size: 2.5rem; }
  .ia-section-title > span { display: none; }
  .ia-super { min-height: 610px; }
  .ia-super::after { background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.1) 78%); }
  .ia-super__image img { object-position: 58% center; }
  .ia-super__copy { width: calc(100% - 32px); padding-bottom: 38px; }
  .ia-super h1 { font-size: clamp(3.25rem, 15vw, 5.2rem); }
  .ia-featured, .ia-news-section, .ia-most-read, .ia-latest { width: calc(100% - 32px); padding: 60px 0; }
  .ia-featured__grid { display: block; }
  .ia-featured__slot, .ia-featured--destacada_v3 .ia-featured__slot, .ia-featured--destacada_v4 .ia-featured__slot { padding: 24px 0; border-left: 0; }
  .ia-featured__slot--1 { padding-top: 0; }
  .ia-featured__slot--1 h3 { font-size: 2.55rem; }
  .ia-live { width: 100%; margin: 36px 0 0; }
  .ia-live__copy { padding: 34px 18px 0; }
  .ia-live__copy h2 { font-size: 2.8rem; }
  .ia-livebar { grid-template-columns: max-content 1fr max-content; gap: 10px; }
  .ia-livebar a { display: none; }
  .ia-livebar strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .8rem; }
  .ia-news-grid { display: block; }
  .ia-news-card, .ia-news-card:first-child, .ia-news-card:nth-child(3) { padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }
  .ia-news-card--lead h3 { font-size: 2.4rem; }
  .ia-topics { padding: 34px 18px; grid-template-columns: 1fr; }
  .ia-most-read ol { display: block; }
  .ia-most-read li, .ia-most-read li:first-child { min-height: auto; padding: 22px 0; display: grid; grid-template-columns: 70px 1fr; gap: 12px; border-left: 0; border-top: 1px solid var(--line); }
  .ia-most-read li::before { margin: 0; }
  .ia-videos { padding: 58px 18px; }
  .ia-videos__rail { grid-auto-columns: 82vw; }
  .ia-latest__list article { grid-template-columns: 58px 1fr auto; gap: 12px; }
  .ia-proof h2 { font-size: 3rem; }
  .ia-footer { grid-template-columns: 1fr; }
  .ia-footer > div:last-child { text-align: left; align-items: flex-start; }
}

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