/* Yashodi - Bright, cheerful brand (palette: raspberry, cream, sage, sky, navy) */

:root {
  --cream: #fdf6e4;
  --ivory: #fffefb;
  --charcoal: #0f1e33;
  --navy: #0f1e33;
  --stone: rgba(15, 30, 51, 0.12);
  --pink: #d93d7a;
  --pink-deep: #b83266;
  --pink-soft: #fde8f0;
  --sage: #8fb899;
  --sage-muted: #e9f2ea;
  --sky: #3d9ee5;
  --sky-muted: #e3f2fc;
  --yellow-wash: #fff9ed;
  --pool-tile-bg: #f9fefa;
  /* Two text families only: Fraunces (display) + Fredoka (body). Generic fallbacks avoid a third branded face. */
  --font-display: "Fraunces", serif;
  --font-body: "Fredoka", sans-serif;
  /* Bootstrap 5 - force site fonts (loads after Bootstrap CSS) */
  --bs-font-sans-serif: var(--font-body);
  --bs-body-font-family: var(--font-body);
  --bs-heading-font-family: var(--font-display);
  --bs-btn-font-family: var(--font-body);
  --section-pad-y: clamp(5rem, 12vw, 7.5rem);
  --section-pad-compact: clamp(3.5rem, 8vw, 5rem);
  /* Modular body copy - shared by decks, cards, lists, forms intro */
  --copy-max: 36rem;
  --copy-size: clamp(1rem, 1.55vw, 1.125rem);
  --copy-leading: 1.65;
  --copy-lede-size: clamp(1.0625rem, 1.85vw, 1.25rem);
  --copy-lede-leading: 1.68;
  --copy-muted-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  --radius-lg: 1.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  background-color: var(--cream);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--copy-size);
  line-height: var(--copy-leading);
  -webkit-font-smoothing: antialiased;
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}

/* Let form controls inherit Fredoka unless a component sets otherwise */
button,
input,
select,
textarea {
  font-family: inherit;
}

/* Typography - Fraunces for headings (variable wght / opsz) */
.display-heading {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: none;
  line-height: 1.2;
}

.display-heading--friendly {
  font-weight: 600;
  text-transform: none;
}

.display-heading--on-pink {
  color: var(--ivory);
}

.display-heading--hero {
  font-size: clamp(2rem, 5.5vw, 3.75rem);
  color: var(--ivory);
}

.hero-headline {
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 50px;
  line-height: 1.15;
  color: var(--ivory);
  text-transform: none;
  max-width: min(46ch, 100%);
  hyphens: none;
  -webkit-hyphens: none;
  /* Break long words only if needed, without inserting hyphens */
  overflow-wrap: break-word;
  word-break: normal;
}

.hero-subhead {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--copy-lede-size);
  line-height: var(--copy-lede-leading);
  color: rgba(255, 254, 251, 0.92);
  text-transform: none;
  max-width: var(--copy-max);
}

.hero-kicker {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(255, 254, 251, 0.78);
  margin-bottom: 1.25rem;
}

.hero-bridge {
  margin-top: 1.35rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(249, 248, 246, 0.2);
  font-size: clamp(0.875rem, 1.45vw, 1rem);
  line-height: 1.8;
  color: rgba(249, 248, 246, 0.78);
  max-width: 36rem;
}

.hero-bridge strong {
  font-weight: 300;
  color: rgba(249, 248, 246, 0.95);
}

.hero-subhead .hero-em,
.hero-bridge .hero-em {
  font-weight: 300;
  color: rgba(249, 248, 246, 0.95);
}

.section-deck {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--copy-size);
  line-height: var(--copy-leading);
  color: rgba(15, 30, 51, 0.75);
  max-width: var(--copy-max);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
}

.section-deck--dark {
  color: rgba(15, 30, 51, 0.82);
}

.section-deck--split {
  max-width: none;
}

