/* ── HERO ── */
#hero {
  background: var(--green-deep);
  padding-top: 68px;
  background-image: linear-gradient(rgba(201, 168, 76, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 168, 76, .055) 1px, transparent 1px);
  background-size: 60px 60px;
  position: relative;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: center;
  padding-block: 80px
}

.hero-tag {
  display: inline-block;
  margin-bottom: 22px;
  font-size: .64rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, .28);
  padding: 5px 14px;
  border-radius: 2px
}

.hero-title {
  font-family: var(--ff-serif);
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 20px
}

.hero-title em {
  font-style: italic;
  color: var(--gold-light)
}

.hero-desc {
  font-size: .89rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, .65);
  margin-bottom: 34px
}

.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.hero-photo {
  display: flex;
  flex-direction: column
}

#dark-fade {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(0deg, #214030 20%, rgba(255, 255, 255, 0));
}

.hero-photo img {
  width: 100%;
  display: block;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
  height: 420px;
  border: 1px solid rgba(201, 168, 76, .18);
  filter: grayscale(12%)
}


.hero-badge {
  background: var(--gold);
  color: var(--green-deep);
  border-radius: 0 0 4px 4px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.hero-badge strong {
  font-family: var(--ff-serif);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1
}

.hero-badge span {
  font-size: .64rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: right
}

/* ── SOBRE ── */
#sobre {
  padding-block: 96px;
  background: var(--cream)
}

.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.sobre-text p {
  font-size: .9rem;
  line-height: 1.95;
  color: var(--text-mid);
  margin-bottom: 18px
}

.stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 36px
}

.stat {
  border-left: 2px solid var(--gold);
  padding-left: 14px
}

.stat strong {
  display: block;
  font-family: var(--ff-serif);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--green-deep);
  line-height: 1
}

.stat span {
  font-size: .67rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-light)
}

.areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.area-card {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 4px;
  padding: 22px 18px;
  transition: border-color .22s, transform .22s, box-shadow .22s
}

.area-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .07)
}

.area-card svg {
  width: 30px;
  height: 30px;
  color: var(--gold);
  margin-bottom: 11px;
  display: block
}

.area-card h4 {
  font-family: var(--ff-serif);
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 5px
}

.area-card p {
  font-size: .77rem;
  line-height: 1.7;
  color: var(--text-light)
}

/* ── BLOG ── */
#blog {
  background: var(--cream-dark);
  padding-block: 96px
}

.blog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 44px;
  flex-wrap: wrap
}

.see-all {
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green-mid);
  text-decoration: none;
  border-bottom: 1px solid var(--green-mid);
  padding-bottom: 2px;
  transition: color .2s, border-color .2s;
  white-space: nowrap
}

.see-all:hover {
  color: var(--gold);
  border-color: var(--gold)
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.blog-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .28s, box-shadow .28s
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .09)
}

.blog-thumb {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bt-0 {
  background: linear-gradient(135deg, #1a3a2a, #2b5a40)
}

.bt-1 {
  background: linear-gradient(135deg, #2b3a1a, #3d6a3a)
}

.bt-2 {
  background: linear-gradient(135deg, #1a2a3a, #2b4060)
}

.blog-thumb svg {
  width: 40px;
  height: 40px;
  color: rgba(201, 168, 76, .42)
}

.blog-body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.blog-cat {
  font-size: .59rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
  display: block
}

.blog-card h3 {
  font-family: var(--ff-serif);
  font-size: 1.08rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 9px
}

.blog-card p {
  font-size: .77rem;
  line-height: 1.8;
  color: var(--text-mid);
  flex: 1;
  margin-bottom: 16px
}

.blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto
}

.blog-date {
  font-size: .66rem;
  color: var(--text-light)
}

/* ── CTA ── */
#cta {
  padding-block: 88px;
  background: var(--green-deep);
  background-image: radial-gradient(ellipse 60% 80% at 100% 50%, rgba(43, 90, 64, .5) 0%, transparent 60%)
}

.cta-inner {
  text-align: center;
  max-width: 700px;
  margin-inline: auto
}

.cta-inner .label {
  text-align: center
}

.cta-title {
  font-family: var(--ff-serif);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px
}

.cta-title em {
  font-style: italic;
  color: var(--gold-light)
}

.cta-desc {
  font-size: .9rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, .65);
  margin-bottom: 34px
}

.cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  #hero {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 75vh;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 60px 48px
  }

  .hero-photo {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  #dark-fade {
    display: initial;
    /* backdrop-filter: blur(2px); */
  }

  .hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 0;
  }

  .hero-photo .hero-badge {
    display: none;
  }

  .sobre-grid {
    grid-template-columns: 1fr;
    gap: 48px
  }
}

@media(max-width:768px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:640px) {

  .hero-tag {
    display: flex;
  }

  #hero-text {
    position: relative;
    z-index: 1;
  }

  .hero-title {
    line-height: 1;
  }

  .hero-desc {
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .btn-ghost {
    display: none;
  }

  .hero-inner {
    position: initial;
    padding-block: 44px 40px
  }

  .hero-btns {
    flex-direction: column
  }

  .hero-btns .btn {
    width: 100%
  }

  .areas-grid {
    grid-template-columns: 1fr
  }

  .blog-grid {
    grid-template-columns: 1fr
  }

  .blog-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
  }

  .stats {
    gap: 18px
  }

  .cta-btns {
    flex-direction: column;
    align-items: stretch
  }

  .cta-btns .btn {
    width: 100%
  }
}