@font-face {
  font-family: Nunito;
  src: url("/site-assets/nunito-sans-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Nunito;
  src: url("/site-assets/nunito-sans-latin-800-normal.woff2") format("woff2");
  font-weight: 700 900;
  font-display: swap;
}
:root {
  /* Match the Mili-Maus business card across the public and family spaces. */
  --ink: #403b36;
  --green: #365f50;
  --mint: #b4d8c9;
  --mint-soft: #e6f0e9;
  --rose: #f3b5c2;
  --rose-soft: #fae5e8;
  --terracotta: #ae624c;
  --terracotta-dark: #874735;
  --terracotta-hover: #713b2c;
  --sky: var(--mint);
  --muted: #594e48;
  --paper: #fbf6ef;
  --surface: #fffcf8;
  --line: #dfd8ce;
  font-family: Nunito, system-ui, sans-serif;
  color: var(--ink);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--terracotta-dark);
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  color: var(--terracotta-dark);
  font-weight: 800;
  text-wrap: balance;
}
p {
  line-height: 1.65;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  flex-shrink: 0;
}
section[id] {
  scroll-margin-top: 25px;
}
.skip {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 15px;
  background: white;
  transform: translateY(-160%);
}
.skip:focus {
  transform: none;
}
.site-header {
  position: absolute;
  z-index: 10;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 64px);
  max-width: 1376px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 18px;
  background: #fbf6eff5;
  border: 1px solid #ffffff;
  border-radius: 18px;
  box-shadow: 0 6px 22px #4271870a;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.wordmark img {
  border-radius: 50%;
}
.wordmark > span {
  color: var(--terracotta-dark);
  font-weight: 800;
  font-size: 27px;
  letter-spacing: -1.6px;
}
.brand-dot {
  color: var(--terracotta);
}
.desktop-nav {
  display: flex;
  gap: 25px;
  font-size: 13px;
  font-weight: 800;
}
.desktop-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.desktop-nav a:hover {
  color: var(--terracotta-dark);
}
.header-right {
  display: flex;
  gap: 15px;
  align-items: center;
}
.languages {
  display: flex;
  gap: 1px;
}
.languages a {
  font-size: 11px;
  min-width: 30px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--muted);
}
.languages a[aria-current] {
  color: var(--green);
  background: var(--mint);
  font-weight: 800;
}
.family-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  padding: 13px 14px;
  background: var(--terracotta-dark);
  border-radius: 10px;
  color: white;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 800;
  line-height: 1.5;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 800;
  transition:
    transform 0.18s,
    background 0.18s;
}
.dark {
  background: var(--terracotta-dark);
  color: #fff;
}
.dark:hover {
  background: var(--terracotta-hover);
  transform: translateY(-2px);
}
.ribbon {
  background: var(--terracotta-dark);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 25px;
  padding: 25px 28px;
}
.ribbon > span {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 13px;
  font-weight: 800;
}
.sparkle {
  height: 27px;
  width: 27px;
  color: var(--rose);
}
.section {
  width: calc(100% - 112px);
  max-width: 1240px;
  margin: auto;
  padding: 110px 0;
}
.approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.approach-art {
  position: relative;
  min-width: 0;
  padding-top: 30px;
}
.art-circle {
  position: absolute;
  inset: 13% -1% 9%;
  border-radius: 50%;
  background: var(--rose-soft);
  z-index: -1;
}
.approach-art img {
  display: block;
  width: 100%;
  transform: rotate(-3deg);
}
.little-word {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(-6deg);
  background: var(--mint);
  font-weight: 800;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
}
.section h2 {
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.11;
  letter-spacing: -1.9px;
  margin: 15px 0 22px;
}
.lead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}
.values {
  margin-top: 26px;
}
.values article {
  display: flex;
  gap: 17px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.value-number {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--green);
  padding-top: 3px;
}
.values h3,
.features h3 {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 7px;
}
.values p,
.features p {
  font-size: 14px;
  color: var(--muted);
}
.parents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.features {
  margin: 28px 0;
}
.features article {
  display: flex;
  gap: 15px;
  padding: 13px 0;
}
.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--mint-soft);
  border-radius: 13px;
  flex-shrink: 0;
}
.small-note {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 13px;
}
.app-scene {
  position: relative;
  background: var(--rose-soft);
  border-radius: 42% 42% 32% 32%;
  padding: 42px 50px;
  min-width: 0;
}
.phone-preview {
  position: relative;
  border: 7px solid #fff;
  border-radius: 32px;
  background: var(--paper);
  box-shadow: 0 24px 35px #1e4b3926;
  max-width: 320px;
  margin: auto;
  transform: rotate(4deg);
  z-index: 1;
  overflow: hidden;
  padding: 0 15px;
}
.phone-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 17px 0;
  font-size: 17px;
  letter-spacing: -0.7px;
}
.phone-top img {
  border-radius: 50%;
}
.phone-top > span {
  margin-left: auto;
  font-size: 29px;
  color: var(--terracotta);
}
.phone-greeting {
  background: var(--terracotta-dark);
  color: white;
  border-radius: 16px;
  padding: 25px 17px;
}
.phone-greeting > span {
  font-size: 7px;
  letter-spacing: 1.3px;
  color: #f5ddd1;
  font-weight: 800;
}
.phone-greeting h3 {
  color: var(--paper);
  font-size: 24px;
  line-height: 1.1;
  margin: 16px 0 10px;
}
.phone-greeting p {
  font-size: 11px;
  color: #fae5e8;
  max-width: 160px;
}
.phone-items {
  padding: 18px 0;
}
.phone-items > div {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.phone-items > div:last-child {
  border: 0;
}
.phone-items > div > svg:first-child {
  width: 22px;
  color: var(--green);
}
.phone-items span {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.phone-items strong {
  font-size: 12px;
}
.phone-items small {
  font-size: 9px;
  color: var(--muted);
  line-height: 1.5;
}
.phone-items > div > svg:last-child {
  width: 14px;
}
.phone-bottom {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid var(--line);
  padding: 12px 0;
  color: var(--green);
}
.phone-bottom svg {
  width: 19px;
}
.scene-sticker {
  position: absolute;
  bottom: 21px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: rotate(-8deg);
  padding: 15px 20px;
  background: var(--rose);
  border: 5px solid var(--surface);
  border-radius: 17px;
  z-index: 2;
  box-shadow: 0 7px 12px #32563c14;
}
.scene-sticker span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}
.scene-sticker .sparkle {
  color: var(--terracotta-dark);
}
.orbit {
  position: absolute;
  border: 1px solid #87b29e;
  border-radius: 50%;
  width: 130%;
  height: 60%;
  top: 20%;
  left: -15%;
  transform: rotate(-30deg);
}
.orbit.two {
  transform: rotate(35deg);
  width: 100%;
  left: 0;
  top: 30%;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
  border-top: 1px solid var(--line);
  padding-top: 80px;
}
.questions h2 {
  max-width: 360px;
}
.questions > div > .sparkle {
  color: var(--terracotta);
  width: 54px;
  height: 54px;
  margin-top: 25px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  font-size: 16px;
  font-weight: 800;
  padding: 25px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 25px;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 14px;
  color: var(--muted);
  padding: 0 30px 25px 0;
}
.contact {
  position: relative;
  background: var(--mint);
  overflow: hidden;
  text-align: center;
  padding: 85px 25px 80px;
}
.contact-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: auto;
}
.contact h2 {
  font-size: clamp(40px, 4.5vw, 65px);
  line-height: 1.05;
  letter-spacing: -2.8px;
  margin: 20px 0;
}
.contact-inner > p:not(.eyebrow):not(.small-note) {
  font-size: 17px;
  max-width: 450px;
  margin: 0 auto 25px;
  color: var(--green);
}
.contact .small-note {
  max-width: 370px;
  margin: 15px auto 0;
}
.contact-flower {
  position: absolute;
  font-size: 330px;
  line-height: 1;
  color: #87b29e;
}
.flower-left {
  left: -55px;
  bottom: -115px;
  transform: rotate(12deg);
}
.flower-right {
  right: -40px;
  top: 25px;
  transform: rotate(-14deg);
  color: var(--rose);
  font-size: 250px;
}
.site-footer {
  max-width: 1370px;
  width: calc(100% - 112px);
  margin: auto;
  padding: 40px 0 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 30px;
}
.footer-top > p {
  font-size: 15px;
  color: var(--green);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}
