:root {
  --primary: #92400e;
  --accent: #f59e0b;
  --text: #1f2937;
  --muted: #6b7280;
  --bg: #ffffff;
  --bg-alt: #f8fafc;
  --font: 'Outfit', system-ui, sans-serif;
  --radius: .75rem;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--text); line-height: 1.6; background: var(--bg); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); }
.container { width: min(1120px, 92vw); margin: 0 auto; }
.section { padding: 3.5rem 0; }
.section--alt { background: var(--bg-alt); }
.section h2 { margin: 0 0 .75rem; font-size: clamp(1.5rem, 3vw, 2rem); color: var(--primary); }
.section__lead { color: var(--muted); margin: 0 0 2rem; }
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid #e5e7eb; }
.header__inner { display: flex; align-items: center; gap: 1rem; padding: .85rem 0; }
.logo { font-weight: 700; color: var(--primary); text-decoration: none; font-size: 1rem; }
.site-nav { display: none; gap: 1rem; margin-left: auto; }
.site-nav a { text-decoration: none; color: var(--text); font-weight: 500; font-size: .9rem; }
.site-nav.is-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 1rem; border-bottom: 1px solid #e5e7eb; }
@media (min-width: 900px) { .site-nav { display: flex; flex-direction: row; } .nav-toggle { display: none; } }
.nav-toggle { margin-left: auto; background: none; border: 0; cursor: pointer; padding: .5rem; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--primary); margin: 5px 0; }
.header__cta { display: none; }
@media (min-width: 900px) { .header__cta { display: inline-flex; margin-left: .5rem; } .nav-toggle { display: none; } }
.hero { padding: 2rem 0; }
.hero__eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 700; color: var(--accent); margin: 0 0 .5rem; }
.hero h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); line-height: 1.15; margin: 0 0 1rem; color: var(--primary); }
.hero__lead { font-size: 1.05rem; color: var(--muted); margin: 0 0 1.25rem; max-width: 52ch; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.hero--banner { position: relative; min-height: 70vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero--banner .hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero--banner .hero__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.78), rgba(0,0,0,.45)); }
.hero--banner .hero__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; padding: 3rem 0; text-align: center; }
.hero--banner .google-badge { justify-content: center; background: rgba(255,255,255,.12); }
.hero--banner .hero__ctas { justify-content: center; }
.hero--banner h1, .hero--banner .hero__lead, .hero--banner .hero__eyebrow { color: #fff; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .7rem 1.25rem; border-radius: var(--radius); font-weight: 600; text-decoration: none; border: 2px solid transparent; cursor: pointer; }
.btn--primary { background: var(--accent); color: #fff; }
.btn--wa { background: #25d366; color: #fff; }
.btn--sm { padding: .45rem .9rem; font-size: .875rem; }
.btn--block { width: 100%; }
.google-badge { display: inline-flex; flex-wrap: wrap; align-items: center; gap: .4rem .6rem; padding: .6rem .9rem; background: #f1f5f9; border-radius: var(--radius); font-size: .875rem; margin: .5rem 0 1rem; }
.google-badge--inline { margin-bottom: 1.5rem; }
.google-badge__g { font-weight: 800; color: #4285f4; font-size: 1.1rem; }
.google-badge__stars { color: #f59e0b; letter-spacing: -1px; }
.google-badge a { font-size: .8rem; }
.services__grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .services__grid:not(.services__grid--masonry):not(.services__grid--bento):not(.services__grid--stack) { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .services__grid:not(.services__grid--masonry):not(.services__grid--bento):not(.services__grid--stack) { grid-template-columns: repeat(3, 1fr); } }
.card { background: #fff; border: 1px solid #e5e7eb; border-radius: var(--radius); padding: 1.25rem; }
.card h3 { margin: 0 0 .5rem; color: var(--primary); font-size: 1.05rem; }
.card p { margin: 0; color: var(--muted); font-size: .95rem; }
.card--accent { background: linear-gradient(135deg, var(--primary), var(--accent)); border: 0; }
.gallery { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .gallery:not(.gallery--masonry) { grid-template-columns: repeat(3, 1fr); } }
.gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.gallery img { width: 100%; height: 220px; object-fit: cover; }
.reviews__grid { display: grid; gap: 1rem; }
@media (min-width: 768px) { .reviews__grid { grid-template-columns: repeat(3, 1fr); } }
.review-card { margin: 0; padding: 1.25rem; background: #fff; border-radius: var(--radius); border: 1px solid #e5e7eb; }
.review-card__stars { color: #f59e0b; margin-bottom: .5rem; }
.review-card p { margin: 0 0 .75rem; font-style: italic; }
.review-card cite { font-size: .85rem; color: var(--muted); font-style: normal; }
.ubicacion__grid, .contacto__grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .ubicacion__grid, .contacto__grid { grid-template-columns: 1fr 1fr; align-items: start; } }
address { font-style: normal; line-height: 1.7; margin-top: 1rem; }
.map-wrap iframe { width: 100%; height: 320px; border: 0; border-radius: var(--radius); }
@media (min-width: 768px) { .map-wrap iframe { height: 400px; } }
.contacto__cta { display: grid; gap: .75rem; }
.site-footer { background: var(--primary); color: #e2e8f0; padding: 2rem 0; font-size: .9rem; }
.site-footer a { color: #fff; }
.footer__legal { opacity: .75; margin-top: 1rem; font-size: .8rem; }
.card--accent h3,
.card--accent p { color: #fff; }