@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body,html{scroll-behavior:smooth}body{font-family:Playfair Display;font-weight:400;font-style:normal;background-color:#f0f4f8;color:#333;line-height:1.6}.navbar{background:#0b470b;margin:-10px 0;display:flex;justify-content:space-between}.nav-logo{height:40px;margin-right:15px;cursor:pointer}a{text-decoration:none!important}a:hover{color:#0b470b}ul{list-style-type:none}header{background:#0b470b;padding:20px 0;position:sticky;top:0;width:100%;z-index:1000;border-bottom:1px solid #fff}header nav ul{display:flex;justify-content:left;align-items:center;margin:0;padding-left:30px;list-style:none}header nav ul li{margin:0 20px}header nav ul li a{color:#fff;font-size:18px;text-decoration:none;transition:color .3s ease-in-out}header nav ul li a:hover{color:#edbe14}.dot-background{background-color:#f8faf8;background-image:radial-gradient(rgba(0,0,0,.12) 1px,transparent 0);background-size:18px 18px}.hamburger{display:none;padding:10px!important;margin:0 0 0 6px!important;width:auto!important;border-radius:10px;border:2px solid hsla(0,0%,100%,.7)}.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:min(85vw,340px);background:#fff;transform:translateX(-100%);transition:transform .25s ease;z-index:1000;box-shadow:10px 0 40px rgba(0,0,0,.2);padding:0}.mobile-drawer.open{transform:translateX(0)}.drawer-header{height:56px;padding:calc(8px + env(safe-area-inset-top)) 14px 8px;display:flex;justify-content:flex-end;align-items:center;flex-shrink:0}.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:999}.menu-overlay.open{opacity:1;pointer-events:auto}.drawer-close{width:44px;height:44px;display:grid;place-items:center;background:transparent;border:0;padding:0;cursor:pointer;font-size:28px;line-height:1;color:#0b470b;border-radius:10px;transition:background .2s ease,transform .15s ease,opacity .2s ease;position:absolute}.drawer-close:hover{background:rgba(11,71,11,.1);transform:scale(1.05)}.drawer-close:active{transform:scale(.97)}.drawer-close:focus-visible{outline:2px solid rgba(11,71,11,.45);outline-offset:2px}.drawer-links a{display:block;padding:14px 20px;font-size:18px;color:#0b470b;border-top:1px solid rgba(0,0,0,.06);transition:background .2s ease,opacity .2s ease}.drawer-links a:hover{background:rgba(0,0,0,.05);opacity:.85}.section-header{background:#0b470b;color:#fff;padding:0 20px;font-size:40px;font-weight:600}.about-section{max-width:1000px;margin:0 auto;padding:50px 24px}.about-card{background:#fff;border-radius:14px;padding:36px 40px;margin-bottom:30px;border:1px solid rgba(0,0,0,.05);box-shadow:0 12px 28px rgba(0,0,0,.06)}.about-card:first-of-type{max-width:800px;margin-left:auto;margin-right:auto}.about-subtitle{font-size:30px;font-weight:600;color:#111;margin:40px 0 20px}.about-lead,.about-note,.skills-list{margin:0;font-size:18px;line-height:1.7;color:#111}.skills-list{padding-left:18px}.skills-list li{margin-bottom:12px;page-break-inside:avoid;break-inside:avoid}.skills-list strong{font-weight:700;letter-spacing:.4px}@media (min-width:900px){.skills-list{column-count:2;grid-column-gap:60px;column-gap:60px;column-fill:balance}}@media (max-width:600px){.section-header{font-size:32px;padding:0 16px}.about-section{padding:32px 16px}.about-card{padding:24px}.about-subtitle{font-size:24px}.about-lead,.about-note,.skills-list{font-size:16px}}.project-card{background:#fff;border-radius:18px;padding:28px;border:1px solid rgba(0,0,0,.05);box-shadow:0 14px 40px rgba(0,0,0,.06);display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;text-align:left;transition:transform .25s ease,box-shadow .25s ease}.project-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.08)}.project-card p{font-size:.95rem;color:#555;margin-bottom:20px;line-height:1.6}.project-card h3{font-size:1.5rem;font-weight:600;margin-bottom:12px}.tech-tags{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin-bottom:22px}.tech-tags span{font-size:.75rem;padding:6px 10px;border-radius:6px;background:rgba(11,71,11,.08);color:#0b470b;font-weight:500;display:inline-block;transition:transform .2s ease,background-color .2s ease}.project-card:hover .tech-tags span{transform:translateY(-2px);background-color:rgba(11,71,11,.14)}.project-actions{display:flex;grid-gap:12px;gap:12px}.project-actions a{padding:8px 16px;font-size:.85rem;border-radius:8px;font-weight:500;text-decoration:none;transition:all .25s ease;justify-content:flex-start}.projects-grid{width:100%;max-width:1200px;margin:0 auto;padding:40px 20px;display:grid;grid-gap:28px;gap:28px;grid-template-columns:repeat(3,1fr)}.live-btn{background:#0b470b;color:#fff}.live-btn:hover{background:#0f5c0f}.code-btn{border:1px solid #0b470b;color:#0b470b;background:transparent}.code-btn:hover,.standard-btn{background:#0b470b;color:#fff}.standard-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:30px;border:2px solid #0b470b;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .25s ease;margin-bottom:80px;letter-spacing:.3px}.standard-btn:hover{background:#e67e22;border-color:#e67e22;color:#fff}.projects-intro{max-width:1200px;margin:32px auto 0;padding:0 20px}.projects-intro p{margin:0;display:flex;align-items:flex-start;grid-gap:14px;gap:14px;font-size:1.15rem;line-height:1.7;padding-left:18px;border-left:4px solid #0b470b;max-width:820px}@media (max-width:992px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){button{width:100%;padding:14px 18px;font-size:1rem;margin:0}.column{width:100%;margin:50px;display:block}.projects-grid{grid-template-columns:1fr}}#contact{max-width:720px;margin:0 auto;padding:28px 26px;background:hsla(0,0%,97.6%,.92);border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 30px rgba(0,0,0,.08);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}#contact p{margin:10px 0;text-align:left;color:#444;line-height:1.7}#contact a{color:#0b470b;font-weight:600;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;transition:opacity .2s ease,color .2s ease}#contact a:hover{opacity:.9}#contact a:active{opacity:.6}.contact-info{max-width:560px;margin:0 auto 18px}.contact-info p{display:flex;grid-gap:10px;gap:10px;align-items:baseline}.contact-info strong{min-width:92px;font-weight:600;color:#1f1f1f}.contact-form{margin:22px auto 0;width:100%;max-width:560px;background:linear-gradient(135deg,#0b470b,#0e5a0e);padding:18px;border-radius:18px;display:flex;flex-direction:column;grid-gap:12px;gap:12px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08)}.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.14);font-size:1rem;outline:none;background:hsla(0,0%,100%,.96);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.contact-form ::placeholder{color:rgba(0,0,0,.55)}.contact-form textarea{resize:vertical;min-height:140px}.contact-form input:focus,.contact-form textarea:focus{border-color:hsla(0,0%,100%,.65);box-shadow:0 0 0 3px hsla(0,0%,100%,.22)}.contact-form button:focus-visible,.contact-form input:focus-visible,.contact-form textarea:focus-visible{outline:3px solid hsla(0,0%,100%,.55);outline-offset:3px}.contact-form button{align-self:center;margin-top:6px;padding:10px 18px;border-radius:999px;border:2px solid hsla(0,0%,100%,.9);background:transparent;color:#fff;font-weight:700;font-size:1rem;letter-spacing:.2px;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease,color .18s ease}.contact-form button:hover{background-color:#fff;color:#134b1f;transform:scale(1.03);box-shadow:0 10px 22px rgba(0,0,0,.18)}.contact-form button:active{transform:scale(.99);box-shadow:0 6px 14px rgba(0,0,0,.18)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-status{margin-top:16px;text-align:center;font-size:.92rem;display:flex;justify-content:center;align-items:center;grid-gap:8px;gap:8px;animation:fadeIn .25s ease;color:#fff!important}@media (max-width:768px){#contact{max-width:94vw;padding:18px 16px;border-radius:14px}.contact-info{max-width:100%;margin:0 auto 14px}.contact-info p{display:block;margin:10px 0}.contact-info strong{display:block;min-width:0;margin-bottom:3px}.contact-form{max-width:100%;padding:16px;border-radius:16px}.contact-form input,.contact-form textarea{font-size:16px;padding:12px 14px;border-radius:12px}.contact-form textarea{min-height:140px}.contact-form button{width:100%;max-width:360px;padding:12px 18px}}@media (max-width:420px){#contact{padding:16px 14px}.contact-form{padding:14px}}footer{text-align:center;padding:20px;background-color:#333;color:#fff}@media (min-width:769px){.hamburger,.menu-overlay,.mobile-drawer{display:none!important}}@media (max-width:768px){.hamburger{display:inline-flex;align-items:center;justify-content:center}.desktop-nav{display:none}h1{font-size:3rem}#about p{font-size:1.1rem}#contact h2{font-size:2rem}.project-card.featured{grid-column:span 1}.projects-grid{padding:30px 16px}}#home{background:#0b470b;color:#fff;padding:50px 20px;text-align:center;overflow:hidden}.home-row{display:flex;align-items:center;justify-content:center;grid-gap:48px;gap:48px;max-width:1200px;margin:0 auto}#home a:hover{background-color:#e67e22}.home-column{width:100%}.home-column p{max-width:540px;margin-left:auto;margin-right:auto}.hero-title{margin:0 0 18px;line-height:1.1}.hero-title .hero-hello{display:inline}.hero-title .hero-name{white-space:nowrap}.hero-title .hero-role{display:block;margin-top:10px;white-space:nowrap}#home h1{font-size:3.6rem;font-weight:600;letter-spacing:.2px;line-height:1.05}#home p{font-size:1.25rem;margin-bottom:22px;opacity:.95}.hero-buttons{grid-gap:18px;gap:18px;margin:10px 0 12px;flex-wrap:wrap}.hero-buttons,.hero-buttons .btn-outline{display:inline-flex;align-items:center;justify-content:center}.hero-buttons .btn-outline{padding:15px 30px;border-radius:30px;border:1.8px solid #fff;background:transparent;color:#fff;font-size:1.1rem;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.hero-buttons .btn-outline:first-child{background:#fff;color:#0b470b}.hero-buttons .btn-outline:first-child:hover{background:hsla(0,0%,100%,.9)}.hero-buttons .btn-outline:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.1);box-shadow:0 10px 22px rgba(0,0,0,.18);color:#fff}.hero-buttons .btn-outline:focus-visible{outline:3px solid rgba(237,190,20,.7);outline-offset:3px}.hero-stack{margin-top:24px;font-size:1rem;opacity:.75;line-height:1.6;letter-spacing:.5px}#home img{width:380px;height:380px;border:6px solid hsla(0,0%,100%,.12);border-radius:50%;object-fit:cover;display:block;margin:0 auto}.hero-description{max-width:480px;margin:18px auto 30px;font-size:1.15rem;line-height:1.6}@media screen and (max-width:1024px){.home-row{flex-wrap:wrap;grid-gap:24px;gap:24px}#home img{width:240px;height:240px}.hero-title .hero-name{white-space:normal}#home h1{font-size:clamp(2.2rem,6vw,4.5rem);line-height:1.1}}@media (max-width:600px){#home{padding:70px 16px 50px}.home-row{flex-direction:column;align-items:center;grid-gap:18px;gap:18px}#home img{width:200px;height:200px}#home p{font-size:1rem;margin:10px 0 14px;padding:0 10px;opacity:.9}.hero-buttons{flex-direction:column;grid-gap:14px;gap:14px;margin:18px 0 10px}.hero-buttons .btn-outline{min-width:220px;padding:12px 22px;font-size:1rem}h1.hero-title .hero-hello,h1.hero-title .hero-name,h1.hero-title .hero-role{display:block;width:100%;white-space:normal}.hero-comma{display:none}.hero-stack{font-size:.95rem;margin-top:10px;padding:0 12px;opacity:.85}}@media (min-width:769px){.hero-title{max-width:900px;margin:0 auto 24px;line-height:1.1}}.skills-section{padding:40px}.skills-category{margin-top:20px}.skills-category ul li{background:#f0f0f0;margin:5px 0;padding:10px;border-radius:5px;cursor:pointer}.skills-category ul li:hover{background:#d2d2d2}.skills-category p{padding:10px;background-color:#fff;border-left:3px solid #0b470b;margin:10px 0 20px}
/*# sourceMappingURL=main.f4e0b256.chunk.css.map */