@media (min-width: 992px) {
  .section-deck--split {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-about__figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(15, 30, 51, 0.08);
}

.section-about__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.manifesto__preface {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.65rem;
  text-transform: uppercase;
  color: rgba(15, 30, 51, 0.45);
  margin-bottom: 1.25rem;
}

.manifesto__preface--cheerful {
  color: rgba(217, 61, 122, 0.75);
}

.display-heading--section {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  color: var(--navy);
}

.display-heading--dark {
  color: var(--ivory);
}

.subtext {
  font-weight: 200;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  text-transform: uppercase;
}

.subtext--hero {
  color: rgba(249, 248, 246, 0.88);
  max-width: 36rem;
}

.manifesto {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  text-transform: none;
  color: var(--charcoal);
  line-height: 1.6;
}

.manifesto span {
  display: inline-block;
  padding: 0 0.35em;
}

.manifesto span:not(:last-child)::after {
  content: "·";
  margin-left: 0.65em;
  opacity: 0.45;
  font-weight: 300;
}

.manifesto--standalone {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  line-height: 1.5;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  font-weight: 400;
}

.manifesto--cheerful {
  color: var(--pink-deep);
}

.manifesto--standalone span {
  display: none;
}

.section-manifesto {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}

.section--luxury-pad {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
}

.section--compact-pad {
  padding-top: var(--section-pad-compact);
  padding-bottom: var(--section-pad-compact);
}

.bg-cream {
  background-color: var(--cream);
}

.bg-sage-muted {
  background-color: var(--sage-muted);
}

.bg-sky-muted {
  background-color: var(--sky-muted);
}

.bg-yellow-wash {
  background-color: var(--yellow-wash);
}

/* Playful section breaks - soft curves between bands */
.section-wave--top {
  border-top-left-radius: clamp(1.75rem, 5vw, 3.25rem);
  border-top-right-radius: clamp(1.75rem, 5vw, 3.25rem);
}

.section-packages.section-wave {
  border-bottom-left-radius: clamp(1.75rem, 5vw, 3.25rem);
  border-bottom-right-radius: clamp(1.75rem, 5vw, 3.25rem);
}

.section-wave--soft {
  border-top-left-radius: clamp(2.25rem, 6vw, 4rem);
  border-top-right-radius: clamp(2.25rem, 6vw, 4rem);
  border-bottom-left-radius: clamp(2.25rem, 6vw, 4rem);
  border-bottom-right-radius: clamp(2.25rem, 6vw, 4rem);
}

/* Our name - Yashoda image background + overlay */
.section-name-story {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section-name-story .container {
  z-index: 2;
}

.name-story__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--navy);
  background-image: url("../images/yashoda-landscape.jpeg");
  background-repeat: no-repeat;
  /* Wide/short band + square art: cover crops; align focal figures (not top foliage) */
  background-position: center 45%;
  background-size: cover;
}

.name-story__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(15, 30, 51, 0.52) 0%,
    rgba(15, 30, 51, 0.68) 55%,
    rgba(15, 30, 51, 0.74) 100%
  );
  pointer-events: none;
}

.name-story__line {
  font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.2rem, 2.35vw, 1.75rem);
    line-height: 1.3;
    color: rgba(255, 254, 251, 0.95);
    text-shadow: 0 1px 18px rgba(15, 30, 51, 0.4);
    font-style: italic;
}

.name-story__line em {
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 254, 251, 0.98);
}

.package-card {
  background: var(--ivory);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(217, 61, 122, 0.14);
  box-shadow: 0 8px 28px rgba(15, 30, 51, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(15, 30, 51, 0.09);
}

.package-card__tag {
  font-family: var(--font-body);
  font-size: 0.7rem;
  text-transform: uppercase;
  color: var(--pink-deep);
  font-weight: 500;
  margin-bottom: 0.65rem;
}

.package-card__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  color: var(--navy);
  margin-bottom: 0.85rem;
  line-height: 1.25;
}

.package-card__text {
  font-family: var(--font-body);
  font-size: var(--copy-size);
  line-height: var(--copy-leading);
  color: rgba(15, 30, 51, 0.78);
  font-weight: 400;
}

.bg-pink-pop {
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-deep) 100%);
}

.container-narrow {
  max-width: 720px;
}

.footer--compact.section--luxury-pad {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

/* Navigation */
.navbar-yashodai {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: transparent;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
  z-index: 1030;
}

.navbar-yashodai.scrolled {
  background-color: rgba(253, 246, 228, 0.97);
  box-shadow: 0 1px 0 var(--stone);
}

.navbar-yashodai .navbar-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.45rem, 3vw, 1.7rem);
  text-transform: none;
  color: var(--ivory);
  transition: color 0.3s ease;
}

.navbar-yashodai.scrolled .navbar-brand {
  color: var(--pink-deep);
}

.nav-link-ghost {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--ivory);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.2rem;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.nav-link-ghost:hover {
  color: var(--ivory);
  opacity: 0.85;
  border-bottom-color: rgba(255, 254, 251, 0.5);
}

.navbar-yashodai.scrolled .nav-link-ghost {
  color: var(--charcoal);
}

.navbar-yashodai.scrolled .nav-link-ghost:hover {
  color: var(--pink-deep);
  opacity: 1;
  border-bottom-color: rgba(217, 61, 122, 0.35);
}

