:root {
  --paper: #fefaf5;
  --paper-deep: #efecdf;
  --ink: #1f2a21;
  --forest: #2f4734;
  --mineral: #28484a;
  --moss: #566746;
  --sage: #a8b08d;
  --ginkgo: #d9d9c3;
  --warmth: #926143;
  --line: #d7d3c2;
  --white: #fff;
  --font-display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --font-sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --page-gutter: 56px;
  --header-height: 88px;
  --motion-press: 120ms;
  --motion-fast: 180ms;
  --motion-control: 240ms;
  --motion-panel: 320ms;
  --motion-reveal: 480ms;
  --motion-reveal-media: 560ms;
  --motion-intro-crossfade: 90ms;
  --motion-intro-morph: 760ms;
  --motion-hero: 1120ms;
  --motion-hero-delay: 120ms;
  --motion-hero-stagger: 70ms;
  --motion-hero-spine: 900ms;
  --motion-hero-spine-delay: 0ms;
  --motion-hero-root: 700ms;
  --motion-hero-root-delay: 50ms;
  --ease-standard: cubic-bezier(.4, 0, .2, 1);
  --ease-intro-exit: cubic-bezier(.4, .14, 1, 1);
  --ease-intro-enter: cubic-bezier(0, 0, .3, 1);
  --ease-intro-morph: cubic-bezier(.77, 0, .175, 1);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-exit: cubic-bezier(.4, 0, 1, 1);
  --ease-organic: cubic-bezier(.37, 0, .63, 1);
}

/* Privacy page and consent management */

.footer-legal {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-legal button,
.privacy-settings-link {
  appearance: none;
  padding: 1px 0 2px;
  border: 0;
  border-bottom: 1px solid rgba(248, 246, 238, .24);
  color: rgba(248, 246, 238, .74);
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard);
}

.footer-legal button:hover,
.footer-legal button:focus-visible {
  border-bottom-color: currentColor;
  color: var(--paper);
}

.contact-page-footer .footer-legal button {
  border-bottom-color: rgba(31, 42, 33, .22);
  color: var(--moss);
}

.contact-page-footer .footer-legal button:hover,
.contact-page-footer .footer-legal button:focus-visible {
  color: var(--ink);
}

.contact-page-form .form-note a {
  border-bottom: 1px solid currentColor;
  color: var(--paper);
}

