* {
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #000;
  color: #fff;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 4rem 6vw;
  background: url("./images/StartMyLoveEngine - Wedding Elopements by Dave Blake.webp")
    center / cover no-repeat;
  background-position: center top;
}

.hero__content {
  max-width: 540px;
}

.hero__eyebrow {
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 0 0 1rem;
  color: #ffb7b2;
}

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin: 0;
}

.hero__subtitle {
  font-size: 1.3rem;
  margin: 0.75rem 0 1.5rem;
  color: rgb(255, 255, 255);
}

.hero__subtitle-highlight {
  color: #ffb7b2;
  text-decoration: underline;
  white-space: nowrap;
}

.hero__body {
  margin-bottom: 2.5rem;
  line-height: 1.6;
  color: rgb(255, 255, 255);
}

.hero__body-highlight {
  display: inline;
  padding: 0.22rem 0.35rem;
  margin: 0 -0.35rem;
  background: rgba(85, 131, 192, 0.327);
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hero__body-highlight::selection,
.hero__body-highlight::-moz-selection {
  background: rgba(85, 132, 192, 0.85);
  color: #fff;
}

.hero__cta {
  --heart-size: 180px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--heart-size);
  height: calc(var(--heart-size) * 0.85);
  background: linear-gradient(135deg, #ff6f61, #ff8e7a);
  clip-path: polygon(
    50% 6%,
    57% 0%,
    64% 0%,
    70% 2%,
    76% 5%,
    81% 10%,
    85% 16%,
    88% 23%,
    90% 31%,
    90% 40%,
    87% 51%,
    80% 64%,
    50% 96%,
    20% 64%,
    13% 51%,
    10% 40%,
    10% 31%,
    12% 23%,
    15% 16%,
    19% 10%,
    24% 5%,
    30% 2%,
    36% 0%,
    43% 0%
  );
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 15px 30px rgba(255, 111, 97, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero__cta span {
  text-align: center;
  padding: 0 1.5rem;
  transform: translateY(-11px);
}

.hero__cta:hover,
.hero__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255, 111, 97, 0.45);
}

@media (max-width: 600px) {
  .hero {
    background-position: center;
  }
}
@media (min-width: 601px) {
  .hero {
    background-position: center -320px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 1.35rem 1.15rem 4.5rem;
  }

  .hero__content {
    max-width: none;
    margin-top: clamp(4rem, 17vw, 6.75rem);
  }

  .hero__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.3rem;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .hero__subtitle {
    font-size: 1.05rem;
  }

  .hero__subtitle,
  .hero__body {
    max-width: 90vw;
  }

  .hero__body {
    font-size: 0.92rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  .hero__cta {
    --heart-size: 135px;
    margin-top: 0.45rem;
    margin-left: 0;
  }

  .site-footer {
    width: calc(100% - 2.5rem);
    bottom: 10rem;
  }
}

.site-footer {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
  pointer-events: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.30);
}

.site-footer p {
  display: inline-flex;
  flex-direction: column;
  margin: 0;
  padding: 0.4rem 1rem;
  background: rgba(6, 6, 6, 0.2);
}

.site-footer a {
  color: #ffb7b2;
  text-decoration: none;
}

.site-footer__line,
.site-footer__note {
  display: block;
}

.site-footer__note {
  margin-top: 0.15rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
}
