:root{--ink:#10233d;--ink-deep:#071522;--cyan:#176b7b;--cyan-light:#8ed9df;--amber:#d88a43;--ivory:#f6f0e6;--paper:#fbfaf7;--white:#fff;--muted:#526273;--line:#10233d24;--line-light:#ffffff2e;--shadow:0 24px 80px #0715221f;--radius-sm:12px;--radius-md:24px;--radius-lg:42px;--container:1240px;--header-height:82px;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:auto;background:var(--paper);overflow-x:clip}body{min-width:320px;color:var(--ink);background:var(--paper);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65;overflow-x:clip}button,a{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}img,video{max-width:100%;display:block}h1,h2,h3,p,blockquote{margin-top:0}h1,h2,h3{color:inherit;letter-spacing:-.045em;font-weight:500;line-height:1.02}h1{font-size:clamp(3rem,7vw,7.2rem)}h2{font-size:clamp(2.5rem,5vw,5.2rem)}h3{font-size:1.35rem}em{font-family:Cormorant Garamond,Georgia,serif;font-weight:500}:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}::selection{color:var(--white);background:var(--cyan)}.container{width:min(calc(100% - 40px), var(--container));margin-inline:auto}.site-shell{min-height:100vh}.skip-link{z-index:1000;color:var(--white);background:var(--ink-deep);border-radius:8px;padding:12px 18px;transition:transform .18s;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.eyebrow{color:var(--cyan);letter-spacing:.18em;text-transform:uppercase;margin-bottom:1.4rem;font-size:.72rem;font-weight:700;line-height:1.4}.section{padding-block:clamp(6rem,11vw,10rem);position:relative}.medical-note{max-width:760px;color:var(--muted);text-align:center;margin:3rem auto 0;font-size:.82rem}@media (width<=700px){:root{--header-height:70px}.container{width:min(calc(100% - 28px), var(--container))}h1{font-size:clamp(2.8rem,14vw,4.5rem)}h2{font-size:clamp(2.35rem,11vw,3.8rem)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header{z-index:100;height:var(--header-height);color:var(--ink);border-bottom:1px solid #0000;transition:background .3s,border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.site-header--solid{border-bottom-color:var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf7eb;box-shadow:0 12px 34px #0715220f}.site-header__inner{justify-content:space-between;align-items:center;gap:1.5rem;height:100%;display:flex}.brand{align-items:center;gap:.72rem;min-height:48px;display:inline-flex}.brand__symbol{flex:none;width:38px;height:38px}.brand__text{flex-direction:column;line-height:1.08;display:flex}.brand__text strong{letter-spacing:-.03em;font-size:.9rem}.brand__text span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:600}.site-header__nav{align-items:center;gap:clamp(1.2rem,2.5vw,2.5rem);margin-left:auto;display:flex}.site-header__nav a{place-items:center;min-height:44px;font-size:.78rem;font-weight:650;display:grid;position:relative}.site-header__nav a:after{background:var(--cyan);content:"";transform-origin:100%;height:1px;transition:transform .24s var(--ease);position:absolute;bottom:6px;left:0;right:0;transform:scaleX(0)}.site-header__nav a:hover:after{transform-origin:0;transform:scaleX(1)}.site-header__menu-button{background:var(--paper);border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:none}.button{min-height:54px;color:var(--white);background:var(--ink);border:1px solid var(--ink);transition:color .26s ease, background .26s ease, border-color .26s ease, transform .26s var(--ease), box-shadow .26s ease;border-radius:999px;justify-content:center;align-items:center;gap:.7rem;padding:.85rem 1.2rem .85rem 1.35rem;font-size:.83rem;font-weight:700;display:inline-flex;box-shadow:0 10px 24px #07152224}.button:hover{background:var(--cyan);border-color:var(--cyan);transform:translateY(-2px);box-shadow:0 14px 30px #2f9fb338}.button__arrow{transition:transform .26s var(--ease)}.button:hover .button__arrow{transform:translate(2px,-2px)}.button--compact{min-height:44px;padding:.65rem 1rem}.button--compact>svg:first-child{display:none}.button--light{color:var(--ink);background:var(--white);border-color:var(--white)}.button--outline{color:var(--ink);border-color:var(--line);box-shadow:none;background:0 0}.text-link{border-bottom:1px solid;align-items:center;min-height:44px;font-size:.83rem;font-weight:700;display:inline-flex}.story-chapter{background:var(--ivory);height:190svh;position:relative}.story-chapter--hero{height:210svh}.story-chapter__stage{isolation:isolate;background:var(--ivory);height:100svh;position:sticky;top:0;overflow:hidden}.story-chapter__poster,.story-chapter__video{z-index:-3;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.story-chapter__poster{z-index:-4}.story-chapter__video{will-change:contents}.story-chapter--reduced .story-chapter__video{display:none}.story-chapter--reduced,.story-chapter--reduced.story-chapter--hero{height:auto;min-height:100svh}.story-chapter--reduced .story-chapter__stage{min-height:100svh;position:relative}.story-chapter__veil{z-index:-1;pointer-events:none;position:absolute;inset:0}.story-chapter--light.story-chapter--left .story-chapter__veil{background:linear-gradient(90deg,#f6f0e6fc 0%,#f6f0e6ed 27%,#f6f0e67a 48%,#f6f0e60d 73%),linear-gradient(#0000 72%,#0715222e)}.story-chapter--light.story-chapter--right .story-chapter__veil{background:linear-gradient(270deg,#f6f0e6fc 0%,#f6f0e6ed 27%,#f6f0e66b 48%,#f6f0e60a 72%),linear-gradient(#0000 72%,#0715222e)}.story-chapter--dark{color:var(--white)}.story-chapter--dark .story-chapter__stage{background:var(--ink-deep)}.story-chapter--dark .eyebrow,.treatments .eyebrow,.contact .eyebrow{color:var(--cyan-light)}.story-chapter--dark .story-chapter__veil{background:linear-gradient(270deg,#071522f5 0%,#071522db 32%,#07152261 56%,#0715220a 78%),linear-gradient(#0000 65%,#0715228c)}.story-chapter__content{height:100%;padding-top:var(--header-height);justify-content:flex-start;align-items:center;display:flex}.story-chapter--right .story-chapter__content{justify-content:flex-end}.story-chapter__copy{width:min(48vw,660px);padding-block:2rem}.story-chapter__copy :is(h1,h2){text-wrap:balance;max-width:11ch;margin-bottom:1.8rem}.story-chapter__body{max-width:54ch;color:color-mix(in srgb, currentColor 76%, transparent);margin-bottom:2rem;font-size:clamp(1rem,1.3vw,1.18rem)}.story-chapter__actions{align-items:center;gap:1.5rem;display:flex}.story-progress{bottom:30px;left:max(20px, calc((100vw - var(--container)) / 2));max-width:min(460px,45vw);color:color-mix(in srgb, currentColor 72%, transparent);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.8rem;font-size:.64rem;font-weight:700;display:flex;position:absolute}.story-progress__line{opacity:.45;background:currentColor;width:54px;height:1px}.scroll-cue{right:max(20px, calc((100vw - var(--container)) / 2));letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.6rem;min-height:44px;font-size:.68rem;font-weight:700;display:flex;position:absolute;bottom:24px}.scroll-cue svg{animation:1.8s ease-in-out infinite scroll-cue}@keyframes scroll-cue{0%,to{transform:translateY(-2px)}50%{transform:translateY(4px)}}.site-shell>main,.footer{z-index:2;position:relative}.scroll-story{z-index:0;background:var(--ivory);pointer-events:none;position:fixed;inset:0;overflow:hidden}.scroll-story__fallback,.scroll-story__canvas{width:100%;height:100%;position:absolute;inset:0}.scroll-story__fallback{object-fit:cover;transition:opacity .5s}.scroll-story__canvas{opacity:0;transition:opacity .5s;display:block}.scroll-story--ready .scroll-story__fallback{opacity:0}.scroll-story--ready .scroll-story__canvas{opacity:1}.story-chapter,.story-chapter--hero{z-index:2;isolation:isolate;background:0 0;height:auto;min-height:135svh;position:relative;overflow:clip}.story-chapter--hero{min-height:145svh}.story-chapter__content{min-height:100svh;padding-top:var(--header-height);align-items:center;display:flex;position:relative}.story-chapter--hero .story-chapter__copy h1{max-width:12ch;font-size:clamp(3.1rem,5.2vw,5.4rem)}.story-chapter:not(.story-chapter--hero) .story-chapter__copy h2{font-size:clamp(2.6rem,4.5vw,4.7rem)}.story-chapter__veil{z-index:-1}.authority{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071522e6}.conditions,.treatments,.doctor,.consultation,.faq,.contact{z-index:2;isolation:isolate;background:0 0;align-items:center;min-height:125svh;display:flex}.conditions,.doctor,.consultation,.faq{display:flex}.conditions:before,.doctor:after,.consultation:before,.faq:before{z-index:-1;content:"";pointer-events:none;background:linear-gradient(90deg,#f6f0e6fa 0%,#f6f0e6e6 45%,#f6f0e633 78%,#0000 100%);position:absolute;inset:0}.doctor:after,.faq:before{background:linear-gradient(270deg,#f6f0e6fa 0%,#f6f0e6e6 48%,#f6f0e62e 82%,#0000 100%)}.treatments,.contact{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#071522db}.conditions__layout,.doctor__layout,.faq__layout,.contact__layout,.consultation>.container,.treatments>.container{z-index:1;position:relative}.conditions__list,.consultation__steps,.faq__items{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf7b8;box-shadow:0 24px 70px #0715221a}.conditions__list,.faq__items{padding-inline:1.4rem}.treatment-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07152247}.consultation__steps{overflow:hidden}.doctor__content{border-radius:var(--radius-md);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f0e6db;border:1px solid #ffffff7a;padding:clamp(1.5rem,3vw,3rem)}@supports (animation-timeline:view()){.story-chapter__copy,.conditions__layout,.treatments>.container,.doctor__layout,.consultation>.container,.faq__layout,.contact__layout{animation:linear both section-pass;animation-timeline:view();animation-range:entry exit}}@keyframes section-pass{0%{opacity:0;transform:translateY(6vh)}20%,72%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5vh)}}.authority{z-index:2;color:var(--white);background:var(--ink-deep);padding-block:1.3rem;position:relative}.authority__grid{grid-template-columns:repeat(4,1fr);display:grid}.authority__item{border-right:1px solid var(--line-light);align-items:center;gap:1rem;min-height:92px;padding:1rem 1.6rem;display:flex}.authority__item:last-child{border-right:0}.authority__item svg{color:var(--cyan-light);flex:none}.authority__item div{flex-direction:column;display:flex}.authority__item strong{font-size:.82rem}.authority__item span{color:#ffffff94;font-size:.67rem}.section-heading{max-width:780px}.section-heading--center{text-align:center;margin-inline:auto}.section-heading h2{text-wrap:balance;margin-bottom:1.8rem}.section-heading h2 em{color:var(--cyan)}.section-heading__body{max-width:62ch;color:var(--muted);margin-bottom:0;font-size:1.03rem}.section-heading--center .section-heading__body{margin-inline:auto}.conditions{background:var(--paper)}.conditions__layout{grid-template-columns:minmax(0,.9fr) minmax(380px,.7fr);align-items:start;gap:clamp(4rem,9vw,9rem);display:grid}.conditions__list{border-top:1px solid var(--line)}.conditions__item{border-bottom:1px solid var(--line);min-height:76px;transition:padding .26s var(--ease), color .26s ease;grid-template-columns:40px 1fr 30px;align-items:center;gap:1rem;display:grid}.conditions__item:hover{color:var(--cyan);padding-inline:.7rem}.conditions__item>span{color:var(--muted);font-size:.7rem;font-weight:700}.conditions__item strong{font-size:clamp(1rem,1.3vw,1.2rem)}.conditions__item svg{justify-self:end}.treatments{color:var(--white);background:var(--ink-deep)}.treatments:before{content:"";pointer-events:none;background:radial-gradient(circle,#2f9fb324,#0000 68%);width:min(800px,80vw);height:420px;position:absolute;top:0;left:50%;transform:translate(-50%)}.treatments .section-heading__body,.treatments .medical-note{color:#ffffff9e}.treatments__grid{border-top:1px solid var(--line-light);border-left:1px solid var(--line-light);grid-template-columns:repeat(3,1fr);margin-top:4.5rem;display:grid}.treatment-card{border-right:1px solid var(--line-light);border-bottom:1px solid var(--line-light);min-height:300px;transition:background .3s ease, transform .3s var(--ease);padding:clamp(1.6rem,3vw,2.6rem)}.treatment-card:hover{background:#2f9fb317;transform:translateY(-4px)}.treatment-card__top{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.treatment-card__top svg{color:var(--cyan-light)}.treatment-card__top span{color:#ffffff5c;font-size:.7rem}.treatment-card h3{letter-spacing:-.025em;margin-bottom:1rem}.treatment-card p{color:#fff9;margin-bottom:0;font-size:.88rem}.doctor{background:var(--ivory);overflow:hidden}.doctor__layout{grid-template-columns:minmax(360px,.9fr) minmax(0,1fr);align-items:center;gap:clamp(4rem,9vw,9rem);display:grid}.doctor__portrait-wrap{position:relative}.doctor__portrait-wrap:before{z-index:0;aspect-ratio:1;content:"";background:#8ed9df57;border-radius:50%;width:65%;position:absolute;top:-11%;right:-15%}.doctor__portrait{z-index:1;aspect-ratio:1;object-fit:cover;width:100%;box-shadow:var(--shadow);border-radius:52% 52% 28px 28px;position:relative}.doctor__signature{z-index:2;width:85%;color:var(--white);border:1px solid var(--line-light);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071522ed;border-radius:14px;margin:-46px auto 0;padding:1.2rem 1.5rem;position:relative}.doctor__signature span,.doctor__signature strong{display:block}.doctor__signature span{font-size:.88rem;font-weight:700}.doctor__signature strong{color:var(--cyan-light);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem}.doctor__credentials{gap:.75rem;margin:2rem 0;padding:0;list-style:none;display:grid}.doctor__credentials li{color:var(--muted);align-items:center;gap:.8rem;font-size:.88rem;display:flex}.doctor__credentials svg{color:var(--cyan);flex:none}.doctor blockquote{color:var(--ink);border-left:2px solid var(--cyan);margin:2.4rem 0;padding-left:1.5rem;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.35rem,2vw,1.8rem);font-style:italic;line-height:1.35}.consultation{background:var(--paper)}.consultation__steps{grid-template-columns:repeat(4,1fr);margin-top:5rem;display:grid}.consultation__step{border-top:1px solid var(--line);border-right:1px solid var(--line);min-height:310px;padding:2rem;position:relative}.consultation__step:first-child{border-left:1px solid var(--line)}.consultation__number{color:var(--muted);margin-bottom:4rem;font-size:.68rem;display:block}.consultation__step svg{color:var(--cyan);margin-bottom:1.5rem}.consultation__step h3{margin-bottom:.8rem}.consultation__step p{color:var(--muted);margin-bottom:0;font-size:.85rem}.faq{background:var(--paper)}.faq__layout{grid-template-columns:minmax(0,.85fr) minmax(400px,.9fr);align-items:start;gap:clamp(4rem,9vw,9rem);display:grid}.faq__items{border-top:1px solid var(--line)}.faq__item{border-bottom:1px solid var(--line)}.faq__item button{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:1fr 30px;align-items:center;gap:1rem;width:100%;min-height:82px;padding:1.2rem 0;display:grid}.faq__item button span{font-size:.94rem;font-weight:700}.faq__item button svg{color:var(--cyan)}.faq__answer p{max-width:60ch;color:var(--muted);margin-bottom:1.5rem;font-size:.9rem}.contact{color:var(--white);background:var(--ink-deep);padding-block:clamp(6rem,11vw,10rem);position:relative;overflow:hidden}.contact__glow{pointer-events:none;background:radial-gradient(circle,#2f9fb32e,#0000 68%);width:700px;height:700px;position:absolute;top:50%;left:42%;transform:translate(-50%,-50%)}.contact__layout{grid-template-columns:minmax(0,1fr) minmax(340px,.55fr);align-items:end;gap:clamp(4rem,9vw,10rem);display:grid;position:relative}.contact__copy h2{max-width:14ch;margin-bottom:2rem}.contact__copy h2 em{color:var(--cyan-light)}.contact__copy>p:not(.eyebrow){color:#ffffffa6;max-width:58ch;margin-bottom:2.4rem}.contact__details{border-top:1px solid var(--line-light)}.contact__details>a,.contact__details>div{border-bottom:1px solid var(--line-light);align-items:center;gap:1rem;min-height:100px;padding-block:1.2rem;display:flex}.contact__details svg{color:var(--cyan-light);flex:none}.contact__details span{color:#ffffff9e;flex-direction:column;font-size:.82rem;display:flex}.contact__details strong{color:var(--white);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.2rem;font-size:.72rem}.footer{background:var(--ivory);padding-block:3rem 1.5rem}.footer__top{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr auto;align-items:start;gap:3rem;padding-bottom:2.5rem;display:grid}.footer__top p{color:var(--muted);margin:0;font-size:.76rem}.footer__top nav{flex-direction:column;gap:.45rem;font-size:.72rem;font-weight:650;display:flex}.footer__bottom{color:var(--muted);justify-content:space-between;gap:1rem;padding-top:1.5rem;font-size:.66rem;display:flex}.legal-shell{padding-top:var(--header-height)}.legal-page{max-width:900px;padding-block:6rem 8rem}.legal-page h1{max-width:12ch;margin-bottom:1rem;font-size:clamp(3rem,7vw,6rem)}.legal-page__updated{color:var(--muted);margin-bottom:4rem;font-size:.78rem}.legal-page__content{margin-bottom:3rem}.legal-page__content h2{letter-spacing:-.025em;margin:3rem 0 .8rem;font-size:1.5rem}.legal-page__content p{color:var(--muted)}@media (width<=1050px){.site-header__nav{gap:1rem}.site-header__nav a{font-size:.72rem}.authority__grid{grid-template-columns:repeat(2,1fr)}.authority__item:nth-child(2){border-right:0}.authority__item:nth-child(-n+2){border-bottom:1px solid var(--line-light)}.treatments__grid,.consultation__steps{grid-template-columns:repeat(2,1fr)}.consultation__step:nth-child(3){border-left:1px solid var(--line)}}@media (width<=899px){.site-header__nav{top:var(--header-height);visibility:hidden;border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;transition:opacity .2s ease, transform .2s var(--ease), visibility .2s ease;background:#fbfaf7fa;border-radius:18px;flex-direction:column;align-items:stretch;gap:0;padding:1rem;display:flex;position:fixed;left:14px;right:14px;transform:translateY(-10px)}.site-header__nav--open{visibility:visible;opacity:1;transform:translateY(0)}.site-header__nav a{border-bottom:1px solid var(--line);justify-content:flex-start}.site-header__nav a:last-child{border-bottom:0}.site-header__menu-button{order:3;display:flex}.site-header__cta{display:none}.story-chapter,.story-chapter--hero{height:auto;min-height:118svh}.story-chapter__stage{min-height:100svh;position:relative}.story-chapter__content{min-height:100svh}.story-chapter--hero .story-chapter__copy h1{max-width:12ch;font-size:clamp(2.5rem,10vw,3.3rem)}.conditions,.treatments,.doctor,.consultation,.faq,.contact{min-height:112svh}.conditions:before,.doctor:after,.consultation:before,.faq:before{background:linear-gradient(#f6f0e62e 0%,#f6f0e6e6 40%,#f6f0e6fa 100%)}.story-chapter__content,.story-chapter--right .story-chapter__content{padding-top:calc(var(--header-height) + 3rem);justify-content:flex-start;align-items:flex-end;padding-bottom:7rem}.story-chapter__copy{width:min(100%,640px)}.story-chapter--light.story-chapter--left .story-chapter__veil,.story-chapter--light.story-chapter--right .story-chapter__veil{background:linear-gradient(#f6f0e614 0%,#f6f0e647 30%,#f6f0e6f0 65%,#f6f0e6fc 100%)}.story-chapter--dark .story-chapter__veil{background:linear-gradient(#0715221f 0%,#07152247 24%,#071522e6 62%,#071522fc 100%)}.story-chapter__poster,.story-chapter__video{object-position:58% center}.story-chapter__copy :is(h1,h2){max-width:13ch}.story-progress{max-width:calc(100% - 40px)}.scroll-cue{display:none}.conditions__layout,.doctor__layout,.faq__layout,.contact__layout{grid-template-columns:1fr}.conditions__layout,.faq__layout{gap:4rem}.doctor__portrait-wrap{width:min(100%,620px);margin-inline:auto}.contact__details{max-width:620px}.footer__top{grid-template-columns:1fr 1fr}.footer__top nav{flex-flow:wrap;grid-column:1/-1;gap:1rem 2rem}}@media (width<=620px){.brand__text span{display:none}.story-chapter__actions{flex-direction:column;align-items:flex-start;gap:.8rem}.story-progress{bottom:20px;left:14px}.story-progress>span:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:210px;overflow:hidden}.authority__grid,.treatments__grid,.consultation__steps{grid-template-columns:1fr}.authority__item{border-right:0;border-bottom:1px solid var(--line-light);min-height:78px}.authority__item:last-child{border-bottom:0}.treatment-card{min-height:260px}.treatment-card__top{margin-bottom:3rem}.consultation__step,.consultation__step:nth-child(3){border-right:1px solid var(--line);border-left:1px solid var(--line);min-height:260px}.footer__top{grid-template-columns:1fr;gap:1.5rem}.footer__top nav{flex-direction:column;grid-column:auto}.footer__bottom{flex-direction:column;align-items:flex-start}}.story-chapter__copy :is(h1,h2),.section-heading h2,.instagram-section__heading h2,.contact__content h2,.footer__statement h2{font-size:clamp(2.35rem,4.1vw,4rem)}.story-chapter__copy :is(h1,h2) em{color:var(--cyan);font-family:inherit;font-style:normal}.story-chapter--dark .story-chapter__copy :is(h1,h2) em{color:var(--cyan-light)}.story-chapter--hero .eyebrow{width:fit-content;color:var(--ink-deep);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fbfaf7c7;border-radius:999px;padding:.45rem .65rem;display:inline-block;box-shadow:0 8px 30px #07152214}.story-chapter__veil,.conditions:before,.doctor:after,.consultation:before,.faq:before{height:auto;top:-2px;bottom:-2px;-webkit-mask-image:linear-gradient(#0000 0%,#000 9% 91%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 9% 91%,#0000 100%)}.conditions:before{background:radial-gradient(at 28% 48%,#f6f0e6c7 0%,#f6f0e66b 52%,#0000 78%);width:min(58%,900px);right:auto}.conditions__list{background:#fbfaf7a8;border:1px solid #ffffff85;padding:.65rem 1.25rem}.conditions__item{min-height:0;display:block}.conditions__item>button{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:40px minmax(0,1fr) 28px;align-items:center;gap:.9rem;width:100%;min-height:68px;padding:0;display:grid}.conditions__item>button>span{color:var(--muted);font-size:.68rem;font-weight:700}.conditions__item>button strong{font-size:clamp(.96rem,1.25vw,1.12rem)}.conditions__item>button svg{transition:transform .24s var(--ease);justify-self:end}.conditions__item.is-open>button svg{color:var(--cyan);transform:rotate(180deg)}.conditions__panel{grid-template-columns:minmax(96px,118px) minmax(0,1fr);align-items:center;gap:1.1rem;padding:0 0 1rem;display:grid}.conditions__panel[hidden]{display:none}.conditions__panel img{object-fit:cover;border:5px solid #ffffffbd;border-radius:18px;width:100%;max-height:112px;box-shadow:0 12px 28px #07152221}.conditions__panel p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.treatments{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#071522ad}.treatments__grid{border:0;gap:.85rem;margin-top:3rem}.treatment-card{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#07152257;border:1px solid #ffffff21;border-radius:22px;min-height:220px;padding:1.25rem}.treatment-card__top{margin-bottom:1.35rem}.treatment-card__top img{object-fit:cover;border:3px solid #ffffff1f;border-radius:17px;width:58px;height:58px;box-shadow:0 12px 25px #0000002e}.treatment-card h3{margin-bottom:.55rem;font-size:1.08rem}.treatment-card p{font-size:.79rem;line-height:1.55}.consultation:before{background:linear-gradient(90deg,#f6f0e6ad,#f6f0e633 64%,#0000)}.consultation__steps{background:#fbfaf785;gap:.75rem;margin-top:3rem;padding:.75rem}.consultation__step{background:#fbfaf78f;border-radius:18px;min-height:210px;padding:1.35rem;border:1px solid #07152217!important}.consultation__number{margin-bottom:1.2rem}.consultation__step svg{margin-bottom:1rem}.consultation__step h3{font-size:1.08rem}.doctor:after{background:radial-gradient(at 75% 42%,#f6f0e6a8,#f6f0e629 60%,#0000 78%)}.doctor__layout{grid-template-columns:minmax(250px,.58fr) minmax(0,1fr);grid-template-areas:"portrait summary""details details";gap:clamp(2rem,5vw,4.5rem)}.doctor__portrait-wrap{grid-area:portrait;max-width:410px}.doctor__portrait{aspect-ratio:4/5;border-radius:38px}.doctor__summary{grid-area:summary;max-width:690px}.doctor__details-band{border-top:1px solid #07152221;grid-area:details;grid-template-columns:minmax(260px,1fr) minmax(300px,1fr) auto;align-items:center;gap:clamp(1.5rem,4vw,4rem);padding-top:2rem;display:grid}.doctor__details-band .doctor__credentials,.doctor__details-band blockquote{margin:0}.doctor__details-band .button{white-space:nowrap}.instagram-section__rail{gap:clamp(.65rem,1vw,1rem)}.instagram-card{aspect-ratio:4/5.45;background:linear-gradient(145deg,#20384d,#0b1d2c);border:1px solid #ffffff38;border-radius:26px;padding:12px;overflow:visible;box-shadow:0 24px 55px #07152233,inset 0 1px #ffffff2e}.instagram-card:after{display:none}.instagram-card--window-1{transform:rotate(-1.2deg)}.instagram-card--window-2{background:linear-gradient(145deg,#efe3cf,#cbb797);transform:translateY(10px)rotate(.8deg)}.instagram-card--window-3{background:linear-gradient(145deg,#16667a,#0a3041);transform:rotate(1.1deg)}.instagram-card__window-bar{align-items:center;gap:5px;height:23px;padding-inline:4px;display:flex}.instagram-card__window-bar i{background:var(--cyan-light);border-radius:50%;width:6px;height:6px}.instagram-card__window-bar i:nth-child(2){background:#e7b56d}.instagram-card__window-bar i:nth-child(3){opacity:.5}.instagram-card__viewport{border-radius:17px;height:calc(100% - 23px);display:block;position:relative;overflow:hidden}.instagram-card__viewport:after{content:"";background:linear-gradient(#0715220a,#0000 48%,#071522d1);position:absolute;inset:0}.instagram-card img{width:100%;height:100%}.site-shell .contact{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071522bd}.contact__content h2{font-size:clamp(2.5rem,4.2vw,4rem)}.contact__side-drawers,.contact__mobile-cta{display:none}@media (width<=899px){.story-chapter,.story-chapter--hero{min-height:112svh}.story-chapter__copy :is(h1,h2),.section-heading h2,.instagram-section__heading h2,.contact__content h2,.footer__statement h2{font-size:clamp(2.15rem,9.5vw,2.85rem)}.story-chapter__veil,.conditions:before,.doctor:after,.consultation:before,.faq:before{-webkit-mask-image:linear-gradient(#0000 0%,#000 7% 93%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 7% 93%,#0000 100%)}.conditions:before{background:radial-gradient(at 22% 24%,#f6f0e69e,#f6f0e61a 54%,#0000 75%);width:100%}.doctor__layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"portrait""summary""details"}.doctor__portrait-wrap{width:min(82%,390px);margin-inline:auto}.doctor__details-band{grid-template-columns:1fr}.instagram-section__rail{width:min(calc(100% - 28px), var(--container));grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .75rem;margin-inline:auto;padding:0;overflow:visible}.instagram-card{transform:none}.instagram-card--window-2{transform:translateY(7px)}.site-shell .contact{background:var(--ink-deep);flex-direction:column;justify-content:space-between;min-height:100svh;display:flex;position:relative}.contact__portrait{min-height:0;position:absolute;inset:0}.contact__portrait:after{background:linear-gradient(#07152285,#0715220a 32%,#07152252 68%,#071522e0)}.contact__portrait figcaption{display:none}.contact__portrait img{object-position:center 18%}.contact__content{z-index:2;text-align:center;padding:3.5rem 1.25rem 1rem;display:block;position:relative}.contact__content>p:not(.eyebrow),.contact__content>.button{display:none}.contact__content h2{margin-bottom:0}.contact__side-drawers{z-index:4;pointer-events:none;display:block;position:absolute;inset:24% 0 20%}.contact-side-drawer{pointer-events:auto;display:flex;position:absolute}.contact-side-drawer:first-child{top:2%}.contact-side-drawer:nth-child(2){top:29%}.contact-side-drawer:nth-child(3){top:56%}.contact-side-drawer:nth-child(4){top:83%}.contact-side-drawer--left{flex-direction:row-reverse;left:0}.contact-side-drawer--right{right:0}.contact-side-drawer>button{width:58px;height:58px;color:var(--white);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#be9b70e0;border:1px solid #ffffff47;border-radius:0 14px 14px 0;place-items:center;display:grid;box-shadow:0 12px 25px #0715222e}.contact-side-drawer--right>button{border-radius:14px 0 0 14px}.contact-side-drawer__panel{width:min(74vw,310px);min-height:58px;color:var(--white);opacity:0;pointer-events:none;transition:transform .26s var(--ease), opacity .18s ease;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071d2ff0;flex-direction:column;justify-content:center;gap:.25rem;padding:.65rem 1rem;display:flex;transform:scaleX(0);box-shadow:0 12px 30px #07152242}.contact-side-drawer--left .contact-side-drawer__panel{transform-origin:0}.contact-side-drawer--right .contact-side-drawer__panel{transform-origin:100%;text-align:right}.contact-side-drawer.is-open .contact-side-drawer__panel{opacity:1;pointer-events:auto;transform:scaleX(1)}.contact-side-drawer__panel strong{color:#d3aa78;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem}.contact-side-drawer__panel span,.contact-side-drawer__panel a{font-size:.72rem;line-height:1.35}.contact-side-drawer__panel .button{min-height:36px;margin-top:.3rem;padding:.4rem .7rem;font-size:.68rem}.contact__mobile-cta{z-index:3;margin:auto 1rem 1.1rem;display:block;position:relative}.contact__mobile-cta .button{justify-content:center;width:100%}.contact__tabs{display:none}.footer{background:url(/media/story/final-spine-mobile.webp) 50%/cover no-repeat}.footer__statement{margin-bottom:30svh}.footer__panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#07152261}}@media (width<=620px){.conditions__layout{gap:2.4rem}.conditions__list{padding-inline:.8rem}.conditions__panel{grid-template-columns:84px minmax(0,1fr);padding-left:0}.conditions__panel img{border-radius:14px;max-height:90px}.treatments__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.treatment-card{min-height:205px;padding:1rem}.treatment-card__top img{width:50px;height:50px}.consultation__steps{grid-template-columns:1fr 1fr}.consultation__step{min-height:180px}.doctor__signature{width:92%}.instagram-section{min-height:auto}.instagram-card{border-radius:19px;padding:8px}.instagram-card__window-bar{height:18px}.instagram-card__viewport{border-radius:12px;height:calc(100% - 18px)}.instagram-card__caption{gap:.35rem;font-size:.62rem;line-height:1.2;bottom:.65rem;left:.7rem;right:.7rem}.instagram-card__index{font-size:.55rem;top:.65rem;left:.7rem}}.site-shell :is(.conditions,.doctor,.consultation,.faq){background:0 0}.site-shell :is(.treatments,.contact){-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#071522db}.brand__symbol{object-fit:cover;background:#f6f0e8;border:1px solid #0715221a;border-radius:50%}.instagram-section{z-index:2;min-height:125svh;color:var(--ink);isolation:isolate;padding-block:clamp(7rem,11vw,11rem);position:relative;overflow:hidden}.instagram-section:before{z-index:-1;content:"";pointer-events:none;background:linear-gradient(90deg,#f6f0e6fa,#f6f0e6e6 48%,#f6f0e647 78%,#0000);position:absolute;inset:0}.instagram-section__heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:clamp(2.5rem,5vw,5rem);display:flex}.instagram-section__heading h2{margin-bottom:0;font-size:clamp(2.7rem,5vw,5.3rem)}.instagram-section__heading h2 em{color:var(--cyan)}.instagram-section__profile{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfaf7bd;border:1px solid #07152224;border-radius:999px;align-items:center;gap:.65rem;min-height:50px;padding:.7rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.instagram-section__rail{width:min(calc(100% - 40px), var(--container));grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;margin-inline:auto;display:grid}.instagram-card{aspect-ratio:4/5;color:var(--white);border-radius:clamp(18px,2.2vw,30px);display:block;position:relative;overflow:hidden;box-shadow:0 24px 60px #07152229}.instagram-card:after{content:"";background:linear-gradient(#0715220f,#0000 50%,#071522d1);position:absolute;inset:0}.instagram-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease)}.instagram-card:hover img{transform:scale(1.035)}.instagram-card__index,.instagram-card__caption{z-index:1;position:absolute;left:1.2rem;right:1.2rem}.instagram-card__index{letter-spacing:.16em;font-size:.68rem;font-weight:700;top:1rem}.instagram-card__caption{justify-content:space-between;align-items:center;gap:1rem;font-size:.82rem;font-weight:700;display:flex;bottom:1rem}.site-shell .contact{min-height:100svh;color:var(--white);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071522eb;grid-template-columns:minmax(360px,.9fr) minmax(480px,1.1fr);align-items:stretch;display:grid;position:relative}.contact__portrait{min-height:760px;margin:0;position:relative;overflow:hidden}.contact__portrait:after{content:"";background:linear-gradient(#0000 50%,#071522d1);position:absolute;inset:0}.contact__portrait img{object-fit:cover;object-position:center 24%;width:100%;height:100%}.contact__portrait figcaption{z-index:1;font-size:.8rem;font-weight:700;position:absolute;bottom:clamp(1.5rem,4vw,4rem);left:clamp(1.5rem,4vw,4rem);right:clamp(1.5rem,4vw,4rem)}.contact__portrait figcaption span{color:#ffffff9e;font-size:.68rem;font-weight:500;display:block}.contact__content{flex-direction:column;justify-content:center;max-width:760px;padding:clamp(5rem,8vw,9rem) clamp(2rem,7vw,8rem);display:flex}.contact__content h2{margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,5.5rem)}.contact__content h2 em{color:var(--cyan-light)}.contact__content>p:not(.eyebrow){color:#ffffffa8;max-width:56ch}.contact__content>.button{align-self:flex-start;margin-block:1rem 2rem}.contact__details{width:100%}.contact__tabs{display:none}.contact-drawer__backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0715228c;justify-content:center;align-items:flex-end;padding:14px;display:flex;position:fixed;inset:0}.contact-drawer{width:min(100%,680px);max-height:calc(100svh - 28px);color:var(--ink);background:var(--paper);border-radius:26px 26px 14px 14px;padding:1.1rem clamp(1.4rem,6vw,3rem) 2.5rem;overflow-y:auto;box-shadow:0 -24px 80px #0715223d}.contact-drawer__close{border:0;border-bottom:1px solid var(--line);text-transform:uppercase;background:0 0;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:0;font-size:.75rem;font-weight:700;display:flex}.contact-drawer>.eyebrow{margin:2.5rem 0 .8rem}.contact-drawer h2{margin-bottom:1.5rem;font-size:clamp(2.3rem,10vw,4rem)}.contact-drawer__body{gap:1.2rem;display:grid}.contact-drawer__body address{font-style:normal}.contact-drawer__body>svg{color:var(--cyan)}.contact-drawer__body .button{justify-self:start}.footer{z-index:2;min-height:100svh;color:var(--white);isolation:isolate;background:0 0;align-items:flex-end;padding:0;display:flex;position:relative;overflow:hidden}.footer__veil{z-index:-1;pointer-events:none;background:linear-gradient(#07152205 0%,#07152229 46%,#071522c7 100%),linear-gradient(90deg,#07152233,#0000 56%);position:absolute;inset:0}.footer__content{padding-block:clamp(7rem,16vh,11rem) 1.5rem}.footer__statement{max-width:750px;margin-bottom:clamp(5rem,14vh,10rem)}.footer__statement h2{margin-bottom:0;font-size:clamp(3.2rem,7vw,7.5rem)}.footer__panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#071522a8;border:1px solid #ffffff2e;border-radius:28px;padding:clamp(1.3rem,3vw,2.5rem)}.footer__panel .brand__text span,.footer__top p,.footer__bottom{color:#ffffffad}.footer__panel .brand__symbol{border-color:#fff3}.footer__top{border-bottom-color:#ffffff2e;padding-bottom:1.5rem}.footer__bottom{padding-top:1.2rem}@supports (animation-timeline:view()){.instagram-section__heading,.instagram-section__rail,.contact__portrait,.contact__content{animation:linear both section-pass;animation-timeline:view();animation-range:entry exit}}@media (width<=899px){.instagram-section:before{background:linear-gradient(#f6f0e63d,#f6f0e6e6 28%,#f6f0e6fa)}.instagram-section__heading{flex-direction:column;align-items:flex-start}.instagram-section__rail{padding-inline:20px;scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:repeat(6,min(72vw,330px));width:100%;margin-inline:0;padding-bottom:1rem;overflow-x:auto}.instagram-card{scroll-snap-align:start}.site-shell .contact{background:var(--ink-deep);min-height:auto;display:block}.contact__portrait{min-height:72svh}.contact__content{max-width:none;padding:4.5rem 1.4rem 8.5rem}.contact__details{display:none}.contact__tabs{z-index:3;grid-template-columns:repeat(4,1fr);display:grid;position:absolute;bottom:0;left:0;right:0}.contact__tabs button{min-width:0;min-height:76px;color:var(--white);background:#071522eb;border-top:1px solid #ffffff2e;border-bottom:0;border-left:0;border-right:1px solid #ffffff2e;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:.8rem .55rem;font-size:clamp(.56rem,2.4vw,.72rem);display:flex}.contact__tabs button:last-child{border-right:0}.contact__tabs button span{color:var(--cyan-light);font-size:.55rem}.footer__statement{margin-bottom:38svh}}@media (width<=620px){.brand__symbol{width:42px;height:42px}.instagram-section{min-height:112svh}.instagram-section__rail{gap:.75rem;padding-inline:14px}.contact__portrait{min-height:66svh}.contact__portrait img{object-position:center 18%}.footer__content{padding-inline:14px}.footer__panel{border-radius:20px}.footer__statement h2{font-size:clamp(3.2rem,16vw,5rem)}}.footer__veil{background:linear-gradient(#07152200 0%,#07152214 54%,#07152280 100%)}.footer__panel{background:#07152270}.footer__statement h2{font-size:clamp(2.7rem,5vw,4.8rem)}.doctor__portrait{object-fit:cover;height:clamp(410px,43vw,520px)}.treatment-card{min-width:0}.treatment-card h3{overflow-wrap:anywhere}@media (width<=899px){.instagram-section{min-height:auto}.instagram-section__rail{width:min(calc(100% - 28px), var(--container));scroll-snap-type:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .75rem;margin-inline:auto;padding:0;overflow:visible}.instagram-card{scroll-snap-align:none;transform:none}.instagram-card--window-2{transform:translateY(7px)}.site-shell .contact{background:var(--ink-deep);flex-direction:column;justify-content:space-between;align-items:stretch;min-height:100svh;padding:0;display:flex;position:relative}.contact__portrait{width:100%;height:100%;min-height:0;position:absolute;inset:0}.contact__portrait:after{background:linear-gradient(#07152285,#07152214 36%,#07152266 70%,#071522e0)}.contact__portrait figcaption{display:none}.contact__portrait img{object-position:center 18%;height:100%}.contact__content{z-index:2;text-align:center;max-width:none;padding:5.5rem 1.25rem 1rem;display:block;position:relative}.contact__content>p:not(.eyebrow),.contact__content>.button{display:none}.contact__content h2{margin-bottom:0;font-size:clamp(2.15rem,9.5vw,2.85rem)}.contact__details,.contact__tabs{display:none}.contact__side-drawers{z-index:4;pointer-events:none;display:block;position:absolute;inset:24% 0 20%}.contact__mobile-cta{z-index:3;margin:auto 1rem 1.1rem;display:block;position:relative}.contact__mobile-cta .button{justify-content:center;width:100%}.footer{background-color:#0000;background-image:url(/media/story/final-spine-mobile.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.footer__statement{margin-bottom:30svh}.footer__statement h2{font-size:clamp(2.6rem,12vw,3.8rem)}.footer__panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0715225c}}@media (width<=620px){.doctor__portrait-wrap{width:min(76%,300px)}.doctor__portrait{height:min(94vw,375px)}.treatment-card h3{font-size:.92rem;line-height:1.04}}.story-progress{max-width:min(620px,58vw);color:color-mix(in srgb, currentColor 90%, transparent);background:color-mix(in srgb, var(--paper) 28%, transparent);border:1px solid color-mix(in srgb, currentColor 16%, transparent);letter-spacing:.13em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;gap:1rem;padding:.55rem .75rem;font-size:clamp(.74rem,.8vw,.84rem);font-weight:800;box-shadow:0 10px 30px #0715221a}.story-chapter--dark .story-progress{background:#0715226b;border-color:#ffffff2e;box-shadow:0 10px 30px #07152238}.story-progress__line{opacity:.58;width:clamp(64px,6vw,88px);height:2px}#precisao .story-chapter__copy h2{width:max-content;max-width:100%}#precisao .story-chapter__copy h2 em{white-space:nowrap;display:block}@media (width<=620px){.story-progress{letter-spacing:.1em;gap:.65rem;max-width:calc(100% - 28px);padding:.48rem .65rem;font-size:.68rem;bottom:18px;left:14px}.story-progress__line{width:42px}#precisao .story-chapter__copy h2{font-size:clamp(2rem,10.2vw,2.75rem)}}.story-chapter:not(.story-chapter--hero) .story-chapter__copy{width:min(100%,780px)}.story-chapter:not(.story-chapter--hero) .story-chapter__copy h2{max-width:19ch;font-size:clamp(2.2rem,3.4vw,3.35rem)}@media (width<=620px){.story-chapter:not(.story-chapter--hero) .story-chapter__copy h2{max-width:100%;font-size:clamp(1.95rem,8.2vw,2.45rem)}}.site-shell .treatments{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0}.treatments:before{z-index:-1;background:linear-gradient(90deg,#07152285 0%,#07152242 34%,#07152214 62%,#0000 82%),radial-gradient(at 50% 68%,#07152233,#0000 72%);width:auto;height:auto;inset:-2px;transform:none;-webkit-mask-image:linear-gradient(#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 8% 92%,#0000 100%)}.treatment-card{-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:#07152266;border-color:#ffffff2e;box-shadow:0 18px 45px #0715222e}.story-title__line{white-space:nowrap;display:block}.story-title__line em{white-space:inherit!important;display:inline!important}@media (width<=620px){.story-chapter__copy :is(h1,h2),.story-chapter:not(.story-chapter--hero) .story-chapter__copy h2,#precisao .story-chapter__copy h2{width:max-content;max-width:100%;font-size:clamp(1.62rem,7.1vw,2.05rem)}.treatments:before{background:linear-gradient(#07152285 0%,#0715222e 38%,#07152247 100%)}}.doctor__details-band{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(90deg,#071522ad 0%,#0715227a 66%,#07152238 100%);border:1px solid #ffffff2e;border-radius:24px;padding:1.5rem;box-shadow:0 18px 48px #07152229}.doctor__details-band .doctor__credentials li{color:#ffffffe6}.doctor__details-band blockquote{color:var(--white);border-left-color:var(--cyan-light)}.doctor__details-band .doctor__credentials svg{color:var(--cyan-light)}.story-chapter--hero .story-chapter__copy{width:min(100%,760px)}.story-chapter--hero .story-chapter__copy h1{width:max-content;max-width:100%;font-size:clamp(3rem,4.2vw,4rem)}@media (width<=620px){.doctor__details-band{background:linear-gradient(#071522b8,#0715228f);padding:1.2rem}.story-chapter--hero .story-chapter__copy h1{font-size:clamp(1.62rem,7.1vw,2.05rem)}}#proximo-movimento .story-chapter__veil,.instagram-section:before{background:0 0}.consultation__steps{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:0}.instagram-card{aspect-ratio:2/3;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;overflow:visible}.instagram-card:after,.instagram-card__window-bar{display:none}.instagram-card__frame{z-index:2;object-fit:contain;pointer-events:none;filter:drop-shadow(0 20px 26px #07152233);width:100%;height:100%;position:absolute;inset:0}.instagram-card__viewport{z-index:1;background:var(--ink-deep);border-radius:14%;width:auto;height:auto;display:block;position:absolute;overflow:hidden}.instagram-card--window-1 .instagram-card__viewport{inset:14% 19% 21%}.instagram-card--window-2 .instagram-card__viewport{inset:19% 17%}.instagram-card--window-3 .instagram-card__viewport{inset:16% 18% 21%}.instagram-card__post{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease)}.instagram-card:hover .instagram-card__post{transform:scale(1.035)}.instagram-card__viewport:after{z-index:1;content:"";background:linear-gradient(#07152208,#0000 48%,#071522c2);position:absolute;inset:0}.instagram-card__index,.instagram-card__caption{z-index:3}.instagram-section__heading h2{width:max-content;max-width:100%;font-size:clamp(2.4rem,4.2vw,4.25rem)}.instagram-section .eyebrow{color:#0b4653}@media (width<=620px){.instagram-section__heading h2{font-size:clamp(1.75rem,7.2vw,2.15rem)}.instagram-section__heading h2 em{white-space:nowrap}.instagram-card{border-radius:0;padding:0}.instagram-card__viewport{border-radius:12%}}.site-shell .authority{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding-block:1rem}.authority__grid{gap:.75rem}.site-shell .authority .authority__item{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(145deg,#0e2638e0,#071522c7);border:1px solid #90dfe729;border-radius:22px;min-height:96px;padding:1rem 1.2rem;box-shadow:0 16px 38px #07152233,inset 0 1px #ffffff1f}.treatment-card{background:#071522c7}#proximo-movimento .story-chapter__copy{-webkit-backdrop-filter:blur(14px)saturate(115%);backdrop-filter:blur(14px)saturate(115%);background:linear-gradient(135deg,#f6f0e657,#77c6d121);border:1px solid #ffffff57;border-radius:28px;width:fit-content;max-width:min(760px,100%);padding:clamp(1.2rem,2.2vw,1.8rem);box-shadow:0 18px 50px #0715221f}.faq:before{background:linear-gradient(90deg,#f6f0e6cc,#f6f0e661 68%,#0000);width:42%;inset:-2px auto -2px 0;-webkit-mask-image:linear-gradient(#0000,#000 9% 91%,#0000);mask-image:linear-gradient(#0000,#000 9% 91%,#0000)}.footer__statement{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#0715226b,#1c5b6a33);border:1px solid #ffffff29;border-radius:24px;width:fit-content;max-width:760px;padding:1rem 1.2rem;box-shadow:0 18px 48px #07152229}.footer__statement :is(.eyebrow,h2){color:var(--white)}.footer__statement h2{margin-bottom:0}.instagram-section__heading>div{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#c5e5e76b,#11596924);border:1px solid #fff6;border-radius:26px;padding:1rem 1.2rem;box-shadow:0 18px 50px #0715221a}.instagram-section__rail{isolation:isolate;padding:clamp(1rem,1.5vw,1.4rem);position:relative}.instagram-section__rail:before{z-index:-1;content:"";-webkit-backdrop-filter:blur(16px)saturate(112%);backdrop-filter:blur(16px)saturate(112%);background:linear-gradient(135deg,#0a33426b,#4494a033);border:1px solid #ffffff2e;border-radius:34px;position:absolute;inset:0;box-shadow:0 24px 70px #07152229}.instagram-card .instagram-card__viewport{inset:19% 17%}.instagram-card:nth-child(3n+1){transform:rotate(-1deg)}.instagram-card:nth-child(3n+2){transform:translateY(7px)rotate(.7deg)}.instagram-card:nth-child(3n){transform:rotate(.8deg)}@media (width>=900px){.site-shell .contact{width:min(calc(100% - 48px), var(--container));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#071522d1,#0d2b3bb3);border:1px solid #90dfe726;border-radius:40px;min-height:690px;margin:clamp(4rem,8vw,8rem) auto;padding:0;overflow:hidden;box-shadow:0 34px 90px #07152240,inset 0 1px #ffffff1f}.contact__portrait{border-radius:30px;min-height:660px;margin:14px 0 14px 14px;overflow:hidden}.contact__content{max-width:none;padding:clamp(2.5rem,5vw,4.5rem)}.contact__content h2{font-size:clamp(2.45rem,3.7vw,3.65rem)}.contact__details{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.contact__details>a,.contact__details>div{-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:#ffffff13;border:1px solid #ffffff1f;border-radius:18px;min-height:92px;padding:1rem;box-shadow:inset 0 1px #ffffff14}.contact__details>:first-child{grid-column:1/-1}}@media (width<=899px){.authority__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.site-shell .authority .authority__item{align-items:flex-start;gap:.7rem;min-height:108px;padding:.9rem}.authority__item div{gap:.2rem}.story-chapter:not(.story-chapter--hero) .story-chapter__content{min-height:100svh;padding:var(--header-height) 0 clamp(7rem, 13svh, 8.5rem);align-items:flex-end}.story-chapter:not(.story-chapter--hero) .story-chapter__veil{background:linear-gradient(#0000 32%,#f6f0e680 66%,#f6f0e6d1);-webkit-mask-image:none;mask-image:none}.story-chapter--dark:not(.story-chapter--hero) .story-chapter__veil{background:linear-gradient(#0000 30%,#0715228a 64%,#071522e0)}.story-chapter--hero .story-chapter__veil{background:linear-gradient(#f6f0e6e0,#f6f0e69e 34%,#f6f0e61f 62%,#0000 76%);-webkit-mask-image:none;mask-image:none}#proximo-movimento .story-chapter__copy{background:linear-gradient(135deg,#f6f0e66b,#71c1cd24);border-radius:22px;padding:1rem}.faq:before{background:linear-gradient(#f6f0e69e,#f6f0e624 72%,#0000);border-radius:28px;width:auto;height:42%;inset:1.25rem 1rem auto;-webkit-mask-image:none;mask-image:none}.contact-side-drawer--left{flex-direction:row;left:0}.contact-side-drawer--right{flex-direction:row-reverse;right:0}.contact-side-drawer--left>button{border-radius:0 16px 16px 0}.contact-side-drawer--right>button{border-radius:16px 0 0 16px}.contact-side-drawer>button{width:58px;min-width:58px;height:58px}.contact-side-drawer__panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071d2fe8;border:1px solid #90dfe724;box-shadow:0 16px 38px #0715223d}.footer__content{padding-top:1.5rem}.footer__statement{border-radius:20px;margin:0 0 48svh;padding:.85rem 1rem}.footer__statement h2{font-size:clamp(2.1rem,9vw,2.65rem)}}@media (width<=620px){.treatment-card{background:#071522db}.treatment-card h3{letter-spacing:-.025em;overflow-wrap:normal;word-break:normal;font-size:.72rem}#proximo-movimento .story-chapter__copy h2{font-size:clamp(1.45rem,6.5vw,1.85rem)}.faq__layout{padding-top:calc(var(--header-height) + 1.25rem)}.instagram-section__heading>div{border-radius:22px;padding:.85rem 1rem}.instagram-section__rail{grid-template-columns:repeat(2,minmax(0,148px));justify-content:center;gap:.85rem .75rem;width:min(100% - 24px,390px);padding:.9rem .7rem 1.1rem}.instagram-section__rail:before{border-radius:28px}.instagram-card:nth-child(n){transform:none}.instagram-card:nth-child(2n){transform:translateY(6px)rotate(.5deg)}.instagram-card:nth-child(odd){transform:rotate(-.5deg)}.footer__content{padding-top:calc(var(--header-height) + 1rem)}}#origem-da-dor .story-chapter__veil,#precisao .story-chapter__veil,#caminho-do-cuidado .story-chapter__veil,#clinica .story-chapter__veil,#consulta .story-chapter__veil,.conditions:before,.consultation:before,.faq:before{background:0 0;-webkit-mask-image:none;mask-image:none}#joelho-e-movimento .story-chapter__veil{background:linear-gradient(90deg,#f6f0e6b8 0%,#f6f0e63d 18%,#0000 26%);-webkit-mask-image:none;mask-image:none}#origem-da-dor .story-chapter__copy,#caminho-do-cuidado .story-chapter__copy,#clinica .story-chapter__copy{text-shadow:0 1px 12px #f6f0e68c,0 1px 2px #f6f0e6c7}#precisao .story-chapter__copy,#consulta .story-chapter__copy{text-shadow:0 2px 16px #07152285,0 1px 2px #071522b8}#precisao .story-progress,#consulta .story-progress{background:#071522d1;border-color:#ffffff47}.instagram-section__heading>div,.instagram-section__rail:before{background:linear-gradient(135deg,#f6f0e675,#d9c9b133);border-color:#ffffff6b;box-shadow:0 20px 54px #4837251f}.footer__content{justify-content:flex-end}.footer__panel>.footer__statement{text-align:center;width:auto;max-width:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;margin:0 auto 2rem;padding:0 0 1.8rem}.footer__panel>.footer__statement h2{margin:0;font-size:clamp(2.35rem,4vw,3.8rem)}@media (width<=899px){#origem-da-dor .story-chapter__veil,#precisao .story-chapter__veil,#caminho-do-cuidado .story-chapter__veil,#clinica .story-chapter__veil,#consulta .story-chapter__veil{background:0 0}#joelho-e-movimento .story-chapter__veil{background:linear-gradient(90deg,#f6f0e6b8 0%,#f6f0e63d 18%,#0000 26%)}.footer__content{padding-top:calc(var(--header-height) + 1rem);justify-content:flex-end}.footer__panel>.footer__statement{margin:0 auto 1.35rem;padding:0 0 1.2rem}.footer__panel>.footer__statement h2{font-size:clamp(2.1rem,9vw,2.65rem)}}
