:root{
  --black:#090909;
  --ink:#171717;
  --muted:#6e6e6e;
  --gold:#d49b2a;
  --gold-2:#f0b43b;
  --cream:#fbfaf7;
  --line:#e8e5df;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--ink);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img,svg{display:block;max-width:100%}
button{font:inherit}
.wrap{width:min(calc(100% - 32px),var(--max));margin-inline:auto}

.topbar{position:absolute;top:0;left:0;right:0;z-index:20;color:#fff}
.topbar-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:14px;font-weight:800;letter-spacing:.2px}
.logo-mark{width:38px;color:var(--gold-2)}
.logo-text{font-size:18px;white-space:nowrap}
.desktop-nav{display:flex;gap:30px;margin-left:auto}
.desktop-nav a{font-size:13px;color:rgba(255,255,255,.82)}
.top-cta{border:1px solid var(--gold-2);padding:12px 18px;border-radius:999px;font-size:12px;font-weight:700;color:#fff}
.menu-btn{display:none;background:none;border:0;padding:8px;color:#fff}
.menu-btn span{width:26px;height:2px;background:currentColor;display:block;margin:5px 0}
.mobile-nav{display:none}

.hero{position:relative;min-height:760px;background:#111;color:#fff;overflow:hidden}
.hero-photo{position:absolute;inset:0;background-image:url('assets/hero-casa-vidro.jpg');background-size:cover;background-position:center right}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.82) 38%,rgba(0,0,0,.32) 66%,rgba(0,0,0,.08) 100%)}
.hero-content{position:relative;z-index:2;min-height:760px;display:flex;align-items:center;padding-top:90px;padding-bottom:60px}
.hero-copy{max-width:650px}
.pill{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--gold-2);border-radius:999px;padding:10px 15px;font-size:12px;margin-bottom:28px;background:rgba(0,0,0,.2)}
.pill-icon{width:24px;height:24px;border:1px solid var(--gold-2);border-radius:50%;display:grid;place-items:center;color:var(--gold-2);font-size:11px}
.hero h1{font-size:clamp(50px,6.6vw,86px);line-height:.96;letter-spacing:-3.5px;margin:0;font-weight:800}
.hero h1 em{font-style:normal;color:var(--gold-2)}
.hero p{max-width:520px;font-size:19px;line-height:1.55;color:rgba(255,255,255,.82);margin:28px 0 0}
.whatsapp-main{margin-top:30px;display:inline-flex;align-items:center;gap:13px;border:2px solid var(--gold-2);border-radius:999px;padding:10px 22px 10px 11px;color:#fff;background:rgba(0,0,0,.26);backdrop-filter:blur(8px)}
.wa-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--gold-2)}
.wa-icon svg{width:30px}
.whatsapp-main small{display:block;font-size:13px;color:#fff;margin-bottom:2px}
.whatsapp-main strong{display:block;font-size:20px;color:var(--gold-2)}

.section{padding:92px 0}
.section-title p{font-size:11px;letter-spacing:2px;font-weight:800;color:var(--gold);margin:0 0 14px}
.section-title h2{font-size:clamp(34px,4.2vw,56px);line-height:1.07;letter-spacing:-2px;margin:0}
.section-title h2 em{font-style:normal;color:var(--gold)}
.centered{text-align:center}

.services{background:#fff}
.service-grid{display:grid;grid-template-columns:repeat(6,1fr);margin-top:56px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.service-card{padding:28px 18px;text-align:center;border-right:1px solid var(--line)}
.service-card:last-child{border-right:0}
.service-icon{height:56px;display:grid;place-items:center;color:var(--gold)}
.service-icon svg{width:48px;height:48px}
.service-card h3{font-size:17px;line-height:1.18;margin:18px 0 8px}
.service-card p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}

.why{background:#faf9f6}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:52px}
.why-grid article{text-align:center;padding:12px 28px;border-right:1px solid var(--line)}
.why-grid article:last-child{border-right:0}
.why-icon{margin:auto;width:54px;height:54px;border:1px solid #d7ab5c;border-radius:50%;display:grid;place-items:center;color:#b98021;font-size:20px}
.why-grid h3{font-size:18px;margin:18px 0 8px}
.why-grid p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}

.project-section{background:#fff;padding-top:50px}
.project-card{display:grid;grid-template-columns:.85fr 1.15fr;background:#0b0b0b;border-radius:18px;overflow:hidden;color:#fff}
.project-card img{width:100%;height:100%;min-height:340px;object-fit:cover}
.project-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}
.project-copy>p{font-size:10px;letter-spacing:2px;color:var(--gold-2);font-weight:800;margin:0 0 14px}
.project-copy h2{font-size:clamp(32px,4vw,52px);line-height:1.06;letter-spacing:-1.8px;margin:0;max-width:600px}
.project-copy h2 em{font-style:normal;color:var(--gold-2)}
.whatsapp-outline{margin-top:30px;display:inline-flex;align-items:center;gap:10px;align-self:flex-start;border:1.5px solid var(--gold-2);border-radius:999px;padding:13px 18px;color:#fff}
.whatsapp-outline strong{color:var(--gold-2);margin-left:5px}
.wa-mini{color:var(--gold-2)}

.contact-strip{background:#f4f1ea;padding:62px 0}
.contact-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.contact-strip p{font-size:10px;letter-spacing:2px;color:var(--gold);font-weight:800;margin:0 0 10px}
.contact-strip h2{font-size:clamp(32px,4vw,52px);letter-spacing:-1.8px;margin:0 0 10px}
.contact-strip span{color:var(--muted)}
.contact-wa{display:flex;flex-direction:column;gap:3px;border:2px solid var(--gold);border-radius:22px;padding:17px 28px;min-width:250px;background:#fff}
.contact-wa span{font-size:13px;color:var(--ink)}
.contact-wa strong{font-size:21px;color:var(--gold)}

.footer{background:#090909;color:#fff;padding:42px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer p{color:#9d9d9d;font-size:12px;margin:0}
.footer-logo .logo-text{font-size:16px}

.floating-actions{position:fixed;right:18px;bottom:18px;z-index:30;display:flex;flex-direction:column;gap:10px}
.floating-actions a{width:54px;height:54px;border-radius:50%;background:#0b0b0b;border:1.5px solid var(--gold-2);display:grid;place-items:center;color:var(--gold-2);box-shadow:0 12px 25px rgba(0,0,0,.18)}
.floating-actions svg{width:22px;height:22px}

@media(max-width:900px){
  .desktop-nav,.top-cta{display:none}
  .menu-btn{display:block}
  .mobile-nav{position:absolute;top:76px;left:16px;right:16px;background:#0d0d0d;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:8px;flex-direction:column}
  .mobile-nav.open{display:flex}
  .mobile-nav a{padding:14px;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px}
  .mobile-nav a:last-child{border-bottom:0;color:var(--gold-2)}
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .service-card:nth-child(3){border-right:0}
  .service-card:nth-child(-n+3){border-bottom:1px solid var(--line)}
  .why-grid{grid-template-columns:repeat(2,1fr);gap:30px 0}
  .why-grid article:nth-child(2){border-right:0}
  .project-card{grid-template-columns:1fr}
  .project-card img{min-height:320px}
  .contact-strip-inner{display:block}
  .contact-wa{margin-top:30px;display:inline-flex}
}

@media(max-width:620px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  .topbar-inner{height:72px}
  .logo-mark{width:30px}.logo-text{font-size:16px}
  .hero{min-height:690px}
  .hero-photo{background-position:61% center}
  .hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.80) 54%,rgba(0,0,0,.27) 100%)}
  .hero-content{min-height:690px;padding-top:100px;padding-bottom:42px;align-items:flex-end}
  .hero-copy{width:100%}
  .pill{font-size:10px;padding:8px 12px;margin-bottom:22px}
  .pill-icon{width:20px;height:20px}
  .hero h1{font-size:46px;letter-spacing:-2.4px;line-height:.99;max-width:350px}
  .hero p{font-size:15px;line-height:1.5;max-width:320px;margin-top:20px}
  .whatsapp-main{width:100%;justify-content:center;padding:8px 14px;margin-top:24px}
  .whatsapp-main strong{font-size:18px}
  .section{padding:70px 0}
  .section-title h2{font-size:36px;letter-spacing:-1.4px}
  .service-grid{grid-template-columns:repeat(2,1fr);margin-top:38px;border:0;gap:0}
  .service-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 12px}
  .service-card:nth-child(2n){border-right:0}
  .service-card:nth-child(-n+3){border-bottom:1px solid var(--line)}
  .service-card h3{font-size:15px}.service-card p{font-size:11px}
  .why-grid{grid-template-columns:1fr 1fr;margin-top:38px}
  .why-grid article{padding:10px 14px}
  .why-grid h3{font-size:15px}.why-grid p{font-size:11px}
  .project-section{padding-top:18px}
  .project-card{border-radius:14px}
  .project-card img{min-height:220px;max-height:260px}
  .project-copy{padding:28px 22px 30px}
  .project-copy h2{font-size:31px}
  .whatsapp-outline{width:100%;justify-content:center;font-size:13px;padding:12px 10px}
  .contact-strip{padding:48px 0}
  .contact-strip h2{font-size:36px}
  .contact-wa{width:100%;align-items:center;text-align:center}
  .footer-inner{display:block}.footer p{margin-top:18px}
  .floating-actions{right:12px;bottom:12px}
  .floating-actions a{width:50px;height:50px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
