.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0d1f3cf7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:64px}.nav-brand{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;letter-spacing:.04em;color:var(--gold);background:none;border:none;cursor:pointer}.nav-brand span{color:var(--white);font-weight:300}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.8rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3;text-decoration:none;transition:color .2s;background:none;border:none;cursor:pointer}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:#ffffffb3;padding:4px}.nav-mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:#0d1f3cfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:1rem 5%;list-style:none;z-index:10}.nav-mobile-menu.open{display:block}.nav-mobile-menu a{display:block;padding:.8rem 0;font-size:.85rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.06);background:none;border-left:none;border-right:none;border-top:none;cursor:pointer;width:100%;text-align:left}.nav-mobile-menu a:hover,.nav-mobile-menu a.active{color:var(--gold)}@media (max-width: 600px){.nav-links{display:none}.nav-mobile-toggle{display:block}}.hero{min-height:100vh;background:var(--navy);position:relative;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 70% 50%,rgba(26,95,122,.35) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(201,168,76,.08) 0%,transparent 60%)}.hero-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(201,168,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,.04) 1px,transparent 1px);background-size:60px 60px}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:120px 8% 80px 10%;position:relative;z-index:2}.hero-eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:12px;margin-bottom:1.5rem;opacity:0;animation:fadeUp .7s .3s forwards}.hero-eyebrow:before{content:"";display:block;width:32px;height:1px;background:var(--gold)}.hero-name{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5vw,5.2rem);font-weight:300;line-height:1.05;color:var(--white);opacity:0;animation:fadeUp .7s .5s forwards}.hero-name em{font-style:italic;color:var(--gold)}.hero-credentials{margin-top:1rem;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:#ffffff8c;letter-spacing:.05em;opacity:0;animation:fadeUp .7s .7s forwards}.hero-divider{width:64px;height:2px;background:var(--gold);margin:2rem 0;opacity:0;animation:fadeUp .7s .9s forwards}.hero-tagline{font-size:1rem;font-weight:300;line-height:1.75;color:#ffffffa6;max-width:440px;opacity:0;animation:fadeUp .7s 1.1s forwards}.hero-specialist{font-size:.95rem;font-weight:300;line-height:1.7;color:#fff9;max-width:440px;margin-top:.8rem;opacity:0;animation:fadeUp .7s 1.2s forwards}.hero-tagline-rotator{position:relative;min-height:2.6rem;margin-top:1rem;max-width:440px;opacity:0;animation:fadeUp .7s 1.3s forwards}.hero-rotating-tagline{position:absolute;top:0;left:0;font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.1rem;font-weight:400;color:var(--gold);line-height:1.5;opacity:0;transition:opacity .9s ease}.hero-rotating-tagline.active{opacity:1}.hero-cta{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap;opacity:0;animation:fadeUp .7s 1.5s forwards}.hero-right{display:flex;flex-direction:column;justify-content:center;padding:120px 10% 80px 6%;position:relative;z-index:2;border-left:1px solid rgba(201,168,76,.12)}.stat-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;opacity:0;animation:fadeIn .8s 1s forwards}.stat-card{background:#ffffff08;border:1px solid rgba(201,168,76,.1);padding:2rem 1.8rem;transition:background .2s}.stat-card:hover{background:#ffffff0f}.stat-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--gold);line-height:1}.stat-label{margin-top:.5rem;font-size:.78rem;font-weight:400;color:#ffffff8c;letter-spacing:.06em;text-transform:uppercase}.affil-strip{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(201,168,76,.12);opacity:0;animation:fadeIn .8s 1.2s forwards}.affil-title{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.affil-tags{display:flex;flex-wrap:wrap;gap:.5rem}.affil-tag{font-size:.72rem;padding:5px 12px;border:1px solid rgba(255,255,255,.15);color:#ffffff80;border-radius:2px;letter-spacing:.04em}@media (max-width: 900px){.hero{grid-template-columns:1fr}.hero-right{display:none}}#about{background:var(--white)}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:6%;margin-top:4rem;align-items:start}.about-portrait{position:relative}.portrait-frame{width:100%;aspect-ratio:3 / 4;background:linear-gradient(135deg,var(--navy) 0%,var(--teal) 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.portrait-frame:after{content:"";position:absolute;bottom:-2px;right:-2px;width:60%;height:60%;border-right:3px solid var(--gold);border-bottom:3px solid var(--gold);pointer-events:none}.portrait-img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.portrait-badge{position:absolute;bottom:2rem;left:-1.5rem;background:var(--gold);color:var(--navy);padding:1rem 1.5rem;font-size:.75rem;font-weight:500;letter-spacing:.06em;z-index:2}.about-taglines{border-left:3px solid var(--gold);padding-left:1.2rem;display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.8rem}.about-tagline{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.15rem;color:var(--teal);line-height:1.5}.about-body{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--text-body);margin-bottom:2rem}.education-list{list-style:none}.edu-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(13,31,60,.08)}.edu-year{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;color:var(--gold-accessible);min-width:60px;line-height:1}.edu-details h4{font-size:.95rem;font-weight:500;color:var(--navy)}.edu-details p{font-size:.82rem;color:var(--text-muted);margin-top:.25rem}@media (max-width: 900px){.about-grid{grid-template-columns:1fr}}#expertise{background:var(--navy)}#expertise .section-heading{color:var(--white)}#expertise .section-heading em,#expertise .section-tag{color:var(--gold)}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:4rem;border:1px solid rgba(201,168,76,.1)}.expertise-card{background:#ffffff08;padding:2.5rem 2rem;border:1px solid rgba(201,168,76,.08);transition:background .3s;position:relative}.expertise-card:hover{background:#ffffff12}.expertise-card:before{content:attr(data-num);position:absolute;top:1.5rem;right:2rem;font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:#c9a84c14;line-height:1}.expertise-icon{width:44px;height:44px;background:#c9a84c1a;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.2rem}.expertise-card h3{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;color:var(--white);margin-bottom:.8rem}.expertise-card p{font-size:.82rem;font-weight:300;line-height:1.7;color:#ffffff8c}.procedures-section{margin-top:5rem}.procedures-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:#ffffffb3;margin-bottom:2rem}.procedures-grid{display:flex;flex-wrap:wrap;gap:.6rem}.proc-tag{font-size:.77rem;padding:8px 16px;border:1px solid rgba(255,255,255,.12);color:#ffffff8c;letter-spacing:.04em;transition:all .2s}.proc-tag:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c0d}@media (max-width: 900px){.expertise-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.expertise-grid{grid-template-columns:1fr}}#pancreas-biliary{background:var(--white)}#pancreas-biliary .section-heading em{color:var(--gold)}.pb-intro{max-width:640px;margin:1.5rem auto 0;text-align:center;font-size:.92rem;font-weight:300;line-height:1.8;color:#0000008c}.pb-banner{background:var(--navy);display:flex;align-items:center;padding:2rem;gap:1.5rem;margin-top:2.5rem;margin-bottom:2.5rem}.pb-banner-icon{font-size:2rem;flex-shrink:0;width:3rem;height:3rem}.pb-banner-icon img{width:100%;height:100%;object-fit:contain}.pb-banner-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;color:var(--white);margin-bottom:.4rem}.pb-banner-subtitle{font-size:.85rem;font-weight:300;line-height:1.7;color:#fff9}.pb-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.pb-col-heading{font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:10px;margin-bottom:1.5rem}.pb-col-line{display:block;width:20px;height:1px;background:var(--gold);flex-shrink:0}.pb-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.pb-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;font-weight:300;line-height:1.6;color:var(--text-body)}.pb-bullet{width:5px;height:5px;min-width:5px;border-radius:50%;background:var(--gold);margin-top:7px;flex-shrink:0}@media (max-width: 768px){.pb-grid{grid-template-columns:1fr}.pb-banner{flex-direction:column;text-align:center}}#ibs-ibd{background:var(--navy)}.ibs-tag{color:var(--gold)}.ibs-heading{color:var(--white)}.ibs-heading em{color:var(--gold)}.ibs-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:5%;margin-top:4rem;align-items:start}.ibs-quote-card{background:#ffffff0a;border:1px solid rgba(201,168,76,.15);padding:2.5rem 2rem}.ibs-quote-glyph{font-family:Cormorant Garamond,serif;font-size:5rem;color:#c9a84c33;line-height:.7;margin-bottom:1.2rem}.ibs-quote-text{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.15rem;color:#ffffffb3;line-height:1.75}.ibs-divider{width:40px;height:1px;background:var(--gold);margin:2rem 0}.ibs-tiles{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ibs-tile{background:#ffffff08;border:1px solid rgba(201,168,76,.1);padding:1rem;display:flex;flex-direction:column;gap:.35rem}.ibs-tile-label{font-size:.68rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}.ibs-tile-name{font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:300;color:var(--white);line-height:1.3}.ibs-col-heading{font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:10px;margin-bottom:.5rem}.ibs-col-line{display:block;width:20px;height:1px;background:var(--gold);flex-shrink:0}.ibs-list{list-style:none}.ibs-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.ibs-item--last{border-bottom:none}.ibs-item-icon{font-size:1.3rem;flex-shrink:0;margin-top:2px}.ibs-item-title{display:block;font-size:.88rem;font-weight:600;color:var(--white);margin-bottom:.3rem}.ibs-item-desc{display:block;font-size:.83rem;font-weight:300;color:#ffffff73;line-height:1.6}@media (max-width: 768px){.ibs-layout{grid-template-columns:1fr}}#obesity{background:var(--cream)}#obesity .section-tag,#obesity .section-heading em{color:var(--gold)}.obesity-intro{max-width:640px;margin:1.5rem auto 0;text-align:center;font-size:.92rem;font-weight:300;line-height:1.8;color:#0000008c}.obesity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem}.obesity-card{background:var(--white);padding:2.2rem 1.8rem;border:1px solid rgba(201,168,76,.12);transition:transform .3s,box-shadow .3s}.obesity-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}.obesity-icon{width:48px;height:48px;background:#c9a84c1a;display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem;font-size:1.3rem}.obesity-card h3{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500;color:var(--navy);margin-bottom:.7rem}.obesity-card p{font-size:.82rem;font-weight:300;line-height:1.7;color:#00000080}.obesity-grid>.obesity-card:last-child:nth-child(3n-1){grid-column:2 / 3}@media (max-width: 900px){.obesity-grid{grid-template-columns:1fr 1fr}.obesity-grid>.obesity-card:last-child:nth-child(odd){grid-column:1 / -1;max-width:480px;margin:0 auto;width:100%}}@media (max-width: 600px){.obesity-grid{grid-template-columns:1fr}.obesity-grid>.obesity-card:last-child:nth-child(odd){max-width:none}}#experience{background:var(--cream)}.timeline{margin-top:4rem;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--gold),transparent)}.timeline-item{position:relative;padding:0 0 3.5rem 3rem}.timeline-dot{position:absolute;left:-6px;top:6px;width:13px;height:13px;background:var(--gold);border:2px solid var(--cream);border-radius:50%}.timeline-period{font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-accessible);margin-bottom:.5rem}.timeline-role{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;color:var(--navy);line-height:1.2;margin-bottom:.5rem}.timeline-place{font-size:.88rem;color:var(--teal);font-weight:400;margin-bottom:.75rem}.timeline-desc{font-size:.88rem;font-weight:300;color:var(--text-muted);line-height:1.7;max-width:480px}#publications{background:var(--white)}.pub-intro{font-size:1rem;font-weight:300;color:var(--text-muted);line-height:1.75;max-width:560px;margin-top:1rem}.pub-grid{margin-top:3.5rem}.pub-item{padding:1.8rem 0;border-bottom:1px solid rgba(13,31,60,.06);display:grid;grid-template-columns:80px 1fr;gap:2rem;align-items:start;transition:background .2s}.pub-item:hover{background:#0d1f3c04}.pub-year{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:300;color:var(--gold-accessible);padding-top:2px}.pub-title{font-size:.9rem;font-weight:400;color:var(--navy);line-height:1.55;margin-bottom:.4rem}.pub-journal{font-size:.78rem;font-style:italic;color:var(--text-muted)}.pub-more{margin-top:2.5rem;text-align:center}.pub-count-badge{display:inline-block;border:1px solid var(--border);padding:.8rem 2rem;font-size:.8rem;color:var(--teal);letter-spacing:.08em}#featured-video{background:var(--white)}.video-wrapper{margin-top:3rem;position:relative;width:100%;max-width:800px;aspect-ratio:16 / 9;background:var(--navy);overflow:hidden}.video-wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.video-facade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;padding:0;margin:0;background:var(--navy);cursor:pointer;display:flex;align-items:center;justify-content:center}.video-facade img{width:100%;height:100%;object-fit:cover}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s,opacity .2s;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.video-facade:hover .play-btn{transform:translate(-50%,-50%) scale(1.1)}.play-btn svg path:first-child{fill:var(--gold);fill-opacity:.9}.video-facade:hover .play-btn svg path:first-child{fill-opacity:1}@media (max-width: 900px){.video-wrapper{max-width:100%}}#contact{background:var(--navy);padding-bottom:0}#contact .section-heading{color:var(--white)}#contact .section-heading em,#contact .section-tag{color:var(--gold)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:6%;margin-top:4rem}.contact-info p{font-size:1rem;font-weight:300;line-height:1.8;color:#ffffff8c;margin-bottom:2.5rem}.contact-details{list-style:none}.contact-details li{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.contact-details li:first-child{border-top:1px solid rgba(255,255,255,.06)}.contact-icon{width:36px;height:36px;min-width:36px;background:#c9a84c1a;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--gold)}.contact-details strong{display:block;font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#ffffff8c;margin-bottom:2px}.contact-details :is(span,a){font-size:.92rem;color:#ffffffb3}.contact-form-area{background:#ffffff0a;border:1px solid rgba(201,168,76,.1);padding:2.5rem}.form-row{margin-bottom:1.2rem}.form-row label{display:block;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff8c;margin-bottom:.5rem}.form-row input,.form-row textarea{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:.9rem;outline:none;transition:border-color .2s}.form-row input:focus,.form-row textarea:focus{border-color:#c9a84c80}.form-row textarea{height:110px;resize:vertical}.contact-submit{width:100%;text-align:center;display:block;margin-top:.5rem}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr}#contact{padding-bottom:6rem}}footer{background:#08162a;padding:2rem 10%;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(201,168,76,.1)}footer p{font-size:.78rem;color:#ffffff80}.footer-brand{font-family:Cormorant Garamond,serif;font-size:1rem;color:var(--gold)}.footer-social{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:#ffffff80}.footer-social a{color:var(--gold);text-decoration:none;transition:opacity .2s}.footer-social a:hover{opacity:.75}.footer-reg{font-size:.72rem;color:#ffffff80;text-align:right}@media (max-width: 900px){footer{flex-direction:column;gap:1rem;text-align:center;padding:2rem 6%}.footer-reg{text-align:center}}
