:root {
  --purple-950: #251d62;
  --purple-900: #302876;
  --purple-700: #5e4fa8;
  --purple-400: #a89bd4;
  --purple-100: #ebe7f6;
  --pink-500: #e8569d;
  --pink-100: #f9dce9;
  --paper: #fbfaf7;
  --ink: #211b3d;
  --muted: #6f688a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(120deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.96) 48%, rgba(235, 231, 246, 0.92) 100%);
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.ambient-one {
  width: 34rem;
  height: 34rem;
  right: -13rem;
  top: -12rem;
  background: rgba(232, 86, 157, 0.13);
}

.ambient-two {
  width: 30rem;
  height: 30rem;
  left: -18rem;
  bottom: -15rem;
  background: rgba(94, 79, 168, 0.12);
}

.flying-birds {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.flying-bird {
  position: absolute;
  left: -150px;
  width: 84px;
  height: auto;
  opacity: 0;
  filter: saturate(0.9);
  will-change: transform, opacity;
}

.bird-one {
  top: 16%;
  animation: bird-flight-one 24s linear 1s infinite;
}

.bird-two {
  top: 48%;
  width: 62px;
  animation: bird-flight-two 31s linear 11s infinite;
}

.bird-three {
  top: 76%;
  width: 72px;
  animation: bird-flight-three 28s linear 19s infinite;
}

.masthead {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(48, 40, 118, 0.16);
}

.brand-word {
  color: var(--purple-900);
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-word span {
  color: var(--pink-500);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.top-logo {
  width: 156px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.top-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.nav-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--purple-700);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.nav-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pink-500);
}

.hero {
  width: min(1280px, calc(100% - 64px));
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  padding: 72px 0 84px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  align-items: center;
  gap: 64px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--pink-500);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow-line {
  width: 44px;
  height: 1px;
  background: var(--pink-500);
}

.hero h1 {
  margin: 24px 0 22px;
  color: var(--purple-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 6vw, 94px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.97;
}

.hero h1 em {
  color: var(--pink-500);
  display: block;
  font-weight: 400;
}

.hero-lead {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.5;
}

.launch-date {
  margin: 31px 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--purple-900);
}

.launch-date span {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--pink-100);
  color: var(--pink-500);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.launch-date strong {
  font-size: 16px;
  letter-spacing: 0.025em;
}

.launch-date small {
  color: var(--muted);
  font-size: 13px;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  max-width: 570px;
  border: 1px solid rgba(48, 40, 118, 0.18);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 22px 60px rgba(48, 40, 118, 0.08);
  backdrop-filter: blur(14px);
}

.countdown-cell {
  min-height: 104px;
  padding: 18px 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(48, 40, 118, 0.13);
}

.countdown-cell:last-child {
  border-right: 0;
}

.countdown-cell strong {
  color: var(--purple-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.countdown-cell span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.launch-live {
  grid-column: 1 / -1;
  padding: 27px;
  text-align: center;
  color: var(--pink-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible {
  outline: 3px solid rgba(232, 86, 157, 0.28);
  outline-offset: 3px;
}

.button-primary {
  background: var(--purple-900);
  color: white;
  box-shadow: 0 14px 30px rgba(48, 40, 118, 0.2);
}

.button-primary:hover {
  background: var(--purple-950);
  box-shadow: 0 18px 38px rgba(48, 40, 118, 0.26);
}

.button-secondary {
  border: 1px solid rgba(48, 40, 118, 0.2);
  background: rgba(255, 255, 255, 0.55);
  color: var(--purple-900);
}

.transition-note {
  max-width: 510px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.hero-art {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo-panel {
  width: min(100%, 610px);
  padding: 52px 34px;
  border: 1px solid rgba(94, 79, 168, 0.18);
  border-radius: 46% 54% 49% 51% / 56% 42% 58% 44%;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 45px 110px rgba(48, 40, 118, 0.14);
  backdrop-filter: blur(10px);
  animation: float 7s ease-in-out infinite;
}

.logo-panel img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 26px 22px rgba(48, 40, 118, 0.15));
}

.hero-art > p {
  position: absolute;
  right: 4%;
  bottom: 2%;
  max-width: 230px;
  margin: 0;
  color: var(--purple-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.5;
  text-align: right;
}

.art-orbit {
  position: absolute;
  border: 1px solid rgba(232, 86, 157, 0.22);
  border-radius: 50%;
}

.orbit-one {
  width: 450px;
  height: 450px;
}

.orbit-two {
  width: 560px;
  height: 560px;
  border-color: rgba(94, 79, 168, 0.12);
}

.promise-strip {
  min-height: 220px;
  padding: 48px 32px;
  position: relative;
  z-index: 2;
  background: var(--purple-950);
  color: white;
  text-align: center;
}

.promise-strip p {
  margin: 0;
  color: var(--purple-400);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.promise-strip h2 {
  margin: 14px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 5vw, 58px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.promise-strip h2 span {
  color: var(--pink-500);
}

.brand-story {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 118px 0 126px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 80px;
  align-items: end;
}

.section-kicker {
  margin: 0 0 15px;
  color: var(--pink-500);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.section-heading h2 {
  max-width: 690px;
  margin: 0;
  color: var(--purple-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.section-heading h2 em {
  color: var(--pink-500);
  font-weight: 400;
}

.section-intro {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.6;
}

.life-stages {
  margin-top: 58px;
  padding: 19px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(48, 40, 118, 0.16);
  border-bottom: 1px solid rgba(48, 40, 118, 0.16);
}

.life-stage {
  padding: 8px 18px;
  color: var(--purple-900);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(48, 40, 118, 0.13);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.life-stage:last-child {
  border-right: 0;
}

.life-stage span {
  color: var(--pink-500);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.three-c-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.framework-card {
  min-height: 490px;
  padding: 24px 28px 31px;
  border: 1px solid rgba(48, 40, 118, 0.14);
  border-radius: 26px;
  background: white;
  box-shadow: 0 22px 60px rgba(48, 40, 118, 0.07);
}

.framework-card.feature-card {
  background: var(--purple-100);
}

.framework-image {
  height: 278px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(251, 250, 247, 0.8);
}

.framework-image img {
  width: min(100%, 240px);
  height: 240px;
  object-fit: contain;
}

.framework-card > p {
  margin: 0 0 10px;
  color: var(--pink-500);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.framework-card h3 {
  margin: 0 0 10px;
  color: var(--purple-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.framework-card > span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.women-journey-visual {
  width: min(1180px, calc(100% - 64px));
  margin: -42px auto 96px;
  padding: 30px 30px 0;
  overflow: hidden;
  border: 1px solid rgba(48, 40, 118, 0.13);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 0%, rgba(232, 86, 157, 0.12), transparent 42%),
    linear-gradient(145deg, #ffffff 0%, var(--purple-100) 100%);
  box-shadow: 0 26px 70px rgba(48, 40, 118, 0.1);
}

.women-journey-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.acronym-section {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto 96px;
  padding: 82px 80px 72px;
  border: 1px solid rgba(48, 40, 118, 0.13);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(48, 40, 118, 0.08);
}

.acronym-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
  column-gap: 72px;
  align-items: end;
}

.acronym-heading .section-kicker {
  grid-column: 1 / -1;
}

.acronym-heading h2 {
  margin: 0;
  color: var(--purple-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.acronym-heading h2 em {
  color: var(--pink-500);
  font-weight: 400;
}

.acronym-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
}

.acronym-list {
  margin-top: 55px;
  border-top: 1px solid rgba(48, 40, 118, 0.15);
}

.acronym-row {
  min-height: 132px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(48, 40, 118, 0.13);
}

.acronym-letter {
  color: var(--pink-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 1;
}

.acronym-copy {
  display: grid;
  grid-template-columns: minmax(200px, 0.6fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.acronym-copy h3 {
  margin: 0;
  color: var(--purple-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.acronym-copy h3 small {
  color: var(--muted);
  font-size: 15px;
  font-style: italic;
}

.acronym-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.acronym-lockup {
  margin: 38px 0 0;
  color: var(--purple-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

.continuity-card {
  width: min(1180px, calc(100% - 64px));
  min-height: 270px;
  margin: 0 auto 96px;
  padding: 56px 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 20%, rgba(232, 86, 157, 0.32), transparent 32%),
    var(--purple-950);
  color: white;
  box-shadow: 0 30px 80px rgba(37, 29, 98, 0.2);
}

.continuity-card p {
  margin: 0 0 10px;
  color: #f19bc4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.continuity-card h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.continuity-card div > span {
  display: block;
  max-width: 590px;
  color: var(--purple-400);
  font-size: 15px;
  line-height: 1.7;
}

.continuity-button {
  flex: 0 0 auto;
  background: white;
  color: var(--purple-950);
}

footer {
  width: min(1180px, calc(100% - 64px));
  min-height: 104px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(48, 40, 118, 0.14);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.06em;
}

footer p {
  margin: 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-contact a {
  color: var(--purple-700);
  font-weight: 650;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--pink-500);
}

footer > a:last-child {
  justify-self: end;
  color: var(--purple-700);
  font-weight: 650;
}

.footer-brand {
  font-size: 22px;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes bird-flight-one {
  0% { transform: translate3d(-10vw, 28px, 0) rotate(-7deg); opacity: 0; }
  8%, 88% { opacity: 0.14; }
  45% { transform: translate3d(55vw, -34px, 0) rotate(3deg); }
  100% { transform: translate3d(125vw, 18px, 0) rotate(-3deg); opacity: 0; }
}

@keyframes bird-flight-two {
  0% { transform: translate3d(-12vw, -18px, 0) rotate(-4deg) scale(0.88); opacity: 0; }
  10%, 88% { opacity: 0.1; }
  52% { transform: translate3d(58vw, 42px, 0) rotate(5deg) scale(0.96); }
  100% { transform: translate3d(126vw, -12px, 0) rotate(-2deg) scale(0.9); opacity: 0; }
}

@keyframes bird-flight-three {
  0% { transform: translate3d(-10vw, 35px, 0) rotate(-8deg) scale(0.9); opacity: 0; }
  9%, 90% { opacity: 0.12; }
  50% { transform: translate3d(56vw, -28px, 0) rotate(4deg) scale(1); }
  100% { transform: translate3d(124vw, 25px, 0) rotate(-3deg) scale(0.92); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .logo-panel { animation: none; }
  .button { transition: none; }
  .flying-birds { display: none; }
}

@media (max-width: 960px) {
  .bird-two,
  .bird-three {
    display: none;
  }

  .bird-one {
    top: 22%;
    width: 64px;
    animation-duration: 27s;
  }

  .masthead,
  .hero {
    width: min(100% - 40px, 760px);
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 58px;
    gap: 28px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-art {
    min-height: 510px;
  }

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

  .life-stages {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    overflow-x: auto;
  }

  .three-c-grid {
    grid-template-columns: 1fr;
  }

  .framework-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 230px 1fr;
    column-gap: 26px;
    align-items: center;
  }

  .framework-image {
    height: 230px;
    margin: 0;
    grid-row: 1 / 5;
  }

  .framework-image img {
    height: 210px;
  }

  .continuity-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .masthead {
    width: calc(100% - 32px);
    min-height: 78px;
  }

  .brand-word {
    font-size: 25px;
  }

  .top-logo {
    width: 122px;
    height: 60px;
  }

  .brand-word span,
  .nav-meta span:last-child,
  .nav-dot {
    display: none;
  }

  .nav-meta {
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .hero {
    width: calc(100% - 32px);
    padding: 48px 0 60px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .eyebrow-line {
    width: 28px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .hero-lead {
    font-size: 19px;
  }

  .countdown {
    grid-template-columns: repeat(4, 1fr);
    border-radius: 15px;
  }

  .countdown-cell {
    min-height: 84px;
    padding: 14px 4px 11px;
  }

  .countdown-cell strong {
    font-size: 29px;
  }

  .countdown-cell span {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .button {
    width: 100%;
  }

  .hero-art {
    min-height: 390px;
  }

  .logo-panel {
    padding: 38px 18px;
  }

  .orbit-one {
    width: 290px;
    height: 290px;
  }

  .orbit-two {
    width: 370px;
    height: 370px;
  }

  .hero-art > p {
    right: 0;
    bottom: 0;
    font-size: 13px;
  }

  .promise-strip {
    min-height: 190px;
    padding: 42px 18px;
  }

  .brand-story {
    width: calc(100% - 32px);
    padding: 82px 0 88px;
  }

  .section-heading h2 {
    font-size: 44px;
  }

  .section-intro {
    font-size: 18px;
  }

  .life-stages {
    margin-top: 40px;
  }

  .three-c-grid {
    gap: 14px;
  }

  .framework-card {
    min-height: auto;
    padding: 20px 20px 27px;
    display: block;
  }

  .framework-image {
    height: 245px;
    margin-bottom: 18px;
  }

  .framework-image img {
    height: 220px;
  }

  .continuity-card {
    width: calc(100% - 32px);
    margin-bottom: 66px;
    padding: 40px 28px;
    border-radius: 24px;
  }

  .acronym-section {
    width: calc(100% - 32px);
    margin-bottom: 66px;
    padding: 54px 24px 48px;
    border-radius: 24px;
  }

  .acronym-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .acronym-heading h2 {
    font-size: 43px;
  }

  .acronym-heading > p:last-child {
    font-size: 17px;
  }

  .acronym-list {
    margin-top: 38px;
  }

  .acronym-row {
    grid-template-columns: 58px 1fr;
    align-items: start;
  }

  .acronym-letter {
    padding-top: 4px;
    font-size: 46px;
  }

  .acronym-copy {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .acronym-copy h3 {
    font-size: 24px;
  }

  .acronym-lockup {
    font-size: 18px;
    text-align: left;
  }

  .women-journey-visual {
    width: calc(100% - 32px);
    margin: -34px auto 66px;
    padding: 14px 10px 0;
    border-radius: 22px;
  }

  .continuity-button {
    width: 100%;
  }

  footer {
    width: calc(100% - 32px);
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .acronym-copy p {
    font-size: 16px;
  }

  footer > a:last-child {
    justify-self: start;
  }
}
