@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --bone: #f8f5ee;
  --paper: #fffdf8;
  --sand: #eee8db;
  --sand-strong: #ddd3c1;
  --charcoal: #22211f;
  --muted: #5c5954;
  --teal: #1e5f67;
  --teal-dark: #16464d;
  --teal-soft: #dcebea;
  --coral: #c75f45;
  --line: #d9d1c3;
  --white: #ffffff;
  --shadow: 0 14px 38px rgba(34, 33, 31, 0.1);
  --font-body: "Manrope", Arial, sans-serif;
  --font-display: "Newsreader", Georgia, serif;
  --step--1: clamp(0.92rem, 0.89rem + 0.12vw, 1rem);
  --step-0: clamp(1.125rem, 1.07rem + 0.25vw, 1.25rem);
  --step-1: clamp(1.35rem, 1.21rem + 0.6vw, 1.75rem);
  --step-2: clamp(1.7rem, 1.43rem + 1.15vw, 2.5rem);
  --step-3: clamp(2.15rem, 1.72rem + 1.8vw, 3.5rem);
  --step-4: clamp(2.8rem, 2rem + 3.3vw, 5.4rem);
  --step-5: clamp(3.5rem, 2.35rem + 4.7vw, 7rem);
  --radius-sm: 0.75rem;
  --radius-md: 1.5rem;
  --radius-lg: 2.5rem;
  --radius-pill: 999px;
  --container: 82rem;
  --gutter: clamp(1rem, 3vw, 2.5rem);
  --section: clamp(4.5rem, 8vw, 8rem);
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
html.js.nav-open,
html.js.nav-open body { overflow: hidden; }
body {
  margin: 0;
  min-width: 20rem;
  overflow-x: hidden;
  background: var(--bone);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 0.08em; text-underline-offset: 0.2em; }
a,
p,
li,
address { overflow-wrap: anywhere; }
button,
input,
select,
textarea { font: inherit; }
button { color: inherit; }
h1,
h2,
h3,
p,
ul,
ol,
blockquote,
figure { margin-top: 0; }
h1,
h2,
h3 { overflow-wrap: anywhere; text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: var(--teal); color: var(--white); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
  background: var(--charcoal);
  color: var(--white);
}
.skip-link:focus-visible {
  width: auto;
  height: auto;
  padding: 0.8rem 1rem;
  overflow: visible;
  clip-path: none;
  border-radius: var(--radius-pill);
}
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.container { width: min(100% - (2 * var(--gutter)), var(--container)); margin-inline: auto; }
.container--narrow { width: min(100% - (2 * var(--gutter)), 54rem); margin-inline: auto; }
.section { padding-block: var(--section); }
.section--compact { padding-block: clamp(3rem, 6vw, 5.5rem); }
.section--paper { background: var(--paper); }
.section--sand { background: var(--sand); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 1.5rem;
  height: 0.16rem;
  border-radius: 1rem;
  background: var(--coral);
  content: "";
}
.display {
  margin-bottom: 1.5rem;
  font-family: var(--font-display);
  font-size: var(--step-4);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}
.display--hero { font-size: var(--step-5); max-width: 10ch; }
.display em { color: var(--teal); font-style: italic; font-weight: 400; }
.lead { max-width: 42rem; color: var(--muted); font-size: var(--step-1); line-height: 1.55; }
.rich-copy { color: var(--muted); }
.rich-copy > * + * { margin-top: 1.25rem; }
.kicker { color: var(--muted); font-size: var(--step--1); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.78rem 1.35rem;
  border: 2px solid transparent;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--teal); color: var(--white); }
.button--primary:hover { background: var(--teal-dark); }
.button--secondary { border-color: var(--charcoal); background: transparent; color: var(--charcoal); }
.button--secondary:hover { background: var(--charcoal); color: var(--white); }
.button--light { background: var(--white); color: var(--teal-dark); }
.text-link { color: var(--teal-dark); font-weight: 700; }

