.news-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(213, 167, 83, 0.15), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(214, 138, 47, 0.08), transparent 24rem),
    var(--bg-app);
}

.news-page main {
  overflow: hidden;
}

.news-shell,
.article-shell {
  width: min(100% - 2rem, 1120px);
  margin-inline: auto;
}

.news-hero {
  max-width: 780px;
  padding: clamp(4.5rem, 10vw, 8.5rem) 0 clamp(3.2rem, 7vw, 5.4rem);
}

.news-eyebrow,
.article-eyebrow {
  margin: 0 0 0.85rem;
  color: #e7be70;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.news-hero h1,
.article-header h1 {
  margin: 0;
  text-wrap: balance;
}

.news-hero h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 9vw, 6.8rem);
  line-height: 0.93;
}

.news-intro,
.article-deck {
  color: var(--marketing-copy);
  text-wrap: pretty;
}

.news-intro {
  max-width: 610px;
  margin: 1.4rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.news-section {
  padding: 0 0 clamp(4rem, 9vw, 7rem);
}

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

.news-section-head h2 {
  margin: 0;
}

.news-section-head span {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 1.25rem;
}

.news-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(30, 30, 31, 0.96), rgba(17, 17, 18, 0.98));
  box-shadow: 0 24px 70px -48px rgba(213, 167, 83, 0.75);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.news-card:hover {
  transform: translateY(-3px);
  border-color: rgba(213, 167, 83, 0.34);
  box-shadow: 0 30px 80px -44px rgba(213, 167, 83, 0.78);
}

.news-card > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.news-card-image {
  aspect-ratio: 16 / 9;
  padding: clamp(0.65rem, 2vw, 1.15rem);
  background: #f7f7f7;
}

.news-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-card-copy {
  padding: 1.35rem 1.4rem 1.5rem;
}

.news-card-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.7rem;
  color: #aaaab2;
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.news-card-meta span + span::before,
.article-meta span + span::before {
  content: "•";
  margin-right: 0.7rem;
  color: #6f6f75;
}

.news-card h3 {
  margin: 0.72rem 0 0.6rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.02;
}

.news-card p {
  margin: 0;
  color: var(--marketing-copy);
}

.news-card-cta {
  display: inline-block;
  margin-top: 1.05rem;
  color: #f0cb82;
  font-size: 0.88rem;
  font-weight: 800;
}

.article-shell {
  max-width: 980px;
}

.article-header {
  max-width: 820px;
  padding: clamp(4rem, 9vw, 7rem) 0 2.2rem;
}

.article-header h1 {
  max-width: 15ch;
  font-size: clamp(3.1rem, 8vw, 6.2rem);
  line-height: 0.94;
}

.article-new-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-right: 0.45rem;
  padding: 0.2rem 0.58rem;
  border: 1px solid rgba(231, 190, 112, 0.4);
  border-radius: 999px;
  background: rgba(213, 167, 83, 0.13);
  color: #fff0cb;
  letter-spacing: 0.1em;
}

.article-deck {
  max-width: 690px;
  margin: 1.3rem 0 1.25rem;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
}

.article-hero {
  margin: 0 0 clamp(3rem, 7vw, 5rem);
}

.article-hero-frame {
  overflow: hidden;
  padding: clamp(0.4rem, 1.5vw, 1rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: #f8f8f8;
  box-shadow: 0 34px 90px -58px rgba(213, 167, 83, 0.8);
}

.article-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.article-hero figcaption {
  margin-top: 0.75rem;
  color: var(--text-muted);
  font-size: 0.8rem;
  text-align: center;
}

.article-body {
  width: min(100%, 740px);
  margin-inline: auto;
  padding-bottom: clamp(3.5rem, 8vw, 6rem);
}

.article-body > p,
.article-body li {
  color: #d0d0d5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.16rem);
  line-height: 1.78;
}

.article-body > p {
  margin: 0 0 1.45rem;
}

.article-body > p:first-child {
  color: #ececf0;
  font-size: clamp(1.18rem, 2.3vw, 1.35rem);
}

.article-body h2 {
  margin: 3.5rem 0 1rem;
  font-size: clamp(2rem, 5vw, 3.15rem);
}

.article-body h3 {
  margin: 2rem 0 0.75rem;
  font-size: clamp(1.55rem, 3.5vw, 2.2rem);
  line-height: 1.08;
}

.article-body em {
  color: #e8e1d6;
}

.article-body strong {
  color: #f3e0b8;
}

.article-body ul {
  margin: -0.25rem 0 1.7rem;
  padding-left: 1.4rem;
}

.article-body li {
  padding-left: 0.35rem;
  margin-bottom: 0.45rem;
}

.article-body blockquote {
  margin: 2.2rem 0;
  padding: 0.3rem 0 0.3rem 1.4rem;
  border-left: 3px solid #d5a753;
  color: #f2dfb7;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

.article-scorecard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 2.4rem 0 3rem;
  overflow: hidden;
  border: 1px solid rgba(213, 167, 83, 0.25);
  border-radius: 16px;
  background: rgba(213, 167, 83, 0.18);
}

.article-scorecard div {
  padding: 1.3rem;
  background: #171717;
  text-align: center;
}

.article-scorecard strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
}

