.hero-photo-clean {
  width: min(440px, 100%);
  min-width: 0;
  min-height: 0;
  height: auto;
  aspect-ratio: 4 / 5;
  margin-inline: auto;
  justify-self: center;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(70, 81, 44, 0.16);
  border-radius: 47% 47% 42% 43% / 40% 42% 47% 46%;
  background: var(--sage-2);
  animation: none;
  box-shadow:
    0 28px 70px rgba(70, 81, 44, 0.16),
    0 0 0 10px rgba(255, 253, 248, 0.38);
}

.hero-photo-clean::after {
  display: none;
}

.hero-photo-clean .hero-photo {
  object-position: 50% 40%;
}

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

.hero-photo-caption span {
  color: var(--lavender-4);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-photo-caption strong {
  color: var(--sage-4);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
}

.hero-photo-clean:hover .hero-photo {
  transform: scale(1.012);
}

.hero-visual {
  width: 100%;
  min-width: 0;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer .footer-bottom {
  min-height: 70px;
  align-items: center;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.site-footer .footer-bottom,
.site-footer .footer-bottom > *,
.site-footer .footer-bottom .reveal-item {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.site-footer .footer-bottom p {
  display: block !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.76rem;
  line-height: 1.5;
}

.site-footer .footer-bottom p:first-child {
  color: #fffdf8 !important;
  font-weight: 700;
}

@media (max-width: 840px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hero-copy,
  .hero-visual {
    width: 100%;
    min-width: 0;
  }

  .hero-photo-clean {
    width: min(420px, calc(100vw - 48px));
  }

  .site-footer .footer-bottom {
    width: min(100% - 36px, 680px);
  }
}

@media (max-width: 560px) {
  body {
    overflow-x: hidden;
  }

  .hero-grid {
    width: min(100% - 32px, 520px);
  }

  .hero-visual {
    min-height: 0;
  }

  .hero-photo-clean {
    width: min(380px, calc(100vw - 48px));
    min-height: 0;
    height: auto;
    padding: 0;
    box-shadow:
      0 22px 52px rgba(70, 81, 44, 0.14),
      0 0 0 7px rgba(255, 253, 248, 0.34);
  }

  .site-footer .footer-bottom {
    width: min(100% - 32px, 520px);
    min-height: 86px;
    gap: 4px;
    padding-block: 18px;
    text-align: center;
    align-items: center;
  }

  .site-footer .footer-bottom p {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo-clean:hover .hero-photo {
    transform: none;
  }
}
