:root {
  color-scheme: dark;
  --space: #03090c;
  --panel: #0a1d23;
  --panel-raised: #0d252c;
  --cream: #f2e6cf;
  --muted: #9fb5b5;
  --teal: #65ded4;
  --gold: #e4b85f;
  --line: rgba(156, 191, 188, 0.22);
  --shell: min(1180px, calc(100% - 40px));
  font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--space); }
body {
  min-width: 320px;
  margin: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 63px, rgba(101, 222, 212, 0.018) 63px 64px),
    linear-gradient(180deg, #06141a 0%, #03090c 48%, #071210 100%);
  color: var(--cream);
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1500; transform: translateY(-150%); border: 1px solid var(--gold); border-radius: 4px; background: var(--space); padding: 10px 14px; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin: 0 auto; }
.eyebrow { color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }

.news-hero {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: clamp(28px, 7vw, 110px);
  padding: clamp(72px, 10vw, 132px) max(20px, calc((100vw - 1180px) / 2)) 72px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 83% 28%, rgba(101, 222, 212, .14), transparent 30%),
    linear-gradient(112deg, rgba(228, 184, 95, .08), transparent 42%);
}
.news-hero-copy { max-width: 760px; }
.news-hero h1 { margin-top: 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 10vw, 8.5rem); font-weight: 500; letter-spacing: -.07em; line-height: .82; }
.news-hero-copy > p:last-child { max-width: 700px; margin-top: 28px; color: #d5d1c4; font-size: clamp(1rem, 2vw, 1.25rem); }
.signal-card { display: grid; gap: 7px; border: 1px solid rgba(228, 184, 95, .45); border-radius: 8px; background: rgba(8, 29, 35, .82); padding: 24px; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.signal-card span { color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.signal-card strong { font-size: 1.25rem; }
.signal-card small { color: var(--muted); }

.latest, .series { padding: 88px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading h2 { margin-top: 5px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 500; line-height: 1; }
.section-heading > p { max-width: 480px; color: var(--muted); text-align: right; }
.issue-card { display: grid; overflow: hidden; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr); border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(145deg, rgba(13, 37, 44, .96), rgba(5, 17, 21, .98)); box-shadow: 0 26px 70px rgba(0,0,0,.38); }
.issue-image { position: relative; min-height: 430px; overflow: hidden; }
.issue-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.issue-image:hover img, .issue-image:focus-visible img { transform: scale(1.025); }
.issue-image span { position: absolute; top: 18px; left: 18px; border: 1px solid rgba(228,184,95,.65); border-radius: 999px; background: rgba(3,9,12,.82); color: var(--gold); padding: 8px 13px; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.issue-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 60px); }
.issue-date { color: var(--teal); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.issue-copy h3 { margin-top: 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; line-height: 1.02; }
.issue-copy > p:not(.issue-date) { margin-top: 22px; color: #c7d2cd; }
.issue-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(101,222,212,.45); border-radius: 5px; padding: 0 17px; color: #e5f4f0; font-size: .76rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.button:hover, .button:focus-visible { border-color: var(--teal); outline: 2px solid rgba(101,222,212,.2); outline-offset: 2px; }
.button.primary { border-color: rgba(228,184,95,.7); background: rgba(228,184,95,.12); color: #ffe5a8; }

.series { border-top: 1px solid var(--line); }
.series-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 18px; }
.series-card { display: grid; min-height: 250px; grid-column: 1 / -1; grid-template-columns: auto 1fr; gap: 24px; align-items: start; border: 1px solid var(--line); border-radius: 8px; background: rgba(10,29,35,.8); padding: clamp(24px, 4vw, 42px); }
.series-mark { display: grid; width: 82px; height: 82px; place-items: center; border: 1px solid rgba(228,184,95,.5); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: .8rem; letter-spacing: .08em; }
.series-card h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.series-card p { margin-top: 10px; color: var(--muted); }
.series-card > a { grid-column: 2; color: var(--teal); font-size: .78rem; font-weight: 900; text-transform: uppercase; }

@media (max-width: 820px) {
  .news-hero { grid-template-columns: 1fr; align-items: start; }
  .signal-card { max-width: 420px; }
  .issue-card, .series-grid { grid-template-columns: 1fr; }
  .issue-image { min-height: 340px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 24px, 1180px); }
  .news-hero { min-height: auto; padding: 64px 16px 52px; }
  .news-hero h1 { font-size: clamp(3.7rem, 20vw, 6rem); }
  .latest, .series { padding: 62px 0; }
  .section-heading { display: grid; }
  .section-heading > p { text-align: left; }
  .issue-image { min-height: 260px; }
  .issue-actions { display: grid; }
  .series-card { grid-template-columns: 1fr; }
  .series-card > a { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .issue-image img { transition: none; }
}