.article-scorecard span {
  display: block;
  margin-top: 0.4rem;
  color: #aaaab2;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-launch-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.6rem;
  margin: 2.4rem 0 3.5rem;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  border: 1px solid rgba(213, 167, 83, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 5%, rgba(213, 167, 83, 0.2), transparent 13rem),
    linear-gradient(145deg, #1c1914, #121212 72%);
  box-shadow: 0 28px 80px -58px rgba(213, 167, 83, 0.85);
}

.article-launch-panel h2 {
  margin: 0.25rem 0 0.65rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.article-launch-panel p:not(.article-section-label) {
  max-width: 570px;
  margin: 0;
  color: #c9c9cf;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.96rem;
  line-height: 1.65;
}

.article-launch-panel .btn {
  white-space: nowrap;
}

.article-section-label {
  margin: 0;
  color: #e7be70;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.article-table-wrap {
  margin: 1.7rem 0 0.6rem;
  overflow-x: auto;
  border: 1px solid var(--border-strong);
  border-radius: 14px;
}

.article-table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
  color: #d8d8dd;
  font-size: 0.9rem;
}

.article-table th,
.article-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.article-table th {
  color: #f4dfb5;
  background: rgba(213, 167, 83, 0.09);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-table tr:last-child td {
  border-bottom: 0;
}

.article-table tbody tr:nth-child(even):not(.article-table-total) td {
  background: rgba(255, 255, 255, 0.018);
}

.article-table th:nth-child(n + 3),
.article-table td:nth-child(n + 3) {
  text-align: right;
  white-space: nowrap;
}

.article-table-wrap-wide {
  width: min(900px, calc(100vw - 2rem));
  margin-left: 50%;
  transform: translateX(-50%);
}

.article-table-wide {
  min-width: 790px;
}

.article-table-wide th:nth-child(n + 2),
.article-table-wide td:nth-child(n + 2) {
  text-align: right;
  white-space: nowrap;
}

.article-table-wide th:first-child,
.article-table-wide td:first-child {
  width: 48%;
}

.article-table-total td {
  border-top: 1px solid rgba(213, 167, 83, 0.3);
  background: rgba(213, 167, 83, 0.08);
}

.article-table-wrap-compact {
  max-width: 600px;
}

.article-table-compact {
  min-width: 520px;
}

.article-table-compact th:nth-child(2),
.article-table-compact td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}

.article-note {
  color: #8f8f97 !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 0.8rem !important;
  line-height: 1.55 !important;
}

.article-prompt-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.5rem 0 2rem;
}

.article-prompt-list p {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
  color: #dedee2;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.94rem;
  line-height: 1.5;
}

.article-version-list {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 3.2rem;
}

.article-version {
  position: relative;
  padding: clamp(1.25rem, 4vw, 1.8rem);
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(28, 28, 29, 0.96), rgba(17, 17, 18, 0.98));
}

.article-version::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(#f0cd83, #8c6127);
}

.article-version h3 {
  margin: 0.35rem 0 0.75rem;
}

.article-version p:not(.article-section-label) {
  margin: 0 0 0.9rem;
  color: #d0d0d5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.72;
}

.article-version p:last-child {
  margin-bottom: 0;
}

.article-faq {
  margin-top: 4rem;
  padding-top: 1rem;
}

.article-faq > h2 {
  margin-top: 0.4rem;
}

.article-faq-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.article-faq-list details {
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.022);
}

.article-faq-list details[open] {
  border-color: rgba(213, 167, 83, 0.3);
  background: rgba(213, 167, 83, 0.045);
}

.article-faq-list summary {
  padding: 1rem 1.1rem;
  color: #eeeeF1;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.45;
}

.article-faq-list summary::marker {
  color: #d5a753;
}

.article-faq-list p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: #c9c9cf;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.94rem;
  line-height: 1.65;
}

.article-cta {
  margin-top: 3.5rem;
  padding: clamp(1.5rem, 5vw, 2.5rem);
  border: 1px solid rgba(213, 167, 83, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 12%, rgba(213, 167, 83, 0.17), transparent 14rem),
    linear-gradient(145deg, #1b1916, #121212);
}

.article-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
}

.article-cta p {
  margin: 0.8rem 0 1.3rem;
  color: #c7c7cc;
  line-height: 1.65;
}

.article-back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: #b9b9c0;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.article-back:hover {
  color: #f0cb82;
  text-decoration: none;
}

@media (max-width: 640px) {
  .news-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .article-launch-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .article-launch-panel .btn {
    width: 100%;
  }

  .article-header h1,
  .news-hero h1 {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-card {
    transition: none;
  }
}
