
:root {
  --background: hsl(30 20% 98%);
  --foreground: hsl(0 0% 10%);
  --card: hsl(0 0% 100%);
  --muted: hsl(30 10% 95%);
  --muted-foreground: hsl(0 0% 41%);
  --primary: hsl(30 15% 45%);
  --primary-dark: hsl(30 15% 38%);
  --primary-foreground: hsl(0 0% 98%);
  --border: hsl(30 10% 88%);
  --shadow: 0 18px 46px rgba(20, 16, 10, .09);
  --container: 1220px;
  --section-space: clamp(64px, 7vw, 104px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "DM Sans", sans-serif;
  font-size: 14.75px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p {
  margin: 0 0 1rem;
  color: var(--muted-foreground);
  line-height: 1.62;
}
h1, h2, h3, h4 {
  margin: 0 0 .95rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
}
h1 { font-size: clamp(2.2rem, 4.5vw, 4.2rem); }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
h3 { font-size: clamp(1.16rem, 1.5vw, 1.55rem); }
ul { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; }
svg { width: 1.05rem; height: 1.05rem; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 840px; margin-inline: auto; }
.narrow-xl { max-width: 1060px; margin-inline: auto; }
.centered, .centered-copy { text-align: center; }
.centered-copy h2, .centered-copy p { max-width: 900px; margin-inline: auto; }
.centered-copy p:last-child { margin-bottom: 0; }
.push-top-lg { margin-top: 3rem; }
.push-top-xl { margin-top: 4.6rem; }
.stack-lg > * + * { margin-top: 1.8rem; }
.stack-xl > * + * { margin-top: 5rem; }
.pt-0 { padding-top: 0 !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 246, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.brand img {
  width: clamp(152px, 14vw, 188px);
  height: auto;
  display: block;
}
.header-controls {
  display: flex;
  align-items: center;
  gap: 28px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.6vw, 28px);
}
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: .88rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.language-switch a {
  color: rgba(16,16,16,.48);
  transition: color .2s ease;
}
.language-switch a.is-active {
  color: var(--foreground);
  font-weight: 700;
}
.language-switch span {
  color: rgba(16,16,16,.24);
}
.nav-link, .mobile-nav-link {
  position: relative;
  font-size: .9rem;
  color: rgba(16,16,16,.72);
  padding: .35rem 0;
  transition: color .22s ease;
}
.nav-link:hover, .mobile-nav-link:hover, .nav-link.is-active, .mobile-nav-link.is-active { color: var(--primary); }
.nav-link.is-active::after, .mobile-nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 2px;
  background: var(--primary);
}
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: white;
  color: var(--foreground);
}
.menu-icon svg { width: 1.3rem; height: 1.3rem; }
.mobile-nav { display: none; border-top: 1px solid var(--border); }
.mobile-nav.is-open { display: block; }
.mobile-nav-inner { display: grid; gap: 1rem; padding: 1.1rem 0 1.35rem; }
.mobile-nav-link { font-size: 1rem; }
.mobile-nav-link.is-active::after { bottom: -4px; }
.mobile-lang { padding-top: .35rem; border-top: 1px solid var(--border); }

