:root {
  --bg: #080d14;
  --bg-soft: #101823;
  --surface: #111a26;
  --surface-2: #172231;
  --surface-light: #f5f7fb;
  --ink: #eef3f8;
  --ink-dark: #172033;
  --muted: #98a7b7;
  --muted-dark: #5c6878;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: #dce2ea;
  --gold: #f0b83f;
  --gold-soft: #ffe3a4;
  --red: #d73636;
  --blue: #2d7df0;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 5vw, 64px);
  background: rgba(8, 13, 20, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(240, 184, 63, 0.55);
  box-shadow: 0 0 22px rgba(240, 184, 63, 0.16);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #dbe4ee;
  font-weight: 700;
  font-size: 14px;
}

.main-nav a:hover {
  background: rgba(240, 184, 63, 0.12);
  color: var(--gold-soft);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 7, 13, 0.94), rgba(3, 7, 13, 0.58) 45%, rgba(3, 7, 13, 0.1)),
    linear-gradient(0deg, rgba(8, 13, 20, 0.92), rgba(8, 13, 20, 0) 46%);
}

.hero-content {
  position: relative;
  width: min(940px, calc(100% - 36px));
  margin: 0 clamp(18px, 7vw, 86px) 92px;
  color: #fff;
}

.live-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 5px 12px;
  border: 1px solid rgba(240, 184, 63, 0.32);
  border-radius: 8px;
  background: rgba(8, 13, 20, 0.68);
  color: var(--gold-soft);
  font-weight: 800;
}

.live-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  font-size: clamp(48px, 8vw, 106px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 720px;
  margin: 20px 0 0;
  color: #dce6f2;
  font-size: clamp(18px, 2.3vw, 25px);
}

.last-updated {
  display: inline-flex;
  min-height: 32px;
  margin: 18px 0 0;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #c9d5e4;
  font-size: 14px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.primary-button {
  border: 1px solid rgba(240, 184, 63, 0.55);
  background: var(--gold);
  color: #1c1403;
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.hero-brief {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 28px;
}

.hero-brief article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 26, 38, 0.76);
  backdrop-filter: blur(10px);
}

.hero-brief span,
.hero-brief strong {
  display: block;
}

.hero-brief span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.hero-brief strong {
  margin-top: 4px;
  color: #fff;
  line-height: 1.35;
}

.ticker {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 36px));
  min-height: 58px;
  margin: -32px auto 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(240, 184, 63, 0.24);
  border-radius: 8px;
  background: #121a26;
  box-shadow: var(--shadow);
}

.ticker strong {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
}

.ticker p {
  flex: 1;
  margin: 0;
  color: #dce6f2;
  font-weight: 700;
}

.ticker a {
  color: var(--gold-soft);
  font-weight: 800;
}

.trust-strip {
  width: min(1120px, calc(100% - 36px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trust-strip article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.trust-strip span,
.trust-strip strong {
  display: block;
}

.trust-strip span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.trust-strip strong {
  margin-top: 4px;
  color: #dce6f2;
  font-size: 15px;
  line-height: 1.42;
}

.quick-stats {
  width: min(1120px, calc(100% - 36px));
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.quick-stats article {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.quick-stats article:last-child {
  border-right: 0;
}

.quick-stats strong,
.quick-stats span {
  display: block;
}

.quick-stats strong {
  color: var(--gold);
  font-size: 26px;
  line-height: 1.18;
}

.quick-stats span {
  color: var(--muted);
  font-weight: 700;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0;
}

.band {
  width: 100%;
  padding-inline: max(18px, calc((100vw - 1120px) / 2));
  background: linear-gradient(180deg, #0d141e, #111b28);
  border-block: 1px solid var(--line);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.16;
}

.row-heading {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.text-link {
  color: var(--gold-soft);
  font-weight: 800;
}

.about-grid,
.contact-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

.about-copy,
.commander-panel,
.card,
.service-card,
.featured-news,
.news-item,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

.about-copy {
  padding: 32px;
}

.about-copy p {
  margin: 0 0 14px;
  color: #d5dfeb;
  font-size: 18px;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.commander-panel {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px;
  background: linear-gradient(135deg, #151f2d, #0f2534);
  color: #fff;
}

.profile-avatar {
  flex: 0 0 82px;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 8px;
  background: var(--gold);
  color: #211704;
  font-size: 26px;
  font-weight: 800;
}

.commander-panel h3,
.commander-panel p {
  margin: 0;
}

.commander-panel span {
  display: block;
  margin-top: 12px;
  color: #dce7ea;
}

.mission-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card,
.service-card {
  padding: 26px;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(240, 184, 63, 0.14);
  color: var(--gold);
  font-weight: 800;
}

.card h3,
.featured-news h3,
.news-item h3,
.service-card strong {
  margin: 16px 0 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.32;
}

.featured-news h3 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.18;
}

.editor-note,
.contact-lead {
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  background: rgba(240, 184, 63, 0.1);
  color: #e9d9ad;
  font-weight: 700;
}

.card p,
.featured-news p,
.news-item p,
.service-card span {
  margin: 0;
  color: var(--muted);
}

.news-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 18px;
}

.featured-news {
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(215, 54, 54, 0.16), rgba(45, 125, 240, 0.1)),
    var(--surface);
}

.news-side {
  display: grid;
  gap: 18px;
}

.news-item {
  padding: 22px;
}

.news-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 10px 10px 0;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(240, 184, 63, 0.14);
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 800;
}

.featured-news time,
.news-item time {
  color: #ff7c7c;
  font-weight: 800;
}

.case-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0 0;
}

.news-side .case-meta {
  grid-template-columns: repeat(2, 1fr);
}

.case-meta div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.case-meta dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.case-meta dd {
  margin: 2px 0 0;
  color: #fff;
  font-weight: 800;
}

.service-card {
  display: block;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 184, 63, 0.45);
  background: var(--surface-2);
}

.standards-section {
  padding-top: 96px;
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.standard-grid article {
  min-height: 168px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(240, 184, 63, 0.08), rgba(255, 255, 255, 0.03)),
    var(--surface);
}

.standard-grid strong,
.standard-grid span {
  display: block;
}

.standard-grid strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

.standard-grid span {
  margin-top: 10px;
  color: var(--muted);
}

.contact-section {
  align-items: start;
}

.contact-info p {
  margin: 0 0 12px;
  color: #d5dfeb;
}

.social-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 800;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 184, 63, 0.42);
  background: rgba(255, 255, 255, 0.09);
}

.social-link svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.social-link.facebook {
  color: #86b7ff;
}

.social-link.instagram {
  color: #ff9bd2;
}

.social-link.youtube {
  color: #ff6969;
}

.social-link.tiktok {
  color: #9ef2ff;
}

.contact-card {
  padding: 28px;
  border: 1px solid rgba(240, 184, 63, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 184, 63, 0.14), rgba(215, 54, 54, 0.08)),
    var(--surface);
  box-shadow: var(--shadow);
}