.privacy-hero-kicker {
  margin: 0 0 20px !important;
  color: var(--warmth) !important;
  font-size: 10px !important;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.privacy-content {
  max-width: 860px;
}

.privacy-content .legal-section p + p {
  margin-top: 18px;
}

.privacy-lead {
  color: var(--ink) !important;
  font-family: var(--font-display);
  font-size: 23px;
  line-height: 1.42;
}

.privacy-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.privacy-status-grid > div {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 25px 24px 27px;
  background: var(--paper);
}

.privacy-status-grid strong {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.privacy-status-grid p {
  margin-top: 12px !important;
  font-size: 13px;
  line-height: 1.55;
}

.privacy-service-status {
  width: fit-content;
  color: var(--moss);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.privacy-service-status.is-active {
  color: var(--forest);
}

.privacy-service-status.is-inactive {
  color: #766b62;
}

.privacy-settings-link {
  width: fit-content;
  margin-top: 28px;
  border-bottom-color: currentColor;
  color: var(--forest);
  font-size: 13px;
}

.privacy-settings-link:hover,
.privacy-settings-link:focus-visible {
  color: var(--warmth);
}

.privacy-contact-details {
  margin-top: 31px;
}

.privacy-followup {
  margin-top: 24px !important;
  font-size: 14px;
  line-height: 1.65;
}

.privacy-facts {
  display: grid;
  margin: 32px 0 0;
  border-top: 1px solid var(--line);
}

.privacy-facts > div {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 26px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.privacy-facts dt,
.privacy-facts dd {
  margin: 0;
}

.privacy-facts dt {
  padding-top: 2px;
  color: var(--warmth);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.privacy-facts dd {
  color: #465249;
  font-size: 14px;
  line-height: 1.65;
}

.privacy-demo-note {
  margin: 30px 0;
  padding: 22px 24px 24px;
  border-left: 2px solid var(--warmth);
  background: var(--paper-deep);
}

.privacy-demo-note > span {
  color: var(--warmth);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.privacy-demo-note p {
  margin-top: 8px !important;
  color: #4b554e;
  font-size: 14px;
}

.privacy-storage-list,
.privacy-service-register {
  display: grid;
  margin-top: 31px;
  border-top: 1px solid var(--line);
}

.privacy-storage-list article,
.privacy-service-register article {
  padding: 25px 0 27px;
  border-bottom: 1px solid var(--line);
}

.privacy-storage-list article > div,
.privacy-service-register article > div {
  display: flex;
  gap: 18px;
  align-items: baseline;
  justify-content: space-between;
}

.privacy-storage-list strong,
.privacy-service-register strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
}

.privacy-storage-list article > div > span {
  color: var(--warmth);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: right;
  text-transform: uppercase;
}

.privacy-storage-list p,
.privacy-service-register p {
  margin-top: 11px !important;
  font-size: 14px;
  line-height: 1.62;
}

.privacy-service-register code {
  padding: 1px 5px;
  color: var(--forest);
  background: var(--paper-deep);
  font-size: .9em;
}

.privacy-source-links {
  margin-top: 27px;
}

.privacy-authority {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 26px;
  margin-top: 31px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.privacy-authority > span {
  color: var(--warmth);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.privacy-authority address {
  display: grid;
  gap: 7px;
  color: #465249;
  font-style: normal;
}

.privacy-authority strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.privacy-authority a {
  width: fit-content;
  border-bottom: 1px solid currentColor;
  color: var(--forest);
}

.consent-banner {
  position: fixed;
  z-index: 300;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  left: max(18px, env(safe-area-inset-left));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, .9fr);
  gap: 38px;
  align-items: end;
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: 27px 31px 29px;
  border: 1px solid rgba(254, 250, 245, .16);
  border-radius: 3px;
  color: var(--paper);
  background: rgba(31, 42, 33, .98);
  box-shadow: 0 24px 74px rgba(16, 24, 18, .3);
  backdrop-filter: blur(15px);
  animation: consent-enter var(--motion-panel) var(--ease-out) both;
}

.consent-banner-close {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 7px;
  border: 0;
  color: rgba(254, 250, 245, .62);
  background: transparent;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
}

.consent-kicker {
  margin: 0 0 7px;
  color: #d1b6a5;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.consent-banner h2,
.consent-settings h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.1;
}

.consent-banner-copy > p:not(.consent-kicker) {
  max-width: 690px;
  margin: 11px 0 0;
  color: rgba(254, 250, 245, .73);
  font-size: 13px;
  line-height: 1.55;
}

.consent-banner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 13px;
  color: rgba(254, 250, 245, .67);
  font-size: 11px;
}

.consent-banner-links a {
  border-bottom: 1px solid currentColor;
}

.consent-banner-actions,
.consent-settings-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.consent-choice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--paper);
  border-radius: 2px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: color var(--motion-fast) var(--ease-standard), background-color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard), transform var(--motion-press) var(--ease-out);
}

.consent-choice-accept {
  border-color: var(--ginkgo);
  background: var(--ginkgo);
}

.consent-choice-settings {
  color: var(--paper);
  background: transparent;
}

.consent-choice:hover,
.consent-choice:focus-visible {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.consent-choice:active {
  transform: scale(.985);
}

.consent-banner :focus-visible {
  outline-color: var(--paper);
}

.consent-settings {
  width: min(720px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 100px rgba(16, 24, 18, .36);
}

.consent-settings::backdrop {
  background: rgba(22, 31, 24, .72);
  backdrop-filter: blur(4px);
}

.consent-settings-head {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 34px 36px 26px;
  border-bottom: 1px solid var(--line);
}

.consent-settings .consent-kicker {
  color: var(--warmth);
}

.consent-settings-close {
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--moss);
  background: transparent;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
}

.consent-settings > p {
  margin: 0;
  padding: 24px 36px 0;
  color: #59645c;
  font-size: 13px;
}

.consent-category-list {
  margin: 25px 36px 0;
  border-top: 1px solid var(--line);
}

.consent-category {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.consent-category > div,
.consent-category > span:first-child {
  display: grid;
  gap: 4px;
}

.consent-category strong {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
}

.consent-category div span,
.consent-category > span:first-child > span {
  color: #667168;
  font-size: 12px;
}

.consent-category-state {
  color: var(--warmth);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.consent-category-toggle {
  cursor: pointer;
}

.consent-switch input {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--forest);
  cursor: pointer;
}

.consent-settings .consent-settings-note {
  margin: 22px 36px 0;
  padding: 17px 19px;
  color: #5d675f;
  background: var(--paper-deep);
  font-size: 11px;
  line-height: 1.55;
}

.consent-settings-actions {
  padding: 27px 36px 36px;
}

.consent-settings-actions .consent-choice {
  border-color: var(--ink);
}

.consent-settings-actions .consent-choice-reject {
  background: transparent;
}

.consent-settings-actions .consent-choice-save {
  color: var(--paper);
  background: var(--ink);
}

.consent-settings-actions .consent-choice-accept {
  border-color: var(--forest);
  color: var(--paper);
  background: var(--forest);
}

@keyframes consent-enter {
  from { opacity: 0; transform: translate3d(0, 12px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 1100px) {
  .consent-banner {
    grid-template-columns: 1fr;
    gap: 22px;
    width: min(780px, calc(100% - 36px));
  }
}

@media (max-width: 960px) {
  .privacy-status-grid {
    grid-template-columns: 1fr;
  }

  .privacy-status-grid > div {
    min-height: 0;
  }

  .privacy-content {
    max-width: none;
  }

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

@media (max-width: 760px) {
  .footer-legal {
    justify-content: flex-start;
  }

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

  .privacy-lead {
    font-size: 20px;
  }

  .privacy-facts > div,
  .privacy-authority {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .privacy-storage-list article > div,
  .privacy-service-register article > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .privacy-storage-list article > div > span {
    text-align: left;
  }

  .consent-banner {
    right: 12px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    padding: 24px 20px 20px;
  }

  .consent-banner h2,
  .consent-settings h2 {
    font-size: 23px;
  }

  .consent-banner-actions,
  .consent-settings-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consent-choice-settings,
  .consent-choice-save {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .consent-choice-accept {
    grid-column: 2;
    grid-row: 1;
  }

  .consent-settings-head,
  .consent-settings-actions {
    padding-right: 22px;
    padding-left: 22px;
  }

  .consent-settings > p {
    padding-right: 22px;
    padding-left: 22px;
  }

  .consent-category-list {
    margin-right: 22px;
    margin-left: 22px;
  }

  .consent-settings .consent-settings-note {
    margin-right: 22px;
    margin-left: 22px;
  }
}

@media (max-width: 480px) {
  .privacy-nav {
    grid-template-columns: 1fr;
  }

  .privacy-status-grid > div {
    padding: 22px 20px 24px;
  }

  .consent-banner {
    max-height: calc(100svh - 98px - env(safe-area-inset-bottom));
    overflow: auto;
  }

  .consent-banner-copy > p:not(.consent-kicker) {
    font-size: 12px;
  }

  .consent-banner-links {
    margin-top: 10px;
  }

  .consent-choice {
    min-height: 46px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
  }

  .consent-settings-head {
    padding-top: 27px;
  }

  .consent-category {
    min-height: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .consent-banner {
    animation: none;
  }

  .consent-choice {
    transition: none;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  background: var(--paper);
  scroll-behavior: auto;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.site-intro-active {
  overflow: hidden;
}

.site-intro {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
  opacity: 1;
  visibility: visible;
}

.site-intro-veil {
  --intro-veil-feather: 180px;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--intro-veil-feather));
  width: calc(100vw + var(--intro-veil-feather));
  background: #fffdf8;
  opacity: 1;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 var(--intro-veil-feather),
    #000 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 var(--intro-veil-feather),
    #000 100%
  );
  contain: layout paint;
  will-change: transform;
}

.site-intro[hidden] {
  display: none;
}

.site-intro.is-visible {
  opacity: 1;
  visibility: visible;
}

.site-intro-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(920px, 92vw, calc((100svh - 176px) * 1.7778));
}

.site-intro-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: transparent;
}

.site-intro-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity var(--motion-intro-crossfade) ease;
}

.site-intro-mark,
.site-intro-morph-part {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-intro-mark {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: blur(0);
  transition:
    opacity var(--motion-intro-crossfade) linear,
    filter 180ms ease;
}

.site-intro-morph-part {
  z-index: 3;
  background: url("assets/osteopathie-hofmann-logo-intro-20260818-end.webp?v=20260818-1") center / 100% 100% no-repeat;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 50% 50%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 51.63481% auto;
  mask-size: 51.63481% auto;
  will-change: transform, opacity, filter;
}

.site-intro-morph-left {
  -webkit-mask-image: url("assets/hero-leaf-left.png?v=20260711-4");
  mask-image: url("assets/hero-leaf-left.png?v=20260711-4");
}

.site-intro-morph-right {
  -webkit-mask-image: url("assets/hero-leaf-right.png?v=20260711-4");
  mask-image: url("assets/hero-leaf-right.png?v=20260711-4");
}

.site-intro-morph-spine {
  -webkit-mask-image: url("assets/hero-spine.png?v=20260711-4");
  mask-image: url("assets/hero-spine.png?v=20260711-4");
}

.site-intro-identity {
  display: grid;
  justify-items: center;
  margin-top: 13px;
  color: var(--forest);
  text-align: center;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 180ms var(--ease-intro-exit),
    transform 220ms var(--ease-intro-exit);
}

.site-intro-identity p {
  margin: 0;
  opacity: 0;
  transform: translate3d(0, 6px, 0);
}

.site-intro-profession {
  color: var(--moss);
  font-family: var(--font-sans);
  font-size: clamp(9px, .8vw, 11px);
  font-weight: 600;
  letter-spacing: .34em;
  line-height: 1;
  transition:
    opacity 420ms var(--ease-out) 220ms,
    transform 480ms var(--ease-out) 220ms;
}

.site-intro-discipline {
  margin-top: 7px !important;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.45vw, 35px);
  font-weight: 400;
  letter-spacing: .035em;
  line-height: .95;
  transition:
    opacity 440ms var(--ease-out) 300ms,
    transform 500ms var(--ease-out) 300ms;
}

.site-intro-name {
  margin-top: 8px !important;
  color: rgba(47, 71, 52, .78);
  font-family: var(--font-sans);
  font-size: clamp(11px, .95vw, 14px);
  font-weight: 500;
  letter-spacing: .17em;
  line-height: 1;
  transition:
    opacity 420ms var(--ease-out) 380ms,
    transform 480ms var(--ease-out) 380ms;
}

.site-intro.is-visible .site-intro-identity p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.site-intro-skip {
  position: fixed;
  z-index: 2;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  min-width: 44px;
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid rgba(47, 71, 52, .38);
  color: var(--moss);
  background: transparent;
  font-size: 12px;
  cursor: pointer;
  transition:
    color var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    opacity var(--motion-intro-crossfade) ease;
}

.site-intro.is-resolving .site-intro-video {
  opacity: 0;
}

.site-intro.is-resolving .site-intro-mark {
  opacity: 1;
}

.site-intro.is-morphing .site-intro-mark {
  opacity: 0;
  filter: blur(1.2px);
}

.site-intro.is-morphing .site-intro-identity {
  opacity: 0;
  transform: translate3d(0, -6px, 0);
  transition:
    opacity 180ms var(--ease-intro-exit),
    transform 220ms var(--ease-intro-exit);
}

.site-intro.is-morphing .site-intro-skip {
  opacity: 0;
  transition: opacity 180ms var(--ease-intro-exit);
}

body.site-intro-active .hero-logo-stage {
  opacity: 0;
}

body.site-intro-active .site-header,
body.site-intro-active .hero-copy h1,
body.site-intro-active .hero-intro,
body.site-intro-active .hero-actions,
body.site-intro-active .scroll-cue,
body.site-intro-active .trust-strip {
  opacity: 0;
  transition: none;
}

body.site-intro-active .site-header {
  clip-path: inset(0 0 100% 0);
  transform: translate3d(0, -8px, 0);
}

body.site-intro-active .hero-copy h1 {
  clip-path: inset(0 100% 0 0);
  transform: translate3d(0, 8px, 0);
}

body.site-intro-active .hero-intro,
body.site-intro-active .hero-actions,
body.site-intro-active .scroll-cue,
body.site-intro-active .trust-strip {
  transform: translate3d(0, 8px, 0);
}

body.site-intro-active.site-intro-content-revealing .site-header {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    clip-path 300ms var(--ease-intro-enter),
    opacity 220ms var(--ease-intro-enter),
    transform 300ms var(--ease-intro-enter);
}

body.site-intro-active.site-intro-content-revealing .hero-copy h1 {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    clip-path 360ms var(--ease-intro-enter) 40ms,
    opacity 260ms var(--ease-intro-enter) 40ms,
    transform 360ms var(--ease-intro-enter) 40ms;
}

body.site-intro-active.site-intro-content-revealing .hero-intro {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 280ms var(--ease-intro-enter) 120ms,
    transform 320ms var(--ease-intro-enter) 120ms;
}

body.site-intro-active.site-intro-content-revealing .hero-actions {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 280ms var(--ease-intro-enter) 180ms,
    transform 320ms var(--ease-intro-enter) 180ms;
}

body.site-intro-active.site-intro-content-revealing .scroll-cue,
body.site-intro-active.site-intro-content-revealing .trust-strip {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 240ms var(--ease-intro-enter) 260ms,
    transform 300ms var(--ease-intro-enter) 260ms;
}

body.site-intro-active.site-intro-revealing .hero-logo-stage {
  opacity: 1;
  transition: opacity 200ms var(--ease-intro-enter);
}

body.menu-open {
  overflow: hidden;
}

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

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

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

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

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

[id] {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(290px, 1fr) auto minmax(290px, 1fr);
  align-items: center;
  min-height: var(--header-height);
  padding: 8px var(--page-gutter);
  border-bottom: 1px solid rgba(47, 71, 52, .13);
  background: rgba(254, 250, 245, .92);
  backdrop-filter: blur(18px);
  transition: border-color var(--motion-fast) ease, background-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(47, 71, 52, .2);
  background: rgba(254, 250, 245, .975);
  box-shadow: 0 10px 30px rgba(31, 42, 33, .055);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-width: 0;
}

.brand img {
  width: 58px;
  height: 58px;
  margin-right: 13px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.2;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
}

.brand-copy span {
  margin-top: 4px;
  color: var(--moss);
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 13px;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: var(--forest);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--motion-control) var(--ease-out);
}

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

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.header-phone {
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid var(--forest);
  border-radius: 2px;
  color: var(--paper);
  background: var(--forest);
  font-size: 13px;
  font-weight: 500;
  transition: color var(--motion-fast) ease, background-color var(--motion-fast) ease, transform var(--motion-press) var(--ease-out);
}

.button:active {
  transform: scale(.985);
}

.button-small {
  min-height: 44px;
  padding: 10px 17px;
}

.button-light {
  border-color: var(--paper);
  color: var(--ink);
  background: var(--paper);
}

.menu-button {
  display: none;
  min-width: 48px;
  min-height: 44px;
  padding: 8px;
  border: 0;
  background: transparent;
  font-size: 13px;
}

.mobile-menu,
.menu-backdrop {
  display: none;
}

.hero {
  position: relative;
  min-height: max(620px, calc(100svh - 148px));
  max-height: 860px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  isolation: isolate;
}

.hero-art {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
}

.hero-logo-stage > img,
.hero-motion-layer {
  position: absolute;
  inset: 0;
}

.hero-logo-stage {
  position: absolute;
  right: -20px;
  bottom: -80px;
  left: auto;
  width: clamp(680px, 64vw, 900px);
  height: auto;
  aspect-ratio: 1;
  transform-origin: 50% 86%;
}

.hero-logo-stage > img,
.hero-motion-layer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.hero-logo-poster {
  opacity: 1;
  transition: opacity var(--motion-press) var(--ease-out);
}

.hero-motion-layer {
  opacity: 0;
  backface-visibility: hidden;
}

.hero-motion-leaf-left {
  transform-origin: 46.4% 68.6%;
}

.hero-motion-leaf-right {
  transform-origin: 55.8% 66%;
}

.hero-motion-spine {
  transform-origin: 50% 67%;
}

.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: min(1420px, 100%);
  min-height: inherit;
  margin: 0 auto;
  padding: 42px var(--page-gutter) 64px;
}

.hero-copy {
  width: min(670px, 49vw);
}

.hero-title-mobile,
.hero-intro-mobile {
  display: none;
}

.hero h1,
.section h2,
.process h2,
.contact h2,
.demo-dialog h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 700px;
  font-size: 73px;
  line-height: 1.01;
}

.hero h1 em {
  color: var(--forest);
  font-style: italic;
  font-weight: 400;
}

.hero-intro {
  max-width: 580px;
  margin: 30px 0 0;
  color: #39463b;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.motion-ready body.hero-sequence-playing:not(.hero-sequence-finished) .hero-logo-poster {
  opacity: 0;
}

.motion-ready body.hero-sequence-playing:not(.hero-sequence-finished) .hero-motion-layer {
  will-change: transform, opacity;
}

.motion-ready body.hero-sequence-playing:not(.hero-sequence-finished) .hero-motion-leaf-left {
  animation: hero-leaf-left var(--motion-hero) var(--ease-organic) var(--motion-hero-delay) both;
}

.motion-ready body.hero-sequence-playing:not(.hero-sequence-finished) .hero-motion-leaf-right {
  animation: hero-leaf-right var(--motion-hero) var(--ease-organic) calc(var(--motion-hero-delay) + var(--motion-hero-stagger)) both;
}

.motion-ready body.hero-sequence-playing:not(.hero-sequence-finished) .hero-motion-spine {
  will-change: transform, opacity, clip-path;
}

.motion-ready body.hero-sequence-playing:not(.hero-sequence-finished) .hero-motion-spine-up {
  animation: hero-spine-rise var(--motion-hero-spine) var(--ease-standard) var(--motion-hero-spine-delay) both;
}

.motion-ready body.hero-sequence-playing:not(.hero-sequence-finished) .hero-motion-spine-down {
  animation: hero-spine-root var(--motion-hero-root) var(--ease-standard) var(--motion-hero-root-delay) both;
}

.motion-ready body.hero-sequence-finished .hero-motion-layer {
  animation: none !important;
  will-change: auto;
}

.motion-ready body.hero-sequence-finished:not(.hero-sequence-settled) .hero-motion-layer {
  opacity: 0;
}

.motion-ready body.hero-sequence-settled .hero-logo-poster {
  opacity: 0;
}

.motion-ready body.hero-sequence-settled .hero-motion-layer {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
}

.motion-ready body.hero-sequence-settled .hero-motion-spine-up {
  clip-path: inset(0 0 33% 0);
}

.motion-ready body.hero-sequence-settled .hero-motion-spine-down {
  clip-path: inset(67% 0 0 0);
}

@keyframes hero-leaf-left {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(1.05deg) scale(.972);
  }

  26% {
    opacity: 1;
  }

  82% {
    transform: translate3d(0, 0, 0) rotate(-.04deg) scale(1.001);
    animation-timing-function: var(--ease-out);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
}

@keyframes hero-leaf-right {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(-.95deg) scale(.973);
  }

  26% {
    opacity: 1;
  }

  82% {
    transform: translate3d(0, 0, 0) rotate(.04deg) scale(1.001);
    animation-timing-function: var(--ease-out);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
}

@keyframes hero-spine-rise {
  0% {
    opacity: 0;
    clip-path: inset(67% 0 33% 0);
    transform: translate3d(0, 0, 0) scale(.998);
  }

  88% {
    opacity: 1;
    clip-path: inset(0 0 33% 0);
    transform: translate3d(0, 0, 0) scale(1.001);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 33% 0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-spine-root {
  0% {
    opacity: 0;
    clip-path: inset(67% 0 33% 0);
    transform: translate3d(0, 0, 0) scale(.998);
  }

  88% {
    opacity: 1;
    clip-path: inset(67% 0 0 0);
    transform: translate3d(0, 0, 0) scale(1.001);
  }

  100% {
    opacity: 1;
    clip-path: inset(67% 0 0 0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid rgba(47, 71, 52, .55);
  color: var(--forest);
  font-size: 13px;
  font-weight: 500;
  transition: border-color var(--motion-fast) ease, color var(--motion-fast) ease;
}

.text-link span {
  margin-left: 10px;
  color: var(--moss);
  font-weight: 400;
}

.text-link:hover {
  border-color: var(--warmth);
  color: var(--warmth);
}

.text-link-dark {
  color: var(--ink);
}

.scroll-cue {
  position: absolute;
  bottom: 30px;
  right: var(--page-gutter);
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--moss);
  font-size: 11px;
  text-transform: uppercase;
}

.scroll-cue-line {
  display: block;
  width: 54px;
  height: 1px;
  overflow: hidden;
  background: var(--line);
}

.scroll-cue-line::after {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--forest);
  content: "";
  transform: translateX(-100%);
  animation: cueLine 1.6s var(--ease-out) .55s 1 both;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.trust-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-width: 0;
  min-height: 126px;
  padding: 31px var(--page-gutter);
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item span {
  margin-right: 20px;
  color: var(--warmth);
  font-family: var(--font-display);
  font-size: 13px;
}

.trust-item strong {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.section {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 136px var(--page-gutter);
}

.section-index {
  margin: 0 0 24px;
  color: var(--warmth);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-index-light {
  color: #d1b6a5;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  align-items: end;
  padding-bottom: 76px;
  border-bottom: 1px solid var(--line);
}

.section-heading .section-index {
  margin: 0 0 10px;
}

.section-heading h2 {
  max-width: 920px;
  font-size: 65px;
  line-height: 1.08;
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 86px;
  padding-top: 86px;
}

.approach-copy {
  max-width: 530px;
  padding-top: 28px;
}

.lead {
  margin-top: 0;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.35;
}

.approach-copy > p:not(.lead),
.about-copy > p:not(.lead) {
  color: #445047;
}

.approach-copy .text-link,
.about-copy .text-link {
  margin-top: 20px;
}

.treatment-figure {
  margin: 0;
}

.image-window {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ginkgo);
}

.image-window::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(248, 246, 238, .7);
  content: "";
  pointer-events: none;
}

.image-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 720ms var(--ease-out);
}

.treatment-figure figcaption {
  display: flex;
  justify-content: flex-end;
  margin-top: 13px;
  color: var(--moss);
  font-size: 11px;
}

.services {
  padding-top: 46px;
}

.services-intro {
  display: grid;
  grid-template-columns: .7fr 1.35fr .7fr;
  gap: 70px;
  align-items: end;
  padding: 96px 0 70px;
  border-top: 1px solid var(--line);
}

.services-intro .section-index {
  align-self: start;
  margin-top: 10px;
}

.services-intro h2 {
  font-size: 60px;
  line-height: 1.08;
}

.services-intro > p:last-child {
  margin: 0 0 8px;
  color: #4c574f;
  font-size: 15px;
}

.service-list {
  border-top: 1px solid var(--ink);
}

.service-row {
  border-bottom: 1px solid var(--line);
}

.service-row summary {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  min-height: 126px;
  cursor: pointer;
  list-style: none;
}

.service-row summary::-webkit-details-marker {
  display: none;
}

.service-number {
  color: var(--warmth);
  font-family: var(--font-display);
  font-size: 16px;
}

.service-title {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1.2;
}

.service-action {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--moss);
  font-size: 11px;
  text-transform: uppercase;
}

.service-action::before {
  width: 30px;
  height: 1px;
  margin-right: 12px;
  background: currentColor;
  content: "";
  transition: transform var(--motion-control) var(--ease-out);
}

.service-row.is-expanded .service-action::before,
.service-row[open]:not([data-motion-details]) .service-action::before {
  transform: rotate(90deg);
}

.service-content {
  display: grid;
  grid-template-columns: 110px minmax(0, 620px) 1fr;
  padding: 0 0 44px;
}

.service-content p {
  grid-column: 2;
  margin: 0;
  color: #4c574f;
}

.process {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background: var(--mineral);
}

.process-mark {
  position: absolute;
  right: -120px;
  bottom: -100px;
  width: 560px;
  opacity: .075;
  transform: rotate(-7deg);
}

.process-inner {
  position: relative;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 120px;
}

.process-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.process-heading h2 {
  font-size: 63px;
  line-height: 1.07;
}

.process-heading > p:last-child {
  max-width: 470px;
  margin-top: 32px;
  color: rgba(248, 246, 238, .72);
}

.process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process-steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 46px 0 56px;
  border-top: 1px solid rgba(248, 246, 238, .22);
}

.process-steps li:last-child {
  border-bottom: 1px solid rgba(248, 246, 238, .22);
}

.process-steps li > span {
  color: #d1b6a5;
  font-family: var(--font-display);
  font-size: 16px;
}

.process-steps h3 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
}

.process-steps p {
  max-width: 580px;
  margin: 0;
  color: rgba(248, 246, 238, .74);
}

.about {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.about-signature {
  position: absolute;
  top: 82px;
  left: 51%;
  display: flex;
  color: rgba(168, 176, 141, .18);
  font-family: var(--font-display);
  font-size: 270px;
  line-height: 1;
  transform: translateX(-50%);
  pointer-events: none;
}

.about-signature span:last-child {
  margin-left: -52px;
  color: rgba(146, 97, 67, .12);
  font-style: italic;
}

.about-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 150px;
  align-items: end;
  min-height: 490px;
}

.about-title h2 {
  max-width: 720px;
  font-size: 64px;
  line-height: 1.08;
}

.about-copy {
  max-width: 520px;
  padding-bottom: 12px;
}

.indications {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 110px;
  border-top: 1px solid var(--line);
}

.indications-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.indications-heading h2 {
  font-size: 54px;
  line-height: 1.1;
}

.indications-heading > p:last-child {
  max-width: 440px;
  margin-top: 28px;
  color: #4c574f;
  font-size: 14px;
}

.indication-columns {
  border-top: 1px solid var(--ink);
}

.indication-columns > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}

.indication-columns span {
  color: var(--warmth);
  font-size: 11px;
  text-transform: uppercase;
}

.indication-columns h3,
.indication-columns p {
  grid-column: 2;
}

.indication-columns h3 {
  margin: -4px 0 15px;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
}

.indication-columns p {
  margin: 0;
  color: #4c574f;
}

.pricing-band {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 110px;
  align-items: end;
  padding: 92px max(var(--page-gutter), calc((100vw - 1208px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-deep);
}

.pricing-band h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 47px;
  font-weight: 400;
  line-height: 1.12;
}

.pricing-band > div:last-child {
  max-width: 480px;
}

.pricing-band > div:last-child p {
  margin-top: 0;
}

.faq {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 115px;
}

.faq-heading h2 {
  font-size: 54px;
  line-height: 1.1;
}

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

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

.faq-list summary {
  position: relative;
  padding: 31px 52px 31px 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.3;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 32px;
  right: 7px;
  color: var(--moss);
  content: "+";
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 400;
  transform: rotate(0);
  transition: transform var(--motion-control) var(--ease-out);
}

.faq-list details.is-expanded summary::after,
.faq-list details[open]:not([data-motion-details]) summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 670px;
  margin: -2px 0 33px;
  color: #4c574f;
}

.contact {
  color: var(--paper);
  background: var(--ink);
}

.contact-inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 140px;
}

