.hero-image {
  background-image: linear-gradient(180deg, rgba(25,15,11,.08), rgba(25,15,11,.5)), url('experiencia-intime.JPG');
  background-size: cover;
  background-position: 50% 35%;
}

.hero-image::before { display: none; }

.experience-image {
  background-image: linear-gradient(rgba(38,25,20,.02), rgba(38,25,20,.15)), url('equipe-intime.JPG');
  background-size: cover;
  background-position: center 35%;
}

.team-photo {
  width: 104px;
  height: 132px;
  object-fit: cover;
  object-position: center 20%;
  border: 1px solid rgba(213,182,121,.45);
}

.team-cards article {
  grid-template-columns: 104px 1fr;
}

.team { grid-template-columns: 1fr; }
.team-title { max-width: 900px; }
.founders-copy {
  max-width: 780px;
  margin: 2rem 0 4rem;
  color: rgba(255,255,255,.67);
  font-size: 1.04rem;
}

.female-showcase {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: minmax(300px,.72fr) 1.28fr;
  background: #261914;
  color: #fff;
}

.female-showcase img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center 30%;
}

.female-showcase > div {
  padding: 5rem 5vw;
  align-self: center;
}

.female-showcase h3 {
  font: 400 clamp(2.5rem,4.2vw,4.8rem)/1.04 var(--serif);
  margin: 0 0 1.5rem;
}

.female-showcase > div > p:last-child {
  color: rgba(255,255,255,.65);
  max-width: 560px;
}

.male-care {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  padding-top: 0;
  background: #f3eee6;
}

.male-photo {
  min-height: 820px;
  background-image: linear-gradient(180deg, rgba(22,14,11,.02), rgba(22,14,11,.2)), url('harmonizacao-masculina.jpeg');
  background-size: cover;
  background-position: center 25%;
}

.male-content {
  padding: 6rem 5vw;
  align-self: center;
}

.male-content h2 {
  font: 400 clamp(2.7rem,4.6vw,5.2rem)/1.03 var(--serif);
  margin: 0 0 1.8rem;
}

.male-content > p:not(.eyebrow):not(.male-note) {
  max-width: 690px;
  color: #5d4b41;
  font-size: 1.04rem;
  margin-bottom: 2.5rem;
}

.privacy-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  border-top: 1px solid rgba(38,25,20,.18);
  padding: 1.15rem 0;
}

.privacy-number {
  color: #bd9556;
  font-size: .72rem;
}

.privacy-card strong {
  font: 400 1.35rem var(--serif);
}

.privacy-card p {
  margin: .25rem 0 0;
  color: #69584e;
  font-size: .9rem;
}

.male-content .button { margin-top: 1.8rem; }
.male-note { font-size: .72rem; color: #76665d; margin-top: 1rem; }

.male-procedure {
  border: 1px solid rgba(38,25,20,.18);
  background: rgba(255,255,255,.38);
  padding: 1.5rem;
  margin: 0 0 2rem;
}

.male-procedure > span {
  color: #bd9556;
  font-size: .68rem;
  letter-spacing: .18em;
}

.male-procedure h3 {
  font: 400 1.8rem/1.15 var(--serif);
  margin: .65rem 0 .8rem;
}

.male-procedure p {
  margin: 0;
  color: #69584e;
  font-size: .88rem;
}

.body-care {
  background: #bd9556;
  color: #261914;
}

.body-heading {
  display: grid;
  grid-template-columns: .7fr 1.3fr .8fr;
  gap: 4vw;
  align-items: start;
}

.body-heading .eyebrow { color: #261914; }

.body-heading h2 {
  font: 400 clamp(2.8rem,4.7vw,5.4rem)/1.02 var(--serif);
  margin: 0;
}

.body-heading > p:last-child { margin: .5rem 0; }

.body-services {
  margin: 5rem 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(38,25,20,.25);
}

.body-services article {
  padding: 2rem 2rem 2rem 0;
  border-bottom: 1px solid rgba(38,25,20,.25);
}

.body-services article + article {
  border-left: 1px solid rgba(38,25,20,.25);
  padding-left: 2rem;
}

.body-services span { font-size: .72rem; }
.body-services h3 { font: 400 2rem var(--serif); margin: 2rem 0 1rem; }
.body-services p { margin: 0; font-size: .92rem; }

@media (max-width: 960px) {
  .female-showcase { grid-template-columns: 1fr; }
  .female-showcase img { height: 72svh; }
  .female-showcase > div { padding: 4rem 1.5rem; }
  .male-care { grid-template-columns: 1fr; padding: 0; }
  .male-photo { min-height: 72svh; background-position: center 20%; }
  .male-content { padding: 5rem 1.5rem; }
  .body-heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .body-services { grid-template-columns: 1fr; }
  .body-services article + article { border-left: 0; padding-left: 0; }
}

@media (max-width: 560px) {
  .team-photo { width: 68px; height: 88px; }
  .team-cards article { grid-template-columns: 68px 1fr; }
  .male-photo { min-height: 540px; }
}