.hero-section {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  overflow: hidden;
}
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,7,7,.68) 0%, rgba(7,7,7,.47) 45%, rgba(7,7,7,.22) 100%); }
.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 82px);
  padding-block: 4rem;
}
.hero-copy { max-width: 700px; color: white; }
.hero-copy h1 {
  margin-bottom: 1rem;
  color: white;
  font-size: clamp(2.45rem, 4vw, 4.45rem);
}
.hero-lead {
  color: rgba(255,255,255,.92);
  font-size: clamp(.98rem, 1.3vw, 1.18rem);
  line-height: 1.56;
  max-width: 700px;
}
.button-row { display: flex; flex-wrap: wrap; gap: .95rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 50px;
  padding: 0 1.35rem;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: .94rem;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-block { width: 100%; }
.btn-primary { background: var(--primary); color: var(--primary-foreground); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-outline-light {
  background: rgba(255,255,255,.08);
  color: white;
  border-color: rgba(255,255,255,.25);
  backdrop-filter: blur(8px);
}
.btn-outline-light:hover { background: rgba(255,255,255,.16); }
.btn-light { background: white; color: var(--primary); }
.btn-light:hover { background: rgba(255,255,255,.94); }
.btn-icon svg { width: 1.05rem; height: 1.05rem; }

.section { padding: var(--section-space) 0; }
.section-muted { background: var(--muted); }
.section-taupe { background: var(--primary); color: var(--primary-foreground); }
.section-taupe p, .cta-panel p, .cta-card p { color: rgba(255,255,255,.88); }
.section-heading { margin-bottom: 3.3rem; }
.section-heading h1, .section-heading h2 { margin-bottom: 1rem; }
.section-heading p {
  font-size: clamp(.98rem, 1.25vw, 1.1rem);
  max-width: 820px;
  margin-inline: auto;
}
.section-lead { font-size: .98rem; }
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.9rem, 4.5vw, 4.6rem);
  align-items: center;
}
.contact-layout { align-items: start; }
.rounded-media {
  width: 100%;
  border-radius: 24px;
  aspect-ratio: 16 / 12;
  object-fit: cover;
}
.shadow-soft { box-shadow: var(--shadow); }
.feature-list { display: grid; gap: 1.45rem; margin-top: 1.8rem; }
.feature-item { display: flex; align-items: start; gap: .95rem; }
.feature-item h3 { margin-bottom: .25rem; font-size: 1.08rem; }
.feature-item p { margin: 0; }
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  color: var(--primary);
  flex: 0 0 auto;
  margin-top: 3px;
}
.feature-icon svg { width: 1.28rem; height: 1.28rem; }

.card-grid { display: grid; gap: 1.8rem; }
.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 12px 28px rgba(17, 12, 6, .06);
  min-height: 320px;
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.project-card:hover img { transform: scale(1.04); }
.project-card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.45rem;
  color: white;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.68) 100%);
}
.project-card-overlay p {
  color: rgba(255,255,255,.75);
  margin: 0 0 .35rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .73rem;
}
.project-card-overlay h3 { margin: 0; color: white; font-size: 1.15rem; }
.section-cta { margin-top: 2.3rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--primary);
  font-weight: 600;
}
.text-link:hover { gap: .9rem; }
.text-link-icon svg { width: 1rem; height: 1rem; }

.testimonial-card, .info-card, .simple-card, .soft-card, .panel-card, .time-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 8px 22px rgba(17, 12, 6, .045);
}
.testimonial-card { padding: 2rem; }
.quote-mark { display: inline-flex; color: rgba(142,125,107,.25); margin-bottom: .9rem; }
.quote-mark svg { width: 2rem; height: 2rem; }
.testimonial-card blockquote {
  margin: 0 0 1.2rem;
  font-style: italic;
  color: rgba(16,16,16,.84);
  line-height: 1.62;
  font-size: .98rem;
}
.testimonial-meta {
  border-top: 1px solid var(--border);
  padding-top: .95rem;
  display: grid;
  gap: .3rem;
}
.testimonial-meta strong { font-size: 1rem; }
.testimonial-meta span { color: var(--muted-foreground); }

.cta-panel {
  background: var(--primary);
  color: var(--primary-foreground);
  border-radius: 28px;
  text-align: center;
  padding: clamp(2.5rem, 5vw, 4.2rem) clamp(1.45rem, 5vw, 3.6rem);
}
.cta-panel h2 { color: white; margin-bottom: 1rem; }
.cta-panel p {
  font-size: clamp(.98rem, 1.25vw, 1.12rem);
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 1.6rem;
}
.soft-panel { border-radius: 28px; background: var(--muted); padding: clamp(2.2rem, 4vw, 3.6rem); }
.soft-panel p { font-size: clamp(.98rem, 1.2vw, 1.08rem); }

