: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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Georgia,serif;line-height:1.6;color:#333;background-color:#faf9f7}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#2c1810;color:#fff;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center}.logo h2{color:#d4af37;font-weight:700}.nav{display:flex;gap:2rem}.nav a{color:#fff;text-decoration:none;transition:color .3s}.nav a:hover{color:#d4af37}.hero{display:flex;align-items:center;min-height:100vh;padding:120px 20px 80px;background:linear-gradient(135deg,#f5f1eb,#e8dcc0)}.hero-content{flex:1;padding-right:2rem}.hero h1{font-size:3.5rem;color:#2c1810;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.2rem;color:#5a4a3a;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.shoe-placeholder{font-size:8rem;opacity:.8}.btn{padding:12px 24px;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#d4af37;color:#2c1810;font-weight:700}.btn-primary:hover{background:#b8941f;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#2c1810;border:2px solid #2c1810}.btn-secondary:hover{background:#2c1810;color:#fff}.products{padding:80px 20px;background:#fff}.products h2{font-size:2.5rem;text-align:center;color:#2c1810;margin-bottom:1rem}.section-subtitle{text-align:center;color:#5a4a3a;font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#faf9f7;border-radius:8px;padding:1.5rem;box-shadow:0 4px 15px #0000001a;transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-image{text-align:center;margin-bottom:1rem}.product-image .shoe-placeholder{font-size:3rem}.product-info h3{color:#2c1810;margin-bottom:.5rem}.price{font-size:1.5rem;color:#d4af37;font-weight:700;margin-bottom:1rem}.description{color:#5a4a3a;margin-bottom:1rem}.features{list-style:none;margin-bottom:1.5rem}.features li{color:#2c1810;margin-bottom:.5rem}.repair-services{padding:80px 20px;background:#f5f1eb}.repair-services h2{font-size:2.5rem;text-align:center;color:#2c1810;margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 4px 15px #0000001a}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{color:#2c1810;margin-bottom:.5rem}.service-price{font-size:1.3rem;color:#d4af37;font-weight:700;margin-bottom:1rem}.service-description{color:#5a4a3a;margin-bottom:1rem}.turnaround{color:#2c1810;font-weight:700;margin-bottom:1.5rem}.repair-process{margin-top:3rem}.repair-process h3{text-align:center;color:#2c1810;margin-bottom:2rem;font-size:2rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.step{text-align:center;background:#fff;padding:2rem;border-radius:8px}.step-number{width:50px;height:50px;background:#d4af37;color:#2c1810;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h4{color:#2c1810;margin-bottom:.5rem}.step p{color:#5a4a3a}.contact{padding:80px 20px;background:#fff}.contact h2{font-size:2.5rem;text-align:center;color:#2c1810;margin-bottom:1rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.contact-info h3{color:#2c1810;margin-bottom:2rem}.info-item{display:flex;align-items:flex-start;margin-bottom:2rem}.info-item .icon{font-size:1.5rem;margin-right:1rem;margin-top:.2rem}.info-item strong{color:#2c1810;display:block;margin-bottom:.5rem}.info-item p{color:#5a4a3a;margin:0}.contact-form h3{color:#2c1810;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid #e8dcc0;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#d4af37}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#2c1810;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#d4af37;margin-bottom:1rem}.footer-section p{color:#ccc;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#d4af37}.social-links{display:flex;gap:1rem}.social-links a{font-size:1.5rem;transition:transform .3s}.social-links a:hover{transform:scale(1.2)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #444;color:#ccc}@media (max-width: 768px){.hero{flex-direction:column;text-align:center;padding:100px 20px 60px}.hero-content{padding-right:0;margin-bottom:2rem}.hero h1{font-size:2.5rem}.nav{flex-direction:column;gap:1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.hero-buttons{justify-content:center}.products-grid,.services-grid,.process-steps{grid-template-columns:1fr}}@media (max-width: 480px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.shoe-placeholder{font-size:4rem!important}.btn{width:100%;margin-bottom:.5rem}}
