/* Website page modules. Shared brand rules live in brand.css. */

.review-banner { padding-block: 0.7rem; border-bottom: 1px solid var(--line); background: var(--pale-blue); color: var(--deep-blue); font-size: 0.9rem; }


.hero {
  position: relative;
  display: grid;
  min-height: min(47rem, calc(100svh - 5.1rem));
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 24%, rgba(110, 193, 228, 0.22), transparent 23rem),
    linear-gradient(132deg, var(--deep-blue-dark) 0%, var(--deep-blue) 50%, var(--deep-blue-light) 100%);
  color: var(--white);
}
.hero--compact, .hero--policy { min-height: 27rem; }
.hero--policy { background: linear-gradient(145deg, var(--deep-blue-dark), var(--deep-blue) 60%, #194a72); }
.hero__content { position: relative; z-index: 2; max-width: var(--container); padding-block: clamp(4.5rem, 10vw, 8rem); }
.hero__content > * { max-width: 47rem; }
.hero h1 { color: var(--white); }
.hero__lede { margin-bottom: 1.35rem; color: rgba(255, 255, 255, 0.9); font-size: clamp(1.12rem, 2.2vw, 1.35rem); line-height: 1.55; }
.hero__review { padding-left: 1rem; border-left: 3px solid var(--accent-light); color: rgba(255, 255, 255, 0.82); font-size: 0.94rem; }
.hero .eyebrow { color: var(--accent-light); }
.hero__actions, .cta-panel__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.hero__shape { position: absolute; z-index: 1; display: block; border: 1px solid rgba(255, 255, 255, 0.13); pointer-events: none; }
.hero__shape--one { top: 12%; right: -8rem; width: min(36rem, 58vw); aspect-ratio: 1; border-radius: 50%; box-shadow: inset 0 0 0 4rem rgba(110, 193, 228, 0.035); }
.hero__shape--two { right: 15%; bottom: -13rem; width: 24rem; aspect-ratio: 1; transform: rotate(32deg); border-radius: 5rem; background: linear-gradient(145deg, rgba(52, 152, 198, 0.1), transparent); }
.hero--background { isolation: isolate; min-height: clamp(32rem, 76svh, 47rem); background: var(--deep-blue-dark); }
.hero--background.hero--compact, .hero--background.hero--policy { min-height: clamp(29rem, 68svh, 42rem); }
.hero__background { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.hero__video { opacity: 0; }
.hero__video.is-playing { opacity: 1; }
.hero__motion-control { position: absolute; z-index: 3; right: max(1rem, calc((100% - var(--container)) / 2)); bottom: 1rem; min-height: 2.75rem; max-width: calc(100% - 2rem); padding: 0.65rem 1rem; border: 1px solid var(--white); border-radius: 0.5rem; background: var(--deep-blue-dark); color: var(--white); font: inherit; font-size: 0.9rem; line-height: 1.25; cursor: pointer; }
.hero__motion-control[hidden] { display: none; }
.hero__motion-control:hover { background: var(--deep-blue); }
.hero__motion-control:focus-visible { outline: 3px solid var(--white); outline-offset: 4px; }
.hero--background::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(10, 25, 41, 0.92) 0%, rgba(10, 25, 41, 0.8) 52%, rgba(10, 25, 41, 0.38) 78%, rgba(10, 25, 41, 0.24) 100%); content: ""; pointer-events: none; }
.hero--background .hero__content { padding-block: clamp(4rem, 8vw, 7rem); }
.hero--background .hero__content > * { max-width: min(42rem, 55%); }
.hero--background h1 { max-width: 18ch; }
.hero--background .eyebrow { color: var(--white); }
.hero--background .hero__lede { color: var(--white); }
.hero--home .hero__background { object-position: 72% 50%; }
.hero--services .hero__background { object-position: 50% 55%; }
.hero--careers .hero__background { object-position: 50% 50%; }
.hero--contact .hero__background, .hero--faq .hero__background { object-position: 52% 50%; }
.hero--privacy .hero__background { object-position: 62% 45%; }
/* The square gardening photo needs a taller crop to retain both faces. */
.hero--background.hero--about { min-height: max(36rem, 58vw); align-items: start; }
.hero--about .hero__background { object-position: 50% 0%; }
.hero--about .hero__content { padding-block: 4rem; }
.card-illustration { display: flex; height: 14rem; align-items: center; justify-content: center; margin: 0 0 1.4rem; }
.card-illustration img { display: block; min-width: 0; min-height: 0; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
.service-card--illustrated h3, .position-card--illustrated h3 { margin-top: 0; }
.life-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.life-gallery figure { min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--pale-blue); box-shadow: var(--shadow); }
.life-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 12 / 7; object-fit: cover; }

