@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;color:#111;font-family:Inter,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;border-left:3px solid #0070f3}a{text-decoration:none;color:inherit}button{font-family:Inter,sans-serif}:root{--white:#fff;--text:#111;--muted:#555;--dim:#777;--dimmer:#6b7280;--faint:#f0f0f0;--bg:#fff;--bg2:#fafafa;--bg3:#f5f5f5;--line:#e5e5e5;--blue:#0070f3;--red:#f44;--hero-bg:#0b1120;--hero-line:#1e2840}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(11,17,32,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid #111;padding:0 2.5rem;height:56px;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:.9rem;font-weight:600;color:#fff;cursor:pointer;letter-spacing:-.01em}.nav-links{display:flex;list-style:none;height:100%}.nav-links li{height:100%;display:flex;align-items:center;border-bottom:2px solid transparent;transition:border-color .15s}.nav-links li.active{border-bottom-color:#fff}.nav-links li span{font-size:.68rem;color:#555;cursor:pointer;padding:0 .85rem;transition:color .15s;display:block}.nav-links li span:hover{color:#ededed}.nav-links li.active span{color:#fff}.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem;width:36px;height:36px}.burger-line{display:block;width:20px;height:1.5px;background:#ededed;border-radius:2px;transition:all .25s ease;transform-origin:center}.burger-line.open:first-child{transform:translateY(6.5px) rotate(45deg)}.burger-line.open:nth-child(2){opacity:0;transform:scaleX(0)}.burger-line.open:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-drawer{position:fixed;left:0;right:0;top:56px;z-index:99;background:rgba(11,17,32,.98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #1e2840;display:flex;flex-direction:column;padding:.5rem 0 1rem;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.drawer-item{padding:.9rem 1.5rem;text-align:left;background:none;color:#777;font-size:.82rem;cursor:pointer;font-family:Inter,sans-serif;transition:all .15s;border:none;border-left:2px solid transparent}.drawer-item:hover{color:#ededed;background:hsla(0,0%,100%,.04)}.drawer-item.active{color:#fff;border-left-color:#0070f3;background:rgba(0,112,243,.06)}.divider{border:none;border-top:2px solid #111}.section-inner{padding:2.5rem;max-width:1080px;margin:0 auto}.section-tag{font-size:.62rem;color:#aaa;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem}.section-tag:before{content:"";width:.8rem;height:1px;background:#e5e5e5}.section-h{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300;color:#111;line-height:1.1}.btn-dark,.btn-white{padding:.55rem 1.2rem;background:#111;color:#fff;font-size:.72rem;font-weight:500;border:none;cursor:pointer;border-radius:2px;transition:opacity .15s;font-family:Inter,sans-serif;text-decoration:none;display:inline-block}.btn-dark:hover,.btn-white:hover{opacity:.82}.btn-border,.btn-outline{padding:.55rem 1.2rem;background:transparent;color:#555;font-size:.72rem;border:1px solid #ddd;cursor:pointer;border-radius:2px;transition:all .15s;font-family:Inter,sans-serif;text-decoration:none;display:inline-block}.btn-border:hover,.btn-outline:hover{border-color:#aaa;color:#111}.btn-gold{padding:.55rem 1.2rem;background:#0070f3;color:#fff;font-size:.72rem;font-weight:500;border:none;cursor:pointer;border-radius:2px;font-family:Inter,sans-serif;text-decoration:none;display:inline-block}.hero-section{position:relative;overflow:hidden;background:#0b1120;border-bottom:2px solid #111}.hero-grid{inset:0;background-image:linear-gradient(rgba(0,112,243,.04) 1px,transparent 0),linear-gradient(90deg,rgba(0,112,243,.04) 1px,transparent 0);background-size:40px 40px}.hero-glow,.hero-grid{position:absolute;pointer-events:none}.hero-glow{width:600px;height:600px;border-radius:50%;background:radial-gradient(ellipse,rgba(0,112,243,.13) 0,transparent 70%);top:-30%;left:-10%}.hero-photo-bg{position:absolute;top:0;right:0;bottom:0;width:46%;z-index:1}.hero-photo-bg img{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}.hero-photo-fade{position:absolute;inset:0;background:linear-gradient(90deg,#0b1120 0,#0b1120 18%,rgba(11,17,32,.88) 42%,rgba(11,17,32,.25) 68%,transparent)}.hero-inner{position:relative;z-index:3;max-width:1080px;margin:0 auto;padding:3.2rem 2.5rem 3rem;display:grid;grid-template-columns:1fr;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.65rem;color:#60a5fa;border:1px solid rgba(0,112,243,.25);background:rgba(0,112,243,.08);padding:.22rem .65rem;border-radius:20px;margin-bottom:.9rem;width:-moz-fit-content;width:fit-content}.hero-badge-dot{width:5px;height:5px;border-radius:50%;background:#0070f3;animation:pulse-dot 2s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.hero-name{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5.5vw,5rem);font-weight:300;line-height:1;letter-spacing:-.02em;color:#fff;white-space:nowrap;margin-bottom:.6rem}.hero-name em{font-style:italic;color:#0070f3}.hero-sub{font-size:.92rem;color:#999;max-width:620px;margin-bottom:0;line-height:1.85}.hero-btns,.hero-role{display:none}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;margin-top:1.8rem;padding-top:1.6rem;border-top:1px solid hsla(0,0%,100%,.08);max-width:760px}.hero-stat{padding:.4rem 1rem 0 0;border-right:1px solid hsla(0,0%,100%,.06);position:relative}.hero-stat:last-child{border-right:none}.stat-n{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:#fff;line-height:1;letter-spacing:-.03em;display:flex;align-items:baseline;gap:1px;animation:fadeUp .5s ease forwards;opacity:0}.hero-stat:first-child .stat-n{animation-delay:.4s}.hero-stat:nth-child(2) .stat-n{animation-delay:.55s}.hero-stat:nth-child(3) .stat-n{animation-delay:.7s}.hero-stat:nth-child(4) .stat-n{animation-delay:.85s}.stat-plus{font-size:1.2rem;font-weight:600;color:#0070f3}.stat-l{font-size:.56rem;color:#888;margin-top:.3rem;letter-spacing:.04em;text-transform:uppercase;font-family:Inter,sans-serif;line-height:1.4}.stat-bar{position:absolute;bottom:0;left:0;height:2px;background:#0070f3;border-radius:1px;width:0}.hero-stat:first-child .stat-bar{animation:grow-bar .7s ease .4s forwards;--w:70%}.hero-stat:nth-child(2) .stat-bar{animation:grow-bar .7s ease .55s forwards;--w:90%}.hero-stat:nth-child(3) .stat-bar{animation:grow-bar .7s ease .7s forwards;--w:40%}.hero-stat:nth-child(4) .stat-bar{animation:grow-bar .7s ease .85s forwards;--w:30%}@keyframes grow-bar{to{width:var(--w,70%)}}.photo-col{display:none}.photo-circle{width:52px;height:52px;border-radius:50%;overflow:hidden;border:2px solid #0070f3;background:#111828}.photo-circle img{width:100%;height:100%;object-fit:cover;object-position:center 8%;display:block}.dot-green,.particle,.photo-status{display:flex;align-items:center;gap:.35rem;font-size:.6rem;color:#555}.dot-green{width:5px;height:5px;border-radius:50%;background:#0070f3;flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite;display:inline-block}.exp-grid{display:flex;flex-direction:column;margin-top:2rem}.exp-card{display:grid;grid-template-columns:60px 1fr auto;align-items:start;grid-gap:2rem;gap:2rem;padding:1.6rem 0;border-bottom:1px solid #e5e5e5;background:transparent;transition:background .15s,padding-left .15s}.exp-card:first-child{border-top:2px solid #111}.exp-card:last-child{border-bottom:2px solid #111}.exp-card:hover{background:#fafafa;padding-left:.5rem;padding-right:.5rem}.exp-num{font-size:.72rem;color:#0070f3;font-weight:600;padding-top:.2rem}.exp-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;color:#111;margin-bottom:.4rem}.exp-desc{font-size:.78rem;color:#555;line-height:1.8}.tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.8rem}.tag{font-size:.6rem;padding:.18rem .45rem;border-radius:20px;font-weight:500}.tag-blue{background:#eff6ff;color:#1d4ed8}.tag-amber{background:#fffbeb;color:#b45309}.tag-green{background:#f0fdf4;color:#166534}.status-row{display:flex;align-items:center;gap:.4rem;font-size:.68rem;color:#aaa;margin-top:.8rem}.dot-b{width:5px;height:5px;border-radius:50%;background:#0070f3;flex-shrink:0}.about-intro{font-size:.88rem;color:#555;max-width:520px;line-height:1.9;margin:1rem 0 2.5rem}.branch{border-bottom:1px solid #e5e5e5}.branch-hdr{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;cursor:pointer}.branch-hdr:hover .branch-title{color:#0070f3}.branch-left{display:flex;align-items:center;gap:1rem}.branch-idx{font-size:.72rem;color:#0070f3;font-weight:600;min-width:22px}.branch-title{font-size:.92rem;font-weight:500;color:#777;transition:color .15s}.branch-tag{font-size:.6rem;padding:.18rem .5rem;border:1px solid #e5e5e5;color:#aaa;border-radius:20px;margin-left:.4rem}.branch-right{display:flex;align-items:center;gap:1rem}.branch-cnt{font-size:.65rem;color:#aaa}.branch-arr{width:18px;height:18px;display:flex;align-items:center;justify-content:center;transition:transform .3s}.branch-arr svg{width:11px;height:11px;stroke:#aaa;fill:none;stroke-width:1.5}.branch.open .branch-arr{transform:rotate(180deg)}.branch.open .branch-title{color:#0070f3}.leaves{overflow:hidden;transition:max-height .4s ease,opacity .3s;opacity:0}.branch.open .leaves{opacity:1}.leaves-inner{padding:0 0 1.2rem 2rem}.leaf{padding:.75rem 0;border-bottom:1px solid #f5f5f5;cursor:pointer}.leaf:last-child{border-bottom:none}.leaf-title{font-size:.85rem;font-weight:500;color:#777;margin-bottom:.12rem;transition:color .15s}.leaf:hover .leaf-title{color:#0070f3}.leaf-sub{font-size:.72rem;color:#aaa;line-height:1.5}.leaf-badge{display:inline-block;font-size:.56rem;padding:.12rem .38rem;border-radius:20px;margin-left:.35rem;vertical-align:middle}.badge-b{background:#eff6ff;color:#1d4ed8}.badge-g{background:#f0fdf4;color:#166634}.badge-a{background:#fffbeb;color:#b45309}.fp-wrap{margin-top:1rem}.fp-h{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:300;color:#111;margin-bottom:1.5rem}.fp-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem}.fp-card{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s,box-shadow .15s;background:#fff}.fp-card:hover{border-color:#0070f3;box-shadow:0 6px 20px rgba(0,112,243,.08)}.fp-thumb{height:90px;background:linear-gradient(135deg,#0b1120,#111828);display:flex;align-items:center;justify-content:center;position:relative}.fp-thumb:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,112,243,.1) 1px,transparent 0),linear-gradient(90deg,rgba(0,112,243,.1) 1px,transparent 0);background-size:18px 18px}.fp-thumb-icon{font-size:1.8rem;position:relative;z-index:2}.fp-body{padding:1.2rem;display:flex;flex-direction:column;flex:1 1}.fp-title{font-size:.9rem;font-weight:500;color:#111;margin-bottom:.4rem}.fp-desc{font-size:.7rem;color:#555;line-height:1.65;margin-bottom:.7rem;flex:1 1}.fp-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.9rem}.fp-tag{font-size:.56rem;padding:.14rem .4rem;background:#fafafa;color:#777;border-radius:20px;border:1px solid #e5e5e5}.fp-foot{display:flex;gap:.5rem;margin-bottom:.7rem}.fp-btn{flex:1 1;text-align:center;font-size:.65rem;padding:.45rem;border-radius:4px;font-weight:500;transition:opacity .15s}.fp-gh{background:#fafafa;color:#555;border:1px solid #e5e5e5}.fp-gh:hover{opacity:.7}.fp-live{background:#0070f3;color:#fff}.fp-live:hover{opacity:.85}.fp-blog-link{font-size:.68rem;color:#0070f3;text-align:center;padding-top:.7rem;border-top:1px solid #e5e5e5;transition:opacity .15s;display:block}.fp-blog-link:hover{opacity:.7}.blog-post{max-width:720px;margin:0 auto;padding:6rem 2rem 4rem}.blog-back{font-size:.72rem;color:#aaa;margin-bottom:2rem;display:inline-block}.blog-back:hover{color:#0070f3}.blog-eyebrow{font-size:.62rem;color:#0070f3;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem}.blog-title{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:300;color:#111;line-height:1.15;margin-bottom:1rem}.blog-meta{font-size:.7rem;color:#aaa;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.blog-body{font-size:.92rem;color:#555;line-height:1.9}.blog-body h2{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;color:#111;margin:2rem 0 1rem}.blog-body p{margin-bottom:1.2rem}.blog-body code{background:#fafafa;padding:.15rem .4rem;border-radius:3px;font-size:.85rem}.blog-body ul{margin:1rem 0 1.2rem 1.2rem}.blog-body li{margin-bottom:.5rem}.blog-cta{margin-top:3rem;padding:1.5rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;display:flex;gap:.8rem;flex-wrap:wrap}.proj-row{display:grid;grid-template-columns:85px 1fr 22px;grid-gap:2rem;gap:2rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid #e5e5e5;cursor:pointer;transition:padding-left .15s}.proj-row:first-child{border-top:2px solid #111}.proj-row:last-child{border-bottom:2px solid #111}.proj-row:hover{padding-left:.5rem}.proj-row:hover .proj-title{color:#0070f3}.proj-year{font-size:.65rem;color:#aaa;padding-top:.35rem}.proj-title{font-size:.9rem;font-weight:500;color:#777;margin-bottom:.22rem;transition:color .15s}.proj-desc{font-size:.78rem;color:#888;line-height:1.7}.proj-type{font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:#bbb;margin-top:.35rem}.proj-arr{font-size:.9rem;color:#ccc;padding-top:.35rem;transition:color .15s}.proj-row:hover .proj-arr{color:#0070f3}.tutor-bio{font-size:.85rem;color:#555;line-height:1.9;max-width:720px;margin:1.5rem 0 2rem;border-left:3px solid #0070f3;padding-left:1.5rem}.tutor-bio-lead{font-size:.95rem;color:#111;font-weight:500;line-height:1.75;margin-bottom:1rem}.tutor-bio p{margin-bottom:.9rem}.tutor-bio p:last-child{margin-bottom:0}.tutor-bio strong{color:#111;font-weight:600}.tutor-topics-label{font-size:.62rem;color:#aaa;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.tutor-topics-label:before{content:"";width:1rem;height:1px;background:#e5e5e5}.tutor-topics{display:flex;flex-wrap:wrap;gap:.4rem}.tutor-topic{font-size:.65rem;padding:.28rem .65rem;border:1px solid #e5e5e5;color:#777;border-radius:20px;transition:all .15s;background:#fafafa;cursor:default}.tutor-topic:hover{border-color:#0070f3;color:#0070f3;background:#eff6ff}.tutor-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;border-top:2px solid #111}.tutor-card{background:transparent;border:none;border-right:1px solid #e5e5e5;display:flex;flex-direction:column}.tutor-card:last-child{border-right:none}.tutor-top{padding:1.8rem 1.5rem 1rem;flex:1 1}.t-badge{display:inline-block;font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;border-radius:20px;margin-bottom:.8rem;font-weight:500}.tb1{background:#eff6ff;color:#1d4ed8}.tb2{background:#f5f3ff;color:#5b21b6}.tb3{background:#fffbeb;color:#b45309}.tutor-num{font-size:.7rem;color:#aaa;margin-bottom:.4rem;font-weight:500}.tutor-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;color:#111;margin-bottom:.4rem}.tutor-desc{font-size:.76rem;color:#555;line-height:1.8;margin-bottom:.8rem}.tutor-feats{list-style:none;margin-bottom:.8rem}.tutor-feats li{font-size:.72rem;color:#555;padding:.2rem 0;display:flex;gap:.4rem}.tutor-feats li:before{content:"·";color:#0070f3;font-size:.9rem;line-height:1.2;flex-shrink:0}.tutor-contact-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start;border-top:2px solid #111;padding-top:2.5rem;margin-top:2.5rem}.tutor-contact-eyebrow{font-size:.62rem;color:#0070f3;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.tutor-contact-eyebrow:before{content:"";width:1rem;height:1px;background:#0070f3}.tutor-contact-h{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:#111;line-height:1.1;margin-bottom:.8rem}.tutor-contact-sub{font-size:.82rem;color:#555;line-height:1.85;margin-bottom:1.8rem}.tutor-contact-details{display:flex;flex-direction:column;gap:.5rem}.tutor-email{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:#0070f3;transition:opacity .15s}.tutor-email:hover{opacity:.7}.tutor-contact-note{font-size:.72rem;color:#aaa;line-height:1.7}.tutor-form{display:flex;flex-direction:column;gap:1rem}.tutor-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.tutor-form-submit{padding:.75rem 1.5rem;font-size:.72rem;font-weight:500;cursor:pointer;border-radius:2px;width:100%}.tutor-form-success{text-align:center;padding:2.5rem 1.5rem;border:1px solid #e5e5e5;background:#fafafa;border-radius:4px}.tutor-form-success-icon{font-size:2rem;color:#0070f3;margin-bottom:.8rem}.tutor-form-success-t{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;color:#111;margin-bottom:.4rem}.tutor-form-success-s{font-size:.78rem;color:#555;line-height:1.7}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-label{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:#aaa}.form-input,.form-textarea{padding:.7rem .9rem;border:1px solid #e5e5e5;background:#fafafa;color:#111;font-size:.82rem;font-family:Inter,sans-serif;border-radius:2px;outline:none;transition:border-color .15s}.form-input:focus,.form-textarea:focus{border-color:#0070f3}.form-textarea{resize:vertical;line-height:1.65}.form-submit{padding:.75rem 1.5rem;font-size:.72rem;font-weight:500;cursor:pointer;border-radius:2px}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-note{font-size:.65rem;color:#aaa}.form-error{font-size:.72rem;color:#e53e3e;padding:.5rem .8rem;background:rgba(229,62,62,.06);border-radius:2px;border:1px solid rgba(229,62,62,.15)}.form-success{text-align:center;padding:2.5rem 1.5rem;border:1px solid #e5e5e5;background:#fafafa;border-radius:4px}.form-success-icon{font-size:2rem;color:#0070f3;margin-bottom:.8rem}.form-success-t{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;color:#111;margin-bottom:.4rem}.form-success-s{font-size:.78rem;color:#555}.clients-trust{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;margin:2rem 0;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden}.trust-item{padding:1.2rem 1.5rem;border-right:1px solid #e5e5e5;background:#fafafa;transition:background .15s}.trust-item:last-child{border-right:none}.trust-item:hover{background:#f0f0f0}.trust-n{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:400;color:#111;line-height:1}.trust-l{font-size:.62rem;color:#aaa;margin-top:.3rem;letter-spacing:.04em}.clients-intro{font-size:.85rem;color:#555;max-width:600px;line-height:1.85;margin-bottom:2.5rem}.clients-label{font-size:.62rem;color:#aaa;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.clients-label:before{content:"";width:1rem;height:1px;background:#e5e5e5}.clients-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:#e5e5e5;margin-bottom:3.5rem}.client-item{background:#fff;padding:1rem 1.2rem;transition:background .15s}.client-item:hover{background:#fafafa}.client-name{font-size:.8rem;color:#555;font-weight:500;margin-bottom:.2rem}.client-type{font-size:.6rem;color:#aaa;letter-spacing:.06em;text-transform:uppercase}.clients-form-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.clients-contact-eyebrow{font-size:.62rem;color:#0070f3;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.clients-contact-eyebrow:before{content:"";width:1rem;height:1px;background:#0070f3}.clients-form-h{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:300;color:#111;margin-bottom:.8rem;line-height:1.1}.clients-form-sub{font-size:.82rem;color:#555;line-height:1.85;margin-bottom:1.5rem}.clients-links{display:flex;flex-direction:column;gap:.5rem}.client-link{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:#0070f3;transition:opacity .15s}.client-link:hover{opacity:.7}.client-link-muted{font-size:.78rem;color:#aaa;transition:color .15s}.client-link-muted:hover{color:#111}.clients-form{display:flex;flex-direction:column;gap:1rem}.featured-contact{background:#0b1120;border-radius:8px;padding:3rem;margin-top:3rem;border:none;gap:3rem}.featured-contact .tutor-contact-eyebrow{color:#60a5fa}.featured-contact .tutor-contact-eyebrow:before{background:#60a5fa}.featured-contact .tutor-contact-h{color:#fff}.featured-contact .tutor-contact-sub{color:#888}.featured-contact .tutor-contact-note{color:#555}.featured-contact .tutor-email{color:#60a5fa}.featured-contact .form-label{color:#555}.featured-contact .form-input,.featured-contact .form-textarea{background:#111828;border-color:#1e2840;color:#ededed}.featured-contact .form-input:focus,.featured-contact .form-textarea:focus{border-color:#0070f3}.featured-contact .form-input::placeholder,.featured-contact .form-textarea::placeholder{color:#444}.featured-contact .btn-dark{background:#0070f3}.featured-contact .btn-dark:hover{background:#0058cc}.featured-contact .form-note{color:#444}.featured-contact .tutor-form-success{background:#111828;border-color:#1e2840}.featured-contact .tutor-form-success-t{color:#fff}.featured-contact .tutor-form-success-s{color:#888}.contact-cta-banner{background:#0b1120;border-radius:8px 8px 0 0;padding:2.5rem 3rem 2rem;border-bottom:1px solid #1e2840}.contact-cta-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.65rem;color:#60a5fa;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.6rem}.contact-cta-tag:before{content:"";width:1rem;height:1px;background:#0070f3;display:inline-block}.contact-cta-h{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:#fff;line-height:1.1;margin-bottom:.5rem}.contact-cta-sub{font-size:.78rem;color:#555;line-height:1.7}.contact-cta-banner+.clients-form-wrap{background:#070d1a;border-radius:0 0 8px 8px;padding:2.5rem 3rem;border-top:none;gap:3rem}.contact-cta-banner+.clients-form-wrap .clients-contact-eyebrow{color:#60a5fa}.contact-cta-banner+.clients-form-wrap .clients-contact-eyebrow:before{background:#60a5fa}.contact-cta-banner+.clients-form-wrap .clients-form-h{color:#fff}.contact-cta-banner+.clients-form-wrap .clients-form-sub{color:#888}.contact-cta-banner+.clients-form-wrap .client-link{color:#60a5fa}.contact-cta-banner+.clients-form-wrap .client-link-muted{color:#444}.contact-cta-banner+.clients-form-wrap .form-label{color:#555}.contact-cta-banner+.clients-form-wrap .form-input,.contact-cta-banner+.clients-form-wrap .form-textarea{background:#111828;border-color:#1e2840;color:#ededed}.contact-cta-banner+.clients-form-wrap .form-input:focus,.contact-cta-banner+.clients-form-wrap .form-textarea:focus{border-color:#0070f3}.contact-cta-banner+.clients-form-wrap .form-input::placeholder,.contact-cta-banner+.clients-form-wrap .form-textarea::placeholder{color:#444}.contact-cta-banner+.clients-form-wrap .btn-dark{background:#0070f3}.contact-cta-banner+.clients-form-wrap .form-note{color:#444}.contact-cta-banner+.clients-form-wrap .form-success{background:#111828;border-color:#1e2840}.contact-cta-banner+.clients-form-wrap .form-success-t{color:#fff}.contact-cta-banner+.clients-form-wrap .form-success-s{color:#888}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;margin-top:2.5rem;align-items:start}.contact-sub{font-size:.88rem;color:#555;line-height:1.9;margin-bottom:2.2rem}.contact-email{font-family:Cormorant Garamond,serif;font-size:1.3rem;color:#0070f3;display:block;margin-bottom:2rem;transition:opacity .15s}.contact-email:hover{opacity:.7}.soc-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e5e5e5;transition:padding-left .15s;cursor:pointer}.soc-row:hover{padding-left:.4rem}.soc-platform{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:#777}.soc-handle{font-size:.75rem;color:#aaa;transition:color .15s}.soc-row:hover .soc-handle{color:#111}.footer{padding:1.6rem 2.5rem;border-top:2px solid #111;display:flex;justify-content:space-between;align-items:center}.footer-t{font-size:.65rem;color:#aaa}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.f1{animation:fadeUp .6s ease forwards}.f2{animation:fadeUp .6s ease .08s forwards}.f2,.f3{opacity:0}.f3{animation:fadeUp .6s ease .16s forwards}.f4{animation:fadeUp .6s ease .24s forwards;opacity:0}@media (max-width:768px){.nav{padding:0 1.2rem}.nav-links{display:none}.nav-burger{display:flex}.hero-photo-bg{display:none}.hero-inner{padding:1.8rem 1.2rem 1.5rem}.hero-name{font-size:clamp(2rem,8vw,3rem);white-space:normal}.hero-sub{font-size:.78rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1px;background:hsla(0,0%,100%,.08);max-width:100%}.hero-stat{padding:.8rem;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.06)}.hero-stat:nth-child(3),.hero-stat:nth-child(4){border-bottom:none}.photo-col{display:flex;flex-direction:row;align-items:center;gap:.6rem;margin-bottom:1rem}.photo-circle{display:block;width:52px;height:52px}.section-inner{padding:2rem 1.2rem}.exp-grid{flex-direction:column}.exp-card{grid-template-columns:40px 1fr}.exp-card>:last-child{grid-column:2}.fp-grid,.tutor-contact-wrap,.tutor-grid{grid-template-columns:1fr}.tutor-contact-wrap{gap:2rem}.tutor-form-row{grid-template-columns:1fr}.featured-contact{padding:1.8rem 1.2rem}.contact-cta-banner{padding:1.8rem 1.2rem 1.5rem}.contact-cta-banner+.clients-form-wrap{padding:1.8rem 1.2rem}.clients-grid,.clients-trust{grid-template-columns:repeat(2,1fr)}.clients-form-wrap{gap:2rem}.clients-form-wrap,.contact-grid,.form-row{grid-template-columns:1fr}.contact-grid{gap:2rem}.footer{padding:1.2rem;flex-direction:column;gap:.5rem;text-align:center}.proj-row{grid-template-columns:50px 1fr 16px;gap:.8rem}.blog-post{padding:5rem 1.2rem 3rem}.blog-title{font-size:1.8rem}}.cv-h3{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;color:var(--text);margin:2.5rem 0 1.2rem;padding-top:1.5rem;border-top:2px solid #111}.cv-exp-list{display:flex;flex-direction:column;gap:1.5rem}.cv-exp-row{padding-bottom:1.2rem;border-bottom:1px solid var(--line)}.cv-exp-row:last-child{border-bottom:none}.cv-exp-head{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem}.cv-exp-co{font-size:.9rem;font-weight:600;color:var(--text)}.cv-exp-role{font-size:.9rem;color:var(--muted)}.cv-current-badge{font-size:.58rem;padding:.15rem .5rem;background:#eff6ff;color:#1d4ed8;border-radius:20px;font-weight:500;white-space:nowrap}.cv-exp-meta{font-size:.72rem;color:var(--dimmer);font-style:italic;margin:.25rem 0 .6rem}.cv-bullets{list-style:none}.cv-bullets li{font-size:.78rem;color:var(--muted);line-height:1.7;padding:.15rem 0 .15rem 1rem;position:relative}.cv-bullets li:before{content:"–";position:absolute;left:0;color:var(--blue)}.cv-table{display:flex;flex-direction:column}.cv-table-row{display:grid;grid-template-columns:1fr 1.5fr auto;grid-gap:1rem;gap:1rem;padding:.7rem 0;border-bottom:1px solid var(--line);align-items:baseline}.cv-table-row:last-child{border-bottom:none}.cv-table-l{font-size:.82rem;color:var(--text);font-weight:500}.cv-table-m{font-size:.78rem;color:var(--muted)}.cv-table-r{font-size:.72rem;color:var(--dimmer);text-align:right;white-space:nowrap}.cv-skills p{font-size:.8rem;color:var(--muted);line-height:1.85;margin-bottom:.5rem}.cv-skills strong{color:var(--text);font-weight:600}.cv-research-group{margin-bottom:1.5rem}.cv-research-label{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--dimmer);margin-bottom:.6rem;font-weight:500}@media (max-width:768px){.cv-table-row{grid-template-columns:1fr;gap:.2rem}.cv-table-r{text-align:left}.cv-exp-head{flex-direction:column;align-items:flex-start}}.blog-index-list{display:flex;flex-direction:column;margin-top:1rem}.blog-index-row{display:block;padding:1.8rem 0;border-bottom:1px solid var(--line);transition:padding-left .15s}.blog-index-row:first-child{border-top:2px solid #111}.blog-index-row:last-child{border-bottom:2px solid #111}.blog-index-row:hover{padding-left:.5rem}.blog-index-row:hover .blog-index-title{color:var(--blue)}.blog-index-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem}.blog-index-meta{font-size:.65rem;color:var(--dimmer)}.blog-index-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;color:var(--text);line-height:1.3;margin-bottom:.5rem;transition:color .15s}.blog-index-excerpt{font-size:.8rem;color:var(--muted);line-height:1.75;margin-bottom:.7rem;max-width:640px}.blog-index-link{font-size:.72rem;color:var(--blue)}.hero-centered{text-align:center}.hero-glow-center{top:-25%;left:50%;transform:translateX(-50%);right:auto}.hero-inner-centered{display:flex;flex-direction:column;align-items:center;max-width:640px;padding:3.2rem 2rem 3rem}.hero-photo-circle-wrap{margin-bottom:1.2rem}.hero-photo-circle{width:100px;height:100px;border-radius:50%;overflow:hidden;border:2px solid #0070f3;box-shadow:0 0 24px rgba(0,112,243,.35),0 0 60px rgba(0,112,243,.12);background:#111828}.hero-photo-circle img{width:100%;height:100%;object-fit:cover;object-position:center 15%;display:block}.hero-stats-centered{justify-self:center;width:100%;max-width:480px}@media (max-width:768px){.hero-inner-centered{padding:1.8rem 1.2rem 1.5rem}.hero-photo-circle{width:76px;height:76px}.hero-stats-centered{max-width:100%}}.hero-inner-avatar{display:block;padding:5.5rem 2.5rem 5rem;max-width:880px}.hero-name-row{display:flex;align-items:center;gap:1.8rem;margin-bottom:1.2rem}.hero-avatar{width:300px;height:300px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #0070f3;box-shadow:0 0 28px rgba(0,112,243,.4),0 0 65px rgba(0,112,243,.14);background:#111828}.hero-avatar img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}@media (max-width:768px){.hero-inner-avatar{padding:2.2rem 1.2rem 2rem}.hero-avatar{width:100px;height:100px}.hero-name-row{gap:.9rem}}.hero-inner-a{display:block;padding:3rem 3.5rem 2.5rem;max-width:1080px}.hero-a-top{display:grid;grid-template-columns:auto 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center;margin-bottom:2rem}.hero-a-text .hero-name{white-space:normal;margin-bottom:.6rem;font-size:clamp(2.5rem,4.5vw,4rem)}.hero-a-text .hero-sub{max-width:520px;margin:0;font-size:.9rem}.hero-stats-a{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:0;gap:0;max-width:100%}.stat-emoji{font-size:1rem;margin-right:.3rem}@media (max-width:768px){.hero-inner-a{padding:2rem 1.2rem}.hero-a-top{grid-template-columns:1fr;gap:1.2rem}.hero-avatar{width:100px;height:100px}.hero-stats-a{grid-template-columns:repeat(3,1fr);gap:1px;background:hsla(0,0%,100%,.06)}.hero-stat{padding:.8rem;border-right:none!important;border-bottom:1px solid hsla(0,0%,100%,.06)}}.blog-nav-back,.blog-nav-link{text-decoration:none}.blog-nav-back{font-size:.68rem;color:#555;transition:color .15s}.blog-nav-back:hover{color:#ededed}