:root {
  --baby-ink: #173b48;
  --baby-night: #092a36;
  --baby-teal: #4fb6ad;
  --baby-gold: #d9a95b;
  --baby-paper: #f7f2e9;
  --baby-clay: #a65b50;
}

.baby-two-worlds-main {
  overflow: clip;
  background: #f7f2e9;
  color: var(--baby-ink);
}

.baby-two-worlds {
  --portal-x: 0px;
  --portal-y: 0px;
  position: relative;
  isolation: isolate;
  min-height: min(52rem, calc(100svh - 1rem));
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  gap: clamp(1rem, 2.5vw, 2rem);
  padding: clamp(1.4rem, 3vw, 2.7rem) max(1.25rem, calc((100vw - 92rem) / 2));
  background: #152e33;
  color: #fff;
}

.baby-two-worlds::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -1.5rem;
  background-image: linear-gradient(90deg, rgba(4, 24, 33, .22), rgba(18, 20, 20, .18)), var(--baby-portal-image);
  background-size: cover;
  background-position: center;
  transform: translate(var(--portal-x), var(--portal-y)) scale(1.025);
  transition: transform .35s ease-out;
}

.baby-two-worlds::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 20, 28, .58) 0%, rgba(5, 24, 30, .08) 43%, rgba(5, 20, 27, .56) 100%),
    radial-gradient(circle at 25% 48%, rgba(42, 196, 184, .2), transparent 29%),
    radial-gradient(circle at 75% 48%, rgba(239, 184, 101, .18), transparent 30%);
}

.baby-two-worlds__intro,
.baby-two-worlds__doors,
.baby-two-worlds__promise {
  position: relative;
  z-index: 2;
}

.baby-two-worlds__intro {
  width: min(46rem, 100%);
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}

