:root {
  --jbt-bg: #f7f5f2;
  --jbt-surface: #ffffff;
  --jbt-surface-soft: #f2ede7;
  --jbt-surface-dark: #151515;
  --jbt-text: #1c1c1c;
  --jbt-text-soft: #5d5a56;
  --jbt-line: rgba(28, 28, 28, 0.08);
  --jbt-accent: #b88a5a;
  --jbt-accent-dark: #8c6642;
  --jbt-accent-soft: rgba(184, 138, 90, 0.12);
  --jbt-radius-lg: 28px;
  --jbt-radius-md: 18px;
  --jbt-radius-sm: 12px;
  --jbt-shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
}

body {
  background: var(--jbt-bg);
}

.jbt-home {
  color: var(--jbt-text);
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
  line-height: 1.65;
}

.jbt-home * {
  box-sizing: border-box;
}

.jbt-home a {
  text-decoration: none;
}

.jbt-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.jbt-section {
  padding: 88px 0;
}

.jbt-section--soft {
  background: linear-gradient(180deg, #fbf9f6 0%, #f3ede7 100%);
}

.jbt-section--dark {
  background: #171717;
  color: #f8f5f1;
}

.jbt-section__head {
  max-width: 760px;
  margin-bottom: 36px;
}

.jbt-section__head h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.jbt-section__head p {
  margin: 0;
  color: var(--jbt-text-soft);
  font-size: 17px;
}

.jbt-section__head--light p,
.jbt-section__head--light h2 {
  color: #f8f5f1;
}

.jbt-kicker,
.jbt-eyebrow,
.jbt-card__label,
.jbt-article__meta {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--jbt-accent-dark);
}

.jbt-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 88px;
  background:
    radial-gradient(circle at top left, rgba(184, 138, 90, 0.24), transparent 35%),
    radial-gradient(circle at bottom right, rgba(184, 138, 90, 0.16), transparent 30%),
    linear-gradient(135deg, #1d1c1b 0%, #2d2722 48%, #f4eee6 180%);
}

.jbt-hero::before,
.jbt-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.jbt-hero::before {
  width: 340px;
  height: 340px;
  background: rgba(255, 255, 255, 0.08);
  top: -60px;
  right: -70px;
}

.jbt-hero::after {
  width: 220px;
  height: 220px;
  background: rgba(184, 138, 90, 0.18);
  bottom: 20px;
  left: -60px;
}

.jbt-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  max-width: 860px;
}

.jbt-hero .jbt-eyebrow {
  color: #d8ba97;
  margin-bottom: 18px;
}

.jbt-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.jbt-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 22px);
}

.jbt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.jbt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.jbt-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--jbt-accent) 0%, var(--jbt-accent-dark) 100%);
  box-shadow: 0 10px 24px rgba(184, 138, 90, 0.28);
}

.jbt-btn--primary:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.jbt-btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.jbt-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.jbt-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.jbt-hero__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.jbt-proof {
  margin-top: -38px;
  position: relative;
  z-index: 4;
}

.jbt-grid {
  display: grid;
  gap: 20px;
}

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

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

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

.jbt-stat,
.jbt-card,
.jbt-feature,
.jbt-article,
.jbt-audience,
.jbt-promise__item {
  background: var(--jbt-surface);
  border: 1px solid var(--jbt-line);
  border-radius: var(--jbt-radius-md);
  box-shadow: var(--jbt-shadow);
}

.jbt-stat {
  padding: 24px;
  backdrop-filter: blur(6px);
}

.jbt-stat strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.jbt-stat span {
  color: var(--jbt-text-soft);
  font-size: 15px;
}

.jbt-card {
  display: block;
  padding: 28px 24px;
  color: var(--jbt-text);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.jbt-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 138, 90, 0.28);
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.1);
}

.jbt-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.jbt-card p {
  margin: 0;
  color: var(--jbt-text-soft);
}

.jbt-feature {
  padding: 28px;
  background: rgba(255, 255, 255, 0.78);
}

.jbt-feature h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.jbt-feature p {
  margin: 0;
  color: var(--jbt-text-soft);
}

.jbt-article {
  padding: 28px;
}

.jbt-article h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.jbt-article h3 a {
  color: var(--jbt-text);
}

.jbt-article p {
  margin: 0 0 14px;
  color: var(--jbt-text-soft);
}

.jbt-textlink {
  color: var(--jbt-accent-dark);
  font-weight: 700;
}

.jbt-audience {
  padding: 28px;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.jbt-audience h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
}

