@font-face {
  font-family: "Arimo";
  src: url("/assets/fonts/Arimo-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

/* 2026-08-07 — browser review pass: stable rails, readable cards and exact edge rhythm. */
.home-page :where(h1, h2, h3, p, strong, span, a, button),
body[data-page-type="home"] :where(h1, h2, h3, p, strong, span, a, button) {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hero {
  padding-top: clamp(54px, 5.8vw, 82px) !important;
  align-items: start !important;
}

.hero-copy {
  align-self: start;
  padding-top: 0 !important;
}

.hero-actions {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

@media (min-width: 981px) {
  .hero-actions .button {
    min-width: 310px;
    min-height: 62px;
    padding-inline: 30px;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 710px;
  }

  .hero-proof > div {
    min-height: 120px !important;
    padding: 20px 22px !important;
  }
}

.home-popular > .rail-controls {
  display: none !important;
}

.home-service-rail {
  grid-auto-columns: minmax(390px, 400px) !important;
  gap: 16px !important;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  touch-action: pan-x pan-y;
}

.home-service-card {
  width: 100%;
  height: 650px !important;
  min-height: 650px !important;
  padding: 30px !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}

.home-service-card h3 {
  margin-top: 54px !important;
  font-size: clamp(2.35rem, 3.2vw, 3.65rem) !important;
  line-height: .94 !important;
}

.home-service-card > p:not(.section-label) {
  margin-top: 28px;
  font-size: 1rem;
  line-height: 1.55;
}

.home-service-card > div {
  width: 100%;
  margin-top: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px !important;
}

.home-service-card a,
.home-service-card button,
.home-price-row button,
.home-specialist button[data-open-booking] {
  min-height: 48px;
  padding: 10px 16px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green) !important;
  border-radius: 999px !important;
  background: var(--green) !important;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}

.swipe-gesture-hint {
  width: fit-content;
  margin: 18px auto 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 600;
}

.swipe-gesture-hint__hand {
  display: inline-block;
  font-size: 1.2rem;
  transform-origin: 50% 100%;
  animation: swipe-gesture 1800ms cubic-bezier(.77, 0, .175, 1) infinite;
}

@keyframes swipe-gesture {
  0%, 100% { opacity: .5; transform: translateX(-8px) rotate(-8deg); }
  48% { opacity: 1; transform: translateX(12px) rotate(6deg); }
}

@media (hover: hover) and (pointer: fine) {
  .home-popular .swipe-gesture-hint { display: none; }
}

.home-concerns__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-auto-flow: dense;
  gap: 12px !important;
}

.home-concerns__grid .concern-tile { grid-column: span 3; }
.home-concerns__grid .concern-tile:nth-child(2) { grid-column: span 4; }
.home-concerns__grid .concern-tile:nth-child(3) { grid-column: span 5; }
.home-concerns__grid .concern-tile:nth-child(4) { grid-column: span 6 !important; }
.home-concerns__grid .concern-tile:nth-child(7) { grid-column: span 5; }
.home-concerns__grid .concern-tile:nth-child(8) { grid-column: span 7; }

.home-concerns .section-actions {
  width: 100%;
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center;
  gap: 14px !important;
}

.home-concerns .section-actions .button-quiet {
  width: 100%;
  min-height: 58px;
  justify-content: center;
}

.home-concerns .section-actions .text-link {
  justify-self: center;
}

.trust-feature,
.trust-devices {
  background-image: none !important;
}

.home-trust__proof > :nth-child(1) { background-color: #edf8e8 !important; }
.home-trust__proof > :nth-child(2) { background-color: #dff2d7 !important; }
.home-trust__proof > :nth-child(3) { background-color: #cfe9c5 !important; }
.home-trust__proof > :nth-child(4) { background-color: #f6fbf3 !important; }

.care-grid {
  min-height: 0 !important;
  align-items: stretch !important;
  gap: 12px !important;
  overflow-x: auto !important;
  scroll-snap-type: x proximity;
  scroll-behavior: auto !important;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
}

.care-card,
.care-card-featured,
.care-card.is-active {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  height: 468px !important;
  min-height: 468px !important;
  padding: 24px !important;
  transform: none !important;
  scroll-snap-align: start;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease !important;
}

.care-card h3,
.care-card-featured h3,
.care-card.is-active h3 {
  font-size: clamp(1.6rem, 2.15vw, 2.4rem) !important;
  line-height: .98 !important;
}

.care-card p:last-child,
.care-card.is-active p:last-child {
  max-height: none !important;
  margin-top: 14px !important;
  opacity: 1 !important;
}

.care-index {
  display: inline-block;
  transform-origin: left top;
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .care-card:hover .care-index { transform: scale(1.12); }
}

.swipe-gesture-hint--care { display: none; }
.care-navigation { display: none !important; }

.faq-list summary > span {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  place-items: center !important;
}

.faq-list summary > span::after {
  width: 100%;
  height: 100%;
  display: grid !important;
  place-items: center;
  line-height: 1 !important;
}

.faq-intro > a.text-link {
  width: fit-content;
  min-height: 50px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--forest);
  color: #fff !important;
  white-space: nowrap;
  text-decoration: none;
}

.clinic-viewer__main,
.clinic-viewer__thumbs button {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto;
}

.clinic-viewer__main img,
.clinic-viewer__thumbs img {
  width: 100%;
  height: 100% !important;
  min-height: 0;
  object-fit: cover;
}

.clinic-viewer__main figcaption,
.clinic-viewer__thumbs span {
  margin: 0;
  padding: 12px 16px 14px !important;
  background: #edf8e8;
  color: var(--forest);
}

.clinic-viewer__thumbs button {
  min-height: 168px !important;
}

@media (max-width: 980px) {
  .care-card,
  .care-card-featured,
  .care-card.is-active {
    flex: 0 0 min(72vw, 360px) !important;
    min-width: min(72vw, 360px) !important;
    height: 390px !important;
    min-height: 390px !important;
  }

  .swipe-gesture-hint--care { display: inline-flex; }
}

@media (max-width: 680px) {
  .hero {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
  }

  .hero-copy { gap: 18px !important; }
  .hero .eyebrow { margin-bottom: 2px !important; }

  .hero-proof > div {
    min-height: 106px !important;
    padding: 16px !important;
  }

  .home-service-rail {
    grid-auto-columns: calc(100vw - 50px) !important;
    gap: 12px !important;
  }

  .home-service-card {
    height: 520px !important;
    min-height: 520px !important;
    padding: 24px !important;
  }

  .home-service-card h3 {
    margin-top: 34px !important;
    font-size: clamp(2rem, 10vw, 2.65rem) !important;
  }

  .home-concerns__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .home-concerns__grid .concern-tile,
  .home-concerns__grid .concern-tile:nth-child(n) {
    grid-column: auto !important;
  }

  .home-specialist {
    gap: 12px !important;
  }

  .home-specialist figure { margin-bottom: 0 !important; }

  .care-card,
  .care-card-featured,
  .care-card.is-active {
    flex-basis: calc(100vw - 58px) !important;
    min-width: calc(100vw - 58px) !important;
    height: 336px !important;
    min-height: 336px !important;
  }

  .clinic-viewer__thumbs button {
    flex-basis: 178px !important;
    min-height: 148px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .swipe-gesture-hint__hand { animation: none; }
  .care-index { transition: none; }
}

/* 2026-08-06 conversion restructure. The visual system stays GLADIS; only the
   information architecture and reusable conversion blocks change. */
.hero h1,
.section-shell h2,
.section-shell h3 { hyphens: none; word-break: normal; overflow-wrap: normal; }

.hero { min-height: calc(100svh - 88px); padding-top: clamp(90px, 10vw, 148px); }
.hero-copy { padding-bottom: 70px; }
.hero h1 { max-width: 890px; font-size: clamp(3.5rem, 6.5vw, 7.6rem); line-height: .88; }
.hero-intro { max-width: 760px; }
.hero-proof { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.home-start__grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr; grid-template-rows: repeat(2, minmax(230px, auto)); gap: 16px; }
.start-card { position: relative; min-height: 230px; padding: clamp(24px, 3vw, 42px); display: flex; flex-direction: column; justify-content: space-between; gap: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.78); color: var(--forest); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.start-card:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(25, 76, 50, .11); }
.start-card span { color: var(--muted); font-size: .82rem; font-weight: 700; }
.start-card strong { max-width: 440px; font-size: clamp(1.8rem, 3.2vw, 3.6rem); line-height: .96; letter-spacing: -.045em; }
.start-card small { max-width: 330px; color: var(--muted); font-size: 1rem; }
.start-card--wide { grid-row: 1 / 3; background: linear-gradient(145deg, #e3f5dc, rgba(255,255,255,.9)); }
.start-card--photo { grid-column: 2 / 4; background: linear-gradient(90deg, rgba(12,55,37,.86), rgba(12,55,37,.28)), url('/assets/images/clinic-detail.webp') center/cover; color: white; }
.start-card--photo span, .start-card--photo small { color: rgba(255,255,255,.78); }
.start-card--accent { background: #b7ec88; }

.home-service-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 28vw); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.home-service-card { min-height: 400px; padding: 30px; display: flex; flex-direction: column; align-items: stretch; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.8); }
.home-service-card--featured { grid-auto-columns: minmax(430px, 38vw); background: linear-gradient(145deg, #dff4d7, #fff); }
.home-service-card h3 { margin: auto 0 16px; font-size: clamp(2rem, 3vw, 3.2rem); line-height: .96; letter-spacing: -.045em; }
.home-service-card > p:not(.section-label) { color: var(--muted); line-height: 1.5; }
.home-service-card > div { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.home-service-card a, .home-service-card button { padding: 0; border: 0; background: none; color: var(--forest); font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }

.home-concerns__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.concern-tile { min-height: 210px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.7); color: var(--forest); text-decoration: none; }
.concern-tile span { color: #87a493; font-size: .8rem; }
.concern-tile strong { font-size: clamp(1.35rem, 2vw, 2.15rem); line-height: 1.02; letter-spacing: -.035em; }
.concern-tile--large { grid-column: span 2; background: #dff3d7; }
.section-actions { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.section-actions .text-link { border: 0; background: none; cursor: pointer; }

.home-trust { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(44px, 8vw, 120px); }
.home-trust__intro { position: sticky; top: 130px; align-self: start; }
.home-trust__intro h2 { margin: 20px 0 26px; font-size: clamp(3rem, 5.6vw, 6.5rem); line-height: .9; letter-spacing: -.06em; }
.home-trust__intro > p:last-child { max-width: 560px; color: var(--muted); font-size: 1.15rem; line-height: 1.55; }
.home-trust__proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.trust-feature, .trust-devices { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.72); }
.trust-feature--license { grid-column: 1 / -1; min-height: 360px; background: linear-gradient(150deg, #c9f1a6, #eef8e9); }
.trust-feature > span { display: block; font-size: clamp(4rem, 8vw, 8rem); font-weight: 700; letter-spacing: -.07em; }
.trust-feature h3 { margin-top: auto; max-width: 520px; font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: .98; }
.trust-devices { grid-column: 1 / -1; display: grid; gap: 0; }
.trust-devices a { padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--forest); text-decoration: none; }
.trust-devices a span { color: var(--muted); }

.home-specialist { display: grid; grid-template-columns: minmax(320px, .8fr) 1.2fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.home-specialist figure { aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border-radius: 34px; background: #e7f4e2; }
.home-specialist figure img { width: 100%; height: 100%; object-fit: cover; }
.home-specialist h2 { margin: 20px 0; font-size: clamp(3.5rem, 7vw, 8rem); line-height: .87; letter-spacing: -.065em; }
.home-specialist__role { max-width: 680px; color: var(--green); font-size: clamp(1.2rem, 2vw, 1.7rem); font-weight: 700; }
.home-specialist > div > p:not(.section-label) { max-width: 680px; line-height: 1.55; }

.home-price-list { border-top: 1px solid var(--line); }
.home-price-row { min-height: 100px; padding: 20px 0; display: grid; grid-template-columns: 1fr 180px 130px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.home-price-row > div { display: flex; gap: 18px; align-items: baseline; }
.home-price-row strong { font-size: clamp(1.25rem, 2vw, 2rem); }
.home-price-row a { color: var(--muted); }
.home-price-row > span { font-weight: 700; }
.home-price-row button { min-height: 46px; border: 1px solid var(--green); border-radius: 15px; background: transparent; color: var(--forest); font: inherit; font-weight: 700; }

.home-contact-gallery > div:last-child { display: grid; grid-template-columns: 1.45fr .9fr .9fr; gap: 14px; }
.home-contact-gallery figure { margin: 0; }
.home-contact-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 26px; }
.home-contact-gallery figcaption { padding-top: 10px; color: var(--muted); }

@media (max-width: 1100px) {
  .hero { min-height: auto; padding-top: 90px; }
  .hero h1 { font-size: clamp(3.8rem, 9vw, 7rem); }
  .hero-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-start__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .start-card--wide { grid-row: auto; }
  .start-card--photo { grid-column: 1 / -1; }
  .home-concerns__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-trust { grid-template-columns: 1fr; }
  .home-trust__intro { position: static; }
  .home-specialist { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 680px) {
  .hero { padding: 78px 16px 38px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.8rem, 14vw, 4.3rem); line-height: .91; }
  .hero-intro { font-size: 1.02rem; }
  .hero-actions { align-items: stretch; }
  .hero-proof { grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-proof div { min-width: 0; padding: 14px 10px; }
  .hero-proof strong { font-size: 1.05rem; }
  .hero-proof span { font-size: .72rem; }
  .home-start__grid { grid-template-columns: 1fr; }
  .start-card--photo, .concern-tile--large { grid-column: auto; }
  .start-card { min-height: 200px; }
  .home-service-rail { grid-auto-columns: minmax(270px, 86vw); }
  .home-service-card { min-height: 360px; padding: 22px; }
  .home-service-card > div { display: grid; justify-content: stretch; }
  .home-service-card > div > * { min-width: 0; white-space: normal; }
  .home-concerns__grid { grid-template-columns: 1fr; }
  .concern-tile { min-height: 150px; }
  .home-trust__proof { grid-template-columns: 1fr; }
  .home-trust > *, .home-trust__proof > * { min-width: 0; }
  .home-trust__intro h2 { font-size: clamp(2.2rem, 10vw, 2.7rem); }
  .trust-feature--license, .trust-devices { grid-column: auto; }
  .trust-devices a { display: grid; gap: 4px; }
  .home-specialist { grid-template-columns: 1fr; }
  .home-specialist > * { min-width: 0; }
  .home-specialist h2 { font-size: clamp(2.2rem, 10vw, 2.7rem); }
  .home-price-row { grid-template-columns: 1fr auto; gap: 12px; }
  .home-price-row > div { display: grid; gap: 6px; }
  .home-price-row button { grid-column: 1 / -1; }
  .home-contact-gallery > div:last-child { grid-template-columns: 1fr; }
  .section-actions { display: grid; }
  .section-actions > * { width: 100%; justify-content: center; }
}

@font-face {
  font-family: "Arimo";
  src: url("/assets/fonts/Arimo-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --ink: #18372b;
  --forest: #3f7659;
  --forest-deep: #28503c;
  --leaf: #4d8a68;
  --lime: #bce995;
  --lime-bright: #d5f4b9;
  --mist: #edf7e8;
  --paper: #fbfcf8;
  --white: #ffffff;
  --muted: #617269;
  --line: rgba(18, 49, 38, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --header-height: 88px;
  --page-gutter: clamp(20px, 3.5vw, 56px);
  --section-space: clamp(76px, 10vw, 148px);
  --radius-sm: 18px;
  --radius-md: 26px;
  --radius-lg: 38px;
  --shadow-float: 0 24px 70px rgba(11, 61, 42, 0.16);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Arimo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--header-height);
  padding: 14px var(--page-gutter);
  border-bottom: 1px solid transparent;
  transition:
    min-height 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  min-height: 72px;
  border-color: var(--line);
  background: rgba(248, 250, 245, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  width: clamp(146px, 13vw, 202px);
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 42px);
}

.desktop-nav a,
.phone-link {
  position: relative;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--leaf);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone-link {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.phone-link:hover {
  color: var(--white);
  background: var(--forest);
}

.menu-button {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 23px;
  height: 2px;
  background: currentColor;
  transition: transform 220ms ease;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-icon::before {
  transform: translateY(-7px);
}

.menu-icon::after {
  transform: translateY(7px);
}

.menu-button[aria-expanded="true"] .menu-icon {
  background: transparent;
}

.menu-button[aria-expanded="true"] .menu-icon::before {
  transform: rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-icon::after {
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 95;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 110px var(--page-gutter) 40px;
  background: var(--mist);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.55rem, 7vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.mobile-menu a:last-child {
  width: fit-content;
  margin-top: 24px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  font-size: 0.92rem;
  letter-spacing: 0;
}

.hero {
  --pointer-x: 50%;
  --pointer-y: 42%;
  --portrait-shift-x: 0px;
  --portrait-shift-y: 0px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  min-height: max(820px, 100svh);
  padding: calc(var(--header-height) + 58px) var(--page-gutter) 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(185, 244, 122, 0.68), transparent 23rem),
    linear-gradient(135deg, var(--paper) 10%, #f2faee 64%, var(--mist));
}

.dot-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.62;
  background-image:
    linear-gradient(rgba(18, 49, 38, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 49, 38, 0.045) 1px, transparent 1px);
  background-position: center;
  background-size: 64px 64px, 64px 64px;
  mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.82) 55%, transparent 84%);
}

.hero-copy,
.hero-portrait,
.hero-scroll {
  position: relative;
  z-index: 1;
}

.hero-copy {
  align-self: center;
  max-width: 980px;
  padding: 38px 4vw 72px 0;
}

.eyebrow,
.section-label {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 7px 12px;
  border: 1px solid rgba(47, 125, 85, 0.2);
  border-radius: 999px;
  color: var(--leaf);
  background: rgba(233, 247, 227, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.eyebrow::before,
.section-label::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 3px rgba(185, 244, 122, 0.2);
  content: "";
}

.hero h1 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(4.4rem, 8.3vw, 9.8rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  color: var(--leaf);
}

.hero-intro {
  max-width: 580px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.55;
}

.hero-actions,
.contact-actions,
.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms var(--ease-out);
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: var(--white);
  background: var(--forest);
}

.button-primary:hover {
  background: var(--leaf);
}

.button-quiet {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.74);
}

.button-quiet:hover {
  border-color: var(--leaf);
  background: var(--white);
}

.button-lime {
  color: var(--forest-deep);
  background: var(--lime);
}

.button-lime:hover {
  background: var(--lime-bright);
}

.button-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
}

.button-outline-light:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 760px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-proof div {
  display: grid;
  align-content: start;
  gap: 6px;
}

.hero-proof strong {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  letter-spacing: -0.035em;
}

.hero-proof span {
  max-width: 190px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.hero-portrait {
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 42px 0 42px 42px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.94), transparent 24%),
    linear-gradient(145deg, #dff7d3, #aeea7c);
  box-shadow: var(--shadow-float);
}

.hero-portrait::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(214, 255, 163, 0.48), transparent 28%),
    linear-gradient(135deg, rgba(207, 255, 150, 0.38), transparent 54%);
  content: "";
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-portrait::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 32, 21, 0.64), transparent 34%);
  content: "";
  pointer-events: none;
}

.hero-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  filter: brightness(1.07) saturate(0.92);
  transform: translate3d(var(--portrait-shift-x), var(--portrait-shift-y), 0) scale(1.035);
  transition: transform 900ms var(--ease-out);
  will-change: transform;
}

.portrait-waves {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.portrait-waves span {
  position: absolute;
  top: 18%;
  left: -38%;
  width: 176%;
  height: 56%;
  border: 1px solid rgba(206, 255, 150, 0.34);
  border-radius: 50%;
  transform: rotate(-12deg);
  animation: portrait-wave 9s ease-in-out infinite alternate;
}

.portrait-waves span:nth-child(2) {
  top: 24%;
  border-color: rgba(255, 255, 255, 0.2);
  transform: rotate(-7deg) scale(1.06);
  animation-delay: -3s;
  animation-duration: 12s;
}

.portrait-waves span:nth-child(3) {
  top: 30%;
  border-color: rgba(185, 244, 122, 0.2);
  transform: rotate(-17deg) scale(1.12);
  animation-delay: -6s;
  animation-duration: 14s;
}

@keyframes portrait-wave {
  from {
    translate: -1.5% 0;
  }
  to {
    translate: 2% 3%;
  }
}

.portrait-halo {
  position: absolute;
  z-index: 4;
  top: 8%;
  right: 8%;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow:
    0 0 0 14px rgba(185, 244, 122, 0.12),
    0 0 0 28px rgba(185, 244, 122, 0.06);
}

.hero-portrait figcaption {
  position: absolute;
  z-index: 5;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: grid;
  gap: 3px;
  color: var(--white);
}

.hero-portrait figcaption span {
  font-size: 1rem;
  font-weight: 700;
}

.hero-portrait figcaption small {
  color: rgba(255, 255, 255, 0.72);
}

.portrait-tags {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}

.portrait-tag {
  position: absolute;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: var(--forest-deep);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 34px rgba(7, 47, 32, 0.12);
  backdrop-filter: blur(14px);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portrait-tag::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.portrait-tag-care {
  top: 24px;
  left: 24px;
}

.portrait-tag-natural {
  top: 45%;
  right: 18px;
}

.portrait-tag-natural::before {
  background: #8ee8d0;
}

.portrait-tag-tech {
  bottom: 102px;
  left: 22px;
}

.portrait-tag-tech::before {
  background: #d4b3ff;
}

.hero-scroll {
  position: absolute;
  bottom: 24px;
  left: var(--page-gutter);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-scroll svg,
.route-topline svg,
.gallery-controls svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hero-scroll svg {
  height: 22px;
}

.section-shell {
  padding: var(--section-space) var(--page-gutter);
}

.statement {
  display: grid;
  grid-template-columns: 2fr 8fr 2fr;
  padding: var(--section-space) var(--page-gutter);
  background: var(--white);
}

.statement .section-label {
  grid-column: 1;
}

.statement-text {
  grid-column: 2;
  margin: 0;
  font-size: clamp(2.6rem, 5.7vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.statement-text span {
  color: #9aa79f;
}

.care-path {
  background:
    linear-gradient(rgba(18, 49, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 49, 38, 0.035) 1px, transparent 1px),
    var(--white);
  background-size: 64px 64px, 64px 64px, auto;
}

.care-path-heading {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr);
  gap: 6.5%;
  align-items: end;
  margin-bottom: clamp(52px, 7vw, 92px);
}

.care-path-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 7.2rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.care-path-heading h2 span {
  color: var(--leaf);
}

.care-path-heading > p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
}

.care-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.5fr 0.72fr 0.72fr;
  gap: 14px;
  align-items: end;
}

.care-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(248, 250, 245, 0.92);
}

.care-card-compact {
  min-height: 500px;
  padding: 26px 22px;
}

.care-card-featured {
  min-height: 640px;
  padding: 26px;
  color: var(--forest-deep);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.92), transparent 26%),
    var(--mist);
}

.care-index {
  position: relative;
  z-index: 2;
  color: rgba(18, 49, 38, 0.12);
  font-size: clamp(3.4rem, 5vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.care-card-label {
  margin: 0 0 10px;
  color: var(--leaf);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.care-card h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.6rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.care-card-featured h3 {
  max-width: 530px;
  font-size: clamp(2.5rem, 4vw, 5rem);
}

.care-card-featured p:last-child {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--muted);
}

.care-featured-copy {
  position: relative;
  z-index: 2;
  padding-top: 260px;
}

.care-wave {
  position: absolute;
  top: 74px;
  right: -12%;
  left: -12%;
  height: 260px;
  overflow: hidden;
  filter: drop-shadow(0 18px 30px rgba(47, 125, 85, 0.1));
}

.care-wave span {
  position: absolute;
  top: 18%;
  left: -10%;
  width: 120%;
  height: 88%;
  border-top: 1px solid rgba(47, 125, 85, 0.38);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.care-wave span:nth-child(2) {
  top: 26%;
  border-color: rgba(47, 125, 85, 0.3);
  transform: rotate(-7deg) scale(1.04);
}

.care-wave span:nth-child(3) {
  top: 34%;
  border-color: rgba(47, 125, 85, 0.24);
  transform: rotate(-4deg) scale(1.08);
}

.care-wave span:nth-child(4) {
  top: 43%;
  border-color: rgba(47, 125, 85, 0.18);
  transform: rotate(-1deg) scale(1.12);
}

.care-wave span:nth-child(5) {
  top: 52%;
  border-color: rgba(47, 125, 85, 0.14);
  transform: rotate(3deg) scale(1.16);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 4fr);
  gap: 8.333%;
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 90px);
}

.section-heading h2,
.technology h2,
.faq h2,
.contact-cta h2 {
  margin: 0;
  font-size: clamp(3rem, 6.2vw, 7.4rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.section-heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.route-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(18px, 2vw, 30px);
}

.route {
  position: relative;
  min-height: 610px;
  padding: clamp(26px, 3vw, 46px);
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.route-primary {
  display: flex;
  flex-direction: column;
  color: var(--forest-deep);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.68), transparent 23%),
    var(--lime);
}

.route-primary::after {
  position: absolute;
  right: -70px;
  bottom: -170px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(11, 61, 42, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 46px rgba(11, 61, 42, 0.04),
    0 0 0 92px rgba(11, 61, 42, 0.03);
  content: "";
  transition: transform 700ms var(--ease-out);
}

.route-primary:hover::after {
  transform: scale(1.08) translate(-14px, -14px);
}

.route-topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-topline svg {
  height: 22px;
  transition: transform 220ms var(--ease-out);
}

.route:hover .route-topline svg {
  transform: translateX(5px);
}

.route h3 {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: auto 0 18px;
  font-size: clamp(3rem, 5vw, 6.4rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.route p {
  position: relative;
  z-index: 2;
  max-width: 550px;
  margin: 0;
  font-size: 1rem;
}

.route ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.route li {
  padding: 9px 14px;
  border: 1px solid rgba(11, 61, 42, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 0.76rem;
  font-weight: 700;
}

.route-photo {
  color: var(--white);
  background: var(--forest);
}

.route-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 29, 19, 0.92), rgba(4, 29, 19, 0.08) 64%);
  content: "";
}

.route-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out);
}

.route-photo:hover > img {
  transform: scale(1.035);
}

.route-photo-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.route-photo .route-topline {
  color: var(--lime);
}

.service-ribbon {
  overflow: hidden;
  color: var(--white);
  background: var(--leaf);
}

.ribbon-track {
  display: flex;
  width: max-content;
}

.ribbon-track a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  padding: 0 34px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ribbon-track a::after {
  position: absolute;
  right: -3px;
  color: var(--lime);
  content: "✦";
}

.ribbon-track a:hover {
  color: var(--forest-deep);
  background: var(--lime);
}

.technology {
  color: var(--white);
  background: var(--forest-deep);
}

.technology-grid {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(0, 5fr) minmax(240px, 3fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
}

.technology-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 620px;
  padding: 18px 2vw 8px 0;
}

.section-label-light {
  color: var(--lime);
  border-color: rgba(185, 244, 122, 0.28);
  background: rgba(185, 244, 122, 0.08);
}

.technology h2 {
  max-width: 690px;
  margin-top: auto;
  font-size: clamp(3.2rem, 5.6vw, 6.8rem);
}

.technology-copy > p:not(.section-label) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.64);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 24px;
  border-bottom: 1px solid currentColor;
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 700;
}

.text-link-light {
  color: var(--lime);
}

.device-card {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: #0d4832;
}

.device-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 27, 18, 0.9), transparent 60%);
  content: "";
}

.device-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out);
}

.device-card:hover img {
  transform: scale(1.04);
}

.device-card > div {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 28px;
  left: 26px;
}

.device-card span {
  color: var(--lime);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.device-card h3 {
  margin: 7px 0 0;
  font-size: clamp(1.6rem, 2.4vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.device-card p {
  max-width: 390px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.clinic {
  background: var(--white);
}

.clinic-heading {
  grid-template-columns: 1fr auto;
}

.gallery-controls {
  display: flex;
  gap: 8px;
}

.gallery-controls button {
  display: grid;
  width: 50px;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
  place-items: center;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.gallery-controls button:hover {
  color: var(--white);
  background: var(--forest);
}

.gallery {
  display: grid;
  grid-auto-columns: minmax(310px, 30vw);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 18px;
  scrollbar-color: var(--leaf) var(--mist);
  scrollbar-width: thin;
  scroll-snap-type: inline mandatory;
}

.gallery-item {
  position: relative;
  height: min(62vw, 590px);
  max-height: 590px;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--mist);
  scroll-snap-align: start;
}

.gallery-item-wide {
  width: min(54vw, 780px);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out);
}

.gallery-item:hover img {
  transform: scale(1.025);
}

.gallery-item figcaption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  font-size: 0.72rem;
  font-weight: 700;
}

.founder {
  background:
    radial-gradient(circle at 16% 50%, rgba(185, 244, 122, 0.72), transparent 24rem),
    var(--mist);
}

.founder-card {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 8fr 2fr;
  min-height: 560px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(47, 125, 85, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.58);
}

.founder-mark {
  align-self: stretch;
  display: grid;
  border-right: 1px solid var(--line);
  color: var(--leaf);
  font-size: clamp(6rem, 13vw, 14rem);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1;
  place-items: center;
}

.founder blockquote {
  grid-column: 2;
  margin: 0;
  padding: 50px;
  font-size: clamp(2.2rem, 4vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.founder-signature {
  align-self: end;
  display: grid;
  gap: 4px;
  padding: 0 30px 34px 0;
}

.founder-signature span {
  font-weight: 700;
}

.founder-signature small {
  color: var(--muted);
}

.faq {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(0, 7fr);
  gap: 8.333%;
  background: var(--paper);
}

.faq-intro {
  position: sticky;
  top: 110px;
  align-self: start;
}

.faq h2 {
  max-width: 620px;
  font-size: clamp(3rem, 5.4vw, 6.4rem);
}

.faq-intro > p:not(.section-label) {
  max-width: 470px;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 28px 58px 28px 0;
  cursor: pointer;
  font-size: clamp(1.15rem, 1.7vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  list-style: none;
}

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

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 2px;
  background: var(--leaf);
  content: "";
  transition: transform 220ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 700px;
  margin: 0 0 28px;
  padding-right: 52px;
  color: var(--muted);
}

.contact-cta {
  position: relative;
  min-height: min(860px, 88svh);
  padding: var(--section-space) var(--page-gutter) 48px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 30%, rgba(185, 244, 122, 0.2), transparent 28rem),
    var(--forest-deep);
}

.contact-cta::before {
  position: absolute;
  inset: 0;
  opacity: 0.44;
  background-image: radial-gradient(circle, rgba(185, 244, 122, 0.45) 1px, transparent 1.7px);
  background-size: 18px 18px;
  content: "";
  mask-image: radial-gradient(circle at 74% 40%, #000, transparent 37%);
}

.contact-content {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.contact-cta h2 {
  max-width: 900px;
  font-size: clamp(4.3rem, 10vw, 11rem);
  line-height: 0.84;
}

.contact-content > p:not(.section-label) {
  max-width: 530px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
}

.contact-orbit {
  position: absolute;
  z-index: 1;
  top: 9%;
  right: -8vw;
  width: min(58vw, 740px);
  aspect-ratio: 1;
  border: 1px solid rgba(185, 244, 122, 0.32);
  border-radius: 50%;
  box-shadow:
    0 0 0 6vw rgba(185, 244, 122, 0.04),
    0 0 0 12vw rgba(185, 244, 122, 0.025);
}

.contact-meta {
  position: absolute;
  z-index: 2;
  right: var(--page-gutter);
  bottom: 48px;
  display: grid;
  gap: 4px;
  text-align: right;
}

.contact-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 3fr 4fr 5fr;
  gap: 5vw;
  padding: 64px var(--page-gutter);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-brand img {
  width: 180px;
}

.footer-brand p,
.footer-legal p {
  color: var(--muted);
  font-size: 0.76rem;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 10px 24px;
}

.site-footer nav a {
  font-size: 0.82rem;
  font-weight: 700;
}

.footer-legal {
  text-align: right;
}

.floating-contact {
  position: fixed;
  z-index: 90;
  right: clamp(18px, 2vw, 30px);
  bottom: clamp(18px, 2vw, 30px);
  display: grid;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--forest-deep);
  background: var(--lime);
  box-shadow: var(--shadow-float);
  cursor: pointer;
  place-items: center;
  transition:
    background-color 180ms ease,
    transform 180ms var(--ease-out);
}

.floating-contact:hover {
  background: var(--lime-bright);
  transform: translateY(-4px) scale(1.03);
}

.floating-contact svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-dialog {
  width: min(520px, calc(100% - 28px));
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-float);
}

.contact-dialog::backdrop {
  background: rgba(7, 47, 32, 0.58);
  backdrop-filter: blur(8px);
}

.contact-dialog h2 {
  margin: 36px 0 12px;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.contact-dialog > p {
  color: var(--muted);
}

.dialog-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.dialog-topline p {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dialog-topline button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  place-items: center;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 700ms var(--ease-out),
    transform 700ms var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .desktop-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr;
  }

  .header-actions {
    justify-content: end;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero {
    grid-template-columns: minmax(0, 6.5fr) minmax(330px, 5.5fr);
  }

  .hero h1 {
    font-size: clamp(4rem, 8vw, 7.8rem);
  }

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

  .technology-copy {
    grid-column: 1 / -1;
    min-height: 420px;
    padding-right: 24vw;
  }

  .technology h2 {
    max-width: 820px;
  }

  .device-card {
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 76px;
  }

  .site-header {
    min-height: var(--header-height);
  }

  .site-header.is-scrolled {
    min-height: 66px;
  }

  .brand {
    width: 145px;
  }

  .phone-link {
    display: none;
  }

  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    padding: calc(var(--header-height) + 52px) var(--page-gutter) 32px;
    background:
      radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(185, 244, 122, 0.58), transparent 18rem),
      linear-gradient(155deg, var(--paper), var(--mist));
  }

  .dot-field {
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.65) 56%, transparent 78%);
  }

  .hero-copy {
    width: 100%;
    padding: 0 0 38px;
  }

  .hero h1 {
    max-width: 680px;
    font-size: clamp(3.5rem, 14vw, 7rem);
    line-height: 0.88;
  }

  .hero-intro {
    margin-top: 26px;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 38px;
  }

  .hero-portrait {
    width: 100%;
    height: min(112vw, 760px);
    border-radius: 30px 30px 30px 0;
  }

  .hero-portrait img {
    object-position: 50% 16%;
  }

  .hero-scroll {
    display: none;
  }

  .statement {
    display: block;
  }

  .statement-text {
    margin-top: 58px;
  }

  .care-path-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .care-grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(280px, 78vw);
    grid-auto-flow: column;
    align-items: end;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 16px;
    scroll-snap-type: inline mandatory;
    scrollbar-color: var(--leaf) var(--mist);
    scrollbar-width: thin;
  }

  .care-card {
    min-height: 570px;
    scroll-snap-align: start;
  }

  .care-card-featured {
    min-height: 570px;
  }

  .care-featured-copy {
    padding-top: 220px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .route-grid {
    grid-template-columns: 1fr;
  }

  .route {
    min-height: 560px;
  }

  .route h3 {
    font-size: clamp(3rem, 11vw, 5.4rem);
  }

  .technology-copy {
    min-height: 380px;
    padding-right: 8vw;
  }

  .founder-card {
    grid-template-columns: 1fr;
  }

  .founder-mark {
    display: none;
  }

  .founder blockquote {
    grid-column: auto;
    padding: 38px 28px 12px;
  }

  .founder-signature {
    padding: 26px 28px 38px;
  }

  .faq {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .faq-intro {
    position: static;
  }

  .contact-meta {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 90px;
    text-align: left;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 560px) {
  :root {
    --page-gutter: 18px;
    --section-space: 82px;
  }

  .site-header {
    padding-inline: var(--page-gutter);
  }

  .brand {
    width: 132px;
  }

  .menu-button span:first-child {
    display: none;
  }

  .hero {
    padding-top: calc(var(--header-height) + 42px);
  }

  .eyebrow,
  .section-label {
    margin-bottom: 18px;
    padding: 7px 10px;
    font-size: 0.64rem;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 17vw, 5.2rem);
    letter-spacing: -0.075em;
  }

  .hero-intro {
    font-size: 0.98rem;
  }

  .hero-actions,
  .contact-actions,
  .dialog-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    min-height: 54px;
  }

  .hero-proof {
    grid-template-columns: 1fr 1fr;
    row-gap: 22px;
  }

  .hero-proof div:last-child {
    grid-column: 1 / -1;
  }

  .hero-portrait {
    height: 126vw;
    max-height: 610px;
  }

  .hero-portrait figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .portrait-halo {
    width: 62px;
    height: 62px;
  }

  .portrait-tag {
    padding: 6px 9px;
    font-size: 0.56rem;
  }

  .portrait-tag-care {
    top: 14px;
    left: 12px;
  }

  .portrait-tag-natural {
    top: auto;
    right: 12px;
    bottom: 94px;
  }

  .portrait-tag-tech {
    display: none;
  }

  .statement-text {
    font-size: clamp(2.5rem, 12.5vw, 4.2rem);
  }

  .care-path-heading h2 {
    font-size: clamp(2.85rem, 13vw, 4.8rem);
  }

  .care-grid {
    grid-auto-columns: 84vw;
  }

  .care-card {
    min-height: 470px;
  }

  .care-card-featured {
    min-height: 550px;
  }

  .care-card h3 {
    font-size: 2rem;
  }

  .care-card-featured h3 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .section-heading h2,
  .technology h2,
  .faq h2 {
    font-size: clamp(2.85rem, 13vw, 4.8rem);
  }

  .route {
    min-height: 500px;
    border-radius: 28px;
  }

  .route h3 {
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .route li {
    padding: 7px 10px;
    font-size: 0.68rem;
  }

  .ribbon-track {
    overflow-x: auto;
  }

  .ribbon-track a {
    padding-inline: 24px;
  }

  .technology-grid {
    grid-template-columns: 1fr;
  }

  .technology-copy {
    grid-column: auto;
    min-height: 430px;
    padding-right: 0;
  }

  .device-card {
    min-height: 520px;
  }

  .gallery-controls {
    margin-top: 18px;
  }

  .clinic-heading {
    display: block;
  }

  .gallery {
    grid-auto-columns: 84vw;
  }

  .gallery-item,
  .gallery-item-wide {
    width: 84vw;
    min-height: 450px;
  }

  .founder blockquote {
    font-size: clamp(2.1rem, 9.5vw, 3.3rem);
  }

  .faq-list summary {
    padding-block: 24px;
    font-size: 1.15rem;
  }

  .contact-cta {
    min-height: 760px;
  }

  .contact-cta h2 {
    font-size: clamp(4rem, 20vw, 6.6rem);
  }

  .contact-orbit {
    top: auto;
    right: -48vw;
    bottom: 2%;
    width: 130vw;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal {
    grid-column: auto;
  }

  .contact-dialog {
    padding: 22px;
  }
}

/* Redesign refinement: lighter palette, sentence-case labels and clear interaction. */

h1,
h2,
h3,
blockquote {
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

p,
li,
figcaption,
summary {
  text-wrap: pretty;
}

.eyebrow,
.section-label {
  min-height: 34px;
  gap: 0;
  padding: 7px 13px;
  border-radius: 20px;
  background: rgba(237, 247, 232, 0.88);
  font-size: 0.76rem;
  letter-spacing: 0.015em;
  text-transform: none;
}

.eyebrow::before,
.section-label::before {
  content: none;
}

.button,
.mobile-menu a:last-child,
.route li,
.gallery-item figcaption {
  border-radius: 20px;
}

.hero {
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(188, 233, 149, 0.58), transparent 23rem),
    linear-gradient(135deg, #fbfcf8 12%, #f3faef 64%, #eaf6e4);
}

.hero-portrait {
  border-color: rgba(77, 138, 104, 0.14);
  border-radius: 36px;
  background: linear-gradient(145deg, #eaf6e4, #d7ebcb 58%, #f7faf3);
  box-shadow: 0 18px 48px rgba(40, 80, 60, 0.11);
}

.hero-portrait::before,
.hero-portrait::after {
  content: none;
}

.hero-portrait img {
  filter: none;
  transform: translate3d(var(--portrait-shift-x), var(--portrait-shift-y), 0) scale(1.018);
}

.hero-portrait figcaption {
  right: auto;
  bottom: 22px;
  left: 22px;
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(77, 138, 104, 0.14);
  border-radius: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 20px rgba(40, 80, 60, 0.07);
  backdrop-filter: blur(12px);
}

.hero-portrait figcaption small {
  color: var(--muted);
}

.portrait-tag {
  min-height: 34px;
  padding: 8px 12px;
  border-color: rgba(77, 138, 104, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 22px rgba(40, 80, 60, 0.07);
  font-size: 0.72rem;
  letter-spacing: 0.01em;
  text-transform: none;
  animation: portrait-tag-float 6s ease-in-out infinite;
}

.portrait-tag::before {
  content: none;
}

.portrait-tag-care {
  top: 22px;
  left: 22px;
}

.portrait-tag-natural {
  top: 48%;
  right: 16px;
  animation-delay: -2.6s;
}

@keyframes portrait-tag-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

.care-card-label,
.route-topline,
.ribbon-track a,
.device-card span,
.dialog-topline p {
  letter-spacing: 0.01em;
  text-transform: none;
}

.care-swipe-hint,
.care-navigation {
  display: none;
}

.technology-lab {
  background:
    linear-gradient(rgba(77, 138, 104, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 138, 104, 0.035) 1px, transparent 1px),
    #eef7ea;
  background-size: 64px 64px;
}

.technology-lab .section-heading h2 {
  max-width: 920px;
}

.technology-selector {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 2fr);
  gap: clamp(18px, 2vw, 30px);
}

.technology-tabs {
  display: grid;
  align-content: start;
  gap: 12px;
}

.technology-tab {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  min-height: 164px;
  padding: 24px;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 26px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  text-align: left;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms var(--ease-out);
}

.technology-tab:hover {
  transform: translateY(-3px);
}

.technology-tab.is-active {
  border-color: rgba(77, 138, 104, 0.44);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(40, 80, 60, 0.08);
}

.technology-tab > span {
  grid-row: 1 / 3;
  color: var(--leaf);
  font-size: 0.76rem;
}

.technology-tab strong {
  align-self: end;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.technology-tab small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.technology-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.8fr);
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 32px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(40, 80, 60, 0.08);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.technology-stage.is-switching {
  opacity: 0.62;
  transform: scale(0.995);
}

.technology-stage figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--mist);
}

.technology-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--ease-out);
}

.technology-stage:hover img {
  transform: scale(1.025);
}

.technology-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 3vw, 48px);
}

