:root {
  color: #322f2f;
  background: #fbf7f2;
  font-family: "Manrope", system-ui, sans-serif;
  font-synthesis: none;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}

p {
  margin: 0;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 22%, rgba(233, 214, 200, 0.78), transparent 28rem),
    radial-gradient(circle at 92% 14%, rgba(215, 227, 210, 0.8), transparent 30rem),
    #fbf7f2;
}

.hero-section {
  padding: 2rem 1.5rem 4.5rem;
}

.top-nav {
  display: flex;
  width: min(100%, 78rem);
  min-height: 4.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 1rem 3rem rgba(74, 54, 96, 0.07);
  backdrop-filter: blur(18px);
}

.brand,
.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  font-weight: 700;
}

.brand {
  gap: 0.65rem;
  letter-spacing: -0.01em;
}

.brand-mark {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #b9a7d9;
  color: #fff;
}

.brand-mark svg {
  width: 1.15rem;
  height: 1.15rem;
}

.nav-link {
  justify-content: center;
  padding: 0 1.15rem;
  border-radius: 999px;
  background: #7b679f;
  color: #fff;
  font-size: 0.94rem;
  transition: background 180ms ease, transform 180ms ease;
}

.nav-link:hover {
  background: #6d5a91;
  transform: translateY(-1px);
}

.hero-grid {
  display: grid;
  width: min(100%, 78rem);
  align-items: center;
  gap: 3rem;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7.5rem) 0 0;
}

.hero-copy {
  max-width: 43rem;
}

.hero-copy > .kicker {
  display: block;
  margin-top: 1rem;
}

.eyebrow,
.kicker {
  color: #7b679f;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.45rem;
  margin-bottom: 1.25rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0.8rem 2rem rgba(74, 54, 96, 0.06);
}

h1 {
  max-width: 42rem;
  font-size: clamp(3.35rem, 8.2vw, 6.5rem);
}

.intro {
  max-width: 39rem;
  margin-top: 1.5rem;
  color: #635d5d;
  font-size: clamp(1.05rem, 1.6vw, 1.23rem);
  line-height: 1.82;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(123, 103, 159, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #5f5570;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-copy ul {
  display: grid;
  gap: 0.75rem;
  max-width: 39rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-copy li {
  position: relative;
  min-height: 3.25rem;
  padding: 0.85rem 1rem 0.85rem 3.1rem;
  border: 1px solid rgba(123, 103, 159, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0.8rem 2rem rgba(74, 54, 96, 0.045);
  color: #5f5570;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
}

.hero-copy li::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 50%;
  color: #5f7657;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.form-panel {
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.83);
  box-shadow: 0 1.6rem 4.6rem rgba(74, 54, 96, 0.14);
  padding: clamp(1.1rem, 2.6vw, 1.7rem);
  backdrop-filter: blur(18px);
}

.form-heading {
  padding: clamp(1rem, 2.4vw, 1.4rem) clamp(0.7rem, 1.6vw, 1rem) 1.25rem;
}

.form-heading h2,
.about-copy h2 {
  margin-top: 0.45rem;
  font-size: clamp(2.25rem, 4vw, 3.8rem);
}

.form-heading p:not(.kicker),
.about-copy p:not(.kicker) {
  margin-top: 1rem;
  color: #635d5d;
  font-size: 1rem;
  line-height: 1.75;
}

.mailer-lite-frame {
  min-height: 23rem;
  border-radius: 1.5rem;
  background:
    linear-gradient(135deg, rgba(239, 230, 245, 0.92), rgba(255, 247, 239, 0.98) 52%, rgba(220, 232, 216, 0.88)),
    #fff;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.mailer-lite-frame .ml-embedded {
  min-height: 19rem;
}

.about-band {
  display: grid;
  width: min(calc(100% - 3rem), 68rem);
  align-items: center;
  gap: 2rem;
  margin: 0 auto 4.5rem;
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border-radius: 2rem;
  background: #fffaf5;
  box-shadow: 0 1.2rem 3rem rgba(74, 54, 96, 0.08);
}

.about-photo {
  overflow: hidden;
  border-radius: 1.45rem;
  background: linear-gradient(135deg, #efe6f5, #fff7ef 48%, #dce8d8);
}

.about-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.about-copy {
  padding: clamp(0.5rem, 2vw, 1.7rem);
}

@media (min-width: 820px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(24rem, 0.92fr);
  }

  .about-band {
    grid-template-columns: minmax(15rem, 0.58fr) minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .hero-section {
    padding: 1rem 1rem 3rem;
  }

  .top-nav {
    align-items: stretch;
    border-radius: 1.35rem;
    flex-direction: column;
    padding: 0.8rem;
  }

  .brand {
    justify-content: center;
    text-align: center;
  }

  .nav-link {
    width: 100%;
  }

  .hero-grid {
    gap: 2rem;
    padding-top: 3rem;
  }

  .hero-points span {
    width: 100%;
    justify-content: center;
  }

  .hero-copy li {
    padding-right: 0.85rem;
    font-size: 0.94rem;
  }

  .about-band {
    width: min(calc(100% - 2rem), 68rem);
    margin-bottom: 2.5rem;
    border-radius: 1.5rem;
  }
}
