@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");

:root {
  --bg: #f3f1eb;
  --panel: #fffdfa;
  --panel-soft: #faf8f3;
  --line: rgba(26, 35, 31, 0.12);
  --line-strong: rgba(26, 35, 31, 0.18);
  --ink: #1f2a26;
  --muted: #5a6460;
  --accent: #2d5d54;
  --accent-strong: #234840;
  --accent-soft: rgba(45, 93, 84, 0.08);
  --shadow: 0 14px 34px rgba(31, 42, 38, 0.07);
  --shadow-soft: 0 8px 20px rgba(31, 42, 38, 0.04);
  --radius-xl: 20px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 10px;
  --content-width: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(45, 93, 84, 0.04), transparent 22rem),
    linear-gradient(180deg, #f7f5ef 0%, var(--bg) 62%, #ece7de 100%);
}

.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;
}

a {
  color: var(--accent-strong);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: min(calc(100% - 2rem), var(--content-width));
  margin: 0 auto;
  padding: 1rem 0 3rem;
}

.utility-bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.2rem 0 0.9rem;
  padding: 0.2rem 0.1rem 0.75rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.utility-bar strong {
  color: var(--ink);
  font-weight: 600;
}

.utility-bar a {
  font-weight: 600;
}

/* Compatibility layer for the existing PHP contact submit responses. */
.page {
  width: min(calc(100% - 2rem), var(--content-width));
  margin: 0 auto;
  padding: 1rem 0 3rem;
}

.topbar {
  width: min(calc(100% - 2rem), var(--content-width));
  margin: 0.2rem auto 0.9rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.2rem 0.1rem 0.75rem;
  border-bottom: 1px solid var(--line);
}

.topbar .actions {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.topbar .lang-select select {
  min-height: 2.65rem;
  padding: 0.72rem 0.9rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 0 0 0.25rem rgba(45, 93, 84, 0.08);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: var(--shadow);
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(45, 93, 84, 0.14);
  background: #fff;
}

.brand-copy {
  display: grid;
  gap: 0.06rem;
}

.brand-kicker {
  color: #7a8480;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-title {
  font-size: clamp(1.18rem, 1.75vw, 1.5rem);
  font-weight: 600;
  line-height: 1.02;
  color: var(--ink);
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.9rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 1rem;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-left: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0;
  border-bottom: 1px solid transparent;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: border-color 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-current {
  color: var(--ink);
  border-color: var(--ink);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.72rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button {
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 8px 16px rgba(35, 72, 64, 0.14);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--line);
}

.button:hover,
.button-secondary:hover,
.button:focus-visible,
.button-secondary:focus-visible {
  transform: translateY(-1px);
}

.btn,
.btn.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.72rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
}

.btn.primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 8px 16px rgba(35, 72, 64, 0.14);
}

.btn:hover,
.btn:focus-visible,
.btn.primary:hover,
.btn.primary:focus-visible {
  transform: translateY(-1px);
}

.button.ghost {
  background: transparent;
  border-color: var(--line);
  box-shadow: none;
}

.hero,
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.75fr);
  gap: 1rem;
  margin-top: 1rem;
}

.hero {
  align-items: stretch;
}

.split-layout {
  align-items: start;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 1.65rem;
}

.page .content {
  max-width: 54rem;
  margin: 1rem auto 0;
}

.hero-copy,
.page-hero {
  display: grid;
  align-content: start;
  gap: 0.78rem;
  padding: 1.48rem 1.55rem 1.5rem;
}

.hero-copy {
  height: 100%;
}

.hero-side,
.page-aside {
  display: grid;
  gap: 0.9rem;
}