.info-card { padding: 2rem; }
.value-icon { display: inline-flex; color: var(--primary); margin-bottom: .9rem; }
.value-icon svg { width: 2.2rem; height: 2.2rem; }
.info-card h3, .simple-card h3 { font-size: 1.33rem; margin-bottom: .65rem; }
.info-card p, .simple-card p { margin: 0; }

.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4.8vw, 4.6rem);
  align-items: center;
}
.service-row.reverse > :first-child { order: 2; }
.service-row.reverse > :last-child { order: 1; }
.service-copy p { font-size: .98rem; margin-bottom: 1.35rem; }
.simple-card { padding: 1.85rem 2rem; }

.timeline { display: grid; gap: 2.15rem; position: relative; }
.timeline-step { display: grid; grid-template-columns: 78px 1fr; gap: 1.6rem; position: relative; }
.timeline-step:not(.last)::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 78px;
  width: 1px;
  height: calc(100% + 1rem);
  background: var(--border);
}
.timeline-badge {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: rgba(142,125,107,.10);
  display: grid;
  place-items: center;
  color: var(--primary);
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  font-weight: 700;
}
.timeline-copy { padding-top: .3rem; }

.time-card { padding: 1.8rem 1.3rem; text-align: center; }
.time-value {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 2.7vw, 2.5rem);
  line-height: 1;
  color: var(--primary);
}
.time-unit { color: var(--muted-foreground); margin: .5rem 0 .85rem; }
.time-card h3 { font-size: 1.28rem; margin-bottom: .45rem; }
.time-card p { margin: 0; font-size: .95rem; }

.contact-items { display: grid; gap: 1.15rem; }
.contact-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: .95rem;
  align-items: start;
}
.icon-box {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(142,125,107,.10);
  color: var(--primary);
  display: grid;
  place-items: center;
}
.icon-box svg, .mini-icon svg { width: 1.25rem; height: 1.25rem; }
.contact-item h3 { font-size: 1rem; margin: .1rem 0 .18rem; }
.contact-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
}
.contact-item a, .contact-item span:last-child { color: var(--muted-foreground); }
.contact-tag {
  display: inline-block;
  font-size: .78rem;
  line-height: 1;
  padding: .22rem .48rem;
  border-radius: 999px;
  background: rgba(142,125,107,.12);
  color: var(--primary);
  letter-spacing: .04em;
}
.hours-list { display: grid; gap: .72rem; }
.hours-list div { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted-foreground); }
.hours-list strong { color: var(--foreground); font-weight: 600; }
.soft-card, .panel-card { padding: 2rem; }
.soft-card h3, .cta-card h3 { font-size: 1.38rem; }
.cta-card { background: var(--primary); color: white; border-radius: 24px; padding: 2rem; }
.contact-form { display: grid; gap: 1rem; }
.form-group { display: grid; gap: .42rem; }
.form-group label { font-weight: 600; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: white;
  min-height: 54px;
  padding: 0 1rem;
  color: var(--foreground);
}
.form-group textarea {
  min-height: 160px;
  padding-top: .95rem;
  padding-bottom: .95rem;
  resize: vertical;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: 2px solid rgba(142,125,107,.25);
  border-color: rgba(142,125,107,.4);
}
.form-status { display: none; margin-top: 1rem; border-radius: 14px; padding: .95rem 1.1rem; font-weight: 500; }
.form-status.is-visible { display: block; }
.form-status.is-success { background: rgba(57, 138, 85, .12); color: #205c36; border: 1px solid rgba(57, 138, 85, .2); }
.form-status.is-error { background: rgba(176, 47, 47, .09); color: #7d1d1d; border: 1px solid rgba(176, 47, 47, .16); }

.site-footer {
  background: var(--primary);
  color: var(--primary-foreground);
  margin-top: clamp(56px, 6vw, 88px);
  padding-top: clamp(52px, 5vw, 82px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 2.8rem;
  padding-bottom: 3rem;
}
.footer-logo {
  width: clamp(158px, 16vw, 198px);
  height: auto;
  margin-bottom: .9rem;
  filter: brightness(0) invert(1);
}
.footer-copy { color: rgba(255,255,255,.86); max-width: 380px; }
.footer-title { color: white; font-size: 1.18rem; margin-bottom: .9rem; }
.footer-links, .footer-contact-list { display: grid; gap: .9rem; }
.footer-links a, .footer-contact-list a, .footer-contact-list span { color: rgba(255,255,255,.86); }
.footer-contact-list li { display: flex; gap: .8rem; align-items: flex-start; }
.footer-contact-stack {
  display: grid;
  gap: .28rem;
}
.footer-contact-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}
.footer-contact-stack small {
  color: rgba(255,255,255,.74);
  font-size: .76rem;
}
.footer-contact-tag {
  font-size: .72rem;
  line-height: 1;
  padding: .18rem .42rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: white;
  letter-spacing: .04em;
}
.mini-icon { display: inline-flex; flex: 0 0 auto; margin-top: .2rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.45rem 0 2rem;
}
.footer-bottom p, .footer-bottom a { color: rgba(255,255,255,.8); margin: 0; }
.footer-bottom-links { display: flex; gap: 1.4rem; }

.legal-copy h1 { margin-bottom: 1.35rem; }
.legal-copy p { font-size: .98rem; }
.page-intro-spacer { margin-top: .25rem; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: white;
  box-shadow: 0 16px 28px rgba(0, 0, 0, .16);
  transition: transform .18s ease, box-shadow .18s ease;
}
.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, .2);
}
.whatsapp-float svg {
  width: 1.45rem;
  height: 1.45rem;
}

