:root{--color-clinical-white:#f8f8f5;--color-rochester-blue:#1d5f8f;--color-signature-gold:#c9a64a;--color-warm-stone:#cdc9c2;--color-charcoal-ink:#353e48;--color-lake-blue:#6fa9c9;--color-mist-blue:#dce8f0;--color-bare-blush:#ece1e4;--color-williams-plum:#685b8e;--color-silver-fog:#e8e8e4;--color-white:#ffffff;--rochester-blue-dark:#164a6f;--signature-gold-dark:#b08f3a;--color-editorial-rule:rgba(29,95,143,0.42);--color-editorial-rule-on-ink:rgba(111,169,201,0.55);--font-sans:var(--font-source-sans),"Source Sans 3","Helvetica Neue",Helvetica,Arial,sans-serif;--font-serif:var(--font-cormorant),"Cormorant Garamond","Times New Roman",serif;--header-height:5.75rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.75rem;--space-7:2.75rem;--space-8:4rem;--container:78rem;--container-wide:92rem;--container-hero:95rem;--prose:38rem;--radius:2px;--focus-ring:2px solid var(--color-rochester-blue);--focus-offset:3px;--hairline:1px solid var(--color-warm-stone);--ease:0.28s ease}*,:after,:before{box-sizing:border-box}html{scroll-padding-top:calc(var(--header-height) + 1rem)}body,html{margin:0;padding:0}body{min-height:100vh;min-height:100dvh;background:var(--color-clinical-white);color:var(--color-charcoal-ink);font-family:var(--font-sans);font-size:1.0625rem;font-weight:400;line-height:1.7;letter-spacing:.01em;text-size-adjust:100%}body:has(.site-header.is-open){overflow:hidden}img{max-width:100%}a{color:var(--color-rochester-blue);text-underline-offset:.18em}a:hover{color:var(--rochester-blue-dark)}:focus{outline:none}:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.skip-link{position:absolute;left:var(--space-4);top:0;z-index:200;transform:translateY(-120%);background:var(--color-rochester-blue);color:var(--color-white);padding:.75rem 1rem;min-height:44px;text-decoration:none;font-weight:600}.skip-link:focus,.skip-link:focus-visible{transform:translateY(.75rem);color:var(--color-white);outline-color:var(--color-signature-gold)}.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}.site{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1 1}.container{width:min(100% - 2.5rem,var(--container));margin-inline:auto}.container-wide{width:min(100% - 2.5rem,var(--container-wide));margin-inline:auto}.container-hero{width:min(100% - 2.5rem,var(--container-hero));margin-inline:auto}.prose{width:min(100%,var(--prose))}h1,h2,h3{font-family:var(--font-serif);font-weight:400;color:var(--color-charcoal-ink);letter-spacing:-.02em;line-height:1.12}h1{font-size:clamp(2rem,3.2vw + .7rem,3.15rem);line-height:1.08}h1,h2{margin:0 0 var(--space-4)}h2{font-size:clamp(1.85rem,2.4vw + .8rem,3rem)}h3{font-size:clamp(1.25rem,1vw + 1rem,1.55rem);margin:0 0 var(--space-3);font-weight:500}p{margin:0 0 var(--space-4)}p:last-child{margin-bottom:0}.display-break{display:block}.kicker{display:inline-block;margin:0 0 var(--space-3);color:var(--color-rochester-blue);font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;line-height:1.4}.kicker a{color:inherit;text-decoration:none}.kicker a:hover{color:var(--rochester-blue-dark)}.breadcrumbs{margin:0 0 var(--space-3)}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin:0;padding:0;list-style:none;color:var(--color-rochester-blue);font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.breadcrumbs__item:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--color-warm-stone);font-weight:400}.breadcrumbs a{color:inherit;text-decoration:none}.breadcrumbs a:hover{color:var(--rochester-blue-dark)}.breadcrumbs [aria-current=page]{color:var(--color-charcoal-ink);text-transform:none;letter-spacing:.01em;font-size:.8125rem;font-weight:400}.kicker:after{content:"";display:block;width:2rem;height:1px;margin-top:.55rem;background:var(--color-editorial-rule)}.section--blush{background:var(--color-bare-blush)}.lede{font-size:1.125rem;line-height:1.65;max-width:34rem}.section{padding:var(--space-7) 0}.section--mist{background:var(--color-bare-blush)}.section--fog,.section--stone{background:var(--color-silver-fog)}.section--cta{background:var(--color-bare-blush)}.section--ink{background:var(--color-charcoal-ink)}.section--ink,.section--ink .kicker,.section--ink h2{color:var(--color-clinical-white)}.section--ink .kicker:after{background:var(--color-editorial-rule-on-ink)}.section--ink .btn--secondary{border-color:rgba(248,248,245,.45);color:var(--color-clinical-white)}.section--ink .btn--secondary:hover:not(:disabled){background:rgba(248,248,245,.08);color:var(--color-clinical-white)}address{font-style:normal}.grid-2,.grid-3,.grid-4{display:grid;grid-gap:var(--space-6);gap:var(--space-6)}@media (min-width:720px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.grid-2--statement{gap:var(--space-7)}@media (min-width:800px){.grid-2--statement>article+article{border-left:var(--hairline);padding-left:var(--space-7)}}.card{background:transparent;border:0;border-top:1px solid var(--color-warm-stone);box-shadow:none;padding:var(--space-5) 0 0}.card h3{margin-top:0}.muted{color:var(--color-charcoal-ink);opacity:.72;font-size:.9375rem;letter-spacing:.02em}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(248,248,245,.94);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:var(--hairline);padding-top:env(safe-area-inset-top,0)}.header-inner{flex-wrap:wrap;gap:var(--space-3) var(--space-4);min-height:var(--header-height);padding-block:.4rem}.header-inner,.logo{display:flex;align-items:center}.logo{flex:0 1 auto;min-height:44px;width:min(12.25rem,46vw);text-decoration:none}.logo,.logo:hover{color:var(--color-charcoal-ink)}.logo-img{display:block;width:100%;height:auto}.logo-img--footer{width:min(18rem,100%);height:auto}.footer-brand-link{display:block;width:20rem;max-width:100%;flex-shrink:0;text-decoration:none;color:inherit}.footer-brand-link .logo-img,.logo-img--footer-brand{display:block;width:100%;height:auto!important;max-width:none;object-fit:contain}.footer-brand-link:hover{color:inherit}.header-actions{gap:var(--space-3);margin-left:auto}.header-actions,.phones{display:flex;align-items:center}.phones{flex-wrap:wrap;gap:.35rem .55rem;margin:0;font-size:.8125rem;letter-spacing:.01em;white-space:nowrap}.phones--stacked{flex-direction:column;align-items:flex-start;gap:.15rem;white-space:normal}.phone-sep{color:var(--color-warm-stone);font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none}.phones a{display:inline-flex;align-items:center;min-height:44px;text-decoration:none;font-weight:500;color:var(--color-charcoal-ink)}.phones a:hover{color:var(--color-rochester-blue)}.phone-label{font-weight:400;opacity:.62;margin-right:.4rem;letter-spacing:.08em;font-size:.65rem}.menu-toggle,.phone-label{color:var(--color-charcoal-ink);text-transform:uppercase}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 .85rem;border:1px solid var(--color-charcoal-ink);background:transparent;font:inherit;font-weight:600;font-size:.7rem;letter-spacing:.16em;cursor:pointer}.nav-mobile-tools{display:none}.primary-nav{width:100%}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.nav-list a,.nav-list button.nav-link{display:inline-flex;align-items:center;min-height:44px;padding:.35rem .1rem;color:var(--color-charcoal-ink);text-decoration:none;font-weight:500;font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;background:none;border:0;font-family:inherit;cursor:pointer}.nav-list a:hover,.nav-list a[aria-current=page],.nav-list button.nav-link:hover{color:var(--color-rochester-blue)}.has-submenu{position:relative}.submenu{list-style:none;margin:0;padding:0 0 0 .75rem}.submenu a{font-weight:400;letter-spacing:.02em;font-size:.95rem}.btn,.submenu a{text-transform:none}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.8rem 1.5rem;border:1px solid transparent;border-radius:var(--radius);font-family:inherit;font-size:.9375rem;font-weight:500;letter-spacing:.01em;line-height:1.2;text-decoration:none;cursor:pointer;transition:background var(--ease),color var(--ease),border-color var(--ease),box-shadow var(--ease)}.btn:disabled{opacity:.65;cursor:not-allowed}.btn--primary{background:var(--color-rochester-blue);border-color:var(--color-rochester-blue);color:var(--color-white);box-shadow:0 1px 2px rgba(53,62,72,.08)}.btn--primary:hover:not(:disabled){background:var(--rochester-blue-dark);border-color:var(--rochester-blue-dark);color:var(--color-white);box-shadow:0 2px 6px rgba(53,62,72,.12)}.btn--secondary{background:var(--color-clinical-white);border-color:var(--color-warm-stone);color:var(--color-charcoal-ink)}.btn--secondary:hover:not(:disabled){background:var(--color-bare-blush);border-color:var(--color-rochester-blue);color:var(--color-rochester-blue)}.btn--on-ink{background:var(--color-clinical-white);border-color:var(--color-clinical-white);color:var(--color-charcoal-ink)}.btn--on-ink:hover:not(:disabled){background:transparent;color:var(--color-clinical-white)}.btn--accent{background:var(--color-signature-gold);border-color:var(--color-signature-gold);color:var(--color-charcoal-ink);box-shadow:0 2px 8px rgba(201,166,74,.28)}.btn--accent:hover:not(:disabled){background:var(--signature-gold-dark);border-color:var(--signature-gold-dark);color:var(--color-charcoal-ink);box-shadow:0 4px 12px rgba(201,166,74,.32)}.btn--payment{min-width:min(100%,16rem)}.cta-band__inner .cta-row .btn--cta-main{flex:0 1 auto;min-width:min(100%,16rem)}.header-payment-link{display:none;align-items:center;min-height:44px;padding:0 .35rem;font-size:.875rem;font-weight:500;color:var(--color-rochester-blue);text-decoration:none;white-space:nowrap}.header-payment-link:hover{color:var(--rochester-blue-dark);text-decoration:underline}.cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4);margin-top:var(--space-5)}.cta-band__inner{max-width:38rem;margin-inline:auto;text-align:center}.cta-band__inner .cta-row{justify-content:center}.cta-band__inner h2{font-size:clamp(1.85rem,3vw,2.6rem)}.btn--cta-main{font-size:1.0625rem;padding:1rem 2.25rem;min-height:52px}.page-hero{padding:var(--space-7) 0 var(--space-6);border-bottom:var(--hairline)}.page-hero--compact{padding:2.25rem 0 1.75rem}.page-hero .lede{margin-top:.25rem}.gallery-frame,.photo-frame{margin:0}.gallery-frame{aspect-ratio:4/3;width:100%;background:var(--color-warm-stone);border:0;box-shadow:none;display:grid;place-items:center;text-align:center;padding:var(--space-4);color:var(--color-charcoal-ink);overflow:hidden}.associate-block img,.editorial-split__media img,.gallery-frame img,.hero-split__media img,.media-card__photo img,.photo-frame img,.portrait-card__photo img,.portrait-link img,.procedure-feature__media img,.procedure-index__frame img,.split-media img,.surgeon-profile__photo img,.surgeon-spread__photo img{display:block;width:100%;height:100%;object-fit:cover}.photo-frame img{aspect-ratio:4/3}.photo-frame figcaption{margin-top:var(--space-3);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.gallery-frame p{margin:0;max-width:16rem;font-size:.9rem}.disclaimer{font-size:.9rem;margin-top:var(--space-5)}.site-footer{background:var(--color-clinical-white);color:var(--color-charcoal-ink)}.site-footer a{color:var(--color-rochester-blue);text-decoration:none}.site-footer a:hover{color:var(--rochester-blue-dark);text-decoration:underline}.footer-shell{padding:var(--space-7) 0 var(--space-6)}.footer-columns{display:grid;grid-template-columns:minmax(0,1fr);min-width:0}.footer-col{min-width:0;padding:var(--space-5) 0}.footer-col+.footer-col{border-top:1px solid var(--color-warm-stone)}.footer-col--brand{padding-top:0;overflow:visible;display:flex;justify-content:flex-start;align-items:flex-start}.footer-col:not(.footer-col--brand){min-width:0}.footer-col__heading{margin:0 0 var(--space-5);font-family:var(--font-sans);font-size:.65rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-rochester-blue)}.footer-col__heading:after{content:"";display:block;width:1.75rem;height:2px;margin-top:.35rem;background:var(--color-rochester-blue)}.footer-block{display:grid;grid-gap:.2rem;gap:.2rem}.footer-block__label{font-weight:600;line-height:1.45}.footer-block__label,.footer-block__text{margin:0;font-size:.8125rem;color:var(--color-charcoal-ink)}.footer-block__text{line-height:1.5}.footer-block__link{display:inline-block;font-size:.8125rem;font-weight:500;line-height:1.45;color:var(--color-rochester-blue);text-decoration:none}.footer-block__link:hover{color:var(--rochester-blue-dark);text-decoration:underline}.footer-block__link--address{display:inline-block;font-weight:400;line-height:1.5}.footer-address__street{white-space:nowrap}.footer-rule{border:0;height:1px;margin:var(--space-4) 0;background:var(--color-warm-stone)}.footer-links{list-style:none;margin:0;padding:0;display:grid;grid-gap:.5rem;gap:.5rem}@media (min-width:640px) and (max-width:899px){.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--space-6)}.footer-col{padding:var(--space-5)}.footer-col+.footer-col{border-top:0}.footer-col--brand{grid-column:1/-1;padding-left:0;padding-right:0}.footer-col:not(.footer-col--brand):not(:nth-child(2)){border-top:1px solid var(--color-warm-stone)}.footer-col:nth-child(2),.footer-col:nth-child(4){padding-left:0}.footer-col:nth-child(3),.footer-col:nth-child(5){border-left:1px solid var(--color-warm-stone)}.footer-col:nth-child(4),.footer-col:nth-child(5){border-top:1px solid var(--color-warm-stone)}}@media (min-width:900px){.footer-columns{grid-template-columns:auto repeat(4,minmax(0,1fr));column-gap:var(--space-6);align-items:start}.footer-col{padding:var(--space-6) var(--space-5)}.footer-col+.footer-col{border-top:0;border-left:1px solid var(--color-warm-stone)}.footer-col--brand{padding-left:0;padding-right:0;border-left:0}.footer-col:nth-child(2){padding-left:var(--space-5)}.footer-col:last-child{padding-right:0}}.footer-meta{background:var(--color-mist-blue);border-top:1px solid rgba(29,95,143,.14)}.footer-meta-inner{display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-6);padding:var(--space-5) 0;font-size:.85rem;color:var(--color-charcoal-ink)}.footer-meta-inner p{margin:0}.footer-meta-inner a{text-decoration:underline;text-underline-offset:.16em}.form{display:grid;grid-gap:var(--space-4);gap:var(--space-4);max-width:36rem}.field{display:grid;grid-gap:.4rem;gap:.4rem}.field label{font-weight:600;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.field input,.field select,.field textarea{min-height:48px;width:100%;padding:.75rem 0;border:0;border-bottom:1px solid var(--color-warm-stone);border-radius:0;background:transparent;color:var(--color-charcoal-ink);font:inherit;transition:border-color var(--ease)}.field input:focus,.field input:hover,.field select:focus,.field select:hover,.field textarea:focus,.field textarea:hover{border-bottom-color:var(--color-rochester-blue)}.field textarea{min-height:8rem;resize:vertical}.field-error{color:#8a2a2a;font-size:.875rem}.form-status{padding:var(--space-5) 0;border-top:var(--hairline);border-bottom:var(--hairline);background:transparent}.form-status[data-kind=error]{background:transparent;border-color:#c9a0a0}.legal-note{margin-bottom:var(--space-5);padding:0 0 var(--space-4);max-width:40rem;background:transparent;border:0;border-bottom:1px solid var(--color-editorial-rule)}.privacy-body h2{margin-top:var(--space-6)}.privacy-body ul{padding-left:1.2rem}.privacy-body li{margin-bottom:.65rem}.surgeon-list{display:grid;grid-gap:var(--space-5);gap:var(--space-5)}@media (min-width:800px){.surgeon-list{grid-template-columns:1fr 1fr}}.filters{display:flex;flex-wrap:wrap;gap:.5rem var(--space-3);margin-bottom:var(--space-5)}.filters a,.filters span{display:inline-flex;align-items:center;min-height:44px;padding:0;border:0;border-bottom:1px solid transparent;background:transparent;color:var(--color-charcoal-ink);text-decoration:none;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.filters [aria-current=true]{border-bottom-color:var(--color-editorial-rule);color:var(--color-charcoal-ink);font-weight:600}.empty-state{padding:0;max-width:36rem;border:0;background:transparent}.empty-state h2{font-style:italic}.not-found-nav,.section-follow{margin-top:var(--space-6)}.not-found-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem var(--space-5)}.not-found-nav a{text-decoration:none;letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:600}.not-found-nav a,.submenu-toggle{display:inline-flex;min-height:44px;align-items:center}.submenu-toggle{justify-content:center;min-width:44px;margin-left:.25rem;border:0;background:transparent;color:var(--color-rochester-blue);font:inherit;font-size:.8rem;font-weight:600;cursor:pointer}@media (min-width:1100px){:root{--header-height:6.15rem}.header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;flex-wrap:nowrap;grid-gap:var(--space-4) var(--space-5);gap:var(--space-4) var(--space-5)}.logo{width:14.5rem}.menu-toggle{display:none}.primary-nav{width:auto;flex:none;min-width:0;padding-inline:clamp(.75rem,2vw,2rem)}.nav-list{flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:.5rem clamp(.75rem,1.8vw,2rem)}.nav-list>li>a{position:relative;font-size:.875rem;letter-spacing:.14em;padding:.45rem .1rem;white-space:nowrap}.nav-list>li>a:after{content:"";position:absolute;left:0;right:auto;bottom:.55rem;width:0;height:1px;background:var(--color-editorial-rule);transition:width var(--ease)}.nav-list>li>a:hover:after,.nav-list>li>a[aria-current=page]:after{width:100%}.header-actions{margin-left:0;padding-left:0;gap:var(--space-4);flex-shrink:0}.submenu{display:none;position:absolute;top:100%;left:0;min-width:15rem;padding:1rem 0 1.15rem;background:var(--color-clinical-white);border:var(--hairline);box-shadow:none;z-index:20}.has-submenu:focus-within .submenu,.has-submenu:hover .submenu{display:block}.submenu li a{display:flex;width:100%;padding:.45rem 1.25rem}.submenu-toggle{display:none}}.has-submenu.is-expanded .submenu{display:block}@media (min-width:1100px) and (max-width:1279px){.logo{width:12rem}.primary-nav{padding-inline:.5rem}.btn--header-payment{display:none}.header-payment-link{display:inline-flex}}@media (max-width:1099px){.primary-nav{display:none;position:absolute;left:0;right:0;top:100%;z-index:90;padding:var(--space-5) 1.25rem var(--space-7);background:var(--color-clinical-white);border-bottom:var(--hairline);min-height:calc(100svh - var(--header-height));overflow:auto}.site-header.is-open .primary-nav{display:block}.nav-list a{font-family:var(--font-serif);font-size:1.85rem;letter-spacing:-.02em;text-transform:none;font-weight:400;min-height:52px}.submenu{display:none;padding:.25rem 0 .75rem}.submenu a{font-family:var(--font-sans);font-size:1rem}.nav-mobile-tools{display:grid;grid-gap:var(--space-4);gap:var(--space-4);margin-top:var(--space-6);padding-top:var(--space-5);border-top:var(--hairline)}.nav-mobile-tools .phones{display:flex}.nav-mobile-tools .btn{display:inline-flex;width:-moz-fit-content;width:fit-content}}.hero-split{display:grid;border-bottom:0}.hero-editorial,.hero-split{background:var(--color-clinical-white)}.hero-editorial__copy{padding:1.5rem 0}.hero-editorial__copy .kicker{margin-bottom:.7rem}.hero-editorial__copy .kicker:after{margin-top:.5rem}.hero-editorial__copy h1{font-size:clamp(2.15rem,4vw,3.4rem);max-width:16ch;margin-bottom:.9rem}.hero-editorial__copy .lede{max-width:36rem}.hero-editorial__copy .cta-row{margin-top:1.5rem}.hero-editorial__media{position:relative;height:min(52vh,34rem);min-height:16rem;background:var(--color-warm-stone);overflow:hidden}.hero-editorial__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 45%;transition:transform 1.2s ease}.hero-editorial__media:hover img{transform:scale(1.03)}.hero-split__copy{padding:var(--space-7) 1.25rem;width:min(100% - 2.5rem,40rem);margin:0 auto;display:flex;flex-direction:column;justify-content:center}.hero-split__copy h1{font-size:clamp(2.2rem,4.5vw,3.6rem);max-width:11ch}.hero-split__media{position:relative;min-height:22rem;background:var(--color-warm-stone);overflow:hidden}.hero-split__media img{transition:transform 1.1s ease}.hero-split__media:hover img{transform:scale(1.035)}@media (max-width:959px){.hero-editorial__copy{padding:1.25rem 0 1.35rem}.hero-editorial__media{height:18.5rem;min-height:16rem}}.cred-bar{padding:1.35rem 0 .15rem}.cred-bar p{margin:0;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;text-align:center;color:var(--color-charcoal-ink)}.surgeon-grid,.tile-grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:var(--space-5);gap:var(--space-5)}.surgeon-spread{list-style:none;margin:var(--space-6) 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-6) var(--space-4);gap:var(--space-6) var(--space-4)}.surgeon-spread a{display:grid;grid-gap:.9rem;gap:.9rem;text-decoration:none;color:inherit}.surgeon-spread a:hover{color:inherit}.surgeon-spread h3{margin:0;font-size:clamp(1.2rem,1.4vw,1.55rem);line-height:1.15}.surgeon-spread a h3,.surgeon-spread h3 a{color:var(--color-charcoal-ink);text-decoration:none}.surgeon-spread__photo{display:block;overflow:hidden;aspect-ratio:3/4;background:var(--color-clinical-white);border-radius:var(--radius)}.surgeon-spread__photo img{width:100%;height:100%;object-fit:cover;object-position:center 12%}.surgeon-spread a:hover .surgeon-spread__photo img{transform:scale(1.04)}.media-card,.portrait-card{background:transparent;border:0;box-shadow:none;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:none}.media-card:hover,.portrait-card:hover{box-shadow:none}.media-card__photo,.portrait-card__photo,.surgeon-profile__photo{display:block;overflow:hidden;background:var(--color-silver-fog)}.portrait-card__photo,.surgeon-profile__photo{aspect-ratio:3/4}.media-card__photo{aspect-ratio:4/5}.media-card__body,.portrait-card__body{padding:var(--space-4) 0 0}.media-card__body h2,.media-card__body h3,.portrait-card__body h3{margin-top:0}.media-card__body ul,.procedure-feature__copy ul{margin:0 0 var(--space-4);padding:0;list-style:none}.media-card__body li,.procedure-feature__copy li{position:relative;padding:.45rem 0;border-bottom:var(--hairline);font-size:.95rem}.split-media{display:grid;grid-gap:var(--space-6);gap:var(--space-6);align-items:center}.photo-frame,.split-media img{width:100%}.photo-frame{overflow:hidden}.photo-frame img{transition:transform .9s ease}.photo-frame:hover img{transform:scale(1.03)}.surgeon-profiles{display:grid;grid-gap:var(--space-8);gap:var(--space-8)}.surgeon-profile{display:grid;grid-gap:var(--space-5);gap:var(--space-5);padding-bottom:var(--space-7);border-bottom:var(--hairline)}.surgeon-profile:last-child{border-bottom:0;padding-bottom:0}.surgeon-profile__photo{max-width:none}.surgeon-profile__copy .kicker{margin-bottom:var(--space-3)}.surgeon-profile__copy h2{padding-bottom:var(--space-4);border-bottom:var(--hairline);margin-bottom:var(--space-5)}.associate-block{display:grid;grid-gap:var(--space-5);gap:var(--space-5);margin-top:var(--space-7);align-items:start;padding-top:var(--space-6);border-top:var(--hairline);max-width:48rem}.associate-block img{width:9rem;height:13.5rem}.portrait-link{display:grid;grid-gap:var(--space-3);gap:var(--space-3);text-decoration:none;color:var(--color-charcoal-ink);font-weight:500;font-family:var(--font-serif);font-size:1.15rem}.portrait-link:hover{color:var(--color-rochester-blue)}.portrait-link img{aspect-ratio:3/4;border:0;transition:transform .8s ease}.portrait-link:hover img{transform:scale(1.04)}.contact-page__intro{margin:0 0 var(--space-5);max-width:38rem}.contact-cards{display:grid;grid-gap:var(--space-5);gap:var(--space-5);align-items:start}.contact-card{display:flex;flex-direction:column}.contact-card__title{margin:0 0 var(--space-3);font-family:var(--font-sans);font-size:1.0625rem;font-weight:600;line-height:1.35}.contact-card__subtitle{margin:calc(-1 * var(--space-2)) 0 var(--space-3);font-size:.9375rem;font-weight:500;line-height:1.4;color:var(--color-rochester-blue)}.contact-card__address--lead{margin-bottom:var(--space-3);padding-bottom:var(--space-3);border-bottom:var(--hairline)}.contact-card__note{margin:0 0 var(--space-4);line-height:1.65}.contact-card__lines{display:grid;grid-gap:var(--space-4);gap:var(--space-4);margin-bottom:var(--space-4);padding-bottom:var(--space-4);border-bottom:var(--hairline)}.contact-card__line+.contact-card__line{padding-top:var(--space-4);border-top:var(--hairline)}.contact-card__line-label{margin:0 0 var(--space-2);font-weight:600}.contact-card__line-summary{margin:0 0 var(--space-2);line-height:1.65}.contact-card__phone{margin:0;font-size:1.125rem;font-weight:600}.contact-card__fax{margin:var(--space-2) 0 0}.contact-card__address{margin:0;font-style:normal;line-height:1.65}.contact-card__maps{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4);padding-top:var(--space-4);border-top:var(--hairline)}@media (min-width:48rem){.contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.procedure-index,.procedure-index__layout{display:grid;grid-gap:var(--space-6);gap:var(--space-6)}.procedure-index__list{list-style:none;margin:0;padding:0;display:grid}.procedure-index__item a{display:grid;grid-template-columns:3.2rem 1fr;grid-gap:var(--space-4);gap:var(--space-4);align-items:start;padding:1.35rem 0;border-top:var(--hairline);text-decoration:none;color:inherit;min-height:44px}.procedure-index__item:last-child a{border-bottom:var(--hairline)}.procedure-index__item a:hover{color:inherit}.procedure-index__num{font-family:var(--font-serif);font-size:.95rem;letter-spacing:.08em;color:var(--color-rochester-blue);padding-top:.35rem}.procedure-index__label{display:block;font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.05;letter-spacing:-.02em;color:var(--color-charcoal-ink)}.procedure-index__summary{display:block;margin-top:.45rem;font-size:.98rem;line-height:1.55;max-width:28rem;opacity:.88}.procedure-index__visuals{position:relative;min-height:22rem;background:var(--color-warm-stone);overflow:hidden}.procedure-index__frame{position:absolute;inset:0;opacity:0;transition:opacity .55s ease}.procedure-index__frame:first-child{opacity:1}.procedure-index:has(.procedure-index__item:first-child:focus-within) .procedure-index__frame,.procedure-index:has(.procedure-index__item:first-child:hover) .procedure-index__frame,.procedure-index:has(.procedure-index__item:nth-child(2):focus-within) .procedure-index__frame,.procedure-index:has(.procedure-index__item:nth-child(2):hover) .procedure-index__frame,.procedure-index:has(.procedure-index__item:nth-child(3):focus-within) .procedure-index__frame,.procedure-index:has(.procedure-index__item:nth-child(3):hover) .procedure-index__frame,.procedure-index:has(.procedure-index__item:nth-child(4):focus-within) .procedure-index__frame,.procedure-index:has(.procedure-index__item:nth-child(4):hover) .procedure-index__frame{opacity:0}.procedure-index:has(.procedure-index__item:first-child:focus-within) .procedure-index__frame:first-child,.procedure-index:has(.procedure-index__item:first-child:hover) .procedure-index__frame:first-child,.procedure-index:has(.procedure-index__item:nth-child(2):focus-within) .procedure-index__frame:nth-child(2),.procedure-index:has(.procedure-index__item:nth-child(2):hover) .procedure-index__frame:nth-child(2),.procedure-index:has(.procedure-index__item:nth-child(3):focus-within) .procedure-index__frame:nth-child(3),.procedure-index:has(.procedure-index__item:nth-child(3):hover) .procedure-index__frame:nth-child(3),.procedure-index:has(.procedure-index__item:nth-child(4):focus-within) .procedure-index__frame:nth-child(4),.procedure-index:has(.procedure-index__item:nth-child(4):hover) .procedure-index__frame:nth-child(4){opacity:1}.procedure-feature{display:grid;grid-gap:var(--space-5);gap:var(--space-5);padding:var(--space-7) 0;border-top:var(--hairline)}.procedure-feature:last-child{border-bottom:var(--hairline)}.procedure-feature__media{display:block;overflow:hidden;aspect-ratio:4/3;background:var(--color-silver-fog)}.procedure-feature__media img{transition:transform .9s ease}.procedure-feature:hover .procedure-feature__media img{transform:scale(1.035)}.procedure-feature__num{font-family:var(--font-serif);font-size:.9rem;letter-spacing:.12em;color:var(--color-rochester-blue);margin-bottom:var(--space-3)}.procedure-feature__copy h2{margin-top:0}.procedure-feature__copy h2 a{color:inherit;text-decoration:none}.procedure-feature__copy h2 a:hover{color:var(--color-rochester-blue)}.procedure-links{list-style:none;margin:var(--space-5) 0 0;padding:0;max-width:44rem}.procedure-links li a{display:grid;grid-template-columns:3rem 1fr;grid-gap:var(--space-3);gap:var(--space-3);align-items:baseline;padding:1.1rem 0;border-top:var(--hairline);text-decoration:none;color:var(--color-charcoal-ink);font-family:var(--font-serif);font-size:1.55rem;min-height:44px}.procedure-links li:last-child a{border-bottom:var(--hairline)}.procedure-links__num{font-size:.85rem;letter-spacing:.1em;color:var(--color-rochester-blue);font-family:var(--font-serif)}.procedure-article h2{margin-top:3.25rem;padding-top:2rem;border-top:var(--hairline)}.procedure-article h2:first-child{margin-top:0;padding-top:0;border-top:0}.procedure-article h3{font-style:italic;font-weight:400}.quote-block{max-width:38rem}.quote-block h2{font-style:italic}.practice-reviews-block{display:grid;grid-gap:var(--space-5);gap:var(--space-5);margin-top:var(--space-7);padding:var(--space-6);border:var(--hairline);border-left:3px solid var(--color-rochester-blue);border-radius:var(--radius);background:var(--color-clinical-white)}.practice-reviews-block h2{margin:0;font-family:var(--font-sans);font-size:clamp(1.125rem,2.2vw,1.5rem);font-weight:800;letter-spacing:.04em;line-height:1.25;text-transform:uppercase;color:var(--color-rochester-blue)}.practice-reviews-block h2:after{content:"";display:block;width:2rem;height:2px;margin-top:var(--space-2);background:var(--color-rochester-blue)}@media (min-width:720px){.practice-reviews-block{grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:var(--space-6)}}.patient-reviews{margin-top:var(--space-6)}.patient-reviews__heading{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-rochester-blue);margin:0 0 var(--space-4)}.patient-reviews__list{list-style:none;margin:0;padding:0;display:grid;grid-gap:var(--space-5);gap:var(--space-5)}.patient-reviews__list:has(>li:nth-child(2)){gap:var(--space-4)}.patient-review{margin:0;padding:var(--space-5) var(--space-5) var(--space-4);border-left:3px solid var(--color-rochester-blue);background:var(--color-silver-fog)}.patient-review p{margin:0;font-style:italic}.section--blush .patient-review{background:var(--color-clinical-white)}.surgeon-profile__copy .patient-reviews{max-width:var(--prose)}.surgeon-profile__copy .patient-reviews:has(.patient-reviews__list>li:nth-child(2)){max-width:none}@media (min-width:720px){.patient-reviews__list:has(>li:nth-child(2)){grid-template-columns:repeat(2,minmax(0,1fr))}}.text-link{text-decoration:none;font-size:.9375rem;font-weight:500;letter-spacing:0;text-transform:none;border-bottom:1px solid var(--color-editorial-rule);padding-bottom:.15rem}.text-link,.text-link:hover{color:var(--color-rochester-blue)}.text-link:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset);border-radius:2px}.info-stack{display:grid;grid-gap:0;gap:0}.info-stack article{padding:var(--space-5) 0;border-top:var(--hairline)}.info-stack article:last-child{border-bottom:var(--hairline)}.info-stack h2{font-size:1.7rem}.org-badge-group{margin-top:var(--space-7);padding-top:var(--space-6);border-top:var(--hairline)}.org-badge-group__heading{margin:0 0 var(--space-6);font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-align:center;color:var(--color-charcoal-ink)}.org-badge-link.org-badge-link--text{font-size:.875rem;font-weight:500;line-height:1.4;text-align:center;max-width:12rem;padding:.65rem .85rem;border:1px solid var(--color-warm-stone);border-radius:var(--radius);color:var(--color-rochester-blue);text-decoration:none}.org-badge-link.org-badge-link--text:hover{border-color:var(--color-rochester-blue);color:var(--rochester-blue-dark);opacity:1}.org-badge-group__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;gap:var(--space-7) clamp(var(--space-6),6vw,var(--space-8));width:100%;margin:0;padding:var(--space-2) 0 var(--space-4);list-style:none}.org-badge-group__item{display:flex;flex:1 1 16rem;max-width:28rem;margin:0}.org-badge-group__item,.org-badge-link{align-items:center;justify-content:center}.org-badge-link{display:inline-flex;transition:opacity var(--ease)}.org-badge-link:not(.org-badge-link--text){line-height:0}.org-badge-link:hover{opacity:.82}.org-badge-link:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.org-badge-link__img{display:block;width:auto;height:auto;max-height:4.75rem;max-width:min(100%,18rem);object-fit:contain}.org-badge-group__item--abps .org-badge-link__img{max-height:8.5rem;max-width:min(100%,32rem)}.org-badge-group__item--asps .org-badge-link__img{max-height:10rem;max-width:min(100%,16rem);mix-blend-mode:multiply}.home-hero__descriptor{margin:0 0 var(--space-4);font-family:var(--font-serif);font-size:clamp(1.25rem,2.2vw,1.65rem);font-weight:500;line-height:1.35;color:var(--color-rochester-blue)}.about-team__rosco{display:flex;justify-content:center;margin-top:var(--space-7)}.rosco-id-badge{max-width:18rem}.rosco-id-badge__link{display:block;color:inherit;text-decoration:none}.rosco-id-badge__link:hover{color:inherit}.rosco-id-badge__card{display:grid;grid-template-columns:5rem 1fr;grid-gap:var(--space-4);gap:var(--space-4);align-items:center;padding:var(--space-4);background:var(--color-white);border:1px solid var(--color-warm-stone);border-top:3px solid var(--color-signature-gold);border-radius:var(--radius);box-shadow:0 1px 0 rgba(53,62,72,.04)}.rosco-id-badge__link:hover .rosco-id-badge__card{border-color:var(--color-rochester-blue)}.rosco-id-badge__photo{margin:0;overflow:hidden;border-radius:var(--radius);aspect-ratio:1}.rosco-id-badge__photo img{width:100%;height:100%;object-fit:cover}.rosco-id-badge__details{display:grid;grid-gap:var(--space-1);gap:var(--space-1)}.rosco-id-badge__name{margin:0;font-family:var(--font-serif);font-size:1.25rem;font-weight:600;line-height:1.2;color:var(--color-charcoal-ink)}.rosco-id-badge__role{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-rochester-blue)}.rosco-id-badge__team{margin:0;font-size:.75rem;line-height:1.4;color:var(--color-charcoal-ink);opacity:.82}.carecredit-financing{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);margin-top:var(--space-4)}.carecredit-financing__logo-link{display:inline-flex;align-items:center;line-height:0;border-radius:var(--radius);transition:opacity var(--ease)}.carecredit-financing__logo-link:hover{opacity:.82}.carecredit-financing__logo-link:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.carecredit-financing__img{display:block;width:auto;height:2rem;max-width:min(100%,11rem);object-fit:contain;object-position:left center}.carecredit-financing__cta{margin:0}.surgeons-certifications{margin-top:var(--space-8)}.surgeons-certifications .org-badge-group__list{gap:var(--space-8) clamp(var(--space-7),8vw,var(--space-8))}.surgeons-certifications .org-badge-group__item{flex-basis:18rem;max-width:32rem}.surgeons-certifications .org-badge-group__item--abps .org-badge-link__img{max-height:9.5rem;max-width:min(100%,36rem)}.surgeons-certifications .org-badge-group__item--asps .org-badge-link__img{max-height:11rem;max-width:min(100%,18rem)}.patient-payment-hero{background:var(--color-rochester-blue);color:var(--color-clinical-white);padding:var(--space-8) 0}.patient-payment-hero .breadcrumbs{margin-bottom:var(--space-4)}.patient-payment-hero .breadcrumbs__list{color:var(--color-mist-blue)}.patient-payment-hero .breadcrumbs [aria-current=page]{color:var(--color-clinical-white)}.patient-payment-hero .breadcrumbs__item:not(:last-child):after{color:rgba(248,248,245,.45)}.patient-payment-hero h1{color:var(--color-clinical-white);margin:0 0 var(--space-4)}.patient-payment-hero__lede{margin:0;max-width:36rem;font-size:1.125rem;line-height:1.65;color:var(--color-mist-blue)}.patient-payment-hero__inner{display:grid;grid-gap:var(--space-6);gap:var(--space-6);align-items:center}@media (min-width:720px){.patient-payment-hero__inner{grid-template-columns:1fr auto;gap:var(--space-7)}}.patient-payment-hero__copy{max-width:40rem}.patient-payment-hero__action{display:flex;flex-wrap:wrap;gap:var(--space-4)}.btn--header-payment{white-space:nowrap}.editorial-split{display:grid;grid-gap:var(--space-6);gap:var(--space-6);align-items:center}.editorial-split__media{overflow:hidden;background:var(--color-bare-blush)}.home-hero{background:var(--color-clinical-white);padding:var(--space-6) 0 var(--space-5);border-bottom:1px solid rgba(205,201,194,.45)}.home-hero__layout{display:grid;grid-gap:var(--space-5);gap:var(--space-5);align-items:end}.home-hero__title h1{margin-bottom:0}.home-hero__body .lede{max-width:none}.home-hero__body .cta-row{margin-top:var(--space-4)}.procedure-cards{list-style:none;margin:var(--space-5) 0 0;padding:0;display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.procedure-card{display:flex;flex-direction:column;height:100%;padding:var(--space-5);background:var(--color-clinical-white);border:1px solid rgba(205,201,194,.65);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color var(--ease),box-shadow var(--ease),transform var(--ease),background-color var(--ease),color var(--ease)}.procedure-card:focus-visible,.procedure-card:hover{background:var(--color-rochester-blue);border-color:var(--color-rochester-blue);box-shadow:0 4px 16px rgba(29,95,143,.2);color:var(--color-clinical-white);transform:translateY(-2px)}.procedure-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:var(--space-4);border-radius:50%;background:var(--color-mist-blue);color:var(--color-rochester-blue);flex-shrink:0;transition:background-color var(--ease),transform var(--ease)}.procedure-card__icon img,.procedure-card__icon svg,.procedure-hub__icon img,.procedure-hub__icon svg{width:1.75rem;height:1.75rem}.procedure-card__icon img,.procedure-hub__icon img{width:2.75rem;height:2.75rem;object-fit:contain}.procedure-card__icon img.procedure-category-icon--hand,.procedure-hub__icon img.procedure-category-icon--hand{width:2.55rem;height:2.55rem}.procedure-card:focus-visible .procedure-card__icon,.procedure-card:hover .procedure-card__icon{background:rgba(248,248,245,.18);color:var(--color-clinical-white)}.procedure-card:focus-visible .procedure-card__icon img,.procedure-card:hover .procedure-card__icon img{filter:brightness(0) invert(1)}.procedure-card h3{margin:0 0 var(--space-3);font-size:1.5rem}.procedure-card p{margin:0;font-size:.98rem;line-height:1.6;opacity:.9}.procedure-card__link{display:inline-block;margin-top:auto;padding-top:var(--space-4);color:var(--color-rochester-blue);font-size:.9375rem;font-weight:500}.procedure-card:focus-visible .procedure-card__link,.procedure-card:hover .procedure-card__link{color:var(--color-clinical-white)}.procedure-card:focus-visible .procedure-card__preview,.procedure-card:hover .procedure-card__preview{color:var(--color-clinical-white);border-top-color:rgba(248,248,245,.25);opacity:1}.procedure-card:focus-visible .procedure-card__preview li:before,.procedure-card:hover .procedure-card__preview li:before{background:var(--color-clinical-white);opacity:.65}.procedure-card__preview{list-style:none;margin:var(--space-4) 0 0;padding:var(--space-4) 0 0;border-top:var(--hairline);display:grid;grid-gap:.3rem var(--space-3);gap:.3rem var(--space-3);grid-template-columns:1fr;font-size:.875rem;line-height:1.45;color:var(--color-charcoal-ink);opacity:.88}.procedure-card__preview li{position:relative;padding-left:.75rem}.procedure-card__preview li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--color-rochester-blue);opacity:.45}.procedure-hub{display:grid;grid-gap:var(--space-5);gap:var(--space-5)}.procedure-hub__panel{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-5);background:var(--color-clinical-white);border:1px solid rgba(205,201,194,.65);border-radius:var(--radius);transition:border-color var(--ease),box-shadow var(--ease),transform var(--ease)}.procedure-hub__panel:hover{border-color:var(--color-lake-blue);box-shadow:0 4px 16px rgba(53,62,72,.06);transform:translateY(-2px)}.procedure-hub__header{display:grid;grid-template-columns:auto 1fr;grid-gap:var(--space-4);gap:var(--space-4);align-items:start}.procedure-hub__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--color-mist-blue);color:var(--color-rochester-blue);flex-shrink:0}.procedure-hub__header h2{margin:0 0 var(--space-2);font-size:clamp(1.45rem,2vw,1.75rem)}.procedure-hub__header h2 a{color:inherit;text-decoration:none}.procedure-hub__header h2 a:hover{color:var(--color-rochester-blue)}.procedure-hub__header p{margin:0;font-size:.95rem;line-height:1.55;opacity:.88}.procedure-hub__links{list-style:none;margin:0;padding:var(--space-4) 0 0;border-top:var(--hairline);display:grid;grid-gap:var(--space-2) var(--space-4);gap:var(--space-2) var(--space-4);grid-template-columns:1fr}.procedure-hub__links a,.procedure-hub__links span{display:block;padding:.3rem 0;font-size:.95rem;line-height:1.4}.procedure-hub__links a{color:var(--color-charcoal-ink);text-decoration:none;transition:color var(--ease)}.procedure-hub__links a:hover{color:var(--color-rochester-blue)}.procedure-hub__links span{color:var(--color-charcoal-ink);opacity:.88}.procedure-hub__footer{margin:auto 0 0;padding-top:var(--space-4)}.procedure-hub__cta{width:100%;min-height:44px;font-weight:500;letter-spacing:.01em}.procedure-hub__cta:after{content:"→";margin-left:.45rem;font-size:.95em;transition:transform var(--ease)}.procedure-hub__cta:hover:after{transform:translateX(3px)}.procedure-list{list-style:none;margin:var(--space-5) 0 0;padding:0;display:grid;grid-gap:var(--space-3);gap:var(--space-3)}.procedure-list__item{padding:var(--space-4) var(--space-5);background:var(--color-clinical-white);border:1px solid rgba(205,201,194,.65);border-radius:var(--radius)}.procedure-list__item h2{margin:0;font-size:1.125rem;line-height:1.3;font-weight:600;color:var(--color-charcoal-ink)}.hand-surgery-icons{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0}.hand-surgery-icons--hero{margin-bottom:var(--space-4)}.hand-surgery-icons__logo-link{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0;border-radius:var(--radius);transition:opacity var(--ease)}.hand-surgery-icons__logo-link:hover{opacity:.85}.hand-surgery-icons__logo{display:block;width:auto;height:2.75rem;max-width:9rem;object-fit:contain}.hand-surgery-icons__text-link{display:inline-flex;align-items:center;min-height:3rem;padding:0 .75rem;font-size:.875rem;font-weight:500;color:var(--color-rochester-blue);text-decoration:none;border:1px solid var(--color-warm-stone);border-radius:var(--radius);background:var(--color-clinical-white);transition:border-color var(--ease),color var(--ease)}.hand-surgery-icons__text-link:hover{border-color:var(--color-rochester-blue);color:var(--rochester-blue-dark)}.procedure-name-list{list-style:none;margin:var(--space-5) 0 0;padding:0;display:grid;grid-gap:var(--space-3);gap:var(--space-3)}.procedure-name-list__title{margin:0;font-size:1.125rem;line-height:1.3;font-weight:600;color:var(--color-charcoal-ink)}.procedure-category-nav{margin:var(--space-6) 0 0;padding-top:var(--space-5);border-top:var(--hairline)}.procedure-category-nav__link:after{content:"→";margin-left:.35rem;transition:transform var(--ease)}.procedure-category-nav__link:focus-visible:after,.procedure-category-nav__link:hover:after{transform:translateX(3px)}.procedure-hub__note{margin:0;font-size:.95rem;line-height:1.55;color:var(--color-charcoal-ink)}.procedure-hub__footer--stack{display:grid;grid-gap:var(--space-4);gap:var(--space-4);justify-items:start}.procedure-hub__footer--stack .procedure-hub__cta{justify-self:stretch}.hand-surgery-resources{margin:var(--space-5) 0 0}.hand-surgery-actions{margin-top:var(--space-5)}.patient-reviews__external{margin:var(--space-4) 0 0}.procedure-tiles{list-style:none;margin:var(--space-5) 0 0;padding:0;display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.procedure-tile{display:block;height:100%;padding:var(--space-5);background:var(--color-clinical-white);border:1px solid rgba(205,201,194,.65);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color var(--ease),box-shadow var(--ease),transform var(--ease)}.procedure-tile:focus-visible,.procedure-tile:hover{border-color:var(--color-lake-blue);box-shadow:0 4px 16px rgba(53,62,72,.06);color:inherit;transform:translateY(-2px)}.procedure-tile:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.procedure-tile--static{cursor:default}.procedure-tile--static:hover{border-color:rgba(205,201,194,.65);box-shadow:none;transform:none}.procedure-tile--static h2{color:var(--color-charcoal-ink)}.procedure-tile h2{margin:0 0 var(--space-3);font-size:1.25rem;line-height:1.25;color:var(--color-rochester-blue)}.procedure-tile p{margin:0;font-size:.95rem;line-height:1.55;opacity:.88}@media (prefers-reduced-motion:reduce){.procedure-card{transition:border-color var(--ease),box-shadow var(--ease),background-color var(--ease),color var(--ease)}.procedure-card:hover{transform:none}.procedure-tile{transition:border-color var(--ease),box-shadow var(--ease)}.procedure-tile:focus-visible,.procedure-tile:hover{transform:none}}.home-locations__intro{margin:var(--space-4) 0 0;max-width:var(--prose)}.home-locations__grid{display:grid;grid-gap:var(--space-5);gap:var(--space-5);margin-top:var(--space-6)}.location-card{display:flex;flex-direction:column;height:100%;background:var(--color-white);border:var(--hairline);padding:var(--space-5) var(--space-6)}.location-card h3{margin:0 0 var(--space-3);font-family:var(--font-sans);font-size:1.0625rem;font-weight:600;line-height:1.35}.location-card__subtitle{margin:calc(-1 * var(--space-2)) 0 var(--space-3);font-size:.9375rem;font-weight:500;line-height:1.4;color:var(--color-rochester-blue)}.location-card address{font-style:normal;line-height:1.65;margin:0}.location-card__contact{margin-top:auto;padding-top:var(--space-4);border-top:var(--hairline);display:grid;grid-gap:var(--space-3);gap:var(--space-3)}.location-card__contact-row{display:grid;grid-gap:var(--space-1);gap:var(--space-1)}.location-card__contact dt{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-rochester-blue)}.location-card__contact dd{margin:0}.home-locations__cosmetic{margin:var(--space-5) 0 0;padding:var(--space-4) var(--space-5);background:var(--color-mist-blue);max-width:none}.procedure-feature--text{grid-template-columns:1fr;max-width:44rem}.procedure-feature--text .procedure-feature__copy h2{margin-top:0}@media (min-width:720px){.surgeon-grid,.tile-grid{grid-template-columns:repeat(2,1fr)}.associate-block{grid-template-columns:9rem 1fr}.procedure-card__preview,.procedure-hub,.procedure-hub__links,.procedure-tiles{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.container{width:min(100% - 4rem,var(--container))}.container-wide{width:min(100% - 4rem,var(--container-wide))}.section{padding:var(--space-8) 0}.surgeon-spread{grid-template-columns:repeat(4,1fr);gap:2rem 1.5rem}.procedure-cards{grid-template-columns:repeat(2,1fr);gap:var(--space-5)}.procedure-tiles{grid-template-columns:repeat(3,1fr)}.home-hero__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:var(--space-7);align-items:end}.home-hero__title h1{font-size:clamp(2.35rem,2.8vw,3.25rem)}.hero-split{grid-template-columns:minmax(24rem,.86fr) 1.14fr}.hero-split--page{min-height:32rem}.hero-split__copy{width:min(100% - 3rem,38rem);margin-right:0;padding:var(--space-8) 5vw var(--space-8) 0;justify-self:end}.hero-split__media{min-height:100%}.surgeon-grid,.surgeon-grid--compact,.tile-grid{grid-template-columns:repeat(4,1fr)}.tile-grid--wide{grid-template-columns:1fr}.editorial-split,.split-media{grid-template-columns:1.15fr .85fr;gap:var(--space-8)}.surgeon-profile{grid-template-columns:20rem 1fr;gap:var(--space-7);align-items:start}.surgeon-profile:nth-child(2n){grid-template-columns:1fr 20rem}.surgeon-profile:nth-child(2n) .surgeon-profile__photo{order:2}.procedure-index__layout{grid-template-columns:1fr 1.05fr;gap:var(--space-8);align-items:stretch}.procedure-index__visuals{min-height:36rem}.procedure-feature{grid-template-columns:1fr 1fr;gap:var(--space-8);align-items:center}.procedure-feature:nth-child(2n) .procedure-feature__media{order:2}}@media (min-width:720px){.home-locations__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.photo-pending{display:block;width:100%;min-height:12rem;height:100%;background:var(--color-silver-fog)}@media (max-width:719px){.header-actions .btn{display:none}.header-inner{gap:var(--space-2) var(--space-3)}.logo{width:min(10.5rem,40vw)}.container{width:min(100% - 1.75rem,var(--container))}.container-hero,.container-wide{width:min(100% - 1.75rem,var(--container-wide))}.hero-split__copy{padding:var(--space-6) 0 var(--space-5);width:min(100% - 1.75rem,40rem)}.hero-split__media{min-height:18rem}.home-hero__actions .cta-row{flex-direction:column;align-items:stretch}.home-hero__actions .btn{width:100%;justify-content:center}.surgeon-spread{grid-template-columns:1fr 1fr;gap:var(--space-4) var(--space-3)}.header-payment-link{display:none}.site-main{padding-bottom:calc(4.25rem + env(safe-area-inset-bottom, 0px))}}.mobile-payment-bar{display:none}@media (max-width:719px){.mobile-payment-bar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:90;padding:var(--space-3) var(--space-4);padding-bottom:calc(var(--space-3) + env(safe-area-inset-bottom, 0px));background:rgba(248,248,245,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:var(--hairline)}.mobile-payment-bar__btn{width:100%;min-height:48px;font-size:.9375rem;font-weight:500;box-shadow:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation:none!important;transition:none!important}}.type-preview{padding:var(--space-7) 0 var(--space-8)}.type-preview__intro{max-width:42rem}.type-preview__intro,.type-preview__section{margin-bottom:var(--space-7)}.type-preview__section--blush{margin-inline:calc(-1 * clamp(1.25rem, 5vw, 2.5rem));padding:var(--space-7) clamp(1.25rem,5vw,2.5rem);background:var(--color-bare-blush)}.type-preview__grid{display:grid;grid-gap:var(--space-5);gap:var(--space-5);margin-top:var(--space-5)}@media (min-width:960px){.type-preview__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.type-preview__panel{padding:var(--space-5);border:1px solid rgba(205,201,194,.75);border-radius:var(--radius)}.type-preview__panel--white{background:var(--color-clinical-white)}.type-preview__panel--blush{background:var(--color-bare-blush);border-color:rgba(205,201,194,.9)}.type-preview__weight-label{margin:0 0 var(--space-2);font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-rochester-blue)}.type-preview__research{margin:0 0 var(--space-4);font-family:var(--font-sans);font-size:.8125rem;line-height:1.5;color:#5a6570}.type-preview__h1--400,.type-preview__h2--400,.type-preview__h3--400{font-weight:400}.type-preview__h1--500,.type-preview__h2--500,.type-preview__h3--500{font-weight:500}.type-preview__h1--600,.type-preview__h2--600,.type-preview__h3--600{font-weight:600}.type-preview__h1{font-size:clamp(1.65rem,2vw + .5rem,2.15rem);margin-bottom:var(--space-3)}.type-preview__h2{font-size:clamp(1.35rem,1.2vw + .8rem,1.75rem);margin-bottom:var(--space-3)}.type-preview__h3{font-size:1.25rem;margin-bottom:var(--space-2)}.type-preview__body{margin:0 0 var(--space-3);font-family:var(--font-sans);font-size:1.0625rem;font-weight:400;line-height:1.65}.type-preview__body--400{font-weight:400}.type-preview__body--500{font-weight:500}.type-preview__body--600{font-weight:600}.type-preview__muted{margin:0 0 var(--space-3);font-family:var(--font-sans);font-size:.9375rem;line-height:1.5;color:var(--color-charcoal-ink);opacity:.72}.type-preview__nav-sample{font-weight:500;letter-spacing:.12em;color:var(--color-charcoal-ink)}.type-preview__contrast,.type-preview__nav-sample{margin:0;font-family:var(--font-sans);font-size:.8125rem}.type-preview__contrast{line-height:1.5}.type-preview__contrast--current{color:var(--color-charcoal-ink);opacity:.72}.type-preview__contrast--fixed{color:#5a6570;opacity:1}.hero-preview{padding-bottom:var(--space-8)}.hero-preview__intro{padding:var(--space-7) 0 var(--space-6);border-bottom:var(--hairline)}.hero-preview__option{padding-top:var(--space-6)}.hero-preview__option+.hero-preview__option{margin-top:var(--space-7);padding-top:var(--space-7);border-top:var(--hairline)}.hero-preview__label{margin:0 0 var(--space-4);font-family:var(--font-sans);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-rochester-blue)}.home-hero--stacked{padding:var(--space-7) 0 var(--space-6)}.home-hero--stacked h1{max-width:16ch;font-size:clamp(2.15rem,4vw,3.4rem);margin-bottom:var(--space-4)}.home-hero--stacked .lede{max-width:36rem}.home-hero--stacked .cta-row{margin-top:var(--space-5)}.home-hero--with-photo{padding:clamp(1.75rem,3vw,2.5rem) 0}.home-hero__layout--photo{display:grid;grid-gap:clamp(1.75rem,4vw,2.75rem);gap:clamp(1.75rem,4vw,2.75rem);align-items:center}.home-hero--with-photo .home-hero__copy .kicker{margin-bottom:var(--space-2);letter-spacing:.14em}.home-hero--with-photo .home-hero__copy .kicker:after{margin-top:.5rem}.home-hero--with-photo .home-hero__copy h1{max-width:13.5ch;font-size:clamp(2.5rem,3.6vw + .35rem,4.25rem);line-height:1.06;margin-bottom:var(--space-5)}.home-hero--with-photo .home-hero__copy .lede{max-width:40.625rem;font-size:clamp(1.0625rem,.35vw + 1rem,1.25rem);line-height:1.72;margin-bottom:var(--space-5)}.home-hero__actions{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3)}.home-hero__cta-row{margin-top:0;gap:var(--space-3)}.home-hero__trust{margin:var(--space-3) 0 0;font-family:var(--font-sans);font-size:.8125rem;line-height:1.55;color:rgba(53,62,72,.72);letter-spacing:.015em}.home-hero__photo{position:relative;margin:0;width:100%;min-height:clamp(14rem,56vw,20rem);overflow:hidden;background:var(--color-warm-stone);border-radius:var(--radius)}.home-hero__photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 42%}@media (min-width:768px){.container-hero{width:min(100% - 3rem,var(--container-hero))}.home-hero__layout--photo{grid-template-columns:minmax(0,.55fr) minmax(0,.45fr);gap:clamp(2rem,3.5vw,3rem);min-height:clamp(32rem,46vh,42rem)}.home-hero__photo{align-self:stretch;min-height:100%;height:auto}}@media (min-width:960px){.container-hero{width:min(100% - 4rem,var(--container-hero))}.home-hero__layout--photo{grid-template-columns:minmax(0,.57fr) minmax(0,.43fr);gap:clamp(2.25rem,3vw,3.25rem);min-height:clamp(38.75rem,52vh,45rem)}.home-hero--with-photo .home-hero__copy h1{max-width:14ch}}.rosco-hero{padding:var(--space-7) 0 var(--space-6);border-bottom:var(--hairline);background:linear-gradient(135deg,var(--color-clinical-white) 0,var(--color-mist-blue) 100%)}.rosco-hero__layout{display:grid;grid-gap:var(--space-6);gap:var(--space-6);align-items:end}.rosco-hero__copy h1{max-width:10ch}.rosco-hero__photo{margin:0;justify-self:center;width:min(100%,18rem);overflow:hidden;background:var(--color-bare-blush);box-shadow:0 1.5rem 3rem rgba(53,62,72,.12)}.rosco-hero__photo img{display:block;width:100%;height:auto}.rosco-about__photo img{object-position:center}.rosco-about__note{font-size:.95rem;margin-top:var(--space-5);padding-top:var(--space-4);border-top:var(--hairline)}.rosco-video-section__lede{max-width:36rem;margin-bottom:var(--space-5)}.rosco-video{margin:0;max-width:52rem}.rosco-video__frame{position:relative;overflow:hidden;background:var(--color-charcoal-ink);aspect-ratio:16/9}.rosco-video__player{display:block;width:100%;height:100%;object-fit:cover}.rosco-video__play{place-content:center;gap:var(--space-3);border:0;background:rgba(29,95,143,.55);color:var(--color-white);cursor:pointer;transition:background var(--ease)}.rosco-video__error,.rosco-video__play{position:absolute;inset:0;z-index:1;display:grid;grid-gap:var(--space-3)}.rosco-video__error{place-content:center;gap:var(--space-3);padding:var(--space-5);text-align:center;background:rgba(53,62,72,.88);color:var(--color-white)}.rosco-video__error p{margin:0}.rosco-video__play:hover{background:rgba(29,95,143,.72)}.rosco-video__play-icon{display:grid;place-items:center;width:4.5rem;height:4.5rem;margin-inline:auto;border:2px solid rgba(255,255,255,.85);border-radius:50%;font-size:1.35rem;padding-left:.2rem}.rosco-video__play-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.rosco-video figcaption{margin-top:var(--space-3);font-size:.875rem;letter-spacing:.02em;color:var(--color-charcoal-ink)}.rosco-gallery-section__inner{display:grid;justify-items:center;text-align:center}.rosco-gallery-section__inner .lede{max-width:38rem}.rosco-carousel{width:min(100%,56rem);margin:var(--space-6) auto 0}.rosco-carousel__viewport{position:relative;background:var(--color-silver-fog);border:var(--hairline)}.rosco-carousel__slides{list-style:none;margin:0;padding:0}.rosco-carousel__slide:not(.rosco-carousel__slide--active){display:none}.rosco-carousel__figure{margin:0}.rosco-carousel__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--color-silver-fog)}.rosco-carousel__media img{display:block;width:100%;height:100%;object-fit:cover}.rosco-carousel__media--contain img{object-fit:contain}.rosco-carousel__caption{padding:var(--space-3) var(--space-4);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;background:var(--color-white);border-top:var(--hairline)}.rosco-carousel__controls{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-3);pointer-events:none}.rosco-carousel__nav{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0;border:var(--hairline);border-radius:var(--radius);background:rgba(248,248,245,.94);color:var(--color-charcoal-ink);font-size:1.25rem;line-height:1;cursor:pointer;transition:background var(--ease),border-color var(--ease),color var(--ease)}.rosco-carousel__nav:hover:not(:disabled){background:var(--color-white);border-color:var(--color-rochester-blue);color:var(--color-rochester-blue)}.rosco-carousel__nav:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.rosco-carousel__footer{display:grid;grid-gap:var(--space-4);gap:var(--space-4);margin-top:var(--space-4);justify-items:center}.rosco-carousel__status{margin:0;font-size:.875rem;color:var(--color-charcoal-ink)}.rosco-carousel__dots{display:flex;flex-wrap:wrap;gap:var(--space-2);justify-content:center}.rosco-carousel__dot{min-width:44px;min-height:44px;padding:0;border:none;background:transparent;cursor:pointer;position:relative}.rosco-carousel__dot:before{content:"";display:block;width:.625rem;height:.625rem;margin:auto;border-radius:50%;background:var(--color-warm-stone);transition:background var(--ease),transform var(--ease)}.rosco-carousel__dot--active:before,.rosco-carousel__dot[aria-current=true]:before{background:var(--color-rochester-blue);transform:scale(1.15)}.rosco-carousel__dot:hover:not(.rosco-carousel__dot--active):before{background:var(--color-lake-blue)}.rosco-carousel__dot:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset);border-radius:var(--radius)}.gallery-hero{padding-bottom:var(--space-5)}.gallery-feature__card{display:grid;grid-gap:0;gap:0;background:var(--color-white);border:var(--hairline);overflow:hidden}.gallery-feature__media{margin:0;min-height:16rem;background:var(--color-bare-blush)}.gallery-feature__media img{display:block;width:100%;height:100%;min-height:16rem;object-fit:cover;object-position:center 40%}.gallery-feature__copy{padding:var(--space-6)}.gallery-feature__copy .btn{margin-top:var(--space-4)}.gallery-empty{margin-top:var(--space-5)}@media (min-width:720px){.rosco-carousel{width:min(100%,64rem)}.gallery-feature__card{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch}.gallery-feature__copy{display:flex;flex-direction:column;justify-content:center;padding:var(--space-7)}}@media (min-width:960px){.rosco-hero__layout{grid-template-columns:minmax(0,1fr) 24rem;align-items:center}.rosco-hero__photo{justify-self:end;width:24rem}.rosco-about{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}}@media (max-width:599px){.org-badge-group__list{flex-direction:column;gap:var(--space-7)}.org-badge-group__item{flex:0 1 auto;max-width:100%}.org-badge-group__item--abps .org-badge-link__img{max-height:6.5rem;max-width:min(100%,24rem)}.org-badge-group__item--asps .org-badge-link__img{max-height:8rem;max-width:min(100%,13rem)}.surgeons-certifications .org-badge-group__item--abps .org-badge-link__img{max-height:7rem;max-width:min(100%,26rem)}.surgeons-certifications .org-badge-group__item--asps .org-badge-link__img{max-height:8.5rem;max-width:min(100%,14rem)}.rosco-id-badge{max-width:100%}.rosco-id-badge__card{grid-template-columns:4.5rem 1fr}}@media (prefers-reduced-motion:reduce){.rosco-carousel__dot:before,.rosco-carousel__nav,.rosco-video__play{transition:none}.rosco-carousel__dot--active:before,.rosco-carousel__dot[aria-current=true]:before{transform:none}}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_caee08{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}.__variable_caee08{--font-source-sans:"Source Sans 3","Source Sans 3 Fallback"}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_ea5885{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_ea5885{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}