:root {
  --bg: #f7f2ea;
  --surface: #fffdf9;
  --ink: #211c18;
  --muted: #6e6259;
  --wood: #8a5a3b;
  --wood-dark: #66402b;
  --wood-light: #c79a73;
  --line: rgba(33, 28, 24, .14);
  --shadow: 0 24px 70px rgba(51, 34, 23, .14);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; transform: translateY(-150%); background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { transform: none; }

.header { position: sticky; top: 0; z-index: 1000; background: rgba(247, 242, 234, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand strong { color: var(--wood); }
.brand-lines { width: 31px; height: 31px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(-5deg); }
.brand-lines i { display: block; background: var(--ink); border-radius: 3px; }
.brand-lines i:nth-child(2) { background: var(--wood); }
.brand-lines i:nth-child(3) { grid-column: 1 / -1; background: var(--wood-light); }
.menu { display: flex; align-items: center; gap: 26px; }
.menu a { color: #433a34; font-size: .94rem; font-weight: 700; text-decoration: none; }
.menu a:hover { color: var(--wood); }
.menu .menu-contact { padding: 11px 18px; background: var(--ink); color: #fff; border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-button span { width: 18px; height: 2px; display: block; margin: 4px auto; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 96px 0 88px; }
.hero::before { content: ""; position: absolute; inset: 0 0 0 57%; z-index: -1; background: #eee4d7; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 7vw, 90px); }
.kicker { margin: 0 0 18px; color: var(--wood-dark); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.kicker-light { color: #e4b990; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { margin-bottom: 25px; font-size: clamp(3.3rem, 7vw, 6.3rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 5vw, 4.7rem); }
h3 { font-size: 1.25rem; }
.hero-lead { max-width: 600px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-size: .95rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--wood-dark); color: #fff; box-shadow: 0 14px 30px rgba(102, 64, 43, .22); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.55); }
.phone-block { margin-top: 40px; display: grid; gap: 2px; }
.phone-block span { color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.phone-block a { width: max-content; font-size: 1.35rem; font-weight: 900; text-decoration: none; }
.hero-photo { position: relative; min-height: 560px; display: flex; align-items: center; padding: 18px; background: #fff; border-radius: 240px 240px 30px 30px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; max-height: 540px; object-fit: contain; border-radius: 220px 220px 20px 20px; }
.photo-label { position: absolute; right: -15px; bottom: 8px; width: 170px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; padding: 24px; background: var(--ink); color: #fff; border-radius: 50%; box-shadow: var(--shadow); }
.photo-label strong { font-size: .82rem; }
.photo-label span { color: #d8c4b4; font-size: .72rem; }

.facts { background: var(--surface); border-block: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.facts article { min-height: 135px; display: flex; align-items: center; gap: 20px; padding: 24px 32px; }
.facts article + article { border-left: 1px solid var(--line); }
.facts article > span { color: var(--wood-light); font-family: Georgia, serif; font-size: 2rem; }
.facts strong { display: block; }
.facts p { margin: 3px 0 0; color: var(--muted); }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 240px; display: flex; flex-direction: column; padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 30px rgba(35, 25, 18, .04); }
.service-card > span { margin-bottom: auto; color: var(--wood-light); font-family: Georgia, serif; font-size: 1.8rem; }
.service-card h3 { margin: 25px 0 10px; }
.service-card p { margin-bottom: 0; color: var(--muted); }
.service-dark { background: var(--ink); color: #fff; }
.service-dark p { color: #cabeb4; }

.feature-section { overflow: hidden; padding: 105px 0; background: var(--ink); color: #fff; }
.feature-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
.chips { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 32px 0; }
.chips span { padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #dfd5ce; }
.text-link { display: inline-block; color: #f0c69f; font-weight: 800; text-decoration: none; }
.feature-photo { height: 610px; margin: 0; padding: 14px; background: #f5eee4; border-radius: 220px 220px 24px 24px; }
.feature-photo img { width: 100%; height: 100%; object-fit: contain; border-radius: 205px 205px 15px 15px; }

.heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.heading-row > p { max-width: 360px; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gallery-item { position: relative; grid-column: span 6; min-height: 500px; overflow: hidden; padding: 0; background: #ddd; border: 0; border-radius: 22px; cursor: pointer; }
.gallery-main { grid-column: span 12; min-height: 540px; }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; background: #ece8e1; }
.gallery-item span { position: absolute; right: 16px; bottom: 16px; padding: 9px 13px; background: rgba(31,27,24,.86); color: #fff; border-radius: 999px; font-size: .8rem; font-weight: 800; }

.coverage { background: #eee4d7; }
.coverage-card { display: grid; grid-template-columns: 1fr .8fr; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.coverage-card > div:first-child { padding: clamp(42px, 7vw, 84px); }
.coverage-card > div:first-child > p:not(.kicker) { max-width: 550px; margin-bottom: 30px; color: var(--muted); font-size: 1.08rem; }
.coverage-design { position: relative; min-height: 420px; overflow: hidden; background: linear-gradient(135deg, #b8845f, #6b432d); }
.coverage-design span { position: absolute; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; }
.coverage-design span:nth-child(1) { width: 350px; height: 350px; top: 45px; left: 50px; }
.coverage-design span:nth-child(2) { width: 250px; height: 250px; top: 90px; left: 100px; }
.coverage-design span:nth-child(3) { width: 150px; height: 150px; top: 140px; left: 150px; background: rgba(255,255,255,.08); }

.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.social-grid a { min-height: 140px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; text-decoration: none; }
.social-grid a:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.social-grid b { width: 56px; height: 56px; display: grid; place-items: center; background: var(--ink); color: #fff; border-radius: 50%; font-size: 1.5rem; }
.social-grid strong, .social-grid small { display: block; }
.social-grid small { color: var(--muted); }
.social-grid i { font-style: normal; font-size: 1.25rem; }

.contact { padding: 95px 0; background: #151210; color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 70px; }
.contact-grid > div:first-child > p:last-child { color: #c9bdb5; }
.contact-card { display: grid; gap: 18px; padding: 35px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; }
.contact-card > span { color: #b8aaa0; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-number { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); text-decoration: none; }

.footer { padding: 60px 0 25px; background: #0e0c0b; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .7fr; gap: 55px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p, .footer-grid span, .footer-grid a { color: #a99e96; text-decoration: none; }
.footer-bottom { margin-top: 45px; padding-top: 20px; color: #82776f; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; }

.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 900; width: 62px; height: 62px; display: grid; place-items: center; background: #1f8f54; color: #fff; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 15px 35px rgba(0,0,0,.25); font-weight: 900; text-decoration: none; }
.lightbox { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 70px 25px 25px; background: rgba(10,8,7,.94); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 100px); object-fit: contain; }
.lightbox-close { position: absolute; top: 16px; right: 20px; width: 48px; height: 48px; background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 2rem; cursor: pointer; }

@media (max-width: 1000px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .social-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  :root { --container: min(720px, calc(100% - 28px)); }
  .section { padding: 78px 0; }
  .menu-button { display: block; }
  .menu { position: fixed; top: 76px; left: 0; right: 0; display: none; padding: 12px 20px 24px; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(30,20,15,.12); }
  .menu.open { display: grid; }
  .menu a { padding: 13px 7px; border-bottom: 1px solid var(--line); }
  .menu .menu-contact { margin-top: 10px; text-align: center; border-bottom: 0; }
  .hero { padding-top: 70px; }
  .hero::before { inset: 55% 0 0; }
  .hero-grid, .feature-grid, .coverage-card, .contact-grid { grid-template-columns: 1fr; }
  .hero-photo { min-height: 450px; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts article + article { border-left: 0; border-top: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-photo { height: 580px; }
  .heading-row { display: block; }
  .gallery-item, .gallery-main { grid-column: span 12; }
  .coverage-design { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  :root { --container: calc(100% - 22px); --radius: 20px; }
  .header-inner { min-height: 68px; }
  .menu { top: 68px; }
  .brand { font-size: .92rem; }
  .brand-lines { width: 27px; height: 27px; }
  .hero { padding: 52px 0 65px; }
  h1 { font-size: clamp(3rem, 15.5vw, 4.2rem); }
  h2 { font-size: clamp(2.2rem, 12vw, 3.35rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-photo { min-height: 320px; padding: 10px; border-radius: 150px 150px 22px 22px; }
  .hero-photo img { max-height: 310px; border-radius: 140px 140px 14px 14px; }
  .photo-label { width: 132px; right: -2px; padding: 18px; }
  .facts article { min-height: 105px; padding: 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 205px; }
  .chips { grid-template-columns: 1fr; }
  .feature-photo { height: 470px; padding: 10px; }
  .gallery-item, .gallery-main { min-height: 360px; }
  .gallery-main { min-height: 280px; }
  .coverage-card > div:first-child { padding: 38px 24px; }
  .coverage-design { min-height: 240px; }
  .social-grid a { min-height: 110px; padding: 20px; }
  .contact-card { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr; }
  .whatsapp-float { right: 13px; bottom: 13px; width: 56px; height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
