@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--orange:#ff5a00;--black:#111;--dark:#191919;--white:#fff;--gray:#777;--light:#f5f5f3;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--black);background:#fff;line-height:1.6}img,video{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.site-header{position:fixed;z-index:20;top:0;left:0;right:0;background:rgba(17,17,17,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand img{width:155px;height:auto}.menu{display:flex;align-items:center;gap:30px}.menu a{color:#fff;text-decoration:none;font-size:14px;font-weight:600}.menu a:hover{color:var(--orange)}.nav-cta{background:var(--orange);padding:11px 18px;border-radius:3px}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:28px}
.hero{height:100svh;min-height:650px;position:relative;display:flex;align-items:center;background:#111;color:#fff;overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media video{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.35) 58%,rgba(0,0,0,.25))}.hero-content{position:relative;padding-top:70px}.eyebrow,.section-tag{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.22em}.hero h1{font-size:clamp(48px,7vw,88px);line-height:1.03;margin:16px 0 24px;max-width:850px}.hero h1 strong{color:var(--orange)}.hero p{font-size:17px;max-width:650px}.hero-actions{display:flex;gap:14px;margin-top:32px}.btn{display:inline-block;border:0;padding:14px 22px;font:700 14px Inter;text-decoration:none;cursor:pointer;border-radius:3px}.btn-orange{background:var(--orange);color:#fff}.btn-ghost{border:1px solid rgba(255,255,255,.6);color:#fff}
.intro{background:var(--orange);color:#fff;padding:65px 0}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.intro .section-tag{color:#111}.intro h2{font-size:clamp(34px,4vw,55px);line-height:1.05;margin:10px 0}.intro p{font-size:18px;margin:0}
.section{padding:110px 0}.section h2{font-size:clamp(38px,5vw,62px);line-height:1.05;margin:10px 0 30px}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:100px}.about p{color:#555;max-width:720px}.about-card{background:var(--dark);color:#fff;padding:42px}.about-card .number{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.2em;margin-top:10px}.about-card h3{margin:5px 0;font-size:23px}.about-card p{color:#bbb;margin:0 0 24px}
.services{background:var(--light)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd;margin-top:50px}.service{background:var(--light);padding:40px;min-height:310px}.service span,.process b{color:var(--orange);font-weight:800}.service h3{font-size:28px;line-height:1.1}.service p{color:#666}
.projects{background:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:45px}.section-head p{max-width:400px;color:#666}.gallery{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.gallery figure{margin:0;position:relative;overflow:hidden;background:#111;min-height:250px}.gallery figure:first-child{grid-row:span 2}.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.gallery figure:hover img{transform:scale(1.04)}figcaption{position:absolute;left:0;right:0;bottom:0;padding:55px 24px 22px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.85));display:flex;flex-direction:column}figcaption span{font-size:12px;color:#ddd}
.process{background:var(--black);color:#fff;padding:100px 0}.process h2{font-size:clamp(38px,5vw,62px);margin:10px 0 55px;line-height:1.05}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.process-grid b{font-size:13px}.process-grid h3{font-size:22px;margin:8px 0}.process-grid p{color:#aaa;margin:0}
.contact{background:#f0f0ed;padding:100px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact h2{font-size:clamp(42px,5vw,68px);line-height:1.02;margin:10px 0 20px}.contact p{color:#666;max-width:550px}.contact-links{display:flex;flex-direction:column;gap:8px;margin-top:30px}.contact-links a{color:#111;font-weight:700;text-decoration:none}.contact-links a:hover{color:var(--orange)}form{background:#fff;padding:35px;box-shadow:0 15px 45px rgba(0,0,0,.06)}label{display:block;font-size:12px;font-weight:700;margin-bottom:15px}input,textarea{width:100%;display:block;border:1px solid #ddd;padding:13px;margin-top:6px;font:inherit;resize:vertical}form small{display:block;color:#888;margin-top:12px}
footer{background:#111;color:#aaa;padding:35px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.08em}.footer-inner img{width:105px;background:#fff;padding:5px}
@media(max-width:800px){.container{width:min(var(--max),calc(100% - 28px))}.nav{height:68px}.brand img{width:125px}.menu-btn{display:block}.menu{display:none;position:absolute;top:68px;left:0;right:0;background:#111;padding:20px;flex-direction:column;align-items:stretch;gap:0}.menu.open{display:flex}.menu a{padding:14px 8px}.hero{min-height:650px}.hero-content{padding-top:50px}.hero h1{font-size:48px}.hero p{font-size:15px}.intro-grid,.split,.contact-grid{grid-template-columns:1fr;gap:35px}.section{padding:75px 0}.service-grid{grid-template-columns:1fr}.service{min-height:0}.section-head{display:block}.gallery{grid-template-columns:1fr}.gallery figure:first-child{grid-row:auto;height:430px}.gallery figure{height:280px}.process-grid{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column;align-items:flex-start}}
