@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Bebas+Neue&display=swap";:root{--theme-page-background: #e7e9ed;--theme-surface-background: #e7e9ed;--theme-dark-background: #121b26;--theme-lead-background: #1b2634;--theme-card-background: #f8f9fb;--theme-accent: #f6be2c;--theme-accent-text: #1a1812;--theme-text: #101620;--theme-muted-text: #4f5e70;--theme-dark-text: #f0f5fb;--theme-dark-muted-text: #b7c9db;--theme-border: #d2d7e1;--theme-hero-overlay-start: #09121a;--theme-hero-overlay-end: #0c1821;--bg: var(--theme-page-background);--bg-deep: var(--theme-dark-background);--bg-panel: var(--theme-card-background);--text-main: var(--theme-text);--text-muted: var(--theme-muted-text);--accent: var(--theme-accent);--accent-strong: var(--theme-accent);--border-soft: var(--theme-border);--shadow-strong: 0 20px 44px rgba(11, 18, 27, .24);--radius-xl: 28px;--radius-lg: 20px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text-main);font-family:Manrope,sans-serif;line-height:1.5}.site-shell{min-height:100vh;background:var(--theme-page-background);color:var(--theme-text)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(1200px,calc(100vw - 3rem));margin:0 auto}.state-screen{min-height:100vh;display:grid;place-content:center;gap:1rem;text-align:center}.progress-line{position:fixed;top:0;left:0;right:0;height:4px;z-index:100;background:linear-gradient(90deg,var(--accent),#f2f3f6);box-shadow:0 4px 12px #fabe2c6b}.btn{border:0;border-radius:999px;padding:.85rem 1.4rem;min-height:48px;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:var(--theme-accent-text);box-shadow:0 10px 28px #f6be2c52}.btn-primary:hover{filter:brightness(1.04)}.btn-secondary{color:var(--theme-dark-text);background:color-mix(in srgb,var(--theme-accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--theme-accent) 24%,transparent)}.hero{position:relative;min-height:min(980px,100vh);overflow:clip;display:grid;align-items:center}.hero-bg{position:absolute;inset:0;width:100%;height:110%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,var(--theme-hero-overlay-start),var(--theme-hero-overlay-end)),radial-gradient(circle at 80% 25%,color-mix(in srgb,var(--theme-accent) 28%,transparent),transparent 45%)}.hero-content{position:relative;z-index:2;color:var(--theme-dark-text);padding:9rem 0 4rem;max-width:840px}.hero-contact-line{display:inline-grid;grid-template-columns:auto auto;gap:.12rem .7rem;margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1px solid color-mix(in srgb,var(--theme-dark-text) 14%,transparent);align-items:baseline}.hero-contact-label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-dark-muted-text)}.hero-phone-link{font-size:1.05rem;font-weight:800;color:var(--theme-dark-text);white-space:nowrap}.hero-contact-note{grid-column:1 / -1;font-size:.82rem;color:var(--theme-dark-muted-text)}.hero-company{letter-spacing:.08em;font-size:.82rem;text-transform:uppercase;color:var(--theme-dark-muted-text)}.hero h1{margin:.7rem 0 1rem;font-size:clamp(2.4rem,5vw,5rem);line-height:.97;font-family:Bebas Neue,sans-serif;letter-spacing:.03em;text-transform:uppercase}.hero h1,.section-header h2,.production-copy h2,.project-copy h3,.lead-panel h3{text-wrap:balance}.hero-subtitle{margin:0;max-width:54ch;color:var(--theme-dark-muted-text)}.hero-bottom{margin-top:2.4rem;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap}.hero-price{font-size:clamp(1.4rem,3vw,2.1rem);color:var(--accent);font-weight:800}.hero-actions{display:flex;gap:.75rem}.surface{padding:clamp(3.4rem,6vw,6rem) 0;background:radial-gradient(circle at 10% 0%,color-mix(in srgb,var(--theme-text) 8%,transparent),transparent 55%),var(--theme-surface-background)}.production-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;align-items:center}.production-copy h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.03;margin:.25rem 0 1rem;max-width:20ch}.production-copy p{color:var(--text-muted);max-width:56ch}.check-list{margin-top:1.4rem;display:grid;gap:.85rem}.check-list-item{display:grid;grid-template-columns:2rem 1fr;align-items:start;background:var(--theme-card-background);border:1px solid var(--theme-border);border-radius:16px;padding:.9rem 1rem}.check-list-item span{color:var(--accent);font-weight:800;font-size:1.2rem}.check-list-item p{margin:0}.production-media{position:relative}.production-media img{width:100%;display:block;border-radius:var(--radius-xl);min-height:450px;object-fit:cover;box-shadow:var(--shadow-strong)}.media-badge{position:absolute;left:1.2rem;bottom:1.2rem;max-width:78%;border-radius:16px;padding:1rem 1.1rem;background:color-mix(in srgb,var(--theme-dark-background) 84%,black);color:var(--theme-dark-text);border:1px solid color-mix(in srgb,var(--theme-dark-text) 18%,transparent)}.media-badge h3{margin:0 0 .35rem;font-size:1.15rem}.media-badge p{margin:0;color:var(--theme-dark-muted-text);font-size:.94rem}.section-gap{padding:clamp(3rem,5vw,5rem) 0}.section-header{max-width:760px}.section-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-muted-text);font-size:.72rem;font-weight:700}.section-header h2{margin:.4rem 0 .7rem;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.05}.section-header p{margin:0;color:var(--text-muted)}.service-grid{margin-top:1.6rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service-card{background:var(--theme-card-background);border-radius:var(--radius-lg);overflow:clip;border:1px solid var(--theme-border);box-shadow:0 12px 30px #0a121c17}.service-image-wrap{height:210px;background:linear-gradient(130deg,color-mix(in srgb,var(--theme-dark-background) 94%,white),color-mix(in srgb,var(--theme-dark-background) 80%,var(--theme-accent)))}.service-card img,.catalog-card img,.fleet-card img,.project-row img{width:100%;height:100%;object-fit:cover;display:block}.service-card h3,.service-card p{margin:0;padding:0 1rem}.service-card h3{padding-top:1rem}.service-card p{padding-bottom:1rem;padding-top:.45rem;color:var(--theme-muted-text)}.service-image-placeholder,.catalog-image-placeholder,.fleet-image-placeholder,.project-image-placeholder{width:100%;height:100%;background:linear-gradient(120deg,color-mix(in srgb,var(--theme-dark-text) 12%,transparent),transparent),linear-gradient(220deg,color-mix(in srgb,var(--theme-dark-background) 94%,white),color-mix(in srgb,var(--theme-dark-background) 78%,var(--theme-accent)))}.section-dark{color:var(--theme-dark-text);background:radial-gradient(circle at 0% 0%,color-mix(in srgb,var(--theme-accent) 16%,transparent),transparent 34%),linear-gradient(140deg,var(--theme-dark-background),color-mix(in srgb,var(--theme-dark-background) 84%,black))}.section-dark .section-eyebrow,.section-dark .section-header p{color:var(--theme-dark-muted-text)}.catalog-track{margin-top:1.6rem;display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:1rem}.catalog-card{border-radius:var(--radius-lg);border:1px solid color-mix(in srgb,var(--theme-dark-muted-text) 28%,transparent);background:color-mix(in srgb,var(--theme-dark-background) 86%,white);padding:1rem;display:grid;gap:.6rem}.catalog-image{border-radius:14px;overflow:clip;height:200px}.catalog-standard{margin:0;color:var(--theme-dark-muted-text);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.catalog-card h3{margin:0}.catalog-card p{margin:0;color:var(--theme-dark-text)}.catalog-card strong{font-size:1.25rem;color:var(--accent)}.fleet-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.fleet-card{border-radius:var(--radius-lg);overflow:clip;background:var(--theme-card-background);border:1px solid var(--theme-border)}.fleet-card img,.fleet-image-placeholder{height:220px}.fleet-copy{padding:1rem}.fleet-copy h3{margin:0 0 .4rem}.fleet-copy p{margin:0;color:var(--theme-muted-text)}.projects-list{margin-top:1.5rem;display:grid;gap:1rem}.project-row{display:grid;grid-template-columns:1fr 1.2fr;gap:1rem;border-radius:var(--radius-xl);border:1px solid var(--theme-border);background:var(--theme-card-background);overflow:clip}.project-image,.project-image-placeholder{min-height:260px}.project-copy{padding:1.2rem;display:grid;align-content:center}.project-copy h3{margin:0;font-size:1.5rem}.project-copy p{margin:.8rem 0;color:var(--theme-muted-text)}.project-copy span{font-weight:700}.lead-zone{padding:clamp(3.5rem,6vw,5rem) 0;background:linear-gradient(160deg,var(--theme-lead-background),color-mix(in srgb,var(--theme-lead-background) 86%,black)),radial-gradient(circle at 0% 0%,color-mix(in srgb,var(--theme-accent) 22%,transparent),transparent 36%)}.lead-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:1rem}.lead-grid-single{grid-template-columns:1fr}.lead-panel{border-radius:var(--radius-xl);background:var(--theme-card-background);padding:1.4rem}.lead-panel h3{margin:.35rem 0 .7rem;font-size:clamp(1.4rem,2vw,2rem)}.lead-panel p{color:var(--theme-muted-text);margin:0}.lead-panel-highlight{background:color-mix(in srgb,var(--theme-dark-background) 72%,black);border:1px solid color-mix(in srgb,var(--theme-dark-text) 18%,transparent)}.lead-panel-highlight h3{color:var(--theme-dark-text)}.lead-panel-highlight p{color:var(--theme-dark-muted-text)}.lead-status-banner{margin:.9rem 0 .2rem;display:flex;align-items:flex-start;gap:.7rem;padding:.8rem .9rem;border-radius:14px;border:1px solid rgba(47,124,68,.22);background:linear-gradient(180deg,#2f7c441f,#2f7c440f);color:#1f5c32}.lead-status-banner p{margin:0;font-size:.92rem;line-height:1.45}.lead-status-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:999px;background:#2f7c4429;color:#1f5c32;font-size:.85rem;font-weight:700;line-height:1}.lead-form{margin-top:1rem;display:grid;gap:.7rem}.lead-form label{display:grid;gap:.35rem;color:inherit;font-size:.92rem}.lead-form input,.lead-form textarea{border:1px solid color-mix(in srgb,var(--theme-text) 28%,transparent);border-radius:12px;padding:.68rem .78rem;background:color-mix(in srgb,var(--theme-card-background) 92%,white)}.lead-panel-highlight .lead-form input,.lead-panel-highlight .lead-form textarea{background:#ffffff14;border-color:#ffffff42;color:var(--theme-dark-text)}.lead-row{display:grid;gap:.7rem;grid-template-columns:repeat(2,minmax(0,1fr))}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.form-success,.form-error{margin:0;font-size:.92rem}.form-success{color:#2f7c44}.form-error{color:#b64242}.empty-state{margin-top:1rem;color:var(--theme-muted-text)}.site-footer{padding:1rem 0;background:var(--theme-dark-background);color:var(--theme-dark-muted-text)}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:.5rem}.footer-grid h3{margin:0 0 .25rem;color:var(--theme-dark-text);font-family:Bebas Neue,sans-serif;letter-spacing:.03em;font-size:1rem;line-height:1}.footer-grid p{margin:0;font-size:.5rem;line-height:1.3}.footer-grid ul{margin:0;padding:0;list-style:none;display:grid;gap:.2rem}.footer-grid li{font-size:.5rem;line-height:1.3}@media(max-width:1080px){.service-grid,.catalog-track,.fleet-grid{grid-template-columns:repeat(2,1fr)}.production-grid,.lead-grid,.project-row{grid-template-columns:1fr}.project-image,.project-image-placeholder{min-height:240px}}@media(max-width:760px){.container{width:min(1200px,calc(100vw - 2rem))}.hero{min-height:min(860px,100svh)}.hero-content{width:100%;max-width:34rem;padding-top:5.25rem;padding-bottom:2rem;text-align:center}.hero-contact-line{display:grid;width:100%;grid-template-columns:auto auto;justify-content:center;gap:.12rem .55rem;margin:0 auto 1.15rem;padding:0 0 .7rem}.hero-contact-label{font-size:.68rem}.hero-contact-note{font-size:.78rem}.hero-company{font-size:.74rem}.hero h1{margin:.55rem auto .9rem;font-size:clamp(2rem,9.6vw,2.55rem);line-height:1;letter-spacing:.015em;max-width:100%;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:pretty}.hero-subtitle{margin-inline:auto;font-size:clamp(.92rem,3.7vw,1rem);line-height:1.42;max-width:32ch;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.section-header h2,.section-header p,.production-copy h2,.production-copy p,.service-card h3,.service-card p,.catalog-card h3,.catalog-card p,.project-copy h3,.project-copy p,.lead-panel h3,.lead-panel p,.footer-grid h3,.footer-grid p,.footer-grid li{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.hero-bottom{width:100%;align-items:flex-start;justify-content:center;gap:.9rem}.hero-price{font-size:clamp(1.32rem,7vw,1.75rem)}.hero-actions{width:100%;display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.surface,.section-gap,.lead-zone{padding-top:2.5rem;padding-bottom:2.5rem}.service-grid,.fleet-grid,.lead-row,.footer-grid{grid-template-columns:1fr}.catalog-track{grid-template-columns:1fr;gap:.75rem;margin-top:1.25rem}.catalog-card{grid-template-columns:7.25rem minmax(0,1fr);grid-template-rows:auto auto minmax(0,1fr) auto;column-gap:.85rem;row-gap:.28rem;padding:.75rem;border-radius:18px}.catalog-image{grid-row:1 / 4;height:100%;min-height:8.25rem;border-radius:12px}.catalog-standard{align-self:end;font-size:.68rem;letter-spacing:.04em}.catalog-card h3{align-self:center;font-size:1.35rem;line-height:1.1}.catalog-card p{align-self:start;display:-webkit-box;overflow:hidden;font-size:.88rem;line-height:1.36;-webkit-box-orient:vertical;-webkit-line-clamp:3}.catalog-card .btn{grid-column:1 / -1;margin-top:.45rem;min-height:44px;padding-block:.65rem}.service-image-wrap{height:188px}.fleet-card img,.fleet-image-placeholder{height:200px}.project-row{border-radius:18px}.project-image,.project-image-placeholder{min-height:210px}.project-copy{padding:1rem;gap:.2rem}.project-copy h3{font-size:1.3rem}.project-copy p{margin:.55rem 0 .45rem;font-size:.96rem}.lead-panel{padding:1.05rem}.lead-form input,.lead-form textarea{font-size:16px}.production-media img{min-height:250px;border-radius:20px}.media-badge{position:static;margin-top:.7rem;max-width:none;border-radius:14px}.media-badge h3{font-size:1.06rem}.media-badge p{font-size:.9rem}.check-list-item{padding:.8rem .9rem}.footer-grid h3{font-size:.8rem}.site-footer{padding:.8rem 0}}@media(max-width:540px){.container{width:calc(100vw - 1.5rem)}.hero-content{padding-top:4.9rem;padding-bottom:1.5rem}.hero-phone-link{font-size:.96rem}.hero h1{font-size:clamp(1.9rem,9.8vw,2.3rem);line-height:1;max-width:100%}.hero-subtitle{font-size:.9rem;max-width:34ch}.hero-price{font-size:clamp(1.18rem,6.6vw,1.5rem)}.catalog-card{grid-template-columns:6.4rem minmax(0,1fr)}.catalog-image{min-height:7.3rem}.lead-form{gap:.62rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