.baby-portal-eyebrow {
  margin: 0 0 .65rem;
  color: #9b6d2d;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.baby-two-worlds .baby-portal-eyebrow,
.baby-hexelyra-page__hero .baby-portal-eyebrow {
  color: #f3ca85;
}

.baby-two-worlds h1 {
  max-width: 18ch;
  margin: 0 auto .6rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.8vw, 4.6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.045em;
  text-shadow: 0 .2rem 1.5rem rgba(0, 0, 0, .25);
}

.baby-two-worlds__intro > p:last-child {
  width: min(43rem, 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(.95rem, 1.4vw, 1.08rem);
}

.baby-two-worlds__doors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: end;
  align-items: end;
  gap: clamp(2rem, 9vw, 11rem);
  width: min(92rem, 100%);
  margin-inline: auto;
}

.baby-world-door {
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: end;
  width: min(100%, 31rem);
  min-height: 13.5rem;
  padding: clamp(1.1rem, 2vw, 1.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 1.35rem;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(3px);
  box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, .2);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.baby-world-door--children {
  justify-self: start;
}

.baby-world-door--adults {
  justify-self: end;
}

.baby-world-door::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.baby-world-door > * {
  position: relative;
  z-index: 1;
}

.baby-world-door--children::before {
  background: linear-gradient(135deg, rgba(3, 67, 75, .68), rgba(2, 38, 48, .86));
}

.baby-world-door--adults::before {
  background: linear-gradient(135deg, rgba(88, 62, 38, .65), rgba(65, 38, 24, .86));
}

.baby-world-door:hover,
.baby-world-door:focus-visible {
  transform: translateY(-.45rem);
  border-color: rgba(255, 255, 255, .75);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .3);
}

.baby-world-door:focus-visible {
  outline: .2rem solid #fff;
  outline-offset: .25rem;
}

.baby-world-door__number {
  position: absolute;
  top: .8rem;
  right: 1rem;
  color: rgba(255, 255, 255, .58);
  font-family: Georgia, serif;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1;
}

.baby-world-door__kicker {
  margin-bottom: .4rem;
  color: #f3ca85;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.baby-world-door strong {
  max-width: 18ch;
  margin-bottom: .45rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.baby-world-door > span:not(.baby-world-door__number, .baby-world-door__kicker, .baby-world-door__cta) {
  max-width: 36rem;
  color: rgba(255, 255, 255, .84);
  font-size: .92rem;
  line-height: 1.45;
}

.baby-world-door__cta {
  margin-top: .7rem;
  color: #fff;
  font-weight: 850;
}

.baby-two-worlds__promise {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  text-align: center;
}

.baby-home-bridge,
.baby-hexelyra-home,
.baby-home-shortcuts {
  width: min(82rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.baby-home-bridge {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
  padding-block: clamp(4rem, 9vw, 8rem);
}

.baby-home-bridge h2,
.baby-hexelyra-home h2,
.baby-home-shortcuts h2,
.baby-hexelyra-page h1,
.baby-hexelyra-page h2 {
  margin: 0;
  color: var(--baby-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.035em;
}

.baby-home-bridge h2,
.baby-hexelyra-home h2,
.baby-home-shortcuts h2,
.baby-hexelyra-page h2 {
  font-size: clamp(2.15rem, 5vw, 4.2rem);
}

.baby-home-bridge > p {
  margin: 0;
  color: #45616a;
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  line-height: 1.55;
}

.baby-hexelyra-home {
  display: grid;
  grid-template-columns: minmax(16rem, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border-radius: clamp(1.5rem, 4vw, 3rem);
  background: #082a39;
  color: #fff;
  box-shadow: 0 2rem 5rem rgba(16, 48, 58, .16);
}

.baby-hexelyra-home__portrait {
  position: relative;
  min-height: 34rem;
  margin: 0;
}

.baby-hexelyra-home__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, #082a39 100%);
}

.baby-hexelyra-home__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.baby-hexelyra-home__content {
  align-self: center;
  padding: clamp(2rem, 6vw, 5rem);
}

.baby-hexelyra-home h2 {
  color: #fff;
}

.baby-hexelyra-home__lead {
  margin-block: .8rem 1.4rem;
  color: #a6ded8;
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

.baby-hexelyra-home__content > p:not(.baby-portal-eyebrow, .baby-hexelyra-home__lead) {
  color: rgba(255, 255, 255, .81);
}

.baby-hexelyra-home__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem 1.2rem;
  margin-top: 1.6rem;
}

.baby-portal-button,
.baby-portal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  font-weight: 850;
  text-decoration: none;
}

.baby-portal-button {
  padding: .75rem 1.1rem;
  border-radius: 999px;
  background: #f3ca85;
  color: #173b48;
}

.baby-portal-link {
  color: #b7e7e2;
  text-decoration: underline;
  text-underline-offset: .22em;
}

.baby-portal-button:hover,
.baby-portal-button:focus-visible {
  background: #fff0ce;
  color: #173b48;
}

.baby-portal-link:hover,
.baby-portal-link:focus-visible {
  color: #fff;
}

.baby-home-shortcuts {
  padding-block: clamp(4rem, 9vw, 8rem);
}

.baby-home-shortcuts > div {
  margin-bottom: 1.5rem;
}

.baby-home-shortcuts nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.baby-home-shortcuts nav a {
  display: grid;
  min-height: 9rem;
  align-content: end;
  padding: 1.25rem;
  border: 1px solid rgba(23, 59, 72, .13);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, .74);
  color: var(--baby-ink);
  text-decoration: none;
  box-shadow: 0 .8rem 2rem rgba(23, 59, 72, .06);
  transition: transform .2s ease, background .2s ease;
}

.baby-home-shortcuts nav a:hover,
.baby-home-shortcuts nav a:focus-visible {
  transform: translateY(-.25rem);
  background: #fff;
}

.baby-home-shortcuts nav span {
  font-family: Georgia, serif;
  font-size: 1.65rem;
}

.baby-home-shortcuts nav small {
  margin-top: .25rem;
  color: #5d7379;
}

.baby-hexelyra-page {
  padding-bottom: clamp(4rem, 8vw, 8rem);
  background: #f7f2e9;
  color: var(--baby-ink);
}

.baby-hexelyra-page > article {
  width: min(82rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.baby-hexelyra-page__hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  overflow: hidden;
  border-radius: 0 0 clamp(1.8rem, 4vw, 3.5rem) clamp(1.8rem, 4vw, 3.5rem);
  background: #082a39;
  color: #fff;
}

.baby-hexelyra-page__copy {
  align-self: center;
  padding: clamp(2rem, 7vw, 6rem);
}

.baby-hexelyra-page h1 {
  color: #fff;
  font-size: clamp(4rem, 10vw, 8rem);
}

.baby-hexelyra-page__lead {
  margin-block: .6rem 1.2rem;
  color: #a6ded8;
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 2.8vw, 1.8rem);
}

.baby-hexelyra-page__copy > p:last-of-type {
  width: min(37rem, 100%);
  color: rgba(255, 255, 255, .8);
  font-size: 1.1rem;
}

.baby-hexelyra-page__hero figure {
  min-height: 42rem;
  margin: 0;
}

.baby-hexelyra-page__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.baby-hexelyra-page__body {
  display: grid;
  gap: 1.25rem;
  width: min(64rem, 100%);
  margin: clamp(3rem, 8vw, 7rem) auto 0;
}

.baby-hexelyra-page__body section {
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid rgba(23, 59, 72, .12);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .72);
}

.baby-hexelyra-page__body section p,
.baby-hexelyra-page__body li {
  color: #45616a;
  font-size: 1.05rem;
}

.baby-hexelyra-page__body ul {
  padding-left: 1.3rem;
}

@media (max-width: 800px) {
  .baby-two-worlds {
    min-height: auto;
    gap: 1rem;
    padding-block: 1.15rem 1rem;
    background: linear-gradient(180deg, #10272e 0%, #18363a 48%, #3a3028 100%);
  }

  .baby-two-worlds::before {
    display: none;
  }

  .baby-two-worlds::after {
    background:
      radial-gradient(circle at 18% 38%, rgba(42, 196, 184, .19), transparent 32%),
      radial-gradient(circle at 82% 72%, rgba(239, 184, 101, .16), transparent 34%);
  }

  .baby-two-worlds__intro {
    width: min(34rem, 100%);
  }

  .baby-two-worlds h1 {
    max-width: 17ch;
    font-size: clamp(2.15rem, 10vw, 3.15rem);
    line-height: .98;
  }

  .baby-two-worlds__intro > p:last-child {
    max-width: 31rem;
    font-size: .92rem;
    line-height: 1.42;
  }

  .baby-two-worlds__doors,
  .baby-home-bridge,
  .baby-hexelyra-home,
  .baby-hexelyra-page__hero {
    grid-template-columns: 1fr;
  }

  .baby-world-door {
    min-height: clamp(18rem, 72vw, 22rem);
    padding: 1rem;
    border-color: rgba(255, 255, 255, .5);
    border-radius: 1.25rem;
    backdrop-filter: none;
    box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, .25);
  }

  .baby-world-door::before {
    background-repeat: no-repeat;
    background-size: 100% 100%, 215% auto;
  }

  .baby-world-door--children::before {
    background-image:
      linear-gradient(180deg, rgba(2, 30, 37, .01) 12%, rgba(2, 35, 43, .08) 48%, rgba(1, 24, 31, .94) 100%),
      var(--baby-portal-image);
    background-position: center, 7% center;
  }

  .baby-world-door--adults::before {
    background-image:
      linear-gradient(180deg, rgba(70, 47, 28, 0) 12%, rgba(62, 43, 28, .07) 48%, rgba(48, 29, 18, .94) 100%),
      var(--baby-portal-image);
    background-position: center, 93% center;
  }

  .baby-world-door__number {
    top: .7rem;
    right: .85rem;
    font-size: 2.35rem;
    text-shadow: 0 .15rem .8rem rgba(0, 0, 0, .35);
  }

  .baby-world-door strong {
    margin-bottom: .3rem;
    font-size: clamp(1.65rem, 7vw, 2.15rem);
  }

  .baby-world-door > span:not(.baby-world-door__number, .baby-world-door__kicker, .baby-world-door__cta) {
    max-width: 29rem;
    font-size: .9rem;
    line-height: 1.35;
  }

  .baby-world-door__cta {
    margin-top: .45rem;
  }

  .baby-two-worlds__promise {
    max-width: 31rem;
    margin-inline: auto;
    font-size: .72rem;
  }

  .baby-home-bridge {
    gap: 1.5rem;
  }

  .baby-hexelyra-home__portrait,
  .baby-hexelyra-page__hero figure {
    min-height: 30rem;
  }

  .baby-hexelyra-home__portrait::after {
    background: linear-gradient(180deg, transparent 70%, #082a39 100%);
  }

  .baby-home-shortcuts nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .baby-two-worlds,
  .baby-hexelyra-home__content,
  .baby-hexelyra-page__copy {
    padding-inline: 1.15rem;
  }

  .baby-home-bridge,
  .baby-hexelyra-home,
  .baby-home-shortcuts,
  .baby-hexelyra-page > article {
    width: min(100% - 1.25rem, 82rem);
  }

  .baby-home-shortcuts nav {
    grid-template-columns: 1fr;
  }

  .baby-two-worlds {
    padding-inline: .8rem;
  }

  .baby-two-worlds__intro .baby-portal-eyebrow {
    margin-bottom: .4rem;
    font-size: .65rem;
  }

  .baby-two-worlds__doors {
    gap: 1rem;
  }

  .baby-world-door {
    width: 100%;
  }

  .baby-home-shortcuts nav a {
    min-height: 7.5rem;
  }

  .baby-hexelyra-home__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .baby-portal-button,
  .baby-portal-link {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .baby-two-worlds::before,
  .baby-world-door,
  .baby-home-shortcuts nav a {
    transition: none;
  }
}

.baby-family-calendar {
  position: relative;
  isolation: isolate;
  width: min(82rem, calc(100% - 2.5rem));
  margin: clamp(2.8rem, 7vw, 6rem) auto;
  padding: clamp(1.4rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(217, 169, 91, .34);
  border-radius: clamp(1.5rem, 3vw, 2.5rem);
  background:
    radial-gradient(circle at 8% 0%, rgba(79, 182, 173, .25), transparent 31%),
    radial-gradient(circle at 94% 100%, rgba(217, 169, 91, .2), transparent 28%),
    linear-gradient(145deg, #092a36, #123c48 54%, #183941);
  color: #fff;
  box-shadow: 0 2rem 5rem rgba(9, 42, 54, .16);
}

.baby-family-calendar--adult {
  width: 100%;
  margin-block: clamp(2rem, 5vw, 4rem);
}

.baby-family-calendar::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .38;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .65) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(243, 202, 133, .45) 0 1px, transparent 1.5px);
  background-position: 0 0, 2.2rem 1.7rem;
  background-size: 4.5rem 4.5rem, 5.7rem 5.7rem;
  mask-image: linear-gradient(120deg, #000, transparent 68%);
}

.baby-family-calendar__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
}

.baby-family-calendar .baby-portal-eyebrow {
  color: #f3ca85;
}

.baby-family-calendar h2 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
}

.baby-family-calendar__heading > time {
  flex: 0 0 auto;
  padding: .65rem .9rem;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #d8efec;
  background: rgba(255, 255, 255, .08);
  font-size: .86rem;
  font-weight: 750;
}

.baby-family-calendar__grid {
  display: grid;
  grid-template-columns: 1.1fr .95fr 1.15fr;
  gap: 1rem;
}

.baby-family-calendar__card {
  min-width: 0;
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .94);
  color: var(--baby-ink);
  box-shadow: 0 .8rem 2rem rgba(2, 25, 34, .15);
}

.baby-family-calendar__card--name {
  background: linear-gradient(150deg, #fffaf0, #f7e6bd);
}

.baby-family-calendar__card--holiday {
  background: linear-gradient(150deg, #f1fbf9, #cfeae5);
}

.baby-family-calendar__card > small {
  display: block;
  margin-bottom: .55rem;
  color: #7a5727;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.baby-family-calendar__card h3 {
  margin: 0 0 .5rem;
  color: #173b48;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.baby-family-calendar__card p {
  margin: 0;
  color: #526a71;
  line-height: 1.5;
}

.baby-family-calendar__card ul {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.baby-family-calendar__card li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .7rem;
  align-items: baseline;
}

.baby-family-calendar__card li > span {
  grid-row: 1 / span 2;
  min-width: 4.6rem;
  padding: .32rem .48rem;
  border-radius: .65rem;
  background: rgba(23, 59, 72, .08);
  color: #45616a;
  font-size: .71rem;
  font-weight: 850;
  text-align: center;
}

.baby-family-calendar__card li > strong {
  color: #173b48;
  font-size: .94rem;
  line-height: 1.25;
}

.baby-family-calendar__card li > small {
  color: #647b82;
  font-size: .71rem;
}

.baby-family-calendar__year {
  margin-top: 1rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1rem;
  background: rgba(2, 26, 35, .24);
}

.baby-family-calendar__year summary {
  padding: .9rem 1rem;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.baby-family-calendar__year summary:focus-visible,
.baby-family-calendar a:focus-visible {
  outline: .18rem solid #f3ca85;
  outline-offset: .2rem;
}

.baby-family-calendar__year > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  padding: 0 1rem 1rem;
}

.baby-family-calendar__year > div > span {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: .15rem .55rem;
  padding: .7rem;
  border-radius: .7rem;
  background: rgba(255, 255, 255, .08);
}

.baby-family-calendar__year time {
  grid-row: 1 / span 2;
  color: #f3ca85;
  font-size: .73rem;
  font-weight: 800;
}

.baby-family-calendar__year strong {
  color: #fff;
  font-size: .82rem;
}

.baby-family-calendar__year small {
  color: rgba(255, 255, 255, .68);
  font-size: .68rem;
}

.baby-family-calendar__advent {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(217, 169, 91, .55);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 8% 20%, rgba(191, 226, 255, .24), transparent 32%),
    linear-gradient(135deg, rgba(36, 32, 78, .92), rgba(17, 57, 82, .92));
}

.baby-family-calendar__advent[hidden] {
  display: none;
}

.baby-family-calendar__advent > div {
  padding: .7rem;
}

.baby-family-calendar__advent h3 {
  margin: 0 0 .45rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 500;
  line-height: 1.05;
}

.baby-family-calendar__advent p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.45;
}

.baby-family-calendar__advent > a {
  display: grid;
  align-content: end;
  min-height: 10rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 1rem;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .1);
  transition: transform .2s ease, background .2s ease;
}