.card-label {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 3px 9px;
  border-radius: 6px;
  background: rgba(240, 184, 63, 0.16);
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 800;
}

.contact-card h3 {
  margin: 16px 0 10px;
  color: #fff;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.15;
}

.contact-card p {
  margin: 0;
  color: #d5dfeb;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.intel-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.intel-list li {
  position: relative;
  padding-left: 24px;
  color: #dce6f2;
  font-weight: 700;
}

.intel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(240, 184, 63, 0.5);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background: #05080d;
  color: #d9dee7;
}

.site-footer p {
  margin: 0;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.footer-actions a {
  color: #dce6f2;
  font-weight: 800;
}

.footer-actions a:hover {
  color: var(--gold-soft);
}

@media (max-width: 940px) {
  .news-dashboard,
  .quick-stats,
  .trust-strip,
  .standard-grid,
  .mission-grid,
  .service-grid,
  .about-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .quick-stats article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-stats article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 860px) {
  .menu-button {
    display: block;
  }

  .main-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: rgba(8, 13, 20, 0.98);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .hero {
    min-height: 660px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 8, 13, 0.35), rgba(5, 8, 13, 0.92)),
      linear-gradient(90deg, rgba(5, 8, 13, 0.76), rgba(5, 8, 13, 0.18));
  }

  .hero-content {
    margin-bottom: 72px;
  }

  .hero-brief,
  .case-meta,
  .news-side .case-meta {
    grid-template-columns: 1fr;
  }

  .row-heading {
    display: block;
  }

  .ticker {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .site-header {
    min-height: 68px;
  }

  .main-nav {
    top: 68px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-content {
    margin-inline: 18px;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .site-footer,
  .footer-actions {
    align-items: flex-start;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .social-block {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .band {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .commander-panel {
    display: block;
  }

  .profile-avatar {
    margin-bottom: 16px;
  }
}

/* Investigation unit readability refresh */
:root {
  --bg: #07111d;
  --bg-soft: #0f1d2b;
  --surface: #132232;
  --surface-2: #19304a;
  --ink: #f3f6fb;
  --muted: #aebccd;
  --gold: #e7b74f;
  --gold-soft: #ffe7a8;
  --red: #b93535;
  --blue: #4f8ddd;
  --line: rgba(255, 255, 255, 0.13);
  --shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

body {
  color: var(--ink);
  font-family: "Noto Sans Thai", "Sarabun", "Leelawadee UI", "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 18% -8%, rgba(79, 141, 221, 0.22), transparent 38%),
    radial-gradient(circle at 88% 6%, rgba(231, 183, 79, 0.13), transparent 32%),
    linear-gradient(180deg, #07111d 0%, #0c1724 46%, #08111c 100%);
  letter-spacing: 0;
}

.hero-sector,
.brand strong,
.hero h1,
.main-nav a {
  font-family: "Segoe UI", "Noto Sans Thai", "Leelawadee UI", Arial, sans-serif;
}

.site-header {
  background:
    linear-gradient(90deg, rgba(7, 17, 29, 0.95), rgba(14, 29, 45, 0.92)),
    rgba(7, 17, 29, 0.92);
}

.brand-mark {
  background: #fff;
  object-position: center;
}

.hero {
  min-height: 800px;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 17, 29, 0.96), rgba(7, 17, 29, 0.78) 44%, rgba(7, 17, 29, 0.34)),
    linear-gradient(0deg, rgba(7, 17, 29, 0.96), rgba(7, 17, 29, 0.18) 58%, rgba(7, 17, 29, 0.48)),
    radial-gradient(circle at 78% 45%, rgba(79, 141, 221, 0.26), transparent 36%);
}

.hero h1 {
  font-size: clamp(46px, 7vw, 92px);
  letter-spacing: -0.04em;
}

.hero h1 span {
  color: var(--gold);
}

.hero-copy {
  max-width: 820px;
  color: #e9eff7;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.75;
}

.hero-sector {
  color: #a9c8ff;
  letter-spacing: 0.14em;
}

.primary-button {
  color: #1b1303;
}

.secondary-button {
  color: #f6f9ff;
}

.section-heading h2 {
  color: #ffffff;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.18;
}

.section p,
.card p,
.news-item p,
.featured-news p,
.service-card span,
.standard-grid span,
.contact-card p {
  color: #d7e1ee;
}

.commander-panel,
.card,
.service-card,
.featured-news,
.news-item,
.standard-grid article,
.contact-card,
.contact-info,
.hero-command-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.032)),
    rgba(19, 34, 50, 0.92);
}

.commanders-section {
  position: relative;
}

.commander-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.commander-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.032)),
    rgba(19, 34, 50, 0.92);
  box-shadow: var(--shadow);
}

.main-commander {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 22px;
}

.main-commander img {
  width: 150px;
  height: 150px;
  border-radius: 28px;
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(231, 183, 79, 0.4);
}

.commander-card span {
  color: var(--gold-soft);
  font-weight: 900;
}

.commander-card h3 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.25;
}

.commander-card p {
  margin: 0;
  color: #d7e1ee;
}

.rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(231, 183, 79, 0.14);
  box-shadow: inset 0 0 0 1px rgba(231, 183, 79, 0.25);
}

.news-visual {
  height: 300px;
}

.news-visual img {
  object-position: center;
}

.ticker {
  background:
    linear-gradient(90deg, rgba(185, 53, 53, 0.18), rgba(19, 34, 50, 0.96) 34%, rgba(79, 141, 221, 0.14)),
    var(--surface);
}

.trust-strip strong,
.quick-stats span {
  color: #e0e8f2;
}

.site-footer {
  background: #060d16;
}