.hero-side {
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0 0.78rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #69746f;
  background: var(--panel-soft);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section-heading h1,
.section-heading h2,
.contact-card h2,
.quote-card h2,
.cta-band h2,
.content-card h2,
.faq-item summary {
  margin: 0;
  font-size: clamp(1.75rem, 4.2vw, 3.55rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.page-hero h1,
.section-heading h1,
.section-heading h2,
.contact-card h2,
.quote-card h2,
.cta-band h2,
.content-card h2 {
  font-size: clamp(1.32rem, 2.1vw, 2rem);
  line-height: 1.08;
}

.hero .hero-copy h1 {
  font-size: clamp(1.08rem, 2.48vw, 2.12rem);
  white-space: nowrap;
}

.hero p,
.page-hero p,
.section-heading p,
.lede,
.soft-card p,
.content-card p,
.quote-card p,
.callout p,
.faq-item div,
.timeline-step div,
.footer-note,
.form-note,
.tiny {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.hero-inline-section {
  display: grid;
  gap: 0.78rem;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(31, 42, 38, 0.08);
}

.hero-inline-section h2 {
  margin: 0;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.hero-tag-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-tag-list li {
  padding: 0.62rem 0.78rem;
  border: 1px solid rgba(31, 42, 38, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 0.91rem;
  line-height: 1.3;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.portrait-card,
.contact-card,
.soft-card,
.content-card,
.quote-card,
.callout,
.faq-item,
.cta-band {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel-soft);
  box-shadow: var(--shadow-soft);
}

.portrait-card {
  overflow: hidden;
}

.hero .portrait-card {
  display: grid;
  height: 100%;
}

.portrait-card figure {
  margin: 0;
}

.hero .portrait-card figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
}

.portrait-card img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  object-position: center 16%;
}

.hero .portrait-card img {
  height: 100%;
  min-height: 24rem;
  aspect-ratio: auto;
}

.portrait-card figcaption,
.contact-card,
.soft-card,
.content-card,
.quote-card,
.callout,
.cta-band,
.section {
  padding: 1.15rem;
}

.portrait-card figcaption {
  color: var(--muted);
  line-height: 1.55;
}

.portrait-card figcaption strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--ink);
  font-weight: 600;
}

.contact-list {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.contact-list a {
  font-weight: 600;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0 0.66rem;
  border-radius: 999px;
  border: 1px solid rgba(45, 93, 84, 0.12);
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.83rem;
  font-weight: 600;
}

.keyline {
  height: 1px;
  margin: 0.85rem 0;
  background: linear-gradient(90deg, transparent, rgba(31, 42, 38, 0.16), transparent);
}

.section {
  margin-top: 1rem;
}

.section-heading {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
}

.intent-grid,
.service-grid,
.support-grid,
.faq-grid,
.three-up {
  display: grid;
  gap: 0.8rem;
}

.intent-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 1.7rem 1.6rem 1.45rem;
  border-color: rgba(255, 255, 255, 0.76);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.97) 0%, rgba(246, 241, 232, 0.94) 100%);
  box-shadow: 0 18px 42px rgba(31, 42, 38, 0.05);
}

.service-section::before,
.service-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.service-section::before {
  left: -8%;
  bottom: -22%;
  z-index: -2;
  width: 30rem;
  height: 20rem;
  background: radial-gradient(circle at center, rgba(45, 93, 84, 0.14), rgba(45, 93, 84, 0) 70%);
  filter: blur(16px);
  opacity: 0.58;
  animation: service-atmosphere 24s ease-in-out infinite alternate;
}

.service-section::after {
  inset: 0.8rem;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: calc(var(--radius-xl) - 8px);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(10.5rem, 0.4fr) minmax(0, 1fr);
  gap: 1.15rem 2.8rem;
  align-items: start;
}

.service-section .section-heading {
  margin-bottom: 0;
  max-width: 10.5rem;
  padding-top: 0.2rem;
}