.value-band { padding-block: clamp(1.5rem, 3vw, 2.5rem); border-bottom: 1px solid var(--line); background: var(--white); }
.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
/* Cropped curves echo the logo's palette without introducing feature icons. */
.value-item { --value-curve: #f4a866; --value-echo: #db5897; position: relative; isolation: isolate; overflow: hidden; min-width: 0; padding: 4.5rem clamp(1.35rem, 2.4vw, 2rem) 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.value-item--connection { --value-curve: #73d4ff; --value-echo: #f4a866; }
.value-item--choice { --value-curve: #db5897; --value-echo: #73d4ff; }
.value-item::before, .value-item::after { position: absolute; z-index: -1; pointer-events: none; border-radius: 50%; content: ""; }
.value-item::before { top: -8rem; right: -2.5rem; width: 17rem; height: 11rem; border: 1.2rem solid var(--value-curve); transform: rotate(-18deg); opacity: 0.35; }
.value-item::after { top: -6.75rem; right: -3rem; width: 13rem; height: 10rem; border: 0.35rem solid var(--value-echo); transform: rotate(12deg); opacity: 0.4; }
.value-copy { min-width: 0; }
.value-copy h3 { margin-bottom: 0.7rem; color: var(--deep-blue); font-size: clamp(1.15rem, 1.65vw, 1.35rem); line-height: 1.25; letter-spacing: -0.025em; }
.value-copy p { max-width: 32ch; margin: 0; color: var(--slate); font-size: 0.98rem; line-height: 1.65; }

.section { padding-block: clamp(3.5rem, 7vw, 5rem); }
.section--pale { background: var(--pale-blue); }
.section-heading { max-width: 47rem; margin-bottom: 2.25rem; }
.section-heading h2 { color: var(--deep-blue); }
.lede { color: var(--muted); font-size: 1.08rem; }
.service-grid, .principle-grid, .review-grid, .comparison-grid, .position-grid, .assistance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.service-card, .info-card, .review-card, .comparison-card, .position-card, .benefit-card, .feature-card {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(14, 39, 64, 0.07);
}
.service-card, .position-card { position: relative; overflow: hidden; }
.service-card::before, .position-card::before { position: absolute; top: 0; right: 0; left: 0; height: 0.3rem; background: linear-gradient(90deg, var(--navy), var(--accent-light)); content: ""; }
.service-card h3, .position-card h3 { margin-top: 1.3rem; }
.card-number, .journey-number {
  display: inline-flex;
  width: 2.7rem;
  height: 2.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pale-blue);
  color: var(--navy);
  font-weight: 800;
}
.review-tag, .pending-label {
  display: inline-flex;
  width: fit-content;
  min-height: 1.9rem;
  align-items: center;
  margin-left: 0.5rem;
  padding: 0.25rem 0.65rem;
  border: 1px solid #bdd8e9;
  border-radius: 999px;
  background: #e9f5fb;
  color: var(--deep-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.card-limit { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.92rem; }
.statement-section { padding-block: clamp(3.5rem, 7vw, 5rem); background: var(--white); }
.statement-panel { max-width: 56rem; text-align: center; }
.statement-panel h2 { color: var(--navy); }
.standalone-testimonial { margin-top: 2.5rem; }
.statement-panel p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.cta-section { padding-block: clamp(3.5rem, 7vw, 5rem); background: var(--white); }
.cta-panel {
  display: flex;
  min-height: 18rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 6vw, 4rem);
  border-radius: 1.5rem;
  background: linear-gradient(135deg, var(--deep-blue-dark), var(--deep-blue-light));
  color: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}
.cta-panel > div:first-child { max-width: 42rem; }
.cta-panel h2 { color: var(--white); }
.cta-panel .section-kicker { color: var(--accent-light); }
.cta-panel p:last-child { margin-bottom: 0; }

.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.9fr); align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.prose { max-width: 44rem; }
.prose p { color: var(--muted); }
.review-copy { padding: 1rem 1.15rem; border-left: 4px solid var(--accent); background: var(--pale-blue); color: var(--ink) !important; }
.visual-placeholder {
  position: relative;
  display: grid;
  min-height: 24rem;
  place-items: end start;
  overflow: hidden;
  padding: 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(145deg, var(--deep-blue), var(--navy));
  color: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}
.visual-placeholder > div { position: relative; z-index: 2; max-width: 25rem; }
.visual-placeholder strong { color: var(--white); font-size: 1.3rem; }
.visual-placeholder p { margin: 0.5rem 0 0; }
.visual-ring { position: absolute; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 50%; }
.visual-ring--large { top: -5rem; right: -6rem; width: 21rem; aspect-ratio: 1; }
.visual-ring--small { top: 5rem; right: 5rem; width: 7rem; aspect-ratio: 1; background: rgba(110, 193, 228, 0.12); }
.review-card { border-top: 4px solid var(--accent); }
.about-metrics { margin-top: clamp(2.5rem, 5vw, 4rem); }
.faq-preview { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(22rem, 1.2fr); align-items: start; gap: clamp(2rem, 6vw, 5rem); }
.faq-preview__links { display: grid; gap: 0.75rem; }
.faq-preview__links a {
  display: grid;
  min-height: 5.5rem;
  align-content: center;
  padding: 1rem 3.5rem 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: var(--white);
  color: var(--deep-blue);
  text-decoration: none;
}
.faq-preview__links a::after { content: "→"; margin-top: -2.3rem; margin-left: auto; color: var(--accent-dark); font-size: 1.4rem; }
.faq-preview__links span { color: var(--muted); font-size: 0.9rem; }

.notice, .safety-note {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 2.5rem;
  padding: 1rem 1.2rem;
  border: 1px solid #b8d9ec;
  border-left: 5px solid var(--accent-dark);
  border-radius: 0.8rem;
  background: #eaf6fc;
  color: var(--deep-blue);
}
.notice strong, .safety-note strong { flex: 0 0 auto; }
.comparison-card dl, .contact-status { margin: 0; }
.comparison-card dl > div { padding-block: 0.8rem; border-top: 1px solid var(--line); }
.comparison-card dt { color: var(--deep-blue); font-size: 0.82rem; font-weight: 800; text-transform: uppercase; }
.comparison-card dd { margin: 0.2rem 0 0; color: var(--muted); }
.status-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.status-tile { padding: 2rem; background: var(--white); text-align: center; }
.status-tile__value { display: block; min-height: 3rem; margin-bottom: 0.5rem; color: var(--accent-dark); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; line-height: 1.15; }
.status-tile p { margin-bottom: 0; color: var(--muted); }
.journey { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.1rem; margin: 0; padding: 0; list-style: none; }
.journey--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.journey-step { position: relative; min-width: 0; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); }
.journey-step::after { position: absolute; top: 2.65rem; left: calc(100% + 0.05rem); z-index: 2; width: 1rem; height: 2px; background: var(--accent-light); content: ""; }
.journey-step:last-child::after { display: none; }
.journey-step h3 { margin-top: 1.1rem; }
.journey-step p { margin-bottom: 0; color: var(--muted); font-size: 0.93rem; }

