:root {
  --ink: #18252b;
  --ink-2: #263940;
  --lime: #557767;
  --lime-soft: #e2efe6;
  --green-pale: #f0f6f2;
  --paper: #f5f7f8;
  --white: #ffffff;
  --muted: #66777c;
  --line: rgba(24, 37, 43, .14);
  --radius: 28px;
  --shadow: 0 28px 80px rgba(24, 37, 43, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3.1rem, 7.2vw, 6.9rem); margin-bottom: 1.6rem; }
h2 { font-size: clamp(2.25rem, 4.8vw, 4.8rem); margin-bottom: 1.5rem; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-width: 0; }
.section { padding: 120px 0; }
.section.compact { padding-top: 0; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.1rem; }
.lead { font-size: clamp(1.25rem, 2.2vw, 1.75rem); line-height: 1.45; color: var(--ink); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(203, 222, 210, .96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease;
}
.site-header.scrolled { border-color: var(--line); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; line-height: 1.05; }
.brand span:last-child { display: grid; gap: 5px; }
.brand strong { font-family: inherit; font-size: .98rem; }
.brand small { color: var(--muted); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; display: block; object-fit: cover; background: transparent; }
nav { display: flex; align-items: center; gap: 25px; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 600; }
nav a:hover { color: var(--lime); }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font: 700 .9rem inherit; cursor: pointer; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 25px; border-radius: 999px; background: var(--ink); color: white; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--ink-2); }
.button-small { min-height: 44px; padding: 0 18px; font-size: .88rem; }
.button-light { background: var(--lime-soft); color: var(--ink); }
.button-light:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); text-underline-offset: 5px; }
.text-link.dark { color: var(--ink); }

