:root {
  --blog-green: #46b760;
  --blog-ink: #4c5659;
  --blog-muted: #7f898b;
  --blog-line: #dfe3e1;
  --blog-soft: #f3f4f2;
  --blog-ease: cubic-bezier(.87, 0, .1, 1);
}

.blog-eyebrow {
  margin: 0 0 12px;
  color: var(--blog-green);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.blog-page-index {
  overflow: hidden;
  padding: 64px 80px 90px;
  background: #fff;
}

.blog-page-index > .wrap,
.blog-page-related > .wrap {
  padding-right: 0;
  padding-left: 0;
}

.blog-list-header {
  margin-bottom: 30px !important;
}

.blog-list-header h1,
.blog-page-related h2 {
  margin: 0;
  color: var(--blog-ink);
  font-size: clamp(36px, 3.15vw, 52px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.blog-list-header h1 strong {
  font-weight: 500;
}

.blog-search {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
}

.blog-search input {
  width: 100%;
  height: 50px;
  padding: 0 52px 0 2px;
  color: var(--blog-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #aeb6b4;
  border-radius: 0;
  outline: 0;
  font: inherit;
  font-size: 11px;
  letter-spacing: 1.6px;
}

.blog-search input:focus {
  border-color: var(--blog-green);
}

.blog-search button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.blog-search button span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid var(--blog-green);
  border-radius: 50%;
}

.blog-search button span::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 1px;
  background: var(--blog-green);
  content: "";
  transform: rotate(45deg);
}

.blog-categories {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0 0 44px;
  padding: 15px 0;
  overflow-x: auto;
  border-top: 1px solid var(--blog-line);
  border-bottom: 1px solid var(--blog-line);
  scrollbar-width: none;
}

.blog-categories::-webkit-scrollbar {
  display: none;
}

.blog-categories a {
  position: relative;
  flex: none;
  padding: 4px 0;
  color: #778184;
  font-size: 11px;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.blog-categories a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: var(--blog-green);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s var(--blog-ease);
}

.blog-categories a:hover,
.blog-categories a.is-active {
  color: var(--blog-green);
}

.blog-categories a:hover::after,
.blog-categories a.is-active::after {
  transform: scaleX(1);
}

.blog-results-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: -16px 0 35px;
  color: var(--blog-muted);
  font-size: 13px;
}

.blog-results-info p {
  margin: 0;
}

.blog-results-info a,
.blog-text-link {
  color: var(--blog-green);
  font-size: 11px;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.blog-grid {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.blog-page-index .column-blog,
.blog-page-related .column-blog {
  display: flex;
  padding: 8px 8px 45px;
}

.blog-page-index .blog-card,
.blog-page-related .blog-card {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin: 0;
}

.section-blog.blog-page-index .blog-card .blog-card__heading,
.section-blog.blog-page-related .blog-card .blog-card__heading {
  display: flex;
  min-height: 108px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 0 0;
}

.blog-card__category {
  margin: 0 0 8px;
  color: var(--blog-green);
  font-size: 10px;
  letter-spacing: 1.55px;
  text-transform: uppercase;
}

.section-blog.blog-page-index .blog-card h3,
.section-blog.blog-page-related .blog-card h3 {
  display: -webkit-box;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--blog-ink);
  font-size: clamp(18px, 1.3vw, 23px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -.018em;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog-page-index .blog-card__figure,
.blog-page-related .blog-card__figure {
  position: relative;
  width: 100%;
  aspect-ratio: 428 / 360;
  margin: 0;
  overflow: hidden;
  background: #dce1df;
  border-radius: 0 0 46px 0;
}

.blog-page-index .blog-card__figure picture,
.blog-page-related .blog-card__figure picture,
.blog-page-index .blog-card__image,
.blog-page-related .blog-card__image {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-page-index .blog-card__image,
.blog-page-related .blog-card__image {
  object-fit: cover;
  transition: transform .8s ease;
}

.blog-page-index .blog-card__figure .overlay,
.blog-page-related .blog-card__figure .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background: rgba(71, 184, 98, .9);
  transition: height .7s var(--blog-ease);
}

.blog-page-index .blog-card__figure .overlay-icon,
.blog-page-related .blog-card__figure .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 38px;
  height: 48px;
  object-fit: contain;
  filter: brightness(400%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform .7s var(--blog-ease);
}

.blog-page-index .blog-card__body,
.blog-page-related .blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 0 0;
}

/* O mesmo ritmo dos cards de empreendimentos, aplicado ao blog da home. */
.section-blog.home-blog .blog-mobile-carousel {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.section-blog.home-blog .blog-mobile-carousel.owl-loaded {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.section-blog.home-blog .blog-mobile-carousel.owl-loaded .owl-stage,
.section-blog.home-blog .blog-mobile-carousel.owl-loaded .owl-item {
  display: flex;
}

.section-blog.home-blog .blog-mobile-carousel.owl-loaded .owl-item .column-blog {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0;
}

.section-blog.home-blog .blog-line-ball {
  display: none;
}

.section-blog.home-blog .column-blog {
  display: flex;
  padding: 8px;
}

.section-blog.home-blog .blog-card {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin: 0;
}

.section-blog.home-blog .blog-card .blog-card__heading {
  display: flex;
  min-height: 108px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 0 0 !important;
}

.section-blog.home-blog .blog-card h3 {
  display: -webkit-box;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--blog-ink);
  font-size: clamp(18px, 1.3vw, 23px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -.018em;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.section-blog.home-blog .blog-card__figure {
  position: relative;
  width: 100%;
  aspect-ratio: 428 / 360;
  margin: 0;
  overflow: hidden;
  background: #dce1df;
  border-radius: 0 0 46px 0;
}

.section-blog.home-blog .blog-card__figure picture,
.section-blog.home-blog .blog-card__image {
  display: block;
  width: 100%;
  height: 100%;
}

.section-blog.home-blog .blog-card__image {
  object-fit: cover;
}

.section-blog.home-blog .blog-card__figure .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background: rgba(71, 184, 98, .9);
  pointer-events: none;
  transition: height .7s var(--blog-ease);
}

.section-blog.home-blog .blog-card__figure .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 38px !important;
  height: 48px !important;
  max-width: none;
  object-fit: contain;
  filter: brightness(400%);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .7s var(--blog-ease);
}

.section-blog.home-blog .blog-card:hover .blog-card__image {
  transform: scale(1.1);
}

.section-blog.home-blog .blog-card:hover .blog-card__figure .overlay {
  height: 100%;
}

.section-blog.home-blog .blog-card:hover .blog-card__figure .overlay-icon {
  transform: translate(-50%, -50%) scale(1.1);
}

.section-blog.home-blog .blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 0 0 !important;
}

.blog-card__summary {
  display: -webkit-box;
  min-height: 62px;
  margin: 0 0 15px;
  overflow: hidden;
  color: #7a8486;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog-card__footer {
  align-items: center;
  margin: auto 0 0 !important;
  padding-top: 12px;
  border-top: 1px solid var(--blog-line);
}

.blog-card__footer .column {
  padding: 0;
}

.section-blog .blog-card__footer .data {
  color: #7d8789;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-card__link {
  color: var(--blog-green);
  font-size: 9px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.blog-card__link span {
  display: inline-block;
  margin-left: 4px;
  transition: transform .35s ease;
}

.blog-page-index .blog-card:hover .blog-card__image,
.blog-page-related .blog-card:hover .blog-card__image {
  transform: scale(1.1);
}

.blog-page-index .blog-card:hover .blog-card__figure .overlay,
.blog-page-related .blog-card:hover .blog-card__figure .overlay {
  height: 100%;
}

.blog-page-index .blog-card:hover .blog-card__figure .overlay-icon,
.blog-page-related .blog-card:hover .blog-card__figure .overlay-icon {
  transform: translate(-50%, -50%) scale(1.1);
}

.blog-page-index .blog-card:hover h3,
.blog-page-related .blog-card:hover h3 {
  color: var(--blog-green) !important;
}

.blog-card:hover .blog-card__link span {
  transform: translate(3px, -3px);
}

.blog-empty {
  padding: 70px 0;
  color: var(--blog-muted);
  text-align: center;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blog-line);
  border-radius: 50%;
}

.blog-pagination a:hover,
.blog-pagination .current {
  color: #fff;
  background: var(--blog-green);
  border-color: var(--blog-green);
}

/* Post aberto */
.blog-article {
  overflow: hidden;
  padding-bottom: 65px;
  background: #fff;
}

.blog-article__hero {
  padding: 45px 80px 58px;
}

.blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: #8b9496;
  font-size: 10px;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.blog-breadcrumb a:hover {
  color: var(--blog-green);
}

.blog-article__hero-grid {
  display: grid;
  grid-template-areas: "cover info";
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr);
  align-items: start;
  gap: clamp(40px, 4.6vw, 82px);
}

.blog-article__info {
  grid-area: info;
  min-width: 0;
}

.blog-article__cover-link {
  grid-area: cover;
  display: block;
}

.blog-article__info h1 {
  max-width: 650px;
  margin: 0 0 23px;
  color: var(--blog-ink);
  font-size: clamp(36px, 3.05vw, 54px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.blog-article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: #858f91;
  font-size: 10px;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.blog-article__meta > span:first-child {
  color: var(--blog-green);
}

.blog-article__meta > span[aria-hidden="true"] {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.blog-article__summary {
  max-width: 590px;
  margin: 0 0 27px;
  color: #687275;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}

.blog-article__share {
  display: flex;
  align-items: center;
  gap: 16px;
}

.blog-article__share > span {
  color: #858f91;
  font-size: 9px;
  letter-spacing: 1.45px;
}

.blog-article__share .share-post {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 9px;
}

.blog-article__share .share-post a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--blog-green);
  border: 1px solid #cbd2cf;
  border-radius: 50%;
  font-size: 14px;
  transition: color .35s ease, background .35s ease, border-color .35s ease;
}

.blog-article__share .share-post a:hover {
  color: #fff;
  background: var(--blog-green);
  border-color: var(--blog-green);
}

.blog-article__cover {
  height: clamp(350px, 34vw, 525px);
  margin: 0;
  overflow: hidden;
  background: #dde1df;
  border-radius: 0 0 62px 0;
}

.blog-article__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.blog-article__cover-link:hover img {
  transform: scale(1.025);
}

.blog-article__content-wrap {
  max-width: 1000px;
  margin-top: 48px;
}

.blog-article-content {
  color: #596366;
}

.blog-article-content p,
.blog-article-content li {
  color: #596366;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
}

.blog-article-content p {
  margin: 0 0 22px;
}

.blog-article-content ul,
.blog-article-content ol {
  margin: 0 0 24px 20px;
}

.blog-article-content ul {
  list-style: disc;
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
  margin: 40px 0 16px;
  color: var(--blog-ink);
  font-weight: 400;
  line-height: 1.25;
}

.blog-article-content h2 { font-size: 31px; }
.blog-article-content h3 { font-size: 25px; }
.blog-article-content h4 { font-size: 20px; }
.blog-article-content a { color: var(--blog-green); }
.blog-article-content img { max-width: 100%; height: auto; }

.blog-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row dense;
  gap: 16px;
  margin-top: 46px;
}

.blog-gallery__item figure,
.blog-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-gallery__item {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #dce1df;
  aspect-ratio: 16 / 10;
}

.blog-gallery--count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.blog-gallery--count-1 .blog-gallery__item {
  aspect-ratio: 16 / 9;
}

.blog-gallery--count-3 {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  grid-template-rows: repeat(2, 235px);
}

.blog-gallery--count-3 .blog-gallery__item {
  aspect-ratio: auto;
}

.blog-gallery--count-3 .blog-gallery__item:first-child {
  grid-row: span 2;
}

.blog-gallery--count-5 .blog-gallery__item:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 12 / 5;
}

.blog-gallery--count-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-gallery--count-6 .blog-gallery__item {
  aspect-ratio: 4 / 3;
}

.blog-gallery__item figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.blog-gallery__item img {
  object-fit: cover;
  transition: transform .85s var(--blog-ease), filter .6s ease;
}

.blog-gallery__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(70, 183, 96, .16), rgba(38, 89, 52, .78));
  opacity: 0;
  transition: opacity .55s ease;
}

