:root {
  --ink: #071a1b;
  --ink-2: #102729;
  --text: #17211f;
  --muted: #5f6b66;
  --sage: #b9c8b8;
  --sage-2: #dce5d8;
  --sand: #f5f0e7;
  --sand-2: #ebe1d3;
  --wood: #b98250;
  --wood-2: #8d5d36;
  --white: #ffffff;
  --line: rgba(7, 26, 27, 0.13);
  --shadow: 0 24px 60px rgba(7, 26, 27, 0.16);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1160px;
  --header-h: 84px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--sand);
  color: var(--text);
  font-family: "Segoe UI", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 12%, rgba(185, 200, 184, 0.55), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(185, 130, 80, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.45), rgba(255,255,255,0));
  z-index: -2;
}

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

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

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

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 16px;
  border-radius: 999px;
  transition: transform 0.2s ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  display: grid;
  align-items: center;
  background: rgba(245, 240, 231, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(7, 26, 27, 0.08);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(245, 240, 231, 0.94);
  box-shadow: 0 14px 34px rgba(7, 26, 27, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--sand);
  font-weight: 800;
  letter-spacing: -0.03em;
  box-shadow: 0 10px 26px rgba(7, 26, 27, 0.2);
}

.brand-text {
  display: grid;
  gap: 0;
}

.brand-text strong {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: -4px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(7, 26, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.main-nav a {
  color: rgba(7, 26, 27, 0.78);
  font-size: 0.95rem;
  font-weight: 650;
  padding: 10px 16px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: var(--white);
  color: var(--ink);
  transform: translateY(-1px);
}

.main-nav .nav-cta {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(7, 26, 27, 0.14);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  padding: 78px 0 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 56px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--wood-2);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7vw, 6.45rem);
}

.hero-lead {
  max-width: 690px;
  color: rgba(23, 33, 31, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.85;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 32px rgba(7, 26, 27, 0.2);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 22px 38px rgba(7, 26, 27, 0.24);
}

.btn-ghost {
  border-color: rgba(7, 26, 27, 0.18);
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink);
}

.btn-light {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 38px;
}

.quick-info > * {
  min-height: 94px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(7, 26, 27, 0.1);
  background: rgba(255, 255, 255, 0.46);
}

.quick-info span,
.detail-list span,
.visit-steps span,
.approach-list span,
.treatment-card span,
.strip-number {
  display: block;
  color: var(--wood-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-info strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
}

.image-shell {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--sage-2);
  box-shadow: var(--shadow);
}

.image-shell-main {
  position: relative;
  aspect-ratio: 4 / 5;
}

.image-shell-main picture,
.image-shell-main img {
  width: 100%;
  height: 100%;
}

.image-shell-main img {
  object-fit: cover;
  object-position: center;
}

.image-shell-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(7, 26, 27, 0.42));
  pointer-events: none;
}

.floating-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: min(310px, calc(100% - 48px));
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(245, 240, 231, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(7, 26, 27, 0.22);
}

