@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#112937;--paper:#f7f9f8;--white:#fff;--muted:#506571;--line:#d6dfe1;--accent:#c8f17b;--teal:#00665f;--radius:8px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Heebo,Arial,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%;object-fit:cover}a,summary{ -webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible,video:focus-visible{outline:3px solid var(--teal);outline-offset:6px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.1;letter-spacing:-.04em}h2{font-size:clamp(2.3rem,4.3vw,4rem);font-weight:800}h3{font-size:2rem}em{font-style:normal;color:var(--teal)}.skip{position:fixed;top:-100px;right:20px;z-index:20;background:white;padding:12px}.skip:focus{top:15px}.header{height:100px;max-width:1500px;margin:auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;flex-direction:column;line-height:1.15;white-space:nowrap}.brand strong{font-size:1.8rem;font-weight:900;letter-spacing:-.055em}.brand>span{font-size:.8rem;margin-top:6px;letter-spacing:.04em}.brand-dot{color:var(--teal)}nav{display:flex;gap:35px;font-size:.95rem}nav a{padding:8px 0;border-bottom:1px solid transparent}nav a:hover{border-color:var(--teal)}.nav-cta{border:1px solid var(--ink);padding:9px 19px;border-radius:4px;font-size:.95rem;display:flex;gap:30px;align-items:center}.nav-cta:hover{background:var(--ink);color:white}.hero{margin:0 24px;background:var(--ink);color:white;border-radius:12px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;max-width:1600px}.hero-copy{padding:65px 10% 60px 7%;align-self:center}.eyebrow{font-size:.85rem;letter-spacing:.035em;font-weight:600;margin-bottom:22px;display:flex;align-items:center;gap:10px}.hero .eyebrow{color:#d8e8e3}.eyebrow>span{width:6px;height:6px;border-radius:50%;background:var(--accent)}h1{font-size:clamp(2.8rem,4.6vw,5rem);font-weight:800;line-height:1.1;margin:22px 0 27px}h1 em,.contact em{color:var(--accent)}.hero-description{max-width:460px;color:#e0e9ec;font-size:1.13rem;line-height:1.8}.hero-bio{font-size:.9rem;color:#b6c9cf;margin-top:24px}.actions{display:flex;gap:28px;align-items:center;flex-wrap:wrap;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:15px 23px;border-radius:5px;font-weight:600;line-height:1.4;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--accent);color:var(--ink)}.primary:hover{background:#d9ffa0}.text-link{display:inline-flex;gap:15px;align-items:center;font-size:.95rem;border-bottom:1px solid currentColor;padding-bottom:4px}.hero-image{position:relative;min-height:570px}.hero-image img{width:100%;height:100%;position:absolute;object-position:49% center}.image-label{position:absolute;bottom:20px;right:20px;left:20px;background:rgba(17,41,55,.86);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(8px);padding:12px 16px;font-size:.82rem;display:flex;align-items:center;gap:10px;border-radius:5px}.live-dot{width:7px;height:7px;background:var(--accent);border-radius:50%;flex-shrink:0}.hero-bottom{grid-column:1/-1;border-top:1px solid #37505c;display:flex;justify-content:space-between;padding:18px 5%;font-size:.86rem;color:#d5e1e5}.hero-bottom span:before{content:'+';color:var(--accent);margin-left:12px}.stats{max-width:1240px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);padding:45px 30px 35px}.stats>div{display:flex;align-items:center;gap:20px;justify-content:center;padding:10px 20px}.stats>div+div{border-right:1px solid var(--line)}.stats strong{font-size:3rem;line-height:1.1;letter-spacing:-.04em;font-weight:500}.stats p{font-size:.9rem;line-height:1.6}.stats p span{font-size:.76rem;color:var(--muted)}.section{max-width:1250px;margin:0 auto;padding:88px 40px}.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:44px}.section-intro{max-width:370px;color:var(--muted);font-size:1.05rem}.section .eyebrow{color:var(--teal);margin-bottom:17px}.lecture-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.lecture-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:32px;display:flex;flex-direction:column;transition:border-color .2s}.lecture-card:hover{border-color:var(--teal)}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}.tag{font-size:.78rem;background:#edf2f2;border-radius:30px;padding:4px 12px}.number{font-size:1.1rem;color:#607880;letter-spacing:.02em;direction:ltr}.lecture-card h3{margin-bottom:14px}.subtitle{font-size:1.04rem;font-weight:500;margin-bottom:20px;color:var(--teal)}.lecture-card>p:not(.subtitle){color:var(--muted);line-height:1.8;font-size:.96rem}.lecture-card details{border-top:1px solid var(--line);margin-top:26px;padding-top:16px}.lecture-card summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;font-size:.9rem;font-weight:500;padding:4px 0}.lecture-card summary::-webkit-details-marker{display:none}.lecture-card summary span{font-size:1.3rem;line-height:1}.lecture-card details[open] summary span{transform:rotate(45deg)}.lecture-card ul{font-size:.9rem;color:var(--muted);padding-right:20px}.card-footer{margin-top:auto;padding-top:25px;display:flex;gap:16px;justify-content:space-between;align-items:center;flex-wrap:wrap}.card-footer>span{font-size:.77rem;color:var(--muted)}.card-footer a{font-size:.85rem;font-weight:600;display:flex;gap:14px}.card-footer a:hover{text-decoration:underline}.featured{background:#edf4f1}.featured .tag{background:#d8e9df}.lecture-note{color:var(--muted);font-size:.9rem;text-align:center;margin-top:30px}.about{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;border-top:1px solid var(--line)}.about-photo{position:relative;padding-bottom:35px}.about-photo img{width:100%;aspect-ratio:4/5;border-radius:8px;object-position:62% center}.photo-caption{position:absolute;bottom:0;right:0;font-size:.8rem;color:var(--muted)}.about-copy h2{margin-bottom:28px}.about-copy>p:not(.eyebrow){color:var(--muted);margin-bottom:20px;font-size:1.02rem}.about-copy .text-link{margin-top:10px}.stage{border-top:1px solid var(--line)}.stage-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:28px;align-items:start}.stage figure{margin:0}.stage figure img{width:100%;height:430px;border-radius:8px;object-position:center}.stage figcaption{font-size:.8rem;color:var(--muted);margin-top:12px}.video-figure video{width:100%;height:430px;object-fit:contain;background:#12242c;border-radius:8px;display:block}.podcasts{background:#e9efed;max-width:none;padding-left:max(40px,calc((100vw - 1170px)/2));padding-right:max(40px,calc((100vw - 1170px)/2))}.podcast-stat{display:flex;flex-direction:column;gap:8px}.podcast-stat strong{font-size:3.5rem;font-weight:500;line-height:1;letter-spacing:-.05em}.podcast-stat span{font-size:.8rem;color:var(--muted)}.podcast-list>a{display:flex;align-items:center;gap:25px;padding:35px 0;border-top:1px solid #bbcfc8;transition:padding .2s}.podcast-list>a:last-child{border-bottom:1px solid #bbcfc8}.podcast-list>a:hover{padding-right:10px}.play{width:62px;height:62px;border-radius:50%;border:1px solid var(--teal);display:flex;align-items:center;justify-content:center;color:var(--teal);flex-shrink:0;font-size:1rem;padding-left:3px}.podcast-label{font-size:.8rem;color:var(--teal)}.podcast-list h3{font-size:1.9rem;margin:8px 0}.podcast-list p{font-size:.94rem;color:var(--muted)}.listen{margin-right:auto;font-size:.85rem;display:flex;gap:20px;align-items:center;white-space:nowrap}.contact{background:var(--ink);color:white;max-width:none;display:grid;grid-template-columns:1.3fr 1fr;gap:60px;padding-left:max(40px,calc((100vw - 1170px)/2));padding-right:max(40px,calc((100vw - 1170px)/2));margin-top:0}.contact .eyebrow{color:var(--accent)}.contact h2{font-size:clamp(2.8rem,5vw,4.8rem);margin-bottom:26px}.contact p:not(.eyebrow){color:#cfdee3;font-size:1.05rem}.contact .button{margin-top:30px}.contact .contact-note{font-size:.8rem!important;color:#abc1c9!important;margin-top:14px}.contact-aside{align-self:center;justify-self:center;border-right:1px solid #3c5460;padding-right:65px}.contact-aside>span{display:block;font-size:3.5rem;line-height:1.3;color:#78999f;letter-spacing:-.04em}.contact-aside>span:nth-child(2){color:#aac4c4}.contact-aside>span:nth-child(3){color:#edf5ef}.contact-aside p{margin-top:25px;font-size:.9rem!important}.selected-talk{margin-top:20px;border-right:2px solid var(--accent);padding-right:15px}footer{padding:35px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px}footer p,footer>a:last-child{font-size:.8rem;color:var(--muted)}
@media(min-width:1650px){.hero{margin-left:auto;margin-right:auto}}
@media(max-width:1000px){.hero-copy{padding:45px 8%}.hero-image{min-height:550px}h1{font-size:3.3rem}.hero-description{font-size:1rem}.stats{padding:30px 15px}.stats>div{gap:12px;padding:10px}.stats strong{font-size:2.3rem}.stats p{font-size:.8rem}.stats p span{font-size:.75rem}.about{gap:40px}.lecture-card{padding:26px}.card-footer{align-items:flex-start}.section{padding:65px 30px}.section-top{gap:30px}.stage figure img,.video-figure video{height:360px}.listen{white-space:normal;max-width:150px}}
@media(max-width:700px){html{scroll-padding-top:20px}.header{height:82px;padding:0 22px;gap:12px}.brand strong{font-size:1.5rem}.brand>span{font-size:.73rem}.header nav{display:none}.nav-cta{font-size:.8rem;gap:18px;padding:8px 12px}.hero{margin:0 12px;grid-template-columns:1fr;border-radius:8px}.hero-copy{padding:36px 25px}.hero .eyebrow{font-size:.76rem;margin-bottom:18px}h1{font-size:clamp(2.6rem,9.5vw,4rem);margin:20px 0}.hero-description{font-size:1rem}.hero-bio{font-size:.8rem}.actions{gap:20px;margin-top:25px}.button{font-size:.9rem;padding:14px 17px}.hero-image{min-height:310px}.hero-image img{object-position:center 48%}.image-label{font-size:.72rem;right:12px;left:12px;bottom:12px;padding:10px}.hero-bottom{gap:15px;justify-content:center;padding:17px 15px;font-size:.72rem;flex-wrap:wrap}.hero-bottom span:before{margin-left:7px}.stats{padding:25px 15px;gap:0}.stats>div{display:block;text-align:center;padding:8px}.stats strong{font-size:2rem}.stats p{margin-top:9px;font-size:.74rem;line-height:1.5}.stats p span{font-size:.7rem;display:inline-block;margin-top:4px}.section{padding:52px 22px}.section-top{display:block;margin-bottom:30px}.section-intro{margin-top:22px;max-width:none;font-size:1rem}h2{font-size:2.7rem}.lecture-grid{grid-template-columns:1fr;gap:16px}.lecture-card{padding:25px}.card-top{margin-bottom:26px}.lecture-card h3{font-size:1.9rem}.lecture-note{text-align:right;font-size:.85rem}.about{grid-template-columns:1fr;gap:30px}.about-copy{grid-row:1}.about-photo img{aspect-ratio:1.1;object-position:center 35%}.about-copy h2 br:nth-of-type(2){display:none}.stage-grid{grid-template-columns:1fr;gap:26px}.stage figure img{height:auto;aspect-ratio:4/3}.video-figure video{height:390px}.podcast-stat{margin-top:26px;gap:10px}.podcast-stat strong{font-size:2.7rem}.podcast-list>a{gap:16px;flex-wrap:wrap;padding:28px 0}.play{width:44px;height:44px}.podcast-list>a>div{flex:1;min-width:180px}.podcast-list h3{font-size:1.65rem}.podcast-list p{font-size:.85rem}.listen{margin-right:60px;max-width:none;font-size:.8rem}.contact{grid-template-columns:1fr;gap:0}.contact-aside{display:none}.contact h2{font-size:3.3rem}.contact .button{font-size:.85rem;gap:12px}.contact p:not(.eyebrow){font-size:1rem}footer{padding:28px 22px;flex-wrap:wrap}footer p{order:3;width:100%;font-size:.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.stats .word-stat{font-size:2.1rem;font-weight:700}.brain-photo{margin:0;padding-bottom:0}.brain-photo img{aspect-ratio:919/1077;object-fit:cover}.brain-caption{position:relative;margin:18px 0 0;padding-right:18px;border-right:3px solid var(--teal);display:flex;flex-direction:column}.brain-caption strong{font-size:1.1rem}.brain-caption span{font-size:.85rem;color:var(--muted)}.podcast-cards{display:grid;grid-template-columns:1fr 1fr;gap:36px}.podcast-card{min-width:0}.cover-link{display:block;position:relative}.cover-link img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:8px}.cover-play{position:absolute;bottom:16px;left:16px;border-radius:50%;width:48px;height:48px;background:var(--ink);color:var(--accent);display:grid;place-items:center;font-size:1.5rem;border:1px solid #ffffff55}.podcast-copy{padding:25px 0 0}.podcast-copy h3{font-size:2rem;margin-bottom:16px}.podcast-copy>p:not(.eyebrow){color:var(--muted);max-width:450px;min-height:60px}.podcast-copy iframe{border:0;width:100%;display:block;border-radius:12px;margin-top:25px}.podcast-copy .text-link{margin-top:20px;font-size:.85rem}.instagram-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.instagram-copy>p:not(.eyebrow){margin:24px 0;color:var(--muted);max-width:420px}.instagram-portrait{width:160px;height:140px;object-fit:cover;border-radius:8px;margin-top:32px;object-position:center 25%}.instagram-embed{min-width:0;background:white;border:1px solid var(--line);border-radius:10px;overflow:hidden;padding:14px}.instagram-embed iframe{border:0;width:100%;display:block}.instagram-embed>a{display:block;text-align:center;font-size:.8rem;color:var(--teal);padding:12px 0}.hero-bio{line-height:1.9}.podcasts .section-intro{margin-top:22px}
@media(max-width:700px){.stats .word-stat{font-size:1.5rem}.podcast-cards{grid-template-columns:1fr;gap:48px}.podcast-copy h3{font-size:1.8rem}.podcast-copy>p:not(.eyebrow){min-height:0}.instagram-section{grid-template-columns:1fr;gap:30px}.instagram-portrait{display:none}.instagram-embed{padding:0}.instagram-embed iframe{height:580px}.about-photo.brain-photo img{aspect-ratio:919/1077}.brain-caption strong{font-size:1rem}}
.hero h1{font-size:clamp(4rem,7.7vw,7.8rem);line-height:.99;letter-spacing:-.065em}.hero h1 em{display:inline-block}.hero-image{min-height:680px}.hero-image img{object-position:center center}.hero{border-radius:4px}.hero-copy{padding-top:55px;padding-bottom:55px}.hero-description{margin-top:32px}.hero .image-label{font-size:.9rem;line-height:1.6}.hero-bottom{background:var(--accent);color:var(--ink);border:0;font-weight:600}.hero-bottom span:before{color:var(--teal)}.stage .audience-wide{margin:0 0 35px}.stage .audience-wide img{height:auto;aspect-ratio:16/8;object-position:center 45%}.lecture-card{border-radius:3px}.lecture-card h3{font-weight:800}.featured{background:#dcebdc}.tag{border-radius:4px}.contact h2{font-weight:900}.brain-photo img{aspect-ratio:4/5}.podcast-cards .cover-link img{border-radius:3px}.podcasts{background:#e2ece7}
@media(max-width:1000px){.hero-image{min-height:640px}.hero h1{font-size:5rem}}
.contact-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.contact .email-button{border:1px solid #abc1c9;color:white}.contact .email-button:hover{background:#294652}.contact-addresses{display:flex;flex-wrap:wrap;gap:12px 25px;margin-top:20px;font-size:1rem}.contact-addresses a:hover{text-decoration:underline}
.hero-journey{color:var(--accent);font-size:1.08rem;font-weight:600;margin-top:28px}.hero-journey+.hero-bio{margin-top:10px}
.stage .section-top{display:block}.stage .section-top h2{font-size:clamp(1.6rem,2.7vw,2.5rem);line-height:1.45;max-width:980px;letter-spacing:-.025em}.stage .section-intro{margin-top:22px}.lecture-art{width:calc(100% + 64px);max-width:none;margin:-32px -32px 28px;height:auto;aspect-ratio:3/2;object-fit:contain;flex-shrink:0}.lecture-card{overflow:hidden;min-width:0}@media(max-width:1000px){.lecture-art{width:calc(100% + 52px);margin:-26px -26px 26px}}@media(max-width:700px){.lecture-art{width:calc(100% + 50px);margin:-25px -25px 25px}}
.mri-strip{max-width:1170px;margin:36px auto 0;padding:28px 36px;background:#e2ece7;display:flex;align-items:center;justify-content:space-between;gap:36px;border-radius:8px}.mri-strip h2{font-size:1.65rem;line-height:1.3}.mri-strip .eyebrow{margin-bottom:10px;color:var(--teal)}.mri-strip-copy>p:not(.eyebrow){margin:12px 0;color:var(--muted)}.mri-strip .text-link{font-size:.88rem}.mri-strip .hero-mri{position:static;flex-shrink:0;width:180px;border:0}.mri-strip .hero-mri video{height:230px}.mri-strip .hero-mri span{display:none}@media(max-width:1250px){.mri-strip{margin:30px 30px 0}}@media(max-width:700px){.mri-strip{margin:24px 22px 0;padding:22px;gap:22px;flex-direction:column;align-items:stretch}.mri-strip .hero-mri{width:100%;max-width:240px;align-self:center}.mri-strip .hero-mri video{height:280px}.mri-strip h2{font-size:1.5rem}}
.hero-mri{position:absolute;left:18px;top:18px;width:150px;border:1px solid #ffffff77;background:var(--ink);border-radius:8px;overflow:hidden}.hero-mri video{width:100%;height:190px;display:block;object-fit:contain;background:#000}.hero-mri span{display:block;text-align:center;font-size:.73rem;padding:7px 4px;color:white}.research-video video{max-height:620px}@media(max-width:700px){.hero-mri{width:108px;left:10px;top:10px}.hero-mri video{height:138px}.hero-mri span{font-size:.65rem;padding:5px 2px}}
.research{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px;border-top:1px solid var(--line)}.research-copy>p:not(.eyebrow){margin-top:22px;color:var(--muted);max-width:440px;font-size:1.05rem}.research-video{margin:0}.research-video video{display:block;width:100%;max-height:540px;background:var(--ink);border-radius:8px;object-fit:contain}.research-video figcaption{font-size:.8rem;color:var(--muted);margin-top:12px}@media(max-width:700px){.research{grid-template-columns:1fr;gap:28px}}
@media(max-width:700px){.hero h1{font-size:clamp(3.8rem,16vw,6rem)}.hero-image{min-height:0;aspect-ratio:919/980}.hero-image img{object-position:center 55%}.hero-copy{padding:36px 25px}.hero .image-label{font-size:.76rem}.hero-description{margin-top:24px}.hero-bottom{font-size:.7rem;gap:8px 16px}.stage .audience-wide img{aspect-ratio:4/3}.about-photo.brain-photo img{aspect-ratio:4/5}}
.brain-comparison{position:relative;isolation:isolate}.brain-comparison-arrow{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none;overflow:visible}.brain-comparison-caption{position:absolute;z-index:3;pointer-events:none;color:#c62c32;background:var(--paper);padding:2px 10px;border-radius:5px;font-size:1.05rem;font-weight:700;white-space:nowrap;transform:translate(-50%,-50%) rotate(-6deg)}@media(max-width:700px){.brain-comparison .mri-strip .hero-mri{order:-1}.brain-comparison-caption{font-size:.95rem}}

.experience-summary{padding-top:44px;padding-bottom:44px}.experience-summary p{max-width:950px;margin:auto;font-size:clamp(1.1rem,1.8vw,1.4rem);line-height:1.9;color:var(--ink)}@media(max-width:700px){.experience-summary{padding-top:32px;padding-bottom:32px}}
