/* =========================================================
GENERATED ARTICLE PAGES
Used by GEDIT/views/post-template.ejs.
========================================================= */

.post-page {
  text-align: left;
}

.post-page .container h2 {
  display: block;
  justify-content: initial;
}

.post-hero .page-hero-bg {
  object-position: center;
}

.blog-article {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(24px, 5vw, 48px);
}

.blog-article-header {
  display: grid;
  gap: 12px;
}

.blog-article-header .section-kicker,
.blog-article-header .section-title {
  text-align: left;
}

.post-meta {
  margin: 0;
  color: var(--colour-primary, #00aeef);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.blog-article .lead {
  max-width: 760px;
  margin: 2px 0 0;
  color: rgba(32, 40, 50, 0.76);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 600;
  line-height: 1.62;
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.share-actions .btn {
  min-height: 40px;
}

.blog-hero-image {
  overflow: hidden;
  margin: clamp(24px, 4vw, 38px) 0;
  border-radius: 22px;
  background: var(--colour-dark, #202832);
  box-shadow: 0 18px 44px rgba(32, 40, 50, 0.12);
}

.blog-hero-image img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.blog-article-body {
  color: rgba(32, 40, 50, 0.82);
  font-size: 17px;
  line-height: 1.78;
}

.blog-article-body > *:first-child {
  margin-top: 0;
}

.blog-article-body p {
  margin: 0 0 1.35em;
}

.blog-article-body h2,
.blog-article-body h3 {
  margin: 1.7em 0 0.65em;
  color: var(--colour-dark, #202832);
  font-weight: 850;
  line-height: 1.18;
}

.blog-article-body h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.blog-article-body h3 {
  font-size: clamp(21px, 2.4vw, 28px);
}

.blog-article-body h4 {
  margin: 1.3em 0 0.5em;
  color: var(--colour-dark, #202832);
  font-size: 18px;
  font-weight: 850;
}

.blog-article-body a,
.blog-article a:not(.btn) {
  color: var(--colour-primary, #00aeef);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 174, 239, 0.28);
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.blog-article-body a:hover,
.blog-article a:not(.btn):hover {
  color: #007ca8;
  border-bottom-color: rgba(0, 124, 168, 0.45);
}

.blog-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: clamp(24px, 4vw, 38px);
  padding-top: 18px;
  border-top: 1px solid rgba(32, 40, 50, 0.1);
}

.blog-tags strong {
  color: var(--colour-dark, #202832);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 174, 239, 0.18);
  border-radius: 999px;
  background: rgba(0, 174, 239, 0.08);
  color: var(--colour-dark, #202832);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.share-post {
  margin-top: clamp(24px, 4vw, 38px);
  padding-top: 18px;
  border-top: 1px solid rgba(32, 40, 50, 0.1);
}

.share-post p {
  margin: 0 0 12px;
  color: var(--colour-dark, #202832);
}

.post-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(26px, 4vw, 40px);
  background:
    linear-gradient(135deg, rgba(32, 40, 50, 0.96), rgba(32, 40, 50, 0.86)),
    url("../../images/exterior-cleaning-services.png") center / cover;
}

.post-cta > div {
  max-width: 700px;
}

.post-cta .section-kicker {
  color: var(--colour-primary, #00aeef);
}

.post-cta .section-title {
  margin-bottom: 0;
}

.post-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Existing generated content helpers */
.seasonal-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  margin: clamp(28px, 4vw, 42px) 0;
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid rgba(32, 40, 50, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 34px rgba(32, 40, 50, 0.06);
}

.season,
.season1 {
  text-align: center;
}

.season img,
.season1 img {
  display: block;
  width: min(100%, 260px);
  height: 180px;
  margin: 0 auto 12px;
  border-radius: 14px;
  object-fit: cover;
}

.season img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.season h4,
.season1 h4 {
  margin: 0 0 8px;
  color: var(--colour-primary, #00aeef);
  font-size: 18px;
  font-weight: 850;
}

.season p,
.season1 p {
  margin: 0;
  color: rgba(32, 40, 50, 0.74);
  font-size: 14.5px;
  line-height: 1.58;
}

@media (max-width: 760px) {
  .blog-article {
    padding: 22px;
  }

  .blog-article-header .section-kicker,
  .blog-article-header .section-title {
    text-align: center;
  }

  .blog-article .lead {
    text-align: center;
  }

  .share-actions,
  .post-cta-actions {
    justify-content: center;
  }

  .share-actions .btn,
  .post-cta-actions .btn {
    width: 100%;
  }

  .post-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .blog-hero-image {
    border-radius: 18px;
  }

  .blog-article-body {
    font-size: 16px;
  }
}