.jbt-audience p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.jbt-promise {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.jbt-promise__item {
  padding: 24px 26px;
}

.jbt-promise__item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.jbt-promise__item p {
  margin: 0;
  color: var(--jbt-text-soft);
}

.jbt-cta {
  padding: 0 0 96px;
}

.jbt-cta__box {
  padding: 44px;
  border-radius: var(--jbt-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(184, 138, 90, 0.22), transparent 30%),
    linear-gradient(135deg, #201d1a 0%, #3a3028 100%);
  color: #fff;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.18);
}

.jbt-cta__box h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.jbt-cta__box p:not(.jbt-kicker) {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

@media (max-width: 1024px) {
  .jbt-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 767px) {
  .jbt-section {
    padding: 68px 0;
  }

  .jbt-hero {
    padding: 88px 0 72px;
  }

  .jbt-grid--2,
  .jbt-grid--3,
  .jbt-grid--4 {
    grid-template-columns: 1fr;
  }

  .jbt-proof {
    margin-top: -24px;
  }

  .jbt-cta__box {
    padding: 28px;
  }

  .jbt-card,
  .jbt-feature,
  .jbt-article,
  .jbt-audience,
  .jbt-promise__item,
  .jbt-stat {
    padding: 22px;
  }
}

/* Optional Astra cleanup for this homepage */
.page-id-2646 .site-content,
.page-id-2646 .entry-content {
  background: transparent;
}

.page-id-2646 .entry-content > *:not(.jbt-home) {
  max-width: none;
}

.page-id-2646 .ast-article-single {
  padding-top: 0;
}

.page-id-2646 .entry-header {
  display: none;
}

.jbt-about {
  color: var(--jbt-text);
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
}

.jbt-about * {
  box-sizing: border-box;
}

.jbt-about-hero {
  padding: 96px 0 44px;
  background:
    radial-gradient(circle at top left, rgba(184, 138, 90, 0.14), transparent 35%),
    linear-gradient(180deg, #fbf8f4 0%, #f4eee8 100%);
}

.jbt-about-hero h1 {
  margin: 0 0 18px;
  max-width: 920px;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.jbt-about-hero .jbt-lead {
  max-width: 820px;
  color: var(--jbt-text-soft);
}

.jbt-about-card,
.jbt-about-feature,
.jbt-about-audience,
.jbt-about-promise__item {
  border-radius: var(--jbt-radius-md);
  border: 1px solid var(--jbt-line);
}

.jbt-about-card {
  padding: 34px;
  background: var(--jbt-surface);
  box-shadow: var(--jbt-shadow);
}

.jbt-about-card h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.jbt-about-card p {
  color: var(--jbt-text-soft);
}

.jbt-about-feature {
  padding: 28px;
  background: rgba(255,255,255,0.82);
  box-shadow: var(--jbt-shadow);
}

.jbt-about-feature h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.jbt-about-feature p {
  margin: 0;
  color: var(--jbt-text-soft);
}

.jbt-about-audience {
  padding: 28px;
  background: var(--jbt-surface);
  box-shadow: var(--jbt-shadow);
}

.jbt-about-audience h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.jbt-about-audience p {
  margin: 0;
  color: var(--jbt-text-soft);
}

.jbt-about-promise {
  display: grid;
  gap: 18px;
}

.jbt-about-promise__item {
  padding: 24px 26px;
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.08);
}

.jbt-about-promise__item strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
}

.jbt-about-promise__item p {
  margin: 0;
  color: rgba(255,255,255,0.78);
}

/* About page cleanup: change page ID if needed */
.page-id-2651 .entry-header {
  display: none;
}
.page-id-2651 .ast-article-single {
  padding-top: 0;
}

/* =========================
   JBT Article Refinement
   For single post pages
========================= */

.single-post {
  background: #f7f5f2;
}

.single-post .site-content {
  background: transparent;
}

.single-post .ast-container {
  max-width: 1240px;
}

.single-post article.post,
.single-post .ast-article-single {
  background: transparent;
}

.single-post .entry-header {
  max-width: 900px;
  margin: 0 auto 18px;
  padding-top: 18px;
}

.single-post .entry-title {
  margin: 0 0 16px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #1a1a1a;
}

.single-post .entry-meta,
.single-post .posted-on,
.single-post .byline {
  color: #7a746d;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.single-post .entry-content {
  max-width: 920px;
  margin: 0 auto 80px;
  padding: clamp(26px, 3vw, 44px);
  background: #ffffff;
  border: 1px solid rgba(25, 25, 25, 0.06);
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(17, 17, 17, 0.06);
}

.single-post .entry-content > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.single-post .entry-content p,
.single-post .entry-content li {
  font-size: 18px;
  line-height: 1.95;
  color: #2c2a28;
  letter-spacing: 0.005em;
}

.single-post .entry-content p {
  margin-top: 0;
  margin-bottom: 1.35em;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
  margin-top: 1.2em;
  margin-bottom: 1.8em;
  padding-left: 1.25em;
}

.single-post .entry-content li + li {
  margin-top: 0.45em;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  color: #161616;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.single-post .entry-content h2 {
  margin-top: 64px;
  margin-bottom: 18px;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.12;
}

.single-post .entry-content h3 {
  margin-top: 38px;
  margin-bottom: 14px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.18;
}

.single-post .entry-content h4 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.24;
}

.single-post .entry-content a {
  color: #8a6541;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 101, 65, 0.28);
  transition: color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.single-post .entry-content a:hover {
  color: #6f4e31;
  border-bottom-color: rgba(111, 78, 49, 0.55);
}

.single-post .entry-content strong {
  color: #171717;
  font-weight: 700;
}

.single-post .entry-content hr,
.single-post .wp-block-separator {
  max-width: 760px;
  margin: 46px auto;
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(20,20,20,0) 0%,
    rgba(20,20,20,0.12) 20%,
    rgba(20,20,20,0.12) 80%,
    rgba(20,20,20,0) 100%
  );
}

.single-post .entry-content blockquote {
  max-width: 760px;
  margin: 32px auto;
  padding: 22px 24px;
  background: #f6f1eb;
  border-left: 3px solid #b88a5a;
  border-radius: 18px;
}

.single-post .entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.single-post .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0 30px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(20,20,20,0.08);
}

.single-post .entry-content th,
.single-post .entry-content td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(20,20,20,0.06);
  font-size: 16px;
  line-height: 1.6;
}

