body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:linear-gradient(135deg,#f4f6fb,#e3e9f7);color:#222;font-family:Segoe UI,Roboto,Arial,sans-serif;margin:0;scroll-behavior:smooth}.App{overflow-x:hidden;width:100%}.header{background:linear-gradient(90deg,#232526,#414345);box-shadow:0 2px 16px #2c3e5014;color:#fff;padding:1.5rem 0 1rem;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:100}.logo-container{align-items:center;display:flex;flex-direction:row;gap:18px;justify-content:center;margin-bottom:1rem}.logo-img{height:48px;object-fit:contain;width:48px}.logo-text{color:#fff;font-size:2.3rem;font-weight:800;letter-spacing:2px;text-shadow:0 2px 12px #1a237e1a}.nav{display:flex;flex-wrap:wrap;gap:3.2rem;justify-content:center;margin-top:.7rem}.nav a{border-radius:6px;color:#e3e9f7;font-size:1.18rem;font-weight:600;letter-spacing:.5px;padding:.2rem .5rem;text-decoration:none;transition:color .2s,background .2s}.nav a:hover{background:#1976d2;color:#fff}.hero{align-items:center;border-radius:0 0 32px 32px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1400px;min-height:480px;overflow:hidden;padding:100px 60px 80px;position:relative}.hero:before{animation:heroBgZoom 12s ease-in-out infinite alternate;background:url(/static/media/plating-hero.a4ebee498827dd547722.jpg) bottom/cover no-repeat;border-bottom-left-radius:50% 18vw;border-bottom-right-radius:50% 18vw;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 16px 64px 0 #2c3e5021;content:"";height:100vh;left:0;position:absolute;top:0;transition:filter .5s;width:100vw;z-index:0}@keyframes heroBgZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-content{animation:fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) .1s both;bottom:100px;flex:1 1;max-width:900px;padding-left:20px;position:relative;text-align:left;z-index:2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-content h1{color:#0a1a3c;font-size:3.7rem;font-weight:800;letter-spacing:-2px;line-height:1.05;margin-bottom:50px;text-shadow:0 6px 32px #4750ac2e,0 1px 0 #fff;transform:skewY(-8deg)}.hero-content p{color:#000;font-size:1.5rem;font-weight:500;letter-spacing:-2px;line-height:1.5;margin-bottom:140px;text-shadow:0 6px 32px #4750ac2e,0 1px 0 #260796;transform:skewY(-6deg)}.hero-image{display:none}@keyframes heroImgPop{0%{opacity:0;transform:scale(.92) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:1100px){.hero{border-radius:0 0 24px 24px;flex-direction:column;margin:0;min-height:0;padding:40px 0 30px}.hero-content{padding-bottom:30px;padding-left:0;text-align:center}.hero-image img{margin-top:30px;max-width:90vw;width:100%}}.services-section{background:#f5f5f5;padding:60px 30px}.services-container{margin:auto;max-width:1000px;text-align:center}.services-title{color:#1a1a1a;font-size:2.2rem;margin-bottom:15px}.services-intro{color:#555;font-size:1.1rem;margin-bottom:30px}.services-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.service-card{background:#fff;border-radius:10px;box-shadow:0 6px 16px #0000000d;font-weight:700;padding:20px;transition:all .3s ease}.service-card:hover{background:#007bff;color:#fff;transform:scale(1.05)}.about-section{background:#fff;color:#333;font-family:Segoe UI,sans-serif;padding:60px 30px}.about-container{margin:auto;max-width:1000px;text-align:center}.about-title{color:#1a1a1a;font-size:2.4rem;margin-bottom:25px}.about-description{font-size:1.1rem;line-height:1.8;margin-bottom:20px}.about-services{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;list-style:none;margin-bottom:25px;padding:0}.about-services li{background:#007bff;border-radius:20px;color:#fff;font-weight:700;padding:8px 15px}.about-contact p,.about-location p{font-size:1rem;margin:8px 0}.about-quote{color:#007bff;font-size:1.1rem;font-style:italic;margin-top:30px}.about-image{margin:30px 0;text-align:center}.about-image img{border-radius:16px;box-shadow:0 6px 32px #0000001a;height:auto;max-width:680px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.about-image img:hover{box-shadow:0 12px 48px #00000026;transform:scale(1.02)}.gallery-section{background:#fff;padding:60px 30px;text-align:center}.gallery-container{margin:auto;max-width:1000px}.gallery-title{color:#1a1a1a;font-size:2.2rem;margin-bottom:10px}.gallery-intro{color:#555;font-size:1.1rem;margin-bottom:30px}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.gallery-item{align-items:stretch;display:flex;height:100%}.gallery-item img{border-radius:12px;box-shadow:0 6px 16px #00000014;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item img:hover{transform:scale(1.05)}.contact-section{background-color:#f9f9f9;padding:60px 30px;text-align:center}.contact-container{margin:auto;max-width:600px}.contact-form{display:flex;flex-direction:column;gap:15px}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:12px}.contact-form button{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:12px}.contact-form button:hover{background:#0056b3}.status{color:green}.map-container{margin-top:50px;text-align:center}.map-container h3{font-size:1.6rem;margin-bottom:30px}.map-grid{align-items:stretch;display:flex;flex-direction:row;gap:30px;justify-content:center;margin-top:20px}@media (max-width:900px){.map-grid{align-items:center;flex-direction:column}}.map-item{display:block;flex:1 1 45%;max-width:900px;min-width:600px}.map-item h4{font-size:1.1rem;margin-bottom:10px}.map-item iframe{border:0;border-radius:10px;height:340px;width:100%}.status{font-size:.95rem;font-weight:500;margin-top:10px}.status.success{color:green}.status.error{color:red}button:disabled{cursor:not-allowed;opacity:.6}
/*# sourceMappingURL=main.58ed096b.css.map*/