:root{--orange:#ff6a00;--black:#090909;--ink:#131313;--cream:#f4f0e9;--line:#2a2a2a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:#fff;font-family:Inter,Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}.topbar{height:92px;display:flex;align-items:center;gap:36px;padding:12px clamp(20px,5vw,72px);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(9,9,9,.94);backdrop-filter:blur(12px);z-index:10}.brand img{width:170px;height:66px;object-fit:contain}.topbar nav{display:flex;gap:32px;margin-left:auto}.topbar nav a,.phone,.menu{font:700 .86rem Inter;letter-spacing:.08em}.topbar nav a:hover{color:var(--orange)}.phone{border:1px solid var(--orange);padding:12px 16px;color:var(--orange)}.menu{display:none;background:none;border:0;color:#fff}.hero{min-height:calc(100vh - 92px);padding:clamp(64px,9vw,130px) clamp(20px,7vw,110px) 32px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 35%,rgba(255,106,0,.08)),repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),rgba(255,255,255,.035) 25%);pointer-events:none}.hero-grid{position:relative;z-index:1;max-width:900px}.eyebrow{font-size:.82rem;letter-spacing:.18em;color:#c7c7c7;display:flex;align-items:center;gap:12px}.eyebrow span{display:inline-block;width:42px;height:2px;background:var(--orange)}h1,h2,h3{font-family:"Barlow Condensed",Impact,sans-serif;margin:0;line-height:.9}h1{font-size:clamp(3.35rem,7.4vw,7.1rem);letter-spacing:-.03em;margin:24px 0}h1 em{font-style:normal;color:var(--orange)}.hero p{font-size:clamp(1rem,1.5vw,1.24rem);line-height:1.65;color:#bcbcbc;max-width:600px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px}.button{padding:16px 24px;font-weight:700;font-size:.88rem;letter-spacing:.06em}.primary{background:var(--orange);color:#0a0a0a}.ghost{border:1px solid #555}.hero-mark{position:absolute;right:-1vw;bottom:8%;font:800 clamp(12rem,29vw,31rem)/.7 "Barlow Condensed";color:#111;letter-spacing:-.12em;z-index:0}.hero-mark span{color:#1d120b}.hero-foot{display:flex;justify-content:space-between;padding-top:28px;border-top:1px solid var(--line);color:#737373;font-size:.68rem;letter-spacing:.12em;z-index:1}.services{background:var(--cream);color:var(--ink);padding:clamp(72px,9vw,128px) clamp(20px,7vw,110px)}.section-intro{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:55px}.section-intro>div{display:flex;align-items:end;gap:20px}.number{font:700 1rem "Barlow Condensed";color:var(--orange)}.section-intro h2,.about-copy h2{font-size:clamp(3rem,5.2vw,5.2rem)}.section-intro p{max-width:460px;color:#555;line-height:1.65}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #bbb;border-left:1px solid #bbb}.service-grid article{min-height:290px;padding:28px;border-right:1px solid #bbb;border-bottom:1px solid #bbb;position:relative}.service-grid b{font-size:.72rem;color:#999}.service-grid .icon{font-size:2.4rem;color:var(--orange);margin:46px 0 24px}.service-grid h3{font-size:1.72rem;line-height:1.05}.service-grid p{line-height:1.55;color:#666;font-size:.92rem}.about{display:grid;grid-template-columns:1fr 1.25fr;min-height:680px}.orange-panel{background:var(--orange);color:#090909;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(36px,6vw,80px);font-family:"Barlow Condensed"}.orange-panel span{font-size:1.2rem;letter-spacing:.15em}.orange-panel strong{font-size:clamp(3.4rem,5.7vw,6.2rem);line-height:.82;margin-top:18px}.about-copy{padding:clamp(60px,8vw,110px);align-self:center}.about-copy h2{margin:14px 0 32px}.about-copy p{color:#aaa;line-height:1.8;max-width:620px}.about-copy ul{list-style:none;padding:0;margin-top:32px;border-top:1px solid var(--line)}.about-copy li{padding:16px 0;border-bottom:1px solid var(--line)}.about-copy li:before{content:"+";color:var(--orange);margin-right:14px}.contact{padding:clamp(72px,9vw,130px) clamp(20px,7vw,110px);background:#111}.contact>p{letter-spacing:.17em;color:#888;font-size:.78rem;margin-top:26px}.contact h2{font-size:clamp(3.3rem,6.8vw,6.8rem);color:var(--orange);margin:20px 0 60px}.contact-links{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #333}.contact-links a{font:700 clamp(1.1rem,2vw,1.8rem) "Barlow Condensed";padding:28px 0;border-bottom:1px solid #333}.contact-links small{display:block;font:600 .65rem Inter;color:#777;letter-spacing:.12em;margin-bottom:8px}footer{padding:35px clamp(20px,7vw,110px);display:flex;align-items:center;gap:32px;color:#777;font-size:.78rem}footer img{width:120px;height:58px;object-fit:contain}footer a{margin-left:auto}.floating-wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#090909;font-weight:800;z-index:20;box-shadow:0 8px 30px #0008}@media(max-width:820px){.topbar{height:76px;padding:8px 20px}.brand img{width:130px;height:54px}.phone{display:none}.menu{display:block;margin-left:auto}.topbar nav{display:none;position:absolute;top:76px;left:0;right:0;background:#111;padding:24px;flex-direction:column}.topbar nav.open{display:flex}.hero{min-height:calc(100vh - 76px)}h1{font-size:clamp(3.15rem,14vw,4.8rem)}.hero-foot span:last-child{display:none}.section-intro{display:block}.section-intro>div{margin-bottom:20px}.service-grid{grid-template-columns:1fr}.about{grid-template-columns:1fr}.orange-panel{min-height:420px}.contact-links{grid-template-columns:1fr}footer{align-items:flex-start;flex-wrap:wrap}footer a{margin-left:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
