.dia-padre-body {
  background: #fff8ef;
}

.father-hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px clamp(20px, 5vw, 76px) clamp(48px, 7vw, 90px);
  color: #fffdf7;
}

.father-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.father-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 18, 15, 0.82) 0%, rgba(20, 18, 15, 0.5) 44%, rgba(20, 18, 15, 0.14) 100%),
    linear-gradient(0deg, rgba(20, 18, 15, 0.68) 0%, rgba(20, 18, 15, 0) 50%);
}

.father-hero-content {
  position: relative;
  width: min(700px, 100%);
}

.father-hero-content h1,
.father-section-heading h2,
.father-closing h2 {
  margin: 0;
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
  line-height: 1.02;
}

.father-hero-content h1 {
  max-width: 670px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 8vw, 7.4rem);
}

.father-hero-content p {
  max-width: 580px;
  margin: 0 0 14px;
  color: rgba(255, 253, 247, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.58;
}

.father-hero-content .lux-eyebrow {
  color: #f1c77c;
}

.father-band {
  padding: 26px clamp(20px, 5vw, 76px);
  background: #7d2f33;
  color: #fff6ec;
  text-align: center;
}

.father-band p {
  max-width: 940px;
  margin: 0 auto;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.25rem, 2.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.18;
}

.father-reasons {
  padding-top: clamp(68px, 10vw, 112px);
  padding-bottom: clamp(54px, 8vw, 92px);
}

.father-section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.father-section-heading h2,
.father-closing h2 {
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.father-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.father-reason-card {
  min-height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(35, 33, 29, 0.14);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 50px rgba(35, 33, 29, 0.08);
}

.father-reason-card span {
  width: fit-content;
  padding-bottom: 10px;
  color: #596943;
  border-bottom: 2px solid #b88935;
  font-weight: 900;
}

.father-reason-card h3 {
  margin: 28px 0 12px;
  font-family: Cinzel, Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.12;
}

.father-reason-card p {
  margin: 0;
  color: #6f655a;
  line-height: 1.62;
}

.father-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(54px, 8vw, 90px);
  padding: clamp(34px, 6vw, 58px);
  border: 1px solid rgba(35, 33, 29, 0.14);
  border-radius: 8px;
  background: #f4eadc;
  box-shadow: 0 22px 70px rgba(35, 33, 29, 0.18);
}

.father-closing > div:first-child {
  max-width: 800px;
}

.father-closing .lux-actions {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .father-hero {
    min-height: 760px;
    padding-top: 188px;
  }

  .father-hero-overlay {
    background:
      linear-gradient(90deg, rgba(20, 18, 15, 0.78) 0%, rgba(20, 18, 15, 0.32) 100%),
      linear-gradient(0deg, rgba(20, 18, 15, 0.78) 0%, rgba(20, 18, 15, 0.08) 52%);
  }

  .father-reason-grid {
    grid-template-columns: 1fr;
  }

  .father-closing {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .father-hero {
    min-height: 720px;
    padding: 188px 18px 42px;
  }

  .father-hero-content h1 {
    font-size: clamp(2.5rem, 16vw, 4.6rem);
  }

  .father-hero-content p {
    font-size: 1rem;
  }

  .father-band,
  .father-reasons {
    padding-left: 18px;
    padding-right: 18px;
  }

  .father-reason-card {
    min-height: 220px;
    padding: 24px;
  }

  .father-closing {
    margin-left: 18px;
    margin-right: 18px;
    padding: 26px;
  }
}