.floating-card span {
  color: var(--wood-2);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.floating-card p {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.intro-strip {
  padding: 22px 0 86px;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.strip-grid > div {
  min-height: 190px;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(7, 26, 27, 0.09);
}

.strip-grid h2 {
  margin: 14px 0 10px;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.strip-grid p {
  margin: 0;
  color: var(--muted);
}

.section {
  padding: 96px 0;
}

.section-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 60px;
  align-items: start;
}

.section-kicker {
  position: sticky;
  top: calc(var(--header-h) + 24px);
}

.section-kicker h2,
.section-heading h2,
.reasons-copy h2,
.about-copy h2,
.visit-card h2,
.contact-card h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 4.7vw, 4.7rem);
}

.section-kicker p:not(.eyebrow),
.section-heading p,
.reasons-copy p,
.about-copy p,
.visit-card p,
.contact-card p {
  color: rgba(23, 33, 31, 0.75);
  font-size: 1.07rem;
}

.approach {
  background: var(--ink);
  color: var(--sand);
}

.approach h2,
.approach h3 {
  color: var(--white);
}

.approach .section-kicker p:not(.eyebrow) {
  color: rgba(245, 240, 231, 0.7);
}

.approach-list {
  display: grid;
  gap: 16px;
}

.approach-list article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.approach-list h3 {
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.approach-list p {
  margin: 0;
  color: rgba(245, 240, 231, 0.72);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 38px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.treatment-card a {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(7, 26, 27, 0.1);
  box-shadow: 0 16px 45px rgba(7, 26, 27, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.treatment-card a:hover,
.treatment-card a:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(7, 26, 27, 0.14);
}

.treatment-card picture,
.treatment-card img {
  width: 100%;
  height: 280px;
}

.treatment-card img {
  object-fit: cover;
}

.treatment-card:nth-child(1) img {
  object-position: center 35%;
}

.treatment-card div {
  padding: 24px;
}

.treatment-card h3 {
  min-height: 74px;
  margin: 10px 0 12px;
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
}

.treatment-card p {
  margin: 0;
  color: var(--muted);
}

.reasons {
  padding-top: 46px;
}

.reasons-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: center;
}

.reasons-copy {
  padding: 36px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(7, 26, 27, 0.09);
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--wood-2);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.reasons-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: var(--sage-2);
  border: 1px solid rgba(7, 26, 27, 0.08);
}

.reasons-panel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(7, 26, 27, 0.06);
}

.about {
  background: rgba(255, 255, 255, 0.38);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
  gap: 62px;
  align-items: center;
}

.image-stack {
  position: relative;
}

.image-stack picture {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.image-stack img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 24%;
}

.stack-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 2px;
  max-width: calc(100% - 44px);
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(7, 26, 27, 0.88);
  color: var(--white);
  box-shadow: 0 16px 40px rgba(7, 26, 27, 0.24);
}

.stack-note span {
  color: rgba(245, 240, 231, 0.74);
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.detail-list > div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(7, 26, 27, 0.09);
}

.detail-list strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  line-height: 1.45;
}

.visit-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 20px;
  align-items: stretch;
}

.dark-card {
  padding: 38px;
  border-radius: var(--radius-xl);
  background: var(--ink);
  color: var(--sand);
  box-shadow: var(--shadow);
}

.dark-card h2 {
  color: var(--white);
}

.dark-card p:not(.eyebrow) {
  color: rgba(245, 240, 231, 0.73);
}

.visit-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.visit-steps > div {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(7, 26, 27, 0.09);
}

.visit-steps h3 {
  margin: 10px 0 8px;
  font-size: 1.45rem;
}

.visit-steps p {
  margin: 0;
  color: var(--muted);
}

.faq {
  padding-top: 66px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 54px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(7, 26, 27, 0.1);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-weight: 900;
  font-size: 1.08rem;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--sage-2);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

details[open] summary::after {
  transform: rotate(45deg);
}

details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
}

.contact-section {
  padding: 70px 0 96px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(7, 26, 27, 0.98), rgba(16, 39, 41, 0.92)),
    url("../img/recovery-detail-1200.webp") center / cover;
  color: var(--sand);
  box-shadow: 0 28px 70px rgba(7, 26, 27, 0.2);
}

.contact-card h2 {
  color: var(--white);
  max-width: 820px;
}

.contact-card p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(245, 240, 231, 0.76);
}

.contact-actions {
  justify-content: flex-start;
  margin-top: 0;
}

