:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0e0f12;--panel:#17191d;--panel-strong:#1f2228;--text:#f4f0ea;--muted:#b9b3aa;--soft:#807a73;--line:#f4f0ea1f;--accent:#e23d6f;--secondary:#48d5c4;--warning:#f4b95f;--success:#57d68d;--danger:#ff6b6b;--shadow:0 22px 80px #00000059;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);margin:0}body,button,input,textarea,select{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0}img{max-width:100%;display:block}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--text);background:#ffffff0a;border-radius:8px;outline:none;padding:.85rem .95rem}textarea{resize:vertical;min-height:140px}input:focus,textarea:focus,select:focus{border-color:var(--secondary);box-shadow:0 0 0 3px #48d5c424}select{appearance:none}.portfolio-shell{background:linear-gradient(180deg, #e23d6f0d, transparent 32rem), var(--bg);min-height:100vh}.page-grid{width:min(1180px,100% - 40px);margin:0 auto}.site-header{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0e0f12d1;justify-content:space-between;align-items:center;height:76px;padding:0 max(20px,50vw - 590px);display:flex;position:fixed;inset:0 0 auto}.brand-mark{background:var(--accent);color:#fff;border-radius:8px;place-items:center;width:42px;height:42px;font-weight:800;display:inline-grid}.brand-mark img{border-radius:inherit;object-fit:contain;width:100%;height:100%;padding:7px}.desktop-nav{gap:.35rem;display:flex}.desktop-nav a,.mobile-nav a{color:var(--muted);border-radius:8px;padding:.65rem .85rem;transition:color .18s,background .18s}.desktop-nav a:hover,.mobile-nav a:hover{color:var(--text);background:#ffffff0f}.icon-button{background:var(--panel-strong);width:42px;height:42px;color:var(--text);border-radius:8px;place-items:center;display:inline-grid}.menu-button{display:none}.mobile-nav{z-index:60;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e0f12f5;place-content:center;gap:.4rem;display:grid;position:fixed;inset:0}.mobile-nav a{text-align:center;min-width:220px}.mobile-close{position:absolute;top:22px;right:22px}.hero-section{min-height:100vh;padding:120px 0 68px;position:relative;overflow:hidden}.hero-media{z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.hero-grid{z-index:1;grid-template-columns:minmax(0,1.04fr) minmax(280px,.64fr);align-items:center;gap:3rem;min-height:calc(100vh - 190px);display:grid;position:relative}.hero-copy{max-width:760px}.eyebrow,.section-intro span,.cms-status{color:var(--secondary);text-transform:uppercase;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.hero-copy h1{max-width:860px;margin:.85rem 0 1rem;font-size:clamp(3.1rem,8vw,6.8rem);line-height:.95}.hero-copy p,.lead-text{color:var(--muted);font-size:1.06rem;line-height:1.8}.hero-actions,.cms-actions{flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.8rem;display:flex}.primary-button,.ghost-button,.text-button,.filter-button{border-radius:8px;justify-content:center;align-items:center;gap:.45rem;min-height:42px;font-weight:750;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.primary-button{background:var(--accent);color:#fff;padding:.78rem 1rem}.primary-button:hover,.ghost-button:hover,.text-button:hover,.filter-button:hover{transform:translateY(-2px)}.primary-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.ghost-button{border:1px solid var(--line);color:var(--text);background:#ffffff0d;padding:.75rem .95rem}.portrait-stage{justify-self:end;position:relative}.portrait-stage img{aspect-ratio:1/1.12;object-fit:cover;object-position:center top;border:1px solid var(--line);width:min(390px,80vw);box-shadow:var(--shadow);background:linear-gradient(135deg,#e23d6f33,#48d5c429);border-radius:8px}.availability-pill{border:1px solid var(--line);max-width:260px;color:var(--text);box-shadow:var(--shadow);background:#17191df0;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem .9rem;display:flex;position:absolute;bottom:1.4rem;right:-1rem}.availability-pill svg{color:var(--success);flex:none}.stats-band{border-block:1px solid var(--line);background:#ffffff08}.stats-grid{grid-template-columns:repeat(3,1fr);display:grid}.stat-item{padding:1.6rem 0}.stat-item strong{color:var(--warning);font-size:2rem;display:block}.stat-item span{color:var(--muted)}.section{padding:96px 0}.split-section{grid-template-columns:minmax(260px,.75fr) minmax(0,1fr);align-items:center;gap:3rem;display:grid}.section-media img{aspect-ratio:4/5;object-fit:cover;border:1px solid var(--line);border-radius:8px;width:100%}.section-intro{max-width:720px;margin-bottom:2rem}.section-intro h2{margin:.45rem 0 0;font-size:clamp(2rem,4vw,3.8rem);line-height:1}.highlight-list{gap:.8rem;margin-top:1.6rem;display:grid}.highlight-row{color:var(--muted);align-items:flex-start;gap:.75rem;display:flex}.highlight-row svg{color:var(--secondary);flex:none;margin-top:.1rem}.skills-grid,.services-grid,.testimonial-grid,.project-grid{gap:1.15rem;display:grid}.skills-grid{grid-template-columns:repeat(3,1fr)}.skill-card,.service-card,.testimonial-card,.project-card,.timeline-column,.contact-form,.cms-panel,.message-card,.cms-count,.login-panel{border:1px solid var(--line);background:var(--panel);border-radius:8px}.skill-card,.service-card,.testimonial-card,.timeline-column{padding:1.25rem}.card-icon{width:42px;height:42px;color:var(--accent);background:#e23d6f24;border-radius:8px;place-items:center;display:inline-grid}.skill-card h3,.service-card h3,.timeline-column h3{margin:1rem 0 .35rem}.skill-card p,.service-card p,.testimonial-card p{color:var(--muted);line-height:1.7}.skill-bars{gap:1rem;margin-top:1.2rem;display:grid}.skill-meter>div{color:var(--muted);justify-content:space-between;margin-bottom:.45rem;font-size:.9rem;display:flex}meter{width:100%;height:8px}meter::-webkit-meter-bar{background:#ffffff14;border:0;border-radius:999px}meter::-webkit-meter-optimum-value{background:linear-gradient(90deg, var(--accent), var(--secondary));border-radius:999px}.timeline-section{grid-template-columns:1fr 1fr;gap:1.15rem;display:grid}.timeline-section .section-intro{grid-column:1/-1}.timeline-column h3{align-items:center;gap:.55rem;display:flex}.timeline-list{gap:1.15rem;margin-top:1.4rem;display:grid}.timeline-item{padding-left:1.7rem;position:relative}.timeline-dot{background:var(--secondary);border-radius:50%;width:10px;height:10px;position:absolute;top:.35rem;left:0;box-shadow:0 0 0 5px #48d5c41f}.timeline-item p{color:var(--muted);margin:.2rem 0}.timeline-item small{color:var(--warning)}.section-heading-row{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.3rem;display:flex}.section-heading-row .section-intro{margin-bottom:0}.filter-row{flex-wrap:wrap;gap:.55rem;display:flex}.filter-button{border:1px solid var(--line);color:var(--text);background:#ffffff0a;padding:.55rem .8rem}.filter-button.active{background:var(--secondary);color:#101214;border-color:#0000}.project-grid{grid-template-columns:repeat(2,1fr)}.project-card{overflow:hidden}.project-card img{aspect-ratio:16/10;object-fit:cover;width:100%}.project-content{padding:1.15rem}.project-meta,.tag-row{flex-wrap:wrap;gap:.45rem;display:flex}.project-meta span,.tag-row span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:.22rem .55rem;font-size:.78rem}.project-content h3{margin:.8rem 0 .45rem;font-size:1.35rem}.project-content p{color:var(--muted);line-height:1.7}.text-button{color:var(--secondary);background:0 0;padding:0}.services-grid{grid-template-columns:repeat(3,1fr)}.service-card ul{gap:.7rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.service-card li{color:var(--muted);align-items:flex-start;gap:.55rem;display:flex}.service-card li svg{color:var(--success);flex:none;margin-top:.2rem}.testimonials-section{border-block:1px solid var(--line);background:#ffffff06}.testimonial-grid{grid-template-columns:repeat(3,1fr)}.testimonial-card>svg{color:var(--warning)}.custom-section{border-top:1px solid var(--line)}.custom-section-layout{grid-template-columns:minmax(0,1fr) minmax(260px,.65fr);align-items:center;gap:2rem;display:grid}.custom-card-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.4rem;display:grid}.custom-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;overflow:hidden}.custom-card>img{aspect-ratio:16/9;object-fit:cover;width:100%}.custom-card>div{padding:1.1rem}.custom-card h3{margin:0 0 .45rem}.custom-card .eyebrow+h3{margin-top:.65rem}.custom-card p{color:var(--muted);line-height:1.7}.person-row{align-items:center;gap:.8rem;margin-top:1.2rem;display:flex}.person-row img{object-fit:cover;border-radius:8px;width:48px;height:48px}.person-row span{color:var(--muted);font-size:.9rem;display:block}.contact-section{grid-template-columns:.85fr 1fr;align-items:start;gap:2rem;display:grid}.contact-methods{gap:.75rem;margin-top:1.5rem;display:grid}.contact-methods a,.contact-methods span{color:var(--muted);align-items:center;gap:.65rem;display:flex}.contact-methods svg{color:var(--secondary)}.contact-form{gap:1rem;padding:1.2rem;display:grid}.contact-form label,.login-panel label,.cms-field{gap:.45rem;display:grid}.contact-form label span,.login-panel label span,.cms-field span{color:var(--muted);font-size:.88rem;font-weight:700}.form-note{margin:0;font-weight:700}.form-note.success{color:var(--success)}.form-note.error{color:var(--danger)}.site-footer{border-top:1px solid var(--line);padding:1.5rem 0}.footer-grid{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-grid strong,.footer-grid span{display:block}.footer-grid span{color:var(--muted);font-size:.9rem}.social-row{gap:.6rem;display:flex}.social-row a{border:1px solid var(--line);width:42px;height:42px;color:var(--muted);border-radius:8px;place-items:center;display:inline-grid}.modal-backdrop{z-index:80;background:#000000ad;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.project-modal{border:1px solid var(--line);background:var(--panel);width:min(920px,100%);max-height:min(720px,100vh - 2rem);box-shadow:var(--shadow);border-radius:8px;grid-template-columns:.9fr 1fr;gap:1.4rem;padding:1.2rem;display:grid;position:relative;overflow:auto}.project-modal>img{object-fit:cover;border-radius:8px;height:100%;min-height:320px}.project-modal p{color:var(--muted);line-height:1.7}.modal-close{position:absolute;top:.8rem;right:.8rem}.modal-facts{grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:1rem;display:grid}.modal-facts div{border:1px solid var(--line);border-radius:8px;padding:.85rem}.modal-facts span{color:var(--muted);display:block}.status-toast{z-index:100;border:1px solid var(--line);background:var(--panel);color:var(--warning);box-shadow:var(--shadow);border-radius:8px;padding:.8rem 1rem;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.admin-login{background:linear-gradient(135deg, #e23d6f1f, transparent 48%), linear-gradient(315deg, #48d5c41a, transparent 42%), var(--bg);place-items:center;min-height:100vh;padding:1.5rem;display:grid}.login-panel{width:min(420px,100%);box-shadow:var(--shadow);gap:1rem;padding:1.4rem;display:grid}.login-panel h1{margin:0}.cms-shell{background:var(--bg);grid-template-columns:250px 1fr;min-height:100vh;display:grid}.cms-sidebar{border-right:1px solid var(--line);background:#111216;flex-direction:column;gap:.35rem;height:100vh;padding:1rem;display:flex;position:sticky;top:0;overflow:auto}.cms-mark{margin-bottom:.8rem}.cms-nav{color:var(--muted);text-align:left;text-transform:capitalize;background:0 0;border-radius:8px;align-items:center;gap:.65rem;padding:.7rem .75rem;display:flex}.cms-nav:hover,.cms-nav.active{color:var(--text);background:#ffffff12}.cms-main{padding:1.2rem}.cms-topbar,.panel-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.cms-topbar{margin-bottom:1rem}.cms-topbar h1,.panel-heading h2{margin:.2rem 0 0}.cms-actions{margin-top:0}.cms-status{color:var(--warning)}.cms-counts{grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1rem;display:grid}.cms-count{padding:1rem}.cms-count strong{color:var(--secondary);font-size:1.7rem;display:block}.cms-count span{color:var(--muted)}.cms-panel{margin-bottom:1rem;padding:1.2rem}.cms-form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.2rem;display:grid}.cms-field.wide{grid-column:1/-1}.json-editor{min-height:460px;margin-top:1rem;font-family:Cascadia Code,Fira Code,Consolas,monospace;font-size:.9rem;line-height:1.55}.json-editor-panel.embedded{gap:.8rem;margin-top:1rem;display:grid}.json-editor-panel.embedded .json-editor{min-height:360px;margin-top:0}.flexible-editor-panel{overflow:hidden}.segmented-control{border:1px solid var(--line);background:#ffffff0a;border-radius:8px;gap:.25rem;padding:.25rem;display:inline-flex}.segmented-control button{color:var(--muted);background:0 0;border-radius:6px;align-items:center;gap:.4rem;padding:.55rem .7rem;display:inline-flex}.segmented-control button.active{background:var(--panel-strong);color:var(--text)}.compact-button{min-height:36px;padding:.48rem .7rem}.object-editor,.array-editor{gap:.9rem;display:grid}.root-object{margin-top:1rem}.field-stack{gap:.85rem;display:grid}.field-row{min-width:0}.editor-group-heading,.array-item-heading{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.editor-group-heading{border-top:1px solid var(--line);padding-top:.9rem}.editor-group-heading span,.array-item-heading strong{color:var(--text);font-weight:800;display:block}.editor-group-heading small{color:var(--muted)}.array-list{gap:1rem;display:grid}.array-item{border:1px solid var(--line);background:#ffffff06;border-radius:8px;gap:.85rem;padding:1rem;display:grid}.array-actions,.inline-actions,.field-input-row{align-items:center;gap:.55rem;display:flex}.array-actions{flex-wrap:wrap;justify-content:flex-end}.array-actions .icon-button,.field-input-row .icon-button,.inline-actions .icon-button{flex:none;width:36px;height:36px}.array-actions .icon-button:disabled{cursor:not-allowed;opacity:.45}.danger-icon,.danger-text-button{color:var(--danger)}.primitive-field{gap:.45rem;display:grid}.primitive-field>span,.primitive-field>label{color:var(--muted);align-items:center;gap:.45rem;font-size:.88rem;font-weight:750;display:inline-flex}.primitive-field textarea{min-height:112px}.field-input-row input,.field-input-row textarea{min-width:0}.boolean-field{grid-template-columns:minmax(160px,1fr) auto;align-items:center}.boolean-field input{width:22px;height:22px;accent-color:var(--secondary)}.field-image-preview{aspect-ratio:16/9;object-fit:cover;border:1px solid var(--line);border-radius:8px;width:min(280px,100%)}.logo-preview{aspect-ratio:1;object-fit:contain;background:#ffffff0a;width:min(160px,100%);padding:.75rem}.image-upload-row{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.image-upload-button{cursor:pointer;position:relative}.image-upload-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.add-field-form{border-top:1px dashed var(--line);grid-template-columns:minmax(150px,1fr) minmax(130px,180px) auto;align-items:center;gap:.7rem;padding-top:.9rem;display:grid}.add-field-form button:disabled{cursor:not-allowed;opacity:.55}.message-list{gap:.8rem;margin-top:1rem;display:grid}.message-card{grid-template-columns:1fr auto;gap:1rem;padding:1rem;display:grid}.message-card a,.muted-text{color:var(--muted)}.message-card p{color:var(--muted);line-height:1.6}.message-actions{align-content:start;gap:.45rem;display:grid}.message-actions span,.message-actions button{color:var(--muted);background:#ffffff0f;border-radius:8px;padding:.42rem .65rem}.message-actions .danger-text-button{color:var(--danger)}@media (width<=980px){.desktop-nav{display:none}.menu-button{display:inline-grid}.hero-grid,.split-section,.contact-section,.project-modal,.custom-section-layout{grid-template-columns:1fr}.portrait-stage{justify-self:start}.skills-grid,.services-grid,.testimonial-grid,.project-grid,.custom-card-grid,.timeline-section,.cms-counts{grid-template-columns:repeat(2,1fr)}.cms-shell{grid-template-columns:1fr}.cms-sidebar{flex-flow:wrap;height:auto;position:static}.cms-mark{margin-bottom:0}}@media (width<=680px){.page-grid{width:min(100% - 28px,1180px)}.site-header{height:66px}.hero-section{min-height:auto;padding-top:98px}.hero-grid{min-height:auto}.hero-copy h1{font-size:3rem}.availability-pill{margin-top:.8rem;position:static}.stats-grid,.skills-grid,.services-grid,.testimonial-grid,.project-grid,.custom-card-grid,.timeline-section,.cms-counts,.cms-form-grid,.message-card,.add-field-form,.boolean-field{grid-template-columns:1fr}.section-heading-row,.cms-topbar,.panel-heading,.editor-group-heading,.array-item-heading,.footer-grid{flex-direction:column;align-items:flex-start}.field-input-row,.array-actions,.inline-actions{align-items:stretch}.field-input-row{flex-direction:column}.section{padding:72px 0}.project-modal>img{min-height:220px}}.portfolio-shell{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f7f5;--panel:#fff;--panel-strong:#10212b;--text:#17232b;--muted:#66757d;--soft:#8a9aa3;--line:#10212b21;--shadow:0 24px 70px #24374224;--quiet-green:#dfeee5;--quiet-blue:#dcecf4;--quiet-rose:#f6dde4;background:linear-gradient(90deg, #10212b09 1px, transparent 1px), linear-gradient(180deg, #10212b09 1px, transparent 1px), linear-gradient(135deg, #48d5c424, transparent 38rem), var(--bg);min-height:100vh;color:var(--text);background-size:72px 72px,72px 72px,auto,auto;padding-left:236px;overflow-x:hidden}.portfolio-shell .page-grid{width:min(1120px,100% - 64px)}.portfolio-shell .site-header{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border-bottom:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2.4rem;width:236px;height:100vh;padding:30px 22px;inset:0 auto 0 0;box-shadow:18px 0 55px #24374214}.portfolio-shell .brand-mark{background:var(--panel-strong);color:#fff;width:58px;height:58px;box-shadow:inset 0 -4px 0 var(--accent);border-radius:8px;font-size:1.45rem}.portfolio-shell .desktop-nav{gap:.4rem;display:grid}.portfolio-shell .desktop-nav a,.portfolio-shell .mobile-nav a{color:var(--muted);border:1px solid #0000;border-radius:8px;padding:.72rem .86rem;font-weight:760}.portfolio-shell .desktop-nav a:hover,.portfolio-shell .mobile-nav a:hover{border-color:var(--line);background:var(--quiet-green);color:var(--text)}.portfolio-shell .icon-button{background:var(--panel-strong);color:#fff;box-shadow:none}.portfolio-shell .mobile-nav{background:#f4f7f5f5}.portfolio-shell .hero-section{isolation:isolate;min-height:calc(100svh - 48px);padding:66px 0 52px}.portfolio-shell .hero-section:before{content:"";z-index:-1;background:linear-gradient(90deg,#f4f7f5fa 0 54%,#f4f7f58f),linear-gradient(#ffffff4d,#0000 56%);position:absolute;inset:0}.portfolio-shell .hero-media{opacity:.3;filter:saturate(.8)contrast(1.05);background-position:50%;background-size:cover;width:min(49vw,680px);inset:0 0 0 auto}.portfolio-shell .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.62fr);gap:clamp(2rem,5vw,4.5rem);min-height:calc(100svh - 166px)}.portfolio-shell .hero-location,.portfolio-shell .project-meta span,.portfolio-shell .tag-row span,.portfolio-shell .metric-row span{border:1px solid var(--line);color:var(--muted);background:#ffffffb3;border-radius:999px;align-items:center;gap:.35rem;padding:.32rem .68rem;font-size:.78rem;font-weight:760;display:inline-flex}.portfolio-shell .eyebrow,.portfolio-shell .section-intro span{color:var(--accent);font-weight:860}.portfolio-shell .hero-name{color:var(--muted);margin-top:1.3rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2.8vw,2.5rem);line-height:1.05;display:block}.portfolio-shell .primary-button,.portfolio-shell .ghost-button,.portfolio-shell .text-button,.portfolio-shell .filter-button{border-radius:8px}.portfolio-shell .primary-button{background:var(--panel-strong);color:#fff;box-shadow:inset 0 -3px 0 var(--accent)}.portfolio-shell .ghost-button,.portfolio-shell .filter-button{border-color:var(--line);color:var(--text);background:#ffffffb8}.portfolio-shell .text-button{color:var(--accent);font-weight:840}.portfolio-shell .hero-socials{flex-wrap:wrap;gap:.55rem;margin-top:1.4rem;display:flex}.portfolio-shell .hero-socials a,.portfolio-shell .social-row a{border:1px solid var(--line);width:42px;height:42px;color:var(--text);background:#ffffffb8;border-radius:8px;place-items:center;display:inline-grid}.portfolio-shell .hero-socials a:hover,.portfolio-shell .social-row a:hover{background:var(--quiet-blue);transform:translateY(-2px)}.portfolio-shell .portrait-stage{place-self:center stretch;gap:.85rem;display:grid}.portfolio-shell .portrait-stage img{aspect-ratio:4/5;background:var(--quiet-green);object-fit:cover;object-position:center top;border:1px solid #10212b2e;border-radius:8px;width:100%;max-height:540px}.portfolio-shell .portrait-caption,.portfolio-shell .availability-pill{border:1px solid var(--line);max-width:none;box-shadow:none;color:var(--text);background:#ffffffd6;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem .9rem;display:flex;position:static}.portfolio-shell .portrait-caption{align-items:flex-start}.portfolio-shell .portrait-caption strong,.portfolio-shell .portrait-caption span{display:block}.portfolio-shell .portrait-caption span{color:var(--muted);font-size:.9rem}.portfolio-shell .availability-pill{color:var(--muted);justify-content:flex-start}.portfolio-shell .availability-pill svg{color:var(--accent)}.portfolio-shell .stats-band{border-block:1px solid var(--line);background:var(--panel-strong);color:#fff}.portfolio-shell .stat-item{padding:1.35rem 0}.portfolio-shell .stat-item span{color:#ffffffb8}.portfolio-shell .section{padding:88px 0}.portfolio-shell .section:nth-of-type(odd):not(.hero-section){position:relative}.portfolio-shell .split-section{grid-template-columns:minmax(280px,.72fr) minmax(0,1fr);gap:clamp(2rem,6vw,5rem)}.portfolio-shell .section-media img{border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px}.portfolio-shell .section-intro{max-width:760px}.portfolio-shell .section-intro h2{color:var(--panel-strong);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,4.6vw,4.4rem);line-height:1.02}.portfolio-shell .highlight-list{gap:.75rem}.portfolio-shell .highlight-row{border-left:3px solid var(--secondary);color:var(--text);background:#ffffff9e;padding:.75rem .9rem}.portfolio-shell .skill-card,.portfolio-shell .service-card,.portfolio-shell .testimonial-card,.portfolio-shell .project-card,.portfolio-shell .timeline-column,.portfolio-shell .contact-form,.portfolio-shell .custom-card,.portfolio-shell .project-modal{border:1px solid var(--line);background:#ffffffd1;border-radius:8px;box-shadow:0 18px 48px #24374214}.portfolio-shell .skill-card,.portfolio-shell .service-card,.portfolio-shell .testimonial-card,.portfolio-shell .timeline-column{padding:1.35rem}.portfolio-shell .skills-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.portfolio-shell .card-icon{background:var(--quiet-rose);color:var(--accent)}.portfolio-shell .skill-card p,.portfolio-shell .service-card p,.portfolio-shell .testimonial-card p,.portfolio-shell .custom-card p,.portfolio-shell .project-content p,.portfolio-shell .project-modal p{color:var(--muted)}.portfolio-shell meter::-webkit-meter-bar{background:#10212b1a}.portfolio-shell meter::-webkit-meter-optimum-value{background:linear-gradient(90deg, var(--accent), var(--secondary))}.portfolio-shell .timeline-section{grid-template-columns:minmax(0,.75fr) minmax(0,1fr) minmax(0,1fr);align-items:stretch}.portfolio-shell .timeline-item{border-left:1px solid var(--line);padding-bottom:1.15rem}.portfolio-shell .timeline-dot{background:var(--accent);box-shadow:0 0 0 5px #e23d6f1f}.portfolio-shell .section-heading-row{align-items:center}.portfolio-shell .project-grid{grid-template-columns:repeat(6,1fr);gap:1rem}.portfolio-shell .project-card{grid-column:span 3;display:grid;overflow:hidden}.portfolio-shell .project-card:first-child{grid-area:span 2/span 4}.portfolio-shell .project-card:nth-child(2){grid-column:span 2}.portfolio-shell .project-card img{aspect-ratio:16/10;border-bottom:1px solid var(--line)}.portfolio-shell .project-card:first-child img{aspect-ratio:16/9}.portfolio-shell .project-content{align-content:start;gap:.75rem;padding:1.2rem;display:grid}.portfolio-shell .project-meta span:first-child{background:var(--quiet-green);color:var(--panel-strong)}.portfolio-shell .metric-row{flex-wrap:wrap;gap:.45rem;display:flex}.portfolio-shell .metric-row span{background:var(--quiet-blue);color:var(--panel-strong)}.portfolio-shell .services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.portfolio-shell .service-card{align-content:start;display:grid}.portfolio-shell .testimonials-section{border-block:1px solid var(--line);background:var(--quiet-blue);box-shadow:0 0 0 100vmax var(--quiet-blue);clip-path:inset(0 -100vmax)}.portfolio-shell .person-row img{border-radius:50%}.portfolio-shell .custom-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.portfolio-shell .custom-card{overflow:hidden}.portfolio-shell .contact-section{grid-template-columns:minmax(0,.78fr) minmax(320px,1fr);align-items:center;gap:clamp(2rem,6vw,5rem);position:relative}.portfolio-shell .contact-section:before{content:"";z-index:-1;background:var(--quiet-green);border-radius:8px;width:45%;position:absolute;inset:34px -32px 34px auto}.portfolio-shell .contact-form{gap:.9rem;padding:1.35rem}.portfolio-shell .contact-form input,.portfolio-shell .contact-form textarea{color:var(--text);background:#f4f7f5b8}.portfolio-shell .site-footer{border-top:1px solid var(--line);background:#ffffff9e}.portfolio-shell .footer-grid{min-height:70px}.portfolio-shell .project-modal{background:#fff}.portfolio-shell .modal-facts div{background:var(--bg)}.portfolio-shell .status-toast{color:var(--accent);background:#fff}@media (width<=1180px){.portfolio-shell{padding-left:208px}.portfolio-shell .site-header{width:208px}.portfolio-shell .hero-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.54fr)}}@media (width<=980px){.portfolio-shell{padding-left:0}.portfolio-shell .page-grid{width:min(100% - 40px,1120px)}.portfolio-shell .site-header{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;justify-content:space-between;align-items:center;width:auto;height:72px;padding:0 20px;inset:0 0 auto}.portfolio-shell .desktop-nav{display:none}.portfolio-shell .menu-button{display:inline-grid}.portfolio-shell .brand-mark{width:48px;height:48px}.portfolio-shell .hero-section{min-height:auto;padding-top:112px}.portfolio-shell .hero-section:before{background:linear-gradient(#f4f7f5fa,#f4f7f5c7)}.portfolio-shell .hero-media{opacity:.16;width:100%}.portfolio-shell .hero-grid,.portfolio-shell .split-section,.portfolio-shell .contact-section,.portfolio-shell .custom-section-layout{grid-template-columns:1fr}.portfolio-shell .hero-grid{min-height:auto}.portfolio-shell .portrait-stage{max-width:460px}.portfolio-shell .skills-grid,.portfolio-shell .services-grid,.portfolio-shell .testimonial-grid,.portfolio-shell .custom-card-grid,.portfolio-shell .timeline-section{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-shell .timeline-section .section-intro{grid-column:1/-1}.portfolio-shell .project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-shell .project-card,.portfolio-shell .project-card:first-child,.portfolio-shell .project-card:nth-child(2){grid-area:auto/span 1}.portfolio-shell .contact-section:before{display:none}}@media (width<=680px){.portfolio-shell .page-grid{width:min(100% - 28px,1120px)}.portfolio-shell .hero-copy h1{font-size:clamp(2.7rem,14vw,3.8rem)}.portfolio-shell .hero-name{font-size:1.45rem}.portfolio-shell .hero-actions,.portfolio-shell .hero-socials,.portfolio-shell .filter-row{align-items:stretch}.portfolio-shell .hero-actions{flex-direction:column}.portfolio-shell .hero-actions a,.portfolio-shell .filter-button{width:100%}.portfolio-shell .stats-grid,.portfolio-shell .skills-grid,.portfolio-shell .services-grid,.portfolio-shell .testimonial-grid,.portfolio-shell .project-grid,.portfolio-shell .custom-card-grid,.portfolio-shell .timeline-section{grid-template-columns:1fr}.portfolio-shell .stat-item{border-bottom:1px solid #ffffff1f}.portfolio-shell .section{padding:66px 0}.portfolio-shell .section-heading-row,.portfolio-shell .footer-grid,.portfolio-shell .portrait-caption{flex-direction:column;align-items:flex-start}.portfolio-shell .contact-form{padding:1rem}}.portfolio-shell{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#edf3f6;--panel:#edf3f6;--panel-strong:#465463;--text:#596879;--muted:#8493a0;--soft:#a8b4be;--line:#6f81902e;--accent:#20bda6;--secondary:#55d9c8;--warning:#f5a85f;--success:#20bda6;--danger:#db5965;--shadow:15px 15px 30px #a4b2be61, -15px -15px 30px #ffffffe6;--shadow-soft:9px 9px 18px #a4b2be52, -9px -9px 18px #ffffffdb;--shadow-inset:inset 7px 7px 14px #a4b2be3d, inset -7px -7px 14px #ffffffdb;background:var(--bg);min-height:100vh;color:var(--text);padding:42px 132px 42px 360px;overflow-x:hidden}.portfolio-shell:before{content:"";z-index:-2;pointer-events:none;background:radial-gradient(circle at 22% 15%,#55d9c82e,#0000 25rem),radial-gradient(circle at 78% 80%,#f5a85f1a,#0000 30rem);position:fixed;inset:0}.portfolio-shell .page-grid{width:min(790px,100%);margin:0 auto}.portfolio-shell main{justify-items:center;display:grid}.portfolio-shell .site-header{z-index:35;background:var(--panel);width:82px;height:auto;min-height:calc(100vh - 84px);box-shadow:var(--shadow);-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-radius:26px;align-content:start;justify-items:center;gap:24px;padding:22px 14px;display:grid;position:fixed;inset:42px 48px 42px auto}.portfolio-shell .brand-mark{width:54px;height:54px;color:var(--accent);box-shadow:var(--shadow-soft);background:linear-gradient(145deg,#fbfdfe,#dde7ec);border-radius:18px;font-size:1.35rem;font-weight:900}.portfolio-shell .desktop-nav{justify-items:center;gap:15px;width:100%;display:grid}.portfolio-shell .desktop-nav a{background:var(--panel);width:54px;height:54px;color:var(--muted);box-shadow:var(--shadow-soft);border:0;border-radius:18px;place-items:center;padding:0;transition:color .18s,box-shadow .18s,transform .18s;display:inline-grid;position:relative}.portfolio-shell .desktop-nav a:hover{background:var(--panel);color:var(--accent);box-shadow:var(--shadow-inset);transform:translateY(-1px)}.portfolio-shell .desktop-nav a span{max-width:150px;color:var(--panel-strong);opacity:0;pointer-events:none;white-space:nowrap;background:#fff;border-radius:999px;padding:.38rem .68rem;font-size:.78rem;font-weight:800;transition:opacity .16s,transform .16s;position:absolute;top:50%;right:calc(100% + 14px);transform:translateY(-50%)translate(8px);box-shadow:0 10px 26px #6f81902e}.portfolio-shell .desktop-nav a:hover span{opacity:1;transform:translateY(-50%)translate(0)}.portfolio-shell .menu-button{display:none}.profile-panel{z-index:25;overscroll-behavior:contain;background:var(--panel);width:286px;max-height:calc(100vh - 84px);box-shadow:var(--shadow);scrollbar-width:thin;border-radius:30px;gap:18px;padding:28px 24px 24px;display:grid;position:fixed;top:42px;left:42px;overflow:auto}.profile-avatar{border:10px solid var(--panel);object-fit:cover;object-position:center top;background:#dfe9ee;border-radius:50%;justify-self:center;width:132px;height:132px;box-shadow:10px 10px 22px #a4b2be6b,-10px -10px 22px #ffffffeb}.profile-heading{text-align:center;gap:8px;display:grid}.profile-heading h2{color:var(--panel-strong);margin:0;font-size:1.5rem;line-height:1.1}.profile-heading span{background:var(--panel);max-width:100%;color:var(--muted);box-shadow:var(--shadow-inset);border-radius:999px;justify-self:center;padding:.48rem .78rem;font-size:.82rem;font-weight:760}.profile-socials{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.profile-socials a,.portfolio-shell .social-row a{background:var(--panel);width:42px;height:42px;color:var(--muted);box-shadow:var(--shadow-soft);border:0;border-radius:15px;place-items:center;transition:color .18s,box-shadow .18s,transform .18s;display:inline-grid}.profile-socials a:hover,.portfolio-shell .social-row a:hover{color:var(--accent);box-shadow:var(--shadow-inset);transform:translateY(-1px)}.profile-contact-list{gap:12px;display:grid}.profile-contact-list>a,.profile-contact-list>span{background:var(--panel);min-width:0;color:var(--text);box-shadow:var(--shadow-inset);border-radius:18px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px 10px 10px;display:grid}.profile-contact-list svg{background:var(--panel);width:42px;height:42px;color:var(--accent);box-shadow:var(--shadow-soft);border-radius:15px;padding:11px;display:inline-grid}.profile-contact-list>a>span,.profile-contact-list>span>span{overflow-wrap:anywhere;gap:2px;min-width:0;font-size:.88rem;font-weight:760;display:grid}.profile-contact-list small{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:800}.portfolio-shell .profile-resume{background:linear-gradient(145deg, var(--accent), var(--secondary));color:#fff;border-radius:18px;width:100%;box-shadow:9px 9px 18px #20bda633,-9px -9px 18px #ffffffd1}.portfolio-shell .hero-media,.portfolio-shell .portrait-stage,.portfolio-shell .hero-socials,.portfolio-shell .section-media{display:none}.portfolio-shell .hero-section,.portfolio-shell .stats-band,.portfolio-shell .section,.portfolio-shell .site-footer{background:var(--panel);width:min(790px,100%);box-shadow:var(--shadow);border:0;border-radius:30px;margin:0 auto 30px;padding:34px 36px}.portfolio-shell .hero-section{min-height:auto;position:relative;overflow:visible}.portfolio-shell .hero-section:before,.portfolio-shell .contact-section:before{display:none}.portfolio-shell .hero-grid{width:100%;min-height:auto;display:block}.portfolio-shell .hero-copy{max-width:none}.portfolio-shell .hero-kicker-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.portfolio-shell .eyebrow,.portfolio-shell .section-intro span,.portfolio-shell .hero-location,.portfolio-shell .project-meta span,.portfolio-shell .tag-row span,.portfolio-shell .metric-row span{background:var(--panel);color:var(--accent);text-transform:uppercase;box-shadow:var(--shadow-inset);border:0;border-radius:999px;padding:.46rem .72rem;font-size:.72rem;font-weight:850}.portfolio-shell .hero-location{color:var(--muted);align-items:center;gap:.35rem;display:inline-flex}.portfolio-shell .hero-name{color:var(--accent);margin:24px 0 0;font-size:1rem;font-weight:850;display:block}.portfolio-shell .hero-copy h1{max-width:680px;color:var(--panel-strong);margin:10px 0 16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2.4rem,4.2vw,3.55rem);line-height:1.08}.portfolio-shell .hero-copy p,.portfolio-shell .lead-text{max-width:690px;color:var(--text);font-size:1rem;line-height:1.82}.portfolio-shell .hero-actions,.portfolio-shell .cms-actions{margin-top:24px}.portfolio-shell .primary-button,.portfolio-shell .ghost-button,.portfolio-shell .text-button,.portfolio-shell .filter-button{min-height:46px;box-shadow:var(--shadow-soft);border:0;border-radius:17px;font-weight:820}.portfolio-shell .primary-button{background:linear-gradient(145deg, var(--accent), var(--secondary));color:#fff}.portfolio-shell .ghost-button,.portfolio-shell .filter-button{background:var(--panel);color:var(--text)}.portfolio-shell .ghost-button:hover,.portfolio-shell .filter-button:hover,.portfolio-shell .primary-button:hover{box-shadow:var(--shadow-inset);transform:translateY(-1px)}.portfolio-shell .stats-band{padding:24px 28px}.portfolio-shell .stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%}.portfolio-shell .stat-item{background:var(--panel);text-align:center;min-height:112px;box-shadow:var(--shadow-inset);border-radius:24px;padding:18px}.portfolio-shell .stat-item strong{color:var(--panel-strong);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.7rem,3vw,2.45rem)}.portfolio-shell .stat-item span{color:var(--muted);font-size:.86rem;font-weight:780}.portfolio-shell .split-section,.portfolio-shell .timeline-section,.portfolio-shell .contact-section,.portfolio-shell .custom-section-layout{grid-template-columns:1fr;gap:24px;display:grid}.portfolio-shell .section-intro{max-width:700px;margin-bottom:24px;padding-left:20px;position:relative}.portfolio-shell .section-intro:before{content:"";background:linear-gradient(180deg, var(--accent), var(--secondary));border-radius:999px;width:5px;position:absolute;top:2px;bottom:4px;left:0;box-shadow:0 0 0 8px #20bda614}.portfolio-shell .section-intro h2{color:var(--panel-strong);margin:.55rem 0 0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.75rem,3.2vw,2.55rem);line-height:1.15}.portfolio-shell .highlight-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.portfolio-shell .highlight-row{background:var(--panel);color:var(--text);box-shadow:var(--shadow-inset);border:0;border-radius:20px;padding:15px}.portfolio-shell .highlight-row svg{color:var(--accent)}.portfolio-shell .skills-grid,.portfolio-shell .services-grid,.portfolio-shell .testimonial-grid,.portfolio-shell .project-grid,.portfolio-shell .custom-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.portfolio-shell .skill-card,.portfolio-shell .service-card,.portfolio-shell .testimonial-card,.portfolio-shell .project-card,.portfolio-shell .timeline-column,.portfolio-shell .contact-form,.portfolio-shell .custom-card,.portfolio-shell .modal-facts div{background:var(--panel);box-shadow:var(--shadow-inset);border:0;border-radius:24px}.portfolio-shell .skill-card,.portfolio-shell .service-card,.portfolio-shell .testimonial-card,.portfolio-shell .timeline-column,.portfolio-shell .contact-form{padding:22px}.portfolio-shell .card-icon{background:var(--panel);width:48px;height:48px;color:var(--accent);box-shadow:var(--shadow-soft);border-radius:17px}.portfolio-shell .skill-card h3,.portfolio-shell .service-card h3,.portfolio-shell .timeline-column h3,.portfolio-shell .project-content h3,.portfolio-shell .custom-card h3{color:var(--panel-strong)}.portfolio-shell .skill-card p,.portfolio-shell .service-card p,.portfolio-shell .testimonial-card p,.portfolio-shell .project-content p,.portfolio-shell .custom-card p,.portfolio-shell .project-modal p{color:var(--text)}.portfolio-shell meter::-webkit-meter-bar{height:10px;box-shadow:var(--shadow-inset);background:#dce7ec;border:0;border-radius:999px}.portfolio-shell meter::-webkit-meter-optimum-value{background:linear-gradient(90deg, var(--accent), var(--secondary));border-radius:999px}.portfolio-shell .timeline-section{grid-template-columns:1fr}.portfolio-shell .timeline-section .section-intro{grid-column:auto;margin-bottom:0}.portfolio-shell .timeline-column h3{margin-top:0}.portfolio-shell .timeline-list{gap:0;margin-top:18px;padding-left:10px;position:relative}.portfolio-shell .timeline-list:before{content:"";background:linear-gradient(180deg, var(--accent), #20bda61f);border-radius:999px;width:3px;position:absolute;top:8px;bottom:8px;left:16px}.portfolio-shell .timeline-item{border:0;padding:0 0 22px 38px}.portfolio-shell .timeline-item:last-child{padding-bottom:0}.portfolio-shell .timeline-dot{border:4px solid var(--panel);background:var(--accent);width:15px;height:15px;top:.32rem;left:0;box-shadow:0 0 0 6px #20bda621}.portfolio-shell .timeline-item p{color:var(--text)}.portfolio-shell .timeline-item small{color:var(--accent);font-weight:850}.portfolio-shell .section-heading-row{align-items:start;gap:18px;display:grid}.portfolio-shell .filter-row{gap:10px}.portfolio-shell .filter-button{min-height:38px;padding:.48rem .8rem}.portfolio-shell .filter-button.active{background:linear-gradient(145deg, var(--accent), var(--secondary));color:#fff}.portfolio-shell .project-card{grid-column:auto;overflow:hidden}.portfolio-shell .project-card:first-child,.portfolio-shell .project-card:nth-child(2){grid-area:auto}.portfolio-shell .project-card img,.portfolio-shell .custom-card>img{border:10px solid var(--panel);aspect-ratio:16/10;object-fit:cover;width:100%;box-shadow:var(--shadow-soft);border-radius:24px}.portfolio-shell .project-content,.portfolio-shell .custom-card>div{gap:12px;padding:18px;display:grid}.portfolio-shell .project-content h3,.portfolio-shell .project-content p{margin:0}.portfolio-shell .project-meta,.portfolio-shell .metric-row,.portfolio-shell .tag-row{gap:8px}.portfolio-shell .project-meta span,.portfolio-shell .metric-row span,.portfolio-shell .tag-row span{background:var(--panel);color:var(--muted)}.portfolio-shell .text-button{min-height:auto;color:var(--accent);box-shadow:none;background:0 0;justify-self:start;padding:0}.portfolio-shell .service-card ul{gap:10px}.portfolio-shell .service-card li,.portfolio-shell .contact-methods a,.portfolio-shell .contact-methods span{color:var(--text)}.portfolio-shell .testimonials-section{background:var(--panel);box-shadow:var(--shadow);clip-path:none}.portfolio-shell .testimonial-card>svg{color:var(--accent)}.portfolio-shell .person-row img{border:5px solid var(--panel);box-shadow:var(--shadow-soft);border-radius:50%}.portfolio-shell .custom-section{border-top:0}.portfolio-shell .contact-methods{gap:12px}.portfolio-shell .contact-methods a,.portfolio-shell .contact-methods span{background:var(--panel);box-shadow:var(--shadow-inset);border-radius:18px;padding:12px 14px}.portfolio-shell .contact-methods svg{color:var(--accent)}.portfolio-shell .contact-form{gap:14px}.portfolio-shell .contact-form input,.portfolio-shell .contact-form textarea{background:var(--panel);color:var(--text);box-shadow:var(--shadow-inset);border:0;border-radius:18px}.portfolio-shell .contact-form input:focus,.portfolio-shell .contact-form textarea:focus{box-shadow:var(--shadow-inset), 0 0 0 3px #20bda61f}.portfolio-shell .site-footer{margin-bottom:0;padding:20px 26px}.portfolio-shell .footer-grid{width:100%;min-height:0}.portfolio-shell .footer-grid strong{color:var(--panel-strong)}.portfolio-shell .footer-grid span{color:var(--muted)}.portfolio-shell .mobile-nav{z-index:70;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#edf3f6f5}.portfolio-shell .mobile-nav a{background:var(--panel);min-width:240px;color:var(--text);box-shadow:var(--shadow-soft);text-align:left;border:0;border-radius:18px;justify-content:flex-start;align-items:center;gap:12px;display:inline-flex}.portfolio-shell .mobile-close,.portfolio-shell .icon-button{background:var(--panel);color:var(--panel-strong);box-shadow:var(--shadow-soft);border-radius:17px}.portfolio-shell .modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#46546361}.portfolio-shell .project-modal{background:var(--panel);box-shadow:var(--shadow);border:0;border-radius:28px}.portfolio-shell .status-toast{background:var(--panel);color:var(--accent);box-shadow:var(--shadow);border:0;border-radius:18px}@media (width>=1440px){.portfolio-shell{padding-left:390px;padding-right:150px}.profile-panel{left:56px}.portfolio-shell .site-header{right:58px}}@media (width<=1220px){.portfolio-shell{padding:32px 112px 32px 330px}.profile-panel{width:270px;max-height:calc(100vh - 64px);top:32px;left:28px}.portfolio-shell .site-header{min-height:calc(100vh - 64px);inset:32px 28px 32px auto}}@media (width<=980px){.portfolio-shell{padding:92px 18px 28px}.portfolio-shell .page-grid,.portfolio-shell .hero-section,.portfolio-shell .stats-band,.portfolio-shell .section,.portfolio-shell .site-footer{width:min(100%,790px)}.portfolio-shell .site-header{border-radius:22px;grid-template-columns:auto auto;place-content:center space-between;width:auto;height:64px;min-height:0;padding:8px 12px;inset:14px 14px auto}.portfolio-shell .brand-mark{border-radius:17px;width:48px;height:48px}.portfolio-shell .desktop-nav{display:none}.portfolio-shell .menu-button{display:inline-grid}.profile-panel{width:min(100%,420px);max-height:none;margin:0 auto 24px;position:static}.portfolio-shell .hero-section,.portfolio-shell .stats-band,.portfolio-shell .section,.portfolio-shell .site-footer{border-radius:26px;padding:28px 24px}.portfolio-shell .hero-copy h1{font-size:clamp(2.2rem,8vw,3.1rem)}.portfolio-shell .skills-grid,.portfolio-shell .services-grid,.portfolio-shell .testimonial-grid,.portfolio-shell .project-grid,.portfolio-shell .custom-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.portfolio-shell{padding:88px 12px 22px}.profile-panel{padding:24px 20px 22px}.profile-avatar{width:116px;height:116px}.portfolio-shell .hero-section,.portfolio-shell .stats-band,.portfolio-shell .section,.portfolio-shell .site-footer{border-radius:24px;margin-bottom:20px;padding:24px 18px}.portfolio-shell .hero-copy h1{font-size:clamp(2rem,12vw,2.65rem)}.portfolio-shell .hero-actions,.portfolio-shell .filter-row,.portfolio-shell .footer-grid{flex-direction:column;align-items:stretch}.portfolio-shell .hero-actions a,.portfolio-shell .filter-button{width:100%}.portfolio-shell .stats-grid,.portfolio-shell .highlight-list,.portfolio-shell .skills-grid,.portfolio-shell .services-grid,.portfolio-shell .testimonial-grid,.portfolio-shell .project-grid,.portfolio-shell .custom-card-grid{grid-template-columns:1fr}.portfolio-shell .stat-item{border-bottom:0}.portfolio-shell .section-heading-row{align-items:stretch}}
