/* Towne & Country blog section (additive; keeps Elementor chrome) */
.tc-blog-main {
  width: 100%;
  max-width: 100%;
  background:
    linear-gradient(180deg, rgba(246, 243, 237, 0.95) 0%, rgba(255, 255, 255, 0.98) 220px),
    radial-gradient(ellipse at top left, rgba(120, 140, 110, 0.08), transparent 55%);
}

.tc-blog-hero {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px 24px 28px;
}

.tc-blog-hero__eyebrow {
  margin: 0 0 10px;
  font-family: "Golos Text", Manrope, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a6b52;
}

.tc-blog-hero h1 {
  margin: 0;
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  line-height: 1.15;
  color: #1f2420;
}

.tc-blog-hero__sub {
  margin: 16px 0 0;
  max-width: 42rem;
  font-family: "Golos Text", Manrope, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #3d463c;
}

.tc-blog-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 8px 24px 72px;
  font-family: "Golos Text", Manrope, sans-serif;
  color: #2a2f2b;
}

.tc-blog__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tc-blog__item {
  padding: 28px 0;
  border-top: 1px solid rgba(40, 50, 40, 0.12);
}

.tc-blog__item:last-child {
  border-bottom: 1px solid rgba(40, 50, 40, 0.12);
}

.tc-blog__date {
  margin: 0 0 8px;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6a7568;
}

.tc-blog__title {
  margin: 0 0 12px;
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  line-height: 1.25;
}

.tc-blog__title a {
  color: inherit;
  text-decoration: none;
}

.tc-blog__title a:hover {
  color: #4d6345;
}

.tc-blog__excerpt {
  margin: 0 0 10px;
  line-height: 1.6;
  color: #3d463c;
}

.tc-blog__meta {
  margin: 0 0 14px;
  font-size: 0.95rem;
  color: #5a6558;
}

.tc-blog__meta a,
.tc-article__meta a,
.tc-article a {
  color: #4d6345;
}

.tc-blog__readmore {
  font-weight: 600;
  text-decoration: none;
  color: #3f5238;
  border-bottom: 1px solid rgba(63, 82, 56, 0.35);
}

.tc-blog__readmore:hover {
  border-bottom-color: #3f5238;
}

.tc-article__meta {
  margin: 0 0 22px;
  font-size: 0.95rem;
  color: #5a6558;
}

.tc-article p {
  margin: 0 0 1.15em;
  line-height: 1.7;
  font-size: 1.05rem;
}

.tc-article h2 {
  margin: 2rem 0 0.85rem;
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.8vw, 1.75rem);
  line-height: 1.25;
  color: #1f2420;
}

.tc-article h3 {
  margin: 1.5rem 0 0.55rem;
  font-family: "Golos Text", Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #243028;
}

.tc-checklist {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
}

.tc-checklist li {
  margin: 0 0 1rem;
  line-height: 1.65;
  font-size: 1.05rem;
}

.tc-faq {
  margin-bottom: 1rem;
}

.tc-cta {
  margin-top: 2.5rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(135deg, #f3f0e8 0%, #e8efe4 100%);
  border-left: 4px solid #5a6b52;
}

.tc-cta h2 {
  margin-top: 0;
  font-size: 1.45rem;
}

.tc-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1rem 0 0 !important;
}

.tc-cta__actions .elementor-button {
  text-decoration: none;
}

@media (max-width: 767px) {
  .tc-blog-hero,
  .tc-blog-content {
    padding-left: min(18px, 5vw);
    padding-right: min(18px, 5vw);
  }

  .tc-blog-hero {
    padding-top: 40px;
  }
}