.site-footer {
  padding: 38px 0;
  background: #061415;
  color: var(--sand);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer-brand .brand-mark {
  background: var(--sand);
  color: var(--ink);
}

.footer-brand .brand-text strong {
  color: var(--white);
}

.footer-brand .brand-text small,
.site-footer p {
  color: rgba(245, 240, 231, 0.64);
}

.site-footer p {
  margin: 14px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  color: rgba(245, 240, 231, 0.82);
  font-weight: 800;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.whatsapp-float {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 990;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 38px rgba(7, 26, 27, 0.2);
  transition: transform 0.2s ease;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px) scale(1.03);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

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

@media (max-width: 1100px) {
  .hero-grid,
  .section-grid,
  .about-grid,
  .faq-grid,
  .visit-grid,
  .reasons-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero-visual {
    max-width: 680px;
    margin-inline: auto;
  }

  .section-kicker {
    position: static;
  }

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

@media (max-width: 900px) {
  :root {
    --header-h: 76px;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: var(--header-h) 14px auto 14px;
    display: grid;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(245, 240, 231, 0.96);
    box-shadow: 0 24px 60px rgba(7, 26, 27, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav a {
    text-align: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.42);
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 5.2rem);
  }

  .quick-info,
  .strip-grid,
  .cards-grid,
  .detail-list,
  .visit-steps {
    grid-template-columns: 1fr;
  }

  .intro-strip {
    padding-bottom: 56px;
  }

  .section {
    padding: 68px 0;
  }

  .cards-grid {
    gap: 16px;
  }

  .treatment-card h3 {
    min-height: auto;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-text small {
    font-size: 0.76rem;
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .image-shell-main {
    aspect-ratio: 3 / 4;
  }

  .floating-card {
    position: static;
    width: auto;
    margin: -32px 16px 0;
  }

  .strip-grid > div,
  .approach-list article,
  .reasons-copy,
  .reasons-panel,
  .dark-card,
  .visit-steps > div {
    padding: 22px;
  }

  .approach-list article {
    grid-template-columns: 1fr;
  }

  .section-kicker h2,
  .section-heading h2,
  .reasons-copy h2,
  .about-copy h2,
  .visit-card h2,
  .contact-card h2 {
    font-size: clamp(2.15rem, 12vw, 3.45rem);
  }

  .whatsapp-float {
    left: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}


/* About page — active nav state + shared hero paragraph (retained from prior layout) */
.main-nav a[aria-current="page"] {
  background: var(--white);
  color: var(--ink);
}

.origin-copy p:not(.eyebrow) {
  color: rgba(23, 33, 31, 0.78);
  font-size: 1.05rem;
  line-height: 1.92;
}


/* Reworked personal about page */
.origin-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 92px) 0 50px;
}

.origin-hero::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 200, 184, 0.54), transparent 68%);
  right: -240px;
  top: -240px;
  z-index: -1;
}

.origin-hero::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 130, 80, 0.18), transparent 70%);
  left: -180px;
  bottom: 0;
  z-index: -1;
}

.origin-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  align-items: center;
  gap: clamp(36px, 5vw, 70px);
}

.origin-copy h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.1vw, 6rem);
}

.origin-intro {
  max-width: 740px;
  color: rgba(23, 33, 31, 0.8);
  font-size: 1.05rem;
  line-height: 1.95;
}

.origin-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.origin-facts > div {
  min-height: 112px;
  padding: 18px 18px 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 46px rgba(7, 26, 27, 0.06);
}

.origin-facts span {
  display: block;
  margin-bottom: 8px;
  color: var(--wood-2);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.03em;
}

.origin-facts strong {
  display: block;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.35;
}

.origin-board {
  position: relative;
  min-height: 720px;
}

.origin-main-photo,
.origin-memory {
  display: block;
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--sage-2);
  box-shadow: var(--shadow);
}

.origin-main-photo {
  width: 68%;
  height: 680px;
  top: 0;
  right: 0;
}

.origin-memory-field {
  width: 38%;
  height: 430px;
  left: 0;
  bottom: 26px;
  border: 8px solid var(--sand);
}

.origin-memory-training {
  width: 30%;
  height: 360px;
  left: 13%;
  top: 24px;
  border: 8px solid var(--sand);
}

