﻿.newsite-content-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 10%, rgba(217, 120, 66, 0.22), transparent 32%),
    linear-gradient(180deg, #fff8ef 0%, #1d1712 34%, #120f0d 100%);
  color: #fff8ef;
}

.newsite-content-main {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: clamp(130px, 16vw, 188px) 0 clamp(88px, 11vw, 140px);
}

.newsite-content-hero {
  display: grid;
  gap: 22px;
  max-width: 940px;
  margin-bottom: clamp(42px, 7vw, 84px);
}

.newsite-content-hero .eyebrow,
.newsite-article-kicker {
  color: #d97842;
}

.newsite-content-hero h1,
.newsite-article h1 {
  margin: 0;
  max-width: 980px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(54px, 9vw, 124px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.newsite-content-hero h1 span,
.newsite-article h1 span {
  color: #d97842;
  font-style: italic;
}

.newsite-content-subline,
.newsite-article-subline {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 248, 239, 0.72);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.newsite-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.newsite-post-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 248, 239, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 248, 239, 0.11), rgba(255, 248, 239, 0.035)),
    radial-gradient(circle at 80% 12%, rgba(217, 120, 66, 0.24), transparent 34%);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.newsite-post-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 120, 66, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 248, 239, 0.15), rgba(255, 248, 239, 0.05)),
    radial-gradient(circle at 80% 12%, rgba(217, 120, 66, 0.34), transparent 36%);
}

.newsite-post-card small,
.newsite-article-meta {
  color: #d97842;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newsite-post-card h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.newsite-post-card p {
  margin: 0;
  color: rgba(255, 248, 239, 0.68);
  line-height: 1.55;
}

.newsite-empty-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 248, 239, 0.16);
  border-radius: 28px;
  background: rgba(255, 248, 239, 0.08);
  color: rgba(255, 248, 239, 0.74);
}

.newsite-content-page .agent-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 clamp(28px, 4vw, 48px);
  color: rgba(255, 248, 239, 0.58);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsite-content-page .agent-crumb a {
  color: rgba(255, 248, 239, 0.74);
  text-decoration: none;
}

.newsite-content-page .agent-crumb a:hover {
  color: #f0a26f;
}

.newsite-cms-page {
  max-width: 1080px;
}

.newsite-cms-page .tenx-hero {
  min-height: auto;
  padding: 0 0 clamp(42px, 7vw, 82px);
  background: transparent;
  color: #fff8ef;
}

.newsite-cms-page .tenx-hero-inner {
  width: auto;
  max-width: 940px;
  margin: 0;
  padding: 0;
}

.newsite-cms-page .tenx-eyebrow {
  color: #d97842;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newsite-cms-page .tenx-hero h1 {
  margin: 0;
  max-width: 980px;
  color: #fff8ef;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(54px, 9vw, 122px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.newsite-cms-page .tenx-hero h1 em {
  display: inline;
  margin-left: 0.18em;
  color: #d97842;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
}

.newsite-cms-page .tenx-hero-body {
  max-width: 740px;
  color: rgba(255, 248, 239, 0.74);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.newsite-cms-page .tenx-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.newsite-cms-page .tenx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 248, 239, 0.18);
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.newsite-cms-page .tenx-btn-primary {
  background: #fff8ef;
  color: #1d1712;
}

.newsite-cms-page .tenx-btn-ghost {
  color: #fff8ef;
  background: rgba(255, 248, 239, 0.08);
}

.newsite-cms-page .cms-html-section,
.newsite-cms-page .cms-seo-article,
.newsite-cms-page .cms-seo-structured,
.newsite-cms-page .cms-seo-faq-section,
.newsite-cms-page .cms-seo-cta,
.newsite-cms-page .cms-seo-image-section {
  margin: 0 0 clamp(36px, 6vw, 72px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 248, 239, 0.14);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 248, 239, 0.1), rgba(255, 248, 239, 0.035)),
    radial-gradient(circle at 86% 8%, rgba(217, 120, 66, 0.18), transparent 32%);
  color: rgba(255, 248, 239, 0.8);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

.newsite-cms-page .cms-html-section-body,
.newsite-cms-page .cms-seo-article,
.newsite-cms-page .cms-seo-structured,
.newsite-cms-page .cms-seo-faq-section {
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.7;
}

