:root {
  --navy: #102b3a;
  --navy-deep: #071b27;
  --navy-soft: #173d50;
  --copper: #d96935;
  --copper-dark: #b84b21;
  --mist: #e7eff0;
  --mist-dark: #cfdddf;
  --cream: #f8f6f0;
  --white: #fff;
  --ink: #102631;
  --muted: #647780;
  --line: #d8e1e2;
  --green: #247a5c;
  --yellow: #9a6c12;
  --red: #b13b31;
  --shadow: 0 24px 70px rgba(7, 28, 40, .11);
  --radius: 18px;
  --page: min(100% - 40px, 1240px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.56; -webkit-font-smoothing: antialiased; }
body::selection { color: var(--white); background: var(--copper); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-weight: 780; letter-spacing: -.035em; line-height: 1.04; }
p { color: var(--muted); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; white-space: nowrap; border: 0; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 15px; color: var(--white); background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: block; margin-bottom: 13px; color: var(--copper-dark); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #f2aa82; }
.button, .newsletter-form button, .search-form button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px; color: var(--white); font-weight: 800; background: var(--copper); border: 0; border-radius: 999px; box-shadow: 0 12px 28px rgba(217, 105, 53, .22); transition: transform .2s ease, background .2s ease; }
.button:hover, .newsletter-form button:hover, .search-form button:hover { background: var(--copper-dark); transform: translateY(-2px); }
.button.ghost-light { color: var(--white); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.35); box-shadow: none; }
.text-link { color: var(--navy); font-size: 14px; font-weight: 800; border-bottom: 2px solid var(--copper); }

