@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@500;600;700;800;900&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-body:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:"Outfit", var(--font-body);--bg:#dfeff1;--bg-soft:#e8f6f380;--surface:#f8fcf7c2;--surface-strong:#fffffae8;--surface-dark:#e2f4efb3;--surface-hover:#fffffbf2;--ink:#10243a;--ink-secondary:#294864;--muted:#536a7a;--subtle:#294864b3;--light:#fbfff8;--light-muted:#1b3245c2;--accent:#087f8c;--accent-hover:#075e73;--accent-soft:#087f8c29;--accent-glow:#087f8c3d;--teal:#0b7f66;--warm:#c9a345;--warm-soft:#c9a3452e;--rose:#b56f62;--border:#ffffff9e;--border-dark:#10243a24;--shadow-sm:0 10px 30px #0c273a1a;--shadow-md:0 18px 55px #0c273a24;--shadow-lg:0 28px 80px #08203033;--shadow-glow:0 0 0 1px #087f8c2e, 0 24px 70px #087f8c26;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:30px;--radius-full:999px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}body:before{content:"";z-index:-3;filter:brightness(.84)contrast(1.14)saturate(.92);background:linear-gradient(105deg,#f5faf62e 0%,#d0e8e81f 40%,#07182866 100%),linear-gradient(#ffffff05,#c6e0de14 54%,#07152257),url(../assets/image_3.png) 50%/cover no-repeat;animation:24s ease-in-out infinite alternate background-pan;position:fixed;inset:0;transform:scale(1.03)}body:after{content:"";z-index:-2;pointer-events:none;background:linear-gradient(#ffffff03,#e4f0ea0a 46%,#07162333),linear-gradient(#10243a05 1px,#0000 1px) 0 0/96px 96px,linear-gradient(90deg,#10243a04 1px,#0000 1px) 0 0/96px 96px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000 0% 68%,#0000 100%);mask-image:linear-gradient(#000 0% 68%,#0000 100%)}@keyframes background-pan{0%{background-position:50%}to{background-position:52% 48%}}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{border:0}h1,h2,h3,p,figure{margin-top:0}h1,h2,h3{font-family:var(--font-heading);letter-spacing:0}.scroll-progress{z-index:80;background:linear-gradient(90deg, var(--accent), var(--warm));transform-origin:0;width:100%;height:3px;position:fixed;top:0;left:0}.site-header{z-index:60;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(22px)saturate(1.04);backdrop-filter:blur(22px)saturate(1.04);width:min(1280px,100% - 48px);min-height:76px;transition:background .28s var(--ease-out), box-shadow .28s var(--ease-out), border-color .28s var(--ease-out);background:#f8fcf7c7;border:1px solid #ffffff85;justify-content:space-between;align-items:center;gap:24px;padding:12px 16px;display:flex;position:fixed;top:22px;left:50%;transform:translate(-50%);box-shadow:0 18px 60px #0c273a26}.site-header:hover{background:#fffffae0;border-color:#ffffffad;box-shadow:0 24px 80px #0c273a2b}.brand{color:var(--ink);font-family:var(--font-heading);white-space:nowrap;flex:none;align-items:center;gap:12px;padding-right:10px;font-size:1rem;font-weight:800;display:inline-flex}.brand span{background:linear-gradient(135deg, #075e73, var(--accent) 58%, #14a073);width:46px;height:46px;color:var(--light);transition:transform .35s var(--ease-spring), box-shadow .35s var(--ease-out);border:1px solid #10243a1a;border-radius:16px;place-items:center;font-size:1rem;font-weight:900;display:grid;box-shadow:inset 0 1px #ffffff47,0 12px 30px #0c273a2e}.brand:hover span{box-shadow:var(--shadow-glow);transform:rotate(-6deg)scale(1.06)}nav{flex-wrap:wrap;flex:auto;justify-content:flex-end;align-items:center;gap:4px;display:flex}nav a{border-radius:var(--radius-full);isolation:isolate;color:#3b5368;text-transform:capitalize;min-height:42px;transition:color .24s var(--ease-out), background .24s var(--ease-out), transform .24s var(--ease-out);justify-content:center;align-items:center;padding:0 14px;font-size:.88rem;font-weight:800;display:inline-flex;position:relative}nav a:before{content:"";z-index:-1;border-radius:inherit;transition:background-color .2s var(--ease-out), border-color .2s var(--ease-out);background:0 0;border:1px solid #0000;position:absolute;inset:0}nav a:hover{color:var(--ink);transform:translateY(-1px)}nav a:hover:before{background:#087f8c13}nav a.active{color:var(--ink)}nav a.active:before{background:var(--accent-soft);border-color:#087f8c24}.mobile-nav-toggle,.mobile-nav{display:none}.section{width:min(1180px,100% - 64px);margin:0 auto;padding:52px 0 92px;scroll-margin-top:112px}.hero.section{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:center;gap:clamp(44px,5vw,76px);width:min(1320px,100% - 64px);min-height:100svh;padding-top:clamp(104px,12vh,124px);padding-bottom:clamp(28px,5vh,48px);display:grid;position:relative}.hero.section:before{content:"";opacity:.5;pointer-events:none;border:1px solid #087f8c2e;border-radius:50%;width:180px;height:180px;animation:12s linear infinite orbit-ring;position:absolute;top:18%;right:31%}.hero.section:after{content:"";border-radius:var(--radius-full);opacity:.52;pointer-events:none;background:linear-gradient(90deg,#0000,#087f8c7a,#0000);width:120px;height:3px;animation:3.6s ease-in-out infinite pulse-line;position:absolute;bottom:14%;right:28%}@keyframes orbit-ring{0%{transform:rotate(0)translateY(0)}50%{transform:rotate(180deg)translateY(-10px)}to{transform:rotate(360deg)translateY(0)}}@keyframes pulse-line{0%,to{opacity:.38;transform:translate(0)scaleX(.82)}50%{opacity:.9;transform:translate(18px)scaleX(1.15)}}.hero-content{z-index:1;flex-direction:column;gap:clamp(16px,2.4vh,24px);max-width:690px;display:flex;position:relative}.hero-content>div:first-child{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px)saturate(1.02);backdrop-filter:blur(18px)saturate(1.02);background:linear-gradient(135deg,#fffffad1,#e7f7f3a3);border:1px solid #ffffff7a;padding:clamp(20px,2.2vw,30px)}.eyebrow-wrapper{margin-bottom:10px}.eyebrow{color:#075e73;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;align-items:center;margin:0 0 8px;font-size:.74rem;font-weight:900;display:inline-flex}h1{color:#10243a;text-wrap:balance;max-width:650px;margin-bottom:clamp(12px,1.8vh,18px);font-size:clamp(2.8rem,4.65vw,4.9rem);font-weight:900;line-height:.98}.hero-title{max-width:620px;margin-bottom:12px;font-size:clamp(3rem,5vw,5rem);line-height:1.02}.highlight{color:var(--accent-hover);white-space:nowrap;position:relative}.highlight:after{content:"";z-index:-1;background:#087f8c2e;border-radius:999px;height:.22em;position:absolute;bottom:.08em;left:0;right:0}.typed-line{min-height:3.25rem;color:var(--ink-secondary);flex-wrap:wrap;align-items:center;gap:.28em;margin-bottom:16px;font-size:clamp(1.45rem,2.4vw,2.1rem);font-weight:750;line-height:1.25;display:flex}.typed-text{color:var(--accent-hover);font-weight:850}.typing-cursor{background:var(--accent-hover);border-radius:999px;width:2px;height:1.12em;margin-left:2px;animation:.9s steps(2,start) infinite cursor-blink;display:inline-block}@keyframes cursor-blink{0%,45%{opacity:1}46%,to{opacity:0}}h2{color:var(--ink);text-wrap:balance;margin-bottom:14px;font-size:clamp(2rem,3.4vw,3.35rem);font-weight:850;line-height:1.08}h3{color:var(--ink);margin-bottom:10px;font-size:1.08rem;font-weight:800;line-height:1.25}.hero-copy,.section-header p{max-width:620px;color:var(--light-muted);font-size:1.02rem;line-height:1.68}.hero-copy{margin-bottom:clamp(16px,2vh,22px)}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.primary-action,.secondary-action,.contact-form button{border-radius:var(--radius-full);cursor:pointer;min-height:48px;transition:transform .28s var(--ease-out), box-shadow .28s var(--ease-out), background .28s var(--ease-out), border-color .28s var(--ease-out), color .28s var(--ease-out);justify-content:center;align-items:center;gap:9px;font-size:.93rem;font-weight:850;display:inline-flex}.primary-action,.contact-form button{background:linear-gradient(135deg, #075e73, var(--accent) 64%, #0b8f62);color:#f6f8f5;border:1px solid #ffffff6b;padding:0 24px;box-shadow:0 16px 42px #084c6738}.primary-action:hover,.contact-form button:hover{background:linear-gradient(135deg,#064f63,#087f8c 64%,#087a56);transform:translateY(-3px);box-shadow:0 20px 56px #084c674d}.primary-action svg,.secondary-action svg,.contact-form button svg{transition:transform .28s var(--ease-out)}.primary-action:hover svg,.secondary-action:hover svg,.contact-form button:hover svg{transform:translate(2px,-2px)}.secondary-action{color:var(--ink-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffa94;border:1px solid #ffffff7a;padding:0 20px;box-shadow:inset 0 1px #ffffff38}.secondary-action:hover{box-shadow:var(--shadow-sm);background:#fffffad6;border-color:#087f8c40;transform:translateY(-3px)}.tool-strip{flex-wrap:wrap;gap:10px;padding:0 4px;display:flex}.tool-strip span,.stack-list span,.skill-card span{border-radius:var(--radius-full);min-height:34px;color:var(--ink-secondary);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .25s var(--ease-out), background .25s var(--ease-out), border-color .25s var(--ease-out), color .25s var(--ease-out);background:#fffffa8f;border:1px solid #ffffff7a;align-items:center;gap:7px;padding:7px 14px;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:inset 0 1px #ffffff38}.tool-strip span:hover{border-color:var(--accent-glow);color:#075e73;background:#087f8c24;transform:translateY(-3px)}.hero-visual{z-index:1;aspect-ratio:.82;width:min(100%,500px,82svh - 155.8px);max-height:calc(100svh - 190px);box-shadow:var(--shadow-lg);background:#fffffa57;border:1px solid #ffffff80;border-radius:34px;place-self:center end;margin:0;animation:6.4s ease-in-out infinite float-card;position:relative;overflow:hidden}.hero-visual:before{content:"";z-index:2;pointer-events:none;border:1px solid #ffffff6b;border-radius:24px;position:absolute;inset:18px}.hero-visual:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#fffffa08 0%,#081e343d 100%),linear-gradient(90deg,#087f8c14,#0000 34% 72%,#c9a3451a);position:absolute;inset:0}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero-visual img{object-fit:cover;object-position:50% 42%;width:100%;height:100%;transition:transform .8s var(--ease-out), filter .8s var(--ease-out)}.hero-visual:hover img{filter:saturate(1.03)contrast(1.02);transform:scale(1.045)}.hero-visual figcaption{z-index:3;-webkit-backdrop-filter:blur(18px)saturate(1.05);backdrop-filter:blur(18px)saturate(1.05);background:#fffffad1;border:1px solid #ffffff7a;border-radius:22px;align-items:center;gap:16px;padding:16px;display:flex;position:absolute;bottom:28px;left:28px;right:28px;box-shadow:0 18px 46px #0c273a2b}.hero-visual figcaption span{background:linear-gradient(135deg, #075e73, var(--accent) 58%, #14a073);width:58px;height:58px;color:var(--light);border-radius:18px;flex:none;place-items:center;font-size:1rem;font-weight:950;display:grid}.hero-visual figcaption strong,.hero-visual figcaption small{display:block}.hero-visual figcaption strong{color:var(--ink);font-family:var(--font-heading);font-size:1.02rem;font-weight:850}.hero-visual figcaption small{color:var(--muted);margin-top:4px;font-size:.84rem;line-height:1.45}.section-header{max-width:760px;margin-bottom:44px}.section-header h2,.section-header p{text-shadow:0 1px 18px #fffffa57}.section-header p{-webkit-backdrop-filter:blur(18px)saturate(1.08);backdrop-filter:blur(18px)saturate(1.08);color:#10243ae0;text-shadow:0 1px #ffffff42;background:linear-gradient(135deg,#fbfefcc7,#e5f1f08a),radial-gradient(circle at 0 0,#ffffff57,#0000 46%);border:1px solid #ffffff5c;border-radius:18px;max-width:620px;margin-bottom:0;padding:14px 18px;font-size:1.02rem;font-weight:560;line-height:1.68;display:inline-block;position:relative;box-shadow:0 14px 34px #081e3424,inset 0 1px #ffffff6b}.about-intro-card{-webkit-backdrop-filter:blur(26px)saturate(1.14);backdrop-filter:blur(26px)saturate(1.14);max-width:min(720px,100%);text-shadow:none;background:linear-gradient(135deg,#ffffff75,#e4eff433 52%,#ccdce61f),radial-gradient(circle at 0 0,#ffffff85,#0000 42%);border:1px solid #ffffff57;border-radius:24px;gap:14px;padding:20px 24px 22px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 54px #071b2c2e,inset 0 1px #ffffff85,inset 0 -1px #ffffff14}.about-intro-card:before{content:"";background:linear-gradient(#087f8ceb,#c9a345c7);border-radius:999px;width:4px;position:absolute;top:14px;bottom:14px;left:14px;box-shadow:0 0 20px #087f8c33}.about-intro-card:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(122deg,#fff3,#0000 26% 74%,#ffffff14);position:absolute;inset:1px}.about-intro-label,.about-intro-copy{z-index:1;display:block;position:relative}.about-intro-label{border-radius:var(--radius-full);color:#0a6276;letter-spacing:.1em;text-transform:uppercase;background:#ffffff47;border:1px solid #087f8c24;width:fit-content;margin-left:18px;padding:7px 12px;font-size:.72rem;font-weight:900}.about-intro-copy{color:#0b1c2beb;letter-spacing:-.015em;max-width:34ch;margin-left:18px;font-size:clamp(1.08rem,1.25vw,1.22rem);font-weight:590;line-height:1.6}.about-intro-copy strong{color:var(--ink);font-weight:820}.specialty-card,.metric-card,.experience-card,.case-card,.resume-projects article,.skill-card,.cert-list article,.contact-panel,.contact-form{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);color:var(--ink);-webkit-backdrop-filter:blur(18px)saturate(1.08);backdrop-filter:blur(18px)saturate(1.08);transition:transform .34s var(--ease-out), box-shadow .34s var(--ease-out), border-color .34s var(--ease-out), background .34s var(--ease-out);border:1px solid #ffffff2e}.specialty-card,.case-card,.skill-card,.resume-projects article{padding:24px}.specialty-card:hover,.case-card:hover,.skill-card:hover,.resume-projects article:hover,.metric-card:hover{background:var(--surface-hover);box-shadow:var(--shadow-glow);border-color:#087f8c47;transform:translateY(-7px)}.specialty-card p,.case-card p,.resume-projects p,.skill-card p,.experience-card p,.cert-list span{color:var(--muted);font-size:.95rem;line-height:1.72}.specialty-grid,.case-grid,.skills-grid,.metrics-grid{gap:18px;display:grid}.specialty-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.specialty-card{min-height:230px}.specialty-card svg,.case-topline svg{color:var(--accent)}.specialty-card svg{margin-bottom:12px}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:24px}.metric-card{text-align:center;padding:26px;position:relative;overflow:hidden}.metric-card:before{content:"";background:linear-gradient(90deg, var(--accent), #c9a345b8);opacity:.82;width:50px;height:4px;transition:width .3s var(--ease-out);border-radius:0 0 8px 8px;position:absolute;top:0;left:50%;transform:translate(-50%)}.metric-card:hover:before{width:72%}.metric-card strong{background:linear-gradient(135deg, #075e73, var(--accent), #0d8d60, #b89233);color:#0000;font-family:var(--font-heading);-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:2.05rem;font-weight:900;display:block}.metric-card span{color:var(--muted);font-size:.88rem;line-height:1.58}.experience-list{gap:18px;display:grid}.experience-card{grid-template-columns:.62fr 1fr;gap:34px;padding:34px;display:grid;position:relative;overflow:hidden}.experience-card:before{content:"";background:linear-gradient(180deg, var(--accent), var(--warm), var(--rose));width:4px;position:absolute;inset:0 auto 0 0}.company{color:var(--ink-secondary);align-items:flex-start;gap:10px;font-weight:800;display:flex}.experience-card ul{gap:14px;margin:18px 0 0;padding:0;list-style:none;display:grid}.experience-card li{color:var(--muted);align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.66;display:flex}.experience-card li svg{color:var(--teal);flex:none;margin-top:4px}.category-tabs{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.category-tabs .secondary-action{color:var(--ink-secondary)}.case-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.case-card{flex-direction:column;min-height:326px;display:flex;position:relative;overflow:hidden}.case-card:before{content:"";background:linear-gradient(90deg, var(--accent), var(--warm));opacity:0;height:4px;transition:opacity .3s var(--ease-out);position:absolute;inset:0 0 auto}.case-card:hover:before{opacity:1}.case-topline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.case-topline span{color:#075e73;letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:900}.case-card strong{color:var(--ink-secondary);margin-top:auto;padding-top:12px;font-size:.94rem;line-height:1.58;display:block}.stack-list{flex-wrap:wrap;gap:6px;margin-top:16px;display:flex}.stack-list span{min-height:28px;color:var(--ink-secondary);box-shadow:none;background:#087f8c13;border-color:#10243a14;padding:5px 10px;font-size:.72rem}.resume-projects{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:20px;display:grid}.resume-projects article{position:relative;overflow:hidden}.resume-projects article:after{content:"";background:linear-gradient(90deg, var(--accent), var(--warm));transform-origin:0;height:4px;transition:transform .34s var(--ease-out);border-radius:8px 8px 0 0;position:absolute;bottom:0;left:24px;right:24px;transform:scaleX(0)}.resume-projects article:hover:after{transform:scaleX(1)}.skills-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.skill-card h3{border-bottom:1px solid var(--border-dark);margin-bottom:16px;padding-bottom:12px}.skill-card div{flex-wrap:wrap;gap:8px;display:flex}.skill-card span{color:var(--ink-secondary);box-shadow:none;background:#087f8c13;border-color:#10243a14;font-size:.8rem}.skill-card:hover span{background:#087f8c1a;border-color:#087f8c3d}.cert-list{gap:16px;display:grid}.cert-list article{-webkit-backdrop-filter:blur(24px)saturate(1.08);backdrop-filter:blur(24px)saturate(1.08);background:linear-gradient(135deg,#ffffff8a,#f1f8f43d 48%,#deeae624),radial-gradient(circle at 0 0,#ffffff70,#0000 36%);border-color:#ffffff47;align-items:center;gap:16px;padding:18px 20px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 44px #081e3424,inset 0 1px #ffffff7a,inset 0 -1px #ffffff14}.cert-list article:before{content:"";pointer-events:none;background:linear-gradient(110deg,#ffffff2e,#0000 26% 72%,#c9a3450f);position:absolute;inset:0}.cert-list article:hover{background:linear-gradient(135deg,#ffffff9e,#f4f9f64d 48%,#e0ebe829),radial-gradient(circle at 0 0,#ffffff80,#0000 40%);border-color:#e3ad5957;transform:translateY(-4px);box-shadow:0 22px 54px #081e342e,inset 0 1px #ffffff8a}.cert-list svg{color:#9a6b09;background:linear-gradient(145deg,#fff8e7eb,#efe5bd9e);border:1px solid #c9a3453d;border-radius:14px;flex:none;width:42px;height:42px;padding:10px;box-shadow:inset 0 1px #ffffff85,0 10px 22px #6e54111f}.cert-copy{gap:3px;display:grid}.cert-copy strong,.cert-copy small{display:block}.cert-copy strong{color:#10243aeb;font-family:var(--font-heading);letter-spacing:-.015em;text-wrap:balance;font-size:1rem;font-weight:760;line-height:1.45}.cert-copy small{color:#294864d1;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800;line-height:1.35}.contact-layout{grid-template-columns:.65fr 1fr;gap:20px;display:grid}.contact-panel,.contact-form{padding:28px}.contact-panel{align-content:start;gap:12px;display:grid}.contact-panel a,.contact-panel span{overflow-wrap:anywhere;border:1px solid var(--border-dark);border-radius:var(--radius-md);min-height:52px;color:var(--ink-secondary);transition:transform .25s var(--ease-out), background .25s var(--ease-out), border-color .25s var(--ease-out), color .25s var(--ease-out);background:#087f8c13;align-items:center;gap:14px;padding:12px 16px;font-size:.93rem;font-weight:650;display:flex}.contact-panel a:hover{color:#075e73;background:#087f8c1f;border-color:#087f8c47;transform:translate(5px)}.contact-panel svg{color:var(--teal);flex:none}.contact-form{gap:16px;display:grid}.contact-form label{color:var(--ink-secondary);gap:7px;font-size:.88rem;font-weight:850;display:grid}.contact-form input,.contact-form textarea{border:1px solid var(--border-dark);border-radius:var(--radius-md);width:100%;color:var(--ink);transition:border-color .24s var(--ease-out), box-shadow .24s var(--ease-out), background .24s var(--ease-out);background:#fffffaa3;outline:none;padding:14px 16px;font-size:.95rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);background:#fffffaeb;box-shadow:0 0 0 4px #087f8c24}.contact-form button{justify-self:start;min-width:178px}footer{color:var(--subtle);text-align:center;border-top:1px solid #ffffff1f;padding:40px 24px;font-size:.86rem}footer p{margin-bottom:0}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (height<=820px) and (width>=921px){.hero.section{padding-top:102px;padding-bottom:24px}.hero-content{gap:14px}.hero-content>div:first-child{padding:22px 28px}.eyebrow{font-size:.68rem}h1{max-width:610px;margin-bottom:12px;font-size:clamp(2.65rem,4.35vw,4.45rem);line-height:.96}.hero-title{max-width:560px;margin-bottom:8px;font-size:clamp(2.6rem,4.1vw,4rem);line-height:1}.typed-line{min-height:2.55rem;margin-bottom:12px;font-size:clamp(1.2rem,2vw,1.65rem)}.hero-copy{margin-bottom:14px;font-size:.95rem;line-height:1.58}.primary-action,.secondary-action{min-height:44px}.tool-strip{gap:8px}.tool-strip span{min-height:30px;padding:5px 12px;font-size:.74rem}.hero-visual{width:min(100%,430px,82svh - 123px);max-height:calc(100svh - 150px)}.hero-visual figcaption{padding:12px;bottom:18px;left:18px;right:18px}.hero-visual figcaption span{width:48px;height:48px}}@media (height<=700px) and (width>=921px){.hero.section{gap:clamp(28px,4vw,54px);padding-top:90px;padding-bottom:18px}.hero-content>div:first-child{padding:18px 24px}h1{max-width:570px;font-size:clamp(2.35rem,4vw,3.9rem)}.hero-title{max-width:520px;font-size:clamp(2.25rem,3.75vw,3.45rem)}.typed-line{min-height:2.25rem;margin-bottom:10px;font-size:clamp(1.08rem,1.8vw,1.45rem)}.hero-copy{font-size:.9rem;line-height:1.5}.hero-actions{gap:10px}.primary-action,.secondary-action{min-height:40px;padding-inline:18px;font-size:.86rem}.hero-visual{width:min(100%,390px,82svh - 98.4px);max-height:calc(100svh - 120px)}.hero-visual figcaption{bottom:14px;left:14px;right:14px}}@media (width<=1100px){.site-header{border-radius:28px;width:min(960px,100% - 32px)}nav{max-width:620px}nav a{min-height:36px;padding:0 11px;font-size:.82rem}.hero.section{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:34px}h1{font-size:clamp(2.7rem,5vw,4.5rem)}}@media (width<=920px){.site-header{border-radius:24px;align-items:flex-start}.brand{padding-top:3px}.hero.section{text-align:center;grid-template-columns:1fr;justify-items:center;width:min(760px,100% - 44px);min-height:auto;padding-top:118px;padding-bottom:48px}.hero-content{align-items:center}.hero-content>div:first-child{width:100%}.hero-actions,.tool-strip{justify-content:center}.hero-visual{justify-self:center;width:min(100%,430px,82svh - 139.4px);max-height:calc(100svh - 170px)}.experience-card,.contact-layout{grid-template-columns:1fr}.specialty-grid,.metrics-grid,.case-grid,.resume-projects,.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-header{text-align:left;max-width:100%}}@media (width<=700px){body:before{background:linear-gradient(#fffffa94,#e7f7ef6b,#081e342e),url(../assets/image_3.png) 50%/cover no-repeat}.site-header{border-width:0 0 1px;border-radius:0;width:100%;min-height:66px;position:sticky;top:0;left:auto;transform:none}.brand{align-self:center}.brand span{border-radius:14px;width:40px;height:40px}.desktop-nav{display:none}.mobile-nav-toggle{width:44px;height:44px;color:var(--accent-hover);cursor:pointer;background:linear-gradient(135deg,#fffffae0,#dcf4efd1);border:1px solid #087f8c2e;border-radius:14px;flex:none;place-items:center;display:grid;box-shadow:inset 0 1px #ffffffb8,0 8px 24px #0c273a1f}.mobile-nav-toggle span{place-items:center;display:grid}.mobile-nav-toggle:focus-visible{outline-offset:3px;outline:3px solid #087f8c33}.mobile-nav{-webkit-backdrop-filter:blur(24px)saturate(1.08);backdrop-filter:blur(24px)saturate(1.08);background:#f8fcf7f0;border:1px solid #ffffffad;border-radius:18px;gap:4px;max-height:calc(100svh - 92px);padding:10px;display:grid;position:absolute;top:calc(100% + 10px);left:12px;right:12px;overflow-y:auto;box-shadow:0 24px 60px #08203038}.mobile-nav a{min-height:48px;color:var(--ink-secondary);text-transform:capitalize;border-radius:12px;justify-content:flex-start;gap:14px;padding:0 16px;font-size:.92rem}.mobile-nav a>span{width:24px;color:var(--accent);font-size:.68rem;font-weight:900}.mobile-nav a.active{color:var(--ink);background:linear-gradient(90deg,#087f8c24,#c9a3451a)}.section,.hero.section{width:min(100% - 32px,1120px)}.section{padding:72px 0}.hero.section{padding-top:42px;padding-bottom:42px}.hero.section:before,.hero.section:after{display:none}.hero-content>div:first-child{border-radius:24px;padding:22px}h1{font-size:clamp(2.3rem,11vw,3.3rem);line-height:1.02}.hero-title{font-size:clamp(2.25rem,10vw,3.05rem)}.typed-line{justify-content:center;min-height:4.5rem;margin-bottom:14px;font-size:clamp(1.2rem,5vw,1.65rem)}h2{font-size:clamp(1.8rem,8vw,2.45rem)}.hero-copy,.section-header p{font-size:.98rem;line-height:1.68}.section-header p:not(.about-intro-card){border-radius:16px;padding:13px 16px}.about-intro-card{border-radius:22px;gap:12px;padding:16px 18px 18px}.about-intro-card:before{top:12px;bottom:12px;left:12px}.about-intro-label,.about-intro-copy{margin-left:14px}.about-intro-copy{max-width:none;font-size:1rem;line-height:1.62}.hero-actions{flex-direction:column;align-items:stretch}.primary-action,.secondary-action{width:100%}.tool-strip{gap:8px}.tool-strip span{flex:138px;justify-content:center}.specialty-grid,.metrics-grid,.case-grid,.resume-projects,.skills-grid{grid-template-columns:1fr}.hero-visual{border-radius:26px;width:min(100%,360px);max-height:none}.hero-visual:before{border-radius:19px;inset:12px}.hero-visual figcaption{padding:12px;bottom:16px;left:16px;right:16px}.hero-visual figcaption span{width:50px;height:50px}.cert-list article{align-items:flex-start;gap:14px;padding:16px 16px 16px 15px}.cert-list svg{border-radius:12px;width:38px;height:38px;padding:8px}.cert-copy strong{font-size:.96rem;line-height:1.42}.cert-copy small{letter-spacing:.07em;font-size:.72rem}.metric-card{text-align:left}.metric-card:before{left:26px;transform:none}.contact-form>div{flex-direction:column;align-items:stretch!important}.contact-form button{width:100%}}
