:root{--ink: #10231f;--ink-soft: #3f514c;--paper: #f5f1e8;--paper-deep: #e9e2d5;--white: #fffdf8;--lime: #c8ff4d;--line: rgba(16, 35, 31, .17);--max-width: 1240px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px;font-family:var(--font-sans)}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}button,a,input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}button{color:inherit}::selection{background:var(--lime);color:var(--ink)}.site-shell{min-height:100vh;overflow:hidden}.site-header{position:fixed;z-index:50;top:18px;left:50%;width:min(calc(100% - 32px),var(--max-width));height:66px;padding:0 10px 0 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.18);border-radius:12px;color:var(--white);background:#10231feb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translate(-50%);box-shadow:0 16px 50px #05130f26;transition:top .22s ease,width .22s ease,max-width .22s ease,border-radius .22s ease,box-shadow .22s ease}.site-header.scrolled{top:0;width:100%;max-width:none;border-radius:0 0 16px 16px;box-shadow:0 12px 35px #05130f38}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand-mark{width:38px;height:38px;display:block;flex:0 0 auto;border-radius:9px}.brand-name{display:flex;flex-direction:column;font-size:14px;font-weight:700;letter-spacing:-.01em}.brand-name small{margin-top:2px;color:#fff9;font-size:9px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.desktop-nav{display:flex;align-items:center;gap:clamp(20px,3vw,38px);font-size:13px;color:#ffffffb8}.desktop-nav a{transition:color .18s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--lime)}.header-actions{display:flex;align-items:center;gap:8px}.header-contact{height:46px;padding:0 18px;display:inline-flex;align-items:center;gap:8px;border-radius:8px;background:var(--lime);color:var(--ink);font-size:13px;font-weight:750}.menu-button{width:44px;height:44px;display:none;align-items:center;justify-content:center;border:0;border-radius:8px;background:#ffffff14;cursor:pointer}.mobile-nav{position:absolute;top:76px;left:0;width:100%;padding:14px;display:grid;border-radius:12px;background:var(--ink);box-shadow:0 25px 60px #05130f3d}.mobile-nav a{padding:14px 10px;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd1;font-size:14px}.mobile-nav a:last-child{margin-top:8px;border:0;border-radius:8px;background:var(--lime);color:var(--ink);text-align:center;font-weight:700}.hero{position:relative;min-height:100vh;min-height:100svh;padding:140px max(28px,calc((100vw - var(--max-width)) / 2)) 82px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);align-items:center;gap:clamp(60px,8vw,130px);color:var(--white);background:radial-gradient(circle at 84% 20%,rgba(200,255,77,.14),transparent 23%),linear-gradient(135deg,#10231f,#142c25 58%,#0b1d19)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.22;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to right,black,transparent 75%);mask-image:linear-gradient(to right,black,transparent 75%)}.hero-copy,.hero-panel{position:relative;z-index:1}.eyebrow,.section-index{margin:0;display:flex;align-items:center;gap:11px;font-size:11px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.eyebrow{color:var(--lime)}.eyebrow span{width:34px;height:1px;background:currentColor}.hero h1{max-width:860px;margin:28px 0 30px;font-family:var(--font-sans);font-size:clamp(52px,6.4vw,94px);font-weight:680;line-height:1.03;letter-spacing:-.05em}.hero h1 em{display:block;color:var(--lime);font-weight:400}.hero-summary{max-width:670px;margin:0;color:#ffffffad;font-size:clamp(16px,1.5vw,20px);line-height:1.65}.hero-actions{margin-top:40px;display:flex;flex-wrap:wrap;gap:12px}.primary-button,.secondary-button{height:54px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;font-size:13px;font-weight:750;transition:transform .18s ease,background .18s ease}.primary-button{background:var(--lime);color:var(--ink)}.secondary-button{border:1px solid rgba(255,255,255,.22);color:var(--white);background:#ffffff0a}.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.secondary-button:hover{background:#ffffff17}.hero-panel{min-height:500px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-pill{display:flex;align-items:center;gap:8px;color:#ffffffa1;font-size:11px;line-height:1.4}.status-pill span{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px #c8ff4d1c}.profile-photo{width:136px;height:136px;padding:3px;border:1px solid rgba(200,255,77,.85);border-radius:50%;background:#c8ff4d14;overflow:hidden}.profile-photo img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover;object-position:center top}.profile-identity{padding:16px 0 18px;display:flex;flex-direction:column;align-items:center;text-align:center}.profile-identity h2{margin:14px 0 6px;color:var(--white);font-size:21px;line-height:1.2;letter-spacing:-.02em}.profile-identity p{max-width:330px;margin:0;color:#ffffffad;font-size:11px;line-height:1.55}.profile-location{margin-top:9px;display:inline-flex;align-items:center;gap:5px;color:#ffffff7a;font-size:10px}.profile-network{margin-top:10px;display:flex;align-items:center;gap:14px;color:var(--lime);font-size:10px;font-weight:700}.profile-network span+span{position:relative}.profile-network span+span:before{content:"";position:absolute;top:50%;left:-8px;width:2px;height:2px;border-radius:50%;background:#ffffff6b;transform:translateY(-50%)}.current-role{padding:18px 0;display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.16)}.current-role small{margin-bottom:7px;color:var(--lime);font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.current-role strong{font-size:16px}.current-role span{margin-top:5px;color:#fff9;font-size:11px;line-height:1.45}.current-role .profile-education{margin-top:10px;display:flex;align-items:center;gap:6px;color:#ffffff7a;font-size:10px}.profile-education svg{flex:0 0 auto}.linkedin-link{padding-top:15px;display:grid;grid-template-columns:20px 1fr 16px;align-items:center;gap:9px;border-top:1px solid rgba(255,255,255,.16);color:#ffffffbf;font-size:12px}.linkedin-link:hover{color:var(--lime)}.metrics{width:100%;display:grid;grid-template-columns:repeat(4,1fr);background:var(--lime)}.metric{min-height:185px;padding:36px clamp(24px,3vw,50px);display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(16,35,31,.22)}.metric:last-child{border:0}.metric strong{font-family:var(--font-sans);font-size:clamp(36px,4vw,58px);font-weight:700;line-height:1;letter-spacing:-.05em}.metric span{max-width:210px;margin-top:12px;color:#10231fad;font-size:12px;line-height:1.5}.section{padding:120px max(28px,calc((100vw - var(--max-width)) / 2))}.section-heading{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(440px,1.3fr);gap:70px;align-items:start}.section-index{color:#6d7d77}.section h2,.contact-section h2{margin:0;font-family:var(--font-sans);font-size:clamp(42px,5vw,68px);font-weight:650;line-height:1.08;letter-spacing:-.04em}.about-section{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(440px,1.3fr);gap:70px}.about-section .section-heading{display:block}.about-section h2{margin-top:24px}.about-content{padding-top:34px}.about-content>p{max-width:680px;margin:0 0 22px;color:var(--ink-soft);font-size:16px;line-height:1.8}.about-content .lead{color:var(--ink);font-family:var(--font-sans);font-size:clamp(26px,3vw,38px);font-weight:550;line-height:1.25;letter-spacing:-.02em}.about-content .lead strong{padding:0 .06em;background:linear-gradient(to top,var(--lime) 0 22%,transparent 22%);box-decoration-break:clone;-webkit-box-decoration-break:clone}.language-row{margin-top:34px;padding-top:24px;display:flex;flex-wrap:wrap;gap:12px 24px;border-top:1px solid var(--line)}.language-row span{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700}.language-row svg{padding:2px;border-radius:50%;background:var(--lime)}.career-section{background:var(--white)}.career-section .section-heading{margin-bottom:72px}.timeline{border-top:1px solid var(--line)}.timeline-item{position:relative;z-index:0;display:grid;grid-template-columns:58px 180px minmax(0,1fr);gap:28px;padding:36px 0;border-bottom:1px solid var(--line)}.timeline-item:before{content:"";position:absolute;z-index:-1;top:8px;right:-20px;bottom:8px;left:-20px;border:1px solid rgba(16,35,31,.08);border-radius:14px;background:var(--paper);box-shadow:0 18px 44px #10231f17;opacity:0;transform:scale(.985);transition:opacity .22s ease,transform .22s ease}.timeline-item:hover:before{opacity:1;transform:scale(1)}.timeline-marker{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--paper);font-size:10px;font-weight:800;transition:background-color .22s ease,transform .22s ease,box-shadow .22s ease}.timeline-item:hover .timeline-marker{background:var(--lime);box-shadow:0 8px 20px #10231f24;transform:scale(1.08)}.timeline-period{margin:12px 0 0;color:#74827e;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.timeline-content{display:grid;grid-template-columns:.7fr 1fr;gap:10px 45px}.timeline-content h3{margin:0;font-family:var(--font-sans);font-size:25px;font-weight:650;letter-spacing:-.025em}.timeline-content h4{margin:4px 0 0;color:var(--ink-soft);font-size:13px;font-weight:650}.timeline-content>p{grid-column:2;grid-row:1 / span 2;margin:0;color:var(--ink-soft);font-size:13px;line-height:1.7}.tag-list{grid-column:2;display:flex;flex-wrap:wrap;gap:7px}.tag-list span{padding:6px 9px;border:1px solid var(--line);border-radius:999px;color:#5d6e68;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:border-color .22s ease,background-color .22s ease,color .22s ease}.timeline-item:hover .tag-list span{border-color:#10231f29;background:var(--white);color:var(--ink)}.projects-section{color:var(--white);background:var(--ink)}.project-heading{margin-bottom:72px;grid-template-columns:1fr .6fr;align-items:end}.project-heading .section-index{color:var(--lime)}.project-heading h2{max-width:700px;margin-top:24px}.project-heading>p{max-width:420px;margin:0 0 5px;padding:4px 0 4px 24px;border-left:3px solid var(--lime);color:#ffffff94;font-size:14px;line-height:1.7}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);position:relative;border-top:1px solid rgba(255,255,255,.15);border-left:1px solid rgba(255,255,255,.15)}.project-card{--project-accent: 200, 255, 77;position:relative;z-index:0;isolation:isolate;overflow:hidden;min-height:430px;padding:34px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);background:#ffffff03;transition:border-color .26s ease,background-color .26s ease,box-shadow .26s ease,transform .26s ease}.project-card:nth-child(2),.project-card:nth-child(5){--project-accent: 112, 231, 207}.project-card:nth-child(3),.project-card:nth-child(6){--project-accent: 255, 205, 108}.project-card:after{content:attr(data-project-number);position:absolute;z-index:-1;right:18px;bottom:-32px;color:rgb(var(--project-accent));font-size:clamp(120px,15vw,210px);font-weight:800;line-height:1;letter-spacing:-.09em;opacity:.025;transform:translateY(18px);transition:opacity .32s ease,transform .42s ease}.project-topline{display:flex;align-items:center;justify-content:space-between;color:rgb(var(--project-accent));font-size:11px;font-weight:800}.project-number{display:flex;align-items:center;gap:11px}.project-number small{padding-left:11px;border-left:1px solid rgba(255,255,255,.18);color:#ffffff73;font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.project-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(var(--project-accent),.3);border-radius:50%;background:rgba(var(--project-accent),.08);box-shadow:inset 0 0 0 7px rgba(var(--project-accent),.035);transition:background-color .26s ease,box-shadow .26s ease,color .26s ease,transform .32s ease}.project-card h3{max-width:500px;margin:48px 0 0;font-family:var(--font-sans);font-size:clamp(28px,3vw,40px);font-weight:650;line-height:1.12;letter-spacing:-.035em;transition:color .26s ease,transform .26s ease}.project-description{max-width:520px;margin:20px 0 34px;color:#ffffff94;font-size:13px;line-height:1.7;transition:color .26s ease}.project-result{margin-top:auto;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.14);color:rgb(var(--project-accent));font-size:12px;font-weight:750;line-height:1.45;transition:border-color .26s ease,color .26s ease}a.project-result{transition:gap .18s ease,color .18s ease}a.project-result:hover,a.project-result:focus-visible{gap:24px;color:var(--white)}@media(hover:hover){.project-card:hover{z-index:2;border-color:rgba(var(--project-accent),.48);background:#ffffff0e;box-shadow:0 30px 70px #00000047,inset 0 1px #ffffff14;transform:translateY(-8px) scale(1.012)}.project-card:hover:after{opacity:.07;transform:translateY(0)}.project-card:hover .project-icon{color:var(--ink);background:rgb(var(--project-accent));box-shadow:0 14px 32px rgba(var(--project-accent),.18);transform:rotate(7deg) scale(1.08)}.project-card:hover h3{color:rgb(var(--project-accent));transform:translateY(-3px)}.project-card:hover .project-description{color:#ffffffc2}.project-card:hover .project-result{border-color:rgba(var(--project-accent),.42)}}.expertise-section{display:grid;grid-template-columns:.62fr 1.38fr;gap:70px}.capabilities-title{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:20px 80px;align-items:end}.capabilities-title .section-index{grid-column:1 / -1}.capabilities-title h2{grid-column:1}.capabilities-title h2{max-width:780px;margin-top:12px}.capabilities-title h2 span{padding:0 .06em;background:linear-gradient(to top,var(--lime) 0 22%,transparent 22%);box-decoration-break:clone;-webkit-box-decoration-break:clone}.expertise-intro{grid-column:2;grid-row:2;max-width:470px;margin:0;padding:4px 0 4px 24px;border-left:3px solid var(--lime);color:var(--ink-soft);font-size:14px;line-height:1.75}.expertise-groups{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.expertise-group{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff3}.expertise-group-header{position:relative;min-height:154px;padding:24px;color:var(--white);background:var(--ink)}.expertise-group-header>span{position:absolute;top:24px;right:24px;color:#ffffff57;font-size:11px;font-weight:800}.expertise-group-header p{margin:0;color:var(--lime);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.expertise-group-header h3{max-width:240px;margin:38px 0 0;font-size:25px;font-weight:650;line-height:1.1;letter-spacing:-.03em}.expertise-list{display:flex;flex-direction:column}.expertise-card{min-height:132px;padding:20px;display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;align-items:start;border-top:1px solid var(--line);transition:background-color .2s ease,padding-left .2s ease}.expertise-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:9px;color:var(--ink);background:var(--paper-deep);transition:background-color .2s ease,transform .2s ease}.expertise-card h4{margin:1px 0 7px;font-size:14px;font-weight:750;line-height:1.3;letter-spacing:-.015em}.expertise-card p{margin:0;color:var(--ink-soft);font-size:11px;line-height:1.55}@media(hover:hover){.expertise-card:hover{padding-left:24px;background:var(--white)}.expertise-card:hover .expertise-icon{background:var(--lime);transform:rotate(-4deg)}}.tools-strip{grid-column:1 / -1;margin-top:0;padding:24px 0;display:flex;align-items:baseline;gap:36px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:9px;transition:background-color .2s ease,transform .2s ease}.tools-strip span{flex:0 0 auto;color:var(--ink);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.tools-strip p{margin:0;color:var(--ink-soft);font-size:13px;line-height:1.7}@media(hover:hover){.tools-strip:hover{background:#c8ff4d38;transform:translate(4px)}}.education-section{background:var(--paper-deep)}.education-section .section-heading{margin-bottom:72px}.education-section .section-heading h2 span{padding:0 .05em;background:linear-gradient(to top,var(--lime) 0 22%,transparent 22%);box-decoration-break:clone;-webkit-box-decoration-break:clone}.education-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px}.education-secondary{display:grid;gap:44px}.subsection-label{padding-bottom:16px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line);color:#60716c;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.education-section .subsection-label{color:var(--ink)}.education-section .subsection-label svg{color:#60716c}.education-item{margin:0 -14px;padding:25px 14px;border-bottom:1px solid var(--line);border-radius:9px;transition:background-color .2s ease,transform .2s ease}.education-item h3{margin:0 0 7px;font-family:var(--font-sans);font-size:25px;font-weight:750}.education-item p{margin:0 0 7px;color:var(--ink-soft);font-size:12px}.education-item span{color:#73817d;font-size:10px;transition:color .2s ease}.certification-item{margin:0 -14px;padding:20px 14px;display:grid;grid-template-columns:34px 1fr;gap:12px;border-bottom:1px solid var(--line);border-radius:9px;transition:background-color .2s ease,transform .2s ease}.certification-item>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#899690;font-size:10px;font-weight:800;transition:background-color .2s ease,color .2s ease}.certification-item p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.5}.certification-item p strong,.certification-item p small{display:block}.certification-item p strong{color:var(--ink);font-size:13px;font-weight:750}.certification-item p small{margin-top:3px;color:#73817d;font-size:10px}@media(hover:hover){.education-item:hover,.certification-item:hover{background:#c8ff4d38;transform:translate(4px)}.education-item:hover span{color:var(--ink)}.certification-item:hover>span{color:var(--ink);background:var(--lime)}}.contact-section{position:relative;padding:120px max(28px,calc((100vw - var(--max-width)) / 2)) 55px;display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;color:var(--white);background:#0b1d19}.contact-section:after{content:"";position:absolute;right:max(28px,calc((100vw - var(--max-width)) / 2));bottom:15px;width:min(25vw,330px);aspect-ratio:1;background:#ffffff06;-webkit-mask:url(/brand/simbolo-marca-transparente.png) center / contain no-repeat;mask:url(/brand/simbolo-marca-transparente.png) center / contain no-repeat;pointer-events:none}.contact-copy,.contact-links,.location-note{position:relative;z-index:1}.contact-copy .section-index{color:var(--lime)}.contact-copy h2{margin-top:24px}.contact-copy>p:last-child{max-width:540px;margin:28px 0 0;color:#ffffff94;font-size:14px;line-height:1.75}.contact-links{border-top:1px solid rgba(255,255,255,.16)}.contact-links a{min-height:96px;display:grid;grid-template-columns:150px 1fr 20px;align-items:center;gap:16px;border-bottom:1px solid rgba(255,255,255,.16);color:#ffffffb8;font-size:13px;transition:color .18s ease,padding .18s ease}.contact-links a:hover{padding-left:8px;color:var(--lime)}.contact-links a>span{display:inline-flex;align-items:center;gap:9px;color:var(--white);font-size:11px;font-weight:750}.location-note{grid-column:1 / -1;margin-top:20px;display:flex;align-items:center;gap:8px;color:#ffffff61;font-size:11px}footer{min-height:112px;padding:24px max(28px,calc((100vw - var(--max-width)) / 2));display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--white);background:#0b1d19;border-top:1px solid rgba(255,255,255,.1)}footer p,footer>a:last-child{color:#ffffff61;font-size:10px}footer>a:last-child{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.1em}.arrow-up{transform:rotate(180deg)}@media(max-width:980px){.desktop-nav{display:none}.menu-button{display:inline-flex}.hero{min-height:100vh;min-height:100svh;padding-top:130px;grid-template-columns:1fr;gap:60px}.hero-panel{width:min(100%,520px);min-height:390px}.metrics{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid rgba(16,35,31,.22)}.about-section,.section-heading,.project-heading,.capabilities-title,.expertise-section,.tools-strip,.education-layout,.contact-section{grid-template-columns:1fr}.about-section,.section-heading,.expertise-section,.tools-strip,.education-layout,.contact-section{gap:42px}.about-content{padding-top:0}.timeline-item{grid-template-columns:48px 145px 1fr}.timeline-content{grid-template-columns:1fr}.timeline-content>p,.tag-list{grid-column:1;grid-row:auto}.project-heading>p{max-width:580px}.capabilities-title .section-index,.capabilities-title h2,.expertise-intro{grid-column:1;grid-row:auto}.expertise-intro{max-width:580px}.expertise-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.expertise-group:last-child{grid-column:1 / -1}.expertise-group:last-child .expertise-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.expertise-group:last-child .expertise-card:nth-child(2n){border-left:1px solid var(--line)}.tools-strip{grid-column:1}.contact-section{gap:65px}.location-note{grid-column:1}}@media(max-width:680px){.site-header{top:10px;width:calc(100% - 20px);height:60px;padding-left:12px}.brand-mark{width:34px;height:34px}.brand-name{font-size:12px}.header-contact{display:none}.hero{padding:105px 20px 65px}.hero h1{margin-top:23px;font-size:clamp(47px,14vw,68px)}.hero-summary{font-size:15px}.hero-actions{flex-direction:column}.primary-button,.secondary-button{width:100%}.hero-panel{min-height:375px}.metrics{grid-template-columns:1fr}.metric{min-height:145px;border-right:0;border-bottom:1px solid rgba(16,35,31,.22)}.metric:last-child{border-bottom:0}.section,.contact-section{padding:82px 20px}.contact-section:after{right:20px;bottom:24px;width:min(65vw,280px)}.section h2,.contact-section h2{font-size:41px}.career-section .section-heading,.education-section .section-heading,.project-heading{margin-bottom:48px}.timeline-item{grid-template-columns:42px 1fr;gap:18px 14px}.timeline-period{margin-top:11px}.timeline-content{grid-column:2}.projects-grid{grid-template-columns:1fr}.project-card{min-height:390px;padding:26px}.project-card h3{margin-top:44px}.expertise-groups{grid-template-columns:1fr}.expertise-group:last-child{grid-column:auto}.expertise-group:last-child .expertise-list{display:flex}.expertise-group:last-child .expertise-card:nth-child(2n){border-left:0}.expertise-card{min-height:122px}.tools-strip{align-items:flex-start;flex-direction:column;gap:12px}.contact-links a{min-height:104px;grid-template-columns:1fr 20px}.contact-links a>span{grid-column:1 / -1;padding-top:18px}.contact-links a>svg{grid-column:2;grid-row:2}footer{padding:28px 20px;flex-wrap:wrap}footer p{width:100%;order:3;margin:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