.technology-detail > p:first-child {
  margin: 0 0 auto;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 700;
}

.technology-detail h3 {
  margin: 80px 0 18px;
  font-size: clamp(2.3rem, 4vw, 5rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.technology-detail > p:not(:first-child) {
  margin: 0;
  color: var(--muted);
}

.clinic-experience {
  background: var(--white);
}

.clinic-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.75fr);
  gap: 16px;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.clinic-viewer.is-switching .clinic-main img {
  opacity: 0.56;
  transform: scale(1.015);
}

.clinic-main {
  position: relative;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  background: var(--mist);
}

.clinic-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 160ms ease,
    transform 700ms var(--ease-out);
}

.clinic-main figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  width: fit-content;
  align-items: baseline;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(12px);
}

.clinic-main figcaption span {
  font-weight: 700;
}

.clinic-main figcaption small {
  color: var(--muted);
}

.clinic-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.clinic-thumb {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 24px;
  background: var(--mist);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    transform 180ms var(--ease-out);
}

.clinic-thumb:hover {
  transform: translateY(-3px);
}

.clinic-thumb.is-active {
  border-color: var(--leaf);
}

.clinic-thumb img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.clinic-thumb span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 7px 10px;
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.72rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.clinic-link {
  width: fit-content;
  margin-top: 22px;
}