.contact-copy h2 {
  max-width: 600px;
  font-size: 61px;
  line-height: 1.07;
}

.contact-copy > p:not(.section-index) {
  max-width: 520px;
  margin-top: 30px;
  color: rgba(248, 246, 238, .72);
}

.contact-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 66px;
}

.contact-details a {
  padding: 20px 0;
  border-top: 1px solid rgba(248, 246, 238, .25);
}

.contact-details span {
  display: block;
  margin-bottom: 9px;
  color: #d1b6a5;
  font-size: 11px;
  text-transform: uppercase;
}

.contact-details strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
}

.contact-form {
  display: grid;
  gap: 25px;
  align-content: start;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.field-group {
  display: grid;
  gap: 7px;
}

.field-group label {
  color: rgba(248, 246, 238, .68);
  font-size: 11px;
  text-transform: uppercase;
}

.field-group input,
.field-group textarea {
  width: 100%;
  min-height: 52px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(248, 246, 238, .38);
  border-radius: 0;
  color: var(--paper);
  background: transparent;
  outline: 0;
  transition: border-color var(--motion-fast) ease;
}

.field-group textarea {
  min-height: 120px;
  resize: vertical;
}

.field-group input:focus,
.field-group textarea:focus {
  border-bottom-color: var(--paper);
}

.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(248, 246, 238, .68);
  font-size: 12px;
  cursor: pointer;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--ginkgo);
}

.contact-form .button {
  width: fit-content;
  margin-top: 4px;
}

.form-note {
  margin: -4px 0 0;
  color: rgba(248, 246, 238, .55);
  font-size: 11px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px var(--page-gutter);
  border-top: 1px solid rgba(248, 246, 238, .1);
  color: var(--paper);
  background: var(--ink);
}

.footer-brand img {
  width: 47px;
  height: 47px;
  filter: brightness(1.12);
}

.footer-brand .brand-copy strong {
  font-size: 17px;
}

.footer-brand .brand-copy span {
  color: rgba(248, 246, 238, .55);
}

.footer-meta {
  display: flex;
  gap: 28px;
  color: rgba(248, 246, 238, .55);
  font-size: 11px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-legal a {
  padding: 1px 0 2px;
  border-bottom: 1px solid rgba(248, 246, 238, .24);
  color: rgba(248, 246, 238, .74);
  transition: color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard);
}

.footer-legal a[aria-current="page"],
.footer-legal a:hover,
.footer-legal a:focus-visible {
  border-bottom-color: currentColor;
  color: var(--paper);
}

.mobile-actions {
  display: none;
}