.contact-strip { background: var(--teal-dark); color: var(--white); font-size: 0.86rem; }
.contact-strip__inner {
  min-height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.contact-strip__links { display: flex; gap: 1.15rem; align-items: center; }
.contact-strip a { text-decoration: none; white-space: nowrap; }
.contact-strip a:hover { text-decoration: underline; }
.site-header { position: relative; z-index: 100; padding: 0.8rem 0 0; }
.site-nav {
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.55rem 0.7rem 0.55rem 1rem;
  border: 1px solid rgba(34, 33, 31, 0.12);
  border-radius: var(--radius-pill);
  background: var(--paper);
  box-shadow: 0 8px 24px rgba(34, 33, 31, 0.06);
}
.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.65rem;
  color: var(--charcoal);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}
.brand img { width: 3rem; height: 3rem; object-fit: contain; }
.brand span { max-width: 10.5rem; }
.site-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 2vw, 1.65rem);
  padding: 0;
  margin: 0 0 0 auto;
  list-style: none;
}
.site-nav__links a {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  border-bottom: 2px solid transparent;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}
.site-nav__links a:hover,
.site-nav__links a[aria-current="page"] { border-color: var(--teal); color: var(--teal-dark); }
.nav-cta { margin-left: 0.25rem; white-space: nowrap; }
.nav-toggle {
  display: none;
  min-width: 5.75rem;
  height: 3rem;
  margin-left: auto;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--teal);
  color: var(--white);
  cursor: pointer;
}
.nav-toggle__label { font-size: 0.82rem; font-weight: 700; }
.nav-toggle__lines,
.nav-toggle__lines::before,
.nav-toggle__lines::after {
  display: block;
  width: 1.2rem;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease, opacity 160ms ease;
}
.nav-toggle__lines { position: relative; }
.nav-toggle__lines::before { position: absolute; top: -0.4rem; }
.nav-toggle__lines::after { position: absolute; top: 0.4rem; }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines::after { top: 0; transform: rotate(-45deg); }

.hero { padding-block: clamp(2.5rem, 5vw, 5rem) var(--section); }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}
.hero__copy { position: relative; z-index: 2; }
.hero__copy .lead { max-width: 36rem; }
.hero__actions { margin-top: 2rem; }
.hero__phone { display: inline-flex; margin-top: 1.4rem; color: var(--teal-dark); font-weight: 700; }
.hero-collage { position: relative; min-height: clamp(31rem, 51vw, 44rem); }
.hero-collage::before {
  position: absolute;
  width: 77%;
  aspect-ratio: 1;
  top: 2%;
  right: 2%;
  border: 1px solid var(--sand-strong);
  border-radius: 50%;
  content: "";
}
.hero-collage__main,
.hero-collage__small,
.hero-collage__medium { position: absolute; overflow: hidden; border-radius: 50%; }
.hero-collage__main {
  width: 66%;
  aspect-ratio: 1;
  right: 7%;
  top: 7%;
  background: var(--sand);
  box-shadow: var(--shadow);
}
.hero-collage__main img { width: 100%; height: 100%; object-fit: cover; object-position: 44% 55%; }
.hero-collage__small {
  width: 36%;
  aspect-ratio: 1;
  left: 2%;
  bottom: 6%;
  border: 0.55rem solid var(--bone);
  background: var(--sand);
}
.hero-collage__small img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 53%; }
.hero-collage__medium {
  width: 31%;
  aspect-ratio: 1;
  right: 0;
  bottom: 0;
  border: 0.55rem solid var(--bone);
  background: var(--teal-soft);
}
.hero-collage__medium img { width: 100%; height: 100%; object-fit: cover; object-position: 65% 46%; }
.hero-collage__fact {
  position: absolute;
  left: 4%;
  top: 9%;
  z-index: 3;
  display: grid;
  width: 8.5rem;
  aspect-ratio: 1;
  place-content: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  line-height: 1.1;
  text-align: center;
  transform: rotate(-5deg);
}
.hero-collage__fact strong { display: block; font-family: var(--font-display); font-size: 2.4rem; font-weight: 500; }
.hero-collage__fact span { font-size: 0.73rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.proof-band { border-block: 1px solid var(--line); background: var(--paper); }
.proof-band__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-band__item { padding: 1.7rem clamp(1rem, 3vw, 2.3rem); border-right: 1px solid var(--line); }
.proof-band__item:last-child { border-right: 0; }
.proof-band__item strong { display: block; font-family: var(--font-display); font-size: var(--step-2); font-weight: 500; line-height: 1; }
.proof-band__item span { display: block; margin-top: 0.5rem; color: var(--muted); font-size: 0.83rem; font-weight: 700; letter-spacing: 0.04em; }

.section-head { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 6vw, 5.5rem); }
.section-head .display { margin-bottom: 0; }
.section-head .lead { margin: 0; justify-self: end; }
.story-list { display: grid; gap: clamp(4rem, 8vw, 7rem); }
.story {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4.5rem);
  align-items: center;
}
.story__media { grid-column: 1 / span 7; position: relative; }
.story__media::after {
  position: absolute;
  z-index: -1;
  right: -1.4rem;
  bottom: -1.4rem;
  width: 45%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--teal-soft);
  content: "";
}
.story__media img { width: 100%; height: 100%; min-height: 28rem; object-fit: cover; border-radius: 45% 45% 2.2rem 2.2rem; }
.story__content { grid-column: 9 / -1; }
.story:nth-child(even) .story__media { grid-column: 6 / -1; order: 2; }
.story:nth-child(even) .story__content { grid-column: 1 / span 4; order: 1; }
.story:nth-child(even) .story__media::after { left: -1.4rem; right: auto; background: var(--sand-strong); }
.story__number { display: block; margin-bottom: 1rem; color: var(--coral); font-family: var(--font-display); font-size: 1.7rem; }
.story h3 { margin-bottom: 1rem; font-family: var(--font-display); font-size: var(--step-3); font-weight: 500; line-height: 1; }
.story p { color: var(--muted); }
.story ul { padding-left: 1.2rem; color: var(--muted); }
.story__link { display: inline-flex; margin-top: 0.75rem; color: var(--teal-dark); font-weight: 700; }