.btn-access {
  font-family: var(--font-display);
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 17px;
    padding: 0.85rem 1.75rem;
    border-radius: 999px;
    border: 2px solid var(--ivory);
    color: var(--ivory);
    background: transparent;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.navbar-yashodai.scrolled .btn-access:not(.btn-access--primary) {
  border-color: var(--pink);
  color: var(--pink-deep);
}

.btn-access:hover {
  background: var(--ivory);
  color: var(--pink-deep);
  border-color: var(--ivory);
}

.navbar-yashodai.scrolled .btn-access:not(.btn-access--primary):hover {
  background: var(--pink);
  color: var(--ivory);
  border-color: var(--pink);
}

.btn-access--primary {
  background: var(--ivory);
  color: var(--pink-deep);
  border-color: var(--ivory);
}

.btn-access--primary:hover {
  background: var(--yellow-wash);
  color: var(--pink-deep);
  border-color: var(--yellow-wash);
  transform: translateY(-1px);
}

.navbar-yashodai.scrolled .btn-access--primary {
  background: var(--pink);
  color: var(--ivory);
  border-color: var(--pink);
}

.navbar-yashodai.scrolled .btn-access--primary:hover {
  background: var(--pink-deep);
  border-color: var(--pink-deep);
  color: var(--ivory);
}

.btn-access--cream {
  background: var(--cream);
  color: var(--pink-deep);
  border-color: var(--cream);
}

.btn-access--cream:hover {
  background: var(--ivory);
  border-color: var(--ivory);
  color: var(--pink-deep);
}

.btn-access--outline {
  border: 2px solid var(--pink);
  color: var(--pink-deep);
  background: transparent;
  border-radius: 999px;
}

.btn-access--outline:hover {
  background: var(--pink);
  color: var(--ivory);
  border-color: var(--pink);
}

.btn-access--solid-footer {
  border-radius: 999px;
  border: 2px solid var(--pink);
  color: var(--pink-deep);
  background: transparent;
}

.btn-access--solid-footer:hover {
  background: var(--pink);
  color: var(--ivory);
  border-color: var(--pink);
}

.btn-access--solid {
  border-color: var(--pink);
  color: var(--pink-deep);
  margin-top: 0.5rem;
  border-radius: 999px;
  border-width: 2px;
}

.btn-access--solid:hover {
  background: var(--pink);
  color: var(--ivory);
  border-color: var(--pink);
}

.btn-access--inverse {
  border-color: var(--ivory);
  color: var(--ivory);
}

.btn-access--inverse:hover {
  background: var(--ivory);
  color: var(--charcoal);
}

/* Sections - 100vh + generous padding */
.section-full {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--section-pad-y) clamp(1.5rem, 5vw, 4rem);
}

.section-pillars {
  min-height: 0;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  background-color: var(--pink);
  background-image: url("../images/banner1.jpg");
  background-size: cover;
  background-position: center;
  padding: calc(var(--section-pad-y) + 3.5rem) clamp(1.5rem, 5vw, 4rem) var(--section-pad-y);
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(4rem, 10vh, 6rem);
}

.hero--cheerful {
  background-image: linear-gradient(120deg, rgba(217, 61, 122, 0.92) 0%, rgba(184, 50, 102, 0.88) 45%, rgba(61, 158, 229, 0.55) 100%),
    url("../images/banner1.jpg");
  background-blend-mode: normal;
  border-bottom-left-radius: clamp(1.75rem, 5vw, 3.25rem);
  border-bottom-right-radius: clamp(1.75rem, 5vw, 3.25rem);
  overflow: hidden;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(15, 30, 51, 0.25);
  pointer-events: none;
}

.hero__overlay--cheerful {
  background: linear-gradient(180deg, rgba(15, 30, 51, 0.15) 0%, rgba(15, 30, 51, 0.35) 100%);
}

.hero-kicker--on-pink {
  color: rgba(255, 254, 251, 0.85);
}

.hero-subhead--on-pink {
  color: rgba(255, 254, 251, 0.92);
  max-width: 36rem;
}

.hero-cta-row .btn-access--primary {
  box-shadow: 0 8px 24px rgba(15, 30, 51, 0.15);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

/* Four Pillars - one row × four cards; type matches package / pool hierarchy */
.pillar-grid {
  --pillar-gap: clamp(1rem, 2.5vw, 1.5rem);
}

.section-pillars .display-heading--section.display-heading--friendly {
  font-weight: 500;
}

.section-pillars .section-deck {
  font-size: var(--copy-lede-size);
  line-height: var(--copy-lede-leading);
  max-width: 42rem;
}

.pillar-card {
  position: relative;
  display: block;
  min-height: 220px;
  height: clamp(220px, 30vw, 280px);
  background-color: var(--stone);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-lg);
  box-shadow: 0 6px 28px rgba(15, 30, 51, 0.09);
  border: 1px solid rgba(15, 30, 51, 0.06);
}