.page-directory {
  background: #f4f9f1;
}

.directory-tools {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.directory-tools label {
  display: grid;
  width: min(520px, 100%);
  gap: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.directory-tools input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(77, 138, 104, 0.2);
  border-radius: 20px;
  color: var(--ink);
  background: var(--white);
  outline: 0;
}

.directory-tools input:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 4px rgba(77, 138, 104, 0.1);
}

.directory-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.directory-filters button {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(77, 138, 104, 0.2);
  border-radius: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
  cursor: pointer;
}

.directory-filters button.is-active {
  color: var(--white);
  background: var(--forest);
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-height: 720px;
  overflow-y: auto;
  padding: 2px 8px 8px 2px;
  scrollbar-color: var(--leaf) var(--mist);
  scrollbar-width: thin;
}

.directory-card {
  position: relative;
  display: grid;
  min-height: 170px;
  align-content: end;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(77, 138, 104, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms var(--ease-out);
}

.directory-card:hover {
  border-color: rgba(77, 138, 104, 0.4);
  background: var(--white);
  transform: translateY(-3px);
}

.directory-card > span {
  position: absolute;
  top: 17px;
  left: 20px;
  color: rgba(77, 138, 104, 0.46);
  font-size: 0.72rem;
}

.directory-card strong {
  padding-right: 28px;
  font-size: 1.05rem;
  letter-spacing: -0.025em;
  line-height: 1.14;
}

.directory-card small {
  margin-top: 8px;
  color: var(--muted);
}

.directory-card svg {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 20px;
  fill: none;
  stroke: var(--leaf);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms var(--ease-out);
}

.directory-card:hover svg {
  transform: translateX(4px);
}

.directory-loading,
.directory-empty {
  grid-column: 1 / -1;
  min-height: 160px;
  margin: 0;
  padding: 36px;
  border: 1px dashed rgba(77, 138, 104, 0.24);
  border-radius: 24px;
  color: var(--muted);
}

.contact-cta {
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 30%, rgba(188, 233, 149, 0.5), transparent 28rem),
    #dfeeda;
}