.process { padding-bottom: clamp(4.5rem, 6vw, 6rem); background: var(--teal-dark); color: var(--white); }
.process .eyebrow { color: var(--white); }
.process .eyebrow::before { background: #ec8a70; }
.process .display { max-width: 12ch; }
.process-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 3.5rem 0 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { position: relative; padding: 0 1.3rem 0 0; counter-increment: steps; }
.process-list li:not(:last-child)::after { position: absolute; top: 1.3rem; right: 0.5rem; width: calc(100% - 3.8rem); height: 1px; background: rgba(255,255,255,0.3); content: ""; transform: translateX(100%); }
.process-list li::before {
  display: grid;
  width: 2.8rem;
  aspect-ratio: 1;
  place-content: center;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(255,255,255,0.48);
  border-radius: 50%;
  color: #ffd4c7;
  content: counter(steps, decimal-leading-zero);
  font-size: 0.75rem;
  font-weight: 700;
}
.process-list h3 { font-family: var(--font-display); font-size: 1.55rem; font-weight: 500; line-height: 1.15; }
.process-list p { color: rgba(255,255,255,0.78); font-size: 0.96rem; line-height: 1.6; }

.quote-section { position: relative; overflow: hidden; }
.quote-section__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.quote-section__image { position: relative; }
.quote-section__image img { width: min(100%, 32rem); aspect-ratio: 1; object-fit: cover; object-position: 50% 53%; border-radius: 50%; }
.quote-section__image::before { position: absolute; z-index: -1; width: 75%; aspect-ratio: 1; left: -10%; bottom: -8%; border-radius: 50%; background: var(--sand); content: ""; }
.quote-section blockquote p { margin-bottom: 1.5rem; font-family: var(--font-display); font-size: var(--step-3); font-style: italic; line-height: 1.15; }
.quote-section cite { color: var(--muted); font-size: 0.95rem; font-style: normal; font-weight: 700; }

.cta-panel {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(2.2rem, 5vw, 5rem);
  border-radius: var(--radius-lg);
  background: var(--teal);
  color: var(--white);
}
.cta-panel h2 { margin-bottom: 0.8rem; font-family: var(--font-display); font-size: var(--step-3); font-weight: 500; line-height: 1; }
.cta-panel p { margin-bottom: 0; color: rgba(255,255,255,0.85); }
.cta-panel .button-row { justify-content: flex-end; }

.page-hero { padding-block: clamp(3.5rem, 7vw, 7rem); }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.page-hero__copy .display { max-width: 11ch; }
.page-hero__media { position: relative; }
.page-hero__media img { width: 100%; max-height: 37rem; min-height: 26rem; object-fit: cover; border-radius: 48% 48% var(--radius-lg) var(--radius-lg); }
.page-hero__media--car img { object-position: 50% 44%; }
.page-hero__media--family img { object-position: 50% 53%; }
.page-hero__media--career img { object-position: 69% 40%; }
.page-hero__media--contact img { object-position: 55% 57%; }
.page-hero__note { position: absolute; right: -1rem; bottom: -1.5rem; max-width: 15rem; padding: 1rem 1.25rem; border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow); color: var(--teal-dark); font-size: 0.86rem; font-weight: 700; }
.anchor-nav { border-block: 1px solid var(--line); background: var(--paper); }
.anchor-nav__inner { display: flex; gap: 0.5rem; padding-block: 0.8rem; overflow-x: auto; scrollbar-width: thin; }
.anchor-nav a { flex: 0 0 auto; padding: 0.62rem 1rem; border-radius: var(--radius-pill); color: var(--teal-dark); font-size: 0.84rem; font-weight: 700; text-decoration: none; }
.anchor-nav a:hover { background: var(--teal-soft); }