.blog-gallery__action {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1.7px;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 16px));
  transition: opacity .45s ease, transform .55s var(--blog-ease);
}

.blog-gallery__action strong {
  font-size: 28px;
  font-weight: 200;
  line-height: 1;
}

.blog-gallery figcaption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.35;
  opacity: 0;
  text-overflow: ellipsis;
  transform: translateY(10px);
  transition: opacity .45s ease .06s, transform .5s var(--blog-ease) .06s;
  white-space: nowrap;
}

.blog-gallery__item:hover img {
  filter: saturate(1.05);
  transform: scale(1.07);
}

.blog-gallery__item:hover .blog-gallery__overlay,
.blog-gallery__item:hover .blog-gallery__action,
.blog-gallery__item:hover figcaption {
  opacity: 1;
}

.blog-gallery__item:hover .blog-gallery__action {
  transform: translate(-50%, -50%);
}

.blog-gallery__item:hover figcaption {
  transform: translateY(0);
}

.blog-article__closing {
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid var(--blog-line);
}

.blog-page-related {
  overflow: hidden;
  padding: 55px 80px 22px;
  background: var(--blog-soft);
  border-radius: 58px 0 0 0;
}

.blog-related-heading {
  margin-bottom: 25px !important;
}

.blog-page-related h2 {
  font-size: clamp(31px, 2.8vw, 46px);
}