.services-nav { border-bottom: 1px solid var(--line); background: var(--white); }
.services-nav > .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 0.7rem; }
.services-nav > .container > span { color: var(--muted); font-size: 0.9rem; }
.services-nav ul { display: flex; flex-wrap: wrap; gap: 0.25rem 0.75rem; margin: 0; padding: 0; list-style: none; }
.services-nav a { display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0.45rem 0.6rem; border-radius: 0.5rem; font-size: 0.9rem; font-weight: 650; text-decoration: none; }
.services-nav a:hover { background: var(--pale-blue); text-decoration: underline; }
.services-heading { margin-inline: auto; text-align: center; }
.services-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.service-option { --service-tint: #edf6fc; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(14, 39, 64, 0.06); }
.service-option--direct-support { --service-tint: #eef5f1; }
.service-option--hybrid-care { --service-tint: #f5f1f8; }
.service-option__art { display: grid; place-items: center; padding: 1.5rem; background: var(--service-tint); }
.service-option__art img { display: block; width: 100%; max-width: 11rem; height: 11rem; object-fit: contain; }
.service-option__copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.75rem; }
.service-option__label { margin-bottom: 0.6rem; color: var(--navy); font-size: 0.78rem; font-weight: 750; letter-spacing: 0.07em; text-transform: uppercase; }
.service-option h3 { margin-bottom: 0.8rem; font-size: 1.4rem; }
.service-option__copy > p:not(.service-option__label) { color: var(--muted); }
.service-option__waivers { margin-top: auto; padding-top: 0.6rem; font-size: 0.88rem; }
.service-option__waivers span { margin-right: 0.4rem; color: var(--ink); font-weight: 650; }
.service-option__link { display: inline-flex; align-items: center; gap: 0.5rem; min-height: 2.75rem; font-weight: 700; }
.services-comparison-desktop { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(14, 39, 64, 0.04); }
.services-table { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: left; }
.services-table th, .services-table td { padding: 1.4rem 1.5rem; vertical-align: top; }
.services-table thead th { background: var(--white); color: var(--deep-blue); font-size: 1.12rem; vertical-align: bottom; }
.services-table thead th:first-child { width: 17%; color: var(--muted); font-size: 0.88rem; }
.services-table thead img { display: block; width: 4rem; height: 4rem; margin-bottom: 0.75rem; object-fit: contain; }
.services-table tbody th { color: var(--deep-blue); font-size: 0.9rem; font-weight: 700; }
.services-table tbody td { color: var(--slate); line-height: 1.65; }
.services-table tbody tr { border-top: 1px solid var(--line); }
.services-table tbody tr:nth-child(odd) { background: #f8fbfe; }
.services-table th + th, .services-table td { border-left: 1px solid var(--line); }
.services-comparison-mobile { display: none; }
.services-comparison-hint { margin-bottom: 1rem; color: var(--muted); font-size: 0.95rem; }
.service-compare { margin-bottom: 0.85rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); }
.service-compare summary { display: flex; align-items: center; gap: 0.8rem; min-height: 4.5rem; padding: 1rem; border-radius: 1rem; color: var(--deep-blue); font-weight: 750; cursor: pointer; list-style: none; }
.service-compare summary::-webkit-details-marker { display: none; }
.service-compare summary img { flex-shrink: 0; width: 3rem; height: 3rem; object-fit: contain; }
.service-compare__toggle { display: grid; flex-shrink: 0; width: 1.8rem; height: 1.8rem; margin-left: auto; place-items: center; border-radius: 50%; background: var(--pale-blue); color: var(--navy); font-size: 1.4rem; font-weight: 400; line-height: 1; }
.service-compare[open] .service-compare__toggle { transform: rotate(45deg); }
.service-compare[open] summary { border-bottom: 1px solid var(--line); border-radius: 1rem 1rem 0 0; }
.service-compare dl { margin: 0; padding: 0 1.25rem; }
.service-compare dl > div { padding-block: 1rem; }
.service-compare dl > div + div { border-top: 1px solid var(--line); }
.service-compare dt { margin-bottom: 0.3rem; color: var(--deep-blue); font-size: 0.8rem; font-weight: 750; letter-spacing: 0.04em; text-transform: uppercase; }
.service-compare dd { margin: 0; color: var(--slate); }
.services-choice { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2rem 0 0; }
.services-choice h3 { margin-bottom: 0.35rem; font-size: 1.1rem; }
.services-choice p { margin: 0; color: var(--muted); }
.services-choice a { flex-shrink: 0; min-height: 2.75rem; align-content: center; }
.services-results { background: linear-gradient(130deg, var(--deep-blue), var(--deep-blue-light)); color: var(--white); }
.services-results .section-kicker { color: var(--accent-light); }
.services-results .section-heading h2 { color: var(--white); }
.services-results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.service-result { padding: 2.5rem 1.5rem; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: var(--radius); background: rgba(255, 255, 255, 0.05); text-align: center; }
.service-result__value { display: block; margin-bottom: 1rem; color: var(--white); font-size: clamp(2.75rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; }
.service-result h3 { margin-bottom: 0.4rem; color: var(--white); font-size: 1.1rem; line-height: 1.4; }
.service-result p { margin: 0; color: #d5e5f4; }
.services-results-note { max-width: 42rem; margin: 1.5rem auto 0; color: #d5e5f4; font-size: 0.92rem; text-align: center; }

@media (max-width: 55rem) {
  .services-nav > .container { flex-direction: column; align-items: flex-start; gap: 0.25rem; }
  .services-nav ul { gap: 0.15rem; }
  .services-nav a { padding-inline: 0.5rem; }
  .services-options { grid-template-columns: 1fr; }
  .service-option { display: grid; grid-template-columns: minmax(8rem, 30%) minmax(0, 1fr); }
  .service-option__art { padding: 1rem; }
  .service-option__art img { height: auto; aspect-ratio: 1; }
  .service-option__copy { padding: 1.5rem; }
  .services-comparison-desktop { display: none; }
  .services-comparison-mobile { display: block; }
  .services-choice { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
  .services-results-grid { grid-template-columns: 1fr; gap: 1rem; }
  .service-result { padding: 2rem 1.5rem; }
}
@media (max-width: 30rem) {
  .services-nav ul { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-option { grid-template-columns: 1fr; }
  .service-option__art { padding: 1rem; }
  .service-option__art img { width: 8rem; height: 8rem; }
  .service-option__copy { padding: 1.25rem; }
  .service-option h3 { font-size: 1.3rem; }
}

.about-nav { border-bottom: 1px solid var(--line); background: var(--white); }
.about-nav > .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: 0.7rem; }
.about-nav > .container > span { color: var(--muted); font-size: 0.9rem; }
.about-nav ul { display: flex; flex-wrap: wrap; gap: 0.25rem 0.75rem; margin: 0; padding: 0; list-style: none; }
.about-nav a { display: inline-flex; min-height: 2.75rem; align-items: center; padding: 0.45rem 0.6rem; border-radius: 0.5rem; font-size: 0.9rem; font-weight: 650; text-decoration: none; }
.about-nav a:hover { background: var(--pale-blue); text-decoration: underline; }
.about-heading { margin-inline: auto; text-align: center; }
.about-timeline { max-width: 57rem; margin: 0 auto 3rem; padding: 0; list-style: none; }
.about-milestone { position: relative; display: grid; grid-template-columns: 7rem minmax(0, 1fr); gap: 2rem; padding-bottom: 2.5rem; }
.about-milestone::before { position: absolute; top: 2.5rem; bottom: 0; left: 3.5rem; width: 2px; background: var(--line); content: ""; }
.about-milestone:last-child { padding-bottom: 0; }
.about-milestone:last-child::before { display: none; }
.about-milestone h3 { position: relative; align-self: start; margin: 0; padding: 0.65rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--pale-blue); color: var(--navy); font-size: 1.25rem; text-align: center; }
.about-milestone p { margin: 0; padding-top: 0.45rem; color: var(--slate); line-height: 1.75; }
.about-founder { max-width: 57rem; margin: 0 auto; padding: clamp(1.5rem, 4vw, 3rem); border-left: 4px solid var(--accent); border-radius: 0 1.25rem 1.25rem 0; background: var(--pale-blue); }
.about-founder p { max-width: 35ch; margin: 0 0 1rem; color: var(--deep-blue); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 650; line-height: 1.4; letter-spacing: -0.02em; }
.about-founder footer { color: var(--muted); font-size: 0.95rem; }
.about-team-labels, .about-team-list > div { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr); gap: 2rem; padding: 1.5rem 2rem; }
.about-team-labels { padding-block: 0 0.8rem; color: var(--muted); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.about-team-list { margin: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.about-team-list > div + div { border-top: 1px solid var(--line); }
.about-team-list dt { align-self: center; color: var(--deep-blue); font-size: 1.1rem; font-weight: 700; line-height: 1.45; }
.about-team-list dd { margin: 0; color: var(--slate); line-height: 1.7; }
.about-careers__inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.about-careers .prose { max-width: 48rem; }
.about-careers .prose > p:last-child { margin-bottom: 0; }
.about-careers .cta-link { flex-shrink: 0; }
.about-reasons .principle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-reasons .info-card { border: 0; border-left: 3px solid var(--accent-light); border-radius: 0 1rem 1rem 0; box-shadow: none; }
.about-reasons .info-card:last-child { grid-column: 1 / -1; }
.about-reasons .info-card p { margin-bottom: 0; color: var(--slate); }
.about-values-section { background: var(--deep-blue); }
.about-values-section > .container { display: grid; grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr); gap: 4rem; }
.about-values-section .about-heading { margin: 0; text-align: left; }
.about-values-section .about-heading h2 { color: var(--white); }
.about-value { padding-block: 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.about-value:first-child { padding-top: 0; }
.about-value:last-child { padding-bottom: 0; border-bottom: 0; }
.about-value h3 { margin-bottom: 0.55rem; color: var(--white); font-size: 1.4rem; }
.about-value p { margin: 0; color: #d5e5f4; }
.about-partners .review-card { border-top-width: 3px; box-shadow: none; }
.about-partners .review-card p { margin-bottom: 0; color: var(--slate); }
.about-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.about-metric { padding: 2rem 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--pale-blue); text-align: center; }
.about-metric__value { display: block; margin-bottom: 1rem; color: var(--navy); font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; }
.about-metric h3 { margin-bottom: 0; font-size: 1rem; line-height: 1.5; }
.about-questions .faq-list { max-width: 52rem; margin-inline: auto; }
.about-cta { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
.about-cta h2 { margin-bottom: 0; }
.about-cta .hero__actions { margin-top: 0; }

@media (max-width: 55rem) {
  .about-nav > .container { align-items: flex-start; flex-direction: column; gap: 0.25rem; }
  .about-nav ul { gap: 0.15rem; }
  .about-nav a { padding-inline: 0.5rem; }
  .about-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-careers__inner { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .about-values-section > .container { grid-template-columns: 1fr; gap: 1.5rem; }
}
@media (max-width: 47.5rem) {
  .about-milestone { grid-template-columns: 5rem minmax(0, 1fr); gap: 1rem; }
  .about-milestone::before { left: 2.5rem; }
  .about-milestone h3 { padding-inline: 0.6rem; font-size: 1.1rem; }
  .about-milestone p { padding-top: 0.25rem; }
  .about-team-labels { display: none; }
  .about-team-list > div { grid-template-columns: 1fr; gap: 0.65rem; padding: 1.5rem; }
  .about-reasons .principle-grid { grid-template-columns: 1fr; }
}
@media (max-width: 25rem) {
  .about-nav ul { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-milestone { grid-template-columns: 1fr; gap: 0.65rem; padding-left: 1.25rem; }
  .about-milestone::before { top: 0.5rem; left: 0; }
  .about-milestone h3 { justify-self: start; min-width: 5rem; }
  .about-metrics { grid-template-columns: 1fr; }
}

.support-path-section { padding-block: 5rem; background: var(--white); }
.support-path-heading { margin-bottom: 3rem; text-align: center; }
.support-path-badge { display: inline-block; margin-bottom: 1rem; padding: 0.5rem 1rem; border-radius: 999px; background: linear-gradient(135deg, #e8f4fc, #d4ecf9); color: var(--navy); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em; }
.support-path-heading h2 { margin-bottom: 0.75rem; font-size: 2.25rem; }
.support-path-heading h2 span { color: var(--accent-dark); }
.support-path-heading .lede { max-width: 600px; margin: 0 auto; font-size: 1.1rem; line-height: 1.6; }
.support-path { position: relative; max-width: 900px; margin: 0 auto; padding: 0; list-style: none; }
.support-path::before { position: absolute; top: 70px; bottom: 70px; left: 69px; width: 3px; background: var(--deep-blue); content: ""; }
.support-path-step { position: relative; display: flex; align-items: center; gap: 2.5rem; padding-block: 2rem; }
.support-path-step:last-child { padding-bottom: 0; }
.support-path-image { position: relative; flex-shrink: 0; width: 140px; height: 140px; border-radius: 50%; background: var(--white); object-fit: contain; }
.support-path-content { flex: 1; min-width: 0; padding-top: 0.5rem; }
.support-path-content h3 { margin: 0 0 0.75rem; font-size: 1.5rem; font-weight: 700; }
.support-path-content p { margin: 0; color: #3a4a5a; font-size: 1.1rem; line-height: 1.7; }

@media (max-width: 768px) {
  .support-path-section { padding-block: 3rem; }
  .support-path-section > .container { width: calc(100% - 2rem); }
  .support-path::before { top: 50px; bottom: 50px; left: 49px; width: 2px; }
  .support-path-step { gap: 1.5rem; padding-block: 1.5rem; }
  .support-path-image { width: 100px; height: 100px; }
  .support-path-content h3 { font-size: 1.25rem; }
  .support-path-content p { font-size: 1rem; }
}
@media (max-width: 500px) {
  .support-path::before { top: 40px; bottom: 40px; left: 39px; }
  .support-path-step { align-items: flex-start; gap: 1.25rem; }
  .support-path-image { width: 80px; height: 80px; }
  .support-path-content h3 { font-size: 1.1rem; }
  .support-path-content p { font-size: 0.95rem; }
}

.status-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
  gap: 2rem;
  margin-bottom: 2rem;
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--deep-blue), var(--deep-blue-light));
  color: rgba(255, 255, 255, 0.88);
}
.status-panel .pending-label { margin: 0 0 1rem; border-color: rgba(255, 255, 255, 0.35); background: rgba(255, 255, 255, 0.1); color: var(--white); }
.status-panel h2 { color: var(--white); }
.status-panel .section-kicker { color: var(--accent-light); }
.status-panel a { color: var(--white); }
.status-panel__rule { margin: 0; padding-left: 1.5rem; border-left: 1px solid rgba(255, 255, 255, 0.35); }
.position-card .review-tag { margin: 0.5rem 0 0; }
.benefits-grid, .feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.benefit-card, .feature-card { padding: 1.5rem; }
.benefit-card p, .feature-card p { margin-bottom: 0; color: var(--muted); }
.feature-card h3 { margin-top: 1.1rem; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.contact-panel { padding: clamp(1.75rem, 4vw, 3rem); border-radius: var(--radius); background: var(--pale-blue); }
.contact-status { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.status-row { display: flex; min-height: 4.5rem; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; }
.status-row + .status-row { border-top: 1px solid var(--line); }
.status-row dt { color: var(--deep-blue); font-weight: 750; }
.status-row dd { min-width: 0; margin: 0; color: var(--muted); overflow-wrap: anywhere; text-align: right; }
.safety-note { margin-top: 2rem; margin-bottom: 0; }
.location-panel { display: grid; grid-template-columns: minmax(17rem, 0.75fr) minmax(0, 1.25fr); align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.location-visual { position: relative; min-height: 20rem; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, var(--deep-blue), var(--navy)); }
.location-visual::before, .location-visual::after { position: absolute; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; content: ""; }
.location-visual::before { top: 2rem; left: 2rem; width: 13rem; aspect-ratio: 1; }
.location-visual::after { right: -3rem; bottom: -4rem; width: 15rem; aspect-ratio: 1; }
.location-visual span { position: absolute; top: 50%; left: 50%; width: 3rem; height: 3rem; transform: translate(-50%, -50%) rotate(45deg); border-radius: 50% 50% 50% 0; background: var(--accent-light); }

.faq-groups { display: grid; gap: 4rem; }
.faq-audiences { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 3rem; }
.faq-audiences a { display: inline-flex; align-items: center; gap: 0.5rem; min-height: 2.75rem; padding: 0.75rem 1rem; border: 1px solid var(--line); border-radius: 0.75rem; background: var(--white); color: var(--deep-blue); font-weight: 700; text-underline-offset: 0.2em; }
.faq-audiences a span { font-weight: 400; }
.faq-audiences a.is-active { border-color: var(--accent-dark); background: var(--pale-blue); }
.faq-search { margin-bottom: 2rem; }
.faq-search label { display: block; margin-bottom: 0.5rem; color: var(--deep-blue); font-weight: 700; }
.faq-search__controls { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.faq-search input { flex: 1 1 16rem; min-width: 0; min-height: 2.75rem; padding: 0.75rem 1rem; border: 1px solid var(--line); border-radius: 0.75rem; background: var(--white); color: var(--ink); font: inherit; }
.faq-search input:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 3px; }
.faq-search__clear { min-height: 2.75rem; padding: 0.75rem 1rem; border: 1px solid var(--line); border-radius: 0.75rem; background: var(--white); color: var(--deep-blue); font: inherit; cursor: pointer; }
.faq-search__status { margin: 0.75rem 0 0; color: var(--muted); }
[data-faq] [hidden] { display: none !important; }
.faq-bottom-note { margin-top: 3rem; }
.faq-groups > .notice { margin-bottom: 0; }
.faq-group { display: grid; grid-template-columns: minmax(12rem, 0.45fr) minmax(0, 1.55fr); gap: clamp(1.5rem, 5vw, 4rem); scroll-margin-top: 7rem; }
.faq-list { display: grid; gap: 0.75rem; }
.faq-item { border: 1px solid var(--line); border-radius: 0.9rem; background: var(--white); scroll-margin-top: 7rem; }
.faq-item summary { position: relative; min-height: 4.5rem; padding: 1.2rem 3.75rem 1.2rem 1.25rem; color: var(--deep-blue); cursor: pointer; font-weight: 750; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: 50%; right: 1.25rem; width: 1.8rem; height: 1.8rem; transform: translateY(-50%); border-radius: 50%; background: var(--pale-blue); color: var(--navy); content: "+"; font-size: 1.3rem; line-height: 1.7rem; text-align: center; }
.faq-item[open] summary::after { content: "−"; }
.faq-item[open] summary { border-bottom: 1px solid var(--line); }
.faq-item > div { padding: 1.2rem 1.25rem; color: var(--muted); }
.faq-item > div p:last-child { margin-bottom: 0; }

.policy-meta { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 0.5rem 1rem; margin-bottom: 3rem; padding: 1rem 1.25rem; border: 1px solid var(--line); border-radius: 0.8rem; background: var(--pale-blue); }
.policy-meta strong { color: var(--deep-blue); }
.policy-meta span { color: var(--muted); }
.policy-layout { display: grid; grid-template-columns: minmax(13rem, 0.45fr) minmax(0, 1.55fr); align-items: start; gap: clamp(2rem, 6vw, 5rem); }
.policy-layout > *, .policy-copy > * { min-width: 0; }
.policy-layout { overflow-wrap: anywhere; }
.policy-toc { position: sticky; top: 7rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--pale-blue); }
.policy-toc h2 { font-size: 1.25rem; }
.policy-toc ol { margin: 0; padding-left: 1.35rem; }
.policy-toc li + li { margin-top: 0.6rem; }
.policy-copy { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.75rem; }
.policy-section { position: relative; scroll-margin-top: 7rem; padding-left: 4rem; }
.policy-section + .policy-section { padding-top: 2.75rem; border-top: 1px solid var(--line); }
.policy-number { position: absolute; top: 0.1rem; left: 0; color: var(--navy); font-size: 1.1rem; font-weight: 800; }
.policy-section p { color: var(--muted); }
.policy-table__label { display: none; }
.standards-panel { display: grid; grid-template-columns: minmax(15rem, 0.6fr) minmax(0, 1.4fr); gap: clamp(2rem, 6vw, 5rem); padding: clamp(2rem, 5vw, 3.5rem); border-radius: var(--radius); background: var(--deep-blue); }
.standards-panel h2 { color: var(--white); }
.standards-panel .section-kicker { color: var(--accent-light); }
.standards-panel .prose p, .standards-panel .prose li { color: rgba(255, 255, 255, 0.86); }
.standards-panel .prose a { color: var(--accent-light); }
.standards-panel .prose a:hover { color: var(--white); }
.status-panel--access { margin-bottom: 0; }


@media (max-width: 70rem) {
  .hero--background::after { background: linear-gradient(90deg, rgba(10, 25, 41, 0.88), rgba(10, 25, 41, 0.68)); }
}

@media (max-width: 62rem) {
  .service-grid, .principle-grid, .review-grid, .comparison-grid, .position-grid, .assistance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid > :last-child, .principle-grid > :last-child, .review-grid > :last-child, .comparison-grid > :last-child, .assistance-grid > :last-child { grid-column: 1 / -1; }
  .benefits-grid, .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .journey--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-step::after { display: none; }
}

@media (max-width: 47.5rem) {
  .hero { min-height: 39rem; text-align: center; }
  .hero--compact, .hero--policy { min-height: 25rem; }
  .hero__content { padding-block: 4.5rem; }
  .hero__content > * { margin-inline: auto; }
  .hero__review { padding: 0.9rem; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 0.75rem; }
  .hero__actions { justify-content: center; }
  .hero__shape--one { right: -10rem; width: 27rem; }
  .hero--background { min-height: 34rem; }
  .hero--background.hero--compact, .hero--background.hero--policy { min-height: 29rem; }
  .hero--background .hero__content { padding-block: 4rem; }
  .hero--background .hero__content > * { max-width: 42rem; }
  .hero--background::after { background: linear-gradient(180deg, rgba(10, 25, 41, 0.78), rgba(10, 25, 41, 0.86)); }
  .hero--home .hero__background { object-position: 79% 50%; }
  .hero--services .hero__background { object-position: 54% 50%; }
  .hero--careers .hero__background { object-position: 38% 50%; }
  .hero--contact .hero__background, .hero--faq .hero__background { object-position: 54% 50%; }
  .hero--privacy .hero__background { object-position: 85% 45%; }
  /* Keep the square photo full-width above the dark base without cutting off either face. */
  .hero--background.hero--about { min-height: 34rem; align-items: end; }
  .hero--about .hero__background { height: auto; object-position: 50% 0%; }
  .hero--about::after { background: linear-gradient(180deg, rgba(10, 25, 41, 0.76) 0%, rgba(10, 25, 41, 0.86) 45%, var(--deep-blue-dark) 100%); }
  .hero__copy > * { margin-inline: auto; }
  .life-gallery { grid-template-columns: 1fr; gap: 1rem; }
  .card-illustration { height: 13rem; }
  .value-grid, .service-grid, .principle-grid, .review-grid, .comparison-grid, .position-grid, .assistance-grid, .benefits-grid, .feature-grid, .status-grid, .journey, .journey--four { grid-template-columns: 1fr; }
  .value-grid { gap: 0.85rem; }
  .value-item { padding: 2.85rem 1.35rem 1.35rem; }
  .value-item::before { top: -9rem; right: -4.5rem; }
  .value-item::after { top: -8rem; right: -4rem; }
  .value-copy h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
  .value-copy p { max-width: none; font-size: 0.94rem; }
  .service-grid > :last-child, .principle-grid > :last-child, .review-grid > :last-child, .comparison-grid > :last-child, .assistance-grid > :last-child { grid-column: auto; }
  .split-grid, .faq-preview, .contact-layout, .location-panel, .faq-group, .policy-layout, .standards-panel { grid-template-columns: 1fr; }
  .visual-placeholder { min-height: 20rem; }
  .cta-panel { min-height: 0; align-items: stretch; flex-direction: column; }
  .cta-panel .cta-link { align-self: flex-start; }
  .notice, .safety-note { flex-direction: column; }
  .notice strong, .safety-note strong { flex-basis: auto; }
  .status-panel { grid-template-columns: 1fr; }
  .status-panel__rule { padding-top: 1.25rem; padding-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.35); border-left: 0; }
  .policy-meta { grid-template-columns: 1fr; }
  .policy-layout { grid-template-columns: minmax(0, 1fr); }
  .policy-toc { position: static; padding: clamp(0.75rem, 4vw, 1.5rem); }
  .policy-toc :is(ol, ul) { padding-left: 1.15rem; }
  .policy-section { padding-left: 0; }
  .policy-number { position: static; display: block; margin-bottom: 0.5rem; }
  /* Keep each policy value readable in one full-width column. Explicit table
     roles and header associations preserve the table when display changes. */
  .policy-table, .policy-table tbody, .policy-table tr, .policy-table td { display: block; width: 100%; }
  .policy-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
  .policy-table tbody tr { padding-block: 0.75rem; border-top: 1px solid var(--line); }
  .policy-table td { padding-block: 0.5rem; }
  .policy-table__label { display: block; margin-bottom: 0.25rem; font-weight: 700; }
}


@media (max-width: 25rem) {
  .hero__actions, .cta-panel__actions { display: grid; width: 100%; }
  .cta-panel .cta-link { align-self: stretch; }
  .status-row { align-items: flex-start; flex-direction: column; gap: 0.2rem; }
  .status-row dd { text-align: left; }
}


@media (forced-colors: active) {
  .value-item { border-color: CanvasText; background: Canvas; }
  .value-item::before, .value-item::after { display: none; }
  .value-copy h3, .value-copy p { color: CanvasText; }
  .about-values-section { background: Canvas; }
  .about-values-section .about-heading h2, .about-value h3, .about-value p { color: CanvasText; }
  .about-value { border-color: CanvasText; }
  .service-option, .services-comparison-desktop, .service-compare, .service-result { border: 1px solid CanvasText; }
  .services-results, .service-result, .services-table tbody tr, .service-option__art { background: Canvas; color: CanvasText; }
  .services-results .section-kicker, .services-results .section-heading h2, .service-result__value, .service-result h3, .service-result p, .services-results-note { color: CanvasText; }
  .hero, .hero--policy, .visual-placeholder, .cta-panel, .status-panel, .location-visual, .standards-panel { border: 1px solid CanvasText; background: Canvas; color: CanvasText; }
  .hero h1, .hero__lede, .hero__review, .hero .eyebrow, .cta-panel h2, .cta-panel .section-kicker, .status-panel h2, .status-panel .pending-label, .status-panel .section-kicker, .status-panel a, .standards-panel h2, .standards-panel .section-kicker, .standards-panel .prose p, .standards-panel .prose li { color: CanvasText; }
  .standards-panel .prose a, .standards-panel .prose a:hover { color: LinkText; }
  .hero__shape, .hero__background, .hero__motion-control, .hero--background::after, .visual-ring, .location-visual span, .location-visual::before, .location-visual::after { display: none; }
  .hero--background.hero--about { min-height: 0; }
  .hero--background .eyebrow, .hero--background .hero__lede { color: CanvasText; }
  .service-card, .info-card, .review-card, .comparison-card, .position-card, .benefit-card, .feature-card, .faq-item { border: 2px solid LinkText; }
  .review-tag, .pending-label, .card-number, .journey-number { background: Canvas; color: LinkText; box-shadow: none; }
}

@media print {
  .value-item { break-inside: avoid; background: var(--white); }
  .value-item::before, .value-item::after { display: none; }
  .about-nav { display: none; }
  .about-values-section { background: var(--white); }
  .about-values-section .about-heading h2, .about-value h3, .about-value p { color: var(--ink); }
  .about-milestone, .about-team-list > div, .about-value, .about-metric { break-inside: avoid; }
  .services-nav, .services-comparison-mobile { display: none; }
  .services-comparison-desktop { display: block; }
  .services-results, .service-result { background: var(--white); color: var(--ink); }
  .services-results .section-kicker, .services-results .section-heading h2, .service-result__value, .service-result h3, .service-result p, .services-results-note { color: var(--ink); }
  .services-table th, .services-table td { padding: 0.7rem; }
  .services-table tr, .service-option, .service-result, .support-path-step { break-inside: avoid; }
  .hero__shape, .hero__background, .hero__motion-control, .hero--background::after, .hero__actions, .cta-section { display: none; }
  .hero, .hero--compact, .hero--policy, .hero--tall { min-height: 0; padding-block: 2rem; background: var(--white); color: var(--ink); }
  .hero--background, .hero--background.hero--compact, .hero--background.hero--policy, .hero--background.hero--about { min-height: 0; }
  .hero--background .hero__content { padding-block: 0; }
  .hero--background .eyebrow, .hero--background .hero__lede { color: var(--ink); }
  .hero h1, .hero__lede, .hero__review, .hero .eyebrow { color: var(--ink); }
  .service-card, .info-card, .review-card, .comparison-card, .position-card, .benefit-card, .feature-card, .status-panel, .contact-status { box-shadow: none; break-inside: avoid; }
}