.footer-bottom > a {
  min-height: 44px;
  display: flex;
  align-items: center;
  text-decoration: underline;
  white-space: nowrap;
}
.privacy-details {
  font-size: 13px;
  color: var(--muted);
}
.privacy-details summary {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.privacy-details:not([open]) {
  display: block;
}
.privacy-details p {
  max-width: 900px;
  padding: 0 0 25px;
}
@media (max-width: 1200px) {
  .desktop-nav {
    gap: 16px;
    font-size: 12px;
  }
  .site-header {
    gap: 15px;
    width: calc(100% - 40px);
  }
  .family-link {
    font-size: 11px;
    padding: 12px;
  }
  .wordmark > span {
    font-size: 24px;
  }
  .header-right {
    gap: 8px;
  }
  .section {
    width: calc(100% - 80px);
  }
  .approach,
  .parents {
    gap: 50px;
  }
  .app-scene {
    padding: 35px;
  }
  .questions {
    gap: 55px;
  }
  .scene-sticker {
    left: -10px;
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: var(--mint-soft);
    border-radius: 9px;
  }
  .menu-toggle span {
    height: 2px;
    width: 19px;
    background: var(--ink);
  }
  #mobile-nav:not([hidden]) {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    background: white;
    padding: 15px 22px;
    border-radius: 17px;
    box-shadow: 0 8px 20px #234b3924;
  }
  #mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 800;
  }
  .approach,
  .parents {
    gap: 40px;
  }
  .section {
    padding: 80px 0;
  }
  .section h2 {
    font-size: 38px;
  }
  .app-scene {
    padding: 30px 15px;
  }
  .ribbon > span {
    font-size: 11px;
    gap: 10px;
  }
  .ribbon {
    gap: 18px;
  }
  .footer-top > p {
    font-size: 13px;
  }
  .flower-right {
    right: -110px;
  }
  .flower-left {
    left: -130px;
  }
}
@media (max-width: 700px) {
  :root {
    scroll-padding-top: 30px;
  }
  .site-header {
    top: 14px;
    width: calc(100% - 28px);
    padding: 9px 11px;
    gap: 5px;
    border-radius: 14px;
  }
  .wordmark {
    gap: 5px;
  }
  .wordmark img {
    width: 37px;
    height: 37px;
  }
  .wordmark > span {
    font-size: 23px;
    letter-spacing: -1.1px;
  }
  .family-link {
    display: none;
  }
  .header-right {
    gap: 7px;
  }
  .languages a {
    min-width: 26px;
    font-size: 11px;
  }
  .button {
    font-size: 12px;
    min-height: 52px;
  }
  .ribbon {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 30px;
    gap: 18px;
  }
  .ribbon > span {
    font-size: 12px;
  }
  .ribbon .sparkle {
    height: 20px;
    width: 20px;
  }
  .section {
    width: calc(100% - 44px);
    padding: 68px 0;
  }
  .section h2 {
    font-size: 37px;
    letter-spacing: -1.5px;
  }
  .approach {
    display: flex;
    flex-direction: column-reverse;
    gap: 22px;
  }
  .approach-art {
    max-width: 440px;
    width: 100%;
  }
  .approach-copy .lead {
    font-size: 15px;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 1.3px;
  }
  .values article {
    padding: 19px 0;
  }
  .values h3,
  .features h3 {
    font-size: 17px;
  }
  .values p,
  .features p {
    font-size: 14px;
  }
  .little-word {
    bottom: -12px;
  }
  .parents {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .parents .lead {
    font-size: 15px;
  }
  .app-scene {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .scene-sticker {
    left: 0;
    bottom: 10px;
  }
  .orbit {
    width: 104%;
    left: -2%;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .questions h2 {
    max-width: none;
  }
  .questions > div > .sparkle {
    display: none;
  }
  .faq-list summary {
    font-size: 15px;
    padding: 22px 0;
  }
  .faq-list p {
    font-size: 14px;
  }
  .contact {
    padding: 64px 24px;
  }
  .contact h2 {
    font-size: 42px;
    letter-spacing: -1.8px;
  }
  .contact .eyebrow {
    font-size: 11px;
  }
  .contact-inner > p:not(.eyebrow):not(.small-note) {
    font-size: 15px;
    max-width: 300px;
  }
  .contact-flower {
    font-size: 170px;
  }
  .flower-left {
    left: -75px;
    bottom: -80px;
  }
  .flower-right {
    font-size: 130px;
    right: -80px;
    top: 40px;
  }
  .site-footer {
    width: calc(100% - 44px);
    padding-top: 30px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer-top .languages {
    margin-left: auto;
  }
  .footer-top > p {
    order: 3;
    width: 100%;
    font-size: 13px;
    margin-top: 8px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 11px;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    flex-basis: 100%;
  }
  .footer-bottom > a {
    margin-left: auto;
  }
  .app-scene .phone-preview {
    transform: rotate(2deg);
  }
}
@media (max-width: 360px) {
  .wordmark > span {
    font-size: 20px;
  }
  .wordmark img {
    width: 30px;
    height: 30px;
  }
  .languages a {
    min-width: 24px;
  }
  .header-right {
    gap: 3px;
  }
  .app-scene {
    padding: 20px 8px;
  }
  .scene-sticker {
    bottom: 0;
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
/* Keep decorative orbits within the page, including narrow phones. */
.parents {
  overflow: clip;
  padding-left: 2px;
  padding-right: 2px;
}
/* Language choices remain easy to tap, including on the smallest phones. */
.languages a {
  min-width: 44px;
  min-height: 44px;
}
.wordmark {
  min-height: 44px;
}
@media (max-width: 700px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3px;
  }
  .site-header .header-right {
    display: contents;
  }
  .site-header .languages {
    order: 3;
    flex-basis: 100%;
    justify-content: center;
  }
  .site-header .menu-toggle {
    order: 2;
  }
  .footer-top .languages {
    margin-left: 0;
  }
}
.footer-bottom .site-credit {
  color: inherit;
  text-decoration: underline;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 18px;
}
.footer-links > a {
  min-height: 44px;
  display: flex;
  align-items: center;
  text-decoration: underline;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .footer-links {
    margin-left: auto;
  }
}

.legal-page .legal-header {
  position: static;
  left: auto;
  transform: none;
  width: auto;
  justify-content: flex-start;
  margin: 16px auto 0;
  max-width: 820px;
}
@media (max-width: 860px) {
  .legal-page .legal-header {
    margin: 12px 16px 0;
  }
}
.legal-document {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 20px 64px;
  color: var(--ink, #3d2f2a);
  font-size: 16px;
  line-height: 1.65;
}
.legal-document h1 {
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.15;
  margin: 12px 0 8px;
}
.legal-document h2 {
  font-size: 24px;
  margin: 44px 0 12px;
  scroll-margin-top: 24px;
}
.legal-document h3 {
  font-size: 18px;
  margin: 28px 0 10px;
}
.legal-document p,
.legal-document address {
  margin: 0 0 14px;
  font-style: normal;
}
.legal-document a {
  color: var(--green);
  text-decoration: underline;
}
.legal-meta {
  color: var(--muted);
  font-size: 14px;
}
.legal-list {
  list-style: lower-roman;
  padding-left: 28px;
  margin: 0 0 16px;
}
.legal-list li {
  margin-bottom: 8px;
}
.table-scroll {
  overflow-x: auto;
  margin: 8px 0 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.legal-document table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
.legal-document th,
.legal-document td {
  text-align: left;
  vertical-align: top;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
}
.legal-document tr:last-child td {
  border-bottom: 0;
}
.legal-document th {
  background: rgba(54, 95, 80, 0.08);
  font-weight: 800;
}
.legal-document code {
  font-size: 13px;
  overflow-wrap: anywhere;
}
.legal-related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 0 16px;
}
.legal-related a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-footer {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.legal-footer a {
  color: inherit;
  text-decoration: underline;
}
.legal-languages {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin-left: auto;
  font-size: 14px;
}
.legal-languages a {
  min-height: 44px;
  display: flex;
  align-items: center;
  color: var(--green);
}
.legal-languages a[aria-current="page"] {
  font-weight: 800;
  text-decoration: underline;
}
.legal-note {
  margin: 8px 0 20px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(54, 95, 80, 0.06);
}
@media (max-width: 520px) {
  .legal-page .legal-header {
    flex-wrap: wrap;
  }
  .legal-languages {
    margin-left: 0;
    width: 100%;
  }
}