@media only screen and (min-width: 1408px) {
  .blog-page-index .column-blog,
  .blog-page-related .column-blog { width: 25%; }
}

@media only screen and (min-width: 1024px) and (max-width: 1407px) {
  .blog-page-index .column-blog,
  .blog-page-related .column-blog { width: 33.3333%; }

  .section-blog.home-blog .blog-line-ball { display: block; }
}

@media only screen and (min-width: 769px) and (max-width: 1407px) {
  .section-blog.home-blog .blog-line-ball {
    width: 100vw;
    min-height: 1px;
    margin-top: 70px !important;
    margin-bottom: 55px;
    margin-left: calc(50% - 50vw);
  }

  .section-blog.home-blog .blog-cta-row {
    margin-top: 0 !important;
  }
}

/*
 * No desktop/notebook, o CTA precisa acompanhar o centro da viewport como
 * um único conjunto. As colunas do Bulma deixavam o texto preso a uma
 * metade larga da seção e empurravam o botão para a direita.
 */
@media only screen and (min-width: 769px) {
  .section-blog.home-blog .blog-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(38px, 4vw, 82px);
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .section-blog.home-blog .blog-cta-row > .column {
    width: auto !important;
    flex: 0 0 auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .section-blog.home-blog .blog-cta-row > .column:first-child {
    flex: 0 1 auto;
  }

  .section-blog.home-blog .blog-cta-row .subtitle {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .blog-page-index .column-blog,
  .blog-page-related .column-blog { width: 33.3333%; }

  .section-blog.home-blog .blog-line-ball { display: block; }
}

@media only screen and (max-width: 1100px) {
  .blog-page-index { padding: 55px 40px 78px; }
  .blog-page-related { padding: 50px 40px 18px; }
  .blog-article__hero { padding: 40px 40px 50px; }
  .blog-article__hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    gap: 38px;
  }
  .blog-article__cover { height: 400px; }
}

@media only screen and (max-width: 900px) {
  .blog-article__hero-grid {
    grid-template-areas: "info" "cover";
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }
  .blog-article__info h1 { max-width: 760px; }
  .blog-article__cover { height: auto; aspect-ratio: 1.45 / 1; }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .blog-page-index .column-blog,
  .blog-page-related .column-blog { width: 50%; }
}

@media only screen and (max-width: 768px) {
  .blog-page-index { padding: 44px 24px 65px; }
  .blog-list-header { margin-bottom: 22px !important; }
  .blog-list-header h1 { font-size: 36px; }
  .blog-search { max-width: none; margin-top: 14px; }
  .blog-categories { gap: 26px; margin-bottom: 31px; }
  .blog-results-info { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: -8px; }
  .blog-page-index .blog-grid,
  .blog-page-related .blog-grid {
    display: flex;
    width: auto;
    flex-wrap: nowrap;
    gap: 22px;
    margin: 0 -24px 0 0 !important;
    padding: 0 46px 14px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .blog-page-index .blog-grid::-webkit-scrollbar,
  .blog-page-related .blog-grid::-webkit-scrollbar { display: none; }
  .blog-page-index .column-blog,
  .blog-page-related .column-blog {
    width: calc(100vw - 100px) !important;
    max-width: calc(100vw - 100px) !important;
    flex: 0 0 calc(100vw - 100px) !important;
    padding: 0 0 15px !important;
    scroll-snap-align: start;
  }
  .section-blog.blog-page-index .blog-card .blog-card__heading,
  .section-blog.blog-page-related .blog-card .blog-card__heading {
    min-height: 108px;
    padding: 18px 0 0;
  }
  .section-blog.blog-page-index .blog-card h3,
  .section-blog.blog-page-related .blog-card h3 { font-size: 20px; }
  .blog-page-index .blog-card__figure,
  .blog-page-related .blog-card__figure {
    aspect-ratio: 428 / 360;
    border-radius: 0 0 38px 0;
  }
  .blog-page-index .blog-card__body,
  .blog-page-related .blog-card__body { padding-top: 22px; }
  .blog-page-index .blog-card__summary,
  .blog-page-related .blog-card__summary {
    min-height: 8em;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    -webkit-line-clamp: 5;
  }
  .blog-page-index .blog-card__footer,
  .blog-page-related .blog-card__footer { padding-top: 14px; }

  /* Na listagem principal os conteúdos voltam a ficar um abaixo do outro. */
  .blog-page-index .blog-grid {
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 !important;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .blog-page-index .column-blog {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 0 38px !important;
  }

  /* A home conserva o carrossel existente, agora com o mesmo card padronizado. */
  .section-blog.home-blog .blog-mobile-carousel {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .section-blog.home-blog .blog-line-ball { display: block; }
  .section-blog.home-blog .column-blog { padding: 0; }
  .section-blog.home-blog .blog-card .blog-card__heading {
    min-height: 108px;
    padding: 18px 0 0 !important;
  }
  .section-blog.home-blog .blog-card h3 { font-size: 24px; }
  .section-blog.home-blog .blog-card__figure {
    aspect-ratio: 428 / 360;
    border-radius: 0 0 38px 0;
  }
  .section-blog.home-blog .blog-card__body { padding-top: 22px !important; }
  .section-blog.home-blog .blog-card__summary {
    min-height: 8em;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    -webkit-line-clamp: 5;
  }
  .section-blog.home-blog .blog-card__footer { padding-top: 14px; }

  .blog-article { padding-bottom: 52px; }
  .blog-article__hero { padding: 30px 24px 38px; }
  .blog-breadcrumb { margin-bottom: 22px; }
  .blog-article__hero-grid { gap: 28px; }
  .blog-article__info h1 { margin-bottom: 18px; font-size: clamp(34px, 9.5vw, 46px); }
  .blog-article__meta { flex-wrap: wrap; margin-bottom: 19px; }
  .blog-article__summary { margin-bottom: 22px; font-size: 15px; }
  .blog-article__share { gap: 12px; }
  .blog-article__cover { aspect-ratio: 1.18 / 1; border-radius: 0 0 42px 0; }
  .blog-article__content-wrap { margin-top: 35px; padding-right: 24px; padding-left: 24px; }
  .blog-article-content p,
  .blog-article-content li { font-size: 15px; line-height: 1.75; }
  .blog-article-content h2,
  .blog-article-content h3,
  .blog-article-content h4 { margin-top: 32px; }
  .blog-gallery {
    display: flex;
    width: auto;
    gap: 12px;
    margin: 36px -24px 0 0;
    padding: 0 46px 14px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .blog-gallery::-webkit-scrollbar { display: none; }
  .blog-gallery__item {
    width: calc(100vw - 100px);
    max-width: calc(100vw - 100px);
    flex: 0 0 calc(100vw - 100px);
    aspect-ratio: 1.25 / 1;
    scroll-snap-align: start;
  }
  .blog-gallery--count-1 .blog-gallery__item {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    aspect-ratio: 1.25 / 1;
  }
  .blog-gallery__item img { height: 100%; aspect-ratio: auto; }
  .blog-gallery__overlay,
  .blog-gallery__action,
  .blog-gallery figcaption { display: none; }
  .blog-gallery__item:hover img { filter: none; transform: none; }

  .blog-page-related { padding: 45px 24px 12px; border-radius: 44px 0 0 0; }
  .blog-related-heading { margin-bottom: 20px !important; }
  .blog-related-heading .has-text-right { margin-top: 14px; text-align: left !important; }
}

@media only screen and (max-width: 576px) {
  .section-blog.blog-page-index .blog-card h3,
  .section-blog.blog-page-related .blog-card h3 { font-size: 23px; }
  .blog-article__share { align-items: flex-start; flex-direction: column; }
  .blog-article__share .share-post { flex-direction: row; }
  .blog-page-related h2 { font-size: 31px; line-height: 1.08; }
}

@media (prefers-reduced-motion: reduce) {
  .blog-card__image,
  .blog-card__figure .overlay,
  .blog-card__figure .overlay-icon,
  .blog-card__link span,
  .blog-article__cover img,
  .blog-gallery__item img,
  .blog-gallery__overlay,
  .blog-gallery__action,
  .blog-gallery figcaption,
  .blog-categories a::after { transition-duration: .01ms !important; }
}
