:root {
  --navy: #12375f;
  --navy-2: #1b4b72;
  --green: #28724c;
  --green-dark: #185a38;
  --gold: #d7a938;
  --red: #b43a3d;
  --cream: #fffdf8;
  --ink: #263238;
  --muted: #5f6a68;
  --line: #e3ded2;
  --shadow: 0 18px 45px rgba(45, 76, 56, .09);
}

body {
  background: #fffdf9;
}

.launch-notice {
  background: linear-gradient(90deg, #12375f, #1b4b72);
  color: #fff;
  padding: 12px 24px;
}

.launch-notice > div {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  text-align: center;
}

.launch-notice strong {
  color: #f4d574;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

.launch-notice a {
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  text-underline-offset: 3px;
}

.service-preview {
  grid-template-columns: repeat(6, 1fr);
}

.service-preview .card {
  grid-column: span 2;
}

.service-preview .respite-card {
  grid-column: 3 / span 2;
  border-top: 5px solid var(--gold);
}

.site-header {
  background: rgba(255, 255, 252, .97);
  border-bottom-color: rgba(18, 55, 95, .09);
}

.brand-logo,
.footer-logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid rgba(40, 114, 76, .13);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(18, 55, 95, .09);
  overflow: hidden;
}

.brand-logo {
  width: 78px;
  height: 78px;
}

.brand-logo img {
  width: 74px;
  height: 74px;
  border-radius: 0;
}

.button.primary {
  background: var(--green);
  box-shadow: 0 8px 20px rgba(40, 114, 76, .16);
}

.hero {
  background:
    radial-gradient(circle at 78% 25%, rgba(215, 169, 56, .13), transparent 32%),
    radial-gradient(circle at 8% 70%, rgba(40, 114, 76, .07), transparent 30%);
}

.hero-panel {
  background: linear-gradient(145deg, #f2f7ed, #e3efe0);
  color: var(--ink);
  border: 1px solid #cfddc9;
  border-bottom: 6px solid var(--gold);
  border-radius: 36px 36px 36px 8px;
}

.hero-panel p {
  color: #36453d;
}

.hero-brand {
  display: grid;
  place-items: center;
  min-height: 480px;
}

.hero-brand img {
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 22px 35px rgba(18, 55, 95, .14));
}

.promise-mark {
  background: #f8efd2;
  color: var(--green-dark);
  border: 1px solid #e7cf7a;
}

.check-list li {
  border-bottom-color: rgba(40, 114, 76, .15);
}

.check-list li::before {
  color: var(--green);
  font-weight: 900;
}

.tinted {
  background: linear-gradient(180deg, #edf7ef, #f8fbf5);
}

.inspiration {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  background: linear-gradient(135deg, #f2f8ef 0%, #fffaf0 100%);
  max-width: none;
  padding-left: max(24px, calc((100% - 1132px)/2));
  padding-right: max(24px, calc((100% - 1132px)/2));
}

.inspiration-photo,
.story-photo {
  margin: 0;
}

.inspiration-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 32px 32px 8px 32px;
  box-shadow: 0 22px 50px rgba(18, 55, 95, .14);
}

.inspiration-photo figcaption,
.story-photo figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .92rem;
}

.inspiration-copy p:not(.eyebrow) {
  font-size: 1.08rem;
}

.inspiration-text-only {
  display: block;
}

.inspiration-text-only .inspiration-copy {
  max-width: 850px;
  margin: 0 auto;
}

.story-photo {
  display: grid;
  grid-template-columns: minmax(240px, 420px) 1fr;
  gap: 34px;
  align-items: end;
  padding: 28px;
  background: linear-gradient(135deg, #edf7ef, #fffaf0);
  border-radius: var(--radius);
}

.story-photo img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(18, 55, 95, .12);
}

.story-photo > div {
  align-self: center;
}

.story-photo h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.3;
}

.story-photo > div > p:last-child {
  font-size: 1.08rem;
}

.family-stories {
  display: grid;
  gap: 28px;
}

.family-story {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  padding: 28px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(45, 76, 56, .055);
}

.family-story:nth-child(even) {
  background: linear-gradient(135deg, #edf7ef, #fffaf0);
}

.family-story img {
  width: 100%;
  height: min(480px, 60vw);
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.family-story.legacy-portrait img {
  width: min(100%, 420px);
  height: auto !important;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  justify-self: center;
  background: #f4f1eb;
}

.family-story.inspiration-portrait img {
  width: min(100%, 420px);
  height: auto !important;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  justify-self: center;
  background: #f4f1eb;
}

.headshot-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.headshot-pair img {
  height: 390px;
  object-position: center top;
}

.family-story h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.family-story p:not(.eyebrow) {
  font-size: 1.08rem;
}

.card,
.principle-grid article,
.resource-grid div,
.faq-section details,
form {
  background: #fffdf8;
  box-shadow: 0 10px 28px rgba(45, 76, 56, .055);
}

.accent-panel {
  background: linear-gradient(135deg, #fffdf8, #f8efe0);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.growth-quote {
  background: rgba(255, 253, 248, .72);
}

.cta {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
}

.page-hero {
  background: linear-gradient(135deg, #edf6ee 0%, #fffdf7 72%, #fff6e8 100%);
  color: var(--ink);
  border-bottom: 1px solid #d9decf;
}

.page-hero h1 {
  color: var(--navy);
}

.page-hero .lead {
  color: #46554d;
}

.page-hero .eyebrow {
  color: var(--green);
}

.question-panel,
.privacy-callout {
  background: linear-gradient(135deg, #e9f2e7, #f7f2df);
}

.service-note {
  background: #fff4d6;
}

footer {
  background: #0b2d4e;
}

.footer-logo {
  width: 108px;
  height: 108px;
  border-radius: 22px;
  border-color: rgba(255,255,255,.35);
}

.footer-logo img {
  width: 102px;
  height: 102px;
  border-radius: 0;
}

@media (max-width: 1020px) {
  .site-header nav {
    background: #fffdf8;
  }

  .service-preview {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-preview .card,
  .service-preview .respite-card {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .brand-logo {
    width: 68px;
    height: 68px;
  }

  .brand-logo img {
    width: 64px;
    height: 64px;
  }

  .inspiration,
  .story-photo,
  .family-story {
    grid-template-columns: 1fr;
  }

  .inspiration-photo {
    max-width: 520px;
  }

  .hero-brand {
    min-height: auto;
  }

  .launch-notice > div {
    display: grid;
    gap: 3px;
  }

  .service-preview {
    grid-template-columns: 1fr;
  }

  .story-photo {
    padding: 18px;
  }
}
