:root{--color-bg:#262624;--color-paper:#32312e;--color-accent-subtle:#3d2e26;--color-accent-light:#4a3527;--color-accent-mid:#e08b64;--color-accent:#d97757;--color-accent-dark:#e2896a;--color-accent-deep:#f0a380;--color-accent-deep-dark:#8a4228;--color-neutral:#6b6558;--color-neutral-dark:#55504a;--color-warm-50:#211f1d;--color-warm-100:#3a3836;--color-warm-200:#46443f;--color-warm-300:#504e48;--color-warm-500:#9c968a;--color-warm-600:#b0aa9d;--color-warm-700:#cac4b8;--color-ink:#ece8dd;--font-serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,"Times New Roman",serif;--font-sans:ui-sans-serif,system-ui,-apple-system,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #00000073,0 4px 6px -4px #00000059;--shadow-xl:0 20px 25px -5px #00000080,0 8px 10px -6px #0006}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{color:#ece8dd;color:var(--color-ink);font-family:ui-sans-serif,system-ui,-apple-system,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-family:var(--font-sans);line-height:1.5;margin:0}img,svg{display:block;max-width:100%}button{background:none;border:none;cursor:pointer;font:inherit;padding:0}a,button{color:inherit}a{text-decoration:none}ul{list-style:none;padding:0}h1,h2,h3,h4,p,ul{margin:0}h1,h2,h3,h4{font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,Times New Roman,serif;font-family:var(--font-serif);font-weight:600}input,textarea{font:inherit}.site{background:#262624;background:var(--color-bg);color:#ece8dd;color:var(--color-ink)}.container{margin:0 auto;max-width:1280px;padding:0 1rem;width:100%}.section{padding:5rem 0}.section-white{background:#32312e;background:var(--color-paper)}.section-gray{background:#211f1d;background:var(--color-warm-50)}.section-container{margin:0 auto;max-width:1280px;padding:0 1rem}.section-header{margin:0 auto 4rem;max-width:48rem;text-align:center}.section-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.section-title{font-size:2.25rem}}.section-divider{background:#d97757;background:var(--color-accent);height:.25rem;margin:0 auto 1.5rem;width:5rem}.section-subtitle{color:#b0aa9d;color:var(--color-warm-600);font-size:1.125rem}.gradient-text{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#d97757,#f0a380);background-image:linear-gradient(to right,var(--color-accent),var(--color-accent-deep));color:#0000}.navbar{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#262624eb;box-shadow:0 1px 2px 0 #0000004d;box-shadow:var(--shadow-sm);left:0;position:fixed;right:0;top:0;z-index:50}.navbar-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1280px;padding:.75rem 1rem}.logo{font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,Times New Roman,serif;font-family:var(--font-serif);font-size:1.5rem;font-weight:700}.desktop-nav{display:none;gap:2rem}@media (min-width:768px){.desktop-nav{display:flex}}.nav-link{text-transform:capitalize;transition:color .3s}.nav-link.active,.nav-link:hover{color:#d97757;color:var(--color-accent)}.nav-link.active{font-weight:500}.mobile-menu-btn{color:#b0aa9d;color:var(--color-warm-600);display:block}@media (min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu-btn svg{height:1.5rem;width:1.5rem}.mobile-menu{background:#32312e;background:var(--color-paper);border-top:1px solid #46443f;border-top:1px solid var(--color-warm-200)}@media (min-width:768px){.mobile-menu{display:none}}.mobile-menu-list{display:flex;flex-direction:column;gap:1rem;padding:1rem}.mobile-nav-link{border-radius:.5rem;padding:.5rem 1rem;text-align:left;text-transform:capitalize;transition:background-color .3s,color .3s;width:100%}.mobile-nav-link.active,.mobile-nav-link:hover{background:#3d2e26;background:var(--color-accent-subtle)}.mobile-nav-link.active{color:#d97757;color:var(--color-accent);font-weight:500}.btn-outline,.btn-primary,.download-btn,.project-btn,.submit-btn{align-items:center;border-radius:.5rem;box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d;box-shadow:var(--shadow-md);display:inline-flex;font-weight:500;justify-content:center;transition:transform .3s,box-shadow .3s,background-color .15s,border-color .15s,color .15s}.btn-outline:hover,.btn-primary:hover,.download-btn:hover,.project-btn:hover,.submit-btn:hover{box-shadow:0 10px 15px -3px #00000073,0 4px 6px -4px #00000059;box-shadow:var(--shadow-lg);transform:translateY(-.25rem)}.btn-primary{background:#d97757;background:var(--color-accent);color:#fff;padding:.75rem 2rem}.btn-primary:hover{background:#e2896a;background:var(--color-accent-dark)}.btn-outline{background:#32312e;background:var(--color-paper);border:2px solid #d97757;border:2px solid var(--color-accent);color:#d97757;color:var(--color-accent);padding:.75rem 2rem}.btn-outline:hover{background:#3d2e26;background:var(--color-accent-subtle)}.hero{align-items:center;background-image:linear-gradient(180deg,#3d2e26,#262624);background-image:linear-gradient(to bottom,var(--color-accent-subtle),var(--color-bg));display:flex;min-height:100vh;padding-bottom:4rem;padding-top:6rem}@media (min-width:768px){.hero{padding-bottom:8rem;padding-top:8rem}}.hero-inner{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1280px;padding:0 1rem;width:100%}@media (min-width:768px){.hero-inner{flex-direction:row}}.hero-text{margin-bottom:2.5rem;width:100%}@media (min-width:768px){.hero-text{margin-bottom:0;width:50%}}.hero-title{font-size:2.25rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem}@media (min-width:768px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.5rem}}.hero-subtitle{color:#b0aa9d;color:var(--color-warm-600);font-size:1.25rem;margin-bottom:2rem;max-width:32rem}@media (min-width:768px){.hero-subtitle{font-size:1.5rem}}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image-wrapper{position:relative;width:100%}@media (min-width:768px){.hero-image-wrapper{width:50%}}.hero-image-frame{border-radius:1rem;box-shadow:0 20px 25px -5px #00000080,0 8px 10px -6px #0006;box-shadow:var(--shadow-xl);height:24rem;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.hero-image-frame{height:500px}}.hero-image-frame img{height:100%;object-fit:cover;width:100%}.about-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem}@media (min-width:768px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-image-wrapper{position:relative}.about-image-bg{background:#4a3527;background:var(--color-accent-light);border-radius:1rem;height:100%;left:-1.5rem;position:absolute;top:-1.5rem;transform:rotate(3deg);width:100%}.about-card{background:#32312e;background:var(--color-paper);border-radius:1rem;box-shadow:0 10px 15px -3px #00000073,0 4px 6px -4px #00000059;box-shadow:var(--shadow-lg);padding:2rem;position:relative}.about-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.about-card p{color:#b0aa9d;color:var(--color-warm-600);margin-bottom:1rem}.about-card p:last-child{margin-bottom:0}.about-list{display:flex;flex-direction:column;gap:1.5rem}.about-item{align-items:flex-start;display:flex;gap:1rem}.about-icon{color:#d97757;color:var(--color-accent);margin-top:.25rem}.about-icon svg{height:1.5rem;width:1.5rem}.about-item h4{font-size:1.125rem;font-weight:700}.about-item p{color:#b0aa9d;color:var(--color-warm-600)}.skills-grid{grid-gap:2.5rem;display:grid;gap:2.5rem}@media (min-width:768px){.skills-grid{grid-template-columns:repeat(2,1fr)}}.skill-card{background:#32312e;background:var(--color-paper);border-radius:.75rem;box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d;box-shadow:var(--shadow-md);padding:1.5rem}.skill-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.skill-header h3{font-size:1.125rem;font-weight:700}.skill-percent{color:#d97757;color:var(--color-accent);font-weight:600}.skill-bar-track{background:#46443f;background:var(--color-warm-200);width:100%}.skill-bar-fill,.skill-bar-track{border-radius:9999px;height:.625rem}.skill-bar-fill{background-image:linear-gradient(90deg,#e08b64,#f0a380);background-image:linear-gradient(to right,var(--color-accent-mid),var(--color-accent-deep));transition:width 1s cubic-bezier(0,0,.2,1)}.tools-section{margin-top:4rem;text-align:center}.tools-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.tools-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tool-tag{background:#32312e;background:var(--color-paper);border-radius:9999px;box-shadow:0 1px 2px 0 #0000004d;box-shadow:var(--shadow-sm);color:#cac4b8;color:var(--color-warm-700);font-weight:500;padding:.5rem 1rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background:#32312e;background:var(--color-paper);border:1px solid #46443f;border:1px solid var(--color-warm-200);border-radius:.75rem;box-shadow:0 10px 15px -3px #00000073,0 4px 6px -4px #00000059;box-shadow:var(--shadow-lg);display:flex;flex-wrap:wrap;overflow:hidden;transition:box-shadow .3s}.project-card:hover{box-shadow:0 20px 25px -5px #00000080,0 8px 10px -6px #0006;box-shadow:var(--shadow-xl)}.project-image-wrapper{height:12rem;overflow:hidden;position:relative;width:100%}.project-image-wrapper img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.project-card:hover .project-image-wrapper img{transform:scale(1.05)}.project-body{padding:1.5rem}.project-body h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.project-body p{color:#b0aa9d;color:var(--color-warm-600);margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#4a3527;background:var(--color-accent-light);border-radius:9999px;color:#e2896a;color:var(--color-accent-dark);font-size:.75rem;padding:.25rem .75rem}.project-footer{flex:1 1 auto;margin-top:auto;width:100%}.project-btn{background:#d97757;background:var(--color-accent);color:#fff;height:3rem;padding:.75rem 1.5rem;width:100%}.project-btn:hover{background:#e2896a;background:var(--color-accent-dark)}.project-btn-disabled{background:#6b6558;background:var(--color-neutral)}.project-btn-disabled:hover{background:#55504a;background:var(--color-neutral-dark)}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;margin:0 auto;max-width:56rem}@media (min-width:768px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-form-card{background:#32312e;background:var(--color-paper);border-radius:.75rem;box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d;box-shadow:var(--shadow-md);padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-label{color:#cac4b8;color:var(--color-warm-700);display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.form-input{background:#262624;background:var(--color-bg);border:1px solid #504e48;border:1px solid var(--color-warm-300);border-radius:.5rem;color:#ece8dd;color:var(--color-ink);outline:none;padding:.5rem 1rem;transition:border-color .15s,box-shadow .15s;width:100%}.form-input::placeholder{color:#9c968a;color:var(--color-warm-500)}.form-input:focus{border-color:#e08b64;border-color:var(--color-accent-mid);box-shadow:0 0 0 2px #d9775759}.submit-btn{background:#d97757;background:var(--color-accent);color:#fff;padding:.75rem 1.5rem;width:100%}.submit-btn:hover{background:#e2896a;background:var(--color-accent-dark)}.submit-btn:disabled{box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d;box-shadow:var(--shadow-md);cursor:not-allowed;opacity:.6;transform:none}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#32312e;background:var(--color-paper);border-radius:.75rem;box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d;box-shadow:var(--shadow-md);padding:1.5rem}.info-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.info-list{display:flex;flex-direction:column;gap:1rem}.info-item{align-items:flex-start;display:flex;gap:.75rem}.info-item svg{color:#d97757;color:var(--color-accent);flex-shrink:0;height:1.25rem;margin-top:.25rem;width:1.25rem}.info-item p{color:#b0aa9d;color:var(--color-warm-600)}.connect-links{display:flex;gap:1rem}.social-link{background:#3a3836;background:var(--color-warm-100);border-radius:.5rem;color:#b0aa9d;color:var(--color-warm-600);flex:1 1;font-weight:500;padding:.5rem 1rem;text-align:center;transition:background-color .3s,color .3s}.social-link:hover{background:#4a3527;background:var(--color-accent-light);color:#d97757;color:var(--color-accent)}.download-btn{background:#d97757;background:var(--color-accent);color:#fff;gap:.5rem;padding:.75rem 1rem;width:100%}.download-btn:hover{background:#e2896a;background:var(--color-accent-dark)}.download-btn svg{height:1.25rem;width:1.25rem}.site-footer{background:#262624;background:var(--color-bg);border-top:1px solid #46443f;border-top:1px solid var(--color-warm-200);padding:2rem 0}.footer-top{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){.footer-top{flex-direction:row}}.footer-brand{margin-bottom:1rem}@media (min-width:768px){.footer-brand{margin-bottom:0}}.footer-tagline{color:#9c968a;color:var(--color-warm-500);font-size:.875rem;margin-top:.25rem}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#9c968a;color:var(--color-warm-500);transition:color .3s}.footer-social a:hover{color:#d97757;color:var(--color-accent)}.footer-bottom{border-top:1px solid #46443f;border-top:1px solid var(--color-warm-200);color:#9c968a;color:var(--color-warm-500);font-size:.875rem;margin-top:2rem;padding-top:1.5rem;text-align:center}.footer-bottom p:last-child{margin-top:.5rem}
/*# sourceMappingURL=main.fa14ee97.css.map*/