.split-intro { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.facts-inline { display: flex; flex-wrap: wrap; gap: 0.55rem; padding: 0; margin: 1.5rem 0 0; list-style: none; }
.facts-inline li { padding: 0.45rem 0.8rem; border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--paper); color: var(--teal-dark); font-size: 0.82rem; font-weight: 700; }

.editorial-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(0.65rem, 1.5vw, 1.2rem);
  margin-top: 3rem;
}
.mosaic-card { grid-column: span 4; position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius-md); background: var(--paper); }
.mosaic-card--wide { grid-column: span 8; }
.mosaic-card--tall { grid-row: span 2; }
.mosaic-card img { width: 100%; height: 16rem; object-fit: cover; }
.mosaic-card--wide img { height: 22rem; }
.mosaic-card--tall img { height: 27.7rem; }
.mosaic-card figcaption { padding: 1rem 1rem 1.2rem; }
.mosaic-card strong { display: block; font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; line-height: 1.15; }
.mosaic-card span { display: block; margin-top: 0.35rem; color: var(--muted); font-size: 0.84rem; line-height: 1.5; }
.mosaic-card img[src*="gruppe"] { object-position: 52% 52%; }
.mosaic-card img[src*="spaziergang"] { object-position: 50% 48%; }

.service-block { scroll-margin-top: 2rem; }
.service-block + .service-block { border-top: 1px solid var(--line); }
.service-feature { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.service-feature--reverse .service-feature__media { order: 2; }
.service-feature__media img { width: 100%; min-height: 30rem; object-fit: cover; border-radius: var(--radius-lg); }
.service-feature__media img[src*="ambulante-pflege-auto"] { object-position: 50% 44%; }
.service-feature__media img[src*="betreutes-wohnen"] { object-position: 50% 58%; }
.detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.5rem; padding: 0; margin: 1.8rem 0 0; list-style: none; }
.detail-list li { padding-top: 0.8rem; border-top: 1px solid var(--line); color: var(--muted); }
.service-feature--reverse .detail-list li:last-child:nth-child(odd) { grid-column: 1 / -1; }
.detail-list strong { display: block; margin-bottom: 0.25rem; color: var(--charcoal); font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; }
.three-stories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; margin-top: 4rem; }
.three-stories article { min-width: 0; }
.three-stories img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-md); }
.three-stories h3 { margin: 1.1rem 0 0.6rem; font-family: var(--font-display); font-size: 1.65rem; font-weight: 500; }
.three-stories p { color: var(--muted); }
.overview-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; margin-top: 3.5rem; }
.overview-columns > div { padding: 1.5rem; border-radius: var(--radius-md); background: var(--paper); }
.overview-columns h3 { font-family: var(--font-display); font-size: 1.55rem; font-weight: 500; }
.overview-columns ul { padding-left: 1.15rem; margin-bottom: 0; color: var(--muted); }
.medical-list { columns: 2; column-gap: 2.5rem; padding-left: 1.2rem; color: var(--muted); }
.medical-list li { break-inside: avoid; margin-bottom: 0.55rem; }

