@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&family=Playfair+Display:wght@500;600;700&display=swap";:root{color-scheme:light;--bg: #f7f4f0;--bg-deep: #efeae4;--ink: #141414;--muted: #5a5754;--line: rgba(20, 20, 20, .12);--accent: #b08a55;--accent-dark: #8e6c3f;--card: #fbfaf8;--shadow: 0 20px 60px rgba(12, 12, 12, .08);--radius: 28px;--header-height-desktop: 85px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{width:100%;max-width:100%}body{margin:0;font-family:Manrope,sans-serif;background:radial-gradient(circle at top,#ffffff 0%,var(--bg) 48%,var(--bg-deep) 100%);color:var(--ink);min-height:100vh;overflow-x:clip}a{color:inherit;text-decoration:none}a:hover,a:focus{color:var(--accent-dark)}.page{position:relative;width:100%;max-width:100%}.page.intro-active{height:100vh;overflow:hidden}.site-shell{position:relative;z-index:1;width:100%;max-width:100%}.page:before{content:"";position:absolute;inset:0;background:radial-gradient(800px 400px at 10% 10%,rgba(176,138,85,.12),transparent 60%),radial-gradient(600px 300px at 90% 15%,rgba(20,20,20,.08),transparent 70%);pointer-events:none;z-index:0}.intro-screen{position:fixed;inset:0;background:radial-gradient(circle at top,#fff,#f2ede6,#e9e1d8);display:grid;place-items:center;z-index:10;transition:opacity .65s ease-in-out,transform .65s ease-in-out}.intro-screen.exit{opacity:0;transform:translateY(-32px)}.intro-inner{display:grid;gap:12px;text-align:center;transition:transform .65s ease-in-out,opacity .65s ease-in-out}.intro-typing{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;display:inline-block;position:relative;padding-right:.4em;font-variant-ligatures:none}.intro-ghost{opacity:0;pointer-events:none}.intro-live{position:absolute;inset:0 auto auto 0;white-space:nowrap}.intro-char{opacity:0;transform:translateY(10px);animation:charIn .18s ease forwards}.intro-caret{font-family:Manrope,sans-serif;font-size:.9em;color:var(--accent-dark);animation:blink .8s step-end infinite}.intro-subtitle{letter-spacing:.32em;text-transform:uppercase;font-size:.7rem;color:var(--accent-dark);opacity:0;animation:subtitleFade .9s ease var(--subtitle-delay, 5s) forwards}.intro-screen.exit .intro-inner{transform:translateY(-24px);opacity:0}.intro-screen.exit .intro-char,.intro-screen.exit .intro-caret,.intro-screen.exit .intro-subtitle{opacity:0;transform:translateY(-18px);transition:opacity .65s ease-in-out,transform .65s ease-in-out}.site-header{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:24px clamp(24px,6vw,80px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f4f0d1;border-bottom:1px solid rgba(20,20,20,.06);transition:padding .35s ease,background .35s ease,opacity .35s ease,transform .3s ease}.brand{font-family:Playfair Display,serif;font-size:1.15rem;letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center;gap:12px;transition:transform .35s ease}.brand img{width:36px;height:36px;object-fit:contain;transition:transform .35s ease}.site-header.is-compact{padding-top:14px;padding-bottom:14px;background:#f7f4f0ad;opacity:.72}.site-header.is-compact .brand{transform:scale(.94)}.site-header.is-compact .brand img{transform:scale(.92)}.site-header.is-compact:hover{background:#f7f4f0eb;opacity:1}.site-header.is-hidden{transform:translateY(-110%);opacity:0;pointer-events:none}.site-nav{display:flex;gap:24px;font-size:.95rem;color:var(--muted)}.site-nav a{position:relative;padding-bottom:4px}.site-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--accent);transition:width .3s ease}.site-nav a.is-active{color:var(--accent-dark)}.site-nav a.is-active:after{width:100%}.site-nav a:hover:after{width:100%}.site-nav a:focus-visible:not(.is-active){color:var(--muted)}.site-nav a:focus-visible:not(.is-active):after{width:0}.cta{font-size:.95rem;border:1px solid var(--line);padding:10px 18px;border-radius:999px;transition:border .3s ease,color .3s ease,transform .3s ease}.cta:hover{border-color:var(--accent);color:var(--accent-dark);transform:translateY(-1px)}main{position:relative;z-index:1;width:100%;max-width:100%;overflow-x:clip}.page.intro-active main{opacity:0;transform:translate(80px);transition:opacity .8s ease-out,transform .8s ease-out}main.hero-ready{opacity:1;transform:translate(0);transition:opacity .8s ease-out .5s,transform .8s ease-out .5s}.hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:0;align-items:center;padding:clamp(80px,14vh,140px) clamp(24px,8vw,120px) 80px}@media(min-width:768px){.hero{min-height:calc(50svh - var(--header-height-desktop));align-content:start;align-items:start;padding-top:clamp(0px,.4vh,4px);padding-bottom:0}.hero h1{font-size:clamp(2.4rem,3.45vw,3.7rem)}.hero .lead{font-size:1.16rem}.hero .button{font-size:1rem}.hero-card .card-title{font-size:1.92rem}.hero-card .card-body{font-size:1.02rem}}@media(min-width:1024px){.hero{padding-top:clamp(68px,7vh,100px)}}.hero-copy{max-width:none}.eyebrow{letter-spacing:.24em;text-transform:uppercase;font-size:.75rem;color:var(--accent-dark)}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.268rem,3.24vw,3.564rem);line-height:1.08;margin:16px 0 20px}.lead{font-size:1.1rem;line-height:1.7;color:var(--muted)}.hero-actions{margin-top:28px;display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-start}.button{padding:12px 22px;border-radius:999px;font-size:.95rem;border:1px solid transparent;transition:transform .3s ease,box-shadow .3s ease,border .3s ease}.button.primary{background:var(--accent);color:#fff;box-shadow:0 10px 24px #b08a5547}.button.primary:hover{transform:translateY(-2px)}.button.ghost{border-color:var(--line);color:var(--ink);background:transparent}.button.ghost:hover{border-color:var(--accent)}.hero-card{background:var(--card);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);border:1px solid rgba(20,20,20,.06)}.card-label{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.card-title{font-family:Playfair Display,serif;font-size:1.8rem;margin:14px 0 12px}.card-body{color:var(--muted);line-height:1.6}.card-meta{display:flex;gap:18px;margin-top:24px;font-size:.9rem;color:var(--muted)}.section{padding:80px clamp(24px,8vw,120px)}.edu-skills{padding-top:60px}.edu-skills-head{text-align:center;margin-bottom:36px}.edu-skills .section-head{max-width:none;justify-items:center}.edu-skills-head .eyebrow{text-align:center}.edu-skills-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.edu-bubble{background:var(--card);border-radius:20px;padding:22px 24px;border:1px solid rgba(20,20,20,.08);box-shadow:0 18px 40px #0c0c0c0f;grid-row:1}.edu-bubble.first{grid-column:3}.edu-bubble.second{grid-column:4}.skill-bubble{background:var(--card);border-radius:20px;padding:20px 22px;border:1px solid rgba(20,20,20,.08);box-shadow:0 18px 40px #0c0c0c0f;grid-row:2;display:grid;grid-template-rows:auto 1fr}.skill-bubble h3{text-align:center}.section-head{display:grid;gap:12px;max-width:620px}.section-head h2{font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,3rem);margin:0}.contact-title{text-align:center;white-space:normal;overflow-wrap:anywhere}.contact .section-head{max-width:none;justify-items:center;text-align:center}.section-body{margin-top:24px;display:grid;gap:16px;max-width:680px;color:var(--muted);line-height:1.8}.about-grid{margin-top:24px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:clamp(32px,4vw,56px);align-items:center;max-width:1160px;margin-left:auto;margin-right:auto}.about-grid .section-body{margin-top:0;max-width:760px;justify-self:end}.about .section-head{max-width:1080px;margin-left:auto;margin-right:auto}.about-media{width:100%;max-width:420px;justify-self:start;border-radius:24px;overflow:hidden;box-shadow:0 26px 60px #0c0c0c24;border:1px solid rgba(20,20,20,.08);background:#fff}.about-media img{display:block;width:100%;height:auto;object-fit:cover}.particle-canvas{display:block;width:100%;height:auto;background:#fff}.particle-frame{position:relative;width:100%;--fill: 0%}.particle-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity 1.6s ease;-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) var(--fill, 0%),rgba(0,0,0,0) calc(var(--fill, 0%) + 18%));mask-image:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) var(--fill, 0%),rgba(0,0,0,0) calc(var(--fill, 0%) + 18%));transition:-webkit-mask-position .2s ease,mask-position .2s ease}.project-grid{margin-top:36px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.project-card{background:var(--card);border-radius:24px;padding:28px;border:1px solid rgba(20,20,20,.06);box-shadow:0 20px 40px #0c0c0c0f;display:grid;gap:16px;min-height:260px;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-6px);box-shadow:0 28px 56px #0c0c0c1a}.project-meta{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-dark)}.project-card h3{font-family:Playfair Display,serif;font-size:1.6rem;margin:0}.project-card p{margin:0}.project-inline-link{display:block;margin-top:6px;color:#3f3c39;font-weight:600;text-decoration:none}.project-inline-link:hover,.project-inline-link:focus{text-decoration:underline}.tag-row{display:flex;flex-wrap:wrap;gap:10px}.project-card.center-tags .tag-row span{display:inline-flex;align-items:center;justify-content:center}.project-demo-button{display:inline-flex;align-items:center;justify-content:center;justify-self:center;width:fit-content;padding:10px 18px;border-radius:999px;border:1px solid #1f8f48;background:#2ea35a;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.project-demo-button:hover,.project-demo-button:focus{background:#26894b;color:#fff;transform:translateY(-1px);box-shadow:0 8px 18px #26894b47}.project-card-demo{transition:width .7s ease,min-height .7s ease,box-shadow .3s ease}.project-card-demo.is-playing{width:clamp(320px,40vw,760px);justify-self:center;align-self:start;min-height:500px}.project-card-demo:hover{transform:none}.demo-shell{display:grid;gap:14px}.demo-panel{display:grid;gap:12px;text-align:center}.demo-panel-menu{height:100%;grid-template-rows:auto auto 1fr}.demo-actions-wrap{display:grid;align-items:center;padding-top:clamp(48px,10vh,108px)}.demo-title{margin:0;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.88rem;color:var(--accent-dark)}.demo-copy{margin:0;color:var(--muted)}.demo-result-text{margin:0;font-weight:600}.demo-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;justify-content:center;align-items:center;width:100%;max-width:520px;margin:0 auto}.demo-action-button,.demo-secondary-button{border-radius:999px;border:1px solid var(--line);padding:8px 14px;background:#fff;color:var(--ink);font-weight:600;cursor:pointer}.demo-action-button{min-width:0;width:100%;background:#2ea35a;border-color:#1f8f48;color:#fff;font-size:1.02rem;text-align:center;justify-content:center}.demo-action-button:hover,.demo-secondary-button:hover{border-color:var(--accent)}.demo-action-button:hover{background:#26894b;border-color:#1f8f48}.demo-complete-actions{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:22px}.demo-complete-button{background:#2ea35a;border-color:#1f8f48;color:#fff;font-size:1.02rem;font-weight:700;min-width:170px}.demo-panel-complete .demo-copy{font-size:1.05rem}.demo-panel-complete .demo-result-text{font-size:1.12rem}.demo-complete-button:hover{background:#26894b;border-color:#1f8f48}.demo-action-item{display:grid;grid-template-rows:auto auto;gap:12px;justify-items:center}.demo-action-icon{font-size:clamp(3rem,5vw,4.2rem);line-height:1}.demo-play-area{position:relative;height:280px;border-radius:18px;border:1px solid rgba(20,20,20,.1);background:linear-gradient(180deg,#fffffff5,#f4eee7f0);overflow:hidden}.demo-target{position:absolute;width:28px;height:28px;border-radius:999px;border:2px solid #ffffff;background:#1f8f48;transform:translate(-50%,-50%);cursor:pointer;box-shadow:0 6px 16px #1f8f4847}.demo-reaction-button{position:absolute;left:50%;top:50%;width:170px;height:170px;border-radius:999px;border:3px solid #ffffff;transform:translate(-50%,-50%);color:#fff;font-weight:700;cursor:pointer}.demo-reaction-button.waiting{background:#cc3f3f}.demo-reaction-button.ready{background:#2ea35a}.demo-warning{min-height:22px;margin:0;color:#b53030;font-weight:600}.demo-stop-button{border-radius:999px;border:1px solid #b53030;background:#d54a4a;color:#fff;padding:10px 18px;font-weight:700;cursor:pointer}.demo-stop-button:hover{background:#bf3535}.project-demo-stop-wrap{margin-top:16px;margin-bottom:4px;display:flex;justify-content:center;align-items:center;width:100%}.project-demo-stage{width:100%;min-height:340px}.project-demo-layout{display:grid;grid-template-rows:auto auto}.project-card .project-demo-stop-wrap .demo-stop-button{position:static;transform:none;width:auto;min-width:132px;max-width:180px;height:42px;min-height:42px;max-height:42px;border-radius:12px;padding:0 16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;align-self:center;justify-self:center}.tag-row span{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;min-height:42px;padding:0 14px;line-height:1.2;font-size:.8rem;color:var(--muted)}.timeline{margin-top:36px;display:grid;gap:20px}.timeline-item{padding:24px 28px;border-radius:20px;border:1px solid var(--line);background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.timeline-role{font-weight:600;font-size:1.05rem}.timeline-company{color:var(--muted);margin:8px 0 14px;font-size:.9rem;letter-spacing:.04em}.edu-bubble p{margin:0;color:var(--muted);font-size:.9rem;letter-spacing:.04em}.skills-grid{margin-top:36px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px}.skills-grid h3{font-family:Playfair Display,serif;margin-bottom:12px}.skills-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:var(--muted);height:100%;align-content:space-between}.skills-grid li{padding-left:18px;position:relative}.skills-grid li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.contact-card{margin-top:36px;background:var(--card);border-radius:var(--radius);padding:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;border:1px solid rgba(20,20,20,.08);box-shadow:var(--shadow);max-width:820px;margin-left:auto;margin-right:auto}.contact-card>div{text-align:center}.contact-label{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.contact-links{display:flex;flex-direction:column;gap:8px;align-items:center}.contact-icons{display:flex;gap:12px;align-items:center}.contact-icons img{width:36px;height:36px;object-fit:contain}.contact-links .resume-link{font-weight:600;text-align:center}.site-footer{padding:40px clamp(24px,8vw,120px) 60px;color:var(--muted);font-size:.9rem;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.site-footer img{width:44px;height:44px;object-fit:contain}.reveal{opacity:0;transform:translateY(18px);transition:opacity .9s ease,transform .9s ease;transition-delay:var(--delay, 0s);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal.up{transform:translateY(26px)}.reveal.fade{transform:translateY(12px)}.reveal.slow{transition-duration:2s}.reveal.float{transform:translateY(32px) scale(.98)}.reveal.slide{transform:translate(-28px)}.reveal.rise{transform:translateY(36px)}@keyframes blink{50%{border-color:transparent;opacity:0}}@keyframes charIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes subtitleFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes demoGrowIn{0%{transform:scale(.92)}to{transform:scale(1)}}@media(max-width:900px){.site-header{flex-direction:column;align-items:flex-start;gap:16px}.site-nav{flex-wrap:wrap;gap:16px}.hero,.about-grid,.edu-skills-grid{grid-template-columns:1fr}.edu-bubble,.skill-bubble,.edu-bubble.first,.edu-bubble.second{grid-column:auto;grid-row:auto}}@media(max-width:600px){.site-header{align-items:center;background:var(--bg);opacity:1;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header.is-compact,.site-header.is-compact:hover{background:var(--bg);opacity:1;-webkit-backdrop-filter:none;backdrop-filter:none}.brand{justify-content:center;width:100%;text-align:center}.site-nav{width:100%;justify-content:center;text-align:center}.site-nav a{text-align:center}.cta{width:100%;text-align:center}.hero{padding-top:60px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:8px 14px;min-height:38px}.site-nav a:after{display:none}.card-meta{flex-direction:column;gap:8px}.hero-card .card-meta{flex-direction:row;justify-content:center;gap:12px;flex-wrap:wrap}.intro-typing{font-size:clamp(1.6rem,6vw,2.4rem)}.project-card-demo.is-playing{width:92vw;min-height:430px}.project-demo-stage{min-height:300px}.demo-play-area{height:240px}.demo-reaction-button{width:136px;height:136px}.demo-actions{grid-template-columns:1fr;max-width:300px}.demo-action-button{min-width:0;width:100%}.demo-complete-actions{flex-direction:column;align-items:stretch}.demo-complete-button{min-width:0;width:100%}}@media(min-width:421px)and (max-width:600px){.edu-skills-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.edu-bubble,.skill-bubble,.edu-bubble.first,.edu-bubble.second{grid-column:span 1;grid-row:auto;min-width:0;padding:16px 14px}.skill-bubble h3{font-size:.96rem;margin:0 0 8px}.skill-bubble li,.edu-bubble p,.timeline-company{font-size:.82rem;line-height:1.35}}@media(max-width:420px){.site-header{padding:14px;gap:10px;align-items:stretch}.brand{gap:8px;font-size:.9rem;letter-spacing:.04em}.brand img{width:30px;height:30px}.brand span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.site-nav{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;font-size:.82rem;line-height:1.2}.site-nav a{padding-bottom:2px}.hero{padding:42px 14px;gap:16px}.hero h1{font-size:clamp(1.6rem,7.2vw,2rem);line-height:1.12}.lead{font-size:.98rem;line-height:1.55}.hero-card{padding:20px;border-radius:18px}.card-title{font-size:1.34rem}.section{padding:48px 14px}.section-head h2{font-size:clamp(1.38rem,6vw,1.74rem)}.section-body{gap:12px;line-height:1.65}.edu-skills-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.edu-bubble,.skill-bubble{grid-column:auto;grid-row:auto;min-width:0;padding:14px 12px}.edu-bubble.first,.edu-bubble.second{grid-column:span 1;grid-row:auto}.edu-bubble,.skill-bubble{grid-column:span 1}.edu-bubble,.skill-bubble{font-size:.88rem}.skill-bubble h3{font-size:.92rem;margin:0 0 8px}.skill-bubble ul{gap:6px}.skill-bubble li,.edu-bubble p,.timeline-company{font-size:.8rem;line-height:1.35}.skill-bubble h3,.timeline-role,.timeline-company{overflow-wrap:anywhere;word-break:break-word}.project-grid{gap:14px;margin-top:24px;grid-template-columns:1fr}.project-card{padding:18px;border-radius:18px;min-height:0}.project-card h3{font-size:1.3rem}.project-card-demo.is-playing{width:100%;min-height:410px}.project-demo-stage{min-height:270px}.demo-actions-wrap{padding-top:18px}.demo-title{font-size:.8rem}.demo-copy{font-size:.93rem}.demo-action-icon{font-size:clamp(2.3rem,9vw,2.8rem)}.demo-action-button{font-size:.94rem;padding:8px 10px}.demo-play-area{height:210px;border-radius:14px}.demo-reaction-button{width:112px;height:112px;font-size:.85rem}.contact-card{padding:20px 16px;gap:18px}.site-footer{padding:30px 14px 40px}}@media(min-width:915px){.project-grid{grid-template-columns:repeat(3,minmax(240px,1fr))}.project-grid>.project-card:not(.project-card-demo){grid-template-rows:auto auto 1fr auto;align-content:start}.project-grid>.project-card:not(.project-card-demo) h3{min-height:7rem}.project-grid>.project-card:not(.project-card-demo) p{min-height:12.5rem}.project-grid>.project-card:not(.project-card-demo) .tag-row{justify-content:center;align-items:center}.project-card-demo{grid-column:2}}@media(min-width:915px)and (max-width:1338px){.project-grid>.project-card.center-tags:not(.project-card-demo) .tag-row{flex-direction:column;align-items:center}}@media(min-width:988px){.project-grid>.project-card:not(.project-card-demo) h3{min-height:6.2rem}}@media(min-width:1231px){.project-grid>.project-card:not(.project-card-demo) p{min-height:9.75rem}}@media(min-width:1220px)and (max-width:1261px){.project-grid>.project-card:first-child .tag-row{flex-direction:column;align-items:center}}@media(min-width:1262px)and (max-width:1633px){.project-grid>.project-card.center-tags:not(.project-card-demo) .tag-row{display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;row-gap:10px;column-gap:10px}.project-grid>.project-card.center-tags:not(.project-card-demo) .tag-row span:nth-child(3){grid-column:1 / -1;justify-self:center}}@media(min-width:1473px){.project-grid>.project-card:not(.project-card-demo){gap:12px}.project-grid>.project-card:not(.project-card-demo) h3{min-height:5.2rem}.project-grid>.project-card:not(.project-card-demo) p{min-height:7.8rem}}@media(min-width:1675px){.project-grid>.project-card:not(.project-card-demo){gap:10px}.project-grid>.project-card:not(.project-card-demo) h3{min-height:4.6rem}.project-grid>.project-card:not(.project-card-demo) p{min-height:6.9rem}}@media(min-width:421px){.skill-bubble li::marker{font-size:1.12em}}@media(min-width:584px){.contact-links{align-items:center;text-align:center}.contact-icons{justify-content:center;width:100%}.contact-links .resume-link{margin-inline:auto}}@media(min-width:901px){.contact-card>div:last-child{display:flex;flex-direction:column;align-items:center}.contact-card>div:last-child .contact-links{width:100%;align-items:center;text-align:center}.contact-card>div:last-child .contact-icons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;align-items:center;gap:0;width:min(320px,100%)}.contact-card>div:last-child .resume-link{margin-inline:auto}}@media(min-width:584px)and (max-width:900px){.contact-card{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card>div:last-child{grid-column:1 / -1;justify-self:center;width:min(320px,100%)}.contact-card>div:last-child .contact-links{align-items:center}.contact-card>div:last-child .contact-icons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;justify-items:center;width:100%;column-gap:10px}.contact-card>div:last-child .resume-link{margin-inline:0;text-align:center}}@media(min-width:505px)and (max-width:900px){.about-media{justify-self:center;margin-inline:auto}.skill-bubble{font-size:.95rem}.skill-bubble h3{font-size:1.05rem}.skill-bubble li{font-size:.9rem;line-height:1.45}}@media(min-width:505px)and (max-width:600px){.site-header{align-items:center}.brand,.site-nav{width:100%;justify-content:center;text-align:center}.hero-actions{align-items:center}.hero-actions .button{width:auto;min-width:140px}}@media(min-width:601px)and (max-width:900px){.site-header{align-items:center}.brand,.site-nav{width:100%;justify-content:center;text-align:center}.site-nav a{text-align:center}.hero-actions{justify-content:center}.edu-skills-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.edu-bubble,.skill-bubble,.edu-bubble.first,.edu-bubble.second{grid-column:span 1;grid-row:auto;min-width:0}}@media(min-width:600px)and (max-width:914px){.project-grid{grid-template-columns:1fr}}@media(min-width:505px)and (max-width:665px){.lead{font-size:.98rem;line-height:1.5}}@media(min-width:750px){.edu-skills-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.edu-bubble.first{grid-column:1 / 4;grid-row:1}.edu-bubble.second{grid-column:4 / 7;grid-row:1}.skill-bubble{grid-column:span 2;grid-row:auto}.skill-bubble ul{margin:0;padding:0;list-style:none;display:grid;gap:8px;align-content:start}.skill-bubble li{position:relative;padding-left:18px;line-height:1.4}.skill-bubble li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:currentColor;transform:translateY(-50%)}}@media(min-width:750px)and (max-width:994px){.edu-skills-grid>.skill-bubble:nth-child(3) h3,.edu-skills-grid>.skill-bubble:nth-child(4) h3,.edu-skills-grid>.skill-bubble:nth-child(5) h3{min-height:2.6em;display:flex;align-items:center;justify-content:center}}@media(min-width:901px)and (max-width:1119px){.about .section-body{font-size:.95rem;line-height:1.65}}@media(min-width:901px)and (max-width:1019px){.about .section-head{justify-items:stretch;text-align:left;gap:6px}.about .section-head h2{text-align:center}.about-grid{grid-template-columns:1fr;max-width:760px;margin-top:12px}.about-grid .section-body{justify-self:stretch;font-size:.92rem;line-height:1.55;gap:4px;margin-top:8px}.about-grid .section-body p{margin:0;text-indent:1.2em}.about-media{justify-self:center}}@media(min-width:350px)and (max-width:900px){.hero{padding-top:clamp(24px,5vh,40px)}}@media(min-width:1036px){.edu-skills-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.edu-bubble.first{grid-column:2 / 7;justify-self:center}.edu-bubble.second{grid-column:7 / 12;justify-self:center}.edu-bubble.first,.edu-bubble.second{width:100%;text-align:center}.edu-bubble.first .timeline-role,.edu-bubble.first .timeline-company,.edu-bubble.first p,.edu-bubble.second .timeline-role,.edu-bubble.second .timeline-company,.edu-bubble.second p{text-align:center}.skill-bubble{grid-column:span 4}}@media(min-width:1036px)and (max-width:1106px){.edu-bubble.first{grid-column:1 / 7}.edu-bubble.second{grid-column:7 / -1}}@media(min-width:1107px){.edu-bubble.first{grid-column:1 / 7}.edu-bubble.second{grid-column:7 / -1}}@media(min-width:1350px){.edu-bubble.first{grid-column:2 / 7}.edu-bubble.second{grid-column:7 / 12}}@media(min-width:1366px){.hero{padding-top:clamp(92px,9vh,132px);padding-bottom:56px}}@media(min-width:1920px){.hero{padding-top:clamp(118px,11vh,168px);padding-bottom:88px}}@media(min-width:1921px){html{font-size:108%}.no-wrap{white-space:nowrap}.hero-last-line{display:block}.hero{width:80%;margin-inline:auto;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center}.hero-card{align-self:center}.hero h1{font-size:clamp(2.7rem,3.8vw,4.1rem);margin:20px 0 28px}.hero .lead{font-size:1.24rem;line-height:1.8}.hero .button{font-size:1.06rem}.hero-actions{margin-top:36px}.hero-card .card-title{font-size:2.08rem;margin:18px 0 16px}.hero-card .card-body{font-size:1.08rem;line-height:1.75}.hero-card .card-meta{margin-top:30px}.about .section-head{max-width:1500px;margin-inline:auto;justify-items:center;text-align:center}.about .section-head .eyebrow{justify-self:start;text-align:left}.about .section-head h2{font-size:clamp(2.35rem,3.4vw,3.5rem)}.about-grid{max-width:1320px;grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:clamp(40px,5vw,72px)}}@media(min-width:1600px){.edu-bubble.first,.edu-bubble.second{width:92%}}@media(min-width:2000px){.edu-bubble.first,.edu-bubble.second{width:88%}}
