
:root {
  --ink: #171513;
  --muted: #625d57;
  --gold: #b9824b;
  --gold-dark: #8d5d30;
  --cream: #f5f0e9;
  --sand: #e9dfd2;
  --white: #ffffff;
  --green: #1fa855;
  --line: #ddd2c5;
  --shadow: 0 16px 42px rgba(25, 20, 15, 0.10);
  --radius: 18px;
  --header-height: 86px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--cream); color: var(--ink); line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #efb778; outline-offset: 3px; }
.container { width: min(1180px, 92%); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 3000; background: #fff; color: #111; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.topbar { position: sticky; top: 0; z-index: 1000; background: rgba(17,17,17,.97); color: #fff; border-bottom: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.nav { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo img { width: 74px; height: 74px; object-fit: contain; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 18px; font-size: .95rem; font-weight: 750; }
.nav-links > a:not(.btn) { padding: 30px 0 27px; border-bottom: 3px solid transparent; }
.nav-links > a:hover, .nav-links > a[aria-current="page"] { color: #edc59e; border-bottom-color: var(--gold); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.35); color: #fff; background: transparent; border-radius: 10px; padding: 9px 13px; font-size: 1.55rem; line-height: 1; cursor: pointer; }
.mobile-menu { display: none; position: fixed; inset: var(--header-height) 0 auto 0; max-height: calc(100vh - var(--header-height)); overflow-y: auto; background: #111; padding: 8px 4% 24px; box-shadow: 0 18px 30px rgba(0,0,0,.28); }
.mobile-menu.show { display: block; }
.mobile-menu a { display: block; padding: 15px 8px; border-bottom: 1px solid #292929; font-weight: 750; }
.mobile-menu .mobile-cta { margin-top: 14px; text-align: center; border: 0; background: var(--gold); border-radius: 9px; }
.hero { min-height: 76vh; display: flex; align-items: center; color: #fff; background-position: center; background-size: cover; position: relative; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.50) 52%, rgba(0,0,0,.18) 100%); }
.hero .container { position: relative; z-index: 1; }
.hero-panel { max-width: 790px; padding: 78px 0; }
.hero-small { min-height: 52vh; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #f4d0ab; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; font-size: .82rem; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
h1 { font-size: clamp(2.55rem, 6.5vw, 5.25rem); margin: 14px 0 20px; letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.32rem; }
.hero p { font-size: clamp(1.05rem, 2vw, 1.22rem); max-width: 720px; color: #f2f2f2; margin: 0; }
.hero-note { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 24px; color: #f7e4d1; font-weight: 750; font-size: .93rem; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 27px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border: 0; border-radius: 10px; font-weight: 850; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.16); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-dark); }
.btn-dark { background: #111; color: #fff; }
.btn-light { background: #fff; color: #111; }
.btn-outline { color: #fff; border: 1px solid rgba(255,255,255,.55); background: rgba(0,0,0,.15); }
.btn-whatsapp { background: var(--green); color: #fff; }
.trust { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 20px 0; text-align: center; font-weight: 850; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 9px; }
.trust-icon { color: var(--gold-dark); }
.section { padding: 76px 0; }
.section-white { background: #fff; }
.section-soft { background: var(--sand); }
.section-dark { background: #171513; color: #fff; }
.section-title { margin: 0 0 14px; text-align: center; }
.section-lead { max-width: 820px; margin: 0 auto 36px; text-align: center; color: var(--muted); }
.section-dark .section-lead { color: #d6d0ca; }
.kicker { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; font-weight: 850; text-align: center; margin-bottom: 7px; }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.card, .service-card, .review-card, .info-panel { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.card { height: 100%; display: flex; flex-direction: column; }
.card-image { aspect-ratio: 4/3; overflow: hidden; background: #d8cec2; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card-image img { transform: scale(1.025); }
.card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { margin: 4px 0 9px; }
.card-body p { color: var(--muted); margin: 0 0 18px; }
.card-body .btn { margin-top: auto; align-self: flex-start; }
.project-meta { color: var(--gold-dark); font-weight: 850; text-transform: uppercase; letter-spacing: .055em; font-size: .78rem; }
.service-card { padding: 25px; border-top: 5px solid var(--gold); }
.service-card h3 { margin: 0 0 9px; }
.service-card p { color: var(--muted); }
.service-card.priority { border-top-width: 8px; outline: 3px solid rgba(185,130,75,.18); }
.service-list { padding-left: 20px; margin-bottom: 22px; color: var(--muted); }
.service-list li { margin: 7px 0; }
.two-column { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.image-panel { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); min-height: 420px; }
.image-panel img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.content-panel h2 { margin-top: 0; }
.content-panel p { color: var(--muted); }
.process { counter-reset: process-step; }
.process .service-card { position: relative; padding-left: 70px; }
.process .service-card::before { counter-increment: process-step; content: counter(process-step); position: absolute; left: 22px; top: 24px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: #fff; font: 850 1rem system-ui; }
.compare { --position: 50%; position: relative; max-width: 1040px; margin: 0 auto; aspect-ratio: 14/9; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #d4c8bb; }
.compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-before { clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.compare-line { position: absolute; top: 0; bottom: 0; left: var(--position); width: 4px; transform: translateX(-50%); background: #fff; pointer-events: none; }
.compare-handle { position: absolute; top: 50%; left: var(--position); width: 48px; height: 48px; border-radius: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; background: var(--gold); color: #fff; font-weight: 900; pointer-events: none; box-shadow: 0 5px 16px rgba(0,0,0,.24); }
.compare-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare-label { position: absolute; top: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(0,0,0,.68); color: #fff; font-size: .8rem; font-weight: 850; pointer-events: none; }
.compare-label.before-label { left: 14px; }
.compare-label.after-label { right: 14px; }
.quote-box { max-width: 980px; margin: auto; background: #fff; padding: 29px; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-weight: 800; font-size: .9rem; }
.quote-box input, .quote-box select, .quote-box textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbbfaf; border-radius: 9px; background: #fff; color: #171513; }
.quote-box input:focus, .quote-box select:focus, .quote-box textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(185,130,75,.16); outline: 0; }
.quote-box textarea { min-height: 145px; resize: vertical; }
.checkbox-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 16px 0; }
.check { display: flex; align-items: center; gap: 9px; background: #f8f5f0; padding: 11px 12px; border-radius: 9px; cursor: pointer; }
.check input { width: auto; accent-color: var(--gold-dark); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 15px 0; font-size: .88rem; color: var(--muted); }
.consent input { width: auto; margin-top: 4px; }
.form-actions { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; }
.form-actions .btn { width: 100%; }
.notice { color: var(--muted); font-size: .88rem; margin: 14px 0 0; }
.review-card { padding: 25px; }
.review-stars { color: #b76f00; letter-spacing: 2px; font-size: 1.1rem; }
.review-card blockquote { margin: 12px 0 16px; color: #3c3935; }
.review-name { color: var(--gold-dark); font-weight: 850; }
.faq { max-width: 900px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0 18px; margin: 11px 0; }
.faq summary { cursor: pointer; font-weight: 850; padding: 17px 0; }
.faq p { color: var(--muted); padding: 0 0 16px; margin: 0; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }
.filter-btn { border: 1px solid #c7b29d; background: #fff; padding: 10px 15px; border-radius: 999px; cursor: pointer; font-weight: 850; }
.filter-btn.active { background: #111; color: #fff; border-color: #111; }
.hidden { display: none !important; }
.project-facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 26px 0; }
.fact { background: #fff; padding: 17px; border-radius: 12px; border: 1px solid var(--line); }
.fact span { display: block; color: var(--gold-dark); font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; font-weight: 850; }
.project-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.project-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.empty-state { text-align: center; padding: 50px 20px; }
.cta { background: var(--gold); color: #fff; text-align: center; padding: 46px 0; }
.cta h2 { margin: 0 0 9px; }
.cta p { margin: 0; }
.footer { background: #111; color: #fff; padding: 48px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; }
.footer h3 { margin-top: 0; font-size: 1.15rem; }
.footer p, .footer li { color: #d4cfca; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin: 8px 0; }
.footer a { color: #e7bc91; }
.footer-bottom { margin-top: 34px; padding-top: 18px; border-top: 1px solid #323232; color: #aaa39c; font-size: .85rem; }
.desktop-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 850; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; font-size: 1.35rem; box-shadow: 0 12px 28px rgba(0,0,0,.25); }
.mobile-sticky { display: none; position: fixed; bottom: 0; left: 0; right: 0; grid-template-columns: repeat(3,1fr); z-index: 900; }
.mobile-sticky a { padding: 13px 4px; text-align: center; color: #fff; font-weight: 850; font-size: .86rem; }
.mobile-sticky .call { background: #000; }
.mobile-sticky .email { background: var(--gold); }
.mobile-sticky .whatsapp { background: var(--green); }
.legal-page { max-width: 880px; }
.legal-page h1 { font-size: clamp(2.4rem,5vw,4rem); }
.legal-page h2 { font-size: 1.7rem; margin-top: 34px; }
.legal-page p, .legal-page li { color: var(--muted); }
@media (max-width: 1040px) {
  .nav-links { gap: 12px; font-size: .87rem; }
  .nav-links .btn { padding-inline: 14px; }
}
@media (max-width: 900px) {
  :root { --header-height: 78px; }
  body { padding-bottom: 49px; }
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .logo img { width: 66px; height: 66px; }
  .hero { min-height: 72vh; text-align: center; background-position: center; }
  .hero::after { background: rgba(0,0,0,.60); }
  .hero-panel { margin: auto; padding: 60px 0; }
  .eyebrow { justify-content: center; }
  .btn-row, .hero-note { justify-content: center; }
  .trust-grid, .grid-4, .grid-3, .grid-2, .two-column, .form-grid, .checkbox-grid, .footer-grid, .project-facts { grid-template-columns: 1fr; }
  .two-column { gap: 26px; }
  .image-panel, .image-panel img { min-height: 300px; }
  .section { padding: 58px 0; }
  .compare { aspect-ratio: 4/3; }
  .form-actions { grid-template-columns: 1fr; }
  .project-gallery { grid-template-columns: 1fr; }
  .desktop-whatsapp { display: none; }
  .mobile-sticky { display: grid; }
}
@media (max-width: 560px) {
  .container { width: min(94%, 1180px); }
  h1 { font-size: clamp(2.35rem, 12vw, 3.65rem); }
  .hero-note { flex-direction: column; gap: 6px; }
  .trust-grid { grid-template-columns: 1fr 1fr; font-size: .86rem; }
  .quote-box { padding: 20px 16px; }
  .btn-row .btn { width: 100%; }
  .card-image { aspect-ratio: 16/11; }
  .compare { border-radius: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