.baby-family-calendar__advent > a:hover {
  transform: translateY(-.2rem);
  background: rgba(255, 255, 255, .16);
}

.baby-family-calendar__advent > a small {
  color: #f3ca85;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.baby-family-calendar__advent > a strong {
  margin-block: .2rem .45rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.baby-family-calendar__advent > a span {
  color: rgba(255, 255, 255, .75);
  font-size: .82rem;
  line-height: 1.35;
}

.baby-family-calendar__source {
  margin: .9rem 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: .68rem;
  line-height: 1.45;
}

.baby-family-calendar__source a {
  color: #c4e7e2;
}

@media (max-width: 980px) {
  .baby-family-calendar__grid,
  .baby-family-calendar__advent {
    grid-template-columns: 1fr 1fr;
  }

  .baby-family-calendar__card--name,
  .baby-family-calendar__advent > div {
    grid-column: 1 / -1;
  }

  .baby-family-calendar__year > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .baby-family-calendar {
    width: min(100% - 1.25rem, 82rem);
    margin-block: 2rem;
    padding: 1rem;
    border-radius: 1.35rem;
  }

  .baby-family-calendar--adult {
    width: 100%;
  }

  .baby-family-calendar__heading {
    display: grid;
    gap: .75rem;
  }

  .baby-family-calendar__heading > time {
    justify-self: start;
  }

  .baby-family-calendar__grid,
  .baby-family-calendar__advent,
  .baby-family-calendar__year > div {
    grid-template-columns: 1fr;
  }

  .baby-family-calendar__card--name,
  .baby-family-calendar__advent > div {
    grid-column: auto;
  }

  .baby-family-calendar__year > div > span {
    grid-template-columns: 4rem 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .baby-family-calendar__advent > a {
    transition: none;
  }
}

/* Policy, privacy, accessibility and account terms */
.baby-policy-page {
  min-height: 70vh;
  padding: clamp(1rem, 3vw, 2.5rem);
  color: #173b48;
  background:
    radial-gradient(circle at 8% 2%, rgba(79, 182, 173, .14), transparent 25rem),
    radial-gradient(circle at 94% 12%, rgba(217, 169, 91, .14), transparent 24rem),
    #f7f2e9;
}

.baby-policy-shell {
  width: min(78rem, 100%);
  margin-inline: auto;
}

.baby-policy-hero {
  position: relative;
  padding: clamp(2rem, 6vw, 5.5rem) clamp(1.25rem, 5vw, 5rem);
  overflow: hidden;
  border: 1px solid rgba(23, 59, 72, .12);
  border-radius: clamp(1.5rem, 3vw, 2.8rem);
  color: #fff;
  background:
    radial-gradient(circle at 88% 25%, rgba(243, 202, 133, .25), transparent 18rem),
    linear-gradient(135deg, #0a3443, #135b63 58%, #244d4f);
  box-shadow: 0 1.5rem 4rem rgba(15, 51, 61, .14);
}

.baby-policy-hero::after {
  content: "✦";
  position: absolute;
  right: clamp(1rem, 5vw, 4rem);
  bottom: clamp(-2rem, -2vw, -1rem);
  color: rgba(255, 255, 255, .1);
  font-family: Georgia, serif;
  font-size: clamp(8rem, 18vw, 16rem);
  line-height: 1;
}

.baby-policy-hero > * {
  position: relative;
  z-index: 1;
}

.baby-policy-back {
  display: inline-flex;
  gap: .45rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
  color: rgba(255, 255, 255, .8);
  font-size: .82rem;
  font-weight: 750;
  text-decoration: none;
}

.baby-policy-back:hover,
.baby-policy-back:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: .25rem;
}

.baby-policy-hero .baby-portal-eyebrow {
  color: #f3ca85;
}

.baby-policy-hero h1 {
  max-width: 16ch;
  margin: 0 0 1rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 6vw, 5.5rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.baby-policy-lead {
  max-width: 49rem;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.65;
}

.baby-policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  margin-top: 1.6rem;
  color: rgba(255, 255, 255, .67);
  font-size: .75rem;
}

.baby-policy-meta span::before {
  content: "·";
  margin-right: 1rem;
}

.baby-policy-layout {
  display: grid;
  grid-template-columns: minmax(13rem, 17rem) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  padding: clamp(2rem, 5vw, 5rem) clamp(.25rem, 2vw, 1.5rem);
  align-items: start;
}

.baby-policy-toc {
  position: sticky;
  top: 2rem;
  padding: 1.2rem;
  border: 1px solid rgba(23, 59, 72, .12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 .75rem 2rem rgba(29, 60, 66, .06);
}

.baby-policy-toc > strong {
  display: block;
  margin-bottom: .7rem;
  color: #173b48;
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.baby-policy-toc ol {
  display: grid;
  gap: .15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.baby-policy-toc a {
  display: block;
  padding: .48rem .55rem;
  border-radius: .55rem;
  color: #47626b;
  font-size: .84rem;
  line-height: 1.3;
  text-decoration: none;
}

.baby-policy-toc a:hover,
.baby-policy-toc a:focus-visible {
  color: #0b5860;
  background: rgba(79, 182, 173, .12);
}

.baby-policy-content {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.72;
}

.baby-policy-summary {
  margin-bottom: 2rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border: 1px solid rgba(79, 182, 173, .3);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(79, 182, 173, .13), rgba(255, 255, 255, .72));
}

.baby-policy-summary p {
  margin: 0;
  color: #234d59;
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  line-height: 1.65;
}

.baby-policy-content section {
  padding-block: clamp(1.4rem, 3vw, 2.4rem);
  border-bottom: 1px solid rgba(23, 59, 72, .12);
  scroll-margin-top: 2rem;
}

.baby-policy-content section:first-of-type {
  padding-top: .4rem;
}

.baby-policy-content h2 {
  margin: 0 0 1rem;
  color: #123a47;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.baby-policy-content p,
.baby-policy-content ul {
  max-width: 48rem;
}

.baby-policy-content li + li {
  margin-top: .55rem;
}

.baby-policy-content a {
  color: #0b6e73;
  font-weight: 700;
  text-underline-offset: .18em;
}

.baby-policy-table-wrap {
  margin-block: 1.2rem;
  overflow-x: auto;
  border: 1px solid rgba(23, 59, 72, .15);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .58);
}

.baby-policy-content table {
  width: 100%;
  min-width: 38rem;
  border-collapse: collapse;
  font-size: .86rem;
  line-height: 1.55;
}

.baby-policy-content th,
.baby-policy-content td {
  padding: .85rem 1rem;
  border-bottom: 1px solid rgba(23, 59, 72, .1);
  text-align: left;
  vertical-align: top;
}

.baby-policy-content th {
  color: #173b48;
  background: rgba(79, 182, 173, .12);
  font-size: .72rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.baby-policy-content tr:last-child td {
  border-bottom: 0;
}

.baby-policy-contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin-top: 2.4rem;
  padding: 1.3rem;
  border-radius: 1.2rem;
  color: #fff;
  background: #173b48;
}

.baby-policy-contact > div {
  color: #f3ca85;
  font-size: 1.5rem;
}

.baby-policy-contact p {
  margin: 0;
}

.baby-policy-contact a {
  color: #b9ece5;
}

@media (max-width: 800px) {
  .baby-policy-layout {
    grid-template-columns: 1fr;
  }

  .baby-policy-toc {
    position: static;
  }

  .baby-policy-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .baby-policy-page {
    padding: .65rem;
  }

  .baby-policy-meta span::before {
    display: none;
  }

  .baby-policy-toc ol {
    grid-template-columns: 1fr;
  }
}


/* Alva and Hexelyra: equal entrances, uncropped reference portrait. */
.baby-voices{width:min(1200px,calc(100% - 40px));margin:64px auto;color:#253d36}
.baby-voices>h2{font-size:clamp(1.8rem,4vw,3rem);margin:0 0 28px}
.baby-voices__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.baby-voices__grid article{background:#f7f2e8;border:1px solid #ddd9cc;border-radius:24px;overflow:hidden}
.baby-voices__grid article>div{padding:24px}
.baby-voices__grid h3{font-size:1.7rem;margin:0 0 16px}
.baby-voices__grid p{line-height:1.7}
.baby-voices__image{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center}
.baby-voices__grid article:first-child .baby-voices__image{object-fit:contain;background:#372719}
.baby-voices__grid .baby-portal-link{display:inline-block;margin:14px 8px 0}
@media(max-width:650px){.baby-voices{margin:40px auto}.baby-voices__grid{grid-template-columns:1fr}.baby-voices__grid article>div{padding:20px}}