@media (max-width: 1080px) {
  .commander-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .main-commander {
    grid-template-columns: 1fr;
  }

  .main-commander img {
    width: 118px;
    height: 118px;
  }

  .hero h1 {
    font-size: clamp(40px, 14vw, 58px);
  }

  .hero-copy {
    font-size: 17px;
  }
}

/* Mourning period monochrome theme */
:root {
  --bg: #08090b;
  --bg-soft: #111317;
  --surface: #171a20;
  --surface-2: #20242b;
  --ink: #f5f5f5;
  --muted: #b8bcc4;
  --gold: #d8d8d8;
  --gold-soft: #ffffff;
  --red: #8a8f99;
  --blue: #c5cad1;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 22px 58px rgba(0, 0, 0, 0.32);
}

body {
  background:
    radial-gradient(circle at 18% -8%, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.05), transparent 30%),
    linear-gradient(180deg, #07080a 0%, #111317 48%, #07080a 100%);
}

.site-header,
.hero-overlay,
.ticker,
.band,
.commander-panel,
.card,
.service-card,
.featured-news,
.news-item,
.standard-grid article,
.contact-card,
.contact-info,
.hero-command-card,
.commander-card {
  filter: grayscale(1);
}

.hero-image,
.brand-mark,
.news-visual img,
.main-commander img,
.profile-avatar,
.social-link svg {
  filter: grayscale(1) contrast(1.05);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.96), rgba(8, 9, 12, 0.82) 46%, rgba(8, 9, 12, 0.42)),
    linear-gradient(0deg, rgba(5, 6, 8, 0.96), rgba(5, 6, 8, 0.2) 58%, rgba(5, 6, 8, 0.56));
}

.hero h1 span,
.eyebrow,
.hero-sector,
.live-kicker,
.card-label,
.commander-card span,
.text-link,
.footer-actions a:hover,
.main-nav a:hover {
  color: #f2f2f2;
}

.primary-button {
  border-color: rgba(255, 255, 255, 0.38);
  background: linear-gradient(135deg, #ffffff, #d9d9d9 52%, #a8a8a8);
  color: #101216;
}

.secondary-button,
.last-updated,
.live-kicker,
.news-tag,
.rank-badge,
.card-label {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #f5f5f5;
}

.live-kicker span,
.ticker strong {
  background: #e8e8e8;
  color: #101216;
}

.hero-copy {
  border-left-color: #d8d8d8;
}

.hero::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08), transparent);
}

.hero::after {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 42px rgba(255, 255, 255, 0.015),
    0 0 80px rgba(255, 255, 255, 0.08);
}

.ticker {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(23, 26, 32, 0.96) 34%, rgba(255, 255, 255, 0.06)),
    var(--surface);
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.social-link.facebook,
.social-link.instagram,
.social-link.youtube,
.social-link.tiktok {
  color: #e8e8e8;
}

.hero-sector {
  color: #e7e7e7;
  text-shadow: none;
}

.primary-button,
.secondary-button,
.hero h1 span {
  filter: grayscale(1);
}

/* Premium news-command visual refresh */
body {
  background:
    radial-gradient(circle at 18% 0%, rgba(45, 125, 240, 0.2), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(215, 54, 54, 0.16), transparent 30%),
    linear-gradient(180deg, #05080d 0%, #0a111d 42%, #070b12 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 78%);
}

.site-header {
  min-height: 82px;
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.96), rgba(11, 20, 33, 0.92)),
    rgba(8, 13, 20, 0.92);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
}

.brand-mark {
  border-radius: 14px;
  transform: rotate(-2deg);
}

.brand strong {
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.main-nav {
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.main-nav a {
  border-radius: 999px;
}

.main-nav a:hover {
  background: linear-gradient(135deg, rgba(240, 184, 63, 0.22), rgba(45, 125, 240, 0.14));
  box-shadow: inset 0 0 0 1px rgba(240, 184, 63, 0.26);
}

.hero {
  min-height: 820px;
  align-items: center;
  padding: 96px clamp(18px, 7vw, 86px) 88px;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero::before {
  inset: auto -10% 0 -10%;
  height: 36%;
  background: linear-gradient(90deg, rgba(45, 125, 240, 0), rgba(45, 125, 240, 0.34), rgba(215, 54, 54, 0.3), rgba(45, 125, 240, 0));
  filter: blur(24px);
  opacity: 0.72;
}

.hero::after {
  right: 7%;
  bottom: 18%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(240, 184, 63, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(255, 255, 255, 0.018),
    0 0 80px rgba(240, 184, 63, 0.16);
}

.hero-image {
  object-position: center right;
  transform: scale(1.03);
}

.hero-overlay {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 13, 0.97), rgba(3, 7, 13, 0.72) 44%, rgba(3, 7, 13, 0.28)),
    linear-gradient(0deg, rgba(5, 8, 13, 0.98), rgba(5, 8, 13, 0.08) 58%, rgba(5, 8, 13, 0.58)),
    radial-gradient(circle at 78% 45%, rgba(45, 125, 240, 0.4), transparent 34%);
}

.hero-content {
  z-index: 2;
  width: min(860px, 100%);
  margin: 0;
}

.hero-sector {
  margin: 0 0 10px;
  color: #8fb8ff;
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  text-transform: uppercase;
  text-shadow: 0 12px 46px rgba(0, 0, 0, 0.72);
}

.hero h1 span {
  color: var(--gold);
  text-shadow:
    0 0 24px rgba(240, 184, 63, 0.32),
    0 12px 46px rgba(0, 0, 0, 0.72);
}

.hero-copy {
  max-width: 760px;
  padding-left: 18px;
  border-left: 4px solid var(--gold);
}

.live-kicker,
.last-updated,
.hero-brief article,
.hero-command-card,
.ticker,
.trust-strip,
.quick-stats,
.card,
.service-card,
.featured-news,
.news-item,
.standard-grid article,
.contact-card {
  border-radius: 22px;
}

.primary-button,
.secondary-button {
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

.primary-button {
  background: linear-gradient(135deg, #ffe08a, #f0b83f 44%, #c98618);
}

.secondary-button {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.hero-brief article {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
  backdrop-filter: blur(18px);
}

.hero-brief article::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--red), var(--blue));
}

.hero-command-card {
  position: absolute;
  right: clamp(18px, 6vw, 82px);
  bottom: 86px;
  z-index: 2;
  width: min(390px, calc(100% - 36px));
  padding: 24px;
  border: 1px solid rgba(240, 184, 63, 0.26);
  background:
    linear-gradient(145deg, rgba(14, 24, 38, 0.86), rgba(8, 13, 20, 0.78)),
    rgba(8, 13, 20, 0.8);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(20px);
}

.hero-command-card h2 {
  margin: 14px 0 8px;
  font-size: 30px;
  line-height: 1.1;
}

.hero-command-card p {
  margin: 0;
  color: #cad6e6;
}

.hero-command-card dl {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.hero-command-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-command-card dt {
  color: var(--muted);
}

.hero-command-card dd {
  margin: 0;
  color: #fff;
  font-weight: 900;
  text-align: right;
}

.ticker {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 36px));
  margin: -42px auto 0;
  border: 1px solid rgba(240, 184, 63, 0.2);
  background:
    linear-gradient(90deg, rgba(215, 54, 54, 0.22), rgba(17, 26, 38, 0.94) 32%, rgba(45, 125, 240, 0.16)),
    var(--surface);
  box-shadow: var(--shadow);
}

.ticker strong {
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(215, 54, 54, 0.32);
}

.trust-strip,
.quick-stats {
  width: min(1180px, calc(100% - 36px));
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.section {
  width: min(1180px, calc(100% - 36px));
}

.section-heading h2 {
  max-width: 780px;
  letter-spacing: -0.02em;
}

.band {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 18% 30%, rgba(240, 184, 63, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
}

.card,
.service-card,
.featured-news,
.news-item,
.standard-grid article,
.contact-card,
.commander-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(17, 26, 38, 0.9);
  box-shadow: 0 20px 68px rgba(0, 0, 0, 0.24);
}

.card:hover,
.service-card:hover,
.news-item:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 184, 63, 0.28);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.34);
}