.demo-dialog {
  width: min(540px, calc(100% - 32px));
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(31, 42, 33, .25);
  opacity: 0;
  transform: translate3d(0, 6px, 0) scale(.98);
  transition: opacity 150ms var(--ease-exit), transform var(--motion-fast) var(--ease-exit);
}

.demo-dialog[open].is-open {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity var(--motion-fast) var(--ease-out), transform var(--motion-control) var(--ease-out);
}

.demo-dialog::backdrop {
  background: rgba(31, 42, 33, 0);
  backdrop-filter: blur(3px);
  transition: background-color 150ms var(--ease-exit);
}

.demo-dialog.is-open::backdrop {
  background: rgba(31, 42, 33, .72);
  transition-duration: var(--motion-fast);
  transition-timing-function: ease;
}

.demo-dialog h2 {
  font-size: 39px;
  line-height: 1.12;
}

.demo-dialog p:not(.section-index) {
  color: #4c574f;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 44px;
  padding: 8px 10px;
  border: 0;
  color: var(--moss);
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

details[data-motion-details] {
  overflow: clip;
}

.details-motion-content {
  opacity: 0;
  transform: translate3d(0, -4px, 0);
  transition: opacity var(--motion-fast) ease, transform var(--motion-control) var(--ease-out);
}

details.is-expanded > .details-motion-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.motion-active [data-reveal] {
  transition: opacity var(--motion-reveal) var(--ease-out), transform var(--motion-reveal) var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-active [data-reveal="media"] {
  transition-duration: var(--motion-reveal-media);
}

.motion-active [data-reveal].is-focus-revealed {
  transition: none;
  transition-delay: 0s;
}

.motion-ready [data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
}

.motion-ready [data-reveal="item"]:not(.is-visible) {
  transform: translate3d(0, 10px, 0);
}

.motion-ready [data-reveal="media"]:not(.is-visible) {
  transform: translate3d(0, 12px, 0) scale(.985);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes cueLine {
  0% { transform: translateX(-100%); }
  45%, 55% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

@media (hover: hover) and (pointer: fine) {
  .site-intro-skip:hover {
    border-bottom-color: var(--forest);
    color: var(--forest);
  }

  .button:not(.button-light):hover:not(:active) {
    color: var(--forest);
    background: transparent;
    transform: translateY(-2px);
  }

  .button.button-light:hover:not(:active) {
    color: var(--paper);
    background: transparent;
    border-color: var(--paper);
    transform: translateY(-2px);
  }

  .treatment-figure:hover img {
    transform: scale(1.02);
  }
}

.button:active {
  transform: scale(.985);
}

@media (max-height: 780px) and (min-width: 821px) {
  :root {
    --header-height: 74px;
  }

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

  .brand img {
    width: 50px;
    height: 50px;
  }

  .hero {
    min-height: calc(100svh - 116px);
  }

  .hero-inner {
    padding-top: 24px;
    padding-bottom: 42px;
  }

  .hero h1 {
    font-size: 62px;
  }

  .hero-intro {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

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

  .scroll-cue {
    bottom: 18px;
  }
}

@media (max-width: 1180px) {
  :root {
    --page-gutter: 34px;
  }

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

  .desktop-nav,
  .header-phone {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero h1 {
    font-size: 61px;
  }

  .section-heading h2,
  .about-title h2 {
    font-size: 55px;
  }

  .process-inner,
  .contact-inner {
    gap: 72px;
  }

  .mobile-menu,
  .menu-backdrop {
    display: block;
  }

  .menu-backdrop {
    position: fixed;
    z-index: 140;
    inset: 0;
    background: rgba(31, 42, 33, .54);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 150ms var(--ease-exit), visibility 0s linear 150ms;
  }

  .menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
    transition-duration: var(--motion-fast), 0s;
    transition-timing-function: ease, linear;
  }

  .mobile-menu {
    position: fixed;
    z-index: 150;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: min(460px, 92vw);
    padding: 24px 34px 40px;
    color: var(--paper);
    background: var(--ink);
    visibility: hidden;
    transform: translate3d(calc(100% + 12px), 0, 0);
    transition: transform var(--motion-control) var(--ease-exit), visibility 0s linear var(--motion-control);
  }

  .mobile-menu.is-open {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
    transition-duration: var(--motion-panel), 0s;
    transition-timing-function: var(--ease-out), linear;
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(248, 246, 238, .2);
    color: rgba(248, 246, 238, .6);
    font-size: 11px;
    text-transform: uppercase;
  }

  .mobile-menu-head button {
    min-height: 44px;
    padding: 8px 0 8px 16px;
    border: 0;
    color: var(--paper);
    background: transparent;
    cursor: pointer;
  }

  .mobile-menu > a {
    padding: 13px 0;
    font-family: var(--font-display);
    font-size: 34px;
    line-height: 1.1;
    opacity: 0;
    transform: translate3d(8px, 0, 0);
    transition: opacity 140ms var(--ease-exit), transform var(--motion-fast) var(--ease-exit);
  }

  .mobile-menu > a:nth-of-type(1) { --menu-order: 0; }
  .mobile-menu > a:nth-of-type(2) { --menu-order: 1; }
  .mobile-menu > a:nth-of-type(3) { --menu-order: 2; }
  .mobile-menu > a:nth-of-type(4) { --menu-order: 3; }
  .mobile-menu > a:nth-of-type(5) { --menu-order: 4; }
  .mobile-menu > a:nth-of-type(6) { --menu-order: 5; }
  .mobile-menu > a:nth-of-type(7) { --menu-order: 6; }

  .mobile-menu.is-open > a {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: calc(70ms + var(--menu-order, 0) * 26ms);
    transition-duration: var(--motion-fast), var(--motion-control);
    transition-timing-function: ease, var(--ease-out);
  }

  .mobile-menu-contact {
    display: grid;
    gap: 7px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(248, 246, 238, .2);
    color: rgba(248, 246, 238, .68);
    font-size: 13px;
    opacity: 0;
    transform: translate3d(0, 6px, 0);
    transition: opacity var(--motion-fast) ease, transform var(--motion-control) var(--ease-out);
  }

  .mobile-menu.is-open .mobile-menu-contact {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 220ms;
  }

  .mobile-menu-contact a {
    color: var(--paper);
  }
}

@media (min-width: 821px) and (max-width: 960px) {
  .hero-logo-stage {
    right: -200px;
    width: 620px;
  }

  .hero-copy {
    width: min(500px, 58vw);
  }

  .hero h1 {
    font-size: 56px;
  }

  .trust-item {
    min-width: 0;
    padding-right: 22px;
    padding-left: 22px;
  }

  .trust-item span {
    margin-right: 12px;
  }

  .trust-item strong {
    font-size: 18px;
  }
}

@media (max-width: 820px) {
  :root {
    --page-gutter: 22px;
    --header-height: 72px;
    --motion-hero: 820ms;
    --motion-hero-delay: 70ms;
    --motion-hero-stagger: 50ms;
    --motion-hero-spine: 680ms;
    --motion-hero-spine-delay: 0ms;
    --motion-hero-root: 500ms;
    --motion-hero-root-delay: 40ms;
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
    font-size: 16px;
  }

  .site-header,
  .site-header.is-scrolled {
    min-height: var(--header-height);
    padding: 7px var(--page-gutter);
  }

  .brand img {
    width: 47px;
    height: 47px;
    margin-right: 9px;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .brand-copy span {
    display: none;
  }

  .header-actions {
    gap: 2px;
  }

  .header-actions .button {
    display: none;
  }

  .hero {
    min-height: clamp(500px, calc(100svh - 180px), 560px);
    max-height: none;
  }

  .hero-inner {
    align-items: flex-start;
    padding: 44px var(--page-gutter) 44px;
  }

  .hero-art {
    inset: 0;
  }

  .hero-logo-stage {
    right: -92px;
    bottom: -170px;
    width: clamp(480px, 135vw, 560px);
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: 560px;
    font-size: 39px;
    line-height: 1.04;
  }

  .hero-title-desktop,
  .hero-intro-desktop {
    display: none;
  }

  .hero-title-mobile,
  .hero-intro-mobile {
    display: inline;
  }

  .hero-intro {
    max-width: 335px;
    margin-top: 18px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.48;
  }

  .site-intro-card {
    width: min(100vw, calc((100svh - 184px) * 1.7778));
  }

  .site-intro-identity {
    margin-top: 12px;
  }

  .site-intro-profession {
    font-size: 9px;
  }

  .site-intro-discipline {
    margin-top: 6px !important;
    font-size: 29px;
  }

  .site-intro-name {
    margin-top: 7px !important;
    font-size: 11px;
  }

  .site-intro-skip {
    right: max(18px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
  }

  .hero-actions {
    align-items: flex-start;
    margin-top: 23px;
  }

  .hero-actions .button {
    min-height: 48px;
  }

  .hero-secondary-action {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

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

  .trust-item {
    min-height: 104px;
    padding: 24px var(--page-gutter);
    border-bottom: 1px solid var(--line);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(3),
  .trust-item:nth-child(4) {
    border-bottom: 0;
  }

  .trust-item strong {
    font-size: 18px;
  }

  .section {
    padding: 88px var(--page-gutter);
  }

  .section-heading,
  .services-intro,
  .approach-grid,
  .process-inner,
  .about-grid,
  .indications,
  .pricing-band,
  .faq,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 16px;
    padding-bottom: 44px;
  }

  .section-heading h2,
  .services-intro h2,
  .process-heading h2,
  .about-title h2,
  .indications-heading h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: 43px;
    line-height: 1.08;
  }

  .approach-grid {
    gap: 52px;
    padding-top: 48px;
  }

  .approach-copy {
    max-width: none;
    padding-top: 0;
  }

  .lead {
    font-size: 27px;
  }

  .treatment-figure figcaption {
    justify-content: flex-start;
  }

  .services {
    padding-top: 16px;
  }

  .services-intro {
    gap: 18px;
    padding: 64px 0 42px;
  }

  .services-intro .section-index {
    margin-top: 0;
  }

  .services-intro > p:last-child {
    margin-top: 8px;
  }

  .service-row summary {
    grid-template-columns: 46px 1fr;
    min-height: 104px;
    padding: 21px 0;
  }

  .service-title {
    font-size: 28px;
  }

  .service-action {
    grid-column: 2;
    min-height: 32px;
    margin-top: 7px;
  }

  .service-content {
    grid-template-columns: 46px 1fr;
    padding-bottom: 32px;
  }

  .process-inner {
    gap: 62px;
  }

  .process-heading,
  .indications-heading {
    position: static;
  }

  .process-mark {
    right: -150px;
    width: 410px;
  }

  .process-steps li {
    grid-template-columns: 48px 1fr;
    gap: 10px;
    padding: 35px 0 42px;
  }

  .process-steps h3 {
    font-size: 29px;
  }

  .about {
    min-height: 0;
  }

  .about-grid {
    gap: 48px;
    min-height: 0;
  }

  .about-signature {
    top: 150px;
    left: 60%;
    font-size: 175px;
  }

  .about-copy {
    max-width: none;
    padding-top: 120px;
  }

  .indications {
    gap: 54px;
  }

  .indication-columns > div {
    grid-template-columns: 1fr;
    padding: 32px 0;
  }

  .indication-columns h3,
  .indication-columns p {
    grid-column: 1;
  }

  .indication-columns h3 {
    margin: 12px 0;
    font-size: 28px;
  }

  .pricing-band {
    gap: 32px;
    padding: 66px var(--page-gutter);
  }

  .pricing-band h2 {
    font-size: 38px;
  }

  .faq {
    gap: 50px;
  }

  .faq-list summary {
    padding: 26px 46px 26px 0;
    font-size: 22px;
  }

  .faq-list summary::after {
    top: 26px;
  }

  .contact-inner {
    gap: 64px;
  }

  .contact-details {
    margin-top: 44px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    padding: 27px var(--page-gutter) 34px;
  }

  .footer-meta {
    display: grid;
    gap: 5px;
    text-align: right;
  }

  .footer-meta span:last-child {
    display: none;
  }

  .mobile-actions {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    color: var(--paper);
    background: var(--ink);
    box-shadow: 0 -8px 24px rgba(31, 42, 33, .13);
  }

  .mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    font-size: 13px;
    font-weight: 500;
    transition: transform var(--motion-press) var(--ease-out);
  }

  .mobile-actions a:active {
    transform: scale(.99);
  }

  .mobile-actions a:last-child {
    color: var(--ink);
    background: var(--ginkgo);
  }
}

@media (max-width: 480px) {
  .hero-inner {
    padding-top: 38px;
  }

  .hero h1 {
    font-size: 37px;
  }

  .hero-intro {
    max-width: 315px;
    font-size: 15px;
  }

  .hero-actions {
    display: block;
  }

  .hero-actions .button {
    width: min(100%, 210px);
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:nth-child(2),
  .trust-item:nth-child(3) {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .section-heading h2,
  .services-intro h2,
  .process-heading h2,
  .about-title h2,
  .indications-heading h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: 38px;
  }

  .service-title {
    font-size: 25px;
  }

  .about-copy {
    padding-top: 90px;
  }

  .contact-details {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    display: grid;
  }

  .footer-meta {
    text-align: left;
  }

  .demo-dialog {
    padding: 42px 24px 28px;
  }

  .demo-dialog h2 {
    font-size: 32px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  [data-reveal],
  .motion-ready [data-reveal],
  .motion-ready [data-reveal]:not(.is-visible) {
    opacity: 1;
    transform: none;
  }

  .hero-logo-stage {
    transform: none !important;
  }

  .hero-logo-poster {
    display: block !important;
    opacity: 1 !important;
  }

  .hero-motion-layer {
    display: none !important;
  }

  .site-intro {
    display: none !important;
  }

  .details-motion-content,
  details.is-expanded > .details-motion-content,
  .demo-dialog,
  .demo-dialog[open].is-open {
    opacity: 1;
    transform: none;
  }

  .button:hover,
  .button:active,
  .mobile-actions a:active,
  .treatment-figure:hover img {
    transform: none !important;
  }

  .scroll-cue-line::after {
    animation: none !important;
    transform: none;
  }

  .mobile-menu,
  .menu-backdrop,
  .mobile-menu > a,
  .mobile-menu-contact {
    transition: none !important;
    transition-delay: 0s !important;
  }

  .mobile-menu > a,
  .mobile-menu-contact {
    opacity: 1;
    transform: none;
  }
}

/* Multipage extension */

.hero-secondary-action {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
}

.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.mobile-menu > a[aria-current="page"] {
  color: var(--ginkgo);
}

.text-link-light {
  color: var(--paper);
  border-color: rgba(254, 250, 245, .45);
}

.text-link-light:hover,
.text-link-light:focus-visible {
  color: var(--ginkgo);
  border-color: var(--ginkgo);
}

.route-section {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr);
  gap: 112px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.route-intro {
  position: sticky;
  top: 120px;
}

.route-intro h2,
.chapter-heading h2,
.values-heading h2,
.cost-heading h2,
.practice-copy h2,
.page-cta h2 {
  max-width: 740px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 400;
  line-height: 1.08;
}

.route-intro > p:last-child,
.cost-heading > p:last-child,
.page-cta > div:last-child > p {
  max-width: 480px;
  margin-top: 28px;
  color: #4c574f;
}

.route-list {
  border-top: 1px solid var(--ink);
}

.route-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 142px;
  padding: 24px 4px 24px 0;
  border-bottom: 1px solid var(--line);
  transition: color var(--motion-fast) ease, padding var(--motion-control) var(--ease-out);
}

.route-number {
  color: var(--warmth);
  font-family: var(--font-display);
  font-size: 15px;
}

.route-copy {
  display: grid;
  gap: 7px;
}

.route-copy strong {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.18;
}

.route-copy small {
  color: var(--moss);
  font-size: 13px;
}

.route-arrow {
  color: var(--moss);
  font-size: 22px;
  transition: transform var(--motion-control) var(--ease-out);
}

.home-process .process-heading .text-link {
  margin-top: 24px;
}

.home-contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 110px;
  padding: 104px max(var(--page-gutter), calc((100vw - 1208px) / 2));
  color: var(--paper);
  background: var(--forest);
}

.home-contact-band h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 400;
  line-height: 1.08;
}

.home-contact-actions {
  display: grid;
  align-content: start;
}

.contact-line {
  display: grid;
  gap: 8px;
  padding: 19px 0;
  border-top: 1px solid rgba(254, 250, 245, .26);
}

.contact-line span {
  color: #d1b6a5;
  font-size: 11px;
  text-transform: uppercase;
}

.contact-line strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
}

.home-contact-actions .button {
  width: fit-content;
  margin-top: 28px;
}

.site-footer-multipage {
  display: grid;
  grid-template-columns: minmax(240px, .85fr) minmax(360px, 1fr) auto;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: rgba(254, 250, 245, .68);
  font-size: 12px;
}

.footer-links a[aria-current="page"],
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--paper);
}

.site-footer-multipage .footer-meta {
  display: grid;
  gap: 3px;
  text-align: right;
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
  width: min(1440px, 100%);
  min-height: 650px;
  margin: 0 auto;
  padding: 70px var(--page-gutter) 62px;
}

.page-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.page-hero-copy h1,
.profile-hero h1,
.contact-page-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(62px, 5vw, 79px);
  font-weight: 400;
  letter-spacing: -.012em;
  line-height: 1.04;
}

.page-hero-copy h1 em,
.profile-hero h1 em {
  font-weight: 400;
}

.page-hero-copy > p {
  max-width: 590px;
  margin: 34px 0 0;
  color: #465249;
  font-size: 17px;
  line-height: 1.65;
}

.page-hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 34px;
}