.contact-content > p:not(.section-label),
.contact-meta p {
  color: var(--muted);
}

.contact-cta::before {
  opacity: 0.24;
}

.contact-orbit {
  border-color: rgba(77, 138, 104, 0.24);
  box-shadow:
    0 0 0 6vw rgba(255, 255, 255, 0.2),
    0 0 0 12vw rgba(255, 255, 255, 0.1);
}

.section-label-light {
  color: var(--leaf);
  border-color: rgba(77, 138, 104, 0.2);
  background: rgba(255, 255, 255, 0.56);
}

.button-outline-light {
  color: var(--ink);
  border-color: rgba(77, 138, 104, 0.3);
}

.button-outline-light:hover {
  border-color: var(--leaf);
  background: rgba(255, 255, 255, 0.46);
}

@media (max-width: 1180px) {
  .technology-selector {
    grid-template-columns: 1fr;
  }

  .technology-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .technology-tab {
    min-height: 136px;
  }

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

@media (max-width: 820px) {
  .hero {
    background:
      radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(188, 233, 149, 0.48), transparent 18rem),
      linear-gradient(155deg, #fbfcf8, #eaf6e4);
  }

  .hero-portrait {
    border-radius: 28px;
  }

  .care-swipe-hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: -4px 0 16px;
    color: var(--leaf);
    font-size: 0.78rem;
    font-weight: 700;
    transition: opacity 220ms ease;
  }

  .care-is-used .care-swipe-hint {
    opacity: 0.35;
  }

  .swipe-hand {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    animation: swipe-hand 1.8s ease-in-out infinite;
  }

  @keyframes swipe-hand {
    0%,
    100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(12px);
    }
  }

  .care-grid {
    width: calc(100% + var(--page-gutter));
    grid-auto-columns: minmax(270px, 82vw);
    gap: 12px;
    padding-right: var(--page-gutter);
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .care-grid::-webkit-scrollbar {
    display: none;
  }

  .care-card,
  .care-card-featured {
    min-height: 480px;
    height: 480px;
  }

  .care-featured-copy {
    padding-top: 150px;
  }

  .care-wave {
    top: 54px;
    height: 160px;
  }

  .care-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
  }

  .care-progress {
    display: flex;
    gap: 7px;
  }

  .care-progress button {
    width: 34px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: rgba(77, 138, 104, 0.18);
    cursor: pointer;
    transition:
      width 180ms ease,
      background-color 180ms ease;
  }

  .care-progress button.is-active {
    width: 52px;
    background: var(--leaf);
  }

  .care-buttons {
    display: flex;
    gap: 8px;
  }

  .care-buttons button {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(77, 138, 104, 0.2);
    border-radius: 18px;
    color: var(--ink);
    background: var(--white);
    cursor: pointer;
    place-items: center;
  }

  .care-buttons svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .technology-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .technology-stage figure {
    height: min(86vw, 560px);
  }

  .technology-detail h3 {
    margin-top: 64px;
  }

  .clinic-viewer {
    grid-template-columns: 1fr;
  }

  .clinic-main {
    min-height: min(104vw, 600px);
  }

  .clinic-thumbs {
    min-height: 330px;
  }

  .clinic-thumb img {
    min-height: 155px;
  }

  .directory-tools {
    display: grid;
  }

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

@media (max-width: 560px) {
  .eyebrow,
  .section-label {
    padding: 7px 11px;
    font-size: 0.69rem;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 15.5vw, 4.75rem);
    line-height: 0.9;
  }

  .hero-portrait {
    height: 118vw;
    max-height: 570px;
  }

  .hero-portrait figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }

  .portrait-tag {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.64rem;
  }

  .portrait-tag-care {
    top: 14px;
    left: 12px;
  }

  .portrait-tag-natural {
    top: auto;
    right: 12px;
    bottom: 88px;
  }

  .care-path-heading h2,
  .section-heading h2,
  .technology-lab .section-heading h2,
  .faq h2 {
    font-size: clamp(2.3rem, 9.5vw, 3.6rem);
    line-height: 0.96;
  }

  .care-grid {
    grid-auto-columns: 82vw;
  }

  .care-card,
  .care-card-featured {
    min-height: 440px;
    height: 440px;
    padding: 22px;
    border-radius: 26px;
  }

  .care-featured-copy {
    padding-top: 132px;
  }

  .care-card h3 {
    font-size: clamp(1.75rem, 8vw, 2.3rem);
  }

  .care-card-featured h3 {
    font-size: clamp(2.35rem, 10.5vw, 3.35rem);
  }

  .technology-tabs {
    grid-template-columns: 1fr;
  }

  .technology-tab {
    min-height: 124px;
    padding: 20px;
    border-radius: 22px;
  }

  .technology-stage {
    border-radius: 26px;
  }

  .technology-stage figure {
    height: 96vw;
    max-height: 470px;
  }

  .technology-detail {
    padding: 26px 22px 30px;
  }

  .technology-detail h3 {
    margin-top: 50px;
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .clinic-main {
    min-height: 112vw;
    border-radius: 26px;
  }

  .clinic-main figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    align-items: start;
    flex-direction: column;
    gap: 2px;
  }

  .clinic-thumbs {
    min-height: 300px;
    gap: 8px;
  }

  .clinic-thumb {
    border-radius: 20px;
  }

  .clinic-thumb img {
    min-height: 145px;
  }

  .directory-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .directory-filters button {
    width: 100%;
  }

  .directory-grid {
    grid-template-columns: 1fr;
    max-height: 640px;
  }

  .directory-card {
    min-height: 138px;
  }

  .contact-cta h2 {
    font-size: clamp(3.5rem, 17vw, 5.6rem);
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Photography remains editorial: names and captions always sit outside the image. */

.hero-portrait,
.clinic-main,
.gallery-item {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.hero-portrait__media {
  min-height: 0;
  overflow: hidden;
}

.hero-portrait img,
.clinic-main img,
.gallery-item img {
  min-height: 0;
}

.portrait-tags {
  display: none;
}

.hero-portrait figcaption,
.clinic-main figcaption,
.gallery-item figcaption {
  position: static;
  inset: auto;
  width: 100%;
  padding: 15px 18px 17px;
  border: 0;
  border-top: 1px solid rgba(77, 138, 104, 0.14);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  backdrop-filter: none;
}

.hero-portrait figcaption small,
.clinic-main figcaption small {
  color: var(--muted);
}

@media (max-width: 720px) {
  .hero-portrait figcaption,
  .clinic-main figcaption,
  .gallery-item figcaption {
    position: static;
    inset: auto;
    width: 100%;
    padding: 13px 15px 15px;
  }
}

/* Motion and control refinement: calm glass surfaces with clinical linework. */

.service-ribbon {
  padding: 16px var(--page-gutter);
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
}

.service-ribbon__inner {
  width: min(100%, 1440px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
  padding: 12px;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 28px;
  background: rgba(237, 247, 232, 0.72);
  box-shadow: 0 16px 44px rgba(40, 80, 60, 0.07);
  backdrop-filter: blur(18px);
}

.service-ribbon__label,
.service-ribbon__hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.service-ribbon__label {
  padding-inline: 8px 4px;
}

.service-ribbon__label > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 0 0 7px rgba(188, 233, 149, 0.24);
  animation: ribbon-pulse 2.8s ease-in-out infinite;
}

.ribbon-track {
  width: 100%;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px;
  scroll-padding-inline: 2px;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
  mask-image: linear-gradient(to right, transparent, #000 18px, #000 calc(100% - 18px), transparent);
}

.ribbon-track::-webkit-scrollbar {
  display: none;
}

.ribbon-track a {
  min-height: 48px;
  flex: 0 0 auto;
  gap: 9px;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(77, 138, 104, 0.15);
  border-radius: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  letter-spacing: 0.01em;
  text-transform: none;
  scroll-snap-align: start;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms var(--ease-out);
}

.ribbon-track a::after {
  content: none;
}

.ribbon-track a:hover {
  border-color: rgba(77, 138, 104, 0.34);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  transform: translateY(-2px);
}

.ribbon-track svg {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  padding: 6px;
  border-radius: 11px;
  fill: none;
  stroke: var(--leaf);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  background: var(--mist);
}

.service-ribbon__hint svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

@keyframes ribbon-pulse {
  0%, 100% { transform: scale(0.88); opacity: 0.7; }
  50% { transform: scale(1); opacity: 1; }
}

.technology-lab {
  --tech-x: 72%;
  --tech-y: 24%;
}

.technology-selector {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.technology-tabs {
  width: fit-content;
  display: flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 12px 36px rgba(40, 80, 60, 0.06);
  backdrop-filter: blur(18px);
}

.technology-tab {
  min-width: min(310px, 34vw);
  min-height: 76px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 12px;
  padding: 10px 18px 10px 10px;
  border-color: transparent;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}

.technology-tab:hover {
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-2px);
}

.technology-tab.is-active {
  border-color: rgba(77, 138, 104, 0.18);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(40, 80, 60, 0.08);
}

.technology-tab__icon {
  width: 42px;
  height: 42px;
  display: grid;
  grid-row: 1 / 3;
  padding: 0;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 14px;
  color: var(--leaf);
  background: var(--mist);
  place-items: center;
}

.technology-tab__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.technology-tab strong {
  align-self: end;
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.technology-tab small {
  align-self: start;
  font-size: 0.72rem;
}

.technology-stage {
  position: relative;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  isolation: isolate;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(18px);
}

.technology-stage::after {
  position: absolute;
  z-index: -1;
  top: var(--tech-y);
  left: var(--tech-x);
  width: 360px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(188, 233, 149, 0.46);
  content: "";
  filter: blur(54px);
  opacity: 0.72;
  pointer-events: none;
  translate: -50% -50%;
  transition: top 420ms var(--ease-out), left 420ms var(--ease-out);
}

.technology-stage.is-switching figure,
.technology-stage.is-switching .technology-detail {
  opacity: 0.42;
  transform: translateY(6px);
}

.technology-stage figure,
.technology-detail {
  transition: opacity 220ms ease, transform 220ms var(--ease-out);
}

.technology-detail {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
}

.technology-detail > p:first-child {
  min-height: 34px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(77, 138, 104, 0.18);
  border-radius: 20px;
  background: rgba(237, 247, 232, 0.82);
}

.technology-detail h3 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.technology-link {
  width: fit-content;
  margin-top: 28px;
}

.technology-orbit {
  position: absolute;
  z-index: 1;
  top: 42px;
  right: 42px;
  width: 110px;
  aspect-ratio: 1;
  pointer-events: none;
}

.technology-orbit span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(77, 138, 104, 0.22);
  border-radius: 50%;
  animation: tech-orbit 9s linear infinite;
}

.technology-orbit span:nth-child(2) {
  inset: 18px;
  animation-duration: 7s;
  animation-direction: reverse;
}

.technology-orbit span:nth-child(3) {
  inset: 40px;
  border-color: var(--leaf);
  background: rgba(188, 233, 149, 0.46);
  animation: orbit-breathe 3.4s ease-in-out infinite;
}

@keyframes tech-orbit {
  to { transform: rotate(360deg); }
}

@keyframes orbit-breathe {
  50% { transform: scale(1.2); opacity: 0.52; }
}

.founder-card {
  --quote-x: 76%;
  --quote-y: 24%;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--quote-x) var(--quote-y), rgba(188, 233, 149, 0.58), transparent 23rem),
    rgba(237, 247, 232, 0.88);
  transition: background-position 500ms var(--ease-out);
}

.founder-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(circle, rgba(77, 138, 104, 0.16) 1px, transparent 1.7px);
  background-size: 18px 18px;
  content: "";
  opacity: 0.28;
  mask-image: radial-gradient(circle at 78% 28%, #000, transparent 34%);
}

.founder-card blockquote,
.founder-signature,
.founder-mark {
  position: relative;
  z-index: 2;
}

.founder-card blockquote span {
  display: block;
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 800ms var(--ease-out);
}

.founder-card blockquote span + span {
  margin-top: 0.18em;
  transition-delay: 130ms;
}

.founder-card.is-visible blockquote span {
  opacity: 1;
  transform: translateY(0);
}

.founder-motion {
  position: absolute;
  z-index: 1;
  top: -16%;
  right: -7%;
  width: min(52vw, 700px);
  aspect-ratio: 1;
  pointer-events: none;
}

.founder-motion span {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(77, 138, 104, 0.2);
  border-radius: 50%;
  animation: founder-orbit 15s ease-in-out infinite alternate;
}

.founder-motion span:nth-child(2) {
  inset: 20%;
  animation-delay: -5s;
  animation-duration: 12s;
}

.founder-motion span:nth-child(3) {
  inset: 34%;
  border-color: rgba(255, 255, 255, 0.72);
  animation-delay: -8s;
  animation-duration: 9s;
}

@keyframes founder-orbit {
  from { transform: translate3d(-2%, -1%, 0) rotate(-8deg); }
  to { transform: translate3d(3%, 4%, 0) rotate(8deg); }
}

@media (max-width: 820px) {
  .service-ribbon {
    padding-inline: 20px;
  }

  .service-ribbon__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px;
    border-radius: 24px;
  }

  .service-ribbon__label {
    grid-column: 1;
  }

  .ribbon-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .service-ribbon__hint {
    grid-column: 2;
    grid-row: 1;
  }

  .technology-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: none;
    grid-auto-columns: minmax(250px, 72vw);
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .technology-tabs::-webkit-scrollbar {
    display: none;
  }

  .technology-tab {
    min-width: 0;
    min-height: 76px;
    scroll-snap-align: start;
  }

  .technology-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .technology-orbit {
    top: auto;
    right: 24px;
    bottom: 150px;
    width: 88px;
  }

  .founder-motion {
    top: -2%;
    right: -42%;
    width: 110vw;
  }
}