.icon {
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(240, 184, 63, 0.22), rgba(45, 125, 240, 0.14));
}

.news-dashboard {
  gap: 20px;
}

.featured-news {
  overflow: hidden;
  padding: 0;
}

.featured-news > :not(.news-visual) {
  margin-left: 28px;
  margin-right: 28px;
}

.featured-news > :last-child {
  margin-bottom: 28px;
}

.news-visual {
  position: relative;
  height: 250px;
  margin-bottom: 24px;
  overflow: hidden;
}

.news-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(1.16) contrast(1.08);
}

.news-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(17, 26, 38, 0.96), rgba(17, 26, 38, 0.05) 58%),
    linear-gradient(90deg, rgba(240, 184, 63, 0.22), transparent 40%);
}

.news-tag {
  border-radius: 999px;
  background: rgba(240, 184, 63, 0.16);
  box-shadow: inset 0 0 0 1px rgba(240, 184, 63, 0.2);
}

.case-meta div {
  border-radius: 16px;
}

.contact-section {
  align-items: stretch;
}

.contact-info {
  padding: 34px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
}

.social-link {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-info .social-link {
  border: 0;
  color: #fff;
  box-shadow: 0 16px 30px rgba(13, 42, 71, 0.16);
}

.contact-info .social-link.facebook {
  background: linear-gradient(135deg, #1877f2, #0d47a1);
}

.contact-info .social-link.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af);
}

.contact-info .social-link.youtube {
  background: linear-gradient(135deg, #ff2a2a, #b00000);
}

.contact-info .social-link.tiktok {
  background: linear-gradient(135deg, #111827, #00f2ea 52%, #ff0050);
}

.contact-info .social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(13, 42, 71, 0.24);
}

.map-link {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 14px 0 18px;
  padding: 16px;
  border: 1px solid rgba(13, 42, 71, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 12%, rgba(244, 191, 47, 0.22), transparent 34%),
    linear-gradient(135deg, #0d2a47, #123b63);
  color: #fff;
  box-shadow: 0 16px 34px rgba(13, 42, 71, 0.18);
}

.map-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(13, 42, 71, 0.25);
}

.map-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 14px;
  background: var(--gold);
  color: var(--blue);
  font-size: 26px;
  font-weight: 900;
}

.map-link strong,
.map-link small {
  display: block;
}

.map-link strong {
  font-size: 18px;
  line-height: 1.25;
}

.map-link small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

/* News index page */
.news-index-main {
  padding-top: 76px;
}

.news-index-hero {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #07111f;
}

.news-index-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-index-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 13, 24, 0.95), rgba(5, 13, 24, 0.62), rgba(5, 13, 24, 0.86)),
    linear-gradient(0deg, rgba(5, 13, 24, 0.96), transparent 62%);
}

.news-index-hero-content {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0 68px;
  color: #fff;
}

.news-index-hero-content h1 {
  max-width: 820px;
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.02;
}

.news-index-hero-content p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2.4vw, 24px);
}

.news-index-section {
  padding-top: 44px;
}

.news-index-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.news-lead-card,
.news-index-panel,
.news-list-card {
  border: 1px solid rgba(13, 42, 71, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(13, 42, 71, 0.12);
}

.news-lead-card {
  overflow: hidden;
}

.news-lead-image {
  display: block;
  height: clamp(250px, 38vw, 440px);
  background: #dbe4ee;
}

.news-lead-image img,
.news-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-lead-body {
  padding: clamp(22px, 4vw, 38px);
}

.news-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.news-card-meta time {
  color: #d94646;
  font-weight: 900;
}

.news-lead-body h2 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.18;
}

.news-lead-body h2 a,
.news-list-body h3 a {
  color: inherit;
}

.news-lead-body p {
  max-width: 820px;
  color: #46576c;
  font-size: 18px;
}

.news-index-panel {
  position: sticky;
  top: 96px;
  padding: 22px;
  background:
    radial-gradient(circle at 90% 0%, rgba(244, 191, 47, 0.16), transparent 34%),
    #fff;
}

.news-index-panel h2 {
  margin: 0 0 18px;
  color: var(--blue);
}

.news-search {
  display: grid;
  gap: 8px;
  color: #46576c;
  font-weight: 900;
}

.news-search input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(13, 42, 71, 0.18);
  border-radius: 16px;
  color: var(--blue);
  font: inherit;
  font-weight: 800;
  outline: none;
}

