
:root{--bg:#06110e;--bg2:#0c1d18;--gold:#d8a33d;--cream:#f4efe3;--text:#101010;--white:#fff;--muted:#6d6d6d}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--text);line-height:1.6;background:#fff}
img{max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}
.topbar{position:sticky;top:0;z-index:100;background:rgba(5,15,12,.98);border-bottom:1px solid rgba(216,163,61,.2)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center;color:#fff;letter-spacing:1.4px}.brand img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:1px solid var(--gold)}
.nav-links{display:flex;gap:24px;align-items:center;color:#eee;font-size:14px}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:28px}
.btn{display:inline-block;padding:14px 22px;background:linear-gradient(135deg,#efbd56,#c88e27);border:1px solid #d59a34;color:#111;font-weight:800;border-radius:5px;cursor:pointer}.btn-small{padding:10px 15px}.btn-outline{background:transparent;color:#fff;border-color:#ddd}
.hero{min-height:720px;color:#fff;display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,10,8,.91),rgba(0,10,8,.47)),var(--hero) center/cover no-repeat}.hero-grid{display:grid;grid-template-columns:1.15fr .75fr;gap:55px;align-items:center}.hero h1{font-family:"Playfair Display";font-size:64px;line-height:1.03;margin:0 0 18px}.hero-copy>p{max-width:720px;font-size:19px;color:#eee}.hero-actions{display:flex;gap:12px;margin:28px 0}.trust-row{display:flex;gap:18px;flex-wrap:wrap;font-size:13px}
.hero-card{background:rgba(255,255,255,.96);color:#111;padding:30px;border-top:4px solid var(--gold);box-shadow:0 18px 45px rgba(0,0,0,.25)}.hero-card h2{font-size:31px}.hero-card p{color:#555}.text-link{color:#8c631e;font-weight:800}
.eyebrow{font-size:12px;letter-spacing:2.2px;font-weight:800;color:#9d772d;margin:0 0 12px}.gold{color:var(--gold)}.dark{color:#78571e}
.section{padding:88px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:68px}.section h2{font-family:"Playfair Display";font-size:44px;line-height:1.15;margin:0 0 20px}.intro p{font-size:17px;color:#555}
.dark-section{background:linear-gradient(180deg,#07130f,#0b1b16);color:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:32px}.section-heading h2{max-width:730px}.section-heading p{max-width:430px;color:#8c8c8c}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article{background:#0f221c;border:1px solid rgba(216,163,61,.18);padding:26px;min-height:205px}.cards span{color:var(--gold);font-weight:800}.cards h3{margin:24px 0 9px}.cards p{font-size:14px;color:#c0c0c0}
.project-block{margin:55px 0 80px}.project-title{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:18px;border-bottom:1px solid #ddd;padding-bottom:15px}.project-title span{font-size:11px;letter-spacing:1.8px;color:#956d23;font-weight:800}.project-title h3{font-size:30px;margin:4px 0 0}.project-title p{max-width:420px;color:#777;margin:0}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery-grid.four{grid-template-columns:repeat(4,1fr)}.gallery-card{margin:0;position:relative;background:#111;overflow:hidden}.gallery-card img{width:100%;height:300px;object-fit:cover;display:block;transition:.25s}.gallery-card:hover img{transform:scale(1.02)}.gallery-card figcaption{position:absolute;left:10px;bottom:10px;background:rgba(5,15,12,.9);color:#fff;padding:7px 10px;font-size:11px;font-weight:700;border-left:2px solid var(--gold)}
.project-video{width:100%;max-height:560px;background:#111;margin-top:15px}
.process{background:#f7f7f7}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid>div{background:var(--cream);padding:25px;border-top:3px solid var(--gold)}.process-grid b{font-size:34px;color:var(--gold)}.process-grid h3{margin:12px 0 5px}.process-grid p{font-size:14px;color:#666}
.areas{background:var(--cream)}.area-list{display:grid;grid-template-columns:1fr 1fr;gap:11px}.area-list span{background:#fff;padding:16px 18px;border-left:3px solid var(--gold);font-weight:700}
.estimate{background:linear-gradient(135deg,#06110e,#0a211a);color:#fff}.estimate-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.estimate p{color:#c3c3c3}.contact-box a{display:block;font-size:22px;font-weight:800;color:#fff;margin:7px 0}.estimate form{background:#fff;padding:28px}.estimate input,.estimate select,.estimate textarea{width:100%;padding:13px 12px;border:1px solid #d8d8d8;margin-bottom:10px;font:inherit}.full{width:100%}
footer{background:#020a07;color:#ddd;padding:50px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-brand{display:flex;gap:14px}.footer-brand img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:1px solid var(--gold)}footer h4{color:#fff}footer a{display:block;color:#aaa;margin:6px 0}.copyright{border-top:1px solid #1c2a25;margin-top:28px;padding-top:18px;color:#666;font-size:12px}.mobile-cta{display:none}
@media(max-width:900px){.menu-btn{display:block}.nav-links{display:none;position:absolute;top:78px;left:0;right:0;background:#06110e;flex-direction:column;align-items:flex-start;padding:22px 4%}.nav-links.open{display:flex}.hero{min-height:auto;padding:75px 0}.hero-grid,.estimate-grid,.split{grid-template-columns:1fr}.hero h1{font-size:49px}.cards{grid-template-columns:1fr 1fr}.gallery-grid,.gallery-grid.four{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}.project-title{display:block}.project-title p{margin-top:10px}}
@media(max-width:560px){body{padding-bottom:60px}.brand span{font-size:13px}.brand img{width:45px;height:45px}.hero h1{font-size:40px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.trust-row{flex-direction:column;gap:7px}.section{padding:64px 0}.section h2{font-size:35px}.cards,.gallery-grid,.gallery-grid.four,.process-grid,.area-list,.footer-grid{grid-template-columns:1fr}.gallery-card img{height:260px}.mobile-cta{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;z-index:120;background:#06110e}.mobile-cta a{padding:16px 8px;text-align:center;font-weight:800}.mobile-cta a:first-child{color:#fff}.mobile-cta a:last-child{background:var(--gold);color:#111}}