/* Navy (same as footer --navy): opaque at bottom behind copy → transparent at top for photo */
.pillar-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 30, 51, 0.92) 0%,
    rgba(15, 30, 51, 0.58) 48%,
    rgba(15, 30, 51, 0) 100%
  );
  transition: background 0.45s ease;
}

.pillar-card:hover .pillar-card__overlay,
.pillar-card:focus-within .pillar-card__overlay {
  background: linear-gradient(
    to top,
    rgba(15, 30, 51, 0.96) 0%,
    rgba(15, 30, 51, 0.48) 52%,
    rgba(15, 30, 51, 0) 100%
  );
}

.pillar-card__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.1rem, 2.5vw, 1.5rem);
  z-index: 1;
}

.pillar-card__label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(0.95rem, 1.65vw, 1.15rem);
  text-transform: uppercase;
  color: var(--ivory);
  line-height: 1.22;
  margin-bottom: 0.35rem;
  text-shadow: 0 1px 12px rgba(15, 30, 51, 0.35);
}

.pillar-card__blurb {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--copy-size);
  line-height: var(--copy-leading);
  color: rgba(255, 254, 251, 0.96);
  max-width: none;
  margin-top: 0;
  text-shadow: 0 1px 10px rgba(15, 30, 51, 0.4);
}

@media (min-width: 992px) {
  .pillar-grid .pillar-card {
    min-height: 300px;
    height: clamp(300px, 34vw, 420px);
  }

  .pillar-grid .pillar-card__inner {
    padding: clamp(1rem, 1.75vw, 1.35rem);
  }

  .pillar-grid .pillar-card__label {
    font-size: clamp(0.9rem, 1.25vw, 1.05rem);
  }

  .pillar-grid .pillar-card__blurb {
    font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
    line-height: 1.58;
  }
}

.pillar-card--mentorship {
  background-image: url("../images/little-girl-play-with-constructor-toy-floor-home-with-mom-woman-babysitter-educational-game-family-home-spend-leisure-activities-time-together-concept_157912-4381.avif");
}

.pillar-card--safety {
  background-image: url("../images/full-shot-mother-with-kids-home_23-2150219304.avif");
}

.pillar-card--emotional {
  background-image: url("../images/young-happy-mother-playing-with-her-baby-daughter-s-small-feet-home_637285-506.avif");
}

.pillar-card--executive {
  background-image: url("../images/young-pretty-smiling-nanny-playing-with-two-girls-sitting-floor-woman-building-towers-with-two-adorable-girls-while-babysitting-them_290431-17136.avif");
}

