
:root{--black:#070707;--charcoal:#141414;--red:#c8102e;--gold:#c9a14a;--white:#fff;--muted:#cfcfcf;--line:#2b2b2b}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--black);color:var(--white);line-height:1.6}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 5%;background:rgba(7,7,7,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-weight:800}.brand small{display:block;color:var(--gold);font-size:12px;font-weight:600}.mark{display:grid;place-items:center;width:48px;height:48px;border:2px solid var(--red);border-radius:10px;color:#fff}.site-header nav{display:flex;gap:20px}.site-header nav a{text-decoration:none;color:#ddd;font-weight:700}.site-header nav a:hover{color:#fff}.call,.btn{background:linear-gradient(135deg,var(--red),#8b071b);padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:800;border:0;color:#fff;display:inline-block}.btn.secondary{background:transparent;border:1px solid var(--gold);color:var(--gold)}.hero{min-height:78vh;display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;padding:70px 5%;background:radial-gradient(circle at top right,#3b0912,transparent 35%)}.hero img,.card img,.wide-img{width:100%;border-radius:24px;border:1px solid var(--line);box-shadow:0 30px 90px rgba(0,0,0,.45)}.eyebrow{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-weight:800}h1{font-size:clamp(42px,7vw,86px);line-height:.95;margin:10px 0 18px}h2{font-size:clamp(30px,4vw,52px);line-height:1.05}.lead{font-size:20px;color:#ddd;max-width:720px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.section{padding:70px 5%}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:linear-gradient(180deg,#191919,#0d0d0d);border:1px solid var(--line);border-radius:24px;padding:24px}.card h3{margin-top:14px}.lux{border-left:5px solid var(--gold)}.split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.checklist{padding-left:20px;color:#ddd}.form{display:grid;gap:14px;max-width:760px}.form input,.form textarea,.form select{width:100%;padding:15px 16px;background:#111;border:1px solid #333;border-radius:14px;color:white;font-size:16px}.form textarea{min-height:140px}.ba-slider{--pos:50%;position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--line);height:390px;background:#111}.ba-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ba-slider .after{clip-path:inset(0 0 0 var(--pos))}.ba-slider input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize}.ba-slider:after{content:"";position:absolute;top:0;bottom:0;left:var(--pos);width:4px;background:#fff}.label{position:absolute;top:14px;padding:8px 12px;background:rgba(0,0,0,.7);border-radius:999px;font-weight:800}.before-l{left:14px}.after-l{right:14px}.chat-toggle{position:fixed;right:22px;bottom:22px;z-index:20;border:0;border-radius:999px;background:var(--red);color:#fff;font-weight:900;padding:16px 20px;box-shadow:0 15px 45px rgba(0,0,0,.5)}.chat-panel{position:fixed;right:22px;bottom:82px;width:360px;max-width:calc(100vw - 28px);background:#101010;border:1px solid #333;border-radius:22px;overflow:hidden;display:none;z-index:21;box-shadow:0 30px 80px rgba(0,0,0,.6)}.chat-panel.open{display:block}.chat-head{padding:14px 16px;background:#1b1b1b;font-weight:900}.chat-head span{float:right;color:#66d27a;font-size:12px}.chat-messages{height:260px;overflow:auto;padding:14px;display:grid;gap:10px}.bot,.user{padding:10px 12px;border-radius:14px;max-width:88%}.bot{background:#252525}.user{background:#7b0718;justify-self:end}.chat-form{display:flex;border-top:1px solid #333}.chat-form input{flex:1;background:#0b0b0b;border:0;color:white;padding:14px}.chat-form button{background:var(--red);color:#fff;border:0;padding:0 16px;font-weight:800}footer{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:34px 5%;background:#050505;border-top:1px solid var(--line);color:#ddd}@media(max-width:860px){.site-header{align-items:flex-start;flex-direction:column}.site-header nav{flex-wrap:wrap;gap:12px}.hero,.split{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.call{width:100%;text-align:center}.ba-slider{height:280px}footer{flex-direction:column;align-items:flex-start}h1{font-size:44px}.hero{padding-top:38px}.chat-panel{right:14px;bottom:76px}}


/* Real project photo upgrades */
.hero-photo img{height:min(70vh,760px);object-fit:cover;object-position:center}.featured-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:18px}.featured-grid img{width:100%;height:420px;object-fit:cover;border-radius:26px;border:1px solid var(--line);box-shadow:0 30px 90px rgba(0,0,0,.45)}.featured-grid img:first-child{height:520px}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{position:relative;overflow:hidden;min-height:370px;border-radius:24px;border:1px solid var(--line);background:#111}.project-card img{width:100%;height:100%;min-height:370px;object-fit:cover;display:block;transition:transform .35s ease}.project-card:hover img{transform:scale(1.04)}.project-card div{position:absolute;left:0;right:0;bottom:0;padding:40px 18px 18px;background:linear-gradient(transparent,rgba(0,0,0,.88))}.project-card span{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900}.project-card h3{margin:4px 0 0;font-size:20px}.before-grid{grid-template-columns:repeat(2,1fr)}.before-grid .card{padding:16px}.before-grid .ba-slider{height:520px}.card img{height:260px;object-fit:cover}.wide-img{max-height:640px;object-fit:cover}@media(max-width:900px){.featured-grid,.portfolio-grid,.before-grid{grid-template-columns:1fr}.featured-grid img,.featured-grid img:first-child{height:330px}.before-grid .ba-slider{height:360px}.project-card,.project-card img{min-height:320px}.hero-photo img{height:420px}}

/* Mobile-friendly upgrade */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{overflow-x:hidden}.site-header,.hero,.section,footer{padding-left:max(5%,env(safe-area-inset-left));padding-right:max(5%,env(safe-area-inset-right))}img{max-width:100%;height:auto}.nav-toggle{display:none;background:#111;border:1px solid var(--line);color:#fff;border-radius:12px;padding:10px 12px;font-weight:900;font-size:18px;min-width:46px;min-height:46px}.site-header nav a,.call,.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.mobile-sticky-call{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:30;background:linear-gradient(135deg,var(--red),#8b071b);color:#fff;text-decoration:none;text-align:center;font-weight:900;border-radius:999px;padding:14px 18px;box-shadow:0 12px 34px rgba(0,0,0,.45)}
@media(max-width:760px){body{padding-bottom:78px}.site-header{position:sticky;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding-top:10px;padding-bottom:10px}.brand{min-width:0}.brand span:last-child{font-size:15px;line-height:1.15}.brand small{font-size:10px;letter-spacing:.02em}.mark{width:42px;height:42px;font-size:13px}.nav-toggle{display:inline-flex;align-items:center;justify-content:center}.site-header nav{grid-column:1/-1;display:none;flex-direction:column;width:100%;background:#0c0c0c;border:1px solid var(--line);border-radius:18px;padding:10px}.site-header.nav-open nav{display:flex}.site-header nav a{width:100%;justify-content:flex-start;padding:12px 14px;border-radius:12px;background:#141414}.site-header>.call{display:none}.mobile-sticky-call{display:block}.hero{min-height:auto;grid-template-columns:1fr;gap:24px;padding-top:34px;padding-bottom:44px}.hero h1{font-size:clamp(34px,10vw,48px);line-height:1.02}.lead{font-size:17px}.actions{display:grid;grid-template-columns:1fr;gap:12px}.btn{width:100%;text-align:center}.section{padding-top:44px;padding-bottom:44px}h2{font-size:clamp(28px,8vw,38px)}.grid,.split,.featured-grid,.portfolio-grid,.before-grid{grid-template-columns:1fr!important;gap:16px}.card{padding:18px;border-radius:20px}.card img,.featured-grid img,.featured-grid img:first-child,.wide-img{height:260px;object-fit:cover;border-radius:18px}.project-card,.project-card img{min-height:280px}.before-grid .ba-slider,.ba-slider{height:300px}.form input,.form textarea,.form select{font-size:16px;padding:14px}.chat-toggle{right:14px;bottom:76px;padding:13px 16px}.chat-panel{left:10px;right:10px;bottom:132px;width:auto;max-width:none}.chat-messages{height:240px}footer{padding-bottom:92px}.eyebrow{font-size:12px;letter-spacing:.1em}}
@media(max-width:420px){.hero h1{font-size:34px}.lead{font-size:16px}.card img,.featured-grid img,.featured-grid img:first-child,.wide-img{height:220px}.project-card,.project-card img{min-height:250px}.before-grid .ba-slider,.ba-slider{height:260px}.brand span:last-child{font-size:14px}.mark{width:38px;height:38px}.chat-panel{bottom:126px}.chat-messages{height:220px}}
