.social-links{display:inline-flex;align-items:center;gap:4px}.social-links__item{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;color:#6b625a;transition:color .18s ease,background-color .18s ease}.social-links__item:hover{color:#b4561f;background-color:#b4561f1a}.social-links__icon{width:18px;height:18px}.font-control{display:inline-flex;align-items:center;gap:4px}.font-control__btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #d8cab2;border-radius:6px;background:transparent;font-family:Fraunces,Georgia,serif;font-weight:600;color:#6b625a;transition:color .18s ease,border-color .18s ease,background-color .18s ease}.font-control__btn:hover:not(:disabled){color:#b4561f;border-color:#b4561f;background-color:#b4561f1a}.font-control__btn:disabled{opacity:.4;cursor:not-allowed}.font-control__label{display:inline-flex;align-items:flex-start;line-height:1;font-size:.95rem}.font-control__btn--lg .font-control__label{font-size:1.2rem}.font-control__sign{font-size:.55em;line-height:1;margin-left:1px;font-weight:700}.site-header{position:sticky;top:0;z-index:50;background-color:#faf6f0d9;-webkit-backdrop-filter:saturate(1.2) blur(8px);backdrop-filter:saturate(1.2) blur(8px);border-bottom:1px solid #e6dccb}.site-header__inner{width:100%;max-width:880px;margin:0 auto;padding:0 20px}@media(min-width:768px){.site-header__inner{padding:0 32px}}.site-header__inner{max-width:1100px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-header__brand{border:none;background:transparent;padding:0;font-family:Fraunces,Georgia,serif;font-size:1rem;font-weight:600;letter-spacing:-.01em;color:#1c1a17;white-space:nowrap;transition:color .18s ease}.site-header__brand:hover{color:#b4561f}@media(min-width:768px){.site-header__brand{font-size:1.125rem}}.site-header__cluster{display:flex;align-items:center;gap:8px}@media(min-width:768px){.site-header__cluster{gap:20px}}@media(min-width:768px){.site-header__social{padding-left:20px;border-left:1px solid #e6dccb}}.site-header__toggle{width:40px;height:40px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid #d8cab2;border-radius:6px;background:transparent}@media(min-width:768px){.site-header__toggle{display:none}}.site-header__toggle-bar{display:block;width:18px;height:2px;background-color:#1c1a17;border-radius:2px;transition:transform .18s ease,opacity .18s ease}.site-header__toggle-bar--top-open{transform:translateY(7px) rotate(45deg)}.site-header__toggle-bar--mid-open{opacity:0}.site-header__toggle-bar--bot-open{transform:translateY(-7px) rotate(-45deg)}.site-header__nav{position:absolute;top:64px;left:0;right:0;flex-direction:column;gap:4px;padding:8px 20px;background-color:#faf6f0;border-bottom:1px solid #e6dccb;box-shadow:0 1px 2px #1c1a170a,0 8px 24px #1c1a170f;display:none}.site-header__nav--open{display:flex}@media(min-width:768px){.site-header__nav{position:static;flex-direction:row;align-items:center;gap:12px;padding:0;background:transparent;border:none;box-shadow:none;display:flex}}.site-header__link{border:none;background:transparent;padding:8px;border-radius:6px;font-size:1rem;font-weight:500;text-align:left;color:#6b625a;transition:color .18s ease,background-color .18s ease}.site-header__link:hover{color:#1c1a17;background-color:#b4561f1a}@media(min-width:768px){.site-header__link{padding:4px 8px;font-size:.9375rem}}.site-footer{border-top:1px solid #e6dccb;background-color:#f4ede1}.site-footer__inner{width:100%;max-width:880px;margin:0 auto;padding:0 20px}@media(min-width:768px){.site-footer__inner{padding:0 32px}}.site-footer__inner{max-width:1100px;padding-top:20px;padding-bottom:20px;display:flex;flex-direction:column;gap:4px;font-size:.9375rem;color:#8c8278}@media(min-width:768px){.site-footer__inner{flex-direction:row;align-items:center;justify-content:space-between}}.site-footer__name{font-weight:500;color:#6b625a}.app{min-height:100vh;display:flex;flex-direction:column}.app__main{flex:1}.hero-section{padding:56px 0}@media(min-width:768px){.hero-section{padding:96px 0}}.hero-section{padding-top:56px}.hero-section__inner{width:100%;max-width:880px;margin:0 auto;padding:0 20px}@media(min-width:768px){.hero-section__inner{padding:0 32px}}.hero-section__inner{max-width:1100px;display:flex;flex-direction:column-reverse;align-items:flex-start;gap:32px}@media(min-width:768px){.hero-section__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:56px}}.hero-section__content{flex:1}.hero-section__eyebrow{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;margin-bottom:12px}.hero-section__headline{font-size:clamp(1.875rem,5vw,2.75rem);font-weight:600;max-width:14ch}.hero-section__summary{margin-top:20px;max-width:48ch;font-size:1.125rem;color:#6b625a}.hero-section__actions{margin-top:32px;display:flex;flex-wrap:wrap;gap:12px}.hero-section__btn{padding:12px 20px;border-radius:12px;font-size:.9375rem;font-weight:600;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.hero-section__btn:active{transform:translateY(1px)}.hero-section__btn--primary{border:1px solid #b4561f;background-color:#b4561f;color:#fff}.hero-section__btn--primary:hover{background-color:#9a4717;border-color:#9a4717}.hero-section__btn--ghost{border:1px solid #d8cab2;background-color:transparent;color:#1c1a17}.hero-section__btn--ghost:hover{border-color:#b4561f;color:#b4561f}.hero-section__location{margin-top:32px;font-size:.9375rem;color:#8c8278}.hero-section__photo{flex-shrink:0;width:180px;height:180px;border-radius:20px;overflow:hidden;background-color:#f4ede1;border:1px solid #e6dccb;box-shadow:0 1px 2px #1c1a170a,0 8px 24px #1c1a170f}@media(min-width:768px){.hero-section__photo{width:300px;height:300px}}.hero-section__photo img{width:100%;height:100%;object-fit:cover;display:block}.hero-section__photo-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Fraunces,Georgia,serif;font-size:4rem;font-weight:600;color:#b4561f;background-color:#b4561f1a}.about-section{padding:56px 0}@media(min-width:768px){.about-section{padding:96px 0}}.about-section{background-color:#f4ede1;border-top:1px solid #e6dccb;border-bottom:1px solid #e6dccb}.about-section__inner{width:100%;max-width:880px;margin:0 auto;padding:0 20px}@media(min-width:768px){.about-section__inner{padding:0 32px}}.about-section__eyebrow{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;margin-bottom:12px}.about-section__title{font-size:2.25rem;max-width:18ch;margin-bottom:32px}.about-section__body{max-width:60ch;display:flex;flex-direction:column;gap:20px}.about-section__paragraph{font-size:1.125rem;color:#6b625a}.about-section__paragraph:first-child{color:#1c1a17}.ai-section{padding:56px 0}@media(min-width:768px){.ai-section{padding:96px 0}}.ai-section{background-color:#1c1a17;color:#faf6f0}.ai-section__inner{width:100%;max-width:880px;margin:0 auto;padding:0 20px}@media(min-width:768px){.ai-section__inner{padding:0 32px}}.ai-section__eyebrow{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;color:#e7935f;margin-bottom:12px}.ai-section__title{color:#faf6f0;font-size:2.25rem;max-width:20ch;margin-bottom:20px}.ai-section__lead{max-width:62ch;font-size:1.125rem;color:#faf6f0c7;margin-bottom:56px}.ai-section__pillars{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:768px){.ai-section__pillars{grid-template-columns:repeat(2,1fr);gap:32px}}.ai-section__pillar{padding:20px;border:1px solid rgba(250,246,240,.14);border-radius:12px;background-color:#faf6f00a}.ai-section__pillar-name{color:#faf6f0;font-size:1.375rem;margin-bottom:8px}.ai-section__pillar-desc{font-size:.9375rem;color:#faf6f0b3}.experience-card{padding:32px 0;border-top:1px solid #e6dccb;max-width:68ch}.experience-card__head{margin-bottom:20px}.experience-card__role{font-size:1.375rem}.experience-card__company{display:block;margin-top:4px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:600;color:#b4561f}.experience-card__meta{margin-top:8px;font-size:.8125rem;color:#8c8278}.experience-card__context{font-size:.9375rem;color:#8c8278;margin-bottom:12px}.experience-card__intro{font-size:1rem;color:#1c1a17;margin-bottom:20px}.experience-card__highlights{list-style:none;display:flex;flex-direction:column;gap:12px}.experience-card__highlight{position:relative;padding-left:20px;font-size:1rem;color:#1c1a17}.experience-card__highlight:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background-color:#b4561f}.experience-section{padding:56px 0}@media(min-width:768px){.experience-section{padding:96px 0}}.experience-section__inner{width:100%;max-width:880px;margin:0 auto;padding:0 20px}@media(min-width:768px){.experience-section__inner{padding:0 32px}}.experience-section__eyebrow{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;margin-bottom:12px}.experience-section__title{font-size:2.25rem;max-width:20ch;margin-bottom:32px}.experience-section__list{display:flex;flex-direction:column;border-bottom:1px solid #e6dccb}.skills-section{padding:56px 0}@media(min-width:768px){.skills-section{padding:96px 0}}.skills-section{background-color:#f4ede1;border-top:1px solid #e6dccb;border-bottom:1px solid #e6dccb}.skills-section__inner{width:100%;max-width:880px;margin:0 auto;padding:0 20px}@media(min-width:768px){.skills-section__inner{padding:0 32px}}.skills-section__eyebrow{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;margin-bottom:12px}.skills-section__title{font-size:2.25rem;margin-bottom:32px}.skills-section__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.skills-section__grid{grid-template-columns:repeat(2,1fr);gap:32px 56px}}.skills-section__group-name{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;color:#8c8278;margin-bottom:12px}.skills-section__tags{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.skills-section__tag{padding:4px 12px;border:1px solid #d8cab2;border-radius:6px;background-color:#fffdf9;font-size:.9375rem;color:#1c1a17}.teaching-section{padding:56px 0}@media(min-width:768px){.teaching-section{padding:96px 0}}.teaching-section__inner{width:100%;max-width:880px;margin:0 auto;padding:0 20px}@media(min-width:768px){.teaching-section__inner{padding:0 32px}}.teaching-section__eyebrow{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;margin-bottom:12px}.teaching-section__title{font-size:2.25rem;margin-bottom:12px}.teaching-section__lead{max-width:56ch;font-size:1.125rem;color:#6b625a;margin-bottom:32px}.teaching-section__grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:768px){.teaching-section__grid{grid-template-columns:repeat(2,1fr)}}.teaching-section__card{padding:20px;border:1px solid #e6dccb;border-radius:12px;background-color:#fffdf9;transition:border-color .18s ease,box-shadow .18s ease}.teaching-section__card:hover{border-color:#d8cab2;box-shadow:0 1px 2px #1c1a170a,0 8px 24px #1c1a170f}.teaching-section__card-title{font-size:1.125rem;margin-bottom:4px}.teaching-section__card-period{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;margin-bottom:8px}.teaching-section__card-desc{font-size:.9375rem;color:#6b625a}.education-section{padding:56px 0}@media(min-width:768px){.education-section{padding:96px 0}}.education-section{background-color:#f4ede1;border-top:1px solid #e6dccb;border-bottom:1px solid #e6dccb}.education-section__inner{width:100%;max-width:880px;margin:0 auto;padding:0 20px}@media(min-width:768px){.education-section__inner{padding:0 32px}}.education-section__eyebrow{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;margin-bottom:12px}.education-section__title{font-size:2.25rem;margin-bottom:32px}.education-section__list{list-style:none;display:flex;flex-direction:column;gap:20px;max-width:64ch}.education-section__item{padding:20px;border:1px solid #e6dccb;border-radius:12px;background-color:#fffdf9}.education-section__item-head{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}@media(min-width:768px){.education-section__item-head{flex-direction:row;align-items:baseline;justify-content:space-between;gap:20px}}.education-section__item-title{font-size:1.125rem}.education-section__item-link{display:inline-flex;align-items:baseline;gap:4px;transition:color .18s ease}.education-section__item-link:hover{color:#b4561f}.education-section__item-arrow{font-size:.9375rem;color:#8c8278}.education-section__item-period{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;color:#8c8278;flex-shrink:0}.education-section__item-inst{font-size:.9375rem;font-weight:600;color:#b4561f;margin-bottom:4px}.education-section__item-detail{font-size:.9375rem;color:#6b625a}.contact-section{padding:56px 0}@media(min-width:768px){.contact-section{padding:96px 0}}.contact-section__inner{width:100%;max-width:880px;margin:0 auto;padding:0 20px}@media(min-width:768px){.contact-section__inner{padding:0 32px}}.contact-section__eyebrow{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;margin-bottom:12px}.contact-section__title{font-size:2.25rem;margin-bottom:12px}.contact-section__lead{max-width:50ch;font-size:1.125rem;color:#6b625a;margin-bottom:32px}.contact-section__list{list-style:none;display:flex;flex-direction:column;gap:12px;max-width:520px}.contact-section__item{display:flex;flex-direction:column;gap:4px;padding:20px;border:1px solid #e6dccb;border-radius:12px;background-color:#fffdf9;transition:border-color .18s ease}@media(min-width:768px){.contact-section__item{flex-direction:row;align-items:baseline;gap:20px}}.contact-section__item:hover{border-color:#d8cab2}.contact-section__label{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b4561f;color:#8c8278}@media(min-width:768px){.contact-section__label{width:88px;flex-shrink:0}}.contact-section__value{font-size:1rem;font-weight:500;color:#1c1a17;transition:color .18s ease;word-break:break-word}.contact-section__value:hover{color:#b4561f}.landing-view{display:flex;flex-direction:column}*{box-sizing:border-box;margin:0;padding:0}:root{--font-base: 16px;--font-scale: 1}@media(min-width:1024px){:root{--font-base: 18px}}html{font-size:calc(var(--font-base) * var(--font-scale));scroll-behavior:smooth;scroll-padding-top:88px}html,body{height:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.65;color:#1c1a17;background-color:#faf6f0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:Fraunces,Georgia,serif;font-weight:600;line-height:1.12;letter-spacing:-.01em;color:#1c1a17}p{text-wrap:pretty}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid #b4561f;outline-offset:2px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