.single-post .entry-content thead th {
  background: #f4eee7;
  color: #1b1a18;
  font-weight: 700;
}

.single-post .entry-content tbody tr:nth-child(even) {
  background: #fcfaf7;
}

.single-post .entry-content img {
  border-radius: 20px;
}

.single-post .entry-content .wp-block-image,
.single-post .entry-content .wp-block-table {
  margin-top: 24px;
  margin-bottom: 28px;
}

.single-post .entry-content > *:first-child {
  margin-top: 0;
}

.single-post .entry-content > *:last-child {
  margin-bottom: 0;
}

/* Slightly calmer reading width on very large screens */
@media (min-width: 1400px) {
  .single-post .entry-content {
    max-width: 980px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .single-post .entry-content {
    max-width: 880px;
    padding: 30px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .single-post .entry-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .single-post .entry-title {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.06;
  }

  .single-post .entry-content {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .single-post .entry-content p,
  .single-post .entry-content li {
    font-size: 17px;
    line-height: 1.86;
  }

  .single-post .entry-content h2 {
    margin-top: 48px;
    font-size: 30px;
  }

  .single-post .entry-content h3 {
    font-size: 24px;
  }

  .single-post .entry-content th,
  .single-post .entry-content td {
    padding: 12px 12px;
    font-size: 15px;
  }
}
/* ==========================================
   JBT Premium Article Override
   stronger typography + stronger link reset
========================================== */

.single-post {
  background: #f6f3ee !important;
}

.single-post .site-content,
.single-post .ast-container,
.single-post article.post,
.single-post .ast-article-single {
  background: transparent !important;
}

.single-post .entry-header {
  max-width: 980px !important;
  margin: 0 auto 20px !important;
  padding-top: 18px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.single-post .entry-title {
  margin: 0 0 14px !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  font-weight: 600 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em !important;
  color: #171513 !important;
  text-wrap: balance !important;
}

.single-post .entry-meta,
.single-post .posted-on,
.single-post .byline {
  color: #7d756d !important;
  font-size: 13px !important;
  letter-spacing: 0.02em !important;
}

.single-post .entry-content {
  max-width: 980px !important;
  margin: 0 auto 80px !important;
  padding: 42px 44px !important;
  background: #fffdfa !important;
  border: 1px solid rgba(20,20,20,0.06) !important;
  border-radius: 30px !important;
  box-shadow: 0 18px 60px rgba(17, 17, 17, 0.06) !important;
}

.single-post .entry-content > * {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-post .entry-content > p:first-of-type {
  max-width: 760px !important;
  padding: 22px 24px !important;
  background: #f5eee6 !important;
  border: 1px solid rgba(184, 138, 90, 0.18) !important;
  border-radius: 18px !important;
  font-size: 21px !important;
  line-height: 1.85 !important;
  color: #2b2723 !important;
}

.single-post .entry-content p,
.single-post .entry-content li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.95 !important;
  color: #2d2926 !important;
  letter-spacing: 0.002em !important;
  text-decoration: none !important;
}

.single-post .entry-content p {
  margin-top: 0 !important;
  margin-bottom: 1.35em !important;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
  margin-top: 1.2em !important;
  margin-bottom: 1.9em !important;
  padding-left: 1.3em !important;
}

.single-post .entry-content li + li {
  margin-top: 0.5em !important;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  color: #181614 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
  text-wrap: balance !important;
}

.single-post .entry-content h2 {
  margin-top: 68px !important;
  margin-bottom: 18px !important;
  font-size: clamp(30px, 3.4vw, 42px) !important;
  line-height: 1.12 !important;
}

.single-post .entry-content h3 {
  margin-top: 40px !important;
  margin-bottom: 14px !important;
  font-size: clamp(24px, 2.4vw, 30px) !important;
  line-height: 1.18 !important;
}

.single-post .entry-content h4 {
  margin-top: 26px !important;
  margin-bottom: 10px !important;
  font-size: 21px !important;
  line-height: 1.24 !important;
}

.single-post .entry-content a,
.single-post .entry-content a:link,
.single-post .entry-content a:visited,
.single-post .entry-content a:hover,
.single-post .entry-content a:active,
.single-post .entry-content a *,
.single-post .entry-content u {
  color: #8a6541 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  background-image: none !important;
}

.single-post .entry-content a {
  font-weight: 500 !important;
  padding-bottom: 1px !important;
  border-bottom: 1px solid rgba(138, 101, 65, 0.22) !important;
  transition: color 0.18s ease, border-color 0.18s ease !important;
}

.single-post .entry-content a:hover {
  color: #6f4d31 !important;
  border-bottom-color: rgba(111, 77, 49, 0.5) !important;
}

.single-post .entry-content strong {
  color: #171513 !important;
  font-weight: 700 !important;
}

.single-post .entry-content hr,
.single-post .wp-block-separator {
  max-width: 720px !important;
  margin: 52px auto !important;
  border: 0 !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    rgba(20,20,20,0) 0%,
    rgba(20,20,20,0.12) 20%,
    rgba(20,20,20,0.12) 80%,
    rgba(20,20,20,0) 100%
  ) !important;
}

.single-post .entry-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 26px auto 34px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  border: 1px solid rgba(20,20,20,0.08) !important;
  background: #fff !important;
}

.single-post .entry-content th,
.single-post .entry-content td {
  padding: 15px 16px !important;
  text-align: left !important;
  vertical-align: top !important;
  border-bottom: 1px solid rgba(20,20,20,0.06) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.single-post .entry-content thead th {
  background: #f4ece4 !important;
  color: #1a1715 !important;
  font-weight: 700 !important;
}

.single-post .entry-content tbody tr:nth-child(even) {
  background: #fcfaf7 !important;
}

.single-post .entry-content blockquote {
  max-width: 720px !important;
  margin: 34px auto !important;
  padding: 22px 24px !important;
  background: #f7f1ea !important;
  border-left: 3px solid #b88a5a !important;
  border-radius: 18px !important;
}

.single-post .entry-content blockquote p:last-child {
  margin-bottom: 0 !important;
}

.single-post .entry-content img {
  border-radius: 20px !important;
}

.single-post #comments,
.single-post .comments-area,
.single-post .comment-respond {
  display: none !important;
}

/* calmer mobile */
@media (max-width: 767px) {
  .single-post .entry-title {
    font-size: clamp(28px, 9vw, 42px) !important;
    line-height: 1.08 !important;
  }

  .single-post .entry-content {
    padding: 24px 18px !important;
    border-radius: 20px !important;
  }

  .single-post .entry-content > p:first-of-type {
    padding: 18px 18px !important;
    font-size: 18px !important;
    line-height: 1.82 !important;
  }

  .single-post .entry-content p,
  .single-post .entry-content li {
    font-size: 17px !important;
    line-height: 1.88 !important;
  }

  .single-post .entry-content h2 {
    font-size: 28px !important;
    margin-top: 48px !important;
  }

  .single-post .entry-content h3 {
    font-size: 23px !important;
  }

  .single-post .entry-content th,
  .single-post .entry-content td {
    font-size: 14px !important;
    padding: 12px 12px !important;
  }
}
