@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6;color:#1f2937;background:radial-gradient(circle at 15% 10%,rgba(249,115,22,.08),transparent 35%),radial-gradient(circle at 80% 0%,rgba(59,130,246,.08),transparent 30%),#f8f5ef}.container{width:min(1120px,92vw);margin:0 auto}.header{position:fixed;top:0;width:100%;z-index:1000;background:#f8f5eff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5dccc}.header .container{display:flex;justify-content:space-between;align-items:center;padding:.95rem 0}.nav-brand{display:flex;align-items:center;gap:.7rem}.nav-brand img,.logo-placeholder{height:44px;width:44px;border-radius:10px}.brand-text{display:flex;flex-direction:column;line-height:1.05}.nav-brand h2{font-family:Space Grotesk,Avenir Next,sans-serif;color:#111827;font-size:1.15rem;letter-spacing:.02em}.nav-brand .tagline{color:#64748b;font-size:.72rem}.nav{display:flex;gap:1.5rem}.nav-link{background:none;border:none;color:#374151;font-size:.95rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:color .2s ease}.nav-link:hover{color:#c2410c}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer}.menu-toggle span{width:24px;height:2px;background:#1f2937;margin:3px 0}.hero{padding:150px 0 84px}.hero-content{max-width:760px}.eyebrow{text-transform:uppercase;font-size:.77rem;letter-spacing:.15em;color:#9a3412;font-weight:700;margin-bottom:.85rem}.hero-content h1{font-family:Space Grotesk,Avenir Next,sans-serif;font-size:clamp(2.1rem,5vw,3.65rem);line-height:1.05;color:#111827;margin-bottom:1rem}.hero-content p{font-size:1.08rem;max-width:66ch;color:#475569;margin-bottom:1.75rem}.cta-button{border:0;background:linear-gradient(135deg,#ea580c,#fb923c);color:#fff;padding:.84rem 1.45rem;border-radius:999px;font-size:.97rem;font-weight:700;letter-spacing:.02em;cursor:pointer;box-shadow:0 8px 18px #ea580c38;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-1px);box-shadow:0 12px 22px #ea580c40}.hero-subnote{margin-top:1rem;font-size:.93rem;color:#64748b}.work,.services,.contact{padding:80px 0}.work h2,.services h2,.contact h2{font-family:Space Grotesk,Avenir Next,sans-serif;font-size:clamp(1.6rem,3.1vw,2.4rem);margin-bottom:1rem;color:#111827}.work-intro,.contact>.container>p{color:#475569;max-width:70ch;margin-bottom:2rem}.work-grid,.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem}.work-card,.service-card{background:#fff;border:1px solid #e5dccf;border-radius:16px;padding:1.35rem;box-shadow:0 10px 22px #1118270f}.work-card h3,.service-card h3{font-size:1.15rem;color:#0f172a;margin-bottom:.55rem}.work-type{color:#9a3412;text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:.74rem;margin-bottom:.5rem}.work-card p,.service-card p,.service-card li{color:#475569}.service-icon{font-size:1.45rem;margin-bottom:.8rem}.service-card ul{margin-top:.85rem;list-style:none}.service-card li{position:relative;padding-left:1rem;margin:.4rem 0}.service-card li:before{content:"•";position:absolute;left:0;color:#ea580c;font-weight:700}.contact-form{max-width:700px}.honeypot-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;clip:rect(0,0,0,0)}.honeypot-field input{border:none;background:transparent;padding:0;margin:0;font-size:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin-bottom:.9rem}.input-group{display:flex;flex-direction:column;width:100%}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.82rem .9rem;border:1px solid #d6c9b6;border-radius:10px;background:#fff;font-size:.95rem;color:#1f2937}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1f}.contact-form textarea{resize:vertical;margin-bottom:.9rem}.submit-button{width:100%;border:none;border-radius:10px;background:#111827;color:#fff;font-size:.96rem;font-weight:700;padding:.88rem 1rem;cursor:pointer}.submit-button:hover{background:#1f2937}.form-message{padding:.75rem;border-radius:10px;margin-bottom:.8rem;font-weight:600;text-align:center}.form-message-success{background:#dcfce7;color:#166534;border:1px solid #86efac}.form-message-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.input-error{border-color:#ef4444!important}.error-message{color:#b91c1c;font-size:.8rem;margin-top:.22rem}.footer{margin-top:20px;background:#111827;color:#e2e8f0;padding:42px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.3rem;margin-bottom:1.3rem}.footer-brand h3,.footer-links h4,.footer-contact h4{color:#f8fafc;margin-bottom:.65rem}.footer p,.footer li{color:#94a3b8;font-size:.92rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.25rem}.footer-bottom{border-top:1px solid #334155;padding-top:.85rem;text-align:center}@media (max-width: 768px){.menu-toggle{display:flex}.nav{display:none;position:absolute;top:100%;left:0;width:100%;background:#f8f5ef;border-top:1px solid #e5dccc;padding:.75rem 1rem;flex-direction:column;gap:.7rem}.nav-open{display:flex}.hero{padding:130px 0 64px}.form-row,.footer-content{grid-template-columns:1fr}}:root{font-family:DM Sans,Segoe UI,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{min-height:100%}body{margin:0;min-width:320px;overflow-x:hidden}