.service-section .section-heading h2 {
  position: relative;
  padding-bottom: 1.05rem;
  font-size: clamp(1.4rem, 1.9vw, 2.05rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.service-section .section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.25rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(45, 93, 84, 0.55), rgba(45, 93, 84, 0.08));
  transform-origin: left center;
  animation: service-rule-in 1100ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.service-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  margin: 0;
  padding: 0.92rem 0.2rem 1rem 1.7rem;
  border-bottom: 1px solid rgba(31, 42, 38, 0.075);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  background: linear-gradient(90deg, rgba(45, 93, 84, 0.09), rgba(45, 93, 84, 0) 56%) left center / 0% 100% no-repeat;
  opacity: 0.22;
  transform: translateY(0.35rem);
  animation: service-item-in 460ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  transition:
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-size 500ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 300ms ease,
    color 240ms ease;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 0.82rem;
  height: 1px;
  border-radius: 999px;
  background: rgba(45, 93, 84, 0.36);
  transform-origin: left center;
  transition: width 360ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 260ms ease;
}

.service-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.22rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(45, 93, 84, 0.22);
  box-shadow: 0 0 0 0.3rem rgba(45, 93, 84, 0.05);
  opacity: 0.18;
}

.service-list li:nth-last-child(-n + 2) {
  padding-bottom: 0.1rem;
  border-bottom: none;
}

@media (hover: hover) and (pointer: fine) {
  .service-section:hover::before {
    animation-duration: 18s;
  }

  .service-list li:hover {
    transform: translateX(0.12rem);
    border-color: rgba(45, 93, 84, 0.16);
    background-size: 82% 100%;
    color: #16332d;
  }

  .service-list li:hover::before {
    width: 1rem;
    background: rgba(45, 93, 84, 0.72);
  }
}

.service-list li:nth-child(1) { animation-delay: 25ms; }
.service-list li:nth-child(2) { animation-delay: 45ms; }
.service-list li:nth-child(3) { animation-delay: 65ms; }
.service-list li:nth-child(4) { animation-delay: 85ms; }
.service-list li:nth-child(5) { animation-delay: 105ms; }
.service-list li:nth-child(6) { animation-delay: 125ms; }
.service-list li:nth-child(7) { animation-delay: 145ms; }
.service-list li:nth-child(8) { animation-delay: 165ms; }
.service-list li:nth-child(9) { animation-delay: 185ms; }
.service-list li:nth-child(10) { animation-delay: 205ms; }
.service-list li:nth-child(11) { animation-delay: 225ms; }
.service-list li:nth-child(12) { animation-delay: 245ms; }
.service-list li:nth-child(13) { animation-delay: 265ms; }
.service-list li:nth-child(14) { animation-delay: 285ms; }
.service-list li:nth-child(15) { animation-delay: 305ms; }
.service-list li:nth-child(16) { animation-delay: 325ms; }

.support-grid,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-care-zuerich .page-hero {
  padding: 1.8rem;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(248, 244, 237, 0.95));
  box-shadow: 0 16px 34px rgba(31, 42, 38, 0.045);
}

.page-care-zuerich .page-hero p {
  max-width: 42rem;
}

.page-care-zuerich .hero-support {
  display: grid;
  gap: 0.9rem;
  margin-top: 0.1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(31, 42, 38, 0.08);
}

.page-care-zuerich .hero-support h2 {
  margin: 0;
  font-size: clamp(1.18rem, 1.55vw, 1.45rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-care-zuerich .hero-support .quiet-list {
  gap: 0.05rem 2.35rem;
}

.page-care-zuerich .hero-support p {
  margin: 0;
  max-width: 38rem;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.page-care-zuerich .hero-overview {
  margin-top: 0.05rem;
}

.page-care-zuerich .hero-support-list li {
  padding-top: 0.64rem;
  padding-bottom: 0.72rem;
}

.page-care-zuerich .hero-support-list li::before {
  top: 1.16rem;
}

.page-care-zuerich .hero-overview-list li {
  padding-top: 0.66rem;
  padding-bottom: 0.74rem;
}

.page-care-zuerich .hero-overview-list li::before {
  top: 1.18rem;
}

.page-care-zuerich .contact-aside .contact-card {
  padding: 1.35rem 1.25rem;
  border-color: rgba(31, 42, 38, 0.08);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.97), rgba(247, 241, 233, 0.94));
  box-shadow: 0 12px 26px rgba(31, 42, 38, 0.035);
}

.page-care-zuerich .human-portrait-card {
  overflow: hidden;
  border: 1px solid rgba(31, 42, 38, 0.08);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(246, 240, 232, 0.94));
  box-shadow: 0 14px 28px rgba(31, 42, 38, 0.035);
}

