@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@400;500&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg-color: #f8f6f2;--text-color: #2b2b2b;--accent-color: #a68a64;--light-accent: #d6c7b4}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;color:var(--text-color);background-color:var(--bg-color);line-height:1.7}h1,h2,h3{font-family:Playfair Display,serif;color:var(--text-color)}section{padding:100px 10%;max-width:1100px;margin:0 auto}a{color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover{color:#7b6145}.navbar{position:fixed;top:0;left:0;width:100%;background-color:#f8f6f2f2;box-shadow:0 2px 8px #0000001a;z-index:999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.navbar nav{display:flex;justify-content:center;padding:15px 0}.navbar ul{display:flex;list-style:none;gap:30px;margin:0;padding:0}.navbar a{font-weight:500;font-family:Inter,sans-serif}.navbar a:hover{color:var(--accent-color)}.hero{display:flex;align-items:center;justify-content:space-between;min-height:100vh;padding-top:50px}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:50px;width:100%}.hero-text h1{font-size:2.8rem;margin:0}.hero-text span{color:var(--accent-color)}.subtitle{font-size:1.3rem;margin-top:10px;color:#666}.hero-slideshow{position:relative;width:350px;height:450px}.hero-slideshow img{position:absolute;top:0;left:0;width:350px;height:450px;border-radius:16px;object-fit:cover;opacity:0;transition:opacity .8s ease-in-out}.hero-slideshow img.active{opacity:1}#about p{margin-bottom:15px;text-align:justify}.about-slideshow{position:relative;width:600px;height:350px;margin:0 auto 40px}.about-slideshow img{position:absolute;top:0;left:0;width:600px;height:350px;border-radius:16px;object-fit:cover;opacity:0;transition:opacity .8s ease-in-out}.about-slideshow img.active{opacity:1}#projects .project-card{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 10px #0000000d}#projects .project-card img{width:100px;height:250px;object-fit:contain;margin-bottom:15px;cursor:pointer}#projects .project-card h3{margin-bottom:20px;font-size:1.5rem}#projects .project-card p{text-align:justify;margin-bottom:15px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:30px}.skill-card{background-color:#fff;padding:20px;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.skill-card strong{display:block;color:var(--accent-color);font-size:1.1rem;margin-bottom:8px}.download-btn{display:inline-block;margin-top:15px;padding:10px 20px;border:1px solid var(--accent-color);border-radius:8px;color:var(--accent-color);transition:all .3s ease}.download-btn:hover{background-color:var(--accent-color);color:#fff}.business-gallery{display:flex;flex-direction:column;gap:30px;margin-top:30px}.business-item{display:flex;gap:20px;align-items:flex-start;background-color:#fff;border-radius:16px;padding:20px;box-shadow:0 6px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.business-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.business-item img.business-photo{width:200px;height:200px;border-radius:16px;object-fit:cover;display:block;margin:0 auto 15px}.business-item img{width:200px;height:200px;object-fit:cover;border-radius:16px;display:block;margin:0 auto 15px}.business-item .business-text h3{margin-top:0;margin-bottom:10px;color:var(--accent-color)}.business-item .business-text p{margin:0;text-align:justify}.resume-container{display:flex;gap:50px;margin-top:30px;flex-wrap:wrap}.resume-left{flex:1 1 500px}.resume-right{flex:1 1 300px}.contact-list{list-style:none;padding:0}.contact-list li{margin-bottom:12px;display:flex;align-items:center}.contact-icon{margin-right:10px;color:var(--accent-color)}footer{text-align:center;padding:40px 0;background-color:var(--light-accent);color:#fff;font-size:.9rem;margin-top:80px;border-top-left-radius:20px;border-top-right-radius:20px}@media(max-width:768px){.hero-content{flex-direction:column;text-align:center}.hero-slideshow,.hero-slideshow img{width:200px;height:280px}.about-slideshow,.about-slideshow img{width:300px;height:180px}#projects .project-card img{width:180px;height:180px}.skills-list{columns:1}.navbar ul{gap:15px;flex-wrap:wrap}.business-item{flex-direction:column;align-items:center}.business-item img.business-photo{width:100%;height:auto}.business-item .business-text{text-align:center}}