.origin-main-photo img,
.origin-memory img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.origin-floating-note {
  position: absolute;
  right: 8%;
  bottom: 44px;
  width: min(270px, 50%);
  padding: 18px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 24px;
  background: rgba(7, 26, 27, 0.9);
  color: var(--white);
  box-shadow: 0 24px 48px rgba(7, 26, 27, 0.24);
  backdrop-filter: blur(14px);
}

.origin-floating-note span {
  display: block;
  margin-bottom: 8px;
  color: rgba(245, 240, 231, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
}

.origin-floating-note strong {
  display: block;
  color: var(--sand);
  line-height: 1.45;
}

.origin-statement {
  padding-top: 26px;
}

.statement-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(7, 26, 27, 0.11);
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(7, 26, 27, 0.94), rgba(16, 39, 41, 0.9));
  color: var(--white);
  box-shadow: 0 30px 70px rgba(7, 26, 27, 0.2);
}

.statement-card::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 200, 184, 0.24), transparent 68%);
  left: -80px;
  top: -100px;
}

.statement-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--sage-2);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.statement-card h2 {
  position: relative;
  max-width: 980px;
  margin-bottom: 18px;
  color: var(--sand);
  font-size: clamp(2.35rem, 5vw, 5rem);
}

.statement-card p {
  position: relative;
  max-width: 860px;
  margin: 0;
  color: rgba(245, 240, 231, 0.82);
  font-size: 1.08rem;
  line-height: 1.95;
}

.path-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
}

.path-media {
  position: sticky;
  top: calc(var(--header-h) + 26px);
}

.path-media picture {
  display: block;
  overflow: hidden;
  min-height: 540px;
  border-radius: var(--radius-xl);
  background: var(--sage-2);
  box-shadow: var(--shadow);
}

.path-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.path-media-card {
  width: calc(100% - 36px);
  margin: -76px auto 0;
  position: relative;
  padding: 22px 24px;
  border-radius: 26px;
  background: rgba(245, 240, 231, 0.9);
  border: 1px solid rgba(7, 26, 27, 0.11);
  box-shadow: 0 22px 52px rgba(7, 26, 27, 0.14);
  backdrop-filter: blur(14px);
}

.path-media-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--wood-2);
  font-weight: 850;
}

.path-media-card p {
  margin: 0;
  color: rgba(23, 33, 31, 0.78);
  line-height: 1.8;
}

.path-copy h2,
.credentials-copy h2,
.personal-copy h2,
.clinic-story-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 5vw, 4.85rem);
}

.path-timeline {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.path-timeline article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 20px 52px rgba(7, 26, 27, 0.06);
}

.path-timeline article > span,
.credentials-cards article > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--sand);
  font-weight: 850;
  font-size: 0.9rem;
}

.path-timeline h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.path-timeline p,
.credentials-copy p,
.personal-copy p,
.clinic-story-copy p {
  margin: 0;
  color: rgba(23, 33, 31, 0.78);
  font-size: 1.04rem;
  line-height: 1.9;
}

.credentials-section {
  padding-top: 72px;
}

.credentials-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: start;
}

.credentials-copy {
  position: sticky;
  top: calc(var(--header-h) + 28px);
}

.credentials-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.credentials-cards article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 22px 54px rgba(7, 26, 27, 0.08);
}

.credentials-cards h3 {
  margin: 20px 0 12px;
  font-size: 1.56rem;
}

.credentials-cards p {
  margin: 0;
  color: var(--muted);
}

.personal-gallery-section {
  padding-top: 78px;
}

.personal-gallery-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: start;
}

.personal-copy {
  position: sticky;
  top: calc(var(--header-h) + 28px);
}

.personal-note {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid rgba(7, 26, 27, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.55);
}

.personal-note strong,
.personal-note span {
  display: block;
}

.personal-note strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.24rem;
  letter-spacing: -0.03em;
}

.personal-note span {
  color: var(--muted);
  line-height: 1.8;
}