.site-header { position: sticky; z-index: 80; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 14px max(24px, calc((100vw - 1240px) / 2)); background: rgba(248, 246, 240, .96); border-bottom: 1px solid rgba(16,43,58,.1); backdrop-filter: blur(18px); }
.site-brand img { width: 224px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav a { position: relative; color: var(--navy); font-size: 13px; font-weight: 760; }
.main-nav a::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; content: ""; background: var(--copper); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.main-nav .search-link { padding: 10px 16px; color: var(--white); background: var(--navy); border-radius: 999px; }
.main-nav .search-link::after { display: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; background: transparent; border: 0; border-radius: 50%; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }
.public-flash { position: relative; z-index: 70; padding: 12px max(24px, calc((100vw - 1240px) / 2)); color: #15563f; font-size: 13px; font-weight: 750; background: #dbefe5; }
.public-flash.error { color: #8e342d; background: #f3deda; }

.top-stories { width: var(--page); margin-inline: auto; padding: 46px 0 70px; }
.top-stories-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 28px; }
.top-stories-heading .eyebrow { margin-bottom: 8px; }
.top-stories-heading h1 { max-width: 780px; margin: 0; font-size: clamp(36px, 5vw, 62px); }
.top-stories-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 20px; }
.top-story { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 38px rgba(16,43,58,.07); transition: box-shadow .25s ease, transform .25s ease; }
.top-story:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.top-story-primary { grid-row: 1 / 3; }
.top-story-secondary { display: grid; grid-template-columns: minmax(145px, .75fr) minmax(0, 1.25fr); }
.top-story-art { display: block; min-height: 0; overflow: hidden; background: var(--navy); }
.top-story-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.top-story:hover .top-story-art img { transform: scale(1.025); }
.top-story-primary .top-story-art { height: 390px; }
.top-story-primary .top-story-body { padding: 29px 31px 32px; }
.top-story-secondary .top-story-art { min-height: 100%; }
.top-story-secondary .top-story-body { display: flex; flex-direction: column; justify-content: center; padding: 21px; }
.top-story-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 14px; margin-bottom: 12px; color: var(--muted); font-size: 10px; font-weight: 760; }
.top-story-meta span { color: var(--copper-dark); letter-spacing: .08em; text-transform: uppercase; }
.top-story h2 { margin-bottom: 13px; font-size: clamp(28px, 3.5vw, 47px); }
.top-story h3 { margin-bottom: 10px; font-size: clamp(19px, 2vw, 25px); }
.top-story p { margin-bottom: 20px; }
.top-story-secondary p { display: -webkit-box; margin-bottom: 13px; overflow: hidden; font-size: 13px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.hero { position: relative; width: 100%; min-height: 700px; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url('/assets/hero-control-room.webp') center center / cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, rgba(4,20,30,.98) 0%, rgba(4,20,30,.86) 38%, rgba(4,20,30,.25) 70%, rgba(4,20,30,.1) 100%), linear-gradient(0deg, rgba(4,20,30,.75), transparent 60%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .55fr); gap: clamp(60px, 9vw, 145px); align-items: end; width: var(--page); min-height: 700px; margin-inline: auto; padding: 110px 0 85px; }
.hero-copy { align-self: center; max-width: 720px; }
.hero h1, .hero h2 { max-width: 700px; margin-bottom: 25px; font-size: clamp(50px, 7vw, 96px); letter-spacing: -.058em; }
.hero-copy > p { max-width: 650px; color: #d0dce0; font-size: clamp(18px, 2vw, 22px); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 35px; color: #b9c9ce; font-size: 13px; font-weight: 670; }
.hero-proof b { color: #70d3a5; }
.hero-story { align-self: end; padding: 28px; background: rgba(248,246,240,.97); color: var(--ink); border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius); box-shadow: 0 26px 70px rgba(0,0,0,.25); transition: transform .25s ease; }
.hero-story:hover { transform: translateY(-7px); }
.story-kicker { display: block; margin-bottom: 20px; color: var(--copper-dark); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-story h2 { margin-bottom: 14px; font-size: clamp(25px, 3vw, 35px); }
.hero-story p { margin-bottom: 24px; }
.story-link { color: var(--navy); font-weight: 850; }
.story-link b { margin-left: 6px; color: var(--copper); }
.brand-hero, .brand-hero .hero-inner { min-height: 570px; }
.brand-hero .hero-inner { grid-template-columns: minmax(0, 760px); padding: 85px 0 90px; }

.signal-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr); width: var(--page); margin: -34px auto 0; padding: 0; overflow: hidden; background: var(--white); border: 1px solid rgba(16,43,58,.08); border-radius: var(--radius); box-shadow: var(--shadow); }
.signal-strip > div { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; padding: 27px 30px; }
.signal-strip > div + div { border-left: 1px solid var(--line); }
.signal-strip span { grid-row: 1 / 3; color: var(--copper); font-size: 11px; font-weight: 850; }
.signal-strip strong { color: var(--navy); font-size: 15px; }
.signal-strip small { color: var(--muted); }