.page-care-zuerich .human-portrait-card figure {
  margin: 0;
}

.page-care-zuerich .human-portrait-card img {
  width: 100%;
  aspect-ratio: 1 / 0.98;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.95) contrast(1.02);
}

.page-care-zuerich .human-portrait-card figcaption {
  padding: 0.95rem 1rem 1.05rem;
  color: var(--muted);
  line-height: 1.5;
}

.page-care-zuerich .human-portrait-card figcaption strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--ink);
  font-weight: 600;
}

.page-care-zuerich .support-section,
.page-care-zuerich .overview-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 1.55rem 1.65rem 1.45rem;
  border-color: rgba(31, 42, 38, 0.08);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(248, 244, 237, 0.94) 100%);
  box-shadow: 0 16px 34px rgba(31, 42, 38, 0.04);
}

.page-care-zuerich .support-section::before,
.page-care-zuerich .overview-section::before {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -9rem;
  width: 22rem;
  height: 18rem;
  background: radial-gradient(circle at center, rgba(178, 149, 109, 0.1), rgba(178, 149, 109, 0) 72%);
  filter: blur(18px);
  opacity: 0.62;
  pointer-events: none;
}

.page-care-zuerich .care-section-layout {
  display: grid;
  grid-template-columns: minmax(15rem, 0.5fr) minmax(0, 1fr);
  gap: 1.1rem 2.6rem;
  align-items: start;
}

.page-care-zuerich .support-section .section-heading,
.page-care-zuerich .overview-section .section-heading {
  margin: 0;
  max-width: 15rem;
  padding-top: 0.15rem;
}

.page-care-zuerich .support-section .section-heading::after,
.page-care-zuerich .overview-section .section-heading::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  margin-top: 1rem;
  background: linear-gradient(90deg, rgba(178, 149, 109, 0.62), rgba(178, 149, 109, 0.08));
}

.page-care-zuerich .support-section .section-heading h2,
.page-care-zuerich .overview-section .section-heading h2 {
  font-size: clamp(1.42rem, 1.95vw, 2.08rem);
  line-height: 1.01;
  letter-spacing: -0.04em;
}

.page-care-zuerich .support-section .section-heading p,
.page-care-zuerich .overview-section .section-heading p {
  max-width: 15rem;
}

.page-care-zuerich .quiet-list {
  display: grid;
  gap: 0.15rem 2.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-care-zuerich .quiet-list-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-care-zuerich .quiet-list li {
  position: relative;
  margin: 0;
  padding: 0.72rem 0.1rem 0.84rem 1.3rem;
  color: rgba(31, 42, 38, 0.94);
  line-height: 1.55;
  opacity: 0.22;
  transform: translateY(0.26rem);
  animation: quiet-list-in 420ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  transition: color 220ms ease, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.page-care-zuerich .quiet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.28rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(178, 149, 109, 0.42);
  box-shadow: 0 0 0 0.22rem rgba(178, 149, 109, 0.08);
  transition: background-color 220ms ease, box-shadow 260ms ease, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.page-care-zuerich .quiet-list li:nth-child(1) { animation-delay: 20ms; }
.page-care-zuerich .quiet-list li:nth-child(2) { animation-delay: 45ms; }
.page-care-zuerich .quiet-list li:nth-child(3) { animation-delay: 70ms; }
.page-care-zuerich .quiet-list li:nth-child(4) { animation-delay: 95ms; }
.page-care-zuerich .quiet-list li:nth-child(5) { animation-delay: 120ms; }
.page-care-zuerich .quiet-list li:nth-child(6) { animation-delay: 145ms; }
.page-care-zuerich .quiet-list li:nth-child(7) { animation-delay: 170ms; }
.page-care-zuerich .quiet-list li:nth-child(8) { animation-delay: 195ms; }

@media (hover: hover) and (pointer: fine) {
  .page-care-zuerich .quiet-list li:hover {
    transform: translateX(0.08rem);
    color: #18352f;
  }

  .page-care-zuerich .quiet-list li:hover::before {
    background: rgba(45, 93, 84, 0.46);
    box-shadow: 0 0 0 0.32rem rgba(45, 93, 84, 0.08);
    transform: scale(1.05);
  }
}

.page-care-zuerich .process-section {
  padding: 1.55rem 1.65rem 1.45rem;
  border-color: rgba(31, 42, 38, 0.08);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(247, 243, 237, 0.94));
  box-shadow: 0 16px 34px rgba(31, 42, 38, 0.04);
}

.page-care-zuerich .process-section-layout {
  grid-template-columns: minmax(15rem, 0.5fr) minmax(0, 1fr);
}

.page-care-zuerich .process-section .section-heading {
  margin: 0;
  max-width: 15rem;
  padding-top: 0.15rem;
}

.page-care-zuerich .process-section .section-heading::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  margin-top: 1rem;
  background: linear-gradient(90deg, rgba(178, 149, 109, 0.62), rgba(178, 149, 109, 0.08));
}

