:root {
  --bg: #06101b;
  --bg-deep: #081828;
  --surface: #0b1f34;
  --surface-soft: #0f2a45;
  --text: #e8f4ff;
  --muted: #9cc0da;
  --line: #1f3f5f;
  --accent: #20d0f0;
  --accent-soft: #123957;
  --accent-dark: #11a4c2;
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
  --shadow-hover: 0 18px 40px rgba(0, 0, 0, 0.4);
  --radius: 16px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Newsreader", serif;
  font-size: 20px;
  line-height: 1.65;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 0%, rgba(32, 208, 240, 0.15), transparent 38%),
    radial-gradient(circle at 0% 45%, rgba(15, 61, 95, 0.3), transparent 42%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 52%, #05101a 100%);
}

h1,
h2,
h3 {
  margin: 0 0 0.38em;
  font-family: "Archivo", sans-serif;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #f3fbff;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1em;
}

code {
  padding: 0.1rem 0.34rem;
  border: 1px solid #2c5375;
  border-radius: 6px;
  background: #0e253d;
  font-family: "Archivo", sans-serif;
  font-size: 0.72em;
}

.container {
  width: min(var(--container), calc(100% - 2.4rem));
  margin-inline: auto;
}

.section {
  padding: 2.2rem 0;
}

.card {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-soft) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.news-ticker {
  border-bottom: 1px solid #1e5574;
  background: linear-gradient(90deg, #071521 0%, #0f2f4a 100%);
  color: #d4f3ff;
  font-family: "Archivo", sans-serif;
}

.ticker-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ticker-inner p {
  margin: 0;
}

.ticker-inner a {
  font-weight: 700;
  color: #62e6ff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: rgba(7, 20, 32, 0.84);
  border-bottom: 1px solid rgba(34, 89, 123, 0.7);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-family: "Archivo", sans-serif;
  font-size: 1.48rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #bbf3ff;
}

.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem 1.15rem;
}

.nav a {
  font-family: "Archivo", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9dc5df;
  transition: color 0.2s ease;
}

.nav a:hover {
  color: var(--accent);
}

.banner-wrap {
  padding-bottom: 0.8rem;
}

.article-banner-wrap {
  padding-top: 0;
}

.brand-banner {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.hero-grid {
  display: block;
}

.hero-copy {
  padding: 1.5rem 1.7rem;
}

.hero-copy h1 {
  max-width: 18ch;
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  margin-bottom: 0.32em;
}

.kicker {
  display: inline-block;
  margin-bottom: 0.58rem;
  font-family: "Archivo", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
}

.lede {
  max-width: 52ch;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.45rem;
  padding: 0.66rem 1.18rem;
  border-radius: 999px;
  font-family: "Archivo", sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #1597b3 0%, var(--accent) 100%);
  color: #032233;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(20, 167, 197, 0.34);
  filter: brightness(1.04);
}

.hero-image,
.article-image {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background:
    linear-gradient(145deg, #061423 0%, #0f2f49 42%, #1a597d 100%);
}

.hero-image::before,
.article-image::before {
  content: "";
  position: absolute;
  inset: auto -60px -70px auto;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(98, 230, 255, 0.2);
}

.hero-photo::after,
.article-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(5, 15, 23, 0.36) 0%, rgba(5, 15, 23, 0.12) 100%),
    repeating-linear-gradient(135deg, rgba(191, 245, 255, 0.04) 0px, rgba(191, 245, 255, 0.04) 7px, transparent 7px, transparent 15px);
}