.newsite-cms-page .cms-html-section h2,
.newsite-cms-page .cms-html-section h3,
.newsite-cms-page .cms-seo-article h2,
.newsite-cms-page .cms-seo-article h3,
.newsite-cms-page .cms-seo-structured h2,
.newsite-cms-page .cms-seo-structured h3,
.newsite-cms-page .cms-seo-faq-section h2,
.newsite-cms-page .cms-seo-faq-section h3,
.newsite-cms-page .cms-seo-cta h2 {
  margin: 0 0 0.55em;
  color: #fff8ef;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.newsite-cms-page .cms-html-section h2,
.newsite-cms-page .cms-seo-article h2,
.newsite-cms-page .cms-seo-structured h2,
.newsite-cms-page .cms-seo-faq-section h2,
.newsite-cms-page .cms-seo-cta h2 {
  font-size: clamp(36px, 5vw, 64px);
}

.newsite-cms-page .cms-html-section h3,
.newsite-cms-page .cms-seo-article h3,
.newsite-cms-page .cms-seo-structured h3,
.newsite-cms-page .cms-seo-faq-section h3 {
  font-size: clamp(28px, 3.6vw, 44px);
}

.newsite-cms-page .cms-html-section p,
.newsite-cms-page .cms-html-section li,
.newsite-cms-page .cms-seo-article p,
.newsite-cms-page .cms-seo-article li,
.newsite-cms-page .cms-seo-structured p,
.newsite-cms-page .cms-seo-structured li,
.newsite-cms-page .cms-seo-faq-section p,
.newsite-cms-page .cms-seo-faq-section li,
.newsite-cms-page .cms-seo-cta p {
  color: rgba(255, 248, 239, 0.76);
}

.newsite-cms-page .cms-html-section a,
.newsite-cms-page .cms-seo-article a,
.newsite-cms-page .cms-seo-structured a,
.newsite-cms-page .cms-seo-faq-section a,
.newsite-cms-page .cms-seo-cta a {
  color: #f0a26f;
  text-underline-offset: 5px;
}

.newsite-cms-page .cms-seo-image-frame {
  margin: 0;
}

.newsite-cms-page .cms-seo-image-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.newsite-cms-page .cms-seo-image-frame figcaption {
  margin-top: 12px;
  color: rgba(255, 248, 239, 0.58);
  font-size: 14px;
}

.newsite-article {
  max-width: 980px;
}

.newsite-article-cover {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 clamp(34px, 6vw, 72px);
  border: 1px solid rgba(255, 248, 239, 0.16);
  border-radius: 32px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.newsite-article-header {
  display: grid;
  gap: 20px;
  margin-bottom: clamp(42px, 7vw, 78px);
}

.newsite-article-meta a {
  color: inherit;
  text-decoration-color: rgba(217, 120, 66, 0.7);
  text-underline-offset: 4px;
}

.newsite-article-body {
  max-width: 760px;
  color: rgba(255, 248, 239, 0.82);
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.72;
}

.newsite-article-body > *:first-child {
  margin-top: 0;
}

.newsite-article-body h2,
.newsite-article-body h3 {
  margin: 2.2em 0 0.6em;
  color: #fff8ef;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.newsite-article-body h2 {
  font-size: clamp(36px, 5vw, 64px);
}

.newsite-article-body h3 {
  font-size: clamp(28px, 3.7vw, 44px);
}

.newsite-article-body p,
.newsite-article-body li {
  color: rgba(255, 248, 239, 0.78);
}

.newsite-article-body a {
  color: #f0a26f;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.newsite-article-body blockquote {
  margin: 2em 0;
  padding: 24px;
  border-left: 3px solid #d97842;
  border-radius: 0 22px 22px 0;
  background: rgba(255, 248, 239, 0.08);
  color: #fff8ef;
}

.newsite-content-footer {
  border-top: 1px solid rgba(255, 248, 239, 0.12);
}

@media (max-width: 980px) {
  .newsite-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .newsite-content-main {
    width: min(100% - 28px, 1180px);
    padding-top: 112px;
  }

  .newsite-post-grid {
    grid-template-columns: 1fr;
  }

  .newsite-post-card {
    min-height: 220px;
  }
}