.manifesto-wrap {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(0.5rem, 2vw, 1rem);
  text-align: center;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

/* Footer */
.footer-yashodai {
  background-color: var(--ivory);
  border-top: 1px solid var(--stone);
}

.footer-yashodai a {
  color: var(--charcoal);
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  transition: opacity 0.25s ease;
}

.footer-yashodai a:hover {
  opacity: 0.55;
}

.footer-yashodai .footer-note {
  font-size: 0.75rem;
  color: rgba(26, 26, 26, 0.52);
  font-weight: 200;
}

.bg-ivory {
  background-color: var(--ivory);
}

/* Mobile nav toggler - matches hero vs scrolled bar */
.navbar-yashodai .navbar-toggler {
  padding: 0.35rem 0.5rem;
}

.navbar-toggler-icon--custom {
  width: 1.35rem;
  height: 1.35rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28249, 248, 246, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-yashodai.scrolled .navbar-toggler-icon--custom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2826, 26, 26, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Inner pages (apply) - nav always light on ivory */
.navbar-yashodai--inner {
  background-color: rgba(249, 248, 246, 0.96);
  box-shadow: 0 1px 0 var(--stone);
}

.navbar-yashodai--inner .navbar-brand {
  color: var(--pink-deep);
}

.navbar-yashodai--inner .nav-link-ghost {
  color: var(--charcoal);
}

.navbar-yashodai--inner .nav-link-ghost:hover {
  color: var(--pink-deep);
  opacity: 1;
  border-bottom-color: rgba(217, 61, 122, 0.35);
}

.navbar-toggler-icon--inner {
  width: 1.35rem;
  height: 1.35rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2826, 26, 26, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-back-link {
  font-family: var(--font-body);
  font-weight: 200;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.15rem;
  transition: opacity 0.25s ease, border-color 0.25s ease;
}

.nav-back-link:hover {
  color: var(--charcoal);
  opacity: 0.55;
  border-bottom-color: rgba(18, 18, 18, 0.35);
}

/* Apply - invitation layout */
.page-apply {
  min-height: 100vh;
}

.apply-main {
  padding-top: clamp(7rem, 14vh, 10rem);
  padding-bottom: var(--section-pad-y);
}

.apply-col {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.apply-intro {
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.apply-kicker {
  font-family: var(--font-body);
  font-weight: 200;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.5);
}

.apply-lead {
  font-weight: 400;
  font-size: var(--copy-size);
  line-height: var(--copy-leading);
  color: rgba(18, 18, 18, 0.75);
  max-width: var(--copy-max);
  margin-left: auto;
  margin-right: auto;
}

.apply-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 clamp(2.75rem, 5vw, 3.5rem);
}

.apply-legend {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1rem, 2vw, 1.2rem);
  text-transform: uppercase;
  color: var(--charcoal);
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid var(--stone);
  padding-bottom: 1rem;
}

.apply-label {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 200;
  color: rgba(18, 18, 18, 0.55);
  margin-bottom: 0.5rem;
}

.apply-input,
.apply-textarea {
  display: block;
  width: 100%;
  font-family: var(--font-body);
  font-weight: 200;
  font-size: 1rem;
  color: var(--charcoal);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.22);
  border-radius: 0;
  padding: 0.65rem 0 0.85rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.apply-input::placeholder,
.apply-textarea::placeholder {
  color: rgba(18, 18, 18, 0.28);
}

.apply-input:focus,
.apply-textarea:focus {
  outline: none;
  border-bottom-color: var(--charcoal);
  box-shadow: 0 1px 0 0 var(--charcoal);
}

.apply-textarea {
  resize: vertical;
  min-height: 8rem;
  line-height: 1.7;
}

.apply-form.was-validated .apply-input:invalid,
.apply-form.was-validated .apply-textarea:invalid {
  border-bottom-color: rgba(18, 18, 18, 0.45);
  box-shadow: 0 1px 0 0 rgba(18, 18, 18, 0.35);
}

.apply-hint {
  font-size: 0.75rem;
  color: rgba(18, 18, 18, 0.45);
  font-weight: 200;
}

.apply-check {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 200;
  font-size: 0.9375rem;
  margin: 0;
}

.apply-check input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--charcoal);
  border: none;
}

.apply-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.apply-pill {
  margin: 0;
  cursor: pointer;
}

.apply-pill input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.apply-pill span {
  display: inline-block;
  padding: 0.55rem 1.15rem;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 200;
  color: var(--charcoal);
  border: 1px solid rgba(18, 18, 18, 0.18);
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.apply-pill input:focus-visible + span {
  outline: 1px solid var(--charcoal);
  outline-offset: 2px;
}

.apply-pill input:checked + span {
  background: var(--charcoal);
  color: var(--ivory);
  border-color: var(--charcoal);
}

.apply-pill:hover span {
  border-color: rgba(18, 18, 18, 0.4);
}

.apply-switch .form-check-input {
  width: 2.75rem;
  height: 1.35rem;
  margin-top: 0;
  border-color: rgba(18, 18, 18, 0.35);
  background-color: var(--stone);
  cursor: pointer;
}

.apply-switch .form-check-input:checked {
  background-color: var(--charcoal);
  border-color: var(--charcoal);
}

.apply-switch .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(18, 18, 18, 0.12);
}

.apply-switch-label {
  font-size: 0.8125rem;
  font-weight: 200;
  margin-left: 0.35rem;
  cursor: pointer;
}

.btn-access--wide {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* Luxury confirmation modal */
.modal-luxe .modal-content {
  border-radius: 1.25rem;
  background-color: var(--ivory);
  box-shadow: 0 28px 64px rgba(15, 30, 51, 0.12);
  border: 1px solid rgba(217, 61, 122, 0.18);
}

.modal-luxe .modal-header {
  padding: 2rem 2rem 0.5rem;
}

.modal-luxe .modal-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  text-transform: none;
  color: var(--pink-deep);
}

.modal-luxe__copy {
  font-weight: 400;
  font-size: var(--copy-size);
  line-height: var(--copy-leading);
  color: rgba(18, 18, 18, 0.72);
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.btn-close-luxe {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  opacity: 0.5;
}

.btn-close-luxe:hover {
  opacity: 0.85;
}

/* Scroll reveal */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(1.35rem);
  transition: opacity 0.95s ease, transform 0.95s ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Modal backdrop - quiet charcoal */
.modal-backdrop.show {
  background-color: var(--charcoal);
  opacity: 0.68;
}

/* Waitlist modal */
.modal-luxe--waitlist .modal-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  text-transform: none;
  color: var(--pink-deep);
}

.waitlist-kicker {
  font-family: var(--font-body);
  font-weight: 200;
  font-size: 0.65rem;
  text-transform: uppercase;
  text-align: center;
  color: rgba(18, 18, 18, 0.45);
}