.page-hero-art {
  position: relative;
  align-self: stretch;
  min-height: 520px;
}

.page-hero-art > img {
  position: absolute;
  top: 50%;
  right: -70px;
  width: min(760px, 58vw);
  height: auto;
  transform: translateY(-50%);
}

.page-hero-osteopathie .page-hero-art > img {
  right: -170px;
  width: min(880px, 64vw);
  opacity: .88;
}

.page-hero-appointment .page-hero-art > img {
  right: 20px;
  width: min(650px, 49vw);
}

.chapter-opening {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 120px;
  width: 100%;
  max-width: none;
  padding-right: max(var(--page-gutter), calc((100vw - 1208px) / 2));
  padding-left: max(var(--page-gutter), calc((100vw - 1208px) / 2));
  background: var(--paper-deep);
}

.chapter-opening .section-index,
.preparation-band .section-index {
  color: #7b4f35;
}

.chapter-copy {
  max-width: 650px;
}

.chapter-copy p:not(.lead) {
  color: #465249;
}

.method-section {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 112px;
}

.method-list,
.values-list,
.cost-list {
  border-top: 1px solid var(--ink);
}

.method-row {
  display: grid;
  grid-template-columns: 64px minmax(220px, .85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
  padding: 39px 0;
  border-bottom: 1px solid var(--line);
}

.method-row > span,
.values-list > div > span,
.cost-list > div > span {
  color: var(--warmth);
  font-family: var(--font-display);
  font-size: 15px;
}

.method-row h3,
.values-list h3,
.cost-list h3 {
  margin: -5px 0 0;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
}

.method-row p,
.values-list p,
.cost-list p {
  margin: 0;
  color: #4c574f;
}

.editorial-figure {
  margin: 0;
}

.editorial-figure-wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 32px;
  align-items: end;
  padding-top: 10px;
  padding-bottom: 102px;
}

.editorial-image {
  position: relative;
  overflow: hidden;
  background: var(--ginkgo);
}

.editorial-figure-wide .editorial-image {
  aspect-ratio: 2.05 / 1;
}

.editorial-image::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(254, 250, 245, .62);
  content: "";
  pointer-events: none;
}

.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-figure-wide .editorial-image img {
  object-position: center 47%;
}

.editorial-figure figcaption {
  padding-bottom: 2px;
  color: #4c574f;
  font-size: 13px;
  line-height: 1.55;
}

.editorial-figure figcaption span {
  display: block;
  margin-bottom: 9px;
  color: var(--warmth);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.evidence-band,
.qualification-band,
.safety-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 110px;
  align-items: center;
  padding: 102px max(var(--page-gutter), calc((100vw - 1208px) / 2));
  color: var(--paper);
  background: var(--mineral);
}

.evidence-band h2,
.qualification-band h2,
.safety-band h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 53px;
  font-weight: 400;
  line-height: 1.09;
}

.evidence-band > div:last-child,
.qualification-band > div:last-child,
.safety-band > div:last-child {
  max-width: 560px;
  color: rgba(254, 250, 245, .75);
}

.page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 110px;
  align-items: end;
}

.page-cta .button {
  margin-top: 20px;
}

.process-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 52px max(var(--page-gutter), calc((100vw - 1208px) / 2)) 58px;
  color: var(--paper);
  background: var(--forest);
}

.process-snapshot > div {
  position: relative;
  min-height: 220px;
  padding: 0 44px 0 0;
  border-top: 1px solid rgba(254, 250, 245, .35);
}

.process-snapshot > div + div {
  padding-left: 44px;
}

.process-snapshot > div > span {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  margin-top: -22px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--sage);
  font-family: var(--font-display);
}

.process-snapshot h2 {
  margin: 42px 0 13px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
}

.process-snapshot p {
  max-width: 350px;
  margin: 0;
  color: rgba(254, 250, 245, .72);
  font-size: 15px;
}

.cost-section {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 112px;
}

.cost-heading {
  align-self: start;
}

.cost-list > div {
  display: grid;
  grid-template-columns: 58px 160px minmax(0, 1fr);
  gap: 24px;
  padding: 37px 0;
  border-bottom: 1px solid var(--line);
}

.content-status {
  grid-column: 2;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  margin-top: 32px;
  padding: 24px 0;
  border-top: 1px dashed var(--warmth);
  border-bottom: 1px dashed var(--warmth);
  color: #5e5042;
  font-size: 13px;
}

.content-status strong {
  color: var(--warmth);
  font-size: 11px;
  text-transform: uppercase;
}

.preparation-band {
  background: var(--paper-deep);
}

.preparation-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 112px;
}

.preparation-inner h2 {
  max-width: 650px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 55px;
  font-weight: 400;
  line-height: 1.08;
}

.preparation-lead {
  min-width: 0;
}

.editorial-figure-compact {
  margin-top: 42px;
}

.editorial-figure-compact .editorial-image {
  aspect-ratio: 4 / 3;
}

.editorial-figure-compact figcaption {
  padding-top: 13px;
}

.preparation-list {
  border-top: 1px solid var(--ink);
}

.preparation-list > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.preparation-list span {
  color: #7b4f35;
  font-size: 11px;
  text-transform: uppercase;
}

.preparation-list p {
  margin: 0;
}

.safety-band {
  background: var(--ink);
}