.content-section { width: var(--page); margin-inline: auto; padding-block: 105px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 5vw, 61px); }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.story-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 38px rgba(16,43,58,.055); transition: transform .25s ease, box-shadow .25s ease; }
.story-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.story-card-wide { grid-column: span 2; display: grid; grid-template-columns: 1.05fr .95fr; }
.story-art, .list-art { position: relative; display: flex; min-height: 220px; padding: 19px; align-items: flex-end; overflow: hidden; color: var(--white); background-color: var(--navy); isolation: isolate; }
.story-art img, .list-art img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-card:hover .story-art img, .list-story:hover .list-art img { transform: scale(1.025); }
.story-card-wide .story-art { min-height: 100%; }
.story-art::before, .list-art::before { position: absolute; inset: 0; z-index: -1; content: ""; background: radial-gradient(circle at 75% 30%, rgba(255,255,255,.22), transparent 18%), linear-gradient(135deg, transparent 52%, rgba(255,255,255,.08) 52% 54%, transparent 54%); }
.story-art::after, .list-art::after { position: absolute; z-index: -1; right: 11%; bottom: 23%; width: 38%; height: 38%; content: ""; border: 2px solid rgba(255,255,255,.33); border-radius: 50%; box-shadow: 0 0 0 14px rgba(255,255,255,.04), 0 0 0 28px rgba(255,255,255,.025); }
.story-art span, .list-art span { padding: 7px 10px; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; background: rgba(5,23,33,.72); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; backdrop-filter: blur(10px); }
.art-signal { background: linear-gradient(145deg, #0b2634, #1f6574); }
.art-copper { background: linear-gradient(145deg, #172f3b, #b85a2b); }
.art-cloud { background: linear-gradient(145deg, #142c3b, #567c9a); }
.art-grid { background: linear-gradient(145deg, #071b27, #2d6c5c); }
.art-frame { background: linear-gradient(145deg, #211b38, #6b527f); }
.art-audio { background: linear-gradient(145deg, #102b3a, #8b6c24); }
.art-live { background: linear-gradient(145deg, #172f3b, #aa3e38); }
.art-code { background: linear-gradient(145deg, #071b27, #346471); }
.story-card-body { padding: 25px; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--muted); font-size: 11px; font-weight: 700; }
.status { display: inline-flex; align-items: center; padding: 5px 9px; color: #3a5260; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; background: var(--mist); border-radius: 999px; }
.status-official, .status-verified { color: #15563f; background: #dbeee5; }
.status-developing { color: #75510d; background: #f4e8c7; }
.status-rumour { color: #8e342d; background: #f4deda; }
.status-pending { color: #8a3b14; background: #f9d9c8; }
.status-reviewed { color: #15563f; background: #dbeee5; }
.story-card h3 { margin-bottom: 12px; font-size: clamp(21px, 2.2vw, 29px); }
.story-card p { margin-bottom: 24px; }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 850; }
.card-link span { color: var(--copper); }

.radar-section { width: 100%; padding: 90px max(24px, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--navy-deep); }
.radar-heading { display: grid; grid-template-columns: auto 1fr minmax(250px, 430px); gap: 20px; align-items: start; margin-bottom: 42px; }
.live-dot { width: 10px; height: 10px; margin-top: 4px; background: var(--copper); border-radius: 50%; box-shadow: 0 0 0 7px rgba(217,105,53,.15); }
.radar-heading h2 { margin: 0; font-size: clamp(35px, 4.5vw, 57px); }
.radar-heading p { color: #a8bdc3; }
.radar-list { border-top: 1px solid rgba(255,255,255,.13); }
.radar-list a { display: grid; grid-template-columns: 160px 1fr auto; gap: 26px; align-items: center; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.radar-list time { color: #92abb2; font-size: 12px; }
.radar-list strong { font-size: 17px; }
.radar-list span { color: #f1ab85; font-size: 12px; font-weight: 800; }
.topic-section { padding-bottom: 125px; }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.topic-grid a { display: flex; align-items: center; justify-content: space-between; min-height: 112px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.topic-grid a:hover { color: var(--white); background: var(--navy); transform: translateY(-4px); }
.topic-grid span { font-weight: 800; }
.topic-grid b { color: var(--copper); }

.page-hero { width: 100%; padding: 95px max(24px, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--navy-deep); }
.page-hero > div { max-width: 850px; }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(48px, 7vw, 86px); }
.page-hero p { max-width: 720px; color: #b9ccd1; font-size: 20px; }
.listing-grid { display: grid; gap: 23px; }
.list-story { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 35px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.list-art { min-height: 230px; border-radius: 12px; }
.list-story > div { align-self: center; padding-right: 20px; }
.list-story h2 { margin-bottom: 12px; font-size: clamp(25px, 3vw, 38px); }
.empty-state { padding: 50px; text-align: center; background: var(--mist); border-radius: var(--radius); }
.search-form { display: flex; gap: 10px; max-width: 720px; margin-top: 30px; }
.search-form input { flex: 1; min-width: 0; min-height: 56px; padding: 14px 20px; color: var(--ink); background: var(--white); border: 0; border-radius: 999px; }

.article-header { color: var(--white); background: var(--navy-deep); }
.article-hero-image { width: min(100% - 40px, 1180px); margin: -38px auto 0; overflow: hidden; background: var(--navy); border: 8px solid var(--paper); border-radius: 20px; box-shadow: 0 26px 70px rgba(7,28,40,.18); }
.article-hero-image img, .article-inline-image img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.article-hero-image figcaption, .article-inline-image figcaption { padding: 9px 13px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; background: var(--white); }
.article-header-inner { width: min(100% - 40px, 990px); margin-inline: auto; padding: 85px 0 80px; }
.article-breadcrumb { display: flex; gap: 10px; margin-bottom: 38px; color: #91abb3; font-size: 12px; font-weight: 700; }
.article-breadcrumb a:hover { color: var(--white); }
.article-labels { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: #a9bec4; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-header h1 { max-width: 1000px; margin-bottom: 24px; font-size: clamp(45px, 6.3vw, 82px); }
.article-deck { max-width: 870px; color: #c8d7db; font-size: clamp(19px, 2.4vw, 25px); line-height: 1.55; }
.article-byline { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-top: 40px; padding-top: 24px; color: #94adb4; font-size: 12px; border-top: 1px solid rgba(255,255,255,.14); }
.article-byline strong, .article-byline span { display: block; }
.article-byline strong { margin-bottom: 2px; color: var(--white); font-size: 14px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: clamp(50px, 8vw, 100px); width: min(100% - 40px, 1070px); margin-inline: auto; padding: 85px 0 120px; }
.article-summary { margin-bottom: 42px; padding: 25px 28px; background: var(--mist); border-left: 4px solid var(--copper); border-radius: 0 13px 13px 0; }
.article-summary span { display: block; margin-bottom: 7px; color: var(--copper-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.article-summary p { margin: 0; color: var(--ink); font-size: 19px; font-weight: 680; }
.article-body { font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.82; }
.article-body p { color: #263e49; }
.article-body h2, .article-body h3 { margin-top: 48px; margin-bottom: 17px; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.article-body h2 { font-size: 34px; }
.article-body h3 { font-size: 26px; }
.article-body a { color: var(--copper-dark); border-bottom: 1px solid currentColor; }
.article-body blockquote { margin: 32px 0; padding: 10px 0 10px 25px; color: var(--navy); font-size: 23px; font-style: italic; border-left: 3px solid var(--copper); }
.article-body code, .article-body pre { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.article-body pre { padding: 18px; overflow-x: auto; color: #dce7e9; background: var(--navy-deep); border-radius: 10px; }
.article-inline-image { margin: 48px 0; overflow: hidden; background: var(--navy); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 16px 42px rgba(16,43,58,.09); }
.known-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 48px 0; }
.known-grid section { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.known-grid p, .known-grid li { color: var(--muted); font-size: 14px; }
.source-box { margin-top: 45px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.source-box > a { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); }
.source-box > a strong { font-size: 14px; }
.source-box > a span { color: var(--muted); font-size: 12px; }
.correction { margin-top: 40px; padding: 20px; background: #f5e9c9; border-radius: 10px; }
.correction p { margin: 6px 0 0; }
.ai-note { margin-top: 24px; font-size: 12px; }
.ai-note a { color: var(--navy); font-weight: 800; }
.article-rail { display: grid; align-content: start; gap: 35px; }
.rail-card { position: sticky; top: 110px; padding: 23px; color: var(--white); background: var(--navy); border-radius: 14px; }
.rail-card strong { display: block; margin-bottom: 9px; font-size: 22px; }
.rail-card p { color: #b9cbd0; font-size: 13px; }
.rail-card a { color: #f3ab84; font-size: 12px; font-weight: 800; }
.rail-related { display: grid; }
.rail-related a { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; font-size: 13px; font-weight: 750; border-top: 1px solid var(--line); }
.rail-related span { color: var(--copper); }
.legal-page { width: min(100% - 40px, 820px); margin-inline: auto; padding: 80px 0 120px; font-size: 17px; line-height: 1.78; }
.legal-page h2 { margin-top: 55px; font-size: 31px; }
.legal-page h3 { margin-top: 35px; font-size: 23px; }
.legal-page a { color: var(--copper-dark); border-bottom: 1px solid currentColor; }
.privacy-consent-button { padding: 11px 16px; color: var(--white); font-weight: 780; background: var(--navy); border: 0; border-radius: 999px; }

.newsletter-band { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); align-items: center; width: 100%; padding: 85px max(24px, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--navy); }
.newsletter-band h2 { margin-bottom: 14px; font-size: clamp(35px, 4.8vw, 58px); }
.newsletter-band p { color: #b7cbd0; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter-form input { min-width: 0; min-height: 52px; padding: 13px 18px; color: var(--ink); background: var(--white); border: 0; border-radius: 999px; }
.newsletter-form small { grid-column: 1 / -1; color: #91abb2; }
.site-footer { padding: 75px max(24px, calc((100vw - 1240px) / 2)) 25px; color: #a8bec4; background: #04151f; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-brand img { width: 224px; margin-bottom: 12px; }
.footer-brand p { max-width: 320px; color: #8fa8af; }
.footer-grid strong { margin-bottom: 10px; color: var(--white); }
.footer-grid a { font-size: 13px; }
.footer-grid a:hover { color: var(--white); }
.footer-cookie-link { padding: 0; color: inherit; font-size: 13px; text-align: left; background: transparent; border: 0; }
.footer-cookie-link:hover { color: var(--white); }
.footer-cookie-bottom { font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 22px; font-size: 11px; border-top: 1px solid rgba(255,255,255,.1); }

.consent-banner { position: fixed; z-index: 200; right: 22px; bottom: 22px; left: 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(calc(100% - 44px), 940px); margin-inline: auto; padding: 21px 23px; color: var(--white); background: rgba(7,27,39,.98); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; box-shadow: 0 24px 70px rgba(0,0,0,.34); }
.consent-banner[hidden] { display: none; }
.consent-copy { max-width: 610px; }
.consent-copy strong { display: block; margin-bottom: 4px; font-size: 17px; }
.consent-copy p { margin: 0; color: #c4d3d7; font-size: 13px; }
.consent-copy a { color: var(--white); border-bottom: 1px solid #80969d; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.consent-actions button { min-height: 43px; padding: 9px 15px; color: var(--white); font-size: 12px; font-weight: 800; border-radius: 999px; }
.consent-primary { background: var(--copper); border: 1px solid var(--copper); }
.consent-secondary { background: transparent; border: 1px solid #6f878e; }

/* Newsroom */
.admin-body { background: #eef2f2; }
.admin-shell { min-height: 100vh; }
.admin-top { display: flex; align-items: center; justify-content: space-between; min-height: 70px; padding: 12px 28px; color: var(--white); background: var(--navy-deep); }
.admin-top img { width: 190px; filter: brightness(0) invert(1); }
.admin-user { display: flex; align-items: center; gap: 14px; font-size: 12px; }
.admin-user form { margin: 0; }
.admin-user button { padding: 8px 12px; color: var(--white); background: rgba(255,255,255,.1); border: 0; border-radius: 999px; }
.admin-frame { display: grid; grid-template-columns: 225px minmax(0, 1fr); min-height: calc(100vh - 70px); }
.admin-nav { display: flex; flex-direction: column; gap: 4px; padding: 24px 14px; color: #bdd0d4; background: var(--navy); }
.admin-nav a { padding: 10px 13px; font-size: 13px; font-weight: 700; border-radius: 8px; }
.admin-nav a:hover, .admin-nav a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.09); }
.admin-content { min-width: 0; padding: 38px; }
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.admin-heading h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); }
.admin-heading p { margin: 5px 0 0; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-actions form { margin: 0; }
.admin-button { display: inline-flex; align-items: center; justify-content: center; min-height: 41px; padding: 9px 14px; color: var(--white); font-size: 12px; font-weight: 800; background: var(--navy); border: 0; border-radius: 8px; }
.admin-button.copper { background: var(--copper); }
.admin-button.light { color: var(--navy); background: var(--white); border: 1px solid var(--line); }
.admin-button.danger { background: var(--red); }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 25px; }
.admin-stat { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.admin-stat strong { display: block; color: var(--navy); font-size: 29px; }
.admin-stat span { color: var(--muted); font-size: 12px; }
.admin-stat.review-stat { background: #fff5ef; border-color: #e9b494; }
.admin-stat.review-stat strong { color: var(--copper-dark); }
.admin-panel { margin-bottom: 22px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.admin-panel h2 { font-size: 23px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 12px 11px; text-align: left; border-bottom: 1px solid var(--line); }
.admin-table th { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.admin-table td { font-size: 13px; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table a { color: var(--navy); font-weight: 780; }
.admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.admin-form { display: grid; gap: 17px; }
.field { display: grid; gap: 6px; }
.field label { color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; min-height: 43px; padding: 10px 12px; color: var(--ink); background: var(--white); border: 1px solid #c8d5d7; border-radius: 8px; }
.field textarea { min-height: 110px; resize: vertical; }
.field textarea.editor { min-height: 390px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; }
.field small { color: var(--muted); }
.checkbox-field { display: flex; align-items: center; gap: 8px; }
.checkbox-field input { width: 18px; height: 18px; }
.editor-toolbar { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: -10px; }
.editor-toolbar button { padding: 6px 9px; color: var(--navy); font-size: 11px; font-weight: 800; background: var(--mist); border: 0; border-radius: 5px; }
.flash { margin-bottom: 20px; padding: 13px 16px; color: #15563f; font-weight: 700; background: #dbefe5; border-radius: 9px; }
.flash.error { color: #8e342d; background: #f3deda; }
.admin-review-alert { margin-bottom: 20px; padding: 18px 20px; color: #642b11; background: #f9dfd0; border-left: 4px solid var(--copper); border-radius: 10px; }
.admin-review-alert strong { display: block; margin-bottom: 5px; }
.admin-review-alert p { margin: 0; font-size: 13px; }
.admin-review-setting { padding: 18px; background: #fff5ef; border: 1px solid #e9b494; border-radius: 10px; }
.admin-review-setting p { margin: 8px 0 0 26px; font-size: 13px; }
.login-page { display: grid; min-height: 100vh; place-items: center; padding: 30px; background: radial-gradient(circle at 70% 20%, #1d5367, transparent 35%), var(--navy-deep); }
.login-card { width: min(100%, 460px); padding: 38px; background: var(--cream); border-radius: 18px; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.login-card img { width: 220px; margin-bottom: 35px; }
.login-card h1 { font-size: 40px; }
.candidate-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 19px 0; border-top: 1px solid var(--line); }
.candidate-card:first-child { border-top: 0; }
.candidate-card h3 { margin-bottom: 8px; font-size: 19px; }
.candidate-card p { margin: 0; font-size: 13px; }
.candidate-meta { margin-bottom: 7px; color: var(--copper-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.job-error { max-width: 360px; color: var(--red); white-space: pre-wrap; }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; }
  .main-nav a:nth-child(4), .main-nav a:nth-child(5) { display: none; }
  .top-stories-grid { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); }
  .top-story-secondary { grid-template-columns: minmax(115px, .65fr) minmax(0, 1.35fr); }
  .top-story-secondary p { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; align-items: center; }
  .hero-story { max-width: 650px; }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .story-card-wide { grid-column: span 2; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:last-child { display: none; }
  .article-layout { grid-template-columns: 1fr; }
  .article-rail { grid-template-columns: 1fr 1fr; }
  .rail-card { position: static; }
  .admin-frame { grid-template-columns: 180px minmax(0, 1fr); }
  .admin-content { padding: 28px; }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 28px, 1240px); }
  .site-header { min-height: 72px; padding: 12px 16px; }
  .site-brand img { width: 190px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
  .main-nav[data-open] { display: flex; }
  .main-nav a, .main-nav a:nth-child(4), .main-nav a:nth-child(5) { display: block; padding: 11px; }
  .main-nav .search-link { margin-top: 5px; text-align: center; }
  .top-stories { padding: 25px 0 48px; }
  .top-stories-heading { align-items: flex-start; margin-bottom: 18px; }
  .top-stories-heading h1 { font-size: clamp(31px, 10vw, 44px); }
  .top-stories-heading .text-link { display: none; }
  .top-stories-grid { grid-template-columns: 1fr; grid-template-rows: auto; gap: 12px; }
  .top-story-primary { grid-row: auto; }
  .top-story-primary .top-story-art { height: auto; aspect-ratio: 16 / 9; }
  .top-story-primary .top-story-body { padding: 18px 19px 21px; }
  .top-story-primary h2 { font-size: clamp(25px, 8.4vw, 34px); }
  .top-story-primary p { display: -webkit-box; margin-bottom: 15px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .top-story-secondary { grid-template-columns: 35% minmax(0, 1fr); min-height: 126px; }
  .top-story-secondary .top-story-body { padding: 13px 14px; }
  .top-story-secondary h3 { margin: 0; font-size: clamp(17px, 5.2vw, 21px); }
  .top-story-secondary .card-link { display: none; }
  .top-story-secondary .top-story-meta { margin-bottom: 7px; }
  .top-story-secondary .top-story-meta time { display: none; }
  .hero { min-height: 620px; }
  .hero-media { background-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,20,30,.96), rgba(4,20,30,.72)), linear-gradient(0deg, rgba(4,20,30,.9), transparent 70%); }
  .hero-inner { min-height: 620px; padding: 68px 0 65px; }
  .hero h1, .hero h2 { font-size: clamp(47px, 15vw, 69px); }
  .brand-hero, .brand-hero .hero-inner { min-height: 620px; }
  .hero-story { padding: 22px; }
  .signal-strip { grid-template-columns: 1fr; margin-top: -20px; }
  .signal-strip > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .content-section { padding-block: 75px; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 22px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card-wide { grid-column: auto; display: block; }
  .story-card-wide .story-art { min-height: 230px; }
  .radar-heading { grid-template-columns: auto 1fr; }
  .radar-heading p { grid-column: 2; }
  .radar-list a { grid-template-columns: 1fr auto; gap: 7px 15px; }
  .radar-list time { grid-column: 1 / -1; }
  .topic-grid { grid-template-columns: 1fr; }
  .list-story { grid-template-columns: 1fr; gap: 22px; }
  .list-story > div { padding: 0 4px 8px; }
  .article-header-inner { padding: 65px 0 55px; }
  .article-layout { padding: 60px 0 85px; }
  .article-byline { display: block; }
  .article-byline > span { margin-top: 14px; }
  .known-grid, .article-rail { grid-template-columns: 1fr; }
  .newsletter-band { grid-template-columns: 1fr; gap: 30px; padding-block: 65px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { display: none; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .footer-cookie-bottom { margin-top: 8px; }
  .consent-banner { right: 12px; bottom: 12px; left: 12px; display: block; width: calc(100% - 24px); padding: 18px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 15px; }
  .admin-top { padding: 11px 16px; }
  .admin-user > span { display: none; }
  .admin-frame { display: block; }
  .admin-nav { flex-direction: row; overflow-x: auto; padding: 9px; }
  .admin-nav a { white-space: nowrap; }
  .admin-content { padding: 22px 14px; }
  .admin-heading { display: block; }
  .admin-actions { margin-top: 18px; }
  .admin-stats { grid-template-columns: repeat(2, 1fr); }
  .admin-grid { grid-template-columns: 1fr; }
  .candidate-card { grid-template-columns: 1fr; }
}

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