.image-overlay {
  position: absolute;
  inset: auto 1.1rem 1.05rem auto;
  z-index: 2;
  padding: 0.28rem 0.62rem;
  border: 1px solid rgba(149, 241, 255, 0.52);
  border-radius: 8px;
  background: rgba(4, 17, 28, 0.6);
  color: #c9f8ff;
  font-family: "Archivo", sans-serif;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-head {
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.section-head h2 {
  font-size: clamp(1.4rem, 2.8vw, 2.15rem);
}

.section-head a {
  font-family: "Archivo", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feed-grid {
  grid-template-columns: 1fr;
}

.story-card {
  padding: 0.95rem 1.1rem 1.05rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.story-card h3 {
  font-size: 1.22rem;
  margin-bottom: 0.35rem;
}

.story-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.story-card a {
  font-family: "Archivo", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent);
}

.story-card:hover,
.hero-copy:hover,
.hero-image:hover,
.latest-list:hover,
.newsletter:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: #2d5e84;
}

.latest-wrap {
  padding-top: 1.4rem;
}

.latest-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.86fr;
  gap: 1rem;
}

.latest-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.latest-list li {
  padding: 0.82rem 0;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 0.72rem;
  border-bottom: 1px solid #204a6b;
}

.latest-list li:last-child {
  border-bottom: 0;
}

.latest-list span {
  color: #65e7ff;
  font-family: "Archivo", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.latest-list a {
  color: #e3f4ff;
  font-size: 0.98rem;
}

.newsletter {
  padding: 1.45rem;
  align-self: start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.newsletter h3 {
  font-size: 1.66rem;
}

.site-footer {
  margin-top: 1rem;
  border-top: 1px solid #1e4f70;
  background: rgba(7, 23, 36, 0.66);
}

.footer-inner {
  min-height: 88px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1.2rem;
  font-family: "Archivo", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #96bbd4;
}

.footer-inner p {
  margin: 0;
}

.footer-inner div {
  display: flex;
  gap: 1rem;
}

.article-layout {
  width: min(880px, calc(100% - 2.4rem));
}

.article-layout h1 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  margin-bottom: 0.3em;
}

.subhead {
  max-width: 64ch;
  color: var(--muted);
}

.meta-row {
  margin: 1.2rem 0 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.05rem;
  font-family: "Archivo", sans-serif;
  color: #9ac6df;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.meta-row span {
  position: relative;
}

.meta-row span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 0.78rem;
  border-radius: 999px;
  vertical-align: middle;
  background: #2ca7c4;
}

.share-wrap {
  margin-bottom: 1.3rem;
  padding: 0.8rem 1rem;
}

.share-label {
  margin-bottom: 0.45rem;
  font-family: "Archivo", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.share-actions a,
.share-actions button {
  border: 1px solid #2c5375;
  border-radius: 999px;
  padding: 0.32rem 0.68rem;
  background: #0e253d;
  color: #c5e7fb;
  font-family: "Archivo", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}

.share-actions a:hover,
.share-actions button:hover {
  color: var(--accent);
  border-color: #3a6d95;
}

.article-image {
  margin-bottom: 1.4rem;
  min-height: 390px;
}

.article-body {
  color: #dcefff;
}

.article-body p {
  margin-bottom: 1.2em;
}

.about-intro {
  color: var(--muted);
}

.about-link {
  color: var(--muted);
}

.about-link:hover {
  color: var(--accent);
}

blockquote {
  margin: 1.7rem 0;
  padding: 1.2rem 1.3rem;
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  background: var(--accent-soft);
  font-size: 1.1rem;
}

blockquote cite {
  display: block;
  margin-top: 0.4rem;
  font-family: "Archivo", sans-serif;
  font-size: 0.7rem;
  font-style: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #89ddef;
}

.article-grid.compact .story-card h3 {
  font-size: 1.16rem;
}

@media (max-width: 980px) {
  body {
    font-size: 19px;
  }

  .hero-grid,
  .latest-grid {
    display: block;
  }

  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feed-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 270px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 18px;
  }

  .container,
  .article-layout {
    width: min(var(--container), calc(100% - 1.4rem));
  }

  .section {
    padding: 1.75rem 0;
  }

  .ticker-inner {
    min-height: 40px;
    font-size: 0.67rem;
    letter-spacing: 0.06em;
  }

  .header-inner {
    min-height: 66px;
  }

  .logo {
    font-size: 1.2rem;
  }

  .nav {
    gap: 0.5rem 0.7rem;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .feed-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .newsletter,
  .story-card {
    padding: 1rem;
  }

  .latest-list {
    padding: 0.4rem 0.8rem;
  }

  .latest-list li {
    grid-template-columns: 56px 1fr;
  }

  .article-image {
    min-height: 250px;
  }
}
