@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;
}
.hero {
  position: relative;
  min-height: 940px;
  height: min(1000px, 75vw);
  overflow: hidden;
  background: var(--mint);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 950px;
  margin: 0 auto;
  padding: 154px 22px 0;
  text-align: center;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 800;
  line-height: 1.5;
}
.hero h1 {
  font-size: clamp(46px, 5.3vw, 77px);
  letter-spacing: -3.7px;
  line-height: 1.03;
  margin: 19px 0;
  color: var(--terracotta-dark);
}
.hero h1 span {
  color: var(--terracotta);
}
.hero-intro {
  font-size: 17px;
  line-height: 1.55;
  max-width: 570px;
  margin: 0 auto;
  color: var(--ink);
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 24px;
}
.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);
}
.text-link {
  font-size: 13px;
  font-weight: 800;
  min-height: 48px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-picture {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
}
.hero-picture img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
  object-position: bottom;
}
.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);
}
.moments {
  background: var(--mint-soft);
}
.moments .section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  margin-bottom: 37px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > .lead {
  max-width: 355px;
  padding-bottom: 5px;
}
.moment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
.moment {
  padding: 30px 28px 36px;
  border-radius: 20px;
  min-height: 285px;
}
.moment-0 {
  background: var(--mint);
}
.moment-1 {
  background: var(--rose);
}
.moment-2 {
  background: #efdbbd;
}
.moment-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.moment-top > span {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
}
.moment-top .sparkle {
  color: var(--green);
  width: 36px;
  height: 36px;
}
.moment-1 .sparkle {
  color: var(--terracotta-dark);
}
.moment-2 .sparkle {
  color: #7b6622;
}
.moment h3 {
  font-size: 25px;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}
.moment p {
  font-size: 15px;
  color: var(--ink);
}
.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-email {
  display: block;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 14px;
  margin-top: 18px;
}
.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: 10px;
  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 (min-width: 1600px) {
  .hero {
    height: 1050px;
  }
  .hero-picture img {
    max-height: 970px;
    object-fit: cover;
  }
  .hero-copy {
    padding-top: 163px;
  }
}
@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;
  }
  .hero {
    min-height: 860px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .app-scene {
    padding: 35px;
  }
  .questions {
    gap: 55px;
  }
  .scene-sticker {
    left: -10px;
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
  .hero h1 {
    font-size: 59px;
    letter-spacing: -2.8px;
  }
  .hero {
    min-height: 820px;
  }
  .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;
  }
  .moment {
    padding: 25px 20px;
  }
  .moment h3 {
    font-size: 22px;
  }
  .app-scene {
    padding: 30px 15px;
  }
  .ribbon > span {
    font-size: 11px;
    gap: 10px;
  }
  .ribbon {
    gap: 18px;
  }
  .section-heading {
    gap: 30px;
  }
  .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: 10px;
  }
  .hero {
    min-height: 775px;
    height: auto;
  }
  .hero-copy {
    padding: 128px 21px 0;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .hero h1 {
    font-size: clamp(36px, 8.7vw, 54px);
    line-height: 1.08;
    letter-spacing: -1.8px;
    margin: 19px 0;
  }
  .hero-intro {
    font-size: 15px;
    max-width: 350px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 5px;
    margin-top: 22px;
  }
  .button {
    font-size: 12px;
    min-height: 52px;
  }
  .text-link {
    font-size: 12px;
  }
  .hero-picture img {
    width: 100%;
    height: 420px;
    max-height: none;
    object-fit: cover;
    object-position: center bottom;
  }
  .hero-picture {
    bottom: 0;
  }
  .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: 9px;
    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;
  }
  .moments .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading .lead {
    font-size: 15px;
    margin-top: 20px;
  }
  .moment-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .moment {
    padding: 25px;
    min-height: 0;
  }
  .moment-top {
    margin-bottom: 25px;
  }
  .moment h3 {
    font-size: 26px;
  }
  .moment p {
    font-size: 15px;
  }
  .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: 8px;
  }
  .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: 10px;
  }
  .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;
  }
  .hero {
    min-height: 795px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero-copy {
    padding-left: 16px;
    padding-right: 16px;
  }
  .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;
}
@media (min-width: 701px) {
  .hero {
    min-height: 1050px;
    height: min(1100px, 78vw);
  }
}
@media (min-width: 1600px) {
  .hero {
    min-height: 1130px;
  }
}
.hero-picture {
  mask-image: linear-gradient(to bottom, transparent, #000 130px);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 130px);
}
@media (max-width: 700px) {
  .hero-picture {
    mask-image: linear-gradient(to bottom, transparent, #000 70px);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 70px);
  }
}
/* 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;
  }
  .hero-copy {
    padding-top: 160px;
  }
  .hero {
    min-height: 850px;
  }
  .footer-top .languages {
    margin-left: 0;
  }
}
