:root {
  --bg: #050305;
  --bg-soft: #0b060a;
  --text: #f5edf1;
  --muted: #c9bec4;
  --pink: #ff75b6;
  --pink-hot: #ff3e9d;
  --pink-pale: #ffb5d6;
  --line: rgba(255, 105, 180, 0.46);
  --panel: rgba(19, 8, 15, 0.68);
  --shadow: 0 0 12px rgba(255, 62, 157, 0.45), 0 0 36px rgba(255, 62, 157, 0.14);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -12%, rgba(255, 62, 157, 0.11), transparent 29rem),
    linear-gradient(180deg, #030203 0%, #070305 45%, #030203 100%);
  font-family: Arial, Helvetica, system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero,
.providers,
.contact {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 760px;
  padding: 42px 0 68px;
}

.hero::before,
.providers::before,
.contact::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 105, 180, .34), transparent);
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.brand-art {
  width: min(900px, 92vw);
  margin: 0 auto -16px;
  filter: drop-shadow(0 0 12px rgba(255, 62, 157, .22));
  mix-blend-mode: screen;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--pink-pale);
  text-transform: uppercase;
  letter-spacing: .42em;
  font-size: clamp(.8rem, 1.8vw, 1.08rem);
  font-weight: 500;
}

.intro-copy {
  width: min(790px, 100%);
  margin: 0 auto;
  color: #e6dde2;
  font-size: clamp(.96rem, 1.5vw, 1.08rem);
}

.intro-copy p {
  margin: 0 auto 14px;
}

.intro-copy span {
  color: var(--pink);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(780px, 100%);
  margin: 36px auto 0;
}

.feature-card {
  padding: 0 28px;
}

.feature-card + .feature-card {
  border-left: 1px solid var(--line);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 12px;
  color: var(--pink-pale);
  border: 2px solid var(--pink);
  border-radius: 22px 22px 30px 30px;
  box-shadow: var(--shadow);
  font-size: 2rem;
}

.feature-icon.lotus {
  border-radius: 50% 50% 35% 35%;
}

.feature-icon.star {
  border: none;
  font-size: 4rem;
  filter: drop-shadow(0 0 10px rgba(255, 62, 157, .65));
}

.feature-card h2 {
  margin: 0 0 6px;
  color: #fff7fb;
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
}

.ambient {
  position: absolute;
  width: 520px;
  height: 760px;
  top: 120px;
  opacity: .7;
  filter: blur(4px);
  pointer-events: none;
}

.ambient-left {
  left: -390px;
  background:
    radial-gradient(ellipse at 100% 35%, rgba(255, 52, 150, .4), transparent 35%),
    radial-gradient(ellipse at 96% 63%, rgba(255, 117, 182, .18), transparent 32%);
  transform: rotate(-18deg);
}

.ambient-right {
  right: -390px;
  background:
    radial-gradient(ellipse at 0 35%, rgba(255, 52, 150, .4), transparent 35%),
    radial-gradient(ellipse at 4% 63%, rgba(255, 117, 182, .18), transparent 32%);
  transform: rotate(18deg);
}

.providers {
  padding: 54px 0 56px;
  background:
    radial-gradient(ellipse at 0 48%, rgba(255, 53, 148, .14), transparent 34%),
    radial-gradient(ellipse at 100% 48%, rgba(255, 53, 148, .14), transparent 34%),
    #050305;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  margin-bottom: 30px;
}

.section-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pink));
}

.section-heading span:last-child {
  background: linear-gradient(90deg, var(--pink), transparent);
}

.section-heading h2 {
  margin: 0;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(255, 62, 157, .25);
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.provider-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 124, 188, .9);
  border-radius: 12px;
  background: #120a0f;
  box-shadow: 0 0 0 1px rgba(255, 79, 160, .08), 0 14px 38px rgba(0, 0, 0, .34), 0 0 22px rgba(255, 62, 157, .12);
}

.provider-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(21, 4, 14, .18));
  pointer-events: none;
}

.provider-card img {
  width: 100%;
  aspect-ratio: .57 / 1;
  object-fit: cover;
  object-position: center top;
  transition: transform .35s ease, filter .35s ease;
}

.provider-card:hover img {
  transform: scale(1.025);
  filter: brightness(1.06);
}

.availability-note {
  width: fit-content;
  margin: 26px auto 0;
  padding: 8px 22px;
  border: 1px solid var(--pink);
  border-radius: 999px;
  color: var(--pink-pale);
  box-shadow: var(--shadow);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact {
  padding: 58px 0 70px;
  background:
    radial-gradient(ellipse at 50% 120%, rgba(255, 47, 151, .23), transparent 42%),
    linear-gradient(180deg, #050305, #020102);
}

.contact-heading {
  width: min(700px, 100%);
  margin-inline: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: min(800px, 100%);
  margin: 0 auto;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 150px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 117, 182, .78);
  border-radius: var(--radius);
  color: inherit;
  text-decoration: none;
  background: linear-gradient(145deg, rgba(255, 69, 160, .055), rgba(255,255,255,.015));
  box-shadow: 0 12px 32px rgba(0,0,0,.32), 0 0 22px rgba(255, 62, 157, .11);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.contact-card:hover,
.contact-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--pink-pale);
  box-shadow: 0 16px 38px rgba(0,0,0,.36), 0 0 30px rgba(255, 62, 157, .2);
  outline: none;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 2px solid var(--pink);
  border-radius: 50%;
  color: var(--pink);
  font-size: 2.1rem;
  line-height: 1;
  box-shadow: var(--shadow);
}

.contact-icon.phone {
}

.contact-label {
  display: block;
  margin-bottom: 3px;
  color: var(--pink-pale);
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  font-size: clamp(1.55rem, 4vw, 2.25rem);
  font-weight: 400;
  letter-spacing: .04em;
}

.footer-kicker {
  margin: 44px 0 2px;
  color: var(--pink-pale);
  font-size: .83rem;
  letter-spacing: .23em;
  text-align: center;
  text-transform: uppercase;
}

.footer-kicker b {
  margin-inline: 10px;
  color: var(--pink-hot);
}

.footer-script {
  margin: 0;
  color: var(--pink);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  text-align: center;
  text-shadow: 0 0 14px rgba(255, 62, 157, .24);
}

@media (max-width: 900px) {
  .brand-art {
    width: min(760px, 100%);
  }

  .provider-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .provider-card:nth-child(4),
  .provider-card:nth-child(5) {
    transform: translateX(52%);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    padding-top: 24px;
  }

  .brand-art {
    width: 112%;
    max-width: none;
    margin-left: -6%;
    margin-bottom: -4px;
  }

  .eyebrow {
    letter-spacing: .26em;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 360px;
  }

  .feature-card {
    padding: 0;
  }

  .feature-card + .feature-card {
    border-left: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .section-heading span {
    display: none;
  }

  .provider-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .provider-card:nth-child(4),
  .provider-card:nth-child(5) {
    transform: none;
  }

  .provider-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    justify-self: center;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-card {
    min-height: 125px;
  }

  .footer-kicker {
    letter-spacing: .13em;
  }
}

@media (max-width: 430px) {
  body {
    line-height: 1.6;
  }

  .provider-grid {
    grid-template-columns: 1fr;
    width: min(300px, 100%);
    margin-inline: auto;
  }

  .provider-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .provider-card img {
    aspect-ratio: .67 / 1;
  }

  .availability-note {
    text-align: center;
    font-size: .69rem;
  }

  .contact-card {
    justify-content: flex-start;
  }

  .contact-icon {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
  }
}

.contact-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
