:root{--brand-orange: #fc8019;--bg: #fc8019;--bg-elevated: #ffffff;--bg-input: #fafaf9;--text: #1c1917;--text-muted: #57534e;--text-on-brand: #ffffff;--text-on-brand-muted: rgba(255, 255, 255, .92);--border: rgba(255, 255, 255, .35);--border-on-light: #e7e5e4;--accent: #c45c26;--accent-hover: #a34a1e;--accent-soft: rgba(255, 255, 255, .22);--accent-ring: rgba(255, 255, 255, .45);--link-on-surface: #c2410c;--header-h: 4rem;--page-pad-x: 1rem;--max-w: 42rem;--max-w-wide: 72rem;--radius: 12px;--shadow: 0 1px 3px rgba(28, 25, 23, .06);--surface-shadow: 0 12px 40px rgba(0, 0, 0, .12);--font: "Source Sans 3", system-ui, -apple-system, sans-serif;--ease-out: cubic-bezier(.33, 1, .68, 1);--t-fast: .18s var(--ease-out);--t-surface: .24s var(--ease-out)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (min-width: 640px){:root{--page-pad-x: 1.25rem}}@media (min-width: 1024px){:root{--page-pad-x: 1.75rem}}body{margin:0;font-family:var(--font);font-size:1.0625rem;line-height:1.6;color:var(--text-on-brand);background:var(--bg);background-image:linear-gradient(165deg,#ff9f4a 0%,var(--brand-orange) 38%,#e86800 100%);background-attachment:fixed;-webkit-font-smoothing:antialiased}@media (prefers-reduced-motion: reduce){body{background-attachment:scroll}}img{max-width:100%;height:auto;display:block}a{color:var(--link-on-surface);text-underline-offset:3px}a:hover{color:var(--accent-hover)}.surface a,.section--page a,.pillars-section__footer a{color:var(--link-on-surface)}.surface a:hover,.section--page a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.surface :focus-visible,.section--page :focus-visible{outline-color:var(--accent)}.skip-link{position:absolute;left:-9999px;z-index:9999;padding:.5rem 1rem;background:var(--accent);color:#fff;text-decoration:none;border-radius:4px}.skip-link:focus{left:.5rem;top:.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-loader{min-height:40vh;display:flex;align-items:center;justify-content:center;color:var(--text-on-brand-muted);font-size:.95rem}.page-loader__dot{width:8px;height:8px;margin:0 3px;border-radius:50%;background:var(--accent);opacity:.4;animation:pulse 1.2s ease-in-out infinite}.page-loader__dot:nth-child(2){animation-delay:.15s}.page-loader__dot:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,to{opacity:.25;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@media (prefers-reduced-motion: reduce){.page-loader__dot{animation:none;opacity:.6}}.site-header{position:sticky;top:0;z-index:110;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-on-light);box-shadow:0 1px #0000000a;padding-left:var(--page-pad-x);padding-right:var(--page-pad-x)}.site-header__inner{max-width:var(--max-w-wide);margin:0 auto;padding:.75rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header__brand{text-decoration:none;color:var(--text);min-width:0;transition:opacity var(--t-fast);border-radius:8px}.site-header__brand:hover{color:var(--text);opacity:.92}.site-header__brand:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.site-header__name{font-weight:700;font-size:1.05rem;line-height:1.25;letter-spacing:-.02em}.site-header__sub{font-size:.75rem;color:var(--text-muted);font-weight:500}.site-nav{display:flex;align-items:center;gap:.25rem}@media (max-width: 768px){.site-nav--desktop{display:none}}.site-nav a{text-decoration:none;color:var(--text-muted);font-size:.9rem;font-weight:600;padding:.5rem .65rem;border-radius:8px;transition:color var(--t-fast),background var(--t-fast),box-shadow var(--t-fast)}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--accent);background:#fc80191f}.site-nav a[aria-current=page]{box-shadow:inset 0 0 0 1px #fc801933}.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border-on-light);border-radius:10px;background:var(--bg-elevated);cursor:pointer;color:var(--text);transition:border-color var(--t-fast),background var(--t-fast),box-shadow var(--t-fast)}.menu-toggle:hover{border-color:#fc801959;background:#fc80190f}@media (max-width: 768px){.menu-toggle{display:flex}}.site-nav--mobile{display:none;flex-direction:column;padding:.5rem 0 1rem;border-top:1px solid var(--border-on-light);background:#fffffffa}.site-nav--mobile.is-open{display:flex}.site-nav--mobile a{padding:.75rem .5rem;border-radius:8px}.site-footer{margin-top:auto;padding:1.1rem var(--page-pad-x);border-top:1px solid var(--border-on-light);background:#fffffff5;color:var(--text-muted)}.site-footer__inner{max-width:var(--max-w-wide);margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;font-size:.9rem;color:var(--text-muted)}.site-footer__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.05rem;max-width:28rem}.site-footer__name{font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.site-footer__tagline{margin:0;font-size:.9rem;line-height:1.3;color:var(--text-muted)}.site-footer__copy{margin:.2rem 0 0;font-size:.82rem;color:var(--text-muted);opacity:.92}.site-footer a{color:var(--text-muted);font-weight:600;text-decoration:none;text-underline-offset:.2em;transition:color var(--t-fast)}.site-footer a:hover{color:var(--link-on-surface);text-decoration:underline;text-decoration-thickness:1px}.site-footer strong{color:var(--text)}.layout{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding:0 var(--page-pad-x) 2.5rem}@media (min-width: 640px){main{padding-bottom:3rem}}.sticky-book-cta{position:fixed;bottom:max(var(--page-pad-x),env(safe-area-inset-bottom,0px));right:max(var(--page-pad-x),env(safe-area-inset-right,0px));z-index:99;display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1rem;max-width:calc(100vw - 2 * var(--page-pad-x));background:#fff;color:var(--brand-orange)!important;font-weight:600;font-size:.88rem;letter-spacing:.01em;text-decoration:none;border-radius:999px;border:2px solid rgba(252,128,25,.95);box-shadow:0 2px 6px #0000002e,0 10px 28px #00000052,0 0 0 1px #ffffffd9;transition:background var(--t-fast),color var(--t-fast),border-color var(--t-fast),transform var(--t-fast),box-shadow var(--t-fast),opacity .28s var(--ease-out),visibility .28s var(--ease-out)}.sticky-book-cta--concealed{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px)}@media (prefers-reduced-motion: reduce){.sticky-book-cta--concealed{transform:none}}.sticky-book-cta:hover{background:#fffaf5;color:#c2410c!important;border-color:#e86800;transform:translateY(-2px);box-shadow:0 4px 12px #0003,0 14px 36px #00000059,0 0 0 1px #ffffffe6}.sticky-book-cta:focus-visible{outline:2px solid var(--brand-orange);outline-offset:3px}.sticky-book-cta__icon{display:flex;flex-shrink:0;color:var(--brand-orange)}.sticky-book-cta__text{white-space:nowrap}@media (max-width: 380px){.sticky-book-cta{padding:.65rem;border-radius:50%;width:3.15rem;height:3.15rem;justify-content:center;gap:0}.sticky-book-cta__text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}@keyframes book-cta-pulse-primary{0%,to{box-shadow:0 4px 14px #0000001f,0 0 #fc801973}50%{box-shadow:0 5px 22px #00000029,0 0 0 2px #ffffff38,0 0 0 7px #fc801933,0 0 36px #fc801973}}@keyframes book-cta-pulse-sticky{0%,to{box-shadow:0 2px 6px #0000002e,0 10px 28px #00000052,0 0 0 1px #ffffffd9}50%{box-shadow:0 4px 10px #00000038,0 14px 40px #0000006b,0 0 0 2px #fff,0 0 0 6px #ffffff73,0 0 0 7px #0000002e}}.btn.btn--primary.book-cta--pulse{animation:book-cta-pulse-primary 3.5s cubic-bezier(.45,0,.35,1) infinite}.btn.btn--primary.book-cta--pulse:hover,.btn.btn--primary.book-cta--pulse:focus-visible{animation:none}.sticky-book-cta.book-cta--pulse:not(.sticky-book-cta--concealed){animation:book-cta-pulse-sticky 3.5s cubic-bezier(.45,0,.35,1) infinite}.sticky-book-cta.book-cta--pulse:hover,.sticky-book-cta.book-cta--pulse:focus-visible{animation:none}.sticky-book-cta--concealed.book-cta--pulse{animation:none}@media (prefers-reduced-motion: reduce){.btn.btn--primary.book-cta--pulse,.sticky-book-cta.book-cta--pulse{animation:none!important}}@media (max-width: 768px){main{padding-bottom:5.5rem}}.section:not(.section--page):not(.section--cv){padding:2.5rem 0}.section--tight{padding-top:1.5rem}.section__inner{max-width:var(--max-w-wide);margin:0 auto}.section__inner--narrow{max-width:var(--max-w)}.section__inner--wide{max-width:var(--max-w-wide);margin:0 auto;padding:0}.section--page{padding:2.5rem var(--page-pad-x);max-width:min(var(--max-w-wide),100%);margin:1rem auto 0;background:var(--bg-elevated);border-radius:16px;box-shadow:var(--surface-shadow);color:var(--text)}.section--page .page-title,.section--page h1{color:var(--text)}.surface{background:var(--bg-elevated);border-radius:16px;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:var(--surface-shadow);color:var(--text);width:100%;box-sizing:border-box}.surface__title{color:var(--text);text-align:center}.surface--about .surface__title{margin-bottom:1.25rem;text-align:left}.prose--in-surface{max-width:none;margin:0;font-size:1.05rem;line-height:1.7}.prose--in-surface p{margin:0 0 1rem;color:var(--text-muted)}.prose--in-surface p:last-child{margin-bottom:0}.surface--pillars{border-radius:18px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 8px #0000000a,var(--surface-shadow);background:linear-gradient(180deg,#fafaf9,#fff 28%);transition:box-shadow var(--t-surface),border-color var(--t-surface)}.surface--pillars:hover{border-color:#00000014;box-shadow:0 10px 36px #00000012,var(--surface-shadow)}.pillars-section__head{margin:0 0 1.75rem;padding-bottom:1.75rem;border-bottom:1px solid rgba(252,128,25,.14)}.pillars-section__subcard{margin:1.1rem auto 0;padding:.85rem 1.15rem;width:100%;max-width:min(52rem,100%);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;background:#fc801912;border:1px solid rgba(252,128,25,.12);border-radius:14px;box-shadow:inset 0 1px #ffffffa6}.pillars-section__lead-credentials{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-orange)}.pillars-section__lead-detail{margin:0;padding:0;max-width:none;font-size:.94rem;line-height:1.55;color:var(--text-muted);font-weight:400;text-align:center}.pillars-section__title,.pillars-section__intro{text-align:center}.pillars-section__title:after{content:"";display:block;width:2.75rem;height:3px;margin:.65rem auto 0;background:linear-gradient(90deg,var(--brand-orange),rgba(252,128,25,.45));border-radius:3px}.pillars-section .pillars-section__intro{margin-left:auto;margin-right:auto;max-width:40rem;margin-top:1.15rem;margin-bottom:0}.pillars-section__footer{text-align:center;margin:1.35rem 0 0}.pillars-section__footer a{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1.2rem;font-weight:600;font-size:.95rem;text-decoration:none;border-radius:999px;color:var(--brand-orange)!important;background:#fff;border:2px solid var(--brand-orange);box-shadow:0 2px 10px #00000014,0 0 0 1px #0000000a;transition:background var(--t-fast),border-color var(--t-fast),color var(--t-fast),transform var(--t-fast),box-shadow var(--t-fast)}.pillars-section__footer a:hover{background:#fc801914;color:#c2410c!important;border-color:#e86800;transform:translateY(-1px);box-shadow:0 4px 16px #0000001a}.surface--pillars .pillars-section__grid{align-items:stretch;gap:1.35rem}@media (min-width: 700px){.surface--pillars .pillars-section__grid{gap:1.5rem}}.surface--pillars .card{display:flex;flex-direction:column;height:100%;min-height:0;border-radius:14px;border:1px solid rgba(0,0,0,.06);padding:1.45rem 1.35rem;box-shadow:0 2px 6px #0000000a,0 10px 28px #0000000d;transition:transform var(--t-surface),box-shadow var(--t-surface),border-color var(--t-surface)}.surface--pillars .card p{flex:1 1 auto;line-height:1.62;min-height:0}.surface--pillars .card h3{font-size:1.08rem;color:var(--text)}.surface--pillars .card:hover{transform:translateY(-3px);border-color:#fc801938;box-shadow:0 8px 24px #00000012,0 16px 40px #fc801914}.surface--pillars .card__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(150deg,#fc80192e,#fc80190d);box-shadow:0 1px 2px #c2410c1f;margin-bottom:1rem;transition:transform var(--t-surface),box-shadow var(--t-surface),background var(--t-surface)}.surface--pillars .card:hover .card__icon{transform:scale(1.04);background:linear-gradient(150deg,#fc80193d,#fc801914);box-shadow:0 2px 8px #c2410c2e}@media (max-width: 699px){.surface--pillars .card{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;column-gap:.75rem;row-gap:.65rem;align-items:start}.surface--pillars .card p{flex:unset;grid-column:2 / -1;grid-row:2}.surface--pillars .card h3{grid-column:2;grid-row:1;margin:0;align-self:center;min-width:0;line-height:1.28}.surface--pillars .card__icon{grid-column:1;grid-row:1;width:40px;height:40px;margin-bottom:0;border-radius:10px}.surface--pillars .card__icon svg{width:20px;height:20px}.surface--pillars .card:hover .card__icon{transform:none}}.home-intro-section{box-sizing:border-box;padding-top:1rem;padding-bottom:clamp(1rem,3vw,2rem)}.home-intro-section .section__inner--wide{max-width:min(var(--max-w-wide),100%);width:100%;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.surface--home-hero{display:flex;flex-direction:column;padding:clamp(1.5rem,4vw,2.5rem);border-radius:18px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 6px #0000000a,var(--surface-shadow);transition:box-shadow var(--t-surface),border-color var(--t-surface)}.surface--home-hero:hover{border-color:#00000014;box-shadow:0 8px 28px #00000012,var(--surface-shadow)}.home-hero__split{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}@media (min-width: 900px){.home-hero__split{grid-template-columns:minmax(0,.38fr) minmax(0,.62fr);gap:0 2rem;align-items:stretch}}@media (min-width: 1100px){.home-hero__split{grid-template-columns:minmax(0,.36fr) minmax(0,.64fr);gap:0 2.5rem}}.home-hero__col--left{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.home-hero__col--right{display:flex;flex-direction:column;min-width:0}@media (min-width: 900px){.home-hero__col--right{border-left:1px solid var(--border-on-light);padding-left:clamp(1.25rem,2.5vw,2rem)}.home-hero__col--left{padding-right:.35rem}}.home-hero__intro{min-width:0}.home-hero__eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--brand-orange);margin:0 0 .65rem}.home-hero__title{font-size:clamp(1.65rem,3.8vw,2.25rem);line-height:1.2;margin:0 0 .75rem;letter-spacing:-.03em;color:var(--text);display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem}.home-hero__title-credentials{font-size:clamp(.82rem,1.85vw,.98rem);font-weight:600;letter-spacing:.04em;color:var(--text-muted);white-space:nowrap}@media (max-width: 380px){.home-hero__title-credentials{white-space:normal}}.home-hero__lead{font-size:clamp(1rem,1.75vw,1.1rem);line-height:1.55;color:var(--text-muted);margin:0 0 1.25rem;max-width:40ch}@media (min-width: 900px){.home-hero__lead{max-width:46ch}}.home-hero__about-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;flex-shrink:0;margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.home-hero__about-actions .btn{padding:.6rem 1.2rem;font-size:.95rem}@media (max-width: 899px){.home-hero__about-actions{flex-direction:column;align-items:stretch;justify-content:flex-start}.home-hero__about-actions .btn{width:100%}}.home-hero__figure{margin:0;border-radius:14px;overflow:hidden;background:linear-gradient(160deg,#fafaf9,#e7e5e4);box-shadow:0 12px 32px #0000001a;border:1px solid var(--border-on-light);width:100%;max-width:100%;flex-shrink:0;display:flex;align-items:flex-end;justify-content:center;padding:.25rem .35rem .4rem;box-sizing:border-box;transition:box-shadow var(--t-surface),border-color var(--t-surface),transform var(--t-surface)}.home-hero__figure:hover{border-color:#fc801938;box-shadow:0 14px 40px #0000001f,0 0 0 1px #fc801914}.home-hero__img{width:auto;max-width:100%;height:auto;max-height:min(34vh,300px);display:block;object-fit:contain;object-position:center bottom}@media (min-width: 900px){.home-hero__img{max-height:min(50vh,420px)}}.home-hero__about{display:flex;flex-direction:column;align-items:stretch}.home-hero__about-title{font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:700;margin:0 0 .85rem;padding-bottom:.65rem;border-bottom:1px solid rgba(252,128,25,.35);color:var(--text);letter-spacing:-.02em;text-align:left;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem}.home-hero__about-title-credentials{font-size:clamp(.82rem,1.85vw,.98rem);font-weight:600;letter-spacing:.04em;color:var(--text-muted);white-space:nowrap}@media (max-width: 380px){.home-hero__about-title-credentials{white-space:normal}}.home-hero__about-body{width:100%;max-width:100%;padding:.15rem 0 0}.prose--home-about{max-width:none;font-size:1rem;line-height:1.7;text-align:left}.prose.prose--in-surface.prose--home-about p{margin:0 0 1.05rem;color:var(--text-muted)}.prose.prose--in-surface.prose--home-about p:last-child{margin-bottom:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:background var(--t-fast),color var(--t-fast),box-shadow var(--t-fast),border-color var(--t-fast),transform var(--t-fast)}.btn--primary{background:var(--brand-orange);color:#fff;box-shadow:0 4px 14px #0000001f}.btn--primary:hover{background:#e86800;color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #00000024}.btn:active{transform:translateY(0);transition-duration:.08s}.btn:focus-visible{outline:2px solid rgba(252,128,25,.65);outline-offset:2px}.btn--secondary{background:#ffffff26;color:var(--text-on-brand);border:2px solid rgba(255,255,255,.85)}.btn--secondary:hover{border-color:#fff;color:#fff;background:#ffffff38;transform:translateY(-1px)}.btn--secondary.btn--on-light{background:transparent;color:var(--text);border:2px solid var(--border-on-light)}.btn--secondary.btn--on-light:hover{border-color:var(--brand-orange);color:var(--brand-orange);background:#fc801914;transform:translateY(-1px)}.hero-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.hero-card__title{font-size:1rem;font-weight:700;margin:0 0 1rem}.hero-card ul{margin:0;padding-left:1.15rem;color:var(--text-muted);font-size:.95rem}.hero-card li+li{margin-top:.5rem}.grid-3{display:grid;gap:1.25rem}@media (min-width: 700px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--bg-elevated);border:1px solid var(--border-on-light);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow);transition:box-shadow var(--t-surface),border-color var(--t-surface),transform var(--t-surface)}.card:hover{border-color:#0000001a;box-shadow:0 4px 12px #00000012;transform:translateY(-2px)}.card__icon{width:44px;height:44px;border-radius:10px;background:#fc80191f;color:#c2410c;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;transition:background var(--t-fast),transform var(--t-fast),box-shadow var(--t-fast)}.card h2,.card h3{font-size:1.05rem;margin:0 0 .5rem;letter-spacing:-.02em}.card p{margin:0;font-size:.95rem;color:var(--text-muted)}.page-title{font-size:clamp(1.5rem,3vw,1.85rem);margin:0 0 .5rem;letter-spacing:-.03em}.page-intro{color:var(--text-muted);margin:0 0 2rem;font-size:1.05rem}.prose{max-width:var(--max-w);margin-left:auto;margin-right:auto}.prose h2{font-size:1.2rem;margin:2rem 0 .75rem;letter-spacing:-.02em}.prose h2:first-child{margin-top:0}.prose p{margin:0 0 1rem;color:var(--text-muted)}.prose ul{margin:0 0 1rem;padding-left:1.2rem;color:var(--text-muted)}.prose li+li{margin-top:.35rem}.callout{border-left:4px solid var(--brand-orange);padding:1rem var(--page-pad-x);background:#fc80191f;border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0}.callout p{margin:0;color:var(--text);font-size:.98rem}.physiatry-page__inner{max-width:min(40rem,100%)}.physiatry-page__hero{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.physiatry-page__eyebrow{margin:0 0 .5rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-orange)}.physiatry-page__summary{margin-top:0;border-radius:var(--radius);border:1px solid rgba(252,128,25,.2);background:linear-gradient(135deg,#fc80191a,#fc80190d);box-shadow:inset 0 1px #fff9}.physiatry-page__summary p{font-size:1rem;line-height:1.55}.physiatry-page__blocks{display:flex;flex-direction:column;gap:1rem;margin:1.75rem 0 0}.physiatry-page__block{margin:0;padding:1.25rem 1.35rem;border-radius:14px;border:1px solid rgba(0,0,0,.06);background:linear-gradient(180deg,#fafaf9,#fff 55%);box-shadow:0 1px 3px #0000000a;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.physiatry-page__block:hover{border-color:#fc80192e;box-shadow:0 4px 14px #0000000f}.physiatry-page .physiatry-page__block .physiatry-page__block-title{margin:0 0 .65rem;font-size:1.08rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;color:var(--text)}.physiatry-page__block-text p{margin:0;font-size:1.02rem;line-height:1.65;color:var(--text-muted)}.physiatry-page__ref{margin:1.75rem 0 0;padding:1.35rem 1.4rem;border-radius:14px;border:1px solid rgba(252,128,25,.18);background:#fc80190f}.physiatry-page .physiatry-page__ref .physiatry-page__ref-title{margin:0 0 .5rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-orange)}.physiatry-page__ref-desc{margin:0 0 1rem;font-size:.98rem;line-height:1.55;color:var(--text-muted)}.physiatry-page__ref-link{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding:.85rem 1rem;border-radius:10px;background:#fff;border:1px solid rgba(252,128,25,.35);font-weight:600;text-decoration:none;color:var(--link-on-surface);box-shadow:0 1px 2px #0000000a;transition:border-color var(--t-fast),background var(--t-fast),color var(--t-fast),box-shadow var(--t-fast)}.physiatry-page__ref-link:hover{border-color:var(--brand-orange);background:#fc80190f;color:#c2410c}.physiatry-page__ref-link-main{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0}.physiatry-page__ref-link-text{font-size:1rem;line-height:1.35}.physiatry-page__ref-link-hint{font-size:.78rem;font-weight:600;color:var(--text-muted)}.physiatry-page__ref-icon{flex-shrink:0;color:var(--brand-orange)}.physiatry-page__next,.conditions-page__next{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem;width:100%;margin-top:2rem;padding-top:1.75rem;border-top:1px solid var(--border-on-light)}.physiatry-page__next .btn,.conditions-page__next .btn{flex:0 1 auto;justify-content:center}@media (min-width: 521px){.physiatry-page__next,.conditions-page__next{flex-wrap:nowrap}}@media (max-width: 520px){.physiatry-page__next,.conditions-page__next{flex-direction:column;align-items:stretch;justify-content:flex-start}.physiatry-page__next .btn,.conditions-page__next .btn{width:100%;min-width:0}}.conditions-page__inner{max-width:min(40rem,100%)}.conditions-page__hero{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.conditions-page__eyebrow{margin:0 0 .5rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-orange)}.conditions-page__media-card{display:block;width:100%;margin:0 0 2rem;padding:0;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.07);box-shadow:0 4px 20px #00000012;background:linear-gradient(180deg,#fafaf9,#fff 45%)}.conditions-page__figure-inner{display:flex;flex-direction:column;align-items:center;padding:1rem 1rem 1.15rem;text-align:center}.conditions-page__figure-img{display:block;width:auto;max-width:100%;height:auto;max-height:min(58vh,40rem);margin:0 auto;border-radius:10px}.conditions-page__figure-caption{margin:.75rem 0 0;padding:0 .25rem;max-width:36rem;font-size:.9rem;line-height:1.5;color:var(--text-muted);font-weight:400}.conditions-page__groups{display:flex;flex-direction:column;gap:1rem;margin:0 0 1.75rem}.conditions-page__group{margin:0;padding:1.25rem 1.35rem;border-radius:14px;border:1px solid rgba(0,0,0,.06);background:linear-gradient(180deg,#fafaf9,#fff 55%);box-shadow:0 1px 3px #0000000a;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.conditions-page__group:hover{border-color:#fc801933;box-shadow:0 4px 14px #0000000f}.conditions-page .conditions-page__group .conditions-page__group-title{margin:0 0 .75rem;font-size:1.08rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;color:var(--text)}.conditions-page__list{margin:0;padding-left:1.35rem;color:var(--text-muted);font-size:1.02rem;line-height:1.55}.conditions-page__list li{margin-top:.45rem;padding-left:.2rem}.conditions-page__list li:first-child{margin-top:0}.conditions-page__list li::marker{color:var(--brand-orange)}.conditions-page__disclaimer{margin-top:0;border-radius:var(--radius);border:1px solid rgba(0,0,0,.08);background:#00000008}.conditions-page__disclaimer p{font-size:.95rem;line-height:1.5;color:var(--text-muted)}.conditions-page__disclaimer strong{color:var(--text)}.section--cv{padding:2.5rem var(--page-pad-x) 3.5rem;max-width:min(var(--max-w-wide),100%);margin:1rem auto 0;background:var(--bg-elevated);border-radius:16px;box-shadow:var(--surface-shadow);color:var(--text)}.section__inner--cv{max-width:min(var(--max-w-wide),100%)}.cv-page__inner{width:100%}.cv-page__layout{display:grid;gap:1.75rem;align-items:start}@media (min-width: 900px){.cv-page__layout{grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:2rem 2.5rem}}.cv-page__sidebar{padding:1.4rem 1.25rem;border-radius:16px;border:1px solid rgba(0,0,0,.07);background:linear-gradient(165deg,#fafaf9,#fff 55%);box-shadow:0 2px 12px #0000000d}@media (min-width: 900px){.cv-page__sidebar{position:sticky;top:calc(var(--header-h) + 1rem);align-self:start}}.cv-page__sidebar-hero{margin-bottom:1.15rem;padding-bottom:1.15rem;border-bottom:1px solid rgba(0,0,0,.08);text-align:left}.cv-page__eyebrow{margin:0 0 .5rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-orange)}.cv-page__sidebar-hero .page-title{margin:0 0 .4rem;font-size:clamp(1.35rem,2vw,1.6rem)}.cv-page__toc-heading{margin:0 0 .6rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-orange)}.cv-page__toc-list{margin:0;padding:0;list-style:none}.cv-page__toc-list li{margin:0;border-bottom:1px solid rgba(0,0,0,.06)}.cv-page__toc-list li:last-child{border-bottom:none}.cv-page__toc-list a{display:block;padding:.5rem .4rem .5rem 0;font-size:.88rem;font-weight:600;line-height:1.35;color:var(--link-on-surface);text-decoration:none;transition:color var(--t-fast),background var(--t-fast);border-radius:6px}.cv-page__toc-list a:hover{color:var(--accent-hover);background:#fc801914}.cv-page__toc-placeholder{margin:.5rem 0 0;font-size:.85rem;color:var(--text-muted)}.cv-page__meta{margin:0 0 .35rem;font-size:1.05rem;font-weight:600;color:var(--text)}.cv-page__tagline{margin:0;font-size:.88rem;line-height:1.45;color:var(--text-muted)}.cv-page__main{width:100%;min-width:0}.cv-page__error{margin:0}.cv-status{display:flex;align-items:center;justify-content:center;gap:.35rem;min-height:14rem;color:var(--text-muted)}.cv-status__dot{width:8px;height:8px;border-radius:50%;background:var(--accent);opacity:.4;animation:pulse 1.2s ease-in-out infinite}.cv-status__dot:nth-child(2){animation-delay:.15s}.cv-status__dot:nth-child(3){animation-delay:.3s}@media (prefers-reduced-motion: reduce){.cv-status__dot{animation:none;opacity:.6}}.cv-surface{width:100%;max-width:100%;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 24px #1c19170f,var(--shadow);padding:clamp(1.5rem,4vw,2.75rem);position:relative;box-sizing:border-box;transition:border-color var(--t-surface),box-shadow var(--t-surface)}.cv-surface:hover{border-color:#fc801940;box-shadow:0 8px 32px #1c191714,var(--shadow)}.cv-surface:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #fff9}.cv-page__main .cv-surface{border-radius:18px;border-color:#00000014;background:linear-gradient(180deg,#fff,#fafaf9)}.cv-page .cv-document{font-size:1.02rem;line-height:1.68}@media (min-width: 900px){.cv-page .cv-entry--split{grid-template-columns:minmax(0,1fr) minmax(7rem,10rem);gap:.45rem 1.5rem}}.cv-document{position:relative;z-index:1;width:100%;max-width:100%;margin:0;font-size:1rem;line-height:1.65;color:var(--text);box-sizing:border-box}.cv-doc-header{margin-bottom:0}.cv-doc-header__meta{font-size:.8rem;color:var(--text-muted);font-weight:500;letter-spacing:.04em;margin:0 0 .85rem}.cv-doc-header__grid{display:grid;gap:1.25rem 2.5rem;align-items:start}@media (min-width: 640px){.cv-doc-header__grid{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}}.cv-doc-header__primary p{margin:0 0 .45rem;color:var(--text-muted)}.cv-doc-header__primary p:last-child{margin-bottom:0}.cv-doc-header__primary p:first-child{margin:0 0 .35rem}.cv-doc-header__primary p:first-child strong{display:block;font-size:clamp(1.1rem,2.4vw,1.6rem);font-weight:700;letter-spacing:.05em;line-height:1.25;color:var(--text)}.cv-doc-header__primary p:nth-child(2){font-size:1.05rem;color:var(--text)}.cv-doc-header__contact{padding:.85rem 1rem;border-radius:10px;background:var(--accent-soft);border:1px solid rgba(196,92,38,.18)}.cv-doc-header__contact p{margin:0 0 .5rem;font-size:.95rem;color:var(--text-muted)}.cv-doc-header__contact p:last-child{margin-bottom:0}.cv-document .cv-doc-header p{margin:0 0 .45rem}.cv-document .cv-doc-header .cv-doc-header__meta{margin:0 0 .85rem}.cv-section-block{margin-top:2rem;padding-top:1.75rem;border-top:1px solid var(--border)}.cv-doc-header+.cv-section-block{margin-top:1.75rem;padding-top:0;border-top:none}.cv-section-title{margin:0 0 1rem;font-size:.92rem;font-weight:700;line-height:1.3;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);padding-bottom:.45rem;border-bottom:2px solid var(--accent-soft)}.cv-page .cv-doc-header#cv-top{scroll-margin-top:calc(var(--header-h) + .75rem)}.cv-page .cv-doc-header__meta{text-align:center}.cv-page .cv-doc-header__grid{gap:1.25rem 2rem;align-items:start}@media (min-width: 640px){.cv-page .cv-doc-header__grid{grid-template-columns:minmax(0,1.25fr) minmax(260px,1fr);align-items:start}}@media (min-width: 900px){.cv-page .cv-doc-header__grid{grid-template-columns:minmax(0,1.2fr) minmax(280px,1fr);gap:1.5rem 2.5rem}}.cv-page .cv-doc-header__contact-card{min-width:0;width:fit-content;max-width:100%;justify-self:center;align-self:start}.cv-page .cv-doc-header__name{padding:.9rem 1.1rem;border-radius:10px;background:linear-gradient(145deg,#fc801933,#c45c261a);border:1px solid rgba(196,92,38,.32);box-shadow:inset 0 1px #ffffffa6;margin:0 0 .65rem!important}.cv-page .cv-doc-header__name strong{display:block;font-size:clamp(1.05rem,2.2vw,1.45rem);font-weight:700;letter-spacing:.04em;line-height:1.25;color:var(--text)}.cv-page .cv-doc-header__title{font-size:1.05rem;font-weight:600;color:var(--text);padding:.65rem 1rem;border-radius:8px;background:linear-gradient(90deg,#fc801924,#1c19170d);border:1px solid rgba(196,92,38,.2);border-left:4px solid var(--accent);margin:0!important}.cv-page .cv-doc-header__contact{padding:1.15rem 1.35rem 1.2rem;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 10px #1c191712;text-align:center}.cv-page .cv-doc-header__contact p{margin:0 0 .4rem;text-wrap:balance}.cv-page .cv-doc-header__contact p:last-child{margin-bottom:0}.cv-page .cv-doc-header__contact a{word-break:break-word}.cv-page .cv-section-block{scroll-margin-top:calc(var(--header-h) + .75rem);margin-top:2rem;padding:1.5rem 1.25rem 1.35rem;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#fffffffa;box-shadow:0 1px 4px #0000000a}.cv-page .cv-document .cv-doc-header+.cv-section-block{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08)}.cv-section-body{display:flex;flex-direction:column;gap:0}.cv-entry{margin-bottom:.45rem}.cv-entry:last-child{margin-bottom:0}.cv-entry--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(6.5rem,10rem);gap:.35rem 1.25rem;align-items:start;padding:.35rem 0;border-radius:6px}@media (max-width: 640px){.cv-entry--split{grid-template-columns:1fr;gap:.15rem}.cv-entry__col--primary{text-align:left}}.cv-entry__col--detail{font-size:.95rem;font-weight:500;color:var(--text);line-height:1.55;min-width:0}.cv-entry__col--primary{font-size:.88rem;font-weight:600;color:var(--text-muted);line-height:1.45;text-align:right;white-space:normal}.cv-subsection-title{font-size:.98rem;font-weight:700;color:var(--text);margin:1.1rem 0 .5rem;letter-spacing:.02em;padding-left:.35rem;border-left:3px solid var(--accent)}.cv-section-body>.cv-subsection-title:first-child{margin-top:0}.cv-document .cv-list{margin:.5rem 0 1rem;padding-left:1.35rem;color:var(--text-muted)}.cv-document p{margin:0 0 1rem;color:var(--text-muted)}.cv-document p:last-child{margin-bottom:0}.cv-document .cv-entry--text p{margin:0 0 .45rem;color:var(--text-muted)}.cv-document .cv-entry--text p:last-child{margin-bottom:0}.cv-document strong{color:var(--text);font-weight:600}.cv-document h1,.cv-document h2,.cv-document h3{color:var(--text);letter-spacing:-.02em;line-height:1.25}.cv-document h1{font-size:1.5rem;font-weight:700;padding-bottom:.5rem;border-bottom:2px solid var(--accent-soft)}.cv-document h3{font-size:1.05rem;font-weight:700}.cv-document ul,.cv-document ol{margin:0 0 1rem;padding-left:1.35rem;color:var(--text-muted)}.cv-document li+li{margin-top:.35rem}.cv-document li::marker{color:var(--accent)}.cv-document table{width:100%;border-collapse:collapse;font-size:.95rem;margin:1rem 0 1.25rem;color:var(--text-muted)}.cv-document th,.cv-document td{border:1px solid var(--border);padding:.55rem .75rem;text-align:left;vertical-align:top}.cv-document th{background:var(--accent-soft);color:var(--text);font-weight:600}.cv-document a{word-break:break-word}.cv-section{margin-bottom:2rem}.cv-section h2{font-size:1.05rem;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin:0 0 .75rem}.cv-section ul{margin:0;padding-left:1.2rem;color:var(--text-muted)}.cv-section li+li{margin-top:.4rem}.appointment-section{scroll-margin-top:calc(var(--header-h) + 1rem);padding-top:.5rem;position:relative}.appointment-section .surface--appointment{position:relative;overflow:hidden;padding:clamp(1.75rem,5vw,2.85rem);border:1px solid rgba(255,255,255,.85);border-radius:22px;background:linear-gradient(165deg,#fff,#fafaf9 55%,#fff8f4);box-shadow:0 1px #fffffff2 inset,0 12px 48px #00000017,0 4px 14px #fc801912;transition:box-shadow var(--t-surface),transform var(--t-surface)}.appointment-section .surface--appointment:hover{box-shadow:0 1px #fffffff2 inset,0 16px 52px #0000001a,0 6px 18px #fc80191a}.appointment-layout{display:grid;gap:1.75rem;align-items:start}@media (min-width: 800px){.appointment-layout:not(.appointment-layout--stacked){grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:2.5rem;align-items:center}}.appointment-layout--stacked{grid-template-columns:1fr;gap:.85rem;align-items:stretch}.appointment-layout--stacked .appointment-layout__intro{max-width:36rem;margin-left:auto;margin-right:auto;text-align:center}.appointment-layout--stacked .appointment-layout__intro .surface__title{text-align:center}.appointment-layout--stacked .appointment-layout__intro .page-title{margin-bottom:.5rem;font-size:clamp(1.55rem,3.5vw,1.95rem);font-weight:700;letter-spacing:-.03em;color:var(--text)}.appointment-layout--stacked .appointment-section__intro.page-intro{margin-bottom:0;font-size:1rem;line-height:1.6;color:var(--text-muted)}.appointment-layout__intro .surface__title{text-align:left}.appointment-layout__intro .page-intro,.appointment-section__intro{margin-bottom:0}.appointment-layout__form{min-width:0}.appointment-layout--stacked .appointment-layout__form{max-width:22rem;margin:0 auto;width:100%;padding-top:1.2rem;border-top:1px solid rgba(252,128,25,.15)}.appointment-section .appointment-form{display:flex;flex-direction:column;gap:.8rem;text-align:left}@media (prefers-reduced-motion: reduce){.appointment-form__actions .btn:not(:disabled):hover{transform:none}}.appointment-form__row{margin-bottom:0}.appointment-form__row:last-of-type{margin-bottom:0}.appointment-form__label{display:block;font-size:.88rem;font-weight:600;color:var(--text);margin-bottom:.35rem;letter-spacing:.01em}.appointment-form__input{width:100%;padding:.65rem .85rem;font-family:inherit;font-size:1rem;border:1px solid var(--border-on-light);border-radius:10px;background:var(--bg-elevated);color:var(--text);transition:border-color var(--t-fast),box-shadow var(--t-fast),background var(--t-fast)}.appointment-section .appointment-form__input{padding:.75rem 1rem;border-radius:12px;border-color:#1c19171f;background:#fff;box-shadow:inset 0 1px 2px #0000000a}.appointment-section .appointment-form__input:hover{border-color:#d6d3d1;background:#fff}.appointment-section .appointment-form__input:focus{outline:none;border-color:#fc8019a6;background:#fff;box-shadow:0 0 0 3px #fc801933,inset 0 1px 2px #0000000a}.appointment-section .appointment-form__input[aria-invalid=true]{border-color:#b91c1c;background:#fff;box-shadow:none}.appointment-form__optional{font-weight:500;color:var(--text-muted);font-size:.85em}.appointment-section .appointment-form__textarea{min-height:5.25rem;resize:vertical;line-height:1.5;display:block}.appointment-form__hint{margin:.4rem 0 0;font-size:.8rem;color:var(--text-muted);line-height:1.45;text-align:center}.appointment-form__hint--left{text-align:left}.appointment-form__error{margin:.35rem 0 0;font-size:.88rem;color:#b91c1c}.appointment-form__error--global{margin-bottom:.75rem}.appointment-form__actions{margin-top:.35rem;padding-top:.25rem;display:flex;flex-direction:column;align-items:stretch}.appointment-form__actions .btn{width:100%;justify-content:center;padding:.82rem 1.25rem;border-radius:12px;font-size:.98rem;font-weight:600;box-shadow:0 4px 14px #fc801959;transition:transform var(--t-fast),box-shadow var(--t-fast)}.appointment-form__actions .btn:not(:disabled):hover{box-shadow:0 6px 20px #fc801973;transform:translateY(-1px)}.appointment-form__actions .btn:not(:disabled):active{transform:translateY(0)}.appointment-form__fallback{margin:.85rem 0 0;font-size:.82rem;line-height:1.5;text-align:center}.appointment-form__code{font-size:.78em}.appointment-form__success{padding:.5rem 0 .25rem;text-align:center}.appointment-form__success-mark{display:flex;justify-content:center;margin-bottom:.85rem;color:var(--brand-orange)}.appointment-form__success-mark svg{filter:drop-shadow(0 2px 8px rgba(252,128,25,.35))}.appointment-form__success p{margin:0;color:var(--brand-orange);font-size:1.05rem;line-height:1.55;text-align:center}.appointment-form__success strong{color:var(--brand-orange);font-weight:700}.contact-grid{display:grid;gap:1.25rem}@media (min-width: 640px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-card{background:var(--bg-elevated);border:1px solid var(--border-on-light);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);transition:border-color var(--t-surface),box-shadow var(--t-surface),transform var(--t-surface)}.contact-card:hover{border-color:#fc80192e;box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.contact-card h2{font-size:1.05rem;margin:0 0 .5rem}.contact-card p{margin:0 0 1rem;font-size:.95rem;color:var(--text-muted)}.muted{color:var(--text-muted);font-size:.9rem}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;background:#fc80191f;padding:.15em .4em;border-radius:4px}.illustration{border-radius:var(--radius);border:3px solid rgba(255,255,255,.5);background:#ffffff1f;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-shadow:0 12px 32px #00000026}.illustration svg{width:100%;max-width:280px;height:auto}.illustration--photo{padding:0;overflow:hidden;aspect-ratio:3 / 4;max-height:min(52vh,440px);margin-inline:auto}@media (min-width: 900px){.illustration--photo{margin-inline:0;max-height:440px}}.home-portrait__img{width:100%;height:100%;object-fit:cover;object-position:center}