@media (max-width: 560px) {
  .service-ribbon {
    padding: 12px 16px;
  }

  .service-ribbon__label,
  .service-ribbon__hint {
    font-size: 0.68rem;
  }

  .ribbon-track a {
    min-height: 46px;
    font-size: 0.7rem;
  }

  .technology-lab .section-heading {
    gap: 26px;
  }

  .technology-lab .section-heading > p,
  .clinic-heading > p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .technology-selector {
    gap: 12px;
  }

  .technology-tabs {
    grid-auto-columns: 82vw;
    padding: 7px;
    border-radius: 24px;
  }

  .technology-tab {
    min-height: 82px;
    padding: 10px 14px 10px 10px;
  }

  .technology-stage figure {
    height: 82vw;
  }

  .technology-detail {
    padding: 24px 20px 28px;
  }

  .technology-detail h3 {
    margin-top: 48px;
    font-size: clamp(2rem, 9.6vw, 2.75rem);
    line-height: 0.98;
  }

  .technology-link {
    width: 100%;
    justify-content: center;
  }

  .founder-card {
    min-height: 650px;
    padding: 28px 22px 32px;
    border-radius: 28px;
  }

  .founder blockquote {
    font-size: clamp(2.15rem, 9vw, 2.85rem);
    line-height: 1.02;
  }

  .founder-signature {
    gap: 4px;
  }
}

/* Route photography follows the same rule as every other image: copy sits outside. */
.route-photo {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(320px, 1fr) auto;
  padding: 0;
  border: 1px solid rgba(77, 138, 104, 0.16);
  color: var(--ink);
  background: var(--mist);
}

.route-photo::after {
  content: none;
}

.route-photo > img {
  position: static;
  inset: auto;
  min-width: 0;
  min-height: 320px;
  object-fit: cover;
}

.route-photo-overlay {
  display: block;
  height: auto;
  padding: clamp(24px, 3vw, 40px);
  border-top: 1px solid rgba(77, 138, 104, 0.14);
  background: rgba(255, 255, 255, 0.9);
}

.route-photo .route-topline {
  color: var(--leaf);
}