@media (max-width: 1080px) {
  .two-col, .service-row, .footer-grid, .three-up { grid-template-columns: 1fr; }
  .service-row.reverse > :first-child, .service-row.reverse > :last-child { order: initial; }
  .footer-grid { gap: 2.2rem; }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .desktop-nav, .language-switch { display: none; }
  .menu-toggle { display: inline-flex; }
  .container { width: min(var(--container), calc(100% - 30px)); }
  .header-controls { gap: 14px; }
  .hero-content { align-items: flex-end; padding-bottom: 2.8rem; }
  .hero-copy h1 { font-size: clamp(2.05rem, 9vw, 3.35rem); }
  .button-row { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .two-up { grid-template-columns: 1fr; }
  .hours-list div, .timeline-step { display: grid; grid-template-columns: 1fr; }
  .timeline-step:not(.last)::after { display: none; }
  .timeline-badge { width: 64px; height: 64px; }
  .project-card { min-height: 260px; }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom-links { gap: 1rem; flex-wrap: wrap; }
}
@media (max-width: 640px) {
  body { font-size: 14.35px; }
  .brand img { width: 146px; }
  .footer-logo { width: 168px; }
  .site-header { background: rgba(250, 248, 246, .97); }
  .header-inner { min-height: 76px; }
  .hero-section, .hero-content { min-height: calc(90vh - 76px); }
  .soft-card, .panel-card, .info-card, .simple-card, .testimonial-card { padding: 1.5rem; }
  .whatsapp-float { width: 50px; height: 50px; right: 16px; bottom: 16px; }
}
/* LOGO TEXT STYLE */

.brand-text,
.footer-brand-text {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

/* QS estilo elegante */
.brand-text .qs,
.footer-brand-text .qs {
  font-family: "Apple Chancery", cursive;
  font-size: 28px;
  font-weight: 500;
  color: #111;
  line-height: 1;
}

/* Renovations estilo moderno */
.brand-text .renovations,
.footer-brand-text .renovations {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #111;
}

/* Ajuste header */
.site-header .brand-text {
  height: 60px;
  display: flex;
  align-items: center;
}

/* Ajuste footer */
.footer-brand-text {
  margin-bottom: 10px;
}

/* RESPONSIVE (importante) */
@media (max-width: 768px) {
  .brand-text .qs {
    font-size: 22px;
  }

  .brand-text .renovations {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}