.page-care-zuerich .process-section .section-heading h2 {
  font-size: clamp(1.42rem, 1.95vw, 2.08rem);
  line-height: 1.01;
  letter-spacing: -0.04em;
}

.page-care-zuerich .journey-content {
  display: grid;
  gap: 1rem;
}

.page-care-zuerich .timeline {
  position: relative;
  gap: 1rem;
  margin-top: 0;
}

.page-care-zuerich .timeline::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  top: 0.4rem;
  bottom: 0.5rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(178, 149, 109, 0.15), rgba(178, 149, 109, 0.38), rgba(178, 149, 109, 0.12));
}

.page-care-zuerich .timeline-step {
  grid-template-columns: 1.35rem 1fr;
  gap: 0.9rem;
}

.page-care-zuerich .timeline-step strong {
  position: relative;
  z-index: 1;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(178, 149, 109, 0.24);
  background: rgba(250, 246, 240, 0.98);
  color: #7a7367;
  box-shadow: none;
  font-size: 0.76rem;
}

.page-care-zuerich .timeline-step div {
  color: var(--muted);
  line-height: 1.62;
}

.page-care-zuerich .process-note {
  margin-top: 0.1rem;
  padding: 1rem 0 0;
  border: none;
  border-top: 1px solid rgba(31, 42, 38, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-care-zuerich .contact-section {
  padding: 1.4rem 1.55rem;
  border-color: rgba(31, 42, 38, 0.08);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(247, 243, 237, 0.95));
  box-shadow: 0 12px 30px rgba(31, 42, 38, 0.035);
}

.page-care-zuerich .care-contact-actions {
  margin-top: 1rem;
  gap: 0.7rem 1rem;
  align-items: center;
}

.page-care-zuerich .care-contact-actions .button {
  min-width: 13rem;
}

.page-care-zuerich .care-contact-actions .button-secondary {
  min-height: auto;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.page-care-zuerich .care-contact-actions .button-secondary:hover,
.page-care-zuerich .care-contact-actions .button-secondary:focus-visible {
  transform: none;
  color: var(--ink);
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.soft-card h3,
.content-card h3,
.quote-card h3 {
  margin: 0 0 0.35rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
}

.soft-card ul,
.content-card ul,
.content-card ol,
.contact-card ul,
.callout ul {
  margin: 0.7rem 0 0;
  padding-left: 1.05rem;
  color: var(--muted);
  line-height: 1.65;
}

.content-card + .content-card {
  margin-top: 0.85rem;
}

.timeline {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.85rem;
}

.timeline-step {
  display: grid;
  grid-template-columns: 2.75rem 1fr;
  gap: 0.8rem;
  align-items: start;
}

.timeline-step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-md);
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-weight: 600;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.05rem;
  font-size: 1.02rem;
  line-height: 1.28;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item div {
  padding: 0 1.05rem 1rem;
}

.form-grid {
  display: grid;
  gap: 0.85rem;
}

.field {
  display: grid;
  gap: 0.42rem;
}

.field label {
  color: var(--ink);
  font-size: 0.93rem;
  font-weight: 600;
}

.field input,
.field textarea {
  width: 100%;
  padding: 0.9rem 0.95rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--ink);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(45, 93, 84, 0.32);
  box-shadow: 0 0 0 4px rgba(45, 93, 84, 0.08);
}

.form-success {
  display: none;
  padding: 0.95rem 1rem;
  margin-top: 0.9rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(45, 93, 84, 0.14);
  background: rgba(45, 93, 84, 0.08);
  color: var(--accent-strong);
  font-weight: 600;
}

.form-success.is-visible {
  display: block;
}

.cta-band {
  margin-top: 1rem;
  background: linear-gradient(135deg, rgba(34, 79, 71, 0.98), rgba(45, 101, 91, 0.96));
  color: #f7f4ed;
}

.cta-band p,
.cta-band a {
  color: rgba(247, 244, 237, 0.92);
}

.cta-band .button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow: none;
}