.memory-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.memory-card {
  grid-column: span 3;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 22px 52px rgba(7, 26, 27, 0.08);
}

.memory-card-large {
  grid-row: span 2;
}

.memory-card-wide {
  grid-column: span 6;
}

.memory-card picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--sage-2);
}

.memory-card-large picture {
  aspect-ratio: 4 / 6.2;
}

.memory-card-wide picture {
  aspect-ratio: 16 / 8;
}

.memory-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.memory-card figcaption {
  padding: 16px 18px 18px;
  color: rgba(23, 33, 31, 0.78);
  font-size: 0.96rem;
  line-height: 1.65;
}

.clinic-story-section {
  padding-top: 78px;
}

.clinic-story-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}

.clinic-visual {
  position: relative;
  min-height: 650px;
}

.clinic-visual > picture {
  display: block;
  overflow: hidden;
  width: 82%;
  height: 650px;
  border-radius: var(--radius-xl);
  background: var(--sage-2);
  box-shadow: var(--shadow);
}

.clinic-visual .clinic-room-photo {
  position: absolute;
  width: 34%;
  height: 300px;
  left: 0;
  bottom: 42px;
  border: 8px solid var(--sand);
}

.clinic-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-story-copy p + p {
  margin-top: 16px;
}

.clinic-story-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.clinic-story-list > div {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
}

.clinic-story-list span {
  display: block;
  margin-bottom: 6px;
  color: var(--wood-2);
  font-size: 0.82rem;
  font-weight: 850;
}

.clinic-story-list strong {
  color: var(--ink);
  line-height: 1.55;
}

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

@media (max-width: 980px) {
  .origin-hero-grid,
  .path-grid,
  .credentials-grid,
  .personal-gallery-grid,
  .clinic-story-grid {
    grid-template-columns: 1fr;
  }

  .origin-board {
    min-height: 720px;
  }

  .origin-main-photo {
    width: 70%;
    right: 9%;
  }

  .origin-memory-field {
    width: 36%;
    left: 7%;
  }

  .origin-memory-training {
    left: 0;
  }

  .path-media,
  .credentials-copy,
  .personal-copy {
    position: static;
  }

  .path-media picture {
    min-height: 420px;
  }

  .clinic-visual {
    min-height: 620px;
  }

  .clinic-visual > picture {
    width: 78%;
    height: 620px;
  }
}

@media (max-width: 720px) {
  .origin-facts,
  .credentials-cards {
    grid-template-columns: 1fr;
  }

  .origin-board {
    min-height: 600px;
  }

  .origin-main-photo {
    width: 76%;
    height: 560px;
    right: 0;
  }

  .origin-memory-field {
    width: 42%;
    height: 330px;
    left: 0;
    bottom: 26px;
    border-width: 6px;
  }

  .origin-memory-training {
    width: 34%;
    height: 260px;
    left: 3%;
    top: 16px;
    border-width: 6px;
  }

  .origin-floating-note {
    right: 7%;
    bottom: 22px;
    width: 58%;
  }

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

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

  .memory-card,
  .memory-card-wide {
    grid-column: span 2;
  }

  .memory-card-large picture,
  .memory-card picture,
  .memory-card-wide picture {
    aspect-ratio: 4 / 5;
  }

  .clinic-visual {
    min-height: 560px;
  }

  .clinic-visual > picture {
    width: 86%;
    height: 540px;
  }

  .clinic-visual .clinic-room-photo {
    width: 42%;
    height: 250px;
    border-width: 6px;
  }
}

@media (max-width: 480px) {
  .origin-board {
    min-height: 520px;
  }

  .origin-main-photo {
    height: 500px;
  }

  .origin-memory-field {
    height: 285px;
  }

  .origin-memory-training {
    display: none;
  }

  .origin-floating-note {
    width: 68%;
  }

  .statement-card,
  .path-timeline article,
  .credentials-cards article,
  .personal-note,
  .clinic-story-list > div {
    border-radius: 24px;
  }
}
