:root{--gold-lt:#e0c88e;--navy2:#243259;--white:#ffffff;--gray:#6b7280;--gray-lt:#e5e7eb;--text:#1c2b3a;--max-w:1120px;--transition:0.3s ease}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{-webkit-tap-highlight-color:transparent;overflow-x:hidden}.mg-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(26,39,68,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,169,110,.2);padding:0 2rem}.mg-nav-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:68px}.mg-nav-logo{font-family:Cormorant Garamond,Georgia,serif;font-weight:500;font-size:1.2rem;color:var(--white);text-decoration:none;letter-spacing:.02em}.mg-nav-logo span{color:var(--gold)}.mg-nav-links{display:flex;gap:2.2rem;list-style:none;margin:0;padding:0}.mg-nav-links a{color:rgba(255,255,255,.75);text-decoration:none;font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:color var(--transition);padding:.5rem 0;display:inline-block}@media (hover:hover){.mg-nav-links a:hover{color:var(--gold-lt)}}.mg-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:8px;margin-right:-8px}.mg-hamburger-bar{display:block;width:22px;height:2px;background:rgba(255,255,255,.85);border-radius:1px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.mg-hb-open-1{transform:translateY(7px) rotate(45deg)}.mg-hb-open-2{opacity:0;transform:scaleX(0)}.mg-hb-open-3{transform:translateY(-7px) rotate(-45deg)}.mg-mobile-menu{position:fixed;top:68px;left:0;right:0;bottom:0;background:rgba(26,39,68,.99);z-index:99;display:flex;align-items:center;justify-content:center;animation:mgMenuIn .2s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}@keyframes mgMenuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mg-mobile-menu nav{flex-direction:column;gap:.5rem;padding:2rem 1rem}.mg-mobile-link,.mg-mobile-menu nav{display:flex;align-items:center;width:100%}.mg-mobile-link{color:rgba(255,255,255,.85);text-decoration:none;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:300;letter-spacing:.04em;padding:.6rem 2rem;text-align:center;transition:color .2s ease;min-height:44px;justify-content:center}@media (hover:hover){.mg-mobile-link:hover{color:var(--gold)}}.mg-hero{min-height:100vh;min-height:100svh;background:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 2rem 80px;position:relative}.mg-hero-inner{max-width:1100px;width:100%;display:grid;grid-template-columns:380px 1fr;gap:5rem;align-items:center}.mg-hero-photo-col{display:flex;justify-content:center}.mg-hero-photo-frame{width:100%;max-width:380px;border-radius:4px;overflow:hidden;border:1px solid rgba(201,169,110,.35);box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 0 6px rgba(201,169,110,.08);flex-shrink:0}.mg-hero-photo{width:100%;height:auto;display:block}.mg-hero-content{text-align:left;max-width:620px}.mg-hero-eyebrow{display:inline-block;color:var(--gold);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.4rem;border-top:1px solid rgba(201,169,110,.4);border-bottom:1px solid rgba(201,169,110,.4);padding:.35em 1.2em}.mg-hero-name{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.6rem,8vw,5.5rem);font-weight:300;color:var(--white);line-height:1.05;letter-spacing:-.01em;margin-bottom:1.2rem}.mg-hero-name em{font-style:italic;color:var(--gold-lt)}.mg-hero-title{color:rgba(255,255,255,.72);font-size:clamp(.88rem,2vw,1rem);font-weight:300;max-width:680px;margin:0 0 2.4rem;line-height:1.7}.mg-hero-title strong{color:rgba(255,255,255,.9);font-weight:400}.mg-hero-badges{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.5rem;margin-bottom:2.5rem}.mg-badge{background:rgba(255,255,255,.08);border:1px solid rgba(201,169,110,.35);color:rgba(255,255,255,.8);padding:.4em .9em;border-radius:2px;font-size:.75rem;font-weight:400;letter-spacing:.04em}.mg-hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.mg-btn-primary{background:var(--gold);color:var(--navy);padding:.85em 2.2em;border-radius:2px;text-decoration:none;font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:background var(--transition),transform var(--transition);display:inline-flex;align-items:center;justify-content:center;min-height:44px}@media (hover:hover){.mg-btn-primary:hover{background:var(--gold-lt);transform:translateY(-1px)}}.mg-btn-outline{border:1px solid rgba(255,255,255,.4);color:rgba(255,255,255,.85);padding:.85em 2.2em;border-radius:2px;text-decoration:none;font-size:.82rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;transition:border-color var(--transition),color var(--transition);display:inline-flex;align-items:center;justify-content:center;min-height:44px}@media (hover:hover){.mg-btn-outline:hover{border-color:var(--gold);color:var(--gold-lt)}}.mg-hero-email{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.6rem;color:var(--gold-lt);text-decoration:none;font-size:.9rem;font-weight:400;letter-spacing:.03em;border-bottom:1px solid rgba(201,169,110,.4);padding-bottom:2px;transition:color var(--transition),border-color var(--transition)}.mg-hero-email svg{width:16px;height:16px;flex-shrink:0}@media (hover:hover){.mg-hero-email:hover{color:var(--white);border-color:rgba(255,255,255,.6)}}.mg-scroll-line{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;pointer-events:none}.mg-scroll-line span{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.4)}.mg-scroll-line .mg-line{width:1px;height:48px;background:linear-gradient(180deg,rgba(201,169,110,.6),transparent);animation:mgscrollpulse 1.8s ease-in-out infinite}@keyframes mgscrollpulse{0%,to{opacity:1}50%{opacity:.3}}.mg-section{padding:96px 2rem}.mg-section-inner{max-width:var(--max-w);margin:0 auto}.mg-section-label{font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.mg-section-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:400;color:var(--navy);line-height:1.15;margin-bottom:1.5rem}.mg-section-title em{font-style:italic}.mg-divider{width:48px;height:2px;background:var(--gold);margin-bottom:2.5rem}.mg-stats{background:var(--navy);padding:52px 2rem}.mg-stats-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.mg-stat-num{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:300;color:var(--gold);line-height:1;margin-bottom:.4rem}.mg-stat-label{font-size:.75rem;font-weight:400;letter-spacing:.07em;color:rgba(255,255,255,.6);text-transform:uppercase}.mg-about{background:#f8f5ef}.mg-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.mg-about-text p{font-size:1rem;color:#374151;line-height:1.8;margin-bottom:1.4rem;word-break:break-word}.mg-about-text p strong{color:var(--navy);font-weight:600}.mg-about-text blockquote{border-left:3px solid var(--gold);padding-left:1.4rem;margin:2rem 0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.1rem,2.5vw,1.35rem);font-style:italic;color:var(--navy);line-height:1.5}.mg-info-card{background:var(--white);border:1px solid var(--gray-lt);border-top:3px solid var(--gold);padding:1.5rem;margin-bottom:1.5rem}.mg-info-card h4{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.mg-info-list{list-style:none;padding:0;margin:0}.mg-info-list li{padding:.6rem 0;border-bottom:1px solid var(--gray-lt);font-size:.88rem;color:#374151;line-height:1.5;word-break:break-word}.mg-info-list li:last-child{border-bottom:none}.mg-info-list li strong{display:block;color:var(--navy);font-size:.82rem;font-weight:500}.mg-research{background:#ffffff}.mg-research-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.mg-research-card{background:#f8f5ef;border:1px solid var(--gray-lt);border-radius:3px;padding:2rem;transition:transform var(--transition),box-shadow var(--transition)}@media (hover:hover){.mg-research-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(26,39,68,.1)}}.mg-research-icon{width:44px;height:44px;background:var(--navy);border-radius:2px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;flex-shrink:0}.mg-research-icon svg{width:22px;height:22px;fill:none;stroke:var(--gold);stroke-width:1.5}.mg-research-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:500;color:var(--navy);margin-bottom:.8rem;line-height:1.2}.mg-research-card p{font-size:.87rem;color:var(--gray);line-height:1.7;word-break:break-word}.mg-funding-note{margin-top:3rem;padding:1.5rem 2rem;background:#f8f5ef;border-left:4px solid var(--gold)}.mg-funding-note p{font-size:.88rem;color:var(--gray);line-height:1.7}.mg-media{background:var(--navy)}.mg-media .mg-section-title{color:#ffffff}.mg-media-lead{font-size:1rem;color:rgba(255,255,255,.6);max-width:600px;line-height:1.7;margin-bottom:3rem;word-break:break-word}.mg-videos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}.mg-video-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:3px;overflow:hidden}.mg-video-embed{position:relative;width:100%;padding-bottom:56.25%;background:#000}.mg-video-embed iframe{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border:none}.mg-video-info{padding:1.25rem}.mg-video-tag{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.mg-video-info h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.1rem;font-weight:400;color:#ffffff;margin-bottom:.5rem;line-height:1.3}.mg-video-info p{font-size:.82rem;color:rgba(255,255,255,.5);line-height:1.6}.mg-media-appearances{border-top:1px solid rgba(255,255,255,.1);padding-top:3rem}.mg-media-appearances h3{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.3rem,3vw,1.6rem);font-weight:400;color:#ffffff;margin-bottom:1.5rem}.mg-media-logos{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.mg-media-logo-tag{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.7);padding:.5em 1.2em;border-radius:2px;font-size:.8rem;font-weight:500;letter-spacing:.06em}.mg-awards{background:#f8f5ef}.mg-awards-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:3rem}.mg-award-item{display:grid;grid-template-columns:90px 1fr;gap:1.5rem;align-items:start;padding:1.5rem;background:#ffffff;border:1px solid var(--gray-lt);border-left:4px solid var(--gold)}.mg-award-year{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-weight:300;color:var(--gold);line-height:1.2;padding-top:.1rem;word-break:break-word}.mg-award-content h3{font-size:.95rem;font-weight:600;color:var(--navy);margin-bottom:.3rem;line-height:1.4}.mg-award-content p{font-size:.87rem;color:var(--gray);line-height:1.65;word-break:break-word}.mg-publications{background:#ffffff}.mg-pub-highlight{background:var(--navy);color:#ffffff;padding:2.5rem;margin-bottom:3rem;position:relative;overflow:hidden}.mg-pub-highlight:before{content:"\201C";position:absolute;top:-.5rem;left:1.5rem;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(6rem,12vw,12rem);line-height:1;color:rgba(201,169,110,.12);pointer-events:none;-webkit-user-select:none;user-select:none}.mg-pub-highlight blockquote{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.1rem,3vw,1.45rem);font-style:italic;line-height:1.55;color:#ffffff;position:relative;z-index:1;margin-bottom:1rem;word-break:break-word}.mg-pub-highlight cite{font-size:.78rem;color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-style:normal}.mg-pub-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.mg-pub-stat{text-align:center;padding:1.5rem 1rem;border:1px solid var(--gray-lt)}.mg-pub-stat-num{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.6rem,4vw,2.8rem);font-weight:300;color:var(--navy);line-height:1;margin-bottom:.5rem;word-break:break-all}.mg-pub-stat-desc{font-size:.75rem;color:var(--gray);text-transform:uppercase;letter-spacing:.07em}.mg-pub-links{display:flex;flex-wrap:wrap;gap:.75rem}.mg-pub-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;color:var(--navy);font-size:.85rem;font-weight:500;border:1px solid var(--navy);padding:.65em 1.4em;border-radius:2px;min-height:44px;transition:background var(--transition),color var(--transition)}@media (hover:hover){.mg-pub-link:hover{background:var(--navy);color:#ffffff}}.mg-education{background:#f8f5ef}.mg-timeline{position:relative;margin-top:3rem}.mg-timeline:before{content:"";position:absolute;left:23px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--gold),transparent)}.mg-timeline-item{display:grid;grid-template-columns:48px 1fr;gap:1.5rem;margin-bottom:2.5rem;align-items:start}.mg-timeline-dot{width:48px;height:48px;background:var(--navy);border:2px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.mg-timeline-dot span{font-family:Cormorant Garamond,Georgia,serif;font-size:.7rem;font-weight:600;color:var(--gold);letter-spacing:.02em}.mg-timeline-body{padding-top:.5rem}.mg-timeline-body h3{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.15rem;line-height:1.4}.mg-timeline-body .mg-institution{font-size:.87rem;color:var(--gold);font-weight:500;margin-bottom:.35rem;line-height:1.4;word-break:break-word}.mg-timeline-body p{font-size:.85rem;color:var(--gray);line-height:1.65;word-break:break-word}.mg-global{background:var(--navy2)}.mg-global .mg-section-title{color:#ffffff}.mg-global-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem}.mg-global-text p{color:rgba(255,255,255,.7);font-size:1rem;line-height:1.8;margin-bottom:1.4rem;word-break:break-word}.mg-global-text strong{color:rgba(255,255,255,.9)}.mg-global-text a{color:var(--gold);text-decoration:none}@media (hover:hover){.mg-global-text a:hover{text-decoration:underline}}.mg-global-cards{display:flex;flex-direction:column;gap:1rem}.mg-global-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-left:3px solid var(--gold);padding:1.25rem 1.5rem}.mg-global-card h4{color:#ffffff;font-size:.88rem;font-weight:600;margin-bottom:.3rem;line-height:1.4}.mg-global-card p{color:rgba(255,255,255,.55);font-size:.82rem;line-height:1.55}.mg-connect{background:#f8f5ef}.mg-connect-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:3rem}.mg-connect-info p{font-size:.95rem;color:#374151;line-height:1.8;margin-bottom:1.2rem;word-break:break-word}.mg-connect-info a{color:var(--navy);font-weight:500}.mg-connect-email{display:inline-flex;align-items:center;gap:.6rem;background:var(--navy);color:var(--white)!important;text-decoration:none;padding:.75em 1.5em;border-radius:2px;font-size:.95rem;font-weight:500;letter-spacing:.02em;margin-bottom:1.8rem;transition:background var(--transition),transform var(--transition);word-break:break-all}.mg-connect-email svg{width:18px;height:18px;flex-shrink:0;stroke:var(--gold-lt)}@media (hover:hover){.mg-connect-email:hover{background:var(--navy2);transform:translateY(-1px)}}.mg-profile-links{display:flex;flex-direction:column;gap:.75rem}.mg-profile-link-item{display:flex;align-items:center;gap:1rem;padding:.9rem 1.25rem;background:#ffffff;border:1px solid var(--gray-lt);text-decoration:none;color:var(--navy);font-size:.87rem;font-weight:500;transition:border-color var(--transition),background var(--transition);min-height:56px}@media (hover:hover){.mg-profile-link-item:hover{border-color:var(--gold);background:#fff9ee}}.mg-link-icon{width:36px;height:36px;background:var(--navy);border-radius:2px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mg-link-icon svg{width:16px;height:16px;fill:var(--gold)}.mg-link-label{flex:1;min-width:0}.mg-link-sub{display:block;font-size:.75rem;font-weight:400;color:var(--gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mg-arrow{color:var(--gray);font-size:1rem;flex-shrink:0}.mg-footer{background:var(--navy);color:rgba(255,255,255,.5);padding:3rem 1.5rem;text-align:center}.mg-footer-name{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:300;color:#ffffff;margin-bottom:.5rem}.mg-footer p{font-size:.82rem;line-height:1.7}.mg-footer-links{margin-top:1.5rem;display:flex;justify-content:center;flex-wrap:wrap;gap:1.2rem 1.8rem}.mg-footer-links a{color:rgba(255,255,255,.45);text-decoration:none;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;transition:color var(--transition);padding:.25rem 0;min-height:44px;display:inline-flex;align-items:center}@media (hover:hover){.mg-footer-links a:hover{color:var(--gold)}}@media (max-width:900px){.mg-nav-links{display:none}.mg-hamburger{display:flex}.mg-hero-inner{grid-template-columns:1fr;gap:2.5rem}.mg-hero-content,.mg-hero-inner{text-align:center}.mg-hero-title{margin:0 auto 2.4rem}.mg-hero-badges,.mg-hero-cta,.mg-hero-email{justify-content:center}.mg-hero-email{width:100%}.mg-hero-photo-frame{max-width:260px}.mg-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.mg-about-grid{grid-template-columns:1fr;gap:2.5rem}.mg-research-grid,.mg-videos-grid{grid-template-columns:repeat(2,1fr)}.mg-pub-stats{grid-template-columns:repeat(3,1fr)}.mg-global-grid{gap:2.5rem}.mg-connect-grid,.mg-global-grid{grid-template-columns:1fr}.mg-section{padding:80px 1.5rem}.mg-stats{padding:44px 1.5rem}}@media (max-width:600px){.mg-pub-stats,.mg-research-grid,.mg-videos-grid{grid-template-columns:1fr}.mg-pub-stats{gap:.75rem;margin-bottom:2rem}.mg-section{padding:64px 1.25rem}.mg-stats{padding:36px 1.25rem}.mg-stats-grid{grid-template-columns:1fr 1fr;gap:1rem}.mg-award-item{grid-template-columns:1fr;gap:.5rem}.mg-award-year{font-size:.85rem;font-family:Inter,sans-serif;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.mg-timeline-item{gap:1rem}.mg-timeline-body{padding-top:.35rem}.mg-hero{align-items:flex-start;padding:100px 1.25rem 72px}.mg-scroll-line{display:none}.mg-hero-title{font-size:.9rem}.mg-pub-highlight{padding:1.75rem 1.5rem}.mg-pub-highlight:before{font-size:6rem}.mg-hero-cta{flex-direction:column;align-items:stretch}.mg-btn-outline,.mg-btn-primary{text-align:center;width:100%}.mg-videos-grid{gap:1.5rem}.mg-info-card{padding:1.25rem}.mg-footer-links{gap:.8rem 1.2rem}}@media (max-width:380px){.mg-hero-eyebrow{font-size:.65rem;letter-spacing:.1em;padding:.3em .8em}.mg-stats-grid{grid-template-columns:1fr}.mg-badge{font-size:.7rem;padding:.35em .75em}}@media print{.mg-hamburger,.mg-mobile-menu,.mg-nav,.mg-scroll-line{display:none!important}.mg-hero{min-height:auto;padding:2rem}.mg-section{padding:2rem 1rem}*{color:#000!important;background:#fff!important}}