.news-search input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(244, 191, 47, 0.16);
}

.news-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.news-filter {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(13, 42, 71, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.news-filter.active,
.news-filter:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.news-result-count {
  margin: 0;
  color: #6a7b8f;
  font-weight: 900;
}

.news-list-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin: 42px 0 18px;
}

.news-list-header h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(30px, 4vw, 46px);
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-list-card {
  overflow: hidden;
}

.news-list-card[hidden] {
  display: none;
}

.news-list-image {
  display: block;
  height: 210px;
  background: #dbe4ee;
}

.news-list-body {
  padding: 20px;
}

.news-list-body h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.25;
}

.news-list-body p {
  margin: 0 0 16px;
  color: #526276;
}

.card-read-link {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.news-empty-state {
  margin: 26px 0 0;
  padding: 22px;
  border: 1px dashed rgba(13, 42, 71, 0.22);
  border-radius: 22px;
  color: #526276;
  text-align: center;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .hero {
    padding-bottom: 360px;
  }

  .hero-command-card {
    left: 18px;
    right: auto;
    bottom: 72px;
  }
}

@media (max-width: 860px) {
  .main-nav {
    border-radius: 18px;
  }

  .hero {
    min-height: 780px;
    padding-top: 82px;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-bottom: 330px;
  }

  .hero-command-card {
    bottom: 44px;
  }

  .hero-brief {
    display: none;
  }
}

/* Final override: respectful monochrome mourning mode */
body {
  background:
    radial-gradient(circle at 18% -8%, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.05), transparent 30%),
    linear-gradient(180deg, #07080a 0%, #111317 48%, #07080a 100%);
}

.site-header,
.hero-overlay,
.ticker,
.band,
.commander-panel,
.card,
.service-card,
.featured-news,
.news-item,
.standard-grid article,
.contact-card,
.contact-info,
.hero-command-card,
.commander-card,
.hero-image,
.brand-mark,
.news-visual img,
.main-commander img,
.profile-avatar,
.social-link svg {
  filter: grayscale(1);
}

.hero h1 span,
.eyebrow,
.hero-sector,
.live-kicker,
.card-label,
.commander-card span,
.text-link {
  color: #f2f2f2;
  text-shadow: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.96), rgba(8, 9, 12, 0.82) 46%, rgba(8, 9, 12, 0.42)),
    linear-gradient(0deg, rgba(5, 6, 8, 0.96), rgba(5, 6, 8, 0.2) 58%, rgba(5, 6, 8, 0.56));
}

.primary-button {
  border-color: rgba(255, 255, 255, 0.42);
  background: linear-gradient(135deg, #ffffff, #d9d9d9 52%, #a8a8a8);
  color: #101216;
  filter: grayscale(1);
}

.secondary-button,
.last-updated,
.live-kicker,
.news-tag,
.rank-badge,
.card-label {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #f5f5f5;
}

.live-kicker span,
.ticker strong {
  background: #e8e8e8;
  color: #101216;
}

.hero-copy {
  border-left-color: #d8d8d8;
}

.ticker {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(23, 26, 32, 0.96) 34%, rgba(255, 255, 255, 0.06)),
    #171a20;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.hero {
  background:
    radial-gradient(circle at 76% 44%, rgba(255, 255, 255, 0.06), transparent 28%),
    #06070a;
}

.hero::after {
  right: 6%;
  bottom: 10%;
  width: min(420px, 42vw);
  height: min(420px, 42vw);
  border-radius: 0;
  border: 0;
  background: url("assets/cover/ssd4-cover-square-mono.jpg") center / contain no-repeat;
  opacity: 0.1;
  filter: grayscale(1);
  box-shadow: none;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  opacity: 0.78;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.98), rgba(8, 9, 12, 0.86) 44%, rgba(8, 9, 12, 0.62)),
    linear-gradient(0deg, rgba(5, 6, 8, 0.98), rgba(5, 6, 8, 0.24) 54%, rgba(5, 6, 8, 0.62));
}

.news-visual img {
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
}

@media (max-width: 760px) {
  .hero-image {
    object-fit: cover;
    object-position: 58% center;
  }

  .hero::after {
    width: 260px;
    height: 260px;
    right: -70px;
    bottom: 24%;
    opacity: 0.08;
  }
}

.brand {
  min-width: min(430px, 48vw);
}

.brand-mark {
  width: 142px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.brand strong {
  font-size: 19px;
  letter-spacing: 0.02em;
}

.brand small {
  max-width: 340px;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 104px;
    height: 42px;
  }

  .brand strong {
    font-size: 16px;
  }
}

.investigation-team {
  margin-top: 22px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
    rgba(18, 20, 24, 0.92);
  box-shadow: var(--shadow);
}

.team-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.team-heading h3,
.team-heading p {
  margin: 0;
}

.team-heading h3 {
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.22;
}

.team-heading p:not(.eyebrow) {
  color: #d7dce4;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.team-grid article {
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.team-grid span,
.team-grid strong {
  display: block;
}

.team-grid span {
  margin-bottom: 8px;
  color: #d7d7d7;
  font-weight: 900;
  font-size: 13px;
}

.team-grid strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}

.person-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 55%),
    rgba(255, 255, 255, 0.04);
  object-fit: contain;
  padding: 18px;
  filter: grayscale(1);
}

.commander-card:not(.main-commander) {
  text-align: center;
}

.commander-card:not(.main-commander) .person-photo {
  max-width: 190px;
  margin-inline: auto;
}

.commander-card:not(.main-commander) .rank-badge {
  margin-inline: auto;
}

.team-grid article {
  text-align: center;
}

.team-grid .person-photo {
  max-width: 150px;
  margin-inline: auto;
  padding: 14px;
}

@media (max-width: 1040px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .investigation-team {
    padding: 20px;
  }

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

.subpage-main {
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #07080a 0%, #111317 48%, #07080a 100%);
}

.subpage-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 120px clamp(18px, 7vw, 86px) 70px;
}

.subpage-hero-image,
.subpage-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.subpage-hero-image {
  object-fit: cover;
  object-position: center;
  opacity: 0.58;
  filter: grayscale(1);
}

.subpage-hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.98), rgba(8, 9, 12, 0.78) 52%, rgba(8, 9, 12, 0.46)),
    linear-gradient(0deg, rgba(5, 6, 8, 0.98), rgba(5, 6, 8, 0.14) 62%);
}