.route-photo h3 {
  max-width: 100%;
  margin: clamp(42px, 5vw, 72px) 0 16px;
  font-size: clamp(2.55rem, 4vw, 4.8rem);
  line-height: 0.94;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.route-photo p {
  max-width: 540px;
  color: var(--muted);
}

@media (max-width: 820px) {
  .route-photo {
    min-height: 0;
    grid-template-rows: minmax(300px, 78vw) auto;
  }

  .route-photo > img {
    min-height: 300px;
  }

  .route-photo h3 {
    margin-top: 40px;
    font-size: clamp(2.35rem, 10vw, 3.4rem);
  }
}

/* Global containment: labels and copy stay inside their own surfaces. */
:where(
  .hero-copy,
  .care-card,
  .route,
  .technology-tab,
  .technology-detail,
  .clinic-main,
  .clinic-thumb,
  .directory-card,
  .founder-card,
  .contact-cta__inner
) {
  min-width: 0;
}

:where(h1, h2, h3, blockquote) {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

:where(.button, .eyebrow, .section-label, .route li, .ribbon-track a) {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.clinic-main__media {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.clinic-main__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.clinic-thumb {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.clinic-thumb img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.clinic-thumb span {
  position: static;
  inset: auto;
  width: 100%;
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(77, 138, 104, 0.14);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  text-align: left;
  overflow-wrap: anywhere;
}

@media (max-width: 360px) {
  :root {
    --page-gutter: 16px;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 14.6vw, 3.35rem);
    line-height: 0.94;
  }

  .care-grid {
    grid-auto-columns: minmax(270px, 88vw);
  }

  .care-card,
  .care-card-featured {
    height: auto;
    min-height: 520px;
  }

  .care-featured-copy {
    padding-top: 96px;
  }

  .care-card-featured h3 {
    font-size: clamp(2.05rem, 10vw, 2.45rem);
  }

  .care-card p {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .contact-cta h2 {
    font-size: clamp(2.75rem, 14vw, 3.25rem);
    line-height: 0.96;
  }
}

@media (max-width: 420px) {
  .care-path-heading h2 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
    text-wrap: pretty;
    overflow-wrap: normal;
    hyphens: none;
  }
}

/* Interaction pass: compact mobile rhythm, readable Russian type and real rails. */
html[lang="ru"] :where(h1, h2, h3, h4, p, span, strong, small, blockquote, a, button) {
  hyphens: none;
}

:where(h1, h2, h3, blockquote) {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.scroll-rail {
  cursor: grab;
  touch-action: pan-x pan-y;
}

.scroll-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.rail-controls {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: var(--leaf);
}

.rail-controls[hidden] {
  display: none;
}

.rail-controls__label,
.rail-controls__buttons {
  display: inline-flex;
  align-items: center;
}

.rail-controls__label {
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
}

.rail-controls__label i {
  width: 34px;
  height: 3px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(77, 138, 104, 0.18);
}

.rail-controls__label i::after {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: currentColor;
  content: "";
  transform: scaleX(var(--rail-progress, 0));
  transform-origin: left center;
  transition: transform 160ms ease;
}

.rail-controls__buttons {
  gap: 6px;
}

.rail-controls button {
  width: 38px;
  height: 38px;
  display: grid;
  padding: 0;
  border: 1px solid rgba(77, 138, 104, 0.18);
  border-radius: 14px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  place-items: center;
}

.rail-controls button:disabled {
  cursor: default;
  opacity: 0.32;
}

.rail-controls button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.service-ribbon__inner > .ribbon-track {
  grid-column: 2;
  grid-row: 1;
}

.service-ribbon__inner > .rail-controls {
  grid-column: 3;
  grid-row: 1;
  margin-top: 0;
}

.service-ribbon__inner > .service-ribbon__hint {
  display: none;
}

.hero-proof {
  gap: 10px;
  padding-top: 18px;
}

.hero-proof div {
  min-height: 116px;
  padding: 16px;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(16px);
}

.hero-proof strong[data-counter] {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 820px) {
  .service-ribbon__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .service-ribbon__inner > .ribbon-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .service-ribbon__inner > .rail-controls {
    grid-column: 2;
    grid-row: 1;
  }

  .care-path {
    padding-block: 74px;
  }

  .care-path-heading {
    gap: 20px;
    margin-bottom: 30px;
  }

  .care-card,
  .care-card-featured {
    min-height: 380px;
    height: auto;
  }

  .care-card-featured {
    min-height: 430px;
  }

  .care-featured-copy {
    padding-top: 126px;
  }

  .care-wave {
    top: 48px;
    height: 145px;
  }

  .technology-tabs {
    grid-auto-columns: minmax(230px, 76vw);
    padding: 6px;
  }

  .technology-tab {
    min-height: 72px;
    padding: 8px 12px 8px 8px;
  }

  .technology-tab strong {
    font-size: 0.94rem;
  }

  .technology-tab small {
    font-size: 0.68rem;
  }

  .technology-detail h3 {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    overflow-wrap: normal;
  }

  .founder-card {
    min-height: 560px;
    padding: 26px 22px 30px;
  }

  .founder blockquote {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1.02;
  }

  .founder-signature {
    margin-top: 48px;
  }
}

@media (max-width: 560px) {
  .mobile-menu {
    top: 72px;
    bottom: auto;
    max-height: calc(100dvh - 72px);
    align-content: start;
    gap: 0;
    overflow-y: auto;
    padding: 8px 20px 24px;
    border-top: 1px solid var(--line);
    background: rgba(251, 252, 248, 0.98);
    box-shadow: 0 24px 46px rgba(40, 80, 60, 0.12);
  }

  .mobile-menu a {
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 1.15rem;
    letter-spacing: -0.025em;
    line-height: 1.15;
  }

  .mobile-menu a:last-child {
    min-height: 50px;
    justify-content: center;
    margin-top: 16px;
    border-radius: 20px;
    font-size: 0.84rem;
  }

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

  .hero-proof div {
    min-height: 108px;
    padding: 14px;
    border-radius: 18px;
  }

  .hero-proof div:last-child {
    grid-column: 1 / -1;
    min-height: 88px;
  }

  .service-ribbon {
    padding: 10px 16px;
  }

  .service-ribbon__inner {
    gap: 8px;
    padding: 10px;
    border-radius: 22px;
  }

  .service-ribbon__label {
    font-size: 0.64rem;
  }

  .service-ribbon__inner > .rail-controls .rail-controls__label {
    font-size: 0.64rem;
  }

  .service-ribbon__inner > .rail-controls .rail-controls__label i {
    display: none;
  }

  .service-ribbon__inner > .rail-controls button {
    width: 32px;
    height: 32px;
    border-radius: 11px;
  }

  .ribbon-track a {
    min-height: 42px;
    padding: 6px 12px 6px 7px;
  }

  .ribbon-track svg {
    width: 28px;
    height: 28px;
  }

  .care-grid {
    grid-auto-columns: minmax(252px, 78vw);
  }

  .care-card,
  .care-card-featured {
    min-height: 350px;
    padding: 20px;
    border-radius: 24px;
  }

  .care-card-featured {
    min-height: 410px;
  }

  .care-card h3 {
    font-size: clamp(1.55rem, 7vw, 1.95rem);
  }

  .care-card-featured h3 {
    font-size: clamp(1.9rem, 8.5vw, 2.35rem);
  }

  .care-index {
    font-size: 3.25rem;
  }

  .section-label,
  .eyebrow {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 0.64rem;
  }
}

/* Final cascade for the restructured home hero. */
.hero { min-height: calc(100svh - 88px); padding-top: clamp(90px, 10vw, 148px); }
.hero-copy { padding-bottom: 70px; }
.hero h1 { max-width: 890px; font-size: clamp(3.5rem, 6.5vw, 7.6rem); line-height: .88; hyphens: none; word-break: normal; overflow-wrap: normal; }
.hero-intro { max-width: 760px; }
.hero-proof { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 1100px) {
  .hero { min-height: auto; padding-top: 90px; }
  .hero h1 { font-size: clamp(3.8rem, 9vw, 7rem); }
  .hero-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .hero { padding: 78px 16px 38px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.8rem, 14vw, 4.3rem); line-height: .91; }
  .hero-intro { font-size: 1.02rem; }
  .hero-actions { align-items: stretch; }
  .hero-proof { grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-proof div { min-width: 0; padding: 14px 10px; }
  .hero-proof strong { font-size: 1.05rem; }
  .hero-proof span { font-size: .72rem; }
}

/* 2026-08-06 — lighter editorial rhythm and compact interactive cards. */
:root {
  --section-space: clamp(64px, 7vw, 104px);
  --content-gutter: clamp(22px, 4.5vw, 72px);
  --soft-glow: rgba(178, 235, 130, .48);
}

body { font-weight: 400; }
:where(h1, h2, h3, strong, .button, .text-link) { font-variation-settings: "wght" 430; }
:where(h1, h2, h3, p, li, blockquote, figcaption, summary) {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.section-shell { padding-block: var(--section-space) !important; padding-inline: var(--content-gutter) !important; }
.section-heading, .care-path-heading { gap: clamp(22px, 4vw, 56px) !important; margin-bottom: clamp(30px, 4vw, 52px) !important; align-items: end; }
.section-heading h2, .care-path-heading h2, .faq-intro h2 {
  margin-top: 16px !important;
  font-size: clamp(2.7rem, 4.7vw, 5.25rem) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  letter-spacing: -.052em !important;
}
.section-heading > p, .care-path-heading > p, .faq-intro > p:not(.section-label) { max-width: 520px; font-size: clamp(.98rem, 1.25vw, 1.14rem) !important; font-weight: 400; line-height: 1.55; }
.section-label, .eyebrow { width: fit-content; min-height: 36px; padding: 8px 14px; text-transform: none !important; letter-spacing: .01em !important; font-size: .78rem; font-weight: 450; }
.button { min-height: 54px; padding: 14px 22px; font-size: .9rem; font-weight: 450 !important; letter-spacing: -.01em !important; text-transform: none !important; }
.section-actions { gap: 12px; margin-top: clamp(28px, 4vw, 48px); }
.section-actions--right { justify-content: flex-end; }

.hero { min-height: calc(100svh - 82px); padding: clamp(92px, 9vw, 132px) var(--content-gutter) clamp(52px, 6vw, 84px) !important; gap: clamp(28px, 5vw, 72px); }
.hero-copy { padding-bottom: 22px; }
.hero h1 { max-width: 850px; margin-block: 22px 28px; font-size: clamp(3.4rem, 5.35vw, 6.15rem) !important; font-weight: 390 !important; line-height: .96 !important; letter-spacing: -.058em; }
.hero h1 span { font-weight: 390 !important; }
.hero-intro { max-width: 710px; font-size: clamp(1.02rem, 1.35vw, 1.18rem); line-height: 1.55; }
.hero-actions { width: 100%; max-width: 710px; justify-content: flex-end; }
.hero-proof { gap: 10px; margin-top: clamp(32px, 5vw, 58px); }
.hero-proof div { min-height: 112px; padding: 18px; border-radius: 22px; }
.hero-proof strong { font-weight: 480; }
.hero-portrait { align-self: stretch; max-height: 790px; }

[data-glow-card] { position: relative; isolation: isolate; background-image: radial-gradient(circle at var(--card-glow-x, 50%) var(--card-glow-y, 50%), var(--soft-glow), transparent 38%); transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease; }
[data-glow-card]:hover { border-color: rgba(85, 145, 110, .34); box-shadow: 0 24px 54px rgba(53, 104, 75, .1); }

.home-start__grid { gap: 12px; }
.start-card { min-height: 240px !important; padding: 26px !important; border-radius: 28px !important; }
.start-card strong { max-width: 540px; font-size: clamp(1.65rem, 2.8vw, 3.15rem) !important; font-weight: 410 !important; line-height: 1.02 !important; }
.start-card span, .start-card small { font-weight: 400; }
.home-service-card { min-height: 410px !important; padding: 24px !important; border-radius: 28px !important; }
.home-service-card h3 { font-weight: 410 !important; }
.home-concerns__grid { gap: 12px; }
.concern-tile { min-height: 190px !important; padding: 22px !important; border-radius: 26px !important; }
.concern-tile strong { font-size: clamp(1.35rem, 2.1vw, 2.2rem) !important; font-weight: 410 !important; }

.home-trust { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 14px !important; align-items: stretch; }
.home-trust__intro { position: static !important; min-height: 540px; padding: clamp(28px, 4vw, 54px); border: 1px solid var(--line); border-radius: 32px; background-color: rgba(246, 251, 242, .76); display: flex; flex-direction: column; justify-content: space-between; }
.home-trust__intro h2 { max-width: 760px; margin: 24px 0 !important; font-size: clamp(2.65rem, 4.6vw, 5.1rem) !important; font-weight: 390 !important; line-height: .98 !important; letter-spacing: -.055em; }
.home-trust__intro > p:last-child { max-width: 560px; margin-top: auto; font-size: 1.05rem; font-weight: 400; }
.home-trust__proof { gap: 12px !important; }
.trust-feature, .trust-devices { min-height: 220px !important; padding: 24px !important; border-radius: 28px !important; background-color: rgba(255,255,255,.7) !important; }
.trust-feature--license { grid-column: 1 / -1; min-height: 250px !important; }
.trust-feature > span { font-size: clamp(3rem, 5vw, 5.4rem) !important; font-weight: 390 !important; letter-spacing: -.06em; }
.trust-feature > span b { font: inherit; }
.trust-feature h3 { font-size: clamp(1.25rem, 1.8vw, 1.75rem) !important; font-weight: 410 !important; line-height: 1.08; }
.trust-devices { grid-column: 1 / -1; }
.trust-devices a { min-height: 58px; padding-block: 10px; }
.trust-devices strong { font-weight: 460; }

.home-specialist { grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr) !important; gap: clamp(32px, 6vw, 84px) !important; }
.home-specialist figure { max-height: 560px; border-radius: 30px; }
.home-specialist h2 { max-width: 850px; margin: 20px 0 24px !important; font-size: clamp(2.7rem, 5vw, 5.6rem) !important; font-weight: 390 !important; line-height: .96 !important; letter-spacing: -.055em !important; }
.home-specialist__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.home-specialist__meta span { width: fit-content; padding: 10px 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(244, 251, 240, .76); color: var(--green); font-size: .9rem; font-weight: 430; }
.home-specialist > div > p:not(.section-label) { font-size: 1.05rem; font-weight: 400; }
.home-price-list { gap: 8px !important; }
.home-price-list > * { min-height: 80px !important; }

.care-path { overflow: hidden; }
.care-grid { display: flex !important; align-items: flex-end; gap: 12px !important; min-height: 520px; overflow: visible !important; }
.care-card, .care-card-featured { flex: 1 1 0; width: auto !important; min-width: 0; min-height: 410px !important; height: 410px !important; padding: 24px !important; border-radius: 28px !important; cursor: pointer; background-color: rgba(251, 253, 249, .8) !important; }
.care-card.is-active { flex: 2.15 1 0; min-height: 520px !important; height: 520px !important; background-color: rgba(234, 248, 226, .9) !important; }
.care-card > div, .care-featured-copy { padding-top: 0 !important; margin-top: auto; }
.care-card h3, .care-card-featured h3 { font-size: clamp(1.45rem, 2.1vw, 2.35rem) !important; font-weight: 400 !important; line-height: 1.04 !important; }
.care-card.is-active h3 { font-size: clamp(2rem, 3.1vw, 3.6rem) !important; }
.care-card p:last-child { max-height: 0; margin: 0; opacity: 0; overflow: hidden; transition: opacity .3s ease; }
.care-card.is-active p:last-child { max-height: 90px; margin-top: 16px; opacity: 1; }
.care-index { font-size: clamp(3.2rem, 5vw, 5.4rem) !important; font-weight: 300 !important; }
.care-swipe-hint { margin-bottom: 20px; }

.clinic-viewer { display: grid !important; grid-template-columns: minmax(0, 1fr) 250px !important; gap: 12px !important; }
.clinic-viewer__main { margin: 0; overflow: hidden; border-radius: 30px; background: var(--mist); }
.clinic-viewer__main img { display: block; width: 100%; height: 520px !important; aspect-ratio: auto !important; object-fit: cover; border-radius: 0 !important; transition: opacity .18s ease, transform .3s ease; }
.clinic-viewer.is-switching .clinic-viewer__main img { opacity: .2; transform: scale(.99); }
.clinic-viewer__main figcaption { padding: 12px 16px 16px !important; }
.clinic-viewer__thumbs { display: grid; gap: 10px; }
.clinic-viewer__thumbs button { position: relative; min-height: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; color: var(--forest); cursor: pointer; text-align: left; }
.clinic-viewer__thumbs button.is-active { border-color: var(--green); box-shadow: 0 14px 34px rgba(53,104,75,.11); }
.clinic-viewer__thumbs img { display: block; width: 100%; height: 112px !important; aspect-ratio: auto !important; object-fit: cover; border-radius: 0 !important; }
.clinic-viewer__thumbs span { display: block; padding: 9px 12px 11px; font-size: .82rem; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero h1 { max-width: 760px; }
  .hero-actions { justify-content: flex-start; }
  .home-trust { grid-template-columns: 1fr; }
  .home-trust__intro { min-height: 430px; }
  .home-specialist { grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr) !important; }
  .care-grid { overflow-x: auto !important; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .care-card, .care-card-featured { flex: 0 0 min(72vw, 440px); scroll-snap-align: start; }
  .care-card.is-active { flex-basis: min(78vw, 480px); }
}

@media (max-width: 680px) {
  :root { --section-space: 58px; --content-gutter: 18px; }
  .section-shell { padding-block: 58px !important; }
  .section-heading, .care-path-heading { display: grid !important; gap: 16px !important; margin-bottom: 28px !important; }
  .section-heading h2, .care-path-heading h2, .faq-intro h2 { margin-top: 12px !important; font-size: clamp(2.15rem, 10.6vw, 3rem) !important; line-height: .99 !important; }
  .section-heading > p, .care-path-heading > p, .faq-intro > p:not(.section-label) { font-size: .96rem !important; line-height: 1.5; }
  .section-label, .eyebrow { min-height: 32px; padding: 7px 11px; font-size: .7rem; }
  .button { width: auto; min-height: 50px; padding: 12px 17px; }
  .section-actions, .section-actions--right { justify-content: flex-end; align-items: flex-end; }
  .hero { padding: 78px 18px 44px !important; }
  .hero h1 { margin-block: 18px 22px; font-size: clamp(2.5rem, 12.5vw, 3.65rem) !important; line-height: .96 !important; }
  .hero-intro { font-size: .98rem; }
  .hero-actions { justify-content: flex-end; align-items: flex-end; }
  .hero-actions .button { width: min(100%, 320px); }
  .hero-proof { margin-top: 28px; }
  .hero-proof div { min-height: 92px; padding: 13px; }
  .start-card { min-height: 178px !important; padding: 20px !important; border-radius: 24px !important; }
  .start-card strong { font-size: clamp(1.45rem, 7.3vw, 2rem) !important; }
  .home-service-card { min-height: 330px !important; }
  .concern-tile { min-height: 140px !important; padding: 18px !important; }
  .concern-tile strong { font-size: 1.35rem !important; }
  .home-trust__intro { min-height: 390px; padding: 22px; border-radius: 26px; }
  .home-trust__intro h2 { font-size: clamp(2.05rem, 10.3vw, 2.9rem) !important; line-height: 1 !important; }
  .home-trust__intro > p:last-child { font-size: .95rem; }
  .home-trust__proof { grid-template-columns: 1fr 1fr !important; }
  .trust-feature, .trust-devices { min-height: 168px !important; padding: 18px !important; border-radius: 24px !important; }
  .trust-feature--license, .trust-devices { grid-column: 1 / -1; }
  .trust-feature--license { min-height: 205px !important; }
  .trust-feature > span { font-size: 3.2rem !important; }
  .trust-feature h3 { font-size: 1.05rem !important; }
  .trust-devices a { min-height: 52px; }
  .home-specialist { grid-template-columns: 1fr !important; gap: 24px !important; }
  .home-specialist figure { width: min(72%, 300px); max-height: 360px; }
  .home-specialist h2 { font-size: clamp(2.15rem, 10.5vw, 3rem) !important; line-height: .98 !important; }
  .home-specialist__meta { gap: 6px; margin-bottom: 18px; }
  .home-specialist__meta span { padding: 8px 10px; border-radius: 14px; font-size: .78rem; }
  .home-specialist > div > p:not(.section-label) { font-size: .95rem; }
  .home-price-list > * { min-height: 68px !important; }
  .care-swipe-hint { display: flex !important; }
  .care-grid { min-height: 340px; gap: 10px !important; padding-right: 14vw; }
  .care-card, .care-card-featured { flex: 0 0 74vw; min-height: 278px !important; height: 278px !important; padding: 18px !important; border-radius: 24px !important; }
  .care-card.is-active { flex-basis: 82vw; min-height: 330px !important; height: 330px !important; }
  .care-card h3, .care-card-featured h3 { font-size: 1.45rem !important; }
  .care-card.is-active h3 { font-size: clamp(1.8rem, 8.2vw, 2.25rem) !important; }
  .care-index { font-size: 3.2rem !important; }
  .clinic-viewer { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; }
  .clinic-viewer__main { border-radius: 24px; }
  .clinic-viewer__main img { height: 270px !important; }
  .clinic-viewer__thumbs { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-right: 12vw; }
  .clinic-viewer__thumbs::-webkit-scrollbar { display: none; }
  .clinic-viewer__thumbs button { flex: 0 0 132px; border-radius: 18px; }
  .clinic-viewer__thumbs img { height: 76px !important; }
  .clinic-viewer__thumbs span { padding: 7px 9px 9px; font-size: .72rem; }
  .hero-actions { flex-direction: row; gap: 8px; }
  .hero-actions .button { width: auto; min-width: 0; padding-inline: 13px; font-size: .75rem; }
  .hero-proof { grid-template-columns: 1fr 1fr !important; }
  .hero-proof div, .hero-proof div:last-child { grid-column: auto; min-height: 76px; padding: 10px; }
  .hero-proof strong { font-size: .9rem; }
  .hero-proof span { font-size: .66rem; }
  .hero-portrait { max-height: 360px; }
  .home-concerns__grid { grid-template-columns: 1fr 1fr !important; gap: 8px; }
  .concern-tile, .concern-tile--large { grid-column: auto !important; min-height: 138px !important; }
  .concern-tile strong { font-size: 1.08rem !important; line-height: 1.08; }
  .home-price-row { min-height: 104px !important; grid-template-columns: minmax(0, 1fr) auto !important; gap: 7px 12px !important; padding: 14px 0 !important; }
  .home-price-row > div { grid-row: 1 / 3; gap: 5px !important; }
  .home-price-row strong { font-size: 1.1rem; font-weight: 420 !important; }
  .home-price-row a { font-size: .75rem; }
  .home-price-row > span { align-self: end; font-size: .84rem; font-weight: 450; }
  .home-price-row button { grid-column: 2 !important; min-height: 36px; padding: 6px 10px; border-radius: 13px; font-size: .72rem; font-weight: 430; }
  .hero-copy { min-width: 0; width: 100%; overflow: hidden; }
  .hero h1 { max-width: 100%; font-size: clamp(2rem, 9.4vw, 2.2rem) !important; white-space: normal !important; text-wrap: wrap !important; }
  .hero-intro { width: 100%; max-width: 100% !important; font-size: .92rem; text-wrap: wrap; }
}

/* 2026-08-06 — unified placeholders, hover light and auto-layout actions. */
.start-card--photo {
  background: rgba(234, 248, 226, .88) !important;
  color: var(--forest) !important;
}
.start-card--photo span,
.start-card--photo small { color: var(--muted) !important; }

:where(.start-card, .home-service-card, .concern-tile, .trust-feature, .trust-devices, .care-card, .home-price-row) {
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
:where(.start-card, .home-service-card, .concern-tile, .trust-feature, .trust-devices, .care-card, .home-price-row):hover {
  background-color: #e5f7dc !important;
  border-color: rgba(67,133,101,.32) !important;
  box-shadow: 0 18px 44px rgba(43,91,65,.1);
}

.home-service-rail { grid-auto-columns: minmax(410px, 34vw) !important; }
.home-service-card { min-height: 430px !important; height: 430px; }
.home-service-card h3 { margin: 46px 0 16px !important; }
.home-service-card > div { margin-top: auto !important; gap: 14px !important; }
.home-service-card a,
.home-service-card button,
.home-price-row > span,
.home-price-row button {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px !important;
  border: 1px solid var(--line) !important;
  border-radius: 15px !important;
  background: rgba(255,255,255,.72) !important;
  font-weight: 430 !important;
}
.home-service-card button,
.home-price-row button { background: var(--green) !important; color: white !important; border-color: var(--green) !important; }
.home-price-row { padding-block: 18px; }
.home-price-row > span { justify-self: start; color: var(--forest); }

.hero-portrait__media,
.home-specialist figure,
.clinic-viewer__main,
.clinic-viewer__thumbs button {
  position: relative;
  background:
    radial-gradient(circle at 65% 35%, rgba(183,236,136,.9), transparent 30%),
    linear-gradient(145deg, #dff3d6, #f4faef) !important;
}
.hero-portrait__media img,
.home-specialist figure img,
.clinic-viewer img { visibility: hidden !important; }
.hero-portrait__media::after,
.home-specialist figure::after,
.clinic-viewer__main::after {
  content: none;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: calc(100% - 40px);
  padding: 10px 14px;
  border: 1px solid rgba(18,60,43,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.58);
  color: var(--forest);
  font-size: .8rem;
  text-align: center;
}
.clinic-viewer__thumbs button::after {
  content: "Фото";
  position: absolute;
  inset: 38px auto auto 50%;
  transform: translateX(-50%);
  color: var(--forest);
  font-size: .7rem;
}

.faq-list summary::before,
.faq-list summary::after { content: none !important; display: none !important; }
.faq-list summary > span { margin-left: auto; font-size: 0 !important; }
.faq-list summary > span::after { content: "↓"; display: block; font-size: 1.05rem; font-weight: 400; transition: transform .25s ease; }
.faq-list details[open] summary > span::after { transform: rotate(180deg); }

@media (max-width: 680px) {
  .home-service-rail { grid-auto-columns: 84vw !important; }
  .home-service-card { min-height: 350px !important; height: 350px; }
  .home-service-card h3 { margin-top: 30px !important; }
  .home-service-card > div { display: flex !important; gap: 8px !important; }
  .home-service-card a, .home-service-card button { min-height: 38px; padding: 7px 10px !important; font-size: .72rem; }
  .home-price-row > span, .home-price-row button { min-height: 36px; padding: 6px 10px !important; }
}

/* 2026-08-07 — final alignment, calm mobile rails and approved photography. */
.hero-portrait__media img,
.clinic-viewer img {
  visibility: visible !important;
}

.hero-portrait__media::after,
.clinic-viewer__main::after,
.clinic-viewer__thumbs button::after {
  content: none !important;
  display: none !important;
}

.hero-portrait__media {
  background:
    radial-gradient(circle at 72% 28%, rgba(205, 244, 172, .92), transparent 38%),
    linear-gradient(145deg, #dff3d6, #f6fbf2) !important;
}

.home-concerns__grid .concern-tile:nth-child(4n + 1) {
  background: linear-gradient(145deg, #e6f7de, #f8fcf5);
}

.home-concerns__grid .concern-tile:nth-child(4n + 2) {
  background: rgba(255, 255, 255, .82);
}

.home-concerns__grid .concern-tile:nth-child(4n + 3) {
  color: #fff;
  background: linear-gradient(145deg, #123c2b, #2f7353);
}

.home-concerns__grid .concern-tile:nth-child(4n + 3) span {
  color: rgba(255, 255, 255, .64);
}

.home-concerns__grid .concern-tile:nth-child(4n) {
  background:
    radial-gradient(circle at 82% 18%, rgba(183, 236, 136, .82), transparent 34%),
    linear-gradient(145deg, #d9f1cf, #fff);
}

.home-concerns__grid .concern-tile:nth-child(4n + 3):hover {
  color: var(--forest);
}

.home-price-row > span,
.home-service-card .section-label {
  white-space: nowrap;
}

.faq-list summary {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 0;
}

.faq-list summary::before,
.faq-list summary::after {
  content: none !important;
  display: none !important;
}

.faq-list summary > span {
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin-left: auto;
  display: grid;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #e5f7dc;
  font-size: 0 !important;
  place-items: center;
}

.faq-list summary > span::after {
  content: "+" !important;
  display: block;
  color: var(--forest);
  font-size: 1.45rem !important;
  font-weight: 400;
  line-height: 1;
  transition: transform .28s ease;
}

.faq-list details[open] summary > span::after {
  transform: rotate(45deg);
}

@media (max-width: 680px) {
  :root {
    --content-gutter: 20px;
    --section-space: 68px;
  }

  .section-shell {
    padding-inline: 20px !important;
    padding-block: 68px !important;
  }

  .section-heading,
  .care-path-heading {
    margin-bottom: 34px !important;
  }

  .hero-actions,
  .section-actions,
  .home-service-card > div {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .hero-actions .button,
  .section-actions > *,
  .home-service-card a,
  .home-service-card button,
  .home-price-row button {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: center;
    text-align: center;
  }

  .home-concerns__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .concern-tile,
  .concern-tile--large {
    grid-column: auto !important;
    min-width: 0;
    min-height: 150px !important;
    padding: 18px !important;
  }

  .concern-tile strong {
    max-width: 100%;
    font-size: clamp(1.02rem, 4.8vw, 1.28rem) !important;
    line-height: 1.08 !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .home-trust__proof {
    gap: 10px !important;
  }

  .trust-feature {
    padding-inline: 14px !important;
  }

  .trust-feature h3 {
    font-size: .88rem !important;
    line-height: 1.12 !important;
  }

  .home-price-row {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 20px 0 !important;
  }

  .home-price-row > div {
    grid-row: auto;
    display: grid;
    gap: 8px !important;
  }

  .home-price-row > span {
    justify-self: start;
    align-self: auto;
    min-height: 40px;
    padding: 8px 12px !important;
  }

  .care-grid {
    min-height: 0 !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 0 12vw 10px 0 !important;
    overflow-x: auto !important;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
  }

  .care-card,
  .care-card-featured,
  .care-card.is-active {
    flex: 0 0 calc(100vw - 56px) !important;
    min-height: 326px !important;
    height: 326px !important;
    padding: 22px !important;
    transition: background-color .32s ease, border-color .32s ease, box-shadow .32s ease !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .care-card h3,
  .care-card-featured h3,
  .care-card.is-active h3 {
    font-size: clamp(1.65rem, 7.2vw, 2rem) !important;
  }

  .care-card p:last-child,
  .care-card.is-active p:last-child {
    max-height: none !important;
    margin-top: 14px !important;
    opacity: 1 !important;
  }

  .care-navigation {
    margin-top: 16px;
  }

  .faq {
    gap: 38px;
  }

  .faq-intro {
    position: static;
  }

  .faq-list summary {
    min-height: 76px;
    gap: 14px;
    padding-block: 18px;
    font-size: 1.02rem;
    line-height: 1.25;
  }

  .faq-list summary > span {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .faq-list details p {
    margin-top: 2px;
    padding-right: 0;
    line-height: 1.55;
  }
}

/* Reviewed cascade seal — keeps the annotated homepage rules above legacy concept layers. */
.hero { padding-top: clamp(54px, 5.8vw, 82px) !important; align-items: start !important; }
.hero-copy { align-self: start; padding-top: 0 !important; }
.hero-actions { justify-content: flex-start !important; align-items: flex-start !important; gap: 12px !important; }
.home-popular > .rail-controls { display: none !important; }
.home-service-rail { display: grid !important; grid-auto-flow: column !important; grid-auto-columns: 400px !important; gap: 16px !important; scroll-snap-type: x proximity !important; }
.home-service-card { height: 650px !important; min-height: 650px !important; padding: 30px !important; display: flex !important; flex-direction: column !important; }
.home-service-card h3 { margin-top: 54px !important; overflow: visible !important; font-size: clamp(2.05rem, 2.6vw, 2.85rem) !important; line-height: 1 !important; }
.home-service-card > div { width: 100%; margin-top: auto !important; display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
.home-service-card a, .home-service-card button, .home-price-row button, .home-specialist button[data-open-booking] { min-height: 48px !important; padding: 10px 16px !important; display: inline-flex !important; align-items: center; justify-content: center; border: 1px solid var(--forest) !important; border-radius: 999px !important; background: var(--forest) !important; color: #fff !important; }
.home-concerns__grid { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; grid-auto-flow: dense; gap: 12px !important; }
.home-concerns__grid .concern-tile { grid-column: span 3 !important; }
.home-concerns__grid .concern-tile:nth-child(2) { grid-column: span 4 !important; }
.home-concerns__grid .concern-tile:nth-child(3) { grid-column: span 5 !important; }
.home-concerns__grid .concern-tile:nth-child(4) { grid-column: span 6 !important; }
.home-concerns__grid .concern-tile:nth-child(7) { grid-column: span 5 !important; }
.home-concerns__grid .concern-tile:nth-child(8) { grid-column: span 7 !important; }
.home-concerns .section-actions { width: 100%; display: grid !important; grid-template-columns: 1fr !important; justify-items: center; gap: 14px !important; }
.home-concerns .section-actions .button-quiet { width: 100% !important; min-height: 58px; justify-content: center; }
.trust-feature, .trust-devices { background-image: none !important; }
.home-trust__proof > :nth-child(1) { background-color: #edf8e8 !important; }
.home-trust__proof > :nth-child(2) { background-color: #dff2d7 !important; }
.home-trust__proof > :nth-child(3) { background-color: #cfe9c5 !important; }
.home-trust__proof > :nth-child(4) { background-color: #f6fbf3 !important; }
.care-grid { min-height: 0 !important; align-items: stretch !important; gap: 12px !important; overflow-x: auto !important; scroll-snap-type: x proximity !important; scroll-behavior: auto !important; }
.care-card, .care-card-featured, .care-card.is-active { flex: 1 1 0 !important; width: auto !important; min-width: 0 !important; height: 468px !important; min-height: 468px !important; padding: 24px !important; transform: none !important; }
.care-card h3, .care-card-featured h3, .care-card.is-active h3 { font-size: clamp(1.6rem, 2.15vw, 2.4rem) !important; line-height: .98 !important; }
.care-card p:last-child, .care-card.is-active p:last-child { max-height: none !important; margin-top: 14px !important; opacity: 1 !important; }
.care-navigation { display: none !important; }
.faq-list summary > span { width: 46px !important; height: 46px !important; min-width: 46px !important; padding: 0 !important; border-radius: 50% !important; place-items: center !important; }
.faq-list summary > span::after { content: "+" !important; width: 100%; height: 100%; display: grid !important; place-items: center; line-height: 1 !important; }
.faq-intro > a.text-link { width: fit-content; min-height: 50px; padding: 12px 20px; display: inline-flex; align-items: center; border: 0; border-radius: 999px; background: var(--forest); color: #fff !important; white-space: nowrap; text-decoration: none; }
.clinic-viewer__main, .clinic-viewer__thumbs button { display: grid !important; grid-template-rows: minmax(0, 1fr) auto !important; }
.clinic-viewer__main img, .clinic-viewer__thumbs img { width: 100%; height: 100% !important; min-height: 0; object-fit: cover; }
.clinic-viewer__main figcaption, .clinic-viewer__thumbs span { margin: 0; padding: 12px 16px 14px !important; background: #edf8e8; color: var(--forest); }
.clinic-viewer__thumbs button { min-height: 168px !important; }

@media (min-width: 981px) {
  .hero-actions .button { min-width: 310px; min-height: 62px; padding-inline: 30px; }
  .hero-proof { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; max-width: 710px; }
  .hero-proof > div { min-height: 120px !important; padding: 20px 22px !important; }
}

@media (max-width: 980px) {
  .care-card, .care-card-featured, .care-card.is-active { flex: 0 0 min(72vw, 360px) !important; min-width: min(72vw, 360px) !important; height: 390px !important; min-height: 390px !important; }
  .swipe-gesture-hint--care { display: inline-flex !important; }
}

@media (max-width: 680px) {
  .hero { padding-top: 28px !important; padding-bottom: 48px !important; }
  .hero-copy { gap: 18px !important; }
  .hero-proof > div { min-height: 106px !important; padding: 16px !important; }
  .home-service-rail { grid-auto-columns: calc(100vw - 50px) !important; gap: 12px !important; }
  .home-service-card { height: 520px !important; min-height: 520px !important; padding: 24px !important; }
  .home-service-card h3 { margin-top: 34px !important; overflow: visible !important; font-size: clamp(1.65rem, 7.4vw, 2.15rem) !important; line-height: 1 !important; }
  .home-service-card > div { grid-template-columns: 1fr !important; }
  .home-concerns__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .home-concerns__grid .concern-tile, .home-concerns__grid .concern-tile:nth-child(n) { grid-column: auto !important; }
  .home-specialist { gap: 12px !important; }
  .care-card, .care-card-featured, .care-card.is-active { flex-basis: calc(100vw - 58px) !important; min-width: calc(100vw - 58px) !important; height: 336px !important; min-height: 336px !important; }
  .clinic-viewer__thumbs button { flex-basis: 178px !important; min-height: 148px !important; }
}

/* 2026-08-12 — premium photo-led homepage and compact mobile routes. */
.hero-portrait--mobile {
  display: none;
}

.hero-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 860px;
}

.hero-proof > div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(47, 118, 80, .22) !important;
  background: linear-gradient(145deg, rgba(226, 255, 199, .96), rgba(247, 255, 241, .84)) !important;
  box-shadow: 0 14px 34px rgba(44, 104, 72, .09), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.hero-proof > div:nth-child(2) {
  background: linear-gradient(145deg, rgba(201, 245, 163, .96), rgba(238, 255, 222, .88)) !important;
}

.hero-proof > div:nth-child(3) {
  background: linear-gradient(145deg, rgba(235, 255, 218, .96), rgba(255, 255, 255, .86)) !important;
}

.hero-proof > div::after {
  position: absolute;
  z-index: -1;
  top: -45%;
  bottom: -45%;
  left: -55%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .76), transparent);
  content: "";
  opacity: .7;
  transform: skewX(-18deg) translateX(0);
  animation: hero-proof-sheen 6.8s cubic-bezier(.22, 1, .36, 1) infinite;
  pointer-events: none;
}

.hero-proof > div:nth-child(2)::after { animation-delay: 1.1s; }
.hero-proof > div:nth-child(3)::after { animation-delay: 2.2s; }

@keyframes hero-proof-sheen {
  0%, 58% { transform: skewX(-18deg) translateX(0); }
  76%, 100% { transform: skewX(-18deg) translateX(560%); }
}

.home-service-card__media {
  height: 202px;
  flex: 0 0 202px;
  margin: 20px 0 0;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(47, 118, 80, .16);
  border-radius: 22px;
  background: #e7f3e1;
}

.home-service-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-service-card--with-media h3 {
  margin-top: 22px !important;
  font-size: clamp(1.9rem, 2.25vw, 2.55rem) !important;
}

.home-service-card--with-media > p:not(.section-label) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-concerns__editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  min-height: 360px;
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #eef8e9;
}

.home-concerns__editorial img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center 36%;
}

.home-concerns__editorial figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: clamp(28px, 4vw, 56px);
  color: var(--forest);
  background: linear-gradient(145deg, #dff4d4, #f5fbf1);
}

.home-concerns__editorial figcaption strong {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 480;
  letter-spacing: -.045em;
  line-height: 1;
}

.home-concerns__editorial figcaption span {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 981px) {
  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 0 !important;
    display: block !important;
    padding: 24px var(--page-gutter) 44px !important;
  }

  .hero-copy {
    max-width: none;
    display: grid;
    gap: 18px !important;
    padding: 0 !important;
  }

  .hero-copy > .eyebrow,
  .hero-copy > .hero-intro,
  .hero-copy > .hero-actions,
  .hero-copy > .hero-proof {
    margin: 0 !important;
  }

  .hero-copy > .eyebrow {
    max-width: 100%;
    min-height: 42px;
    padding: 9px 14px;
    font-size: .76rem;
    line-height: 1.25;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.45rem) !important;
    font-weight: 480 !important;
    letter-spacing: -.055em !important;
    line-height: 1 !important;
    text-wrap: pretty;
  }

  .hero h1 span {
    margin-top: 6px;
  }

  .hero-intro {
    max-width: 35ch;
    font-size: .96rem !important;
    line-height: 1.5 !important;
  }

  .hero-portrait--desktop {
    display: none !important;
  }

  .hero-portrait--mobile {
    width: 100%;
    height: clamp(292px, 78vw, 306px) !important;
    max-height: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    margin: 0;
    overflow: hidden;
    border-radius: 26px !important;
    box-shadow: 0 18px 40px rgba(30, 83, 54, .12);
  }

  .hero-portrait--mobile::before,
  .hero-portrait--mobile::after {
    content: none !important;
    display: none !important;
  }

  .hero-portrait--mobile .hero-portrait__media {
    width: 100% !important;
    height: 100% !important;
    min-width: 0;
    grid-column: 1 / -1;
    grid-row: 1;
    overflow: hidden;
    border-radius: 0 !important;
  }

  .hero-portrait--mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
    filter: none !important;
    transform: none !important;
  }

  .hero-portrait--mobile figcaption {
    position: static !important;
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    align-self: stretch;
    align-content: center;
    gap: 2px;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px 16px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--forest) !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .hero-portrait--mobile figcaption span {
    font-size: .92rem;
  }

  .hero-portrait--mobile figcaption small {
    color: var(--muted) !important;
    font-size: .74rem;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 16px;
    font-size: .82rem;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
    padding-top: 10px;
    border-top: 0;
  }

  .hero-proof > div,
  .hero-proof > div:last-child {
    min-height: 88px !important;
    padding: 13px !important;
  }

  .hero-proof > div:last-child {
    grid-column: 1 / -1;
    min-height: 74px !important;
  }

  .hero-proof strong {
    font-size: .92rem !important;
    line-height: 1.12;
  }

  .hero-proof span {
    font-size: .67rem !important;
  }

  .home-start .section-heading {
    gap: 14px;
  }

  .home-start__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, auto) !important;
    gap: 9px !important;
  }

  .home-start__grid .start-card,
  .home-start__grid .start-card--wide,
  .home-start__grid .start-card--photo,
  .home-start__grid .start-card--accent {
    min-height: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 1 / 1;
    justify-content: flex-end;
    gap: 8px;
    padding: 14px !important;
    border-radius: 22px !important;
  }

  .home-start__grid .start-card span {
    font-size: .66rem !important;
    line-height: 1.2;
  }

  .home-start__grid .start-card strong {
    max-width: 100%;
    font-size: clamp(1rem, 5.1vw, 1.3rem) !important;
    font-weight: 520 !important;
    letter-spacing: -.035em !important;
    line-height: 1.02 !important;
    overflow-wrap: normal;
  }

  .home-start__grid .start-card small {
    display: none;
  }

  .home-service-card__media {
    height: 154px;
    flex-basis: 154px;
    margin-top: 14px;
    border-radius: 18px;
  }

  .home-service-card--with-media {
    height: 550px !important;
    min-height: 550px !important;
  }

  .home-service-card--with-media h3 {
    margin-top: 18px !important;
    font-size: clamp(1.5rem, 7vw, 1.9rem) !important;
  }

  .home-concerns__editorial {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    border-radius: 24px;
  }

  .home-concerns__editorial img {
    min-height: 0;
    height: 228px;
  }

  .home-concerns__editorial figcaption {
    gap: 8px;
    padding: 22px;
  }

  .home-concerns__editorial figcaption strong {
    font-size: 1.65rem;
  }

  .home-concerns__editorial figcaption span {
    font-size: .9rem;
  }
}

@media (max-width: 350px) {
  .hero {
    padding-inline: 16px !important;
  }

  .home-start__grid .start-card {
    padding: 12px !important;
  }

  .home-start__grid .start-card strong {
    font-size: .96rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-proof > div::after {
    animation: none !important;
  }
}

/* 2026-08-12 — line-icon navigation and readable outline actions. */
.home-start__grid .start-card {
  min-height: 260px !important;
  justify-content: flex-start;
}

.start-card__icon,
.trust-device__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.start-card__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  color: var(--leaf);
  transition: transform .24s ease, color .24s ease;
}

.start-card > span:first-of-type {
  margin-top: auto;
}

.start-card:hover .start-card__icon,
.start-card:focus-visible .start-card__icon {
  color: var(--forest);
  transform: translateY(-3px);
}

.trust-devices a {
  min-width: 0;
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  justify-content: initial;
  column-gap: 16px;
}

.trust-device__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--leaf) !important;
}

.trust-device__icon svg {
  width: 42px;
  height: 42px;
}

.trust-device__copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.trust-device__copy > strong,
.trust-device__copy > span {
  min-width: 0;
}

.trust-devices a:hover .trust-device__icon,
.trust-devices a:focus-visible .trust-device__icon {
  color: var(--forest) !important;
}

.home-specialist .button-quiet:hover,
.home-specialist .button-quiet:focus-visible {
  border-color: var(--leaf) !important;
  background: var(--mist) !important;
  color: var(--forest) !important;
}

@media (max-width: 680px) {
  .home-start__grid .start-card,
  .home-start__grid .start-card--wide,
  .home-start__grid .start-card--photo,
  .home-start__grid .start-card--accent {
    min-height: 0 !important;
    aspect-ratio: 1.14 / 1;
    gap: 7px;
    padding: 14px !important;
  }

  .start-card__icon {
    width: 38px;
    height: 38px;
  }

  .trust-devices a {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 12px;
    padding-block: 12px;
  }

  .trust-device__icon,
  .trust-device__icon svg {
    width: 36px;
    height: 36px;
  }
}

/* 2026-08-12 — final card rhythm, calm backgrounds and explicit actions. */
.dot-field,
.contact-cta::before,
.founder-card::after,
.hero-portrait__media::after,
.home-specialist figure::after,
.clinic-viewer__main::after,
.clinic-viewer__thumbs button::after {
  content: none !important;
  display: none !important;
}

.hero,
.home-trust__intro,
.home-prices {
  background-image: linear-gradient(145deg, #fbfdf9 4%, #f0faeb 58%, #dff3d5 100%) !important;
}

.care-path {
  background:
    linear-gradient(to bottom, #fbfdf9 0, rgba(243, 250, 239, .94) 13%, rgba(243, 250, 239, 0) 34%),
    linear-gradient(rgba(18, 60, 43, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 60, 43, .035) 1px, transparent 1px),
    linear-gradient(145deg, #f8fcf6, #eef8e9) !important;
  background-size: auto, 64px 64px, 64px 64px, auto !important;
}

.home-start__grid .start-card {
  min-height: 326px !important;
  padding: 32px !important;
  gap: 12px;
}

.home-start__grid .start-card :where(strong, span, small),
.home-service-card :where(h3, p),
.home-price-row strong {
  font-weight: 400 !important;
  text-transform: none !important;
}

.home-start__grid .start-card--accent {
  background: #aeea7e !important;
  border-color: #86cc61 !important;
}

.home-service-rail {
  align-items: stretch !important;
  padding-bottom: 12px;
}

.home-service-card,
.home-service-card.home-service-card--with-media {
  height: auto !important;
  min-height: 580px !important;
  padding: 28px !important;
  gap: 0;
}

.home-service-card__media {
  height: 190px !important;
  flex-basis: 190px !important;
  margin-top: 24px !important;
}

.home-service-card--with-media h3 {
  margin: 26px 0 0 !important;
}

.home-service-card--with-media > p:not(.section-label) {
  margin-top: 18px !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-service-card > div {
  margin-top: 26px !important;
  padding-top: 18px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.home-service-card .service-details-link,
.home-price-row .service-details-link {
  border: 1px solid var(--green) !important;
  background: transparent !important;
  color: var(--forest) !important;
}

.home-price-row {
  min-height: 132px !important;
  padding: 24px 0 !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(260px, .6fr) !important;
  gap: 18px 28px !important;
}

.home-price-list {
  margin-top: 30px !important;
}

.home-price-row > div:first-child {
  display: block !important;
}

.home-price-row > span {
  justify-self: start !important;
  align-self: center;
}

.home-price-row__actions {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
}

.home-price-row__actions > * {
  width: 100% !important;
  min-height: 48px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  text-decoration: none;
}

.home-price-row__actions > .service-details-link {
  border: 1px solid #3f7659 !important;
  background: transparent !important;
  color: var(--forest) !important;
}

.swipe-gesture-hint svg {
  width: 42px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: swipe-arrow 1.8s ease-in-out infinite;
}

@keyframes swipe-arrow {
  0%, 100% { opacity: .45; transform: translateX(-5px); }
  52% { opacity: 1; transform: translateX(7px); }
}

@media (min-width: 768px) {
  .home-service-rail {
    grid-auto-columns: 380px !important;
  }

  .home-service-card,
  .home-service-card.home-service-card--with-media {
    width: 380px !important;
  }
}

@media (max-width: 680px) {
  .home-start__grid .start-card,
  .home-start__grid .start-card--wide,
  .home-start__grid .start-card--photo,
  .home-start__grid .start-card--accent {
    min-height: 204px !important;
    aspect-ratio: auto !important;
    padding: 20px !important;
    justify-content: space-between !important;
  }

  .home-start__grid .start-card :where(strong, span, small) {
    font-weight: 400 !important;
  }

  .home-start__grid .start-card strong {
    font-size: clamp(1rem, 4.8vw, 1.28rem) !important;
    line-height: 1.08 !important;
  }

  .home-service-rail {
    min-height: 0 !important;
    grid-auto-columns: calc(100vw - 54px) !important;
  }

  .home-service-card,
  .home-service-card.home-service-card--with-media {
    width: calc(100vw - 54px) !important;
    min-height: 520px !important;
    padding: 22px !important;
  }

  .home-service-card__media {
    height: 166px !important;
    flex-basis: 166px !important;
    margin-top: 16px !important;
  }

  .home-service-card--with-media h3 {
    margin-top: 22px !important;
  }

  .home-service-card > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 20px !important;
  }

  .home-price-list {
    margin-top: 20px !important;
  }

  .home-price-row {
    margin-bottom: 12px;
    padding: 22px !important;
    border: 1px solid var(--line);
    border-radius: 24px;
    grid-template-columns: 1fr !important;
  }

  .home-price-row > span {
    margin-top: 4px;
  }

  .home-price-row__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 6px;
  }

  .home-price-row__actions > * {
    min-height: 44px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
  }
}

/* 2026-08-12: final contrast and price-action alignment */
.home-trust__intro {
  border-color: #174c38 !important;
  background: #123c2b !important;
  background-image: none !important;
  color: #fff !important;
}

.home-trust__intro :where(h2, p:not(.section-label)) {
  color: #fff !important;
}

.home-trust__intro p:not(.section-label) {
  color: rgba(255, 255, 255, .82) !important;
}

.home-trust__intro .section-label {
  border-color: rgba(255, 255, 255, .45) !important;
  background: #e7f5df !important;
  color: #123c2b !important;
}

.home-price-row__actions {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.home-price-row__actions > * {
  width: 100% !important;
  min-height: 52px !important;
  padding-inline: 20px !important;
}

@media (max-width: 680px) {
  .home-trust__intro {
    min-height: 0 !important;
    padding: 30px 24px !important;
  }

  .home-trust__intro h2 {
    font-size: clamp(2rem, 10vw, 2.65rem) !important;
    line-height: 1.02 !important;
  }

  .home-trust__intro p:not(.section-label) {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  .home-price-row {
    gap: 18px !important;
  }

  .home-price-row__actions {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 8px !important;
  }

  .home-price-row__actions > * {
    min-height: 54px !important;
    font-size: 1rem !important;
  }
}