.safety-band strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 400;
}

.profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 790px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.profile-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 82px 72px 70px max(var(--page-gutter), calc((100vw - 1440px) / 2));
  overflow: hidden;
}

.profile-hero-copy h1 {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.profile-hero-copy > p {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 30px 0 0;
  color: #465249;
}

.profile-hero-copy > .text-link {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-top: 28px;
}

.profile-initials {
  position: absolute;
  left: max(28px, calc((100vw - 1440px) / 2));
  bottom: -60px;
  color: rgba(168, 176, 141, .17);
  font-family: var(--font-display);
  font-size: 280px;
  line-height: 1;
}

.profile-hero-media {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background: var(--paper-deep);
}

.profile-hero-media > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile-hero-mark {
  position: absolute;
  left: -190px;
  bottom: -180px;
  width: 520px;
  opacity: .24;
}

.values-section {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: 112px;
}

.values-list > div {
  display: grid;
  grid-template-columns: 58px minmax(160px, .7fr) minmax(0, 1fr);
  gap: 24px;
  padding: 37px 0;
  border-bottom: 1px solid var(--line);
}

.qualification-band {
  align-items: start;
  background: var(--forest);
}

.qualification-band > .qualification-content {
  width: 100%;
  max-width: 650px;
}

.qualification-intro {
  max-width: 610px;
  margin: 0;
  color: rgba(254, 250, 245, .8);
}

.qualification-documents {
  margin-top: 33px;
  border-top: 1px solid rgba(254, 250, 245, .32);
}

.qualification-document {
  border-bottom: 1px solid rgba(254, 250, 245, .24);
}

.qualification-document summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 116px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
}

.qualification-document summary::-webkit-details-marker {
  display: none;
}

.qualification-document-number {
  align-self: start;
  padding-top: 5px;
  color: #d1b6a5;
  font-family: var(--font-display);
  font-size: 15px;
}

.qualification-document-heading {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.qualification-document-heading strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.18;
}

.qualification-document-heading > span {
  color: rgba(254, 250, 245, .66);
  font-size: 12px;
  line-height: 1.45;
}

.qualification-document-action {
  align-self: start;
  padding-top: 8px;
  border-bottom: 1px solid rgba(254, 250, 245, .38);
  color: var(--paper);
  font-size: 11px;
  white-space: nowrap;
}

.qualification-document-action span:last-child,
.qualification-document[open] .qualification-document-action span:first-child {
  display: none;
}

.qualification-document[open] .qualification-document-action span:last-child {
  display: inline;
}

.qualification-document-body {
  display: grid;
  padding: 0 0 36px 56px;
}

.qualification-document-body > p {
  max-width: 570px;
  margin: 2px 0 0;
  color: rgba(254, 250, 245, .76);
  font-size: 15px;
}

.qualification-document-body figure {
  display: grid;
  justify-items: center;
  margin: 24px 0 0;
  padding: 12px;
  color: var(--ink);
  background: var(--paper);
}

.qualification-document-body figure img {
  width: auto;
  max-width: 100%;
  max-height: min(650px, 70vh);
  object-fit: contain;
}

.qualification-document-body figcaption {
  width: 100%;
  margin-top: 11px;
  color: #59625b;
  font-size: 11px;
  line-height: 1.5;
}

.qualification-document-body .text-link {
  justify-self: start;
  margin-top: 20px;
}

.qualification-privacy {
  margin: 20px 0 0;
  color: rgba(254, 250, 245, .58);
  font-size: 12px;
  line-height: 1.55;
}

.practice-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  column-gap: 112px;
  row-gap: 72px;
}

.practice-copy > p:not(.section-index) {
  max-width: 610px;
  margin-top: 28px;
  color: #465249;
}

.practice-copy .text-link {
  margin-top: 20px;
}

.practice-details {
  border-top: 1px solid var(--ink);
}

.practice-details > div:not(.content-status) {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 29px 0;
  border-bottom: 1px solid var(--line);
}

.practice-details > div > span:first-child {
  color: var(--warmth);
  font-size: 11px;
  text-transform: uppercase;
}

.practice-details strong,
.practice-details a {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}

.content-status-compact {
  grid-column: auto;
  grid-template-columns: 140px 1fr;
}

.practice-map {
  grid-column: 1 / -1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--paper-deep);
}

.practice-map-stage {
  position: relative;
  min-height: clamp(430px, 37vw, 510px);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.practice-map-consent {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: clamp(34px, 5vw, 64px);
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(12, 31, 27, .97) 0%, rgba(12, 31, 27, .87) 52%, rgba(12, 31, 27, .28) 100%),
    url('/assets/contact-ginkgo-background.webp') 68% center / cover no-repeat;
}

.practice-map-consent::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(254, 250, 245, .34);
  content: "";
  pointer-events: none;
}

.practice-map-consent-copy {
  position: relative;
  z-index: 1;
  max-width: 660px;
}

.practice-map-kicker {
  margin: 0 0 15px;
  color: #d1b6a5;
  font-size: 11px;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.practice-map-consent h3 {
  max-width: 610px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.08;
}

.practice-map-consent-copy > p:not(.practice-map-kicker, .practice-map-privacy) {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(254, 250, 245, .78);
}

.practice-map-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 25px;
}

.practice-map-load {
  display: none;
}

.js .practice-map-load {
  display: inline-flex;
}

.practice-map-privacy {
  max-width: 640px;
  margin: 17px 0 0;
  color: rgba(254, 250, 245, .72);
  font-size: 12px;
  line-height: 1.55;
}

.practice-map-privacy a {
  color: rgba(254, 250, 245, .9);
  text-decoration: underline;
  text-decoration-color: rgba(254, 250, 245, .38);
  text-underline-offset: 3px;
}

.practice-map-frame,
.practice-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.practice-map-frame iframe {
  border: 0;
}

.practice-map.is-loading .practice-map-load {
  cursor: wait;
  opacity: .72;
}

.practice-map-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 70px;
  padding: 14px 22px;
  border-top: 1px solid var(--line);
}

.practice-map-controls > div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.practice-map-state {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4c574f;
  font-size: 12px;
}

.practice-map-state::before {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sage);
  content: "";
}

.practice-map-controls button {
  padding: 3px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: #4c574f;
  background: transparent;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.practice-map-controls .text-link {
  margin: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper-deep);
}

.legal-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: min(1208px, 100%);
  min-height: 410px;
  margin: 0 auto;
  padding: 82px var(--page-gutter) 76px;
}

.legal-hero-inner > div {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.legal-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(64px, 7vw, 96px);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: .98;
}

.legal-hero p {
  max-width: 620px;
  margin: 30px 0 0;
  color: #465249;
  font-size: 17px;
}

.legal-hero-mark {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 350px;
  height: 350px;
  object-fit: contain;
  opacity: .11;
  transform: translateY(-50%);
  pointer-events: none;
}

.legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 112px;
  align-items: start;
  max-width: 1208px;
}

.legal-nav {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  display: grid;
  border-top: 1px solid var(--ink);
}

.legal-nav .section-index {
  margin: 22px 0 15px;
}

.legal-nav a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: #465249;
  font-size: 13px;
  transition: color var(--motion-fast) var(--ease-standard), padding-left var(--motion-control) var(--ease-out);
}

.legal-nav a span {
  color: var(--warmth);
  font-size: 10px;
  letter-spacing: .04em;
}

.legal-nav a:hover,
.legal-nav a:focus-visible {
  padding-left: 5px;
  color: var(--forest);
}

.legal-content {
  min-width: 0;
  max-width: 820px;
}

.legal-release-note {
  margin-bottom: 14px;
  padding: 24px 0;
  border-top: 1px dashed var(--warmth);
  border-bottom: 1px dashed var(--warmth);
  color: #5e5042;
}