.waitlist-lead {
  font-weight: 400;
  font-size: var(--copy-muted-size);
  line-height: var(--copy-leading);
  color: rgba(18, 18, 18, 0.68);
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.waitlist-select {
  display: block;
  width: 100%;
  font-family: var(--font-body);
  font-weight: 200;
  font-size: 1rem;
  color: var(--charcoal);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.22);
  border-radius: 0;
  padding: 0.65rem 1.5rem 0.85rem 0;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%231A1A1A' stroke-opacity='0.4' stroke-width='1.2' d='M1 1.5 6 6l5-4.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.15rem center;
}

.waitlist-select:focus {
  outline: none;
  border-bottom-color: var(--charcoal);
  box-shadow: 0 1px 0 0 var(--charcoal);
}

.waitlist-form.was-validated .waitlist-select:invalid {
  border-bottom-color: rgba(18, 18, 18, 0.45);
}

.waitlist-ai-check {
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
}

.waitlist-ai-check span {
  line-height: 1.5;
  text-transform: none;
  font-size: 0.875rem;
}

.waitlist-field-error {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.65);
  margin-top: 0.5rem;
}

.apply-input.is-invalid {
  border-bottom-color: rgba(26, 26, 26, 0.5);
  box-shadow: 0 1px 0 0 rgba(26, 26, 26, 0.35);
}

.waitlist-phone-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.22);
  padding-bottom: 0.15rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.waitlist-phone-row:focus-within {
  border-bottom-color: var(--charcoal);
  box-shadow: 0 1px 0 0 var(--charcoal);
}

.waitlist-phone-prefix {
  font-family: var(--font-body);
  font-weight: 200;
  font-size: 1rem;
  color: rgba(26, 26, 26, 0.55);
  flex-shrink: 0;
  padding-bottom: 0.65rem;
}

.waitlist-phone-input {
  border-bottom: none;
  box-shadow: none;
  padding-left: 0;
  padding-bottom: 0.65rem;
}

.waitlist-phone-input:focus {
  box-shadow: none;
  border-bottom: none;
}

.waitlist-form.was-validated .waitlist-phone-row:has(.apply-input:invalid) {
  border-bottom-color: rgba(26, 26, 26, 0.45);
}

.waitlist-form .apply-label {
  text-transform: none;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.waitlist-service-note {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(18, 18, 18, 0.55);
  text-align: center;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.waitlist-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.5rem;
  min-width: 0;
}

.waitlist-fieldset .waitlist-legend {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0.65rem;
  border: none;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
  color: rgba(18, 18, 18, 0.55);
}

.waitlist-radio-stack {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.waitlist-radio-stack label {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--charcoal);
}

.waitlist-radio-stack input[type="radio"] {
  margin-top: 0.28rem;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  accent-color: var(--navy);
}

.modal-luxe--waitlist .waitlist-submit {
  background: var(--navy);
  color: var(--ivory);
  border-color: var(--navy);
  box-shadow: 0 6px 20px rgba(15, 30, 51, 0.28);
}

.modal-luxe--waitlist .waitlist-submit:hover {
  background: #0c1a2e;
  border-color: #0c1a2e;
  color: var(--ivory);
  transform: translateY(-1px);
}

.modal-luxe--waitlist .waitlist-submit:focus-visible {
  outline: 2px solid var(--sky-muted);
  outline-offset: 3px;
}

/* Inner nav - primary CTA (apply & co.) */
.btn-access--inner {
  border-color: var(--charcoal);
  color: var(--charcoal);
}

.btn-access--inner:hover {
  background: var(--charcoal);
  color: var(--ivory);
  border-color: var(--charcoal);
}

.btn-access--ghost {
  border-color: rgba(26, 26, 26, 0.35);
  color: var(--charcoal);
  background: transparent;
}

.btn-access--ghost:hover {
  background: rgba(26, 26, 26, 0.06);
  color: var(--charcoal);
  border-color: var(--charcoal);
}

/* Nanny multi-step apply */
.nanny-apply__shell {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.nanny-apply__intro {
  margin-bottom: clamp(2.5rem, 6vw, 3.5rem);
}

.apply-legend--inline {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.nanny-progress {
  position: relative;
  margin: clamp(2rem, 5vw, 3rem) 0 clamp(2.5rem, 6vw, 4rem);
  padding: 0 0.25rem;
}

.nanny-progress__track {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0.85rem;
  height: 1px;
  background-color: var(--stone);
  z-index: 0;
}

.nanny-progress__steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 0.5rem;
}

.nanny-progress__step {
  flex: 1;
  text-align: center;
  max-width: 33%;
}

.nanny-progress__num {
  display: block;
  font-family: var(--font-body);
  font-weight: 200;
  font-size: 0.65rem;
  color: rgba(26, 26, 26, 0.32);
  margin-bottom: 0.4rem;
}

.nanny-progress__label {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(0.7rem, 1.5vw, 0.82rem);
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.38);
  line-height: 1.35;
}

.nanny-progress__step.is-active .nanny-progress__num,
.nanny-progress__step.is-complete .nanny-progress__num {
  color: rgba(26, 26, 26, 0.75);
}

.nanny-progress__step.is-active .nanny-progress__label {
  color: var(--charcoal);
}

.nanny-progress__step.is-complete .nanny-progress__label {
  color: rgba(26, 26, 26, 0.55);
}

.nanny-step-actions {
  padding-top: 0.5rem;
}

.page-nanny .apply-main {
  background-color: var(--cream);
}

/* Cheerful layout blocks (home) */
.pool-grid {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.pool-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 1.5rem 1.1rem;
  background-color: var(--pool-tile-bg);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(143, 184, 153, 0.28);
  box-shadow: 0 4px 20px rgba(15, 30, 51, 0.05);
}

.pool-grid-item__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(255, 254, 251, 0.92);
  border: 1px solid rgba(143, 184, 153, 0.45);
  box-shadow: 0 4px 16px rgba(15, 30, 51, 0.06);
}