.site-footer {
  margin-top: 1rem;
  padding: 1rem 1.05rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow-soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0 0.8rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.sticky-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(35, 72, 64, 0.16);
}

.sticky-cta svg {
  width: 1.18rem;
  height: 1.18rem;
}

.sticky-contact {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.sticky-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(35, 72, 64, 0.16);
}

.icon {
  width: 1.18rem;
  height: 1.18rem;
}

@keyframes service-item-in {
  from {
    opacity: 0.22;
    transform: translateY(0.35rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes service-atmosphere {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.62;
  }

  to {
    transform: translate3d(1.5rem, -1rem, 0) scale(1.08);
    opacity: 0.88;
  }
}

@keyframes service-rule-in {
  from {
    opacity: 0;
    transform: scaleX(0.4);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes quiet-list-in {
  from {
    opacity: 0.22;
    transform: translateY(0.3rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal,
.reveal.is-visible,
.reveal-delay-1,
.reveal-delay-2,
.reveal-delay-3 {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .service-list li {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }

  .page-care-zuerich .quiet-list li {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }

  .service-section::before,
  .service-section .section-heading h2::after {
    animation: none;
  }

  .service-section::before {
    transform: none;
    opacity: 0.7;
  }

  .reveal,
  .reveal-delay-1,
  .reveal-delay-2,
  .reveal-delay-3 {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .hero,
  .split-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .header-menu {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }

  .site-nav,
  .header-cta {
    justify-content: flex-start;
  }

  .hero-copy,
  .hero-side,
  .hero .portrait-card,
  .hero .portrait-card figure {
    height: auto;
  }

  .hero-side {
    grid-template-rows: auto;
  }

  .hero .portrait-card img {
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 0.72;
  }

  .intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid,
  .three-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-layout {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .service-section .section-heading {
    max-width: none;
  }

  .page-care-zuerich .care-section-layout {
    grid-template-columns: 1fr;
    gap: 1.05rem;
  }

  .page-care-zuerich .process-section-layout {
    grid-template-columns: 1fr;
  }

  .page-care-zuerich .support-section .section-heading,
  .page-care-zuerich .overview-section .section-heading,
  .page-care-zuerich .process-section .section-heading {
    max-width: none;
  }

  .page-care-zuerich .quiet-list-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 1rem), var(--content-width));
    padding-bottom: 5rem;
  }

  .utility-bar {
    flex-direction: column;
    gap: 0.3rem;
  }

  .utility-bar,
  .site-header,
  .hero-copy,
  .page-hero,
  .section,
  .portrait-card figcaption,
  .contact-card,
  .soft-card,
  .content-card,
  .quote-card,
  .callout,
  .cta-band,
  .site-footer {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.85rem;
  }

  .brand {
    min-width: 0;
  }

  .brand-subtitle {
    font-size: 0.84rem;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .header-menu {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    width: 100%;
    margin-left: 0;
    padding-top: 0.9rem;
    border-top: 1px solid var(--line);
  }

  .site-header.is-open .header-menu {
    display: flex;
  }

  .site-header.is-open .nav-toggle span:nth-child(2) {
    transform: translateY(0.36rem) rotate(45deg);
  }

  .site-header.is-open .nav-toggle span:nth-child(3) {
    opacity: 0;
  }

  .site-header.is-open .nav-toggle span:nth-child(4) {
    transform: translateY(-0.36rem) rotate(-45deg);
  }

  .header-cta,
  .hero-actions,
  .button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }

  .site-nav a {
    width: 100%;
    min-height: auto;
    padding: 0.75rem 0;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(31, 42, 38, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: none;
  }

  .button,
  .button-secondary {
    width: 100%;
    justify-content: center;
  }

  .intent-grid,
  .service-grid,
  .support-grid,
  .faq-grid,
  .three-up {
    grid-template-columns: 1fr;
  }

  .hero-tag-list {
    grid-template-columns: 1fr;
  }

  .service-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-list li:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(31, 42, 38, 0.08);
  }

  .service-list li:last-child {
    border-bottom: none;
  }

  .service-section {
    padding-top: 1.35rem;
    padding-bottom: 1.2rem;
  }

  .service-section::after {
    inset: 0.55rem;
  }

  .service-section .section-heading h2 {
    padding-bottom: 0.85rem;
  }

  .service-list li {
    padding: 0.82rem 0.05rem 0.9rem 1.45rem;
    font-size: 0.96rem;
  }

  .service-list li::before {
    top: 1.3rem;
    width: 0.72rem;
  }

  .service-list li::after {
    top: 1.12rem;
  }

  .page-care-zuerich .support-section,
  .page-care-zuerich .overview-section {
    padding-top: 1.28rem;
    padding-bottom: 1.16rem;
  }

  .page-care-zuerich .support-section .section-heading,
  .page-care-zuerich .overview-section .section-heading,
  .page-care-zuerich .process-section .section-heading {
    margin-bottom: 0;
  }

  .page-care-zuerich .support-section .section-heading::after,
  .page-care-zuerich .overview-section .section-heading::after,
  .page-care-zuerich .process-section .section-heading::after {
    margin-top: 0.82rem;
  }

  .page-care-zuerich .quiet-list li {
    padding: 0.8rem 0.05rem 0.86rem 1.2rem;
    font-size: 0.96rem;
  }

  .page-care-zuerich .quiet-list li::before {
    top: 1.18rem;
    width: 0.38rem;
    height: 0.38rem;
  }

  .page-care-zuerich .process-note {
    padding-top: 0.85rem;
  }

  .page-care-zuerich .process-section {
    padding-top: 1.28rem;
    padding-bottom: 1.16rem;
  }

  .page-care-zuerich .human-portrait-card img {
    aspect-ratio: 1 / 0.9;
  }

  .page-care-zuerich .contact-section {
    padding-top: 1.2rem;
    padding-bottom: 1.12rem;
  }

  .page-care-zuerich .care-contact-actions {
    align-items: flex-start;
  }

  .page-care-zuerich .care-contact-actions .button,
  .page-care-zuerich .care-contact-actions .button-secondary {
    width: auto;
    justify-content: flex-start;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(1.95rem, 10vw, 2.95rem);
  }

  .hero .hero-copy h1 {
    font-size: clamp(1.21rem, 5.95vw, 1.73rem);
    white-space: normal;
  }

  .timeline-step {
    grid-template-columns: 1fr;
  }

  .timeline-step strong {
    width: 2.5rem;
    height: 2.5rem;
  }

  .sticky-cta {
    right: 0.8rem;
    bottom: 0.8rem;
  }
}