.hero { overflow: hidden; padding: 62px 0 76px; background: linear-gradient(125deg, #edf4ef 0%, #fafbf9 55%, #e3eee7 100%); position: relative; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(24,37,43,.12); border-radius: 50%; left: -210px; bottom: -240px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.hero h1 span { display: block; color: var(--lime); }
.hero-role { display: inline-flex; padding: 9px 13px; border-radius: 999px; background: var(--ink); color: white; letter-spacing: .14em; }
.hero-lead { max-width: 610px; font-size: clamp(1.12rem, 1.8vw, 1.35rem); line-height: 1.55; }
.hero-lead strong { color: var(--ink); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 34px 0 46px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid rgba(24,37,43,.2); padding-top: 25px; }
.trust-row div { display: grid; gap: 3px; }
.trust-row strong { font-family: inherit; font-size: .92rem; }
.trust-row span { font-size: .78rem; }
.hero-portrait { position: relative; max-width: 485px; margin-left: auto; }
.portrait-frame { aspect-ratio: .79; overflow: hidden; border-radius: 30px 160px 30px 30px; background: #f5f2eb; box-shadow: var(--shadow); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.portrait-note { position: absolute; left: -45px; bottom: 30px; display: flex; align-items: center; gap: 12px; max-width: 260px; padding: 16px 19px; border-radius: 16px; background: white; box-shadow: var(--shadow); font-size: .82rem; line-height: 1.35; }
.portrait-note span:last-child { display: grid; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(85,119,103,.15); flex: 0 0 auto; }

.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.intro .section-heading h2 span { color: var(--lime); }
.intro-copy { max-width: 650px; color: var(--muted); }
.intro-copy .text-link { margin-top: 18px; }
.profile-path { margin: 34px 0 12px; border-top: 1px solid var(--line); }
.profile-path div { display: grid; grid-template-columns: 112px 1fr; gap: 22px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.profile-path strong { color: var(--lime); font-family: inherit; font-size: .9rem; }
.profile-path span { color: var(--ink); font-weight: 600; line-height: 1.45; }

.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.audience-card { min-height: 470px; padding: clamp(30px, 3.4vw, 44px); border-radius: var(--radius); position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; background-position: center; background-size: cover; transition: transform .35s ease, box-shadow .35s ease; }
.audience-card::after { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; border: 1px solid currentColor; opacity: .14; right: -75px; bottom: -90px; }
.audience-card > * { position: relative; z-index: 1; }
.audience-card .card-index { margin-left: auto; font: 700 1rem inherit; }
.audience-card h3 { max-width: 440px; font-size: clamp(1.65rem, 2.15vw, 2.25rem); margin-top: 24px; }
.audience-card p:not(.eyebrow) { max-width: 490px; }
.audience-card a { font-weight: 700; margin-top: 10px; text-underline-offset: 5px; }
.audience-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(24,37,43,.14); }
.audience-motif { position: relative; z-index: 1; width: 78px; height: 58px; margin-top: auto; color: currentColor; }
.audience-motif span { position: absolute; display: block; }
.motif-adult span { bottom: 3px; width: 15px; border: 2px solid currentColor; border-radius: 999px; animation: adult-step 2.8s ease-in-out infinite; }
.motif-adult span:nth-child(1) { left: 2px; height: 28px; }
.motif-adult span:nth-child(2) { left: 29px; height: 40px; animation-delay: .18s; }
.motif-adult span:nth-child(3) { left: 56px; height: 53px; animation-delay: .36s; }
.motif-child span { width: 15px; height: 15px; border-radius: 50%; background: currentColor; animation: child-grow 2.5s ease-in-out infinite; }
.motif-child span:nth-child(1) { left: 2px; bottom: 4px; }
.motif-child span:nth-child(2) { left: 30px; bottom: 20px; animation-delay: .2s; }
.motif-child span:nth-child(3) { left: 58px; bottom: 39px; animation-delay: .4s; }
.motif-senior span { left: 0; bottom: 0; border: 1px solid currentColor; border-radius: 50%; animation: senior-care 3s ease-in-out infinite; }
.motif-senior span:nth-child(1) { width: 58px; height: 58px; opacity: .28; }
.motif-senior span:nth-child(2) { left: 12px; bottom: 12px; width: 34px; height: 34px; opacity: .55; animation-delay: .2s; }
.motif-senior span:nth-child(3) { left: 24px; bottom: 24px; width: 10px; height: 10px; background: currentColor; animation-delay: .4s; }
.adult { background-image: linear-gradient(135deg, rgba(24,37,43,.98) 12%, rgba(24,37,43,.82) 65%, rgba(24,37,43,.62)), url("service-treatment.png"); color: white; }
.adult p { color: #cdd6d8; }
.child { background-image: linear-gradient(135deg, rgba(226,239,230,.98) 12%, rgba(226,239,230,.91) 62%, rgba(226,239,230,.72)), url("service-pediatric.png"); background-position: 62% center; color: #25483a; }
.senior { background-image: linear-gradient(135deg, rgba(63,96,82,.97) 10%, rgba(85,119,103,.85) 64%, rgba(85,119,103,.62)), url("service-biomechanics.png"); color: white; }
.senior p { color: #edf5f0; }

@keyframes adult-step { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes child-grow { 0%, 100% { transform: scale(.8); opacity: .45; } 50% { transform: scale(1.12); opacity: 1; } }
@keyframes senior-care { 0%, 100% { transform: scale(.92); } 50% { transform: scale(1.06); } }

.services { background: white; padding: 86px 0; }
.services-head { display: grid; grid-template-columns: 1fr .55fr; gap: 56px; align-items: end; padding-bottom: 28px; }
.services-head h2 { max-width: 780px; }
.services-head > p { color: var(--muted); padding-bottom: 14px; }
.diabetic-focus { margin-bottom: 24px; padding: clamp(26px, 4vw, 42px); border-radius: var(--radius); background: var(--ink); color: white; display: grid; grid-template-columns: .7fr 1.25fr auto; gap: clamp(24px, 4vw, 52px); align-items: center; }
.diabetic-focus .eyebrow { color: #b9d6c6; }
.diabetic-focus h3 { margin-bottom: 0; font-size: clamp(1.9rem, 3vw, 3rem); }
.diabetic-focus > p { margin-bottom: 0; color: #cdd6d8; }
.diabetic-focus .text-link { color: white; white-space: nowrap; }
.carousel-shell { position: relative; }
.service-carousel { overflow: visible; }
.service-track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.service-card { min-height: 300px; aspect-ratio: .72; position: relative; overflow: hidden; border-radius: 18px; background: var(--ink); }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(11,25,34,.9) 100%); transition: background .35s; }
.service-overlay { position: absolute; z-index: 2; inset: auto 18px 17px; color: white; transform: translateY(34px); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.service-overlay span { display: block; color: #f3ad9b; font-size: .72rem; font-weight: 700; margin-bottom: 7px; }
.service-overlay h3 { margin: 0; font-size: clamp(1rem, 1.35vw, 1.28rem); line-height: 1.12; }
.service-overlay p { opacity: 0; margin: 9px 0 0; color: #dce4e7; font-size: .78rem; line-height: 1.35; transition: opacity .35s ease .05s; }
.service-card:hover img { transform: scale(1.055); filter: saturate(.85) contrast(1.05); }
.service-card:hover .service-overlay { transform: none; }
.service-card:hover .service-overlay p { opacity: 1; }

.treatments-list { margin-top: 24px; padding: clamp(24px, 4vw, 40px); border-radius: var(--radius); background: var(--green-pale); display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(28px, 5vw, 64px); }
.treatments-title h3 { margin-bottom: 0; }
.treatments-list ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; }
.treatments-list li { position: relative; padding: 17px 0 17px 31px; border-bottom: 1px solid rgba(85,119,103,.2); font-weight: 700; line-height: 1.4; }
.treatments-list li::before { content: "✓"; position: absolute; left: 0; top: 17px; width: 20px; height: 20px; border-radius: 50%; background: var(--lime); color: white; display: grid; place-items: center; font-size: .7rem; }
.treatments-list li span { display: block; margin-top: 4px; color: var(--muted); font-size: .86rem; font-weight: 500; }

.pediatric { background: #31564e; color: white; }
.pediatric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.pediatric-copy p:not(.eyebrow) { color: #dce8f3; font-size: 1.1rem; max-width: 590px; }
.pediatric-copy .button { margin-top: 22px; }
.pediatric-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pediatric-points div { min-height: 165px; padding: 26px; border-radius: 20px; background: rgba(255,255,255,.09); display: flex; flex-direction: column; justify-content: flex-end; }
.pediatric-points strong { font-family: "Manrope", sans-serif; font-size: 1.05rem; }
.pediatric-points span { color: #c5d5e2; font-size: .86rem; margin-top: 6px; }

.section-heading.centered { text-align: center; max-width: 770px; margin: 0 auto 65px; }
.visit-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.visit-steps li { background: white; border-radius: 22px; padding: 30px; min-height: 285px; display: flex; flex-direction: column; }
.visit-steps li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); font-weight: 800; font-family: "Manrope", sans-serif; }
.visit-steps li div { margin-top: auto; }
.visit-steps h3 { margin-bottom: 12px; }
.visit-steps p { color: var(--muted); margin-bottom: 0; }

.motion-feature { padding: 0 0 120px; background: var(--paper); }
.motion-media {
  --motion-x: 0px;
  --motion-y: 0px;
  --scroll-shift: 0px;
  position: relative;
  min-height: clamp(430px, 56vw, 650px);
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  border-radius: 34px;
  background: #f4f2ed;
  box-shadow: 0 34px 90px rgba(24, 37, 43, .12);
}
.motion-media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 244, 241, .96) 0%, rgba(244, 244, 241, .82) 29%, rgba(244, 244, 241, .12) 58%, transparent 78%);
  pointer-events: none;
}
.motion-media > img {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  max-width: none;
  object-fit: cover;
  transform: translate3d(var(--motion-x), calc(var(--motion-y) + var(--scroll-shift)), 0) scale(1.045);
  transition: transform .22s ease-out;
  will-change: transform;
}
.motion-copy {
  position: absolute;
  z-index: 3;
  left: clamp(30px, 6vw, 76px);
  top: 50%;
  width: min(42%, 470px);
  transform: translateY(-50%);
}
.motion-copy .eyebrow { color: var(--lime); }
.motion-copy h2 { margin-bottom: 1.25rem; font-size: clamp(2.25rem, 4.5vw, 4.8rem); }
.motion-copy > p:last-child { max-width: 410px; margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.motion-media figcaption {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
  background: rgba(24,37,43,.48);
  color: white;
  font-size: .72rem;
  letter-spacing: .05em;
  backdrop-filter: blur(8px);
}
.motion-scan {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 47%;
  width: 1px;
  opacity: .75;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.95) 20%, var(--lime) 50%, rgba(255,255,255,.95) 80%, transparent);
  box-shadow: 0 0 24px rgba(85,119,103,.45);
  animation: media-scan 5.8s cubic-bezier(.65,0,.35,1) infinite;
}
.motion-orbit {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(85,119,103,.85);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(85,119,103,.35);
  animation: media-orbit 2.6s ease-out infinite;
}
.orbit-ankle { left: 87.2%; top: 30.5%; }
.orbit-forefoot { left: 69.4%; top: 73.5%; animation-delay: .75s; }
@keyframes media-scan {
  0%, 10% { transform: translateX(-10vw); opacity: 0; }
  20%, 78% { opacity: .75; }
  90%, 100% { transform: translateX(45vw); opacity: 0; }
}
@keyframes media-orbit {
  0% { transform: scale(.7); box-shadow: 0 0 0 0 rgba(85,119,103,.4); opacity: 0; }
  22% { opacity: 1; }
  75%, 100% { transform: scale(1.25); box-shadow: 0 0 0 22px rgba(85,119,103,0); opacity: 0; }
}

.studio { background: var(--ink); color: white; }
.studio-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.studio-image { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.studio-image img { width: 100%; aspect-ratio: .82; max-height: 760px; object-fit: cover; object-position: center 42%; }
.studio-copy p:not(.eyebrow) { color: #c8d1d4; }
.studio-copy address { font-style: normal; margin: 30px 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.map-panel { margin-top: 58px; display: grid; grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr); min-height: 410px; overflow: hidden; border-radius: 28px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.map-panel-simple { display: block; min-height: 0; }
.map-panel-simple .map-details { align-items: center; text-align: center; }
.map-panel-simple .map-details .button { align-self: center; }
.map-details { padding: clamp(30px, 5vw, 58px); display: flex; flex-direction: column; justify-content: center; }
.map-details h3 { margin-bottom: 20px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.map-details address { margin-bottom: 28px; font-style: normal; color: var(--muted); }
.map-details .button { align-self: flex-start; }

.reviews-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.quotes { display: grid; gap: 18px; }
blockquote { margin: 0; padding: 30px; border-radius: 20px; background: white; }
.review-stars { margin-bottom: 13px; color: #d79d23; font-size: 1.18rem; line-height: 1; letter-spacing: .14em; }
blockquote p { font-family: "Manrope", sans-serif; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.4; }
blockquote cite { color: var(--muted); font-style: normal; font-size: .83rem; }
.quotes .text-link { margin-top: 8px; justify-self: start; }

.blog-teaser { padding-top: 20px; }
.blog-teaser-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(42px, 8vw, 110px); align-items: center; }
.blog-teaser .section-heading { max-width: 560px; }
.blog-teaser .section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.blog-entry-card { min-height: 390px; padding: clamp(30px, 4vw, 48px); border-radius: var(--radius); background: var(--lime-soft); color: var(--ink); text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; transition: transform .3s ease, box-shadow .3s ease; }
.blog-entry-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-entry-card > .card-index { align-self: flex-end; padding: 8px 12px; border-radius: 999px; background: var(--ink); color: white; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-entry-card h3 { max-width: 560px; font-size: clamp(2rem, 4vw, 3.7rem); }
.blog-entry-card p:not(.eyebrow) { color: var(--muted); }
.blog-entry-card .text-link { margin-top: 16px; }

.blog-page { background: #f4f7f5; }
.blog-hero { padding: 86px 0 62px; background: linear-gradient(135deg, #edf4ef 0%, #ffffff 62%, #dfece3 100%); }
.blog-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(42px, 8vw, 110px); align-items: end; }
.blog-hero h1 { max-width: 840px; margin-bottom: 1.35rem; }
.blog-hero h1 span { color: var(--lime); }
.blog-hero .hero-lead { margin-bottom: 0; }
.blog-status { padding: clamp(26px, 4vw, 38px); border-radius: 24px; background: var(--ink); color: white; }
.blog-status .eyebrow { color: #b9d6c6; }
.blog-status h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
.blog-status p { margin-bottom: 0; color: #cdd6d8; }
.blog-topics { background: white; }
.blog-topics-head { max-width: 730px; margin-bottom: 50px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.topic-card { min-height: 310px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; background: var(--paper); }
.topic-card .topic-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); color: var(--ink); font-weight: 800; }
.topic-card div { margin-top: auto; }
.topic-card h3 { margin-bottom: 12px; }
.topic-card p { margin-bottom: 0; color: var(--muted); }
.blog-principles { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(38px, 8vw, 100px); align-items: start; }
.blog-principles-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.blog-principles-list div { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 130px 1fr; gap: 25px; }
.blog-principles-list strong { color: var(--lime); }
.blog-principles-list span { color: var(--muted); }

.articles-section { background: white; }
.articles-head { max-width: 780px; margin-bottom: 48px; }
.articles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); color: var(--ink); text-decoration: none; transition: transform .3s ease, box-shadow .3s ease; }
.article-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.05fr .95fr; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-card-media { min-height: 250px; overflow: hidden; background: var(--green-pale); }
.article-card:first-child .article-card-media { min-height: 410px; }
.article-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.article-card:hover .article-card-media img { transform: scale(1.035); }
.article-card-copy { padding: clamp(24px, 3.6vw, 42px); display: flex; flex-direction: column; align-items: flex-start; }
.article-card-copy h2, .article-card-copy h3 { margin: 14px 0 14px; }
.article-card-copy h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
.article-card-copy h3 { font-size: clamp(1.55rem, 2.3vw, 2.2rem); }
.article-card-copy p { color: var(--muted); }
.article-card-copy .text-link { margin-top: auto; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.tag-list li, .tag { display: inline-flex; align-items: center; min-height: 30px; padding: 5px 11px; border-radius: 999px; background: var(--lime-soft); color: var(--ink); font-size: .75rem; font-weight: 750; letter-spacing: .02em; }
.reading-time { color: var(--muted); font-size: .82rem; font-weight: 650; }

.article-page { background: #f4f7f5; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 26px 0 0; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { text-underline-offset: 4px; }
.article-hero { padding: 56px 0 46px; }
.article-hero-inner { max-width: 960px; }
.article-hero h1 { max-width: 940px; margin: 18px 0 22px; font-size: clamp(2.7rem, 6.4vw, 6rem); }
.article-deck { max-width: 780px; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.58; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin-top: 26px; font-size: .88rem; }
.article-meta strong { color: var(--lime); }
.article-cover { width: min(1180px, calc(100% - 40px)); margin: 0 auto; overflow: hidden; border-radius: 30px; background: var(--ink); box-shadow: var(--shadow); }
.article-cover img { width: 100%; aspect-ratio: 1.75; object-fit: cover; }
.article-content { padding: 76px 0 110px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 300px); justify-content: center; gap: clamp(48px, 8vw, 110px); align-items: start; }
.article-body { font-size: 1.08rem; }
.article-body > p:first-child { color: var(--ink); font-size: clamp(1.22rem, 2vw, 1.45rem); line-height: 1.55; }
.article-body h2 { margin: 54px 0 18px; font-size: clamp(1.9rem, 3.6vw, 3rem); }
.article-body h3 { margin: 32px 0 12px; font-size: 1.35rem; letter-spacing: -.02em; }
.article-body p, .article-body li { color: #43565d; }
.article-body ul { padding-left: 1.25rem; }
.article-body li { margin: 8px 0; }
.article-note, .article-warning { margin: 34px 0; padding: 24px 26px; border-radius: 18px; background: var(--lime-soft); }
.article-warning { background: #fff3df; }
.article-note p:last-child, .article-warning p:last-child { margin-bottom: 0; }
.article-sources { margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--line); font-size: .9rem; }
.article-sources h2 { margin-top: 0; font-size: 1.35rem; }
.article-sidebar { position: sticky; top: 118px; padding: 26px; border-radius: 22px; background: var(--ink); color: white; }
.article-sidebar p { color: #cdd6d8; }
.article-sidebar .eyebrow { color: #b9d6c6; }
.article-sidebar .button { width: 100%; background: var(--lime-soft); color: var(--ink); }
.article-sidebar .button:hover { background: white; }
.article-back { display: inline-flex; margin-top: 22px; color: white; font-weight: 700; text-underline-offset: 5px; }

.cta-section { padding: 0 0 50px; }
.cta-card { background: var(--lime-soft); border-radius: 34px; padding: clamp(40px, 7vw, 90px); text-align: center; }
.cta-card h2 { max-width: 810px; margin-left: auto; margin-right: auto; }
.cta-card > p:not(.eyebrow) { font-size: 1.08rem; }
.cta-card .button-light { background: var(--ink); color: white; }
.cta-card .button-light:hover { background: var(--ink-2); }
.miodottore-card { display: block; width: min(210px, 68vw); margin: 30px auto 0; overflow: hidden; border-radius: 24px; box-shadow: 0 16px 36px rgba(24,37,43,.14); transition: transform .2s ease, box-shadow .2s ease; }
.miodottore-card:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(24,37,43,.2); }
.miodottore-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.cta-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.phone-link { font-weight: 700; text-underline-offset: 5px; }

footer { background: #111b20; color: white; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr .7fr; gap: 40px; }
.footer-grid strong { font-family: inherit; }
.footer-grid p { color: #aebbc0; font-size: .9rem; }
.footer-grid a { color: inherit; }
.footer-brand { align-self: start; }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #89999e; font-size: .78rem; }
.footer-bottom p { margin-bottom: 0; }
.legal-links { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.legal-links button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.legal-dialog { width: min(720px, calc(100% - 32px)); max-height: min(84vh, 820px); padding: 0; border: 0; border-radius: 24px; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.legal-dialog::backdrop { background: rgba(11,24,29,.68); backdrop-filter: blur(4px); }
.dialog-inner { position: relative; padding: clamp(28px, 5vw, 52px); }
.dialog-inner h2 { font-size: clamp(2.2rem, 6vw, 4rem); }
.dialog-inner h3 { margin-top: 28px; font-size: 1.15rem; letter-spacing: -.015em; }
.dialog-inner p { color: var(--muted); }
.dialog-inner a { color: var(--ink); }
.dialog-close { position: sticky; float: right; top: 0; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 1.6rem; line-height: 1; cursor: pointer; }
.legal-summary { padding: 18px 20px; border-radius: 16px; background: var(--green-pale); color: var(--ink) !important; }
.legal-note { padding-top: 20px; border-top: 1px solid var(--line); font-size: .88rem; }
.book-rail { position: fixed; z-index: 55; right: 0; top: 50%; transform: translateY(-50%); min-height: 152px; padding: 18px 13px; border-radius: 18px 0 0 18px; background: var(--lime); color: white; box-shadow: 0 14px 38px rgba(24,37,43,.2); display: flex; align-items: center; gap: 9px; writing-mode: vertical-rl; text-orientation: mixed; text-decoration: none; font-weight: 800; letter-spacing: .04em; transition: padding .2s, background .2s; }
.book-rail:hover { padding-right: 18px; background: #3f6052; }
.mobile-book { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .audience-card { transition: none; }
  .audience-motif span { animation: none; }
  .motion-media > img { transform: none; transition: none; }
  .motion-scan, .motion-orbit { animation: none; }
  .motion-scan { display: none; }
}

@media (max-width: 940px) {
  .section { padding: 90px 0; }
  .nav-wrap > .button { display: none; }
  .menu-toggle { display: block; }
  nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 2px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; }
  nav.open { opacity: 1; pointer-events: auto; transform: none; }
  nav.open { visibility: visible; }
  nav a { display: flex; align-items: center; min-height: 48px; padding: 0 12px; border-radius: 10px; font-size: 1rem; }
  nav a:hover, nav a:focus-visible { background: var(--green-pale); color: var(--ink); }
  .hero-grid, .intro-grid, .pediatric-grid, .studio-grid, .reviews-grid, .blog-teaser-grid, .blog-hero-grid, .blog-principles { grid-template-columns: 1fr; }
  .hero-copy { order: 0; }
  .hero-portrait { order: 1; margin: 0 auto; width: min(78%, 430px); }
  .hero { padding-top: 32px; }
  .hero-grid { gap: 52px; }
  .intro-grid, .pediatric-grid, .studio-grid, .reviews-grid { gap: 45px; }
  .services-head { grid-template-columns: 1fr; gap: 10px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .senior { grid-column: 1 / -1; min-height: 390px; }
  .diabetic-focus { grid-template-columns: 1fr; }
  .diabetic-focus .text-link { justify-self: start; }
  .service-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-card { min-height: 270px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: minmax(0, 760px); }
  .article-sidebar { position: static; }
  .treatments-list { grid-template-columns: 1fr; }
  .motion-feature { padding-bottom: 90px; }
  .motion-copy { width: min(48%, 420px); }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 82px; }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 32px), 1180px); }
  .section { padding: 68px 0; }
  .nav-wrap { min-height: 74px; }
  .brand { gap: 9px; min-width: 0; }
  .brand span:last-child { min-width: 0; }
  .brand strong { font-size: .88rem; }
  .brand-mark { width: 39px; height: 39px; }
  .menu-toggle { min-width: 46px; min-height: 46px; }
  nav { left: 16px; right: 16px; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); line-height: 1.02; margin-bottom: 1.25rem; }
  h2 { font-size: clamp(2rem, 10vw, 3.25rem); }
  .hero { padding: 38px 0 58px; }
  .hero-grid { gap: 42px; }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; gap: 16px; margin: 28px 0 36px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { min-height: 48px; justify-content: center; }
  .hero-portrait { width: 100%; }
  .portrait-frame { aspect-ratio: .9; border-radius: 24px 88px 24px 24px; }
  .portrait-note { position: relative; left: auto; bottom: auto; width: calc(100% - 24px); max-width: none; margin: -24px auto 0; }
  .trust-row { grid-template-columns: 1fr; gap: 13px; }
  .trust-row div { grid-template-columns: 105px 1fr; align-items: baseline; }
  .profile-path div { grid-template-columns: 96px 1fr; gap: 14px; }
  .audience-grid, .pediatric-points, .visit-steps, .topic-grid { grid-template-columns: 1fr; }
  .senior { grid-column: auto; }
  .audience-card { min-height: 340px; padding: 30px 26px; }
  .services { padding: 60px 0; }
  .services-head { padding-bottom: 20px; }
  .service-carousel { width: calc(100% + 16px); overflow-x: auto; overflow-y: hidden; padding: 0 16px 14px 0; scroll-snap-type: x mandatory; scroll-padding-left: 0; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .service-carousel::-webkit-scrollbar { display: none; }
  .service-track { display: flex; gap: 12px; }
  .service-card { flex: 0 0 min(82vw, 330px); min-height: 390px; aspect-ratio: .78; border-radius: 18px; scroll-snap-align: start; }
  .service-overlay { inset: auto 20px 20px; transform: none; }
  .service-overlay h3 { font-size: 1.3rem; }
  .service-overlay p { opacity: 1; font-size: .86rem; }
  .treatments-list { padding: 28px 22px; }
  .treatments-list ul { grid-template-columns: 1fr; }
  .pediatric-points div { min-height: 140px; }
  .visit-steps { gap: 14px; }
  .visit-steps li { min-height: 230px; padding: 26px; }
  .motion-feature { padding-bottom: 68px; }
  .motion-media { min-height: 610px; border-radius: 24px; }
  .motion-media::after { background: linear-gradient(180deg, rgba(244,244,241,.98) 0%, rgba(244,244,241,.9) 36%, rgba(244,244,241,.08) 67%, transparent 82%); }
  .motion-media > img { inset: 0; width: 100%; height: 100%; object-position: 67% center; }
  .motion-copy { left: 24px; right: 24px; top: 36px; width: auto; transform: none; }
  .motion-copy h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .motion-copy > p:last-child { font-size: .96rem; max-width: 340px; }
  .motion-media figcaption { left: 18px; right: auto; bottom: 16px; }
  .motion-orbit { display: none; }
  .studio-image img { aspect-ratio: .9; }
  .map-panel { margin-top: 38px; grid-template-columns: 1fr; }
  .map-details .button { width: 100%; }
  .cta-card { border-radius: 24px; padding: 42px 22px; }
  .miodottore-card { width: min(176px, 58vw); margin-top: 24px; border-radius: 20px; }
  .cta-actions { align-items: stretch; gap: 14px; }
  .cta-actions .button, .cta-actions .phone-link { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: center; }
  .blog-hero { padding: 54px 0 44px; }
  .blog-entry-card { min-height: 340px; }
  .topic-card { min-height: 250px; }
  .blog-principles-list div { grid-template-columns: 1fr; gap: 5px; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card:first-child { grid-column: auto; display: block; }
  .article-card:first-child .article-card-media, .article-card-media { min-height: 240px; }
  .article-hero { padding: 38px 0 34px; }
  .article-cover { width: calc(100% - 32px); border-radius: 22px; }
  .article-cover img { aspect-ratio: 1.35; }
  .article-content { padding: 52px 0 82px; }
  .article-body { font-size: 1rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .book-rail { display: none; }
  .mobile-book { display: flex; position: fixed; z-index: 60; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 54px; border-radius: 999px; background: var(--lime); color: white; align-items: center; justify-content: center; font-weight: 800; text-decoration: none; box-shadow: 0 8px 30px rgba(24,37,43,.28); }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 24px), 1180px); }
  .brand small { display: none; }
  .brand strong { font-size: .82rem; }
  h1 { font-size: clamp(2.35rem, 12.5vw, 3rem); }
  .trust-row div { grid-template-columns: 1fr; gap: 0; }
  .service-card { flex-basis: 84vw; min-height: 360px; }
  .audience-card { min-height: 320px; }
}