.subpage-hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.subpage-hero-content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.subpage-hero-content p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: #e1e5ec;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
}

.subpage-hero-content .secondary-button {
  margin-top: 24px;
}

.main-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.news-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 28px 0;
}

.news-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  object-fit: cover;
  filter: grayscale(1);
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.trust-strip,
.quick-stats {
  margin-top: 18px;
}

@media (max-width: 760px) {
  .news-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: 20px;
  }
}

@media (max-width: 520px) {
  .news-gallery {
    grid-template-columns: 1fr;
  }
}

.command-chain {
  position: relative;
  display: grid;
  gap: 46px;
  padding: 18px 0 8px;
}

.chain-level {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
}

.chain-top::after,
.chain-deputies::before,
.chain-deputies::after,
.chain-team-lead::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.chain-top::after {
  left: 50%;
  bottom: -46px;
  width: 2px;
  height: 46px;
}

.chain-deputies {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  align-items: stretch;
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
}

.chain-deputies::before {
  top: -1px;
  left: 25%;
  right: 25%;
  height: 2px;
}

.chain-deputies::after {
  left: 50%;
  bottom: -46px;
  width: 2px;
  height: 46px;
}

.chain-deputies .chain-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -47px;
  width: 2px;
  height: 46px;
  background: rgba(255, 255, 255, 0.22);
}

.chain-team-lead::before {
  left: 50%;
  top: -46px;
  width: 2px;
  height: 46px;
}

.chain-card {
  position: relative;
  width: min(100%, 520px);
}

.chain-card.main-commander {
  width: min(100%, 720px);
}

.chain-card .rank-badge {
  min-width: 72px;
  padding-inline: 12px;
  width: auto;
}

@media (max-width: 760px) {
  .command-chain {
    gap: 22px;
  }

  .chain-deputies {
    grid-template-columns: 1fr;
  }

  .chain-top::after,
  .chain-deputies::before,
  .chain-deputies::after,
  .chain-deputies .chain-card::before,
  .chain-team-lead::before {
    display: none;
  }
}

/* Final theme: official SSD patch colors on white background */
:root {
  --bg: #f7f8fb;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-2: #eef3f8;
  --ink: #10253d;
  --ink-dark: #0b2038;
  --muted: #66758a;
  --muted-dark: #66758a;
  --gold: #f4bf2f;
  --gold-soft: #ffe08a;
  --red: #7f1114;
  --blue: #0d2a47;
  --line: rgba(13, 42, 71, 0.14);
  --line-dark: rgba(13, 42, 71, 0.14);
  --shadow: 0 24px 70px rgba(13, 42, 71, 0.12);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(244, 191, 47, 0.18), transparent 28%),
    radial-gradient(circle at 94% 8%, rgba(13, 42, 71, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 54%, #ffffff 100%);
}

body::before {
  background-image:
    linear-gradient(rgba(13, 42, 71, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 42, 71, 0.035) 1px, transparent 1px);
  opacity: 0.6;
}

.site-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(13, 42, 71, 0.12);
  box-shadow: 0 14px 40px rgba(13, 42, 71, 0.08);
}

.site-header,
.hero-overlay,
.ticker,
.band,
.commander-panel,
.card,
.service-card,
.featured-news,
.news-item,
.standard-grid article,
.contact-card,
.contact-info,
.hero-command-card,
.commander-card,
.hero-image,
.brand-mark,
.news-visual img,
.main-commander img,
.profile-avatar,
.social-link svg,
.subpage-hero-image {
  filter: none;
}

.brand strong,
.main-nav a,
.section-heading h2,
.contact-card h3,
.commander-card h3,
.team-heading h3,
.featured-news h3,
.news-item h3 {
  color: var(--blue);
}

.brand small,
.hero-copy,
.section p,
.card p,
.featured-news p,
.news-item p,
.service-card span,
.standard-grid span,
.contact-card p,
.team-heading p:not(.eyebrow),
.commander-card p {
  color: #46576c;
}

.main-nav {
  background: #fff;
  border-color: rgba(13, 42, 71, 0.12);
  box-shadow: 0 12px 28px rgba(13, 42, 71, 0.08);
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  background: rgba(244, 191, 47, 0.16);
  color: var(--blue);
  box-shadow: inset 0 0 0 1px rgba(244, 191, 47, 0.36);
}

.hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 248, 251, 0.86)),
    #fff;
}

.hero-image {
  opacity: 0.13;
  object-position: right center;
}

.hero::after {
  background: url("assets/brand/special-service-division-patch.png") center / contain no-repeat;
  opacity: 0.08;
  filter: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.72)),
    linear-gradient(0deg, rgba(247, 248, 251, 1), rgba(255, 255, 255, 0.16) 58%);
}

.hero h1 {
  color: var(--blue);
  text-shadow: none;
}

.hero h1 span,
.eyebrow,
.hero-sector,
.live-kicker,
.card-label,
.commander-card span,
.text-link {
  color: var(--red);
  text-shadow: none;
}

.hero-copy {
  border-left-color: var(--gold);
}

.live-kicker,
.last-updated,
.news-tag,
.rank-badge,
.card-label {
  border-color: rgba(244, 191, 47, 0.36);
  background: rgba(244, 191, 47, 0.14);
  color: var(--blue);
}

.live-kicker span,
.ticker strong {
  background: var(--blue);
  color: #fff;
}