.pool-grid-item__icon {
  font-size: 1.35rem;
  color: var(--pink-deep);
  line-height: 1;
}

.pool-grid-item__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 1.9vw, 1.2rem);
  color: var(--navy);
  line-height: 1.25;
  margin: 0 0 0.5rem;
  max-width: 22rem;
}

.pool-grid-item__text {
  font-family: var(--font-body);
  font-size: var(--copy-size);
  line-height: var(--copy-leading);
  color: rgba(15, 30, 51, 0.82);
  font-weight: 400;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  background: var(--ivory);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid rgba(15, 30, 51, 0.08);
  box-shadow: 0 4px 20px rgba(15, 30, 51, 0.04);
}

.testimonial-card__quote {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  color: rgba(15, 30, 51, 0.85);
  line-height: var(--copy-leading);
  font-size: var(--copy-size);
}

.testimonial-card__cite {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--pink-deep);
  font-weight: 400;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1.1rem, 2.5vw, 1.5rem);
  background: var(--ivory);
  border: 1px solid rgba(61, 158, 229, 0.2);
  border-radius: clamp(1.35rem, 3.5vw, 2rem);
  box-shadow: 0 8px 28px rgba(15, 30, 51, 0.06);
}

.process-step__num {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--pink) 0%, var(--pink-deep) 100%);
  color: var(--ivory);
  margin-bottom: 1.1rem;
  box-shadow: 0 4px 14px rgba(217, 61, 122, 0.35);
}

.process-step__num-label {
  font-family: var(--font-body);
  font-size: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.95;
}

.process-step__num-value {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}

.process-step__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 0.6rem;
}

.process-step__text {
  font-family: var(--font-body);
  font-size: var(--copy-size);
  color: rgba(15, 30, 51, 0.78);
  line-height: var(--copy-leading);
  font-weight: 400;
}

.cta-band__lede {
  font-family: var(--font-body);
  font-size: var(--copy-lede-size);
  line-height: var(--copy-lede-leading);
  font-weight: 400;
  color: rgba(255, 254, 251, 0.92);
  max-width: var(--copy-max);
}

.footer--cheerful {
  background: var(--navy);
  border-top: none;
}

.footer--cheerful .footer-note {
  color: rgba(255, 254, 251, 0.55);
}

.footer--cheerful a {
  color: rgba(255, 254, 251, 0.92);
}

.footer--cheerful a:hover {
  color: var(--sky-muted);
  opacity: 1;
}

/* Footer - expanded trust + social */
.footer--rich {
  padding-top: clamp(3rem, 7vw, 4.5rem);
  padding-bottom: clamp(2.25rem, 5vw, 3rem);
}

.footer-brand {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.6rem);
  font-weight: 600;
  color: var(--ivory);
  text-decoration: none;
}

.footer-brand:hover {
  color: rgba(255, 254, 251, 0.92);
}

.footer-lede {
  font-family: var(--font-body);
  font-size: var(--copy-muted-size);
  line-height: var(--copy-leading);
  color: rgba(255, 254, 251, 0.72);
  max-width: 22rem;
}

.footer-col-title {
  font-family: var(--font-display);
    font-size: 20px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: var(--bs-info-border-subtle);
}

