:root {
  --navy: #0d2747;
  --hydrangea-blue: #6d8fbe;
  --sage: #7a8f6a;
  --taupe: #b8a48a;
  --cream: #f7f4ed;
  --gold: #b78a45;
  --text-dark: #24354b;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  color: var(--text-dark);
  background: var(--cream);
  font-family: "Lora", Georgia, serif;
}

img {
  display: block;
  max-width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 84rem;
  background: var(--cream);
}

.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem clamp(3rem, 6vw, 7rem);
  text-align: center;
  background:
    radial-gradient(
      circle at 25% 15%,
      rgba(109, 143, 190, 0.08),
      transparent 30rem
    ),
    var(--cream);
}

.brand-logo {
  width: min(100%, 31rem);
  margin: 0 auto 1.7rem;
}

.tagline {
  margin: 0 0 1.5rem;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--navy);
  font-family: "Great Vibes", cursive;
  font-size: clamp(5.5rem, 8vw, 9rem);
  font-weight: 400;
  line-height: 0.95;
}

.intro {
  max-width: 29rem;
  margin: 2rem auto 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
}

.intro span {
  display: block;
  margin-top: 0.35rem;
  color: var(--gold);
  font-family: "Great Vibes", cursive;
  font-size: 1.35em;
  font-weight: 400;
}

.description {
  max-width: 38rem;
  margin: 1rem auto 2.5rem;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.75;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 40rem;
  margin: 0 auto 3rem;
  border-top: 1px solid rgba(183, 138, 69, 0.5);
  border-bottom: 1px solid rgba(183, 138, 69, 0.5);
}

.feature {
  padding: 1.35rem 0.8rem;
}

.feature + .feature {
  border-left: 1px solid rgba(183, 138, 69, 0.5);
}

.feature__icon {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--navy);
  font-size: 2.35rem;
  line-height: 1;
}

.feature__icon--cross {
  font-size: 2.55rem;
}

.feature p {
  margin: 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.welcome {
  margin-top: 0.8rem;
}

.welcome h2 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-family: "Great Vibes", cursive;
  font-size: clamp(3.5rem, 5vw, 5.5rem);
  font-weight: 400;
  line-height: 1;
}

.welcome p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.3;
}

.welcome__closing {
  margin-top: 1rem !important;
  color: var(--gold);
  font-family: "Great Vibes", cursive !important;
  font-size: clamp(2.6rem, 4vw, 4.2rem) !important;
}

.hero__portrait {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: 8rem clamp(2rem, 4vw, 5rem) 4rem;
  background:
    radial-gradient(
      circle at center,
      rgba(184, 164, 138, 0.14),
      transparent 60%
    ),
    var(--cream);
}

.danielle-portrait {
  width: min(100%, 52rem);
  height: auto;
  border-radius: 50%;
  box-shadow: 0 2rem 5rem rgba(13, 39, 71, 0.2);
  transform: translateY(-3rem);
}

footer {
  text-align: center;
}

.footer-banner {
  padding: 1.8rem 1rem;
  color: var(--cream);
  background: var(--navy);
}

.footer-banner p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  letter-spacing: 0.05em;
}

.footer-banner__script {
  margin-top: 0.25rem !important;
  color: #d9b66f;
  font-family: "Great Vibes", cursive !important;
  font-size: clamp(2.4rem, 4vw, 3.8rem) !important;
  letter-spacing: 0 !important;
}

.scripture {
  padding: 2rem 1rem 1.6rem;
  background: var(--cream);
}

.scripture__text {
  margin: 0;
  color: var(--navy);
  font-family: "Great Vibes", cursive;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.scripture__reference {
  margin: 0.6rem 0 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.copyright {
  margin: 0;
  padding: 1.2rem;
  color: var(--cream);
  background: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__content {
    padding: 4rem 2rem 2rem;
  }

  .hero__portrait {
    padding: 2rem 2rem 4rem;
  }

  .danielle-portrait {
    width: min(100%, 44rem);
  }
}

@media (max-width: 650px) {
  .hero__content {
    padding: 2.5rem 1.25rem 1.5rem;
  }

  .brand-logo {
    width: min(100%, 22rem);
  }

  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(183, 138, 69, 0.5);
  }

  .feature:nth-child(4) {
    border-top: 1px solid rgba(183, 138, 69, 0.5);
  }

  .hero__portrait {
    padding: 1rem 1rem 3rem;
  }
}