:root{--ink:#111417;--ink-soft:#1b2024;--paper:#f6f1e8;--paper-strong:#fffaf0;--text:#1d2428;--muted:#5f6b70;--inverse:#fbf7ee;--line:#1d242829;--line-inverse:#fbf7ee2e;--gold:#d99a1b;--gold-strong:#f0b429;--teal:#1c8c84;--coral:#bf5c4a;--shadow:0 24px 60px #1114172e;--header-height:112px}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--paper);color:var(--text);scroll-behavior:smooth;scroll-padding-top:var(--header-height);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:var(--paper);min-width:320px}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.skip-link{z-index:2000;background:var(--gold-strong);color:var(--ink);border-radius:6px;padding:10px 14px;transition:transform .2s;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}#headerTop{z-index:1000;width:100%;min-height:var(--header-height);background:var(--ink);border-bottom:1px solid var(--line-inverse);justify-content:space-between;align-items:center;padding:20px 56px;transition:min-height .3s,padding .3s,background .3s,border-color .3s;display:flex;position:fixed;top:0;left:0}#headerTop #logoSection{height:70px;transition:all .3s;display:flex;position:relative}#headerTop #logoSection #logoAnchor{z-index:1000;width:150px;height:80px;position:absolute;left:92px}#headerTop #logoSection #logo{height:80px;padding-right:150px;transition:all .3s;position:relative}#headerTop #logoSection #logo .logoComponent{background-color:var(--inverse);transition:all .3s;position:absolute}#headerTop #logoSection #logo .lines{width:100px;height:2px}#headerTop #logoSection #logo #topLine{left:50px}#headerTop #logoSection #logo #bottomLine{top:70px;left:0}#headerTop #logoSection #logo #L-left{width:8px;height:55px;top:9px;left:50px}#headerTop #logoSection #logo #L-bottom{width:40px;height:8px;top:56px;left:50px}#headerTop #logoSection #logo .H{width:7px;height:38px}#headerTop #logoSection #logo #H-left{top:9px;left:70px}#headerTop #logoSection #logo #H-right{top:9px;left:93px}#headerTop #logoSection #logo #H-middle{width:16px;height:6px;top:24px;left:77px}#headerTop #logoSection #logo #splitter{background-color:var(--ink);width:75px;height:6px;top:25px;left:34px;transform:rotate(-38deg)}#headerTop #logoSection .logoText{color:var(--inverse);text-transform:uppercase;letter-spacing:5px;opacity:1;margin-top:18px;font-size:2rem;font-weight:300;transition:all .3s;display:block;position:relative}#headerTop.headerScrolled{background:var(--gold-strong);border-color:#11141738;min-height:64px;padding:6px 36px}#headerTop.headerScrolled #logoSection{height:55px}#headerTop.headerScrolled #logoSection #logoAnchor{width:100px;height:55px;left:0}#headerTop.headerScrolled #logoSection #logo{height:55px;padding-right:30px}#headerTop.headerScrolled #logoSection #logo .logoComponent{background-color:var(--ink)}#headerTop.headerScrolled #logoSection #logo #topLine{opacity:0;left:-100px}#headerTop.headerScrolled #logoSection #logo #bottomLine{opacity:0;left:200px}#headerTop.headerScrolled #logoSection #logo #L-left{width:6px;height:41.25px;top:6.75px;left:0}#headerTop.headerScrolled #logoSection #logo #L-bottom{width:30px;height:6px;top:42px;left:0}#headerTop.headerScrolled #logoSection #logo .H{width:5.25px;height:28.5px}#headerTop.headerScrolled #logoSection #logo #H-left{top:6.75px;left:15px}#headerTop.headerScrolled #logoSection #logo #H-right{top:6.75px;left:32.25px}#headerTop.headerScrolled #logoSection #logo #H-middle{width:12px;height:4px;top:18px;left:20.25px}#headerTop.headerScrolled #logoSection #logo #splitter{background-color:var(--gold-strong);width:56.25px;height:4px;top:18.75px;left:-12px}#headerTop.headerScrolled #logoSection .logoText{opacity:0;margin-top:0;font-size:.5rem}.navMenu{align-items:center;margin-left:auto;display:flex;position:relative}.navButton{cursor:pointer;background:0 0;border:0;width:46px;height:46px;display:none}.menuBar{background:var(--gold-strong);border-radius:999px;width:28px;height:3px;margin:6px auto;transition:transform .25s,opacity .25s,background .25s;display:block}#menuList{align-items:center;gap:8px;display:flex}#menuList a{color:var(--inverse);padding:10px 12px;font-size:.94rem;font-weight:700;display:block}.navItem{padding-bottom:4px;display:inline-block;position:relative}.navItem:after{content:"";transform-origin:0;background:currentColor;height:2px;transition:transform .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}#menuList a:hover,#menuList a:focus-visible{color:var(--gold-strong)}.navItem.current:after,#menuList a:hover .navItem:after,#menuList a:focus-visible .navItem:after{transform:scaleX(1)}#headerTop.headerScrolled #menuList a{color:var(--ink)}#headerTop.headerScrolled #menuList a:hover,#headerTop.headerScrolled #menuList a:focus-visible{color:var(--coral)}#headerTop.headerScrolled .menuBar{background:var(--ink)}.section-band{background:var(--paper);padding:104px 56px}.section-band--dark{background:linear-gradient(135deg, #1c8c8433, transparent 38%), var(--ink);color:var(--inverse)}.section-band--muted{background:var(--paper-strong)}.hero{grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:end;gap:56px;min-height:92vh;padding-top:176px;display:grid}.hero__content{min-width:0;max-width:760px}.eyebrow{color:var(--teal);text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;font-size:.82rem;font-weight:800}.section-band--dark .eyebrow{color:var(--gold-strong)}h1,h2,h3{color:inherit;line-height:1.08}h1{max-width:760px;font-size:5.4rem;font-weight:850}h2{max-width:840px;font-size:3rem;font-weight:820}h3{font-size:1.15rem;font-weight:800}p{color:var(--muted);font-size:1.03rem;line-height:1.7}.section-band--dark p{color:#fbf7eec2}.hero__intro{color:#fbf7eed1;max-width:680px;margin-top:28px;font-size:1.35rem}.hero__actions,.contact-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.button{border:1px solid;border-radius:6px;justify-content:center;align-items:center;min-height:48px;padding:12px 18px;font-weight:800;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button--primary{background:var(--gold-strong);border-color:var(--gold-strong);color:var(--ink)}.button--secondary{color:var(--inverse)}.button--secondary:hover,.button--secondary:focus-visible{background:var(--inverse);border-color:var(--inverse);color:var(--ink)}.social-list{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.social-list a{background:var(--inverse);border-radius:6px;place-items:center;width:48px;height:48px;transition:transform .2s,background .2s;display:grid}.social-list a:hover,.social-list a:focus-visible{background:var(--gold-strong);transform:translateY(-2px)}.hero__media{align-content:end;align-self:stretch;gap:18px;display:grid}.hero__media img{aspect-ratio:1;object-fit:cover;border:1px solid var(--line-inverse);width:100%;box-shadow:var(--shadow);border-radius:8px}.hero__fact{border:1px solid var(--line-inverse);background:#fbf7ee14;border-radius:8px;gap:6px;padding:18px;display:grid}.hero__fact span{color:var(--gold-strong);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:800}.hero__fact strong{color:var(--inverse);font-size:1.08rem}.metrics{background:var(--gold-strong);color:var(--ink);border-top:1px solid #11141724;border-bottom:1px solid #11141724;grid-template-columns:repeat(4,1fr);display:grid}.metric{border-right:1px solid #11141724;gap:8px;min-height:144px;padding:28px;display:grid}.metric:last-child{border-right:0}.metric strong{font-size:clamp(2rem,3.2vw,2.7rem);line-height:1}.metric span{max-width:260px;font-size:.96rem;font-weight:760}.section-heading{gap:14px;min-width:0;max-width:960px;margin-bottom:42px;display:grid}.section-heading p{font-weight:720}.profile-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:42px;display:grid}.experience-layout{grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);align-items:stretch;gap:32px;display:grid}.summary-copy{gap:20px;min-width:0;max-width:840px;display:grid}.credential-panel,.impact-card,.skill-card{background:var(--paper-strong);border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 36px #11141714}.credential-panel{gap:20px;padding:24px;display:grid}.credential-panel p span{color:var(--teal);font-weight:800}.certification-list{gap:12px;display:grid}.certification-item{min-height:70px;color:var(--text);border:1px solid #0000;border-radius:8px;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:14px;padding:8px;font-weight:760;line-height:1.35;transition:background .2s,border-color .2s,transform .2s;display:grid}.certification-item:hover,.certification-item:focus-visible{background:#1c8c8414;border-color:#1c8c842e;transform:translateY(-1px)}.certification-item img{object-fit:contain;width:58px;height:58px}.check-list{gap:12px;display:grid}.check-list li,.timeline-list li{color:var(--text);padding-left:22px;line-height:1.6;position:relative}.check-list li:before,.timeline-list li:before{content:"";background:var(--teal);border-radius:50%;width:8px;height:8px;position:absolute;top:.72em;left:0}.experience-summary{font-size:1.16rem;font-weight:720}.timeline-list{background:var(--paper);border:1px solid var(--line);border-radius:8px;gap:16px;padding:28px;display:grid}.impact-grid,.skills-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.impact-card,.skill-card{align-content:start;gap:18px;min-height:260px;padding:24px;display:grid}.impact-card p{font-size:.98rem}.tag-list{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.tag-list li{color:#11655f;background:#1c8c841f;border-radius:999px;padding:6px 9px;font-size:.78rem;font-weight:800}.skill-card{min-height:310px}.skill-card ul{flex-wrap:wrap;gap:8px;display:flex}.skill-card li{background:var(--paper);border:1px solid var(--line);color:var(--muted);border-radius:6px;padding:7px 9px;font-size:.86rem;font-weight:760}.contact-section{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:40px;display:grid}.contact-section h2{max-width:900px}.contact-section p{max-width:720px;margin-top:20px}footer{background:var(--ink);color:#fbf7eebd;justify-content:space-between;align-items:center;gap:16px;padding:24px 56px;font-size:.92rem;display:flex}footer a{color:var(--gold-strong);font-weight:800}@media (width<=1180px){#headerTop{padding:18px 32px}h1{font-size:4.4rem}h2{font-size:2.55rem}.hero{grid-template-columns:minmax(0,1fr) 360px;gap:36px}.impact-grid,.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=940px){#headerTop #logoSection .logoText{display:none}#headerTop #logoSection #logoAnchor{left:0}#menuList{gap:2px}#menuList a{padding:10px 8px;font-size:.88rem}.hero,.profile-grid,.experience-layout,.contact-section{grid-template-columns:1fr}.hero{align-items:start;min-height:auto}.hero__media{max-width:420px}.metrics{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-right:0}}@media (width<=720px){:root{--header-height:88px}#headerTop{min-height:var(--header-height);gap:16px;padding:12px 18px}#headerTop.headerScrolled{padding:6px 16px}#headerTop #logoSection{flex:0 0 118px;width:118px;height:55px}#headerTop #logoSection #logo{transform-origin:0 0;height:55px;padding-right:118px;transform:scale(.72)}#headerTop #logoSection #logoAnchor{width:118px;height:55px}.hero__actions,.contact-actions{width:100%;max-width:320px;display:grid}.button{width:100%}.navButton{z-index:1002;display:block;position:relative}#menuList{background:var(--ink);border:1px solid var(--line-inverse);width:min(240px,100vw - 32px);box-shadow:var(--shadow);opacity:0;pointer-events:none;border-radius:8px;padding:12px;transition:opacity .2s,transform .2s;display:grid;position:fixed;top:76px;right:16px;transform:translateY(-8px)}.navMenu.openMenu #menuList{opacity:1;pointer-events:auto;transform:translateY(0)}.navMenu.openMenu #bar1{transform:translateY(9px)rotate(45deg)}.navMenu.openMenu #bar2{opacity:0}.navMenu.openMenu #bar3{transform:translateY(-9px)rotate(-45deg)}#headerTop.headerScrolled #menuList{background:var(--gold-strong);border-color:#1114172e}.section-band{padding:76px 20px}.hero{padding-top:132px}h1{font-size:3.1rem}h2{font-size:2.05rem}.hero__intro{font-size:1.12rem}.metrics,.impact-grid,.skills-grid{grid-template-columns:1fr}.metric{border-bottom:1px solid #11141724;border-right:0;min-height:118px}.metric:last-child{border-bottom:0}.impact-card,.skill-card{min-height:auto}footer{flex-direction:column;align-items:flex-start;padding:22px 20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