.timeline-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.timeline-values article { padding: clamp(1.4rem, 3vw, 2.2rem); border-top: 2px solid var(--teal); background: var(--paper); }
.timeline-values span { color: var(--coral); font-family: var(--font-display); font-size: 1.7rem; }
.timeline-values h3 { margin: 1rem 0 0.6rem; font-family: var(--font-display); font-size: 1.8rem; font-weight: 500; }
.timeline-values p { margin-bottom: 0; color: var(--muted); }
.team-names { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
.team-names article { padding: 1.4rem; border-radius: var(--radius-md); background: var(--teal-soft); }
.team-names h3 { margin-bottom: 0.2rem; font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; }
.team-names p { margin: 0; color: var(--teal-dark); font-size: 0.9rem; font-weight: 700; }
.full-image { width: 100%; max-height: 42rem; object-fit: cover; border-radius: var(--radius-lg); }
.full-image--hands { object-position: 50% 53%; }
.area-band { background: var(--charcoal); color: var(--white); }
.area-band__grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 2rem; align-items: end; }
.area-band p { color: rgba(255,255,255,0.72); }

.jobs { display: grid; gap: 1rem; }
.role-briefs { display: grid; gap: 0.8rem; margin: 1.5rem 0; }
.role-briefs article { padding-left: 1rem; border-left: 2px solid var(--teal); }
.role-briefs h2 { margin: 0 0 0.2rem; font-family: var(--font-body); font-size: 0.92rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.role-briefs p { margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.55; }
.job-story { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 2rem; padding: clamp(1.5rem, 4vw, 3rem); border-top: 1px solid var(--line); }
.job-story__label { color: var(--teal-dark); font-family: var(--font-display); font-size: var(--step-2); line-height: 1; }
.job-story h3 { margin-bottom: 0.8rem; font-family: var(--font-display); font-size: 1.8rem; font-weight: 500; }
.job-story ul { padding-left: 1.2rem; color: var(--muted); }
.career-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.career-info article { padding: clamp(1.4rem, 3vw, 2.3rem); border-radius: var(--radius-md); background: var(--paper); }
.career-info h3 { font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; }
.career-info p,
.career-info ul { color: var(--muted); }
.career-info ul { padding-left: 1.1rem; }

.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.contact-grid > * { min-width: 0; }
.contact-form { min-width: 0; padding: clamp(1.4rem, 4vw, 3rem); border-radius: var(--radius-lg); background: var(--paper); }
.field-grid { display: grid; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; min-width: 0; gap: 0.45rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.9rem; font-weight: 700; }
.field input,
.field select,
.field textarea {
  width: 100%;
  max-width: 100%;
  min-height: 3.4rem;
  padding: 0.78rem 0.9rem;
  border: 1px solid #948f87;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--charcoal);
}
.field textarea { min-height: 10rem; resize: vertical; }
.form-note { margin-top: 1rem; color: var(--muted); font-size: 0.88rem; }
.form-status { min-height: 1.7rem; margin: 0.75rem 0 0; color: var(--teal-dark); font-size: 0.9rem; font-weight: 700; }
.contact-card { overflow: hidden; border-radius: var(--radius-lg); background: var(--teal-dark); color: var(--white); }
.contact-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 55% 57%; }
.contact-card__body { padding: clamp(1.4rem, 4vw, 2.5rem); }
.contact-card address { font-style: normal; }
.contact-card a { color: var(--white); }
.contact-card .button--light { color: var(--teal-dark); }
.contact-card dl { display: grid; grid-template-columns: max-content 1fr; gap: 0.45rem 1rem; margin: 1.4rem 0; }
.contact-card dt { color: rgba(255,255,255,0.7); }
.contact-card dd { margin: 0; }

