:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#000;font-family:sans-serif}.navbar{z-index:999;background-color:#000;border-bottom:1px solid #d4af37;justify-content:center;align-items:center;height:80px;font-size:1.2rem;display:flex;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 24px;display:flex}.nav-logo{color:#fff;cursor:pointer;font-size:2rem;font-weight:700}.nav-logo span{color:#d4af37}.nav-links{text-align:center;list-style:none;display:flex}.nav-links li{height:80px}.nav-links a{color:#fff;align-items:center;height:100%;padding:0 1rem;text-decoration:none;transition:all .3s;display:flex}.nav-links a:hover{color:#d4af37}@media screen and (width<=960px){.nav-links{opacity:1;background:#000;flex-direction:column;width:100%;transition:all .5s;display:flex;position:absolute;top:80px;left:-100%}.nav-links.active{opacity:1;z-index:1;left:0}.nav-toggle{cursor:pointer;display:block}.bar{background:#d4af37;width:25px;height:3px;margin:5px auto;transition:all .3s ease-in-out;display:block}}.hero-section{background:linear-gradient(#8a6d00 0%,#000 100%);justify-content:center;align-items:center;min-height:80vh;padding:40px 20px;display:flex}.hero-container{flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;max-width:1100px;display:flex}.hero-content{flex:1;min-width:300px}.hero-title{color:#d4af37;margin:0 170px 0 0;font-size:5rem;font-weight:700}.hero-subtitle{color:#fff;max-width:400px;margin-top:30px;font-size:1.2rem;line-height:1.4}.hero-image-box{flex:1;justify-content:center;min-width:300px;display:flex}.hero-logo-img{background-color:#fff;border:4px solid #fff;border-radius:50%;width:100%;max-width:400px}@media (width<=768px){.hero-container{text-align:center;flex-direction:column}.hero-title{margin-right:30px;font-size:3.5rem}.hero-subtitle{margin:10px auto}.hero-image-box{margin-top:40px}}.services-section{text-align:center;background-color:#1a1a1a;padding:60px 20px}.services-main-title{color:#d4af37;text-align:left;max-width:1100px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:3rem}.services-container{flex-wrap:wrap;justify-content:center;gap:30px;max-width:1200px;margin:0 auto;display:flex}.service-card{background-color:#fff;border-radius:15px;width:300px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 20px #0000004d}.service-card:hover{transform:translateY(-10px)}.card-image-wrapper{padding:15px}.card-image-wrapper img{object-fit:cover;border-radius:10px;width:100%;height:200px}.card-content h3{color:#000;padding:20px;font-size:1.5rem;font-weight:700}@media (width<=768px){.services-container{flex-direction:column;align-items:center}}.contact-section{text-align:center;background:linear-gradient(#8a6d00 0%,#4d3d00 100%);padding:60px 20px}.contact-title{color:#000;text-align:left;max-width:800px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:3rem}.contact-container{max-width:800px;margin:0 auto}.input-group{gap:20px;margin-bottom:20px;display:flex}.contact-form input,.contact-form textarea{background-color:#c4b5b5;border:none;border-radius:10px;outline:none;width:100%;padding:15px;font-size:1rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#555}.submit-btn{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:20px;margin-top:20px;padding:12px 50px;font-size:1.1rem;transition:all .3s}.submit-btn:hover{background-color:#333}.success-msg{color:#000;margin-top:15px;font-weight:700}@media (width<=600px){.input-group{flex-direction:column}}.about-section{text-align:center;color:#fff;background:linear-gradient(#d4af37 0%,#000 100%);padding:80px 20px}.about-title{color:#000;margin-bottom:20px;font-size:3rem}.about-text{text-transform:uppercase;max-width:800px;margin:0 auto 50px;font-size:1.5rem;font-weight:700;line-height:1.4}.about-gallery{flex-wrap:wrap;justify-content:center;gap:20px;max-width:1200px;margin:0 auto;display:flex}.gallery-item{border-radius:5px;flex:1;min-width:250px;height:350px;overflow:hidden;box-shadow:0 10px 30px #00000080}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.1)}@media (width<=768px){.about-gallery{flex-direction:column;align-items:center}.gallery-item{width:100%}}.footer{color:#fff;background-color:#000;border-top:2px solid #d4af37;padding:60px 20px 20px}.footer-container{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;max-width:1200px;margin:0 auto;display:flex}.footer-logo{flex:1;min-width:250px;font-size:2.2rem;font-weight:700}.footer-logo span{color:#d4af37}.footer-links{flex:1;min-width:200px}.footer-links h4{color:#d4af37;text-transform:uppercase;margin-bottom:20px;font-size:1.1rem}.footer-links ul{padding:0;list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#bbb;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#fff;padding-left:5px}.footer-social{flex:1;min-width:200px}.footer-social h4{color:#d4af37;text-transform:uppercase;margin-bottom:20px}.social-icons{gap:20px;display:flex}.social-icons a{color:#fff;font-size:1.8rem;transition:all .3s}.social-icons a:hover{color:#d4af37;transform:translateY(-5px)}.footer-bottom{text-align:center;color:#777;border-top:1px solid #222;margin-top:50px;padding-top:20px;font-size:.9rem}@media (width<=768px){.footer-container{text-align:center;flex-direction:column;align-items:center}.footer-logo{margin-bottom:20px}.social-icons{justify-content:center}.footer-links ul{flex-direction:column;align-items:center;display:flex}}
