body,html{height:100%;margin:0;font-family:ibm plex sans,system-ui,-apple-system,sans-serif;color:#ddd8cc;scroll-behavior:smooth;background-color:#07090f}.hero{height:100vh;width:100%;background-image:url(../images/forest-background.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 70%,black 100%);z-index:1}.hero-content{position:relative;color:#fff;text-align:center;z-index:1;padding-bottom:10vh;padding:0 2rem 10vh}.hero-content h1{font-family:fraunces,Georgia,times new roman,serif;font-size:clamp(3.5rem,9vw,7rem);font-weight:300;letter-spacing:-.02em;line-height:1.05;margin-bottom:1.5rem;color:#fff}.hero-content p{font-family:jetbrains mono,fira code,consolas,monospace;font-size:clamp(.75rem,1.5vw,.9rem);letter-spacing:.22em;text-transform:uppercase;margin:0;color:#e8b84b;opacity:.9}.hero-content p::before{content:'// ';opacity:.5}.scroll-down{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;cursor:pointer;z-index:2}.scroll-down .arrow{width:.8rem;height:.8rem;border-right:2px solid #e8b84b;border-bottom:2px solid #e8b84b;transform:rotate(45deg);margin:-.3rem;animation:bounce 2s infinite}.scroll-down .arrow:nth-child(2){animation-delay:-.2s}.scroll-down .arrow:nth-child(3){animation-delay:-.4s}@keyframes bounce{0%{opacity:0;transform:rotate(45deg)translate(-12px,-12px)}50%{opacity:1}100%{opacity:0;transform:rotate(45deg)translate(12px,12px)}}.about-section{min-height:100vh;padding:4rem 2rem;background-color:#07090f;color:#ddd8cc;margin-top:-2px;position:relative;display:flex;flex-direction:column;justify-content:center}.about-section::after{content:'';position:absolute;left:0;right:0;bottom:0;height:30vh;background:linear-gradient(to bottom,#07090f 0%,rgba(7,9,15,.3) 100%);z-index:1}.about-title{width:100%;text-align:center;margin-bottom:4rem;position:relative;z-index:2}.about-title h2{font-family:fraunces,Georgia,serif;font-size:2.5rem;font-weight:300;color:#fff;text-align:center;letter-spacing:-.02em}.about-content{max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;gap:4rem;align-items:center}@media(max-width:768px){.about-content{gap:2rem}}.about-text-image{display:grid;grid-template-columns:1fr auto;gap:4rem;width:100%;align-items:center}@media(max-width:768px){.about-text-image{grid-template-columns:1fr;gap:2rem;text-align:center}}.about-text{max-width:100%;text-align:left}@media(max-width:768px){.about-text{text-align:center;order:2}}.profile-image{width:250px;height:250px;border-radius:50%;overflow:hidden;border:2px solid rgba(232,184,75,.35);box-shadow:0 0 40px rgba(232,184,75,8%),0 4px 20px rgba(0,0,0,.5);flex-shrink:0}.profile-image img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.profile-image{width:200px;height:200px;margin:0 auto;order:1}}.about-text p{font-size:1.1rem;line-height:1.85;color:#ddd8cc;margin-bottom:1.5rem;text-align:left}@media(max-width:768px){.about-text p{text-align:center}}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}@media(max-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-grid{display:none}}.about-item{padding:1.5rem;background:rgba(232,184,75,4%);border-radius:8px;border:1px solid rgba(232,184,75,.12);transition:transform .3s ease,border-color .3s ease,background .3s ease;backdrop-filter:blur(5px);min-height:120px;display:flex;flex-direction:column;justify-content:center;text-decoration:none;color:inherit}.about-item:hover{transform:translateY(-5px);background:rgba(232,184,75,8%);border-color:rgba(232,184,75,.28);text-decoration:none}.about-item h3{font-family:fraunces,Georgia,serif;font-weight:400;color:#e8b84b;margin-bottom:.5rem;font-size:1.2rem}.about-item p{color:#ddd8cc;margin:0;font-size:.95rem}.about-item{text-decoration:none;color:inherit}.about-item:hover{text-decoration:none}.projects-section{min-height:100vh;position:relative;background-image:url(/images/forest-background.jpg);background-position:50%;background-repeat:repeat;background-size:cover;background-attachment:fixed;margin-top:-2px;padding:6rem 2rem;color:#fff;overflow-x:hidden;width:100%;box-sizing:border-box}.projects-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(7,9,15,.65) 0%,rgba(7,9,15,.85) 100%);z-index:1}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.project-item{background:rgba(7,9,15,.7);border-radius:8px;border:1px solid rgba(232,184,75,.15);overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;backdrop-filter:blur(8px);text-decoration:none;display:block;color:inherit;height:100%;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.project-item:hover{transform:translateY(-6px);border-color:rgba(232,184,75,.4);box-shadow:0 12px 40px rgba(0,0,0,.4),0 0 0 1px rgba(232,184,75,.1);text-decoration:none}.project-image{width:100%;height:300px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-item:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-content h3{font-family:fraunces,Georgia,serif;font-weight:400;font-size:1.4rem;margin-bottom:.75rem;color:#fff;text-decoration:none;letter-spacing:-.01em;transition:color .3s ease}.project-item:hover .project-content h3{color:#e8b84b}.project-content p{color:#a8a39a;line-height:1.65;margin-bottom:0;text-decoration:none;font-size:.95rem}.list-container{display:flex;flex-direction:column;gap:2rem;padding:2rem;position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}.full-width-container{display:flex;width:100%;height:250px;background:rgba(7,9,15,.7);border-radius:8px;border:1px solid rgba(232,184,75,.12);overflow:hidden;backdrop-filter:blur(8px);box-sizing:border-box;transition:border-color .3s ease}.full-width-container:hover{border-color:rgba(232,184,75,.3)}.image-side{width:40%;height:100%;min-width:300px}.image-side img{width:100%;height:100%;object-fit:cover}.text-side{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden}.text-side h3{font-family:fraunces,Georgia,serif;font-weight:400;color:#fff;margin-bottom:.5rem;font-size:1.4rem;text-decoration:none;width:100%;letter-spacing:-.01em}.container-link:hover .text-side h3{color:#e8b84b}.text-side .description{color:#a8a39a;margin-bottom:.5rem;font-style:italic;text-decoration:none;width:100%}.text-side .content-preview{color:#a8a39a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-decoration:none;width:100%;text-align:center;font-size:.9rem}.text-side .content-preview a{color:#fff;text-decoration:underline;transition:color .3s ease}.text-side .content-preview a:hover{color:#fff;text-decoration:none}.container-link{text-decoration:none;display:block;width:100%;color:inherit;cursor:pointer;transition:transform .3s ease}.container-link:hover{text-decoration:none;transform:translateY(-2px)}.container-link *{text-decoration:none}.post-divider{border:none;height:1px;background:#000;margin:.2rem 0;width:100%;opacity:1}.more-projects-button{text-align:center;margin-top:2rem;position:relative;z-index:2}.btn-more{display:inline-block;padding:.75rem 2.25rem;background:rgba(232,184,75,8%);color:#e8b84b;text-decoration:none;border-radius:4px;border:1px solid rgba(232,184,75,.3);font-family:jetbrains mono,monospace;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;transition:all .3s ease;backdrop-filter:blur(5px)}.btn-more:hover{background:rgba(232,184,75,.15);transform:translateY(-2px);border-color:rgba(232,184,75,.55);box-shadow:0 4px 20px rgba(232,184,75,.12)}.contacts-section{padding:6rem 2rem;background-color:#07090f;color:#ddd8cc;position:relative}.contacts-section .container{display:flex;flex-direction:column;align-items:center;grid-template-columns:unset}.contacts-section h2{font-family:fraunces,Georgia,serif;font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;text-align:center;color:#fff;letter-spacing:-.02em}.contacts-section .contacts-topics{max-width:1200px;margin:1.5rem auto 0;width:100%}.contacts-section .contacts-buttons{margin:0;padding:1rem 0}.contacts-section .contacts-buttons-container{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.contacts-section .contact-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;color:#e8b84b;background:rgba(232,184,75,6%);border:1px solid rgba(232,184,75,.25);transition:all .3s ease;font-family:ibm plex sans,system-ui,sans-serif;font-size:.95rem}.contacts-section .contact-button i{font-size:1.2rem;color:#e8b84b}.contacts-section .contact-button:hover{transform:translateY(-2px);background:rgba(232,184,75,.12);border-color:rgba(232,184,75,.5);box-shadow:0 5px 20px rgba(232,184,75,.12)}.contacts-grid{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;flex-wrap:nowrap;max-width:1200px;margin-left:auto;margin-right:auto}@media(max-width:768px){.contacts-grid{flex-direction:column;align-items:center}}.contact-item{text-align:center;padding:2rem;background:rgba(255,255,255,5%);border-radius:8px;transition:all .3s ease;flex:1;min-width:200px;max-width:300px}.contact-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.1);box-shadow:0 5px 15px rgba(255,255,255,.1)}.contact-item h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.contact-item p{color:#ccc}.contact-item a{color:#ccc;text-decoration:none;transition:all .3s ease;display:inline-block;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;margin-top:1rem}.contact-item a:hover{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.contact-form{max-width:600px;margin:0 auto;padding:2rem;background:rgba(255,255,255,5%);border-radius:8px;backdrop-filter:blur(5px)}.contact-form h3{text-align:center;margin-bottom:2rem;color:#fff}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.6)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.15)}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{width:100%;padding:1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.submit-btn:active{transform:translateY(1px)}@media(max-width:768px){.contacts-buttons-container{flex-direction:column;align-items:center}.contact-button{width:100%;max-width:250px;justify-content:center}}.menu-container{position:fixed;top:1rem;left:1rem;z-index:1000}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:0 0;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger:focus{outline:none}.hamburger .bar{width:2rem;height:.25rem;background-color:#fff;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.hamburger.active .bar:first-child{transform:rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg)}body.single-theme-light .hamburger .bar{background-color:#111}.main-nav{position:fixed;top:0;left:-100%;width:300px;height:100vh;background:rgba(7,9,15,.88);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:4rem 2rem;transition:left .3s ease-in-out;z-index:999;border-right:1px solid rgba(232,184,75,.12)}.main-nav.active{left:0}.main-nav ul{list-style:none;padding:0;margin:0}.main-nav li{margin:1.5rem 0;opacity:.9;transition:opacity .3s ease}.main-nav li:hover{opacity:1}.main-nav .nav-link{font-family:ibm plex sans,system-ui,sans-serif;color:#ddd8cc;text-decoration:none;font-size:1.1rem;font-weight:400;transition:all .3s ease;position:relative;padding-bottom:.2rem}.main-nav .nav-link::after{content:'';position:absolute;width:0;height:1px;bottom:0;left:0;background-color:#e8b84b;transition:width .3s ease}.main-nav .nav-link:hover{color:#e8b84b}.main-nav .nav-link:hover::after{width:100%}footer{background-color:#07090f;color:#6b7280;padding:2.5rem 2rem;text-align:center;position:relative;z-index:2;border-top:1px solid rgba(232,184,75,8%)}footer p{margin:0;font-family:jetbrains mono,fira code,monospace;font-size:.8rem;letter-spacing:.04em;transition:color .3s ease}footer p:hover{color:#e8b84b}body.single-theme-light footer{background-color:#e8e8ed;color:#555;border-top-color:rgba(0,0,0,.1)}body.single-theme-light footer p:hover{color:#1a1a1a}.projects-section{position:relative;padding-top:80px;width:100%;max-width:100vw;overflow-x:hidden}.search-container{position:fixed;top:20px;right:20px;display:flex;align-items:center;z-index:1000;max-width:calc(100vw - 40px)}.search-icon{cursor:pointer;padding:9px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:rgba(255,255,255,.1);border-radius:4px;border:1px solid rgba(255,255,255,.2)}.search-icon svg{width:18px;height:18px;color:#fff;stroke:currentColor}.search-input-container{position:absolute;right:50px;opacity:0;transform:translateX(20px);transition:all .3s ease;pointer-events:none;max-width:calc(100vw - 100px)}.search-container:hover .search-input-container{opacity:1;transform:translateX(0);pointer-events:auto}.search-input{padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:4px;font-size:16px;width:200px;max-width:calc(100vw - 100px);transition:all .3s ease;background-color:rgba(0,0,0,.5);color:#fff}.search-input:focus{outline:none;border-color:rgba(255,255,255,.5);width:250px;max-width:calc(100vw - 100px);background-color:rgba(0,0,0,.7)}html{scrollbar-gutter:stable}.single-post-theme-toggle{position:fixed;top:1rem;right:1rem;z-index:101;width:2.5rem;height:2.5rem;padding:0;border:1px solid rgba(232,184,75,.1);border-radius:50%;background:#0c1018;color:#ddd8cc;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:background .2s ease,border-color .2s ease,transform .15s ease;box-shadow:0 2px 12px rgba(0,0,0,.3)}.single-post-theme-toggle:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.12);transform:scale(1.05)}.single-post-theme-toggle .theme-icon{position:absolute;opacity:0;pointer-events:none;display:flex;align-items:center;justify-content:center;color:#7a7f86}.single-post-theme-toggle .theme-icon-dark{opacity:1}.single-post-theme-toggle .theme-icon-light{opacity:0}.single-post-container[data-theme=light] .single-post-theme-toggle .theme-icon{color:#5a5e64}.single-post-container[data-theme=light] .single-post-theme-toggle .theme-icon-dark{opacity:0}.single-post-container[data-theme=light] .single-post-theme-toggle .theme-icon-light{opacity:1}.single-post-container{position:relative;padding-top:5rem;min-height:100vh;color:#ddd8cc;width:100%;box-sizing:border-box;font-family:ibm plex sans,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;background:linear-gradient(180deg,#07090f 0%,#0c1018 50%,#07090f 100%)}.single-post-container .container-fluid{padding-left:1.5rem;padding-right:1.5rem;max-width:78rem;margin-left:auto;margin-right:auto;box-sizing:border-box}@media(min-width:640px){.single-post-container .container-fluid{padding-left:2rem;padding-right:2rem}}@media(max-width:768px){.single-post-container .container-fluid{padding-left:1.25rem;padding-right:1.25rem}}.single-post-progress{position:fixed;top:0;left:0;right:0;height:3px;background:rgba(232,184,75,.1);z-index:100;transform-origin:left}.single-post-progress-bar{height:100%;background:linear-gradient(90deg,#e8b84b,#f5cc72);width:var(--scroll-progress,0%);transition:width .08s ease-out}.single-post-title{font-family:fraunces,Georgia,serif;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:300;margin-bottom:1.25rem;color:#fff;letter-spacing:-.025em;line-height:1.15;padding:0}@media(max-width:768px){.single-post-title{font-size:1.875rem}}.single-post-meta{color:#6b7280;margin-bottom:2.5rem;font-size:.9375rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.single-post-meta p{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.single-post-meta .meta-sep{color:rgba(232,184,75,.1);user-select:none}.single-post-content{font-size:1.0625rem;line-height:1.75;color:#ddd8cc;max-width:70rem}.single-post-content p{margin-bottom:1.5rem}.single-post-content h2{font-family:fraunces,Georgia,serif;font-size:1.625rem;font-weight:400;color:#fff;margin-top:2.5rem;margin-bottom:1rem;letter-spacing:-.02em;padding-bottom:.5rem;border-bottom:1px solid rgba(232,184,75,.1)}.single-post-content h3{font-family:fraunces,Georgia,serif;font-size:1.3rem;font-weight:400;color:#f0ece4;margin-top:2rem;margin-bottom:.75rem}.single-post-content h4,.single-post-content h5,.single-post-content h6{font-size:1.05rem;font-weight:600;color:#ddd8cc;margin-top:1.5rem;margin-bottom:.5rem}.single-post-content a{color:#e8b84b;text-decoration:underline;text-underline-offset:.2em;text-decoration-color:rgba(232,184,75,.4);transition:text-decoration-color .2s ease,color .2s ease}.single-post-content a:hover{text-decoration-color:rgba(232,184,75,.9);color:#f5cc72}.single-post-content ul,.single-post-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.single-post-content li{margin-bottom:.5rem}.single-post-content li::marker{color:#6b7280}.single-post-content blockquote{margin:2rem 0;padding:1rem 0 1rem 1.25rem;border-left:3px solid rgba(232,184,75,.4);color:#6b7280;font-style:italic}.single-post-content hr{border:none;height:1px;background:rgba(232,184,75,.1);margin:2.5rem 0}.single-post-content img,.single-post-content .content-image{max-width:100%;height:auto;display:block;margin:2rem auto;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);border:1px solid rgba(232,184,75,.1)}.single-post-content p:has(>img:only-child){margin-bottom:2rem;text-align:center}.image-container{margin:2rem 0;text-align:center}.image-container img{border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);border:1px solid rgba(232,184,75,.1)}.single-post-divider{max-width:70rem;margin:2.5rem 0 2rem;border:none;height:1px;background:rgba(232,184,75,.1)}.share-buttons{margin-bottom:2rem}.post-footer{max-width:70rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(232,184,75,.1)}.post-footer div{display:inline-block;margin-right:.75rem;color:#6b7280;font-size:.9375rem}.post-footer ul{display:inline-flex;flex-wrap:wrap;list-style:none;padding:0;margin:.5rem 0 0;gap:.5rem}.post-footer li{display:inline-block;margin-right:0}.post-footer li a{color:#e8b84b;text-decoration:none;padding:.35rem .75rem;background:rgba(232,184,75,6%);border:1px solid rgba(232,184,75,.2);border-radius:4px;font-family:jetbrains mono,fira code,monospace;font-size:.8rem;letter-spacing:.04em;transition:background .2s ease,border-color .2s ease}.post-footer li a:hover{background:rgba(232,184,75,.12);border-color:rgba(232,184,75,.4)}.single-post-container[data-theme=light]{color:#1a1a1a;background:linear-gradient(180deg,#f5f5f7 0%,#e8e8ed 50%,#f5f5f7 100%)}.single-post-container[data-theme=light] .single-post-theme-toggle{background:#fff;border-color:rgba(0,0,0,.12);color:#1a1a1a;box-shadow:0 2px 12px rgba(0,0,0,8%)}.single-post-container[data-theme=light] .single-post-theme-toggle:hover{background:#f0f0f0;border-color:rgba(0,0,0,.18)}.single-post-container[data-theme=light] .single-post-progress{background:rgba(0,0,0,8%)}.single-post-container[data-theme=light] .single-post-progress-bar{background:linear-gradient(90deg,#b5830e,#d4a020)}.single-post-container[data-theme=light] .single-post-title{color:#111}.single-post-container[data-theme=light] .single-post-meta{color:#555}.single-post-container[data-theme=light] .single-post-meta .meta-sep{color:rgba(0,0,0,.2)}.single-post-container[data-theme=light] .single-post-content{color:#1a1a1a}.single-post-container[data-theme=light] .single-post-content h2{color:#111;border-bottom-color:rgba(0,0,0,.12)}.single-post-container[data-theme=light] .single-post-content h3,.single-post-container[data-theme=light] .single-post-content h4,.single-post-container[data-theme=light] .single-post-content h5,.single-post-container[data-theme=light] .single-post-content h6{color:#111}.single-post-container[data-theme=light] .single-post-content h4,.single-post-container[data-theme=light] .single-post-content h5,.single-post-container[data-theme=light] .single-post-content h6{color:#1a1a1a}.single-post-container[data-theme=light] .single-post-content a{color:#b5830e;text-decoration-color:rgba(181,131,14,.4)}.single-post-container[data-theme=light] .single-post-content a:hover{text-decoration-color:rgba(181,131,14,.8);color:#8c6208}.single-post-container[data-theme=light] .single-post-content li::marker{color:#555}.single-post-container[data-theme=light] .single-post-content blockquote{border-left-color:rgba(0,0,0,.25);color:#555}.single-post-container[data-theme=light] .single-post-content hr{background:rgba(0,0,0,.1)}.single-post-container[data-theme=light] .single-post-content img,.single-post-container[data-theme=light] .single-post-content .content-image{box-shadow:0 4px 20px rgba(0,0,0,.12);border-color:rgba(0,0,0,.1)}.single-post-container[data-theme=light] .image-container img{box-shadow:0 4px 20px rgba(0,0,0,.12);border-color:rgba(0,0,0,.1)}.single-post-container[data-theme=light] .single-post-divider{background:rgba(0,0,0,.1)}.single-post-container[data-theme=light] .share-buttons-container .share-button{color:#1a1a1a;background-color:rgba(0,0,0,6%);border-color:rgba(0,0,0,.12)}.single-post-container[data-theme=light] .share-buttons-container .share-button:hover{background-color:rgba(0,0,0,.1);border-color:rgba(0,0,0,.2);box-shadow:0 4px 12px rgba(0,0,0,8%)}.single-post-container[data-theme=light] .share-buttons-container .share-button svg{stroke:#333}.single-post-container[data-theme=light] .post-footer{border-top-color:rgba(0,0,0,.1)}.single-post-container[data-theme=light] .post-footer>div{color:#333}.single-post-container[data-theme=light] .post-footer div{color:#555}.single-post-container[data-theme=light] .post-footer ul li a{color:#1a1a1a;background:rgba(0,0,0,6%);border:1px solid rgba(0,0,0,.12)}.single-post-container[data-theme=light] .post-footer ul li a:hover{background:rgba(0,0,0,.1);border-color:rgba(0,0,0,.18)}.single-post-container[data-theme=light] pre{background-color:#f6f8fa;box-shadow:0 2px 12px rgba(0,0,0,6%);border-color:rgba(0,0,0,.1)}.single-post-container[data-theme=light] pre code{color:#24292f}.single-post-container[data-theme=light] p code,.single-post-container[data-theme=light] li code{background-color:rgba(0,0,0,6%);color:#1a1a1a}.single-post-container[data-theme=light] .hljs{color:#24292f;background:0 0}.single-post-container[data-theme=light] .hljs-keyword,.single-post-container[data-theme=light] .hljs-selector-tag,.single-post-container[data-theme=light] .hljs-title.function_,.single-post-container[data-theme=light] .hljs-doctag,.single-post-container[data-theme=light] .hljs-meta-keyword,.single-post-container[data-theme=light] .hljs-tag,.single-post-container[data-theme=light] .hljs-name,.single-post-container[data-theme=light] .hljs-operator{color:#cf222e}.single-post-container[data-theme=light] .hljs-string,.single-post-container[data-theme=light] .hljs-attr,.single-post-container[data-theme=light] .hljs-attribute,.single-post-container[data-theme=light] .hljs-meta-string,.single-post-container[data-theme=light] .hljs-regexp,.single-post-container[data-theme=light] .hljs-link{color:#0a6e0a}.single-post-container[data-theme=light] .hljs-number,.single-post-container[data-theme=light] .hljs-literal,.single-post-container[data-theme=light] .hljs-symbol,.single-post-container[data-theme=light] .hljs-bullet{color:#953800}.single-post-container[data-theme=light] .hljs-comment,.single-post-container[data-theme=light] .hljs-meta{color:#6e7781;font-style:italic}.single-post-container[data-theme=light] .hljs-function,.single-post-container[data-theme=light] .hljs-title,.single-post-container[data-theme=light] .hljs-type,.single-post-container[data-theme=light] .hljs-section{color:#0550ae}.single-post-container[data-theme=light] .hljs-params,.single-post-container[data-theme=light] .hljs-variable,.single-post-container[data-theme=light] .hljs-punctuation{color:#24292f}.single-post-container[data-theme=light] .hljs-built_in,.single-post-container[data-theme=light] .hljs-selector-class,.single-post-container[data-theme=light] .hljs-selector-id{color:#953800}.single-post-container[data-theme=light] .copy-button{background:rgba(0,0,0,6%);border-color:rgba(0,0,0,.12);color:#24292f}.single-post-container[data-theme=light] .copy-button:hover{background:rgba(0,0,0,.1);border-color:rgba(0,0,0,.18)}pre{background-color:#1a1a1a;border-radius:8px;padding:1.5rem;margin:2rem 0;overflow-x:auto;box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);position:relative}pre code{font-family:fira code,consolas,monaco,andale mono,ubuntu mono,monospace;font-size:.9rem;line-height:1.5;color:#e0e0e0;display:block;white-space:pre;overflow-x:auto}p code,li code{background-color:rgba(255,255,255,.1);padding:.2em .4em;border-radius:4px;font-family:fira code,consolas,monaco,andale mono,ubuntu mono,monospace;font-size:.9em;color:#e0e0e0}.hljs{color:#e0e0e0;background:0 0}.hljs-keyword,.hljs-selector-tag,.hljs-title.function_{color:#ff79c6;font-weight:700}.hljs-string,.hljs-attr{color:#50fa7b}.hljs-number,.hljs-literal{color:#bd93f9}.hljs-comment{color:#6272a4;font-style:italic}.hljs-function,.hljs-title{color:#8be9fd}.hljs-params{color:#f8f8f2}.hljs-built_in{color:#ffb86c}.hljs-type{color:#8be9fd}.hljs-variable{color:#f8f8f2}.hljs-operator{color:#ff79c6}.hljs-punctuation{color:#f8f8f2}.hljs-meta{color:#6272a4}.hljs-meta-string{color:#50fa7b}.hljs-doctag,.hljs-meta-keyword{color:#ff79c6}.hljs-section{color:#8be9fd;font-weight:700}.hljs-selector-class,.hljs-selector-id{color:#ffb86c}.hljs-attribute{color:#50fa7b}.hljs-tag{color:#ff79c6}.hljs-name{color:#ff79c6}.hljs-regexp,.hljs-link{color:#50fa7b}.hljs-symbol,.hljs-bullet{color:#bd93f9}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.copy-button{position:absolute;top:.5rem;right:.5rem;padding:.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#e0e0e0;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.copy-button:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.copy-button svg{width:16px;height:16px;fill:currentColor}.about-section{min-height:100vh;padding:4rem 2rem;background-color:#07090f;color:#ddd8cc;margin-top:-2px;position:relative;display:flex;flex-direction:column;justify-content:center}.about-section::after{content:'';position:absolute;left:0;right:0;bottom:0;height:30vh;background:linear-gradient(to bottom,#07090f 0%,rgba(7,9,15,.3) 100%);z-index:1}.container{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.container{grid-template-columns:1fr;gap:2rem}}.about-section h2{font-family:fraunces,Georgia,times new roman,serif;font-size:2.5rem;font-weight:300;margin-bottom:2rem;color:#fff}.about-section p{font-size:1.1rem;line-height:1.85;color:#ddd8cc;margin-bottom:1.5rem}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.about-item{padding:1.5rem;background:rgba(232,184,75,4%);border-radius:8px;border:1px solid rgba(232,184,75,.12);transition:transform .3s ease,border-color .3s ease,background .3s ease;backdrop-filter:blur(5px);min-height:120px;display:flex;flex-direction:column;justify-content:center}.about-item:hover{transform:translateY(-5px);background:rgba(232,184,75,8%);border-color:rgba(232,184,75,.28)}.about-item h3{font-family:fraunces,Georgia,times new roman,serif;font-weight:400;color:#e8b84b;margin-bottom:.5rem;font-size:1.2rem}.about-item p{color:#ddd8cc;margin:0;font-size:.95rem}.about-item p{color:#ddd8cc;margin:0}.projects-section{min-height:100vh;position:relative;background-image:url(/images/forest-background.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-top:-2px;padding:6rem 2rem;color:#fff;filter:grayscale(100%)}.projects-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,.7) 100%)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;position:relative;z-index:2}.project-item{background:rgba(255,255,255,.1);border-radius:8px;overflow:hidden;transition:transform .3s ease;backdrop-filter:blur(5px)}.project-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.15)}.project-content{padding:1.5rem}.project-content h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.project-content p{color:#ccc;line-height:1.6;margin-bottom:1rem}.contacts-section{padding:6rem 2rem;background-color:#07090f;color:#ddd8cc;position:relative}.contacts-section h2{font-family:fraunces,Georgia,times new roman,serif;font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center;color:#fff}.contacts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.contact-item{text-align:center;padding:2rem;background:rgba(232,184,75,3%);border-radius:8px;border:1px solid rgba(232,184,75,.1);transition:transform .3s ease,border-color .3s ease}.contact-item:hover{transform:translateY(-5px);border-color:rgba(232,184,75,.25)}.contact-item h3{font-family:fraunces,Georgia,times new roman,serif;font-weight:400;color:#e8b84b;margin-bottom:1rem}.contact-item p{color:#ddd8cc}.contact-item a{color:#ddd8cc;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#e8b84b}.contact-form{max-width:600px;margin:0 auto;padding:2rem;background:rgba(255,255,255,5%);border-radius:8px;backdrop-filter:blur(5px)}.contact-form h3{text-align:center;margin-bottom:2rem;color:#fff}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.6)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.15)}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{width:100%;padding:1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.submit-btn:active{transform:translateY(1px)}