:root {
  --hero-image: url("./hero.png");
  --hero-overlay: linear-gradient(
    180deg,
    rgba(20, 32, 27, 0.08),
    rgba(20, 32, 27, 0.55)
  );
}

.simple .grain {
  display: none;
}

.simple .hero {
  min-height: auto;
  padding: 1.5rem 1.25rem 1.25rem;
  gap: 0.5rem;
}

.simple .hero-visual {
  order: -1;
  width: min(100%, 26rem);
  height: clamp(9rem, 32vw, 12rem);
  margin: 0 0 0.75rem;
  border-radius: 1rem;
  background: var(--hero-overlay), var(--hero-image) center 40% / cover;
  animation: none;
}

.simple .names {
  font-size: clamp(2.6rem, 11vw, 4rem);
  animation: none;
}

.simple .info {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.45;
}

.simple .map-link {
  margin-top: 0.75rem;
  min-height: 2.4rem;
  padding: 0.45rem 1.1rem;
}

.simple .section {
  padding: 1.75rem 0 2rem;
}

.simple .section h2 {
  font-size: 1.6rem;
  margin-bottom: 0.9rem;
}

.simple .rsvp-form {
  gap: 0.75rem;
}

.simple .footer {
  padding: 1.25rem;
  border-top: none;
}

.simple .brand,
.simple .eyebrow,
.simple .lede,
.simple .hero-cta {
  display: none;
}
