@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";
:root{--ink:#181818;--muted:#666;--line:#e8e8e8;--yellow:#ffd754;--soft:#f6f6f3;--surface:#fff;--field:#fafafa;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--ink:#f3f1e9;--muted:#b6b3aa;--line:#363630;--yellow:#ffd754;--soft:#1b1b18;--surface:#11110f;--field:#20201c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}.language-picker{position:relative}.education-certificate{border:1px solid var(--line);background:var(--soft);border-radius:12px;flex-wrap:wrap;align-items:center;gap:20px;margin-top:32px;padding:20px;display:flex}.education-certificate>img{object-fit:contain;background:#fff;flex-shrink:0;width:112px;height:112px}.education-certificate>span{flex:180px;gap:9px;display:grid}.education-certificate strong{font-size:18px}.education-certificate>span>span,.education-certificate small{color:var(--muted);font-size:13px;line-height:1.6}.education-certificate .certificate-link{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow);text-underline-offset:5px;font-weight:700}.education-certificate:hover{border-color:var(--yellow)}.education-certificate:focus-visible{outline:2px solid var(--yellow);outline-offset:4px}.welcome-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.welcome-heading .eyebrow{margin:0!important}.welcome-heading .language-picker{z-index:1;flex-shrink:0}.language-picker summary{border:1px solid var(--line);background:var(--surface);height:40px;color:var(--ink);cursor:pointer;border-radius:20px;align-items:center;gap:7px;padding:0 10px;list-style:none;display:flex}.language-picker summary::-webkit-details-marker{display:none}.language-picker img{border-radius:2px;display:block}.language-options{border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:4px;padding:5px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #00000026}.language-options button{background:var(--surface);cursor:pointer;border:1px solid #0000;border-radius:7px;place-items:center;min-width:48px;min-height:40px;display:grid}.language-options button:hover{background:var(--soft)}.language-options button[aria-pressed=true]{border-color:var(--yellow)}.language-picker summary:focus-visible,.language-options button:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--surface);margin:0;font-family:Montserrat,Arial,sans-serif;transition:color .25s,background-color .25s}a{color:inherit;text-decoration:none}img{max-width:100%}.site-header{z-index:20;background:color-mix(in srgb,var(--surface) 94%,transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);height:76px;position:sticky;top:0}.nav-shell{justify-content:space-between;align-items:center;width:min(1120px,100% - 48px);height:100%;margin:auto;display:flex}.brand{letter-spacing:-1px;font-size:24px;font-weight:800}.brand span,.eyebrow{color:#d39f00}.nav-links{align-items:center;gap:42px;display:flex}.nav-links a{border-bottom:3px solid #0000;padding:28px 0 24px;font-size:14px}.nav-links a:hover,.nav-links a.active{border-color:var(--yellow)}.nav-actions{order:3;align-items:center;gap:8px;display:flex}.theme-button{border:1px solid var(--line);width:40px;height:40px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:50%;place-items:center;font-size:22px;line-height:1;transition:all .2s;display:grid}.theme-button:hover{border-color:var(--yellow);transform:rotate(12deg)}.menu-button{background:0 0;border:0;padding:10px;display:none}.menu-button span{background:#222;width:25px;height:2px;margin:5px;display:block}.eyebrow{letter-spacing:.2em;font-weight:800;margin:0 0 16px!important;font-size:12px!important}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.045em}p{color:var(--muted);line-height:1.8}.welcome-page{background:linear-gradient(135deg,var(--soft),var(--surface) 42%,color-mix(in srgb,var(--yellow) 18%,var(--surface)));place-items:center;min-height:100vh;padding:24px;display:grid}.welcome-card{border:1px solid var(--line);background:var(--surface);border-radius:12px;width:min(960px,100%);padding:80px clamp(30px,9vw,110px);box-shadow:0 30px 80px #00000029}.welcome-card h1{max-width:700px;margin-bottom:30px;font-size:clamp(42px,7vw,76px);line-height:1.02}.welcome-card h2{color:#555;margin-bottom:60px;font-size:clamp(22px,3vw,36px);font-weight:500}.welcome-card a,.text-link,.project-link{border-bottom:2px solid var(--yellow);align-items:center;gap:18px;padding-bottom:7px;font-weight:700;display:inline-flex}.compact-section{text-align:center;padding:100px 24px 76px}.compact-section h1,.work-hero h1{margin-bottom:22px;font-size:clamp(42px,6vw,72px)}.compact-section>p:last-child{max-width:780px;margin:auto}.section-shell{width:min(1080px,100% - 48px);margin:0 auto}.about{grid-template-columns:390px 1fr;align-items:center;gap:100px;padding:70px 0 120px;display:grid}.portrait-wrap{background:#eee;border-radius:24px;height:640px;position:relative;overflow:hidden}.portrait-wrap img{object-fit:cover}.about-copy h2{margin-bottom:32px;font-size:clamp(36px,5vw,60px);line-height:1.1}.about-copy h2 span{color:#777}.about-copy>p:not(.eyebrow){margin-bottom:35px;font-size:17px}.projects-preview{background:var(--soft);padding:100px max(24px,50vw - 560px)}.section-heading{justify-content:space-between;align-items:end;margin-bottom:42px;display:flex}.section-heading h2{margin:0;font-size:52px}.section-heading>a{font-weight:700}.preview-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.preview-card{background:#ddd;height:310px;position:relative;overflow:hidden}.preview-card img{object-fit:cover;transition:all .35s}.preview-card:hover img{transform:scale(1.025)}.arrow-link{border:1px solid #222;border-radius:50%;place-items:center;width:72px;height:72px;margin:55px auto 0;font-size:30px;display:grid}.arrow-link.left span{transform:rotate(180deg)}footer{border-top:1px solid var(--line);color:#777;align-items:center;gap:28px;width:min(1120px,100% - 48px);min-height:100px;margin:auto;font-size:13px;display:flex}footer span{margin-right:auto}footer a:hover{color:#111}.work-page{overflow:hidden}.work-hero{width:min(1120px,100% - 48px);margin:auto;padding:110px 0 85px}.work-hero p:last-child{font-size:18px}.work-list{border-top:1px solid var(--line)}.project{border-bottom:1px solid var(--line);grid-template-columns:1.02fr .98fr;align-items:center;gap:75px;width:min(1120px,100% - 48px);margin:auto;padding:100px 0;display:grid}.project:nth-child(2n) .project-image{order:2}.project-image{background:#eee;border-radius:8px;height:460px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000017}.project-image img{object-fit:cover;object-position:top center}.project-copy{position:relative}.project-number{color:#c39a17;letter-spacing:.15em;font-size:13px;font-weight:700}.project-copy h2{margin:12px 0 25px;font-size:clamp(34px,4vw,50px)}.project-copy p{font-size:14px}.project-copy h3{margin:25px 0 12px;font-size:14px}.project-copy ul{color:#555;margin:0 0 28px;padding:0;font-size:14px;list-style:none}.project-copy li{margin:9px 0}.project-copy li:before{content:"✓";color:#bd9000;margin-right:10px;font-weight:700}.contact-hero{text-align:center;background:var(--soft);padding:110px 24px 100px}.contact-hero h1{max-width:850px;margin:0 auto 26px;font-size:clamp(38px,5vw,64px);line-height:1.08}.contact-hero>p:not(.eyebrow){max-width:720px;margin:0 auto 55px}.social-cards{justify-content:center;gap:20px;display:flex}.social-cards a{border:1px solid var(--line);background:#fff;justify-items:center;gap:9px;width:230px;padding:32px;transition:all .2s;display:grid}.social-cards a:hover{transform:translateY(-4px);box-shadow:0 15px 30px #00000012}.social-cards strong{margin-top:8px}.social-cards small{color:#777}.linkedin-icon{color:#fff;background:#0a66c2;border-radius:7px;place-items:center;width:64px;height:64px;font-size:34px;font-weight:800;display:grid}.form-section{grid-template-columns:.8fr 1.2fr;gap:110px;width:min(1040px,100% - 48px);margin:auto;padding:110px 0 130px;display:grid}.form-section h2{font-size:clamp(34px,4vw,50px);line-height:1.15}.contact-form{gap:22px;display:grid}.contact-form label{gap:9px;font-size:13px;font-weight:700;display:grid}.contact-form input,.contact-form textarea{width:100%;font:inherit;resize:vertical;background:#fafafa;border:0;border-bottom:1px solid #aaa;outline:none;padding:14px}.contact-form input:focus,.contact-form textarea:focus{border-color:#111}.contact-form button{background:var(--yellow);cursor:pointer;border:0;justify-self:start;padding:15px 36px;font:700 14px Montserrat}.form-status{border-left:3px solid var(--yellow);padding:12px;font-size:13px}.project-demo{border-left:3px solid var(--yellow);background:var(--soft);border-radius:4px;margin-top:18px;padding:16px 20px}.project-demo p{color:var(--ink);margin:0 0 10px}.project-demo p:last-child{margin-bottom:0}.project-demo code{-webkit-user-select:all;user-select:all;font-size:15px}.social-cards a{background:var(--surface)}.contact-form input,.contact-form textarea{background:var(--field);color:var(--ink)}.menu-button span{background:var(--ink)}.arrow-link{border-color:var(--ink)}:root[data-theme=dark] .about-copy h2 span{color:#aaa79f}:root[data-theme=dark] .project-image,:root[data-theme=dark] .portrait-wrap,:root[data-theme=dark] .preview-card{background:#292924}@media (max-width:900px){.site-header{height:64px}.nav-shell{width:calc(100% - 30px)}.menu-button{display:block}.nav-links{background:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;padding:18px 24px 26px;display:none;position:absolute;top:64px;left:0;right:0}.nav-links.open{display:flex}.nav-links a{border-bottom:1px solid var(--line);padding:15px 0}.welcome-card{padding:55px 26px}.welcome-card h2{margin-bottom:42px}.compact-section{padding:75px 22px 45px}.section-shell{width:min(620px,100% - 32px)}.about{grid-template-columns:1fr;gap:45px;padding:35px 0 80px}.portrait-wrap{width:100%;height:min(680px,145vw)}.projects-preview{padding:75px 16px}.section-heading{align-items:start;gap:20px}.section-heading h2{font-size:40px}.preview-grid{grid-template-columns:1fr}.preview-card{height:clamp(220px,58vw,390px)}.project,.project:nth-child(2n){grid-template-columns:1fr;gap:38px;width:min(680px,100% - 32px);padding:70px 0}.project:nth-child(2n) .project-image{order:0}.project-image{height:clamp(250px,62vw,420px)}.work-hero{width:min(680px,100% - 32px);padding:75px 0 55px}.social-cards{flex-direction:column;align-items:center}.social-cards a{width:min(100%,330px)}.contact-hero{padding:75px 22px}.form-section{grid-template-columns:1fr;gap:45px;padding:80px 0}footer{flex-wrap:wrap;padding:28px 0}footer span{width:100%}}
