:root{--bg:#f7f9fc;--surface:#ffffff;--surface2:#eef3f8;--text:#152033;--muted:#64748b;--line:#dbe4ef;--accent:#1357d8;--accent2:#0f766e;--shadow:0 22px 70px rgba(15,23,42,.10);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at 10% 0%,#eaf1ff 0,#f7f9fc 38%,#f8fafc 100%);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(18px,5vw,72px);background:rgba(247,249,252,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,228,239,.8)}.brand{display:flex;align-items:center;gap:12px}.brand strong{display:block;font-size:15px;letter-spacing:-.01em}.brand small{display:block;color:var(--muted);font-size:12px;font-weight:600}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:linear-gradient(135deg,#fff,#edf5ff);box-shadow:0 10px 30px rgba(15,23,42,.08)}.brand-mark svg{width:23px;height:23px;fill:none;stroke:#1d4ed8;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav{display:flex;align-items:center;gap:26px}.nav a{font-size:14px;font-weight:700;color:#334155}.nav a:hover{color:var(--accent)}.menu-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:14px;padding:9px;gap:4px;flex-direction:column;cursor:pointer}.menu-toggle span{display:block;width:21px;height:2px;background:#1e293b;border-radius:2px}.section-pad{padding-left:clamp(18px,5vw,72px);padding-right:clamp(18px,5vw,72px)}.hero{min-height:78vh;display:grid;grid-template-columns:minmax(0,1.32fr) minmax(360px,.68fr);gap:clamp(44px,6vw,86px);align-items:center;padding-top:96px;padding-bottom:86px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;color:var(--accent2);margin:0 0 14px}.hero h1{font-size:clamp(40px,6.1vw,68px);line-height:1.02;letter-spacing:-.058em;margin:0 0 24px;max-width:980px}.hero h1 span{display:block}.lead{font-size:clamp(17px,1.8vw,21px);line-height:1.7;color:#334155;max-width:860px;margin:0 0 30px;font-weight:650;letter-spacing:-.01em}.role-strip{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px}.role-strip span,.chips span{font-size:13px;font-weight:750;padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#27415f}.hero-actions,.contact-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:15px;padding:13px 18px;font-weight:800;font-size:14px;border:1px solid transparent;cursor:pointer;min-height:48px;white-space:nowrap}.btn-primary{background:var(--accent);color:white;box-shadow:0 16px 30px rgba(19,87,216,.22)}.btn-secondary{background:#fff;color:#172033;border-color:var(--line)}.resume-menu{position:relative;display:inline-flex}.resume-options{position:absolute;top:calc(100% + 10px);left:0;min-width:265px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:8px;display:none;z-index:60}.resume-menu.open .resume-options{display:block}.resume-options a{display:block;padding:12px 13px;border-radius:12px;font-size:14px;font-weight:750;color:#1f2937}.resume-options a:hover{background:var(--surface2)}.hero-card,.section,.contact{background:rgba(255,255,255,.78);border:1px solid rgba(219,228,239,.92);box-shadow:var(--shadow);border-radius:var(--radius)}.hero-card{padding:32px}.status-dot{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#0f766e;font-size:13px;background:#ecfdf5;border:1px solid #b6ead5;padding:7px 11px;border-radius:999px}.status-dot span{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 0 5px rgba(16,185,129,.12)}.hero-card h2{font-size:24px;margin:22px 0 8px}.hero-card p{color:var(--muted);margin:0 0 22px}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metric-grid div{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:16px}.metric-grid strong{font-size:24px;display:block;letter-spacing:-.04em}.metric-grid span{font-size:12px;color:var(--muted);font-weight:700}.trust-bar{margin:0 clamp(18px,5vw,72px) 34px;padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.trust-bar div{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:16px}.trust-bar strong{display:block}.trust-bar span{color:var(--muted);font-size:14px}.section{margin:34px clamp(18px,5vw,72px);padding:42px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:30px}.section-head h2{font-size:clamp(25px,3.5vw,44px);line-height:1.08;letter-spacing:-.045em;margin:0;max-width:830px}.section-head.compact{display:block}.timeline{display:grid;gap:16px}.experience-card{background:#f8fafc;border:1px solid var(--line);border-radius:22px;padding:28px}.experience-card.featured{background:linear-gradient(135deg,#ffffff,#edf5ff);border-color:#b9cef8}.exp-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}.exp-top h3{font-size:24px;margin:6px 0 2px;letter-spacing:-.025em}.role{margin:0;color:#475569;font-weight:750}.exp-top time{font-size:13px;font-weight:800;color:#64748b;white-space:nowrap;background:#fff;border:1px solid var(--line);padding:8px 10px;border-radius:999px}.tag{font-size:12px;font-weight:900;color:#155e75;background:#cffafe;border:1px solid #a5f3fc;border-radius:999px;padding:5px 9px}.experience-card>p{color:#334155;margin:0 0 17px}.chips{display:flex;gap:9px;flex-wrap:wrap}.chips span{font-size:12px;padding:7px 10px}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.skills-grid article{background:#f8fafc;border:1px solid var(--line);border-radius:22px;padding:25px}.icon{width:42px;height:42px;border-radius:14px;background:#eef5ff;border:1px solid #d7e7ff;display:grid;place-items:center;margin-bottom:14px}.icon svg{width:24px;height:24px;fill:none;stroke:#1357d8;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.skills-grid h3{margin:0 0 8px;font-size:18px}.skills-grid p{margin:0;color:var(--muted);font-size:14px}.cert-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.cert-grid div{background:#f8fafc;border:1px solid var(--line);border-radius:19px;padding:17px}.cert-grid strong{display:block;font-size:15px;line-height:1.25}.cert-grid span{display:block;margin-top:8px;font-size:12px;color:var(--muted);font-weight:650}.profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.profile-grid a{background:#f8fafc;border:1px solid var(--line);border-radius:22px;padding:18px;transition:.18s ease}.profile-grid a:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(15,23,42,.08)}.profile-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#0f172a;color:white;font-weight:900;letter-spacing:-.05em;margin-bottom:14px}.profile-grid strong{display:block}.profile-grid small{display:block;color:var(--muted);font-weight:650;margin-top:5px}.contact{margin:40px clamp(18px,5vw,72px);padding:42px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:32px}.contact h2{font-size:clamp(26px,3.3vw,44px);letter-spacing:-.045em;line-height:1.08;margin:0;max-width:900px}.footer{display:flex;justify-content:space-between;gap:18px;padding:24px clamp(18px,5vw,72px) 38px;color:#64748b;font-size:13px;font-weight:650}.footer-resume .resume-options{right:0;left:auto}@media (max-width:1020px){.hero{grid-template-columns:1fr}.hero-card{max-width:720px}.skills-grid{grid-template-columns:repeat(2,1fr)}.cert-grid,.profile-grid{grid-template-columns:repeat(2,1fr)}.trust-bar,.contact{grid-template-columns:1fr}}@media (max-width:820px){.menu-toggle{display:flex}.nav{position:fixed;top:70px;right:18px;left:18px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:10px}.nav.open{display:flex}.nav a{padding:14px 16px;border-radius:14px}.nav a:hover{background:#f1f5f9}.site-header{padding:14px 18px}.hero{padding-top:64px;padding-bottom:60px;gap:30px}.hero h1{font-size:42px;letter-spacing:-.052em}.lead{font-size:18px}.section,.trust-bar,.contact{margin-left:18px;margin-right:18px;padding:26px}.section-head{display:block}.skills-grid,.cert-grid,.profile-grid,.metric-grid{grid-template-columns:1fr}.exp-top{display:block}.exp-top time{display:inline-flex;margin-top:12px}.hero-actions,.contact-actions{align-items:stretch}.btn{width:100%}.resume-menu{width:100%}.resume-menu>button{width:100%}.resume-options{width:100%;min-width:0}.footer{display:block}.footer span{display:block;margin-top:6px}.brand small{display:none}}@media (max-width:430px){.hero h1{font-size:38px}.brand strong{font-size:14px}.brand-mark{width:34px;height:34px}.role-strip span{font-size:12px}.section,.trust-bar,.contact,.hero-card{border-radius:20px}}


/* Final breathable polish */
.nav a{font-weight:800;letter-spacing:-.01em}.eyebrow{letter-spacing:.14em}.role-strip{max-width:880px}.role-strip span{background:rgba(255,255,255,.92)}.brand strong{text-transform:uppercase;letter-spacing:.02em}.brand small{letter-spacing:.01em}.hero-content{padding-top:6px}.hero-card h2{letter-spacing:-.03em}.section-head h2{max-width:920px}.experience-card>p{font-size:15.5px;line-height:1.72}.exp-top h3{letter-spacing:-.035em}.profile-grid small{line-height:1.45}.btn{transition:transform .18s ease, box-shadow .18s ease, background .18s ease}.btn:hover{transform:translateY(-2px)}@media (max-width:820px){.hero-content{padding-top:0}.lead{font-size:17px;line-height:1.65}.hero-card{padding:26px}.section-head h2{font-size:28px;line-height:1.15}.trust-bar{gap:12px}.contact-actions{width:100%}}


/* Recruiter-focused comparison polish — Compact width — tighter recruiter scan path */
:root{--container:1100px;}
.site-header{padding-left:max(18px,calc((100vw - var(--container))/2));padding-right:max(18px,calc((100vw - var(--container))/2));}
.brand{gap:0;}
.brand strong{font-size:16px;text-transform:uppercase;letter-spacing:.055em;}
.brand small{display:flex;align-items:center;gap:6px;margin-top:3px;color:#475569;font-size:12px;font-weight:750;}
.brand-mark{display:none!important;}
.location-icon{width:15px;height:15px;fill:none;stroke:var(--accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;}
.hero-location{display:flex;align-items:center;gap:7px;}
.location-icon.pulse{filter:drop-shadow(0 0 6px rgba(19,87,216,.22));animation:locationPulse 2.7s ease-in-out infinite;}
@keyframes locationPulse{0%,100%{transform:scale(1);opacity:.86}50%{transform:scale(1.08);opacity:1}}
.hero,.section,.contact,.trust-bar,.value-panel{max-width:var(--container);margin-left:auto!important;margin-right:auto!important;width:calc(100% - 36px);}
.hero{padding-left:0;padding-right:0;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:clamp(38px,5vw,72px);min-height:76vh;}
.hero-card{padding:34px;}
.hero-card>p{font-size:15.5px;line-height:1.72;color:#334155;}
.snapshot-stack{display:grid;gap:10px;margin:18px 0 18px;}
.snapshot-stack div{background:#f8fafc;border:1px solid var(--line);border-radius:17px;padding:14px;}
.snapshot-stack strong{display:block;font-size:14px;letter-spacing:-.01em;margin-bottom:4px;}
.snapshot-stack span{display:block;font-size:12.5px;color:var(--muted);font-weight:650;line-height:1.45;}
.value-panel{margin-top:0!important;margin-bottom:34px!important;padding:34px!important;display:block;}
.value-head{max-width:860px;margin-bottom:22px;}
.value-head h2{font-size:clamp(24px,3vw,38px);line-height:1.1;letter-spacing:-.045em;margin:0;}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.value-grid article{background:#f8fafc;border:1px solid var(--line);border-radius:20px;padding:20px;min-height:168px;display:flex;flex-direction:column;justify-content:flex-start;}
.value-grid article span{font-size:12px;font-weight:900;color:var(--accent);margin-bottom:18px;}
.value-grid article strong{font-size:17px;letter-spacing:-.02em;margin-bottom:8px;}
.value-grid article small{font-size:13px;line-height:1.5;color:var(--muted);font-weight:650;}
.section{padding:42px!important;}
.section-head.stacked{display:block;text-align:left;max-width:900px;margin-bottom:30px;}
.section-head.stacked h2{max-width:900px;margin-bottom:12px;}
.section-subtitle{margin:0;color:var(--muted);font-size:16px;line-height:1.65;max-width:760px;font-weight:650;}
.exp-top{gap:22px;}
.experience-card{padding:30px;}
.experience-card.featured{box-shadow:0 18px 55px rgba(19,87,216,.11);}
.nav a{font-size:13.5px;color:#1f2937;font-weight:850;}
.profile-icon{background:linear-gradient(135deg,#0f172a,#1e40af);}
@media (max-width:1100px){.value-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}}
@media (max-width:820px){.site-header{padding-left:18px;padding-right:18px}.hero,.section,.contact,.value-panel{width:calc(100% - 36px);}.hero{padding-top:64px;padding-bottom:58px}.value-panel,.section,.contact{padding:26px!important}.value-grid{grid-template-columns:1fr}.brand small{display:flex}.nav{top:72px}}
@media (max-width:430px){.brand strong{font-size:13px}.brand small{font-size:11px}.value-grid article{min-height:auto}}

/* Compact version refinements */
.hero{grid-template-columns:1fr;min-height:auto;padding-top:82px;padding-bottom:52px;}
.hero-card{max-width:none;}
.hero h1{font-size:clamp(40px,5.4vw,62px);max-width:900px;}
.lead{max-width:820px;}
.metric-grid{grid-template-columns:repeat(4,1fr);}
.section-head h2{font-size:clamp(24px,3vw,38px);}
.experience-card{padding:26px;}
@media (max-width:820px){.metric-grid{grid-template-columns:1fr}.hero{padding-top:62px}.hero h1{font-size:38px}}


/* Snapshot + hierarchy refinement requested */
.hero h1{font-size:clamp(42px,6.2vw,78px);line-height:.98;}
.lead{max-width:820px;}
.section-head h2{font-size:clamp(22px,2.7vw,34px)!important;line-height:1.15;letter-spacing:-.035em;}
.value-head h2{font-size:clamp(22px,2.4vw,32px)!important;}
.hero-card.compact-snapshot{align-self:center;padding:24px;max-width:430px;}
.compact-snapshot h2{font-size:21px;margin:18px 0 14px;}
.compact-snapshot .status-dot{font-size:12px;padding:6px 10px;}
.snapshot-mini{display:grid;gap:10px;margin:0 0 14px;}
.snapshot-mini article{border:1px solid var(--line);background:#f8fafc;border-radius:16px;padding:13px 14px;}
.snapshot-mini strong{display:block;font-size:13.5px;line-height:1.25;letter-spacing:-.01em;color:#0f172a;}
.snapshot-mini span{display:block;margin-top:5px;font-size:12.2px;line-height:1.4;color:#64748b;font-weight:700;}
.trust-line{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.trust-line span{font-size:11.5px;font-weight:850;color:#0f172a;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 9px;}
.metric-grid,.snapshot-stack,.hero-card.compact-snapshot>p{display:none!important;}
.value-grid article{min-height:145px;}
.value-grid article strong{font-size:16px;}
.value-grid article small{font-size:12.7px;}
.skills-grid p{line-height:1.6;}
.education-card{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f8fafc;border:1px solid var(--line);border-radius:22px;padding:24px;}
.education-card strong{display:block;font-size:18px;letter-spacing:-.02em;}
.education-card span{display:block;margin-top:5px;color:var(--muted);font-weight:700;}
.education-card time{font-weight:900;color:#64748b;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;}
@media(max-width:1100px){.hero-card.compact-snapshot{max-width:100%;}.hero{gap:28px;}.trust-line span{font-size:11.5px}}
@media(max-width:820px){.hero h1{font-size:40px;}.section-head h2{font-size:24px!important}.hero-card.compact-snapshot{padding:22px}.education-card{display:block}.education-card time{display:inline-flex;margin-top:14px}.nav{max-height:calc(100vh - 96px);overflow:auto}}


/* Locked Flagship Compact final adjustments — preserve master color/layout */
.hero{grid-template-columns:1fr!important;gap:24px!important;padding-top:86px!important;padding-bottom:46px!important;}
.hero-content{max-width:930px;}
.hero h1{font-size:clamp(38px,5.2vw,64px)!important;line-height:1.02!important;letter-spacing:-.052em!important;margin:0 0 18px!important;}
.lead{font-size:clamp(17px,2vw,22px)!important;line-height:1.55!important;max-width:820px!important;margin-bottom:22px!important;}
.hero-location{display:block!important;color:#334155!important;letter-spacing:.105em!important;margin-bottom:18px!important;}
.role-strip{gap:9px!important;margin-top:16px!important;}
.role-strip span{padding:8px 11px!important;font-size:12.5px!important;}
.hero-actions{margin-top:26px!important;gap:12px!important;}
.expertise-strip{padding-top:34px!important;padding-bottom:34px!important;}
.expertise-head{margin-bottom:22px!important;}
.expertise-head h2{max-width:780px!important;}
.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.expertise-grid article{background:#f8fafc;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 14px 40px rgba(15,23,42,.04);}
.card-kicker{display:inline-flex;margin-bottom:16px;color:var(--accent);background:rgba(19,87,216,.08);border:1px solid rgba(19,87,216,.14);border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;}
.expertise-grid h3{margin:0 0 9px;font-size:18px;letter-spacing:-.026em;}
.expertise-grid p{margin:0;color:#64748b;font-size:13.5px;line-height:1.58;font-weight:650;}
.value-panel{display:none!important;}
.section-head.stacked{text-align:left!important;}
.section-subtitle{margin-top:6px!important;}
.experience-card .chips span{font-size:12px!important;padding:7px 9px!important;}
.exp-top h3{font-size:clamp(21px,2.5vw,28px)!important;}
.experience-card>p{max-width:920px;}
.profile-link .profile-icon{background:#0f172a!important;color:#fff!important;transition:background .18s ease, transform .18s ease;}
.profile-link.linkedin:hover .profile-icon{background:#0A66C2!important;}
.profile-link.dribbble:hover .profile-icon{background:#EA4C89!important;}
.profile-link.behance:hover .profile-icon{background:#1769FF!important;}
.profile-link.portfolio:hover .profile-icon{background:var(--accent)!important;}
.profile-grid a:hover .profile-icon{transform:translateY(-1px) scale(1.03);}
.brand small{display:block!important;color:#64748b!important;}
.location-icon,.location-icon.pulse{display:none!important;animation:none!important;}
@media (max-width:900px){.expertise-grid{grid-template-columns:1fr}.hero{padding-top:66px!important}.hero h1{font-size:40px!important}.hero-actions{align-items:stretch}.hero-actions .btn{width:100%}.expertise-strip{padding:26px!important}.nav{max-height:calc(100vh - 96px);overflow:auto}.nav.open{display:flex!important}}
@media (max-width:430px){.hero h1{font-size:36px!important}.lead{font-size:16px!important}.hero-location{font-size:11px!important;line-height:1.6}.role-strip span{font-size:12px!important}}


/* Premium motion layer — subtle only */
.motion-enabled .site-header{transition:background .25s ease, box-shadow .25s ease, border-color .25s ease;}
.motion-enabled .site-header.scrolled{background:rgba(255,255,255,.88);box-shadow:0 14px 45px rgba(15,23,42,.08);}
.motion-enabled .reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease, transform .55s ease;}
.motion-enabled .reveal.in{opacity:1;transform:translateY(0);}
.motion-enabled .experience-card,.motion-enabled .expertise-grid article,.motion-enabled .skills-grid article,.motion-enabled .profile-grid a,.motion-enabled .cert-grid div{transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;}
.motion-enabled .experience-card:hover,.motion-enabled .expertise-grid article:hover,.motion-enabled .skills-grid article:hover,.motion-enabled .profile-grid a:hover,.motion-enabled .cert-grid div:hover{transform:translateY(-3px);box-shadow:0 20px 60px rgba(15,23,42,.08);border-color:rgba(19,87,216,.20);}
.cursor-dot,.cursor-ring{position:fixed;left:0;top:0;pointer-events:none;z-index:9999;border-radius:999px;opacity:0;transition:opacity .18s ease, transform .18s ease;}
.cursor-dot{width:7px;height:7px;background:var(--accent);transform:translate(-50%,-50%);}
.cursor-ring{width:34px;height:34px;border:1px solid rgba(19,87,216,.34);transform:translate(-50%,-50%);}
.cursor-ring.active{transform:translate(-50%,-50%) scale(1.55);background:rgba(19,87,216,.06);}
@media (hover:hover) and (pointer:fine){.motion-enabled .cursor-dot,.motion-enabled .cursor-ring{opacity:1;}.motion-enabled{cursor:none}.motion-enabled a,.motion-enabled button{cursor:none}}
@media (prefers-reduced-motion: reduce){.motion-enabled .reveal{opacity:1!important;transform:none!important;transition:none!important}.cursor-dot,.cursor-ring{display:none!important}.motion-enabled,.motion-enabled a,.motion-enabled button{cursor:auto!important}}


/* Final recruiter-ready motion update: keep Flagship Compact design, refine hierarchy */
.hero-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 18px;}
.hero-place{font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:#475569;}
.auth-badge{display:inline-flex;align-items:center;border:1px solid rgba(16,185,129,.22);background:rgba(16,185,129,.11);color:#047857;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.hero-location{display:none!important;}
.contact h2{font-size:clamp(21px,2.35vw,31px)!important;line-height:1.22!important;letter-spacing:-.03em!important;max-width:760px!important;}
.contact{gap:24px!important;align-items:center!important;}
.expertise-strip{padding-top:30px!important;padding-bottom:30px!important;}
.expertise-grid article{padding:20px!important;}
.expertise-grid p{font-size:13.2px!important;line-height:1.54!important;}
.skills-grid article{padding:22px!important;}
.skills-grid p{font-size:13.6px!important;line-height:1.56!important;}
.section-head.compact h2{max-width:780px!important;}
@media (max-width:900px){.hero-meta{gap:8px}.hero-place,.auth-badge{font-size:11px}.contact h2{font-size:23px!important}.contact{gap:18px!important}}
@media (max-width:520px){.auth-badge{width:100%;justify-content:center}.hero-place{width:100%;text-align:center}.hero-meta{justify-content:center}.hero-content{text-align:center}.role-strip,.hero-actions{justify-content:center}.contact{text-align:left}}


/* Final upload polish: work authorization badge + footer CTA order */
.hero-meta{margin-bottom:20px!important;}
.hero-meta .auth-badge{font-size:12px!important;letter-spacing:.06em!important;text-transform:none!important;padding:8px 12px!important;background:rgba(16,185,129,.10)!important;border-color:rgba(16,185,129,.24)!important;color:#047857!important;}
.hero-place{display:none!important;}
.contact{background:#101827!important;color:#fff!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 24px 80px rgba(15,23,42,.18)!important;position:relative;overflow:hidden;}
.contact:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(120deg,rgba(0,0,0,.75),transparent 75%);pointer-events:none;}
.contact>*{position:relative;z-index:1;}
.contact .eyebrow{color:#9ae6c4!important;}
.contact h2{color:#fff!important;}
.footer-cta-actions{min-width:390px;justify-content:space-between!important;}
.footer-cta-actions .resume-menu{order:1;}
.footer-cta-actions .footer-message{order:2;}
.footer-cta-actions .btn-primary{background:#fff!important;color:#101827!important;box-shadow:none!important;}
.footer-cta-actions .btn-secondary{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.34)!important;}
.footer-cta-actions .resume-options{left:0!important;right:auto!important;}
.footer{align-items:center;}
@media (max-width:900px){.footer-cta-actions{min-width:0;width:100%;display:grid!important;grid-template-columns:1fr 1fr;gap:12px}.footer-cta-actions .resume-menu,.footer-cta-actions .btn{width:100%;}.footer-cta-actions .resume-menu>button{width:100%;}}
@media (max-width:560px){.footer-cta-actions{grid-template-columns:1fr}.footer-cta-actions .footer-message{order:2}.footer-cta-actions .resume-menu{order:1}.contact{text-align:left!important}.hero-meta .auth-badge{width:auto!important;max-width:100%;justify-content:center;text-align:center;}}


/* Final headline + badge polish */
.brand small{font-weight:500!important;letter-spacing:.01em!important;color:#64748b!important;}
.hero h1{max-width:980px!important;}
.hero h1 span{display:block;}
.hero .lead{max-width:900px!important;}
.hero-meta{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;flex-wrap:wrap!important;margin:20px 0 0!important;}
.location-badge,.auth-badge{display:inline-flex!important;align-items:center!important;gap:7px!important;border-radius:999px!important;padding:8px 12px!important;font-size:12.5px!important;font-weight:750!important;line-height:1!important;letter-spacing:.01em!important;text-transform:none!important;white-space:nowrap!important;}
.location-badge{background:rgba(15,23,42,.055)!important;border:1px solid rgba(15,23,42,.10)!important;color:#334155!important;}
.location-badge svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
.auth-badge{background:rgba(16,185,129,.10)!important;border:1px solid rgba(16,185,129,.24)!important;color:#047857!important;}
.role-strip{margin-top:18px!important;}
@media (max-width:700px){.hero-meta{justify-content:flex-start!important}.hero-content{text-align:left!important}.location-badge,.auth-badge{font-size:11.5px!important;white-space:normal!important;line-height:1.35!important}.role-strip{justify-content:flex-start!important}.hero-actions{justify-content:flex-start!important}}
@media (max-width:520px){.location-badge,.auth-badge{width:100%!important;justify-content:center!important;text-align:center!important}.hero-meta{justify-content:center!important}.hero-content{text-align:center!important}.role-strip,.hero-actions{justify-content:center!important}}

/* Final hierarchy patch: badges above hero headline, left aligned for recruiter scanning */
.hero-content{
  max-width:760px!important;
  text-align:left!important;
}
.hero .lead{
  margin:0 0 18px!important;
  max-width:760px!important;
}
.hero-meta{
  justify-content:flex-start!important;
  margin:0 0 24px!important;
}
.hero h1{
  max-width:760px!important;
  margin:0 0 18px!important;
}
.role-strip,
.hero-actions{
  justify-content:flex-start!important;
}
@media (max-width:700px){
  .hero-content{text-align:left!important;max-width:100%!important;}
  .hero-meta{justify-content:flex-start!important;margin-bottom:22px!important;}
  .role-strip,.hero-actions{justify-content:flex-start!important;}
}
@media (max-width:520px){
  .hero-content{text-align:left!important;}
  .hero-meta{justify-content:flex-start!important;}
  .location-badge,.auth-badge{width:100%!important;justify-content:flex-start!important;text-align:left!important;}
  .role-strip,.hero-actions{justify-content:flex-start!important;}
}

/* Final header typography alignment */
.site-header,
.brand,
.brand strong,
.brand small,
.nav,
.nav a{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.brand strong{
  display:block !important;
  font-size:15.5px !important;
  line-height:1.15 !important;
  font-weight:700 !important;
  letter-spacing:.015em !important;
  text-transform:none !important;
  color:#152033 !important;
}
.brand small{
  display:block !important;
  margin-top:4px !important;
  font-size:12.5px !important;
  line-height:1.25 !important;
  font-weight:400 !important;
  letter-spacing:.005em !important;
  color:#64748b !important;
}
.nav{
  gap:22px !important;
}
.nav a{
  font-size:13.5px !important;
  line-height:1.25 !important;
  font-weight:600 !important;
  letter-spacing:.005em !important;
  color:#334155 !important;
  opacity:.94;
}
.nav a:hover{
  color:var(--accent) !important;
  opacity:1;
}
@media (max-width:900px){
  .brand strong{font-size:14.5px !important;}
  .brand small{font-size:12px !important;font-weight:400 !important;}
  .nav a{font-size:14px !important;font-weight:600 !important;}
}
@media (max-width:430px){
  .brand strong{font-size:13.5px !important;}
  .brand small{font-size:11.5px !important;}
}


/* Header balance + final recruiter hierarchy */
.site-header{gap:24px!important;}
.header-right{display:flex;align-items:center;gap:18px;margin-left:auto;}
.header-resume{flex:0 0 auto;}
.btn-header-resume{min-height:40px!important;padding:9px 13px!important;border-radius:13px!important;font-size:13px!important;box-shadow:0 10px 20px rgba(19,87,216,.16)!important;}
.header-resume .resume-options{right:0!important;left:auto!important;min-width:250px!important;}
.nav a{position:relative;}
.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;border-radius:999px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:transform .18s ease;opacity:.9;}
.nav a:hover:after{transform:scaleX(1);}
.hero-content{max-width:740px!important;text-align:left!important;}
.hero .lead{font-size:clamp(16px,1.45vw,19px)!important;line-height:1.62!important;font-weight:600!important;color:#475569!important;margin:0 0 18px!important;max-width:740px!important;}
.hero-meta{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;flex-wrap:wrap!important;margin:0 0 24px!important;max-width:740px!important;}
.location-badge,.auth-badge{width:auto!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;border-radius:999px!important;padding:8px 12px!important;font-size:12.5px!important;font-weight:750!important;line-height:1.15!important;letter-spacing:.01em!important;text-transform:none!important;white-space:normal!important;text-align:left!important;}
.location-badge{background:rgba(15,23,42,.055)!important;border:1px solid rgba(15,23,42,.10)!important;color:#334155!important;}
.auth-badge{background:rgba(16,185,129,.10)!important;border:1px solid rgba(16,185,129,.24)!important;color:#047857!important;}
.location-badge svg{flex:0 0 auto;width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.role-strip,.hero-actions{justify-content:flex-start!important;}
.hero h1{max-width:740px!important;margin:0 0 18px!important;}
.brand small{font-weight:400!important;color:#64748b!important;}
@media (max-width:1120px){.nav{gap:16px!important}.nav a{font-size:13px!important}.btn-header-resume{font-size:12.5px!important;padding-left:11px!important;padding-right:11px!important}}
@media (max-width:920px){.header-resume{display:none!important}.header-right{display:block;margin-left:0}.nav a:after{display:none!important}}
@media (max-width:820px){.header-right{position:static}.nav{position:fixed!important}.hero-meta{justify-content:flex-start!important}.location-badge,.auth-badge{width:auto!important;max-width:100%!important;justify-content:flex-start!important;text-align:left!important}.hero-content{text-align:left!important}.role-strip,.hero-actions{justify-content:flex-start!important}}
@media (max-width:520px){.hero-meta{justify-content:flex-start!important;align-items:flex-start!important}.location-badge,.auth-badge{width:auto!important;max-width:100%!important;justify-content:flex-start!important;text-align:left!important;padding:8px 11px!important;font-size:11.5px!important}.hero-content{text-align:left!important}.role-strip,.hero-actions{justify-content:flex-start!important}.hero-actions .btn,.resume-menu,.resume-menu>button{width:100%!important}.hero h1 span{display:inline!important}}

/* Version 1: recruiter optimized with balanced header resume CTA */
.hero h1{font-size:clamp(37px,5.2vw,60px)!important;line-height:1.04!important;letter-spacing:-.052em!important;}