.legal-release-note strong {
  color: var(--warmth);
  font-size: 11px;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.legal-release-note p {
  max-width: 720px;
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.legal-section {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 24px;
  padding: 52px 0 56px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: calc(var(--header-height) + 26px);
}

.legal-section-number {
  padding-top: 9px;
  color: var(--warmth);
  font-size: 11px;
  letter-spacing: .045em;
}

.legal-section h2 {
  margin: 0 0 27px;
  font-family: var(--font-display);
  font-size: 39px;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.08;
}

.legal-section p {
  max-width: 680px;
  margin: 0;
  color: #465249;
}

.legal-address {
  display: grid;
  gap: 2px;
  color: #465249;
  font-style: normal;
}

.legal-address strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
}

.legal-address-compact strong {
  font-size: 21px;
}

.legal-authority-link {
  margin-top: 20px;
}

.legal-details {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  margin: 0;
  border-top: 1px solid var(--line);
}

.legal-details dt,
.legal-details dd {
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.legal-details dt {
  padding-right: 26px;
  color: var(--warmth);
  font-size: 10px;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.legal-details dd {
  min-width: 0;
  margin: 0;
  color: #465249;
}

.legal-details-contact dd,
.legal-details-contact dd a:not(.text-link) {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.35;
}

.legal-details-contact dd .text-link {
  font-family: var(--font-sans);
  font-size: 13px;
}

.legal-pending {
  color: #6f5a4b;
  font-family: var(--font-sans);
  font-size: 13px;
}

.legal-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.legal-source-links .text-link {
  margin: 0;
}

.contact-page-main {
  color: var(--paper);
  background-color: var(--ink);
  background-image:
    linear-gradient(90deg, rgba(12, 31, 27, .2) 0%, rgba(12, 31, 27, .34) 56%, rgba(12, 31, 27, .58) 100%),
    url('/assets/contact-ginkgo-background.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-page-section {
  display: flex;
  align-items: center;
  min-height: calc(100svh - var(--header-height) - 112px);
  padding: 76px max(var(--page-gutter), calc((100vw - 1360px) / 2));
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 150px;
  align-items: center;
  width: 100%;
}

.contact-page-copy {
  max-width: 590px;
}

.contact-page-copy h1 {
  font-size: clamp(62px, 5.25vw, 82px);
  color: var(--paper);
}

.contact-page-copy > p {
  max-width: 520px;
  margin: 32px 0 0;
  color: rgba(254, 250, 245, .75);
  font-size: 18px;
}

.contact-page-details {
  display: grid;
  margin-top: 46px;
  border-bottom: 1px solid rgba(254, 250, 245, .34);
}

.contact-page-details a {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(254, 250, 245, .34);
}

.contact-page-details .contact-direct-call {
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  padding: 20px 0;
}

.contact-direct-call b {
  padding: 9px 13px;
  border: 1px solid rgba(254, 250, 245, .62);
  color: var(--paper);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .02em;
}

.contact-direct-call small {
  color: rgba(254, 250, 245, .68);
  font-size: 11px;
}

.contact-page-details span {
  color: #d1b6a5;
  font-size: 11px;
  text-transform: uppercase;
}

.contact-page-details strong {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
}

.contact-page-form {
  max-width: 580px;
  padding: 38px 40px 40px;
  border: 1px solid rgba(254, 250, 245, .2);
  border-radius: 2px;
  background: rgba(7, 29, 25, .76);
  box-shadow: 0 24px 70px rgba(3, 18, 15, .18);
  backdrop-filter: blur(14px);
}

.contact-form-title {
  margin: 0;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
}

.contact-form-kicker {
  margin: 0 0 -15px;
  color: #d1b6a5;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-required-note {
  margin: -17px 0 2px;
  color: rgba(254, 250, 245, .74);
  font-size: 12px;
}

.contact-page-form .field-group label {
  color: rgba(254, 250, 245, .82);
  font-size: 12px;
}

.contact-page-form .field-group label span {
  text-transform: none;
}

.contact-page-form .field-group input {
  border-bottom-color: rgba(254, 250, 245, .55);
}

.contact-page-form .field-group input::placeholder {
  color: rgba(254, 250, 245, .64);
}

.contact-page-form .consent {
  color: rgba(254, 250, 245, .78);
}

.contact-page-form .form-note {
  color: rgba(254, 250, 245, .7);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(254, 250, 245, .24);
  color: var(--paper);
  font-size: 13px;
  line-height: 1.5;
}

.form-status[data-state="pending"] {
  background: rgba(254, 250, 245, .08);
}

.form-status[data-state="success"] {
  border-color: rgba(196, 224, 197, .48);
  background: rgba(80, 126, 82, .28);
}

.form-status[data-state="error"] {
  border-color: rgba(242, 188, 170, .52);
  background: rgba(139, 63, 47, .3);
}

.contact-page-form .button-light {
  min-width: 170px;
}

.contact-page-form .button-light:disabled {
  cursor: wait;
  opacity: .7;
}

.contact-page-main :focus-visible,
.mobile-menu :focus-visible,
.process :focus-visible,
.evidence-band :focus-visible,
.qualification-band :focus-visible,
.safety-band :focus-visible,
.home-contact-band :focus-visible,
.site-footer :focus-visible,
.mobile-actions :focus-visible {
  outline-color: var(--paper);
}

.mobile-actions a:last-child:focus-visible {
  outline-color: var(--ink);
  outline-offset: -5px;
}

.contact-page-form .field-group input:focus-visible {
  border-bottom-color: var(--paper);
  box-shadow: 0 2px 0 var(--paper);
}

.contact-page-footer {
  display: grid;
  grid-template-columns: minmax(270px, .85fr) minmax(420px, 1fr) auto;
  gap: 42px;
  align-items: center;
  min-height: 112px;
  padding: 22px var(--page-gutter);
  border-top: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
}

.contact-page-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  font-size: 13px;
}

.contact-page-contact > span {
  width: 1px;
  height: 28px;
  background: var(--line);
}

.contact-footer-meta {
  display: grid;
  justify-items: end;
  gap: 4px;
  color: var(--moss);
  text-align: right;
}

.contact-footer-meta small {
  color: var(--moss);
}

.contact-page-footer .footer-legal a {
  border-bottom-color: rgba(31, 42, 33, .22);
  color: var(--moss);
}

.contact-page-footer .footer-legal a:hover,
.contact-page-footer .footer-legal a:focus-visible {
  color: var(--ink);
}

@media (hover: hover) and (pointer: fine) {
  .route-row:hover {
    padding-right: 0;
    padding-left: 8px;
    color: var(--forest);
  }

  .route-row:hover .route-arrow {
    transform: translate3d(3px, -3px, 0);
  }
}

@media (max-width: 1180px) {
  .site-footer-multipage,
  .contact-page-footer {
    grid-template-columns: minmax(240px, 1fr) auto;
  }

  .footer-links,
  .contact-page-contact {
    display: none;
  }

  .route-section,
  .method-section,
  .values-section,
  .cost-section,
  .practice-section,
  .legal-layout {
    gap: 70px;
  }

  .page-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr);
  }

  .page-hero-copy h1,
  .profile-hero h1 {
    font-size: 62px;
  }

  .contact-page-grid {
    gap: 80px;
  }
}

@media (max-width: 960px) {
  .route-section,
  .method-section,
  .chapter-opening,
  .evidence-band,
  .page-cta,
  .cost-section,
  .preparation-inner,
  .safety-band,
  .values-section,
  .qualification-band,
  .practice-section,
  .legal-layout,
  .home-contact-band,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .route-section,
  .method-section,
  .cost-section,
  .values-section,
  .practice-section {
    gap: 54px;
  }

  .route-intro {
    position: static;
  }

  .route-intro h2,
  .chapter-heading h2,
  .values-heading h2,
  .cost-heading h2,
  .practice-copy h2,
  .page-cta h2,
  .home-contact-band h2,
  .evidence-band h2,
  .qualification-band h2,
  .safety-band h2,
  .preparation-inner h2 {
    font-size: 42px;
  }

  .route-row {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 118px;
  }

  .route-copy strong {
    font-size: 27px;
  }

  .route-copy small {
    font-size: 12px;
  }

  .home-contact-band {
    gap: 54px;
    padding: 78px var(--page-gutter);
  }

  .site-footer-multipage,
  .contact-page-footer {
    display: grid;
    grid-template-columns: 1fr;
    padding: 27px var(--page-gutter) 34px;
  }

  .site-footer-multipage .footer-meta,
  .contact-footer-meta {
    text-align: left;
  }

  .contact-footer-meta {
    justify-items: start;
  }

  .legal-hero-inner {
    min-height: 360px;
    padding-top: 64px;
    padding-bottom: 62px;
  }

  .legal-hero-mark {
    right: -70px;
    width: 310px;
    height: 310px;
  }

  .legal-layout {
    gap: 48px;
  }

  .legal-nav {
    position: static;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
  }

  .legal-nav .section-index {
    grid-column: 1 / -1;
  }

  .page-hero-inner {
    grid-template-columns: 1fr;
    min-height: 600px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .page-hero-copy {
    align-self: start;
  }

  .page-hero-copy h1,
  .profile-hero h1,
  .contact-page-copy h1 {
    font-size: 44px;
    line-height: 1.06;
  }

  .page-hero-copy > p {
    max-width: 420px;
    margin-top: 23px;
    font-size: 15px;
  }

  .page-hero-actions {
    align-items: flex-start;
    gap: 22px;
    margin-top: 27px;
  }

  .page-hero-art {
    position: absolute;
    right: -160px;
    bottom: -175px;
    width: 520px;
    min-height: 520px;
    opacity: .44;
    pointer-events: none;
  }

  .page-hero-art > img,
  .page-hero-osteopathie .page-hero-art > img,
  .page-hero-appointment .page-hero-art > img {
    right: 0;
    width: 520px;
  }

  .chapter-opening {
    gap: 44px;
    padding: 84px var(--page-gutter);
  }

  .method-row,
  .values-list > div,
  .cost-list > div {
    grid-template-columns: 42px 1fr;
  }

  .method-row p,
  .values-list p,
  .cost-list p {
    grid-column: 2;
  }

  .editorial-figure-wide {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 0;
    padding-bottom: 76px;
  }

  .editorial-figure-wide .editorial-image {
    aspect-ratio: 4 / 3;
  }

  .evidence-band,
  .qualification-band,
  .safety-band {
    gap: 38px;
    padding: 76px var(--page-gutter);
  }

  .page-cta {
    gap: 34px;
  }

  .process-snapshot {
    grid-template-columns: 1fr;
    padding: 28px var(--page-gutter) 44px;
  }

  .process-snapshot > div,
  .process-snapshot > div + div {
    min-height: 0;
    padding: 32px 0 35px 58px;
    border-top: 1px solid rgba(254, 250, 245, .27);
  }

  .process-snapshot > div > span {
    position: absolute;
    top: 32px;
    left: 0;
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .process-snapshot h2 {
    margin: 0 0 10px;
  }

  .content-status {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .preparation-inner {
    gap: 48px;
  }

  .editorial-figure-compact {
    max-width: 620px;
    margin-top: 34px;
  }

  .preparation-list > div {
    grid-template-columns: 110px 1fr;
  }

  .profile-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .profile-hero-copy {
    min-height: 540px;
    padding: 72px var(--page-gutter) 60px;
  }

  .profile-initials {
    left: 12px;
    bottom: -25px;
    font-size: 180px;
  }

  .profile-hero-media {
    min-height: 430px;
  }

  .profile-hero-mark {
    left: -100px;
    bottom: -120px;
    width: 340px;
  }

  .qualification-document summary {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }

  .qualification-document-action {
    grid-column: 2;
    justify-self: start;
    margin-top: 1px;
    padding-top: 0;
  }

  .qualification-document-body {
    padding-left: 48px;
  }

  .practice-details > div:not(.content-status) {
    grid-template-columns: 110px 1fr;
  }

  .practice-map-stage {
    min-height: 460px;
  }

  .contact-page-main {
    background-position: 55% center;
  }

  .contact-page-section {
    min-height: auto;
    padding: 66px var(--page-gutter) 86px;
  }

  .contact-page-grid {
    gap: 66px;
  }

  .contact-page-copy > p {
    margin-top: 23px;
    font-size: 16px;
  }

  .contact-page-details {
    margin-top: 35px;
  }

  .contact-page-form {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .legal-hero-inner {
    min-height: 330px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .legal-hero h1 {
    font-size: 55px;
  }

  .legal-hero p {
    max-width: 290px;
    margin-top: 21px;
    font-size: 14px;
  }

  .legal-hero-mark {
    right: -82px;
    width: 240px;
    height: 240px;
    opacity: .09;
  }

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

  .legal-nav .section-index {
    grid-column: 1;
  }

  .legal-release-note {
    padding: 21px 0;
  }

  .legal-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 42px 0 46px;
  }

  .legal-section-number {
    padding-top: 0;
  }

  .legal-section h2 {
    margin-bottom: 23px;
    font-size: 33px;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .legal-details {
    grid-template-columns: 1fr;
  }

  .legal-details dt {
    padding: 18px 0 0;
    border-bottom: 0;
  }

  .legal-details dd {
    padding: 5px 0 18px;
  }

  .legal-source-links {
    display: grid;
    justify-items: start;
    gap: 14px;
  }

  .route-intro h2,
  .chapter-heading h2,
  .values-heading h2,
  .cost-heading h2,
  .practice-copy h2,
  .page-cta h2,
  .home-contact-band h2,
  .evidence-band h2,
  .qualification-band h2,
  .safety-band h2,
  .preparation-inner h2 {
    font-size: 37px;
  }

  .page-hero-copy h1,
  .profile-hero h1,
  .contact-page-copy h1 {
    font-size: 39px;
  }

  .page-hero-actions {
    display: grid;
    justify-items: start;
  }

  .route-copy strong {
    font-size: 24px;
  }

  .route-arrow {
    display: none;
  }

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

  .preparation-list > div,
  .contact-page-details a,
  .practice-details > div:not(.content-status) {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .practice-map-stage {
    min-height: 490px;
  }

  .practice-map-consent {
    align-items: center;
    padding: 30px 24px;
    background-position: 64% center;
  }

  .practice-map-consent::after {
    inset: 9px;
  }

  .practice-map-consent h3 {
    font-size: 34px;
  }

  .practice-map-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .practice-map-controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .practice-map-controls {
    gap: 14px;
    padding: 18px 20px 20px;
  }

  .practice-map-controls > div {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .contact-page-details strong {
    font-size: 22px;
  }

  .contact-page-details .contact-direct-call {
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
  }

  .contact-direct-call > span {
    grid-column: 1 / -1;
  }

  .contact-page-form {
    padding: 30px 22px 32px;
  }

  .editorial-image::after {
    inset: 9px;
  }
}

/* Consent choice parity and dialog focus polish */

.consent-choice-accept {
  border-color: var(--paper);
  background: var(--paper);
}

.consent-settings h2:focus {
  outline: 0;
}

.consent-settings-actions .consent-choice-reject,
.consent-settings-actions .consent-choice-accept {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}

.consent-settings-actions .consent-choice-reject:hover,
.consent-settings-actions .consent-choice-reject:focus-visible,
.consent-settings-actions .consent-choice-accept:hover,
.consent-settings-actions .consent-choice-accept:focus-visible {
  border-color: var(--forest);
  color: var(--paper);
  background: var(--forest);
}

/* Conversion-focused mobile homepage */

.home-copy-mobile {
  display: none;
}

@media (max-width: 820px) {
  html {
    scroll-padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }

  body.home-page .hero {
    min-height: clamp(430px, calc(100svh - 220px), 520px);
    border-bottom: 0;
  }

  body.home-page .hero-inner {
    padding-top: 38px;
    padding-bottom: 36px;
  }

  body.home-page .hero-logo-stage {
    right: max(12px, calc(50% - 195px));
    bottom: -38px;
    left: max(12px, calc(50% - 195px));
    width: auto;
  }

  body.home-page .hero-actions,
  body.home-page .trust-strip {
    display: none;
  }

  body.home-page .home-copy-desktop {
    display: none;
  }

  body.home-page .home-copy-mobile {
    display: inline;
  }

  body.home-page .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  body.home-page .home-intro {
    padding-top: 64px;
  }

  body.home-page .section-index {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: .035em;
    text-transform: none;
  }

  body.home-page .section-heading {
    gap: 12px;
    padding-bottom: 32px;
  }

  body.home-page .approach-grid {
    gap: 38px;
    padding-top: 36px;
  }

  body.home-page .approach-copy .text-link,
  body.home-page .about-copy .text-link,
  body.home-page .home-process .text-link {
    padding-bottom: 4px;
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.25;
  }

  body.home-page .treatment-figure figcaption,
  body.home-page .contact-line span {
    font-size: 12px;
  }

  body.home-page .route-section {
    gap: 40px;
  }

  body.home-page .route-intro > p:last-child {
    display: none;
  }

  body.home-page .route-row {
    min-height: 100px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  body.home-page .route-copy strong {
    font-size: 27px;
  }

  body.home-page .route-copy small {
    font-size: 13px;
    line-height: 1.4;
  }

  body.home-page .home-process {
    color: var(--ink);
    background: var(--paper);
  }

  body.home-page .home-process .process-mark {
    top: -10px;
    right: -150px;
    bottom: auto;
    width: 380px;
    opacity: .05;
  }

  body.home-page .home-process .process-inner {
    gap: 0;
    padding: 0;
  }

  body.home-page .home-process .process-heading {
    padding: 68px var(--page-gutter) 46px;
  }

  body.home-page .home-process .section-index-light {
    color: var(--forest);
  }

  body.home-page .home-process .process-heading > p:last-child {
    margin-top: 24px;
    color: #445047;
  }

  body.home-page .home-process .text-link-light {
    color: var(--forest);
    border-color: rgba(47, 71, 52, .55);
  }

  body.home-page .home-process .process-steps {
    padding: 0 var(--page-gutter);
    color: var(--paper);
    background: var(--mineral);
  }

  body.home-page .home-process .process-steps li {
    gap: 12px;
    padding-top: 28px;
    padding-bottom: 32px;
  }

  body.home-page .home-process .process-steps h3 {
    margin-bottom: 10px;
  }

  body.home-page .home-about {
    min-height: 0;
  }

  body.home-page .home-about .about-signature {
    display: none;
  }

  body.home-page .home-about .about-grid {
    gap: 28px;
    min-height: 0;
  }

  body.home-page .home-about .about-copy {
    padding-top: 0;
  }

  body.home-page .home-about .lead {
    font-size: 24px;
    font-style: italic;
  }

  body.home-page .home-contact-band {
    gap: 32px;
    padding-top: 64px;
    padding-bottom: 72px;
  }

  body.home-page .home-contact-actions .button {
    display: none;
  }
}

@media (max-width: 480px) {
  body.home-page .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  body.home-page .home-about .about-title h2 {
    font-size: 32px;
  }

  body.home-page .home-intro {
    padding-top: 64px;
  }

  body.home-page .home-process .process-heading {
    padding-top: 64px;
    padding-bottom: 42px;
  }

  body.home-page .home-contact-band {
    padding-top: 60px;
    padding-bottom: 68px;
  }
}

@media (max-width: 340px) {
  body.home-page .hero-inner {
    padding-top: 28px;
  }

  body.home-page .hero h1 {
    font-size: 33px;
  }

  body.home-page .hero-intro {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  body.home-page .hero-logo-stage {
    right: 34px;
    bottom: -32px;
    left: 34px;
  }
}

/* Balanced desktop homepage */

@media (min-width: 821px) {
  body.home-page .hero {
    min-height: clamp(620px, calc(100svh - 148px), 860px);
  }

  body.home-page .hero-copy {
    width: clamp(500px, 49vw, 670px);
  }

  body.home-page .hero h1 {
    font-size: clamp(56px, 5.1vw, 73px);
  }

  body.home-page .hero-logo-stage {
    right: auto;
  }

  body.home-page .hero-secondary-action {
    min-height: 44px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(47, 71, 52, .34);
    color: var(--forest);
    font-size: 13px;
    line-height: 1.2;
  }

  body.home-page .hero-secondary-action span:last-child {
    color: var(--moss);
    font-variant-numeric: tabular-nums;
  }

  body.home-page .trust-item {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    min-height: 104px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  body.home-page .trust-item strong {
    font-size: clamp(18px, 1.4vw, 20px);
    line-height: 1.25;
  }

  body.home-page .section-index,
  body.home-page .treatment-figure figcaption,
  body.home-page .contact-line span,
  body.home-page .footer-meta {
    font-size: 12px;
  }

  body.home-page .route-row {
    transition: color var(--motion-fast) ease;
  }

  body.home-page .route-copy {
    transition: transform var(--motion-control) var(--ease-out);
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  body.home-page .hero-logo-stage {
    left: clamp(450px, 52vw, 614px);
    width: clamp(620px, 66vw, 780px);
  }
}

@media (min-width: 821px) and (max-width: 960px) {
  body.home-page .hero-intro {
    max-width: 420px;
  }

  body.home-page .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-page .trust-item {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  body.home-page .trust-item:nth-child(2n) {
    border-right: 0;
  }

  body.home-page .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  body.home-page .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  body.home-page .section-heading,
  body.home-page .approach-grid,
  body.home-page .process-inner,
  body.home-page .about-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-page .section-heading {
    gap: 16px;
    align-items: start;
    padding-bottom: 48px;
  }

  body.home-page .section-heading h2,
  body.home-page .about-title h2 {
    font-size: 48px;
  }

  body.home-page .approach-grid {
    gap: 48px;
    padding-top: 48px;
  }

  body.home-page .approach-copy {
    max-width: 620px;
    padding-top: 0;
  }

  body.home-page .route-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  body.home-page .route-intro {
    position: static;
  }

  body.home-page .route-intro h2 {
    font-size: 48px;
  }

  body.home-page .route-row {
    min-height: 112px;
  }

  body.home-page .process-inner {
    gap: 56px;
  }

  body.home-page .process-heading {
    position: static;
  }

  body.home-page .process-heading h2 {
    font-size: 52px;
  }

  body.home-page .process-steps li {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  body.home-page .home-about {
    min-height: 0;
  }

  body.home-page .home-about .about-signature {
    display: none;
  }

  body.home-page .about-grid {
    gap: 48px;
    align-items: start;
    min-height: 0;
  }

  body.home-page .about-copy {
    max-width: 620px;
    padding-bottom: 0;
  }

  body.home-page .home-contact-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  body.home-page .home-contact-band h2 {
    font-size: 48px;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  body.home-page .hero-intro {
    max-width: 470px;
  }

  body.home-page .section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  body.home-page .section-heading {
    padding-bottom: 56px;
  }

  body.home-page .section-heading h2,
  body.home-page .about-title h2 {
    font-size: 55px;
  }

  body.home-page .approach-grid {
    gap: 64px;
    padding-top: 64px;
  }

  body.home-page .approach-copy {
    padding-top: 20px;
  }

  body.home-page .route-section {
    gap: 72px;
  }

  body.home-page .route-intro h2,
  body.home-page .process-heading h2,
  body.home-page .home-contact-band h2 {
    font-size: 52px;
  }

  body.home-page .route-row {
    min-height: 120px;
  }

  body.home-page .process-inner {
    gap: 72px;
  }

  body.home-page .process-steps li {
    padding-top: 36px;
    padding-bottom: 44px;
  }

  body.home-page .home-about {
    min-height: 640px;
  }

  body.home-page .about-signature {
    top: 70px;
    font-size: 210px;
  }

  body.home-page .about-grid {
    gap: 88px;
    min-height: 408px;
  }

  body.home-page .home-contact-band {
    gap: 72px;
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media (min-width: 1181px) {
  body.home-page .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  body.home-page .section-heading {
    padding-bottom: 64px;
  }

  body.home-page .approach-grid {
    gap: 72px;
    padding-top: 72px;
  }

  body.home-page .route-section {
    gap: 96px;
  }

  body.home-page .route-row {
    min-height: 128px;
  }

  body.home-page .process-inner {
    gap: 96px;
  }

  body.home-page .process-steps li {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  body.home-page .home-about {
    min-height: 680px;
  }

  body.home-page .about-signature {
    top: 70px;
    font-size: 230px;
  }

  body.home-page .about-grid {
    gap: 120px;
    min-height: 440px;
  }

  body.home-page .home-contact-band {
    gap: 96px;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (min-width: 1181px) and (max-width: 1439px) {
  body.home-page .hero-logo-stage {
    left: calc(860px - 21vw);
    width: clamp(780px, 62.5vw, 900px);
  }
}

@media (min-width: 1440px) {
  body.home-page .site-header,
  body.home-page .site-footer {
    padding-right: max(var(--page-gutter), calc((100vw - 1420px) / 2 + var(--page-gutter)));
    padding-left: max(var(--page-gutter), calc((100vw - 1420px) / 2 + var(--page-gutter)));
  }

  body.home-page .hero-logo-stage {
    left: calc((100vw - 1420px) / 2 + 550px);
    width: 900px;
  }

  body.home-page .trust-strip {
    padding-right: max(0px, calc((100vw - 1420px) / 2));
    padding-left: max(0px, calc((100vw - 1420px) / 2));
  }

  body.home-page .scroll-cue {
    right: calc((100vw - 1420px) / 2 + var(--page-gutter));
  }
}

@media (max-height: 780px) and (min-width: 821px) {
  body.home-page .hero {
    min-height: clamp(600px, calc(100svh - 116px), 664px);
  }

  body.home-page .hero h1 {
    font-size: clamp(56px, 4.8vw, 62px);
  }
}

@media (min-height: 781px) and (max-height: 812px) and (min-width: 821px) {
  body.home-page .hero {
    min-height: 664px;
  }
}

@media (min-height: 781px) and (max-height: 900px) and (min-width: 821px) {
  body.home-page .hero h1 {
    font-size: clamp(56px, min(5.1vw, calc(-9.5px + 9.17svh)), 73px);
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 821px) {
  body.home-page .route-row:hover {
    padding-right: 4px;
    padding-left: 0;
    color: var(--forest);
  }

  body.home-page .route-row:hover .route-copy {
    transform: translate3d(8px, 0, 0);
  }

  body.home-page .route-row:focus-visible .route-copy {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 821px) {
  body.home-page .route-copy {
    transition: none;
  }

  body.home-page .route-row:hover .route-copy,
  body.home-page .route-row:hover .route-arrow {
    transform: none;
  }
}
