.hero-bg {
  position: relative;
  background:
    linear-gradient(to right, rgba(18, 15, 13, 0.56) 0%, rgba(18, 15, 13, 0.36) 36%, rgba(18, 15, 13, 0.10) 68%, rgba(18, 15, 13, 0.00) 100%),
    url("../../MIDIAS PARA USAR/novahero.png") center center / cover no-repeat;
  isolation: isolate;
}

@media (max-width: 900px) {
  .hero-bg {
    background:
      linear-gradient(to right, rgba(18, 15, 13, 0.66) 0%, rgba(18, 15, 13, 0.46) 44%, rgba(18, 15, 13, 0.14) 78%, rgba(18, 15, 13, 0.02) 100%),
      url("../../MIDIAS PARA USAR/novahero.png") center center / cover no-repeat;
  }
}

.hero-bg .text-primary,
.hero-bg .text-primary-container,
.hero-bg .text-on-surface-variant {
  color: #fff7ed !important;
}

.hero-bg .font-label-caps {
  color: rgba(255, 247, 237, 0.82) !important;
}

.hero-bg .font-label-caps span {
  background: rgba(255, 247, 237, 0.72) !important;
}

.cta-bg {
  background:
    linear-gradient(to bottom, rgba(235, 220, 196, 0.9) 0%, rgba(235, 220, 196, 0.8) 100%),
    url("../../peptideos-destaque.jpeg") center / cover no-repeat;
}

.dark-section {
  background-color: #1c1b1b;
  color: var(--color-surface);
}

.about-section {
  position: relative;
  margin-top: 14px;
  padding: 70px 0;
  border-top: 1px solid rgba(244, 223, 203, 0.14);
  box-shadow: inset 0 22px 34px rgba(0, 0, 0, 0.18);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.about-logo-window {
  display: grid;
  min-height: 380px;
  padding: clamp(44px, 6vw, 82px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 45%, rgba(244, 223, 203, 0.10), transparent 58%),
    linear-gradient(145deg, rgba(45, 43, 42, 0.95) 0%, rgba(31, 29, 28, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 58px rgba(0, 0, 0, 0.22);
}

.about-logo-window__image {
  display: block;
  width: min(78%, 330px);
  max-height: 240px;
  object-fit: contain;
  opacity: 0.92;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.24));
}

.about-content {
  max-width: 760px;
}

.about-location-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 22px;
  border: 1px solid rgba(244, 223, 203, 0.42);
  border-radius: 9999px;
  background:
    linear-gradient(135deg, rgba(244, 223, 203, 0.12) 0%, rgba(244, 223, 203, 0.04) 100%);
  color: #f4dfcb;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.18);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.about-location-button:hover,
.about-location-button:focus {
  border-color: rgba(244, 223, 203, 0.74);
  background: #f4dfcb;
  color: #241b15;
  outline: none;
  transform: translateY(-2px);
}

.about-location-button .material-symbols-outlined {
  flex: 0 0 auto;
}

.results-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #333;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.group:hover .results-card-image {
  filter: saturate(1.04) brightness(1.04);
  transform: scale(1.025);
}

.services-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    linear-gradient(180deg, #f6ead9 0%, #fbf5eb 48%, #f2dfc7 100%);
  color: var(--color-on-background);
}

.services-section__header {
  margin: 0 auto 56px;
  max-width: 880px;
  text-align: center;
}

.services-section__header .font-label-caps {
  color: var(--color-rose-text);
  font-size: 0.8rem;
  letter-spacing: 0.42em;
}

.services-section__title {
  font-size: clamp(2.9rem, 6vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: var(--color-brown-text);
}

.services-section__description {
  margin-inline: auto;
  color: var(--color-brown-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.72;
}

.treatments-section {
  position: relative;
  overflow: hidden;
  background: var(--gradient-treatments-bg);
}

.treatments-section::before,
.treatments-section::after {
  content: "";
  position: absolute;
  inset: auto;
  width: 34rem;
  height: 34rem;
  border-radius: 9999px;
  filter: blur(48px);
  pointer-events: none;
  opacity: 0.35;
  z-index: 0;
}

.treatments-section::before {
  top: -10rem;
  left: -9rem;
  background: rgba(210, 161, 140, 0.24);
}

.treatments-section::after {
  bottom: -14rem;
  right: -12rem;
  background: rgba(177, 128, 101, 0.16);
}

.treatments-shell {
  position: relative;
  z-index: 1;
}

.treatments-kicker {
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--color-rose-text);
  font-size: 0.75rem;
  font-weight: 600;
}

.treatments-title {
  font-family: var(--font-display);
  color: var(--color-brown-text);
  text-wrap: balance;
}

.treatments-title em {
  color: #d79a8d;
  font-style: italic;
  font-weight: 500;
}

.treatments-stage {
  position: relative;
  height: clamp(430px, 41vw, 480px);
  perspective: 1400px;
  transform-style: preserve-3d;
}

.treatments-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8%;
  z-index: 3;
  pointer-events: none;
}