.faq-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.faq-layout__media { position: sticky; top: 2rem; }
.faq-layout__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 45%; border-radius: 48% 48% var(--radius-lg) var(--radius-lg); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: flex;
  min-height: 5.2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  display: grid;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  aspect-ratio: 1;
  place-content: center;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal-dark);
  content: "+";
  font-family: var(--font-body);
  font-size: 1.25rem;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 48rem; padding: 0 3.25rem 1.4rem 0; color: var(--muted); }

.legal-hero { padding-block: clamp(3rem, 6vw, 6rem) clamp(2.5rem, 5vw, 4.5rem); border-bottom: 1px solid var(--line); }
.legal-layout { display: grid; grid-template-columns: 0.32fr 0.68fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.legal-aside { position: sticky; top: 2rem; padding: 1.5rem; border-radius: var(--radius-md); background: var(--sand); }
.legal-aside p { margin-bottom: 0.4rem; color: var(--muted); font-size: 0.88rem; }
.legal-content { min-width: 0; }
.legal-content section { padding-block: 1.8rem; border-bottom: 1px solid var(--line); }
.legal-content section:first-child { padding-top: 0; }
.legal-content h2 { margin-bottom: 0.8rem; font-family: var(--font-display); font-size: var(--step-2); font-weight: 500; line-height: 1.05; }
.legal-content p,
.legal-content li,
.legal-content address { color: var(--muted); }
.legal-content address { font-style: normal; }
.legal-content ul { padding-left: 1.3rem; }
.legal-content a { overflow-wrap: anywhere; color: var(--teal-dark); }

.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.not-found__number { margin-bottom: -0.3em; color: var(--teal-soft); font-family: var(--font-display); font-size: clamp(8rem, 25vw, 20rem); font-weight: 600; line-height: 0.7; }
.not-found .display { position: relative; }

.site-footer { padding-block: clamp(3.5rem, 7vw, 6rem) 2rem; background: var(--charcoal); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; gap: clamp(2rem, 5vw, 5rem); }
.footer-brand { display: flex; gap: 1rem; align-items: flex-start; }
.footer-brand__mark { display: grid; flex: 0 0 5.2rem; width: 5.2rem; aspect-ratio: 1; place-content: center; border-radius: 50%; background: var(--paper); }
.footer-brand img { width: 4.5rem; height: 4.5rem; object-fit: contain; }
.footer-brand h2 { margin-bottom: 0.6rem; font-family: var(--font-display); font-size: 1.75rem; font-weight: 500; }
.footer-brand p { max-width: 27rem; color: rgba(255,255,255,0.68); }
.site-footer h3 { font-size: 0.77rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-links { padding: 0; list-style: none; }
.footer-links li + li { margin-top: 0.45rem; }
.footer-links a { color: rgba(255,255,255,0.8); text-decoration: none; }
.footer-links a:hover { color: var(--white); text-decoration: underline; }
.footer-contact { font-style: normal; color: rgba(255,255,255,0.8); }
.footer-contact a { color: inherit; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.58); font-size: 0.8rem; }

[data-reveal] { opacity: 1; transform: none; }
html.motion [data-reveal] { opacity: 1; transform: none; }
html.motion [data-reveal].is-visible { animation: reveal-in 560ms ease both; }
@keyframes reveal-in {
  from { opacity: 0.86; transform: translateY(0.8rem); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 64rem) {
  .contact-strip__inner { justify-content: center; }
  .contact-strip__inner > span { display: none; }
  .site-nav { border-radius: 2rem; }
  html.js .nav-toggle { display: inline-flex; }
  html.js .site-nav__links {
    position: fixed;
    z-index: 110;
    inset: 6.5rem var(--gutter) auto;
    display: none;
    max-height: calc(100vh - 8rem);
    overflow-y: auto;
    padding: 1.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--paper);
    box-shadow: var(--shadow);
  }
  html.js .site-nav__links[data-open="true"] { display: grid; }
  html.js .site-nav__links a { min-height: 3.25rem; justify-content: center; font-size: 1rem; }
  html.js .nav-cta { display: none; }
  .hero__grid,
  .page-hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 47rem; }
  .hero-collage { min-height: min(92vw, 41rem); max-width: 48rem; width: 100%; margin-inline: auto; }
  .section-head { grid-template-columns: 1fr; }
  .section-head .lead { justify-self: start; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  .process-list li:not(:last-child)::after { display: none; }
  .process-list li:last-child { grid-column: 1 / -1; max-width: 28rem; }
  .mosaic-card { grid-column: span 6; }
  .mosaic-card--wide { grid-column: span 12; }
  .mosaic-card--tall { grid-row: auto; }
  .mosaic-card--tall img { height: 22rem; }
  .three-stories,
  .overview-columns,
  .career-info { grid-template-columns: 1fr; }
  .three-stories article { display: grid; grid-template-columns: 0.7fr 1fr; gap: 1.4rem; align-items: center; }
  .three-stories h3 { margin-top: 0; }
  .timeline-values { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 0.6fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 48rem) {
  :root { --section: 3.75rem; }
  body { line-height: 1.65; }
  .contact-strip__links { width: 100%; justify-content: space-between; gap: 0.6rem; font-size: 0.8rem; }
  .contact-strip__links a:nth-child(2) { display: none; }
  .brand span { display: block; max-width: 7rem; font-size: 0.78rem; }
  .site-nav { min-height: 4.2rem; padding-left: 0.7rem; }
  .brand img { width: 2.8rem; height: 2.8rem; }
  .hero { padding-top: 2rem; }
  .display--hero { max-width: 11ch; }
  .hero-collage { min-height: 25rem; }
  .hero-collage__main { width: 70%; right: 4%; }
  .hero-collage__fact { width: 6.5rem; left: 0; top: 5%; }
  .hero-collage__fact strong { font-size: 1.9rem; }
  .hero-collage__small { width: 39%; left: 0; }
  .hero-collage__medium { width: 35%; }
  .proof-band__grid { grid-template-columns: repeat(2, 1fr); }
  .proof-band__item:nth-child(2) { border-right: 0; }
  .proof-band__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story,
  .story:nth-child(even) { grid-template-columns: 1fr; gap: 2rem; }
  .story__media,
  .story__content,
  .story:nth-child(even) .story__media,
  .story:nth-child(even) .story__content { grid-column: 1; order: initial; }
  .story__media img { min-height: 19rem; border-radius: 40% 40% var(--radius-md) var(--radius-md); }
  .process-list { grid-template-columns: 1fr; }
  .process-list li:last-child { grid-column: auto; }
  .quote-section__grid,
  .cta-panel,
  .split-intro,
  .service-feature,
  .service-feature--reverse,
  .area-band__grid,
  .contact-grid,
  .faq-layout,
  .legal-layout { grid-template-columns: 1fr; }
  .quote-section { padding-bottom: 1.5rem; }
  .quote-section + .section--compact { padding-top: 1.5rem; }
  .service-feature--reverse .service-feature__media { order: initial; }
  .cta-panel .button-row { justify-content: flex-start; }
  .page-hero__media img { min-height: 20rem; }
  .page-hero__note { right: 0.5rem; bottom: -1rem; }
  .anchor-nav__inner { flex-wrap: wrap; justify-content: center; overflow: visible; }
  .editorial-mosaic { grid-template-columns: 1fr; }
  .mosaic-card,
  .mosaic-card--wide { grid-column: 1; }
  .mosaic-card img,
  .mosaic-card--wide img,
  .mosaic-card--tall img { height: auto; aspect-ratio: 4 / 3; }
  .service-feature__media img { min-height: 20rem; }
  .detail-list,
  .team-names,
  .field-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .three-stories article { grid-template-columns: 1fr; }
  .medical-list { columns: 1; }
  .job-story { grid-template-columns: 1fr; gap: 0.8rem; }
  .faq-layout__media { position: static; }
  .faq-layout__media img { aspect-ratio: 16 / 10; }
  .legal-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 23rem) {
  .contact-strip__links a:first-child { font-size: 0.7rem; }
  .button-row .button { width: 100%; }
  .proof-band__item { padding-inline: 0.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

@media print {
  .contact-strip,
  .site-header,
  .site-footer,
  .button-row,
  .anchor-nav { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .section { padding-block: 1.5rem; }
  .legal-layout { display: block; }
  .legal-aside { position: static; border: 1px solid #bbb; background: transparent; }
}