.footer-text,
.footer-text a {
  font-family: var(--font-body);
  font-size: var(--copy-muted-size);
  line-height: 1.55;
  color: rgba(255, 254, 251, 0.88);
  text-transform: none;
}

.footer-text a {
  text-decoration: none;
}

.footer-text a:hover {
  color: var(--sky-muted);
}

.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.footer-contact-icon {
  flex-shrink: 0;
  color: var(--pink);
  font-size: 1.05rem;
  line-height: 1.45;
  margin-top: 0.06em;
}

.footer-contact-body {
  flex: 1;
  min-width: 0;
}

.footer-contact-body a {
  font-weight: 400;
}

.footer-text--address .footer-contact-body {
  font-weight: 300;
  color: rgba(255, 254, 251, 0.82);
}

.footer-links li {
  margin-bottom: 0.35rem;
}

.footer--rich .footer-links a {
  font-family: var(--font-body);
  font-size: var(--copy-muted-size);
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  color: rgba(255, 254, 251, 0.92);
}

.footer--rich .footer-links a:hover {
  color: var(--sky-muted);
}

.footer-link-btn {
  font-family: var(--font-body) !important;
  font-size: var(--copy-muted-size) !important;
  font-weight: 400 !important;
  text-transform: none !important;
  color: rgba(255, 254, 251, 0.92) !important;
  text-decoration: none !important;
  border: none !important;
  line-height: inherit;
}

.footer-link-btn:hover {
  color: var(--sky-muted) !important;
}

.footer-social__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  background: rgba(255, 254, 251, 0.07);
  border: 1px solid rgba(255, 254, 251, 0.18);
  color: rgba(255, 254, 251, 0.92);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.footer-social__btn:hover {
  background: rgba(61, 158, 229, 0.22);
  border-color: rgba(61, 158, 229, 0.45);
  color: var(--ivory);
  transform: translateY(-2px);
}

.footer-social__btn .bi {
  font-size: 1.15rem;
  line-height: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 254, 251, 0.12);
}

.footer-gst {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: rgba(255, 254, 251, 0.45);
}

.footer--rich .footer-bottom .footer-note {
  font-size: 0.9375rem;
  color: rgba(255, 254, 251, 0.88);
  font-weight: 400;
}

.footer--rich .footer-bottom .footer-gst {
  font-size: 0.875rem;
  color: rgba(255, 254, 251, 0.72);
}

/* Legal pages */
.page-legal {
  background-color: var(--cream);
  padding-top: 5.5rem;
  padding-bottom: 3rem;
}

.legal-main {
  padding-bottom: 2rem;
}

.legal-doc {
  max-width: 40rem;
  margin: 0 auto;
  font-family: var(--font-body);
  font-size: var(--copy-size);
  line-height: var(--copy-leading);
  color: rgba(15, 30, 51, 0.88);
}

.legal-doc__header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--stone);
}

.legal-doc__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.legal-doc__meta {
  font-size: var(--copy-muted-size);
  color: rgba(15, 30, 51, 0.55);
  margin-bottom: 0;
}

.legal-doc h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  color: var(--navy);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-doc p,
.legal-doc li {
  margin-bottom: 0.85rem;
}

.legal-doc ul {
  padding-left: 1.25rem;
}

.legal-doc a {
  color: var(--pink-deep);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.legal-doc a:hover {
  color: var(--pink);
}

/* Navbar / footer - minimal two-action pattern (Packages + Hire) */
@media (max-width: 991.98px) {
  .nav-collapsible-actions {
    width: 100%;
    max-width: 100%;
  }

  .nav-collapsible-actions .btn-access {
    width: 100%;
  }
}

.footer-minimal__nav .btn {
  width: 100%;
}

@media (min-width: 576px) {
  .footer-minimal__nav .btn {
    width: auto;
  }
}

@media (min-width: 768px) {
  .footer-minimal .footer-note {
    text-align: right;
  }

  .footer-minimal--light .footer-note {
    text-align: right;
  }
}

/* Small screens - type, tap targets, section rhythm */
@media (max-width: 575.98px) {
  html {
    scroll-padding-top: 5rem;
  }

  .pillar-card {
    min-height: 200px;
    height: clamp(200px, 42vw, 260px);
  }

  .hero {
    padding-left: max(1rem, env(safe-area-inset-left, 0));
    padding-right: max(1rem, env(safe-area-inset-right, 0));
  }

  .display-heading--section {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .manifesto--standalone {
    overflow-wrap: anywhere;
  }

  .modal-dialog {
    margin: 0.75rem;
    max-width: calc(100% - 1.5rem);
  }
}

@media (max-width: 991.98px) {
  .navbar-yashodai .navbar-collapse {
    padding-bottom: 0.75rem;
  }
}