.treatments-fade-left {
  left: -1px;
  background: linear-gradient(90deg, rgba(251, 246, 240, 0.96) 0%, rgba(251, 246, 240, 0) 100%);
}

.treatments-fade-right {
  right: -1px;
  background: linear-gradient(270deg, rgba(251, 246, 240, 0.96) 0%, rgba(251, 246, 240, 0) 100%);
}

@media (max-width: 1024px) {
  .treatments-stage {
    height: 430px;
  }

  .coverflow-card {
    width: clamp(210px, 28vw, 250px);
    height: 340px;
  }
}

@media (max-width: 640px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-logo-window {
    min-height: 260px;
    padding: 38px;
  }

  .about-logo-window__image {
    width: min(82%, 260px);
  }

  .treatments-title {
    font-size: clamp(2.35rem, 8vw, 3.6rem);
  }

  .treatments-stage {
    height: 420px;
  }

  .coverflow-card {
    width: 76vw;
    max-width: 300px;
    height: 390px;
  }

  .coverflow-card__title {
    font-size: 1.35rem;
  }

  .coverflow-card__desc {
    max-width: 20ch;
  }
}

.latest-posts-section {
  padding: 104px 0 112px;
  background:
    radial-gradient(circle at 87% 9%, rgba(208, 177, 159, 0.24), transparent 28%),
    #faf9f6;
}

.latest-posts-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 44px;
}

.latest-posts-header h2 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.98;
}

.latest-posts-all {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #7b5744;
  color: #7b5744;
  font: 700 0.75rem/1.2 "Manrope", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.latest-posts-all .material-symbols-outlined {
  font-size: 17px;
  transition: transform 0.25s ease;
}

.latest-posts-all:hover .material-symbols-outlined {
  transform: translateX(4px);
}

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

.latest-post-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(91, 68, 53, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.latest-post-card:hover {
  transform: translateY(-8px);
  border-color: rgba(123, 87, 68, 0.36);
  background: #6f4f3e;
  box-shadow: 0 24px 60px rgba(75, 50, 38, 0.18);
}

.latest-post-card__image {
  height: 260px;
  overflow: hidden;
}

.latest-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.latest-post-card:hover .latest-post-card__image img {
  transform: scale(1.055);
}

.latest-post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.latest-post-card__meta {
  color: #936e5a;
  font: 800 0.66rem/1.3 "Manrope", sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.latest-post-card h3 {
  margin: 15px 0 11px;
  color: #513b2e;
  font: 500 1.75rem/1.12 "Playfair Display", serif;
  transition: color 0.3s ease;
}

.latest-post-card p {
  margin: 0 0 24px;
  color: #74665d;
  font: 400 0.91rem/1.65 "Manrope", sans-serif;
  transition: color 0.3s ease;
}

.latest-post-card__body > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #7b5744;
  font: 800 0.7rem/1.2 "Manrope", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.latest-post-card__body > a .material-symbols-outlined {
  font-size: 16px;
}

.latest-post-card:hover .latest-post-card__meta,
.latest-post-card:hover h3,
.latest-post-card:hover p,
.latest-post-card:hover .latest-post-card__body > a {
  color: #fff8ef;
}

.home-mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  .home-mobile-menu {
    position: fixed;
    z-index: 49;
    inset: 92px 0 0;
    padding: 28px 24px;
    background: #faf9f6;
    overflow-y: auto;
  }

  .home-mobile-menu.is-open {
    display: block;
  }

  .home-mobile-menu > a:not(.btn-gold) {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(91, 68, 53, 0.15);
    color: #4f382c;
    font: 500 1.55rem/1.25 "Playfair Display", serif;
  }

  body.home-menu-open {
    overflow: hidden;
  }

  .latest-posts-section {
    padding: 76px 0 82px;
  }

  .latest-posts-header {
    display: block;
  }

  .latest-posts-all {
    margin-top: 26px;
  }

  .latest-posts-grid {
    grid-template-columns: 1fr;
  }

  .latest-post-card__image {
    height: 235px;
  }
}
