
:root{--navy:#07192e;--navy2:#0d2947;--gold:#c89b3c;--gold2:#e1bf68;--black:#06080b;--charcoal:#0d1117;--white:#fff;--muted:#aeb7c2}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Montserrat,Arial,sans-serif;line-height:1.6}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}
.site-header{height:88px;position:sticky;top:0;z-index:50;background:rgba(6,8,11,.94);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:8px 5vw;border-bottom:1px solid rgba(200,155,60,.28)}
.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:58px;height:58px;display:block}.brand-mark svg{width:100%;height:100%}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-family:"Cormorant Garamond",serif;letter-spacing:.18em;font-size:27px}.brand-copy small{color:var(--gold);letter-spacing:.24em;font-size:8px;margin-top:6px}
nav{display:flex;align-items:center;gap:27px;font-size:13px;font-weight:600}nav a:hover{color:var(--gold)}.language{border:0;background:var(--gold);color:var(--black);font-weight:800;padding:9px 12px;cursor:pointer}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}
.hero{min-height:730px;background-position:center;background-size:cover;position:relative;display:flex;align-items:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,10,.97),rgba(5,7,10,.78) 55%,rgba(5,7,10,.18))}.hero-content{position:relative;z-index:1;max-width:780px;padding:90px 7vw}.kicker{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:700}h1,h2{font-family:"Cormorant Garamond",serif;line-height:1.02}h1{font-size:clamp(54px,7vw,90px);margin:16px 0 24px}h1 span{color:var(--gold)}h2{font-size:clamp(40px,5vw,62px);margin:10px 0 18px}.hero-text{max-width:650px;color:#d8dee6;font-size:18px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.btn{padding:16px 22px;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.btn.gold{background:var(--gold);color:var(--black)}.btn.outline{border:1px solid rgba(255,255,255,.6)}.btn.outline:hover{background:#fff;color:#000}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(200,155,60,.2);border-top:1px solid rgba(200,155,60,.25);border-bottom:1px solid rgba(200,155,60,.25)}.trust article{background:#080b10;padding:25px 6vw;display:flex;gap:12px;align-items:center}.trust strong{color:var(--gold);font-family:"Cormorant Garamond",serif;font-size:30px}.trust span{font-size:12px;color:#cad1da}
.section{padding:100px 7vw}.section-heading{max-width:760px;margin-bottom:48px}.section-heading>p:last-child{color:var(--muted);font-size:17px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-grid article{background:linear-gradient(145deg,#10161f,#0b0f15);padding:28px 22px;min-height:170px;border:1px solid rgba(255,255,255,.06);transition:.3s}.service-grid article:hover{transform:translateY(-5px);border-color:rgba(200,155,60,.65)}.service-grid span{color:var(--gold);font-size:12px}.service-grid h3{margin:65px 0 0;font-size:18px}
.projects{background:#05070a}.project-row{display:grid;grid-template-columns:.8fr 1.7fr;gap:42px;align-items:center;margin:60px 0 100px}.project-row.reverse{grid-template-columns:1.7fr .8fr}.project-row.reverse .project-copy{order:2}.project-row.reverse .project-images{order:1}.project-copy span{color:var(--gold);font-size:12px;letter-spacing:.18em}.project-copy h3{font-family:"Cormorant Garamond",serif;font-size:38px;line-height:1.05;margin:12px 0}.project-copy p{color:var(--muted)}.project-images{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.project-images.two{grid-template-columns:1fr 1fr}.project-images img{width:100%;height:390px;object-fit:cover;border:1px solid rgba(255,255,255,.08)}.small-projects{display:grid;grid-template-columns:1fr 1fr;gap:18px}.small-projects article{position:relative;background:#111820}.small-projects img{width:100%;height:350px;object-fit:cover}.small-projects h3{position:absolute;bottom:18px;left:20px;margin:0;background:rgba(5,7,10,.9);padding:10px 13px}
.about{background:linear-gradient(135deg,#0a1018,#0b223a);display:grid;grid-template-columns:1fr 1.2fr;gap:70px}.about-copy>p{color:#d6dde5;font-size:17px}.values{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.values span{padding:15px;background:rgba(255,255,255,.035);border:1px solid rgba(200,155,60,.22);font-weight:600}
.process{background:#080b0f}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.process-grid article{padding:25px 20px;background:#111720;border:1px solid rgba(255,255,255,.06)}.process-grid strong{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:#000;margin-bottom:28px}.process-grid h3{margin:0}.process-grid p{color:var(--muted);font-size:13px}
.estimate{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;background:#06080b}.estimate-copy{align-self:start;position:sticky;top:130px}.estimate-copy>p:not(.kicker){color:var(--muted)}.estimate-copy>a{display:inline-block;margin-top:20px;color:var(--gold);font-size:25px;font-weight:800}.estimate-form{display:grid;grid-template-columns:1fr 1fr;gap:17px;padding:34px;background:linear-gradient(145deg,#121923,#0c1016);border-top:5px solid var(--gold);box-shadow:0 25px 60px rgba(0,0,0,.4)}.estimate-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700}.estimate-form input,.estimate-form select,.estimate-form textarea{background:#070a0e;border:1px solid #303947;color:#fff;padding:13px;font:inherit}.estimate-form .full,.estimate-form button{grid-column:1/-1}.estimate-form button{border:0;background:var(--gold);color:#000;padding:17px;font-size:14px;font-weight:800;cursor:pointer}.hidden{display:none}
.areas{padding:28px 7vw;background:var(--gold);color:#000}.areas div{display:flex;gap:30px;align-items:center}.areas strong{font-family:"Cormorant Garamond",serif;font-size:28px}.areas span{font-size:12px;font-weight:600}
footer{padding:45px 7vw;text-align:center;background:#040506;border-top:1px solid rgba(255,255,255,.06)}.footer-brand{display:flex;justify-content:center;align-items:center;gap:10px}.footer-brand .brand-mark{width:65px;height:65px}.footer-brand div{display:flex;flex-direction:column;text-align:left}.footer-brand strong{font-family:"Cormorant Garamond",serif;letter-spacing:.18em;font-size:30px}.footer-brand small{color:var(--gold);letter-spacing:.2em;font-size:8px}.footer-brand~p{color:#8994a1;font-size:12px}
.floating-wa{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:800;z-index:40;box-shadow:0 10px 30px rgba(0,0,0,.45)}
.reveal{opacity:0;transform:translateY(25px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){.service-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}.project-row,.project-row.reverse{grid-template-columns:1fr}.project-row.reverse .project-copy,.project-row.reverse .project-images{order:initial}.estimate,.about{grid-template-columns:1fr}.estimate-copy{position:static}}
@media(max-width:760px){.menu-toggle{display:block}nav{display:none;position:absolute;top:88px;left:0;right:0;background:#080b10;flex-direction:column;padding:25px}nav.open{display:flex}.brand-copy strong{font-size:23px}.brand-mark{width:50px;height:50px}.hero{min-height:660px}.hero-content{padding:70px 24px}.trust{grid-template-columns:1fr 1fr}.section{padding:75px 24px}.service-grid,.project-images,.project-images.two,.small-projects,.values,.process-grid,.estimate-form{grid-template-columns:1fr}.project-images img{height:330px}.estimate-form .full,.estimate-form button{grid-column:auto}.areas div{flex-direction:column;align-items:flex-start;gap:8px}}

.form-success{
  margin:0 0 18px;
  padding:16px 18px;
  background:rgba(37,211,102,.12);
  border:1px solid rgba(37,211,102,.45);
  color:#fff;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.form-success strong{color:#79e8a4}