.primary-button {
  border-color: rgba(13, 42, 71, 0.22);
  background: linear-gradient(135deg, #ffd85a, var(--gold) 52%, #d49a13);
  color: #0b2038;
  filter: none;
}

.secondary-button {
  border-color: rgba(13, 42, 71, 0.18);
  background: #fff;
  color: var(--blue);
}

.hero-brief article,
.hero-command-card,
.ticker,
.trust-strip,
.quick-stats,
.card,
.service-card,
.featured-news,
.news-item,
.standard-grid article,
.contact-card,
.contact-info,
.commander-card,
.investigation-team,
.team-grid article {
  border-color: rgba(13, 42, 71, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.ticker {
  background:
    linear-gradient(90deg, rgba(13, 42, 71, 0.06), rgba(255, 255, 255, 0.96) 34%, rgba(244, 191, 47, 0.12)),
    #fff;
}

.case-meta div,
.hero-command-card dl div {
  background: rgba(13, 42, 71, 0.04);
  border-color: rgba(13, 42, 71, 0.1);
}

.case-meta dt,
.hero-command-card dt {
  color: var(--muted);
}

.case-meta dd,
.hero-command-card dd,
.quick-stats strong,
.trust-strip strong,
.team-grid strong,
.intel-list li {
  color: var(--blue);
}

.news-gallery img,
.news-visual img,
.person-photo {
  filter: none;
}

.subpage-main {
  background:
    radial-gradient(circle at 12% 0%, rgba(244, 191, 47, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 60%, #ffffff 100%);
}

.subpage-hero-image {
  opacity: 0.12;
}

.subpage-hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88) 52%, rgba(255, 255, 255, 0.72)),
    linear-gradient(0deg, rgba(247, 248, 251, 1), rgba(255, 255, 255, 0.1) 62%);
}

.subpage-hero-content h1 {
  color: var(--blue);
}

.subpage-hero-content p:not(.eyebrow) {
  color: #46576c;
}

.site-footer {
  background: var(--blue);
  color: #fff;
}

.footer-actions a,
.site-footer p {
  color: #fff;
}

.read-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 22px 28px 28px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.read-more-button:hover {
  background: #153d63;
}

.article-main {
  padding: 120px 18px 72px;
  background:
    radial-gradient(circle at 12% 0%, rgba(244, 191, 47, 0.14), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7f8fb 48%, #fff 100%);
}

.article-page {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--muted);
  font-weight: 800;
}

.breadcrumb a {
  color: var(--blue);
}

.article-header {
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid rgba(13, 42, 71, 0.12);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.article-header h1 {
  margin: 16px 0;
  color: var(--blue);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.article-header p {
  max-width: 820px;
  margin: 0;
  color: #46576c;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.article-cover {
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid rgba(13, 42, 71, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.article-cover img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.article-cover figcaption {
  padding: 12px 18px;
  color: var(--muted);
  font-size: 14px;
}

.article-content,
.video-note,
.article-video {
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(13, 42, 71, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.article-content h2,
.video-note h2,
.article-video h2 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: clamp(24px, 3vw, 34px);
}

.article-content p,
.video-note p,
.article-video p {
  margin: 0 0 20px;
  color: #405268;
  font-size: 18px;
  line-height: 1.85;
}

.article-content p:last-child,
.video-note p:last-child,
.article-video p:last-child {
  margin-bottom: 0;
}

.article-factbox {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.article-factbox div {
  padding: 16px;
  border: 1px solid rgba(13, 42, 71, 0.12);
  border-radius: 18px;
  background: rgba(13, 42, 71, 0.04);
}

.article-factbox span,
.article-factbox strong {
  display: block;
}

.article-factbox span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.article-factbox strong {
  color: var(--blue);
  line-height: 1.35;
}

.source-link {
  padding-top: 10px;
  border-top: 1px solid rgba(13, 42, 71, 0.12);
  font-weight: 800;
}

.source-link a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.article-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(13, 42, 71, 0.12);
  border-radius: 20px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.article-video {
  margin-top: 24px;
}

.article-video video {
  display: block;
  width: 100%;
  max-height: 720px;
  margin: 18px 0 14px;
  border: 1px solid rgba(13, 42, 71, 0.16);
  border-radius: 24px;
  background: #05070a;
  box-shadow: var(--shadow);
}

@media (max-width: 760px) {
  .article-main {
    padding-top: 96px;
  }

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

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

/* Brand lockup: fixed header identity across every page */
.site-header {
  min-height: 76px;
  padding-top: 8px;
  padding-bottom: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.86) 32%, rgba(13, 42, 71, 0.72) 68%, rgba(8, 13, 20, 0.92) 100%),
    url("assets/brand/header-banner-ssd4.jpg") center right / cover no-repeat;
  border-bottom: 1px solid rgba(13, 42, 71, 0.16);
  box-shadow: 0 14px 34px rgba(13, 42, 71, 0.14);
}

.brand {
  flex: 0 0 auto;
  display: inline-grid;
  grid-template-columns: 146px minmax(190px, 320px);
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.brand-mark {
  width: 146px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 0;
  min-width: 0;
}

.brand strong {
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.brand small {
  display: block;
  max-width: none;
  color: #5f7185;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.main-nav a {
  font-size: 14px;
}

@media (max-width: 980px) {
  .brand {
    grid-template-columns: 126px minmax(160px, 1fr);
    gap: 5px;
  }

  .brand-mark {
    width: 126px;
    height: 50px;
  }

  .brand strong {
    font-size: 19px;
  }

  .brand small {
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
  }

  .brand {
    grid-template-columns: 104px 1fr;
    gap: 4px;
  }

  .brand-mark {
    width: 104px;
    height: 42px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    display: block;
    font-size: 10.5px;
    white-space: normal;
  }
}

/* Commander page: make top commander card match the vertical personnel cards */
.chain-card.main-commander {
  width: min(100%, 420px);
}

.main-commander {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: start;
  gap: 14px;
  text-align: center;
}

.main-commander img {
  display: block;
  width: min(100%, 230px);
  height: auto;
  aspect-ratio: 4 / 5;
  padding: 14px;
  border-radius: 18px;
  object-fit: contain;
  background:
    radial-gradient(circle at center, rgba(13, 42, 71, 0.04), transparent 58%),
    #fff;
  border: 1px solid rgba(13, 42, 71, 0.12);
  box-shadow: none;
}

.main-commander > div {
  width: 100%;
}

/* Commander page: cleaner hierarchy spacing */
.command-chain {
  gap: 72px;
  padding: 28px 0 18px;
}

.chain-level {
  gap: 26px;
}

.chain-deputies {
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 36px;
  max-width: 980px;
}

.chain-team-lead {
  margin-top: 6px;
}

.chain-card {
  width: min(100%, 460px);
}

.chain-card.main-commander {
  width: min(100%, 440px);
}

.command-chain .commander-card {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 30px;
}

.chain-top::after,
.chain-deputies::before,
.chain-deputies::after,
.chain-team-lead::before,
.chain-deputies .chain-card::before {
  background: linear-gradient(180deg, rgba(13, 42, 71, 0.12), rgba(244, 191, 47, 0.42), rgba(13, 42, 71, 0.12));
}

.chain-deputies::before {
  top: -19px;
  left: 25%;
  right: 25%;
  height: 2px;
  background: linear-gradient(90deg, rgba(13, 42, 71, 0.08), rgba(244, 191, 47, 0.45), rgba(13, 42, 71, 0.08));
}

.chain-top::after {
  bottom: -72px;
  height: 72px;
}

.chain-deputies .chain-card::before {
  top: -72px;
  height: 54px;
}

.chain-deputies::after {
  bottom: -72px;
  height: 72px;
}

.chain-team-lead::before {
  top: -72px;
  height: 72px;
}

@media (max-width: 760px) {
  .command-chain {
    gap: 30px;
    padding-top: 18px;
  }

  .chain-deputies {
    gap: 22px;
  }
}

/* Commander page: align deputy inner edges with the main commander card */
@media (min-width: 1181px) {
  .chain-deputies {
    grid-template-columns: 460px 460px;
    justify-content: center;
    gap: 440px;
    max-width: 1360px;
  }

  .chain-deputies::before {
    left: calc(50% - 220px);
    right: calc(50% - 220px);
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .chain-deputies {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: clamp(36px, 6vw, 72px);
    max-width: 980px;
  }
}

/* Header logo update: tighter unit name lockup */
.brand {
  grid-template-columns: 158px minmax(190px, 320px);
  gap: 2px;
}

.brand-mark {
  width: 158px;
  height: 58px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 980px) {
  .brand {
    grid-template-columns: 132px minmax(160px, 1fr);
    gap: 2px;
  }

  .brand-mark {
    width: 132px;
    height: 48px;
  }
}

@media (max-width: 560px) {
  .brand {
    grid-template-columns: 108px 1fr;
    gap: 1px;
  }

  .brand-mark {
    width: 108px;
    height: 40px;
  }
}

/* Home summary cards: official navy and gold treatment */
.quick-stats {
  overflow: hidden;
  border: 1px solid rgba(244, 191, 47, 0.34);
  background:
    linear-gradient(135deg, rgba(13, 42, 71, 0.98), rgba(16, 47, 82, 0.95)),
    var(--blue);
  box-shadow: 0 18px 42px rgba(13, 42, 71, 0.22);
}

.quick-stats article {
  position: relative;
  padding: 26px 24px;
  border-right: 1px solid rgba(244, 191, 47, 0.28);
  background:
    radial-gradient(circle at 18% 0%, rgba(244, 191, 47, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
}

.quick-stats article:last-child {
  border-right: 0;
}

.quick-stats strong {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.quick-stats span {
  color: #f4bf2f;
  font-weight: 800;
  opacity: 1;
}

@media (max-width: 760px) {
  .quick-stats article {
    border-right: 0;
    border-bottom: 1px solid rgba(244, 191, 47, 0.24);
  }

  .quick-stats article:last-child {
    border-bottom: 0;
  }
}

/* News upgrade: newsroom toolbar, actions, and article sharing */
.news-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -10px 0 22px;
}

.news-toolbar span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid rgba(13, 42, 71, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(13, 42, 71, 0.08);
}

.news-toolbar span:first-child {
  border-color: rgba(244, 191, 47, 0.48);
  background: linear-gradient(135deg, var(--blue), #153d63);
  color: #fff;
}

.news-actions,
.article-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.news-actions {
  margin: 22px 28px 28px;
}

.news-actions .read-more-button {
  margin: 0;
}

.outline-button,
.article-share a,
.copy-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid rgba(13, 42, 71, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(13, 42, 71, 0.08);
}

.outline-button:hover,
.article-share a:hover,
.copy-link-button:hover {
  border-color: rgba(244, 191, 47, 0.65);
  background: rgba(244, 191, 47, 0.12);
}

.article-share {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(13, 42, 71, 0.12);
}

.article-share a {
  background: var(--blue);
  color: #fff;
}

.copy-status {
  color: #5f7185;
  font-weight: 800;
}

.news-side .case-meta a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-followup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.news-followup a {
  position: relative;
  overflow: hidden;
  min-height: 116px;
  padding: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 18%, rgba(244, 191, 47, 0.25), transparent 36%),
    linear-gradient(135deg, #0d2a47, #06182b);
  color: #fff;
  box-shadow: 0 18px 34px rgba(13, 42, 71, 0.2);
}

.news-followup a::after {
  content: "→";
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: var(--gold);
  font-size: 28px;
  font-weight: 900;
}

.news-followup span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.news-followup strong {
  display: block;
  max-width: 86%;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.35;
}

.article-content h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(13, 42, 71, 0.1);
}

.article-content h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* Article upgrade: table of contents and related links */
.article-toc,
.related-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid rgba(13, 42, 71, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(13, 42, 71, 0.05), rgba(244, 191, 47, 0.1)),
    #fff;
  box-shadow: 0 14px 30px rgba(13, 42, 71, 0.1);
}

.article-toc strong {
  margin-right: 6px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

.article-toc a,
.related-news a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(13, 42, 71, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-weight: 900;
}

.article-toc a:hover,
.related-news a:hover {
  border-color: rgba(244, 191, 47, 0.6);
  background: rgba(244, 191, 47, 0.14);
}

.related-news {
  justify-content: space-between;
  margin-top: 24px;
}

.related-news div {
  min-width: min(100%, 260px);
}

.related-news h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(24px, 3vw, 34px);
}

.article-content h2[id] {
  scroll-margin-top: 110px;
}

@media (max-width: 760px) {
  .news-followup {
    grid-template-columns: 1fr;
  }

  .article-toc,
  .related-news {
    display: grid;
    grid-template-columns: 1fr;
  }

  .article-toc a,
  .related-news a {
    justify-content: center;
  }
}

@media (max-width: 1080px) {
  .news-index-layout {
    grid-template-columns: 1fr;
  }

  .news-index-panel {
    position: static;
  }

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

@media (max-width: 760px) {
  .news-index-main {
    padding-top: 68px;
  }

  .news-index-hero {
    min-height: 360px;
  }

  .news-index-hero-content {
    width: min(100% - 28px, 1160px);
    padding: 62px 0 46px;
  }

  .news-list-header {
    display: grid;
    align-items: start;
  }

  .news-card-grid {
    grid-template-columns: 1fr;
  }
}
