﻿@font-face {
  font-family: "MaisonNeue";
  src: url("../fonts/MaisonNeueWEB-Book.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "MaisonNeue";
  src: url("../fonts/MaisonNeueWEB-Demi.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "TiemposHeadline";
  src: url("../fonts/tiempos-headline-web-light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "InterPro";
  src: url("../fonts/Inter-SemiBold-Roman.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "InterPro";
  src: url("../fonts/Inter-Bold-Roman.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #f5f2eb;
  --surface: #ffffff;
  --ink: #111111;
  --muted: #5c5a56;
  --brand: #9e7b45;
  --brand-dark: #7a5f36;
  --dark: #191816;
  --line: #e4ddd1;
  --radius: 16px;
  --shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "MaisonNeue", "Inter", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section:not(.hero) {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 10px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  z-index: 1000;
}

.skip-link:focus {
  top: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
  background: rgba(245, 242, 235, 0.84);
  border-bottom: 1px solid rgba(228, 221, 209, 0.7);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 20px;
}

.brand img {
  width: 120px;
  height: auto;
}

.primary-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.header-ctas {
  display: flex;
  gap: 8px;
}

.primary-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  transition: color 160ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--ink);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 10px;
  width: 46px;
  height: 42px;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: #222;
}

.menu-toggle span + span {
  margin-top: 8px;
}

.hero {
  position: relative;
  min-height: 84vh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(95deg, rgba(20, 20, 20, 0.82) 18%, rgba(20, 20, 20, 0.28) 68%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  color: #fbf8f2;
  padding: 56px 0;
}

h1,
h2 {
  font-family: "InterPro", "MaisonNeue", "Inter", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.005em;
  font-weight: 700;
}

h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  margin: 0 0 16px;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  margin: 0;
}

h3 {
  font-family: "InterPro", "MaisonNeue", "Inter", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.84;
  margin: 0 0 10px;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 0.93rem;
  border: 1px solid transparent;
  transition: transform 170ms ease, background-color 170ms ease;
  cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--brand-dark);
}

.btn-outline-dark {
  border-color: #2f2b24;
  color: #2f2b24;
  background: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus-visible {
  background: #2f2b24;
  color: #fff;
}

.btn-light {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.42);
}

.section {
  padding: clamp(64px, 10vw, 112px) 0;
}

.section-light {
  background:
    radial-gradient(circle at top right, rgba(158, 123, 69, 0.14), transparent 50%),
    var(--bg);
}

.section-with-line {
  border-top: 1px solid var(--line);
}

.section-dark {
  background: var(--dark);
  color: #f4f0e8;
}

.section-head {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-head p {
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.section-dark .card {
  color: #1f1b16;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.expertise-showcase {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.expertise-showcase figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.expertise-showcase img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.expertise-showcase-main {
  grid-row: span 2;
}

.expertise-card {
  background: linear-gradient(160deg, #ffffff 0%, #f8f4ec 100%);
  border: 1px solid #dacebd;
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 24px rgba(22, 17, 12, 0.08);
}

.expertise-tag {
  margin: 0 0 12px;
  color: #8c6f43;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.expertise-card h3 {
  margin-bottom: 10px;
}

.expertise-card > p {
  color: #4f4a42;
}

.expertise-points {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.expertise-points li {
  position: relative;
  padding-left: 18px;
  color: #3c3832;
  font-size: 0.92rem;
}

.expertise-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}

.expertise-metrics {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.expertise-metrics div {
  background: #efe7d9;
  border: 1px solid #dfd2bd;
  border-radius: 12px;
  padding: 14px 16px;
}

.expertise-metrics strong {
  display: block;
  font-family: "InterPro", "MaisonNeue", "Inter", sans-serif;
  font-size: 1.32rem;
  color: #2e2923;
  font-weight: 700;
}

.expertise-metrics span {
  color: #5a5247;
  font-size: 0.88rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.testimonial-card p {
  margin: 0 0 12px;
  color: #282622;
}

.testimonial-card footer {
  color: var(--muted);
  font-size: 0.9rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
}

.gallery figure:nth-child(1),
.gallery figure:nth-child(4) {
  grid-column: span 7;
}

.gallery figure:nth-child(2),
.gallery figure:nth-child(3) {
  grid-column: span 5;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 240px;
}

.inspiration-section {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 16%, rgba(164, 131, 83, 0.12), transparent 42%),
    linear-gradient(180deg, #fbf8f2 0%, #f6f1e8 100%);
}

.inspiration-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  gap: 20px;
  align-items: stretch;
}

.inspiration-slider {
  border: 1px solid #d6ccbe;
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 18px 40px rgba(20, 17, 13, 0.18);
}

.inspiration-track {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 540px;
}

.inspiration-slide {
  grid-area: 1 / 1;
  position: relative;
  opacity: 0;
  transform: translateX(24px) scale(0.985);
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 420ms ease,
    transform 420ms ease,
    visibility 0s linear 420ms;
}

.inspiration-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 420ms ease,
    transform 420ms ease,
    visibility 0s linear 0s;
}

.inspiration-slide img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.inspiration-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.06) 6%, rgba(8, 7, 6, 0.82) 86%);
}

.inspiration-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  max-width: 560px;
  color: #f6eee2;
}

.inspiration-kicker {
  margin: 0 0 8px;
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d8c7ab;
}

.inspiration-copy h3 {
  margin: 0 0 10px;
  color: #fff6e9;
}

.inspiration-copy p {
  margin: 0;
  color: #e8dbc8;
  max-width: 48ch;
}

.inspiration-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 14px;
  padding: 0;
  list-style: none;
}

.inspiration-meta li {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.76rem;
  color: #f3e9da;
  background: rgba(0, 0, 0, 0.2);
}

.inspiration-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff6e9;
  font-size: 0.86rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inspiration-link:hover,
.inspiration-link:focus-visible {
  color: #ffffff;
}

.inspiration-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px 16px;
  background: #171411;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.inspiration-arrow {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: transparent;
  color: #f2e7d5;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
}

.inspiration-arrow:hover,
.inspiration-arrow:focus-visible {
  border-color: #f5e8d4;
  color: #ffffff;
}

.inspiration-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.inspiration-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.inspiration-dot.active {
  background: #e8d8c1;
}

.inspiration-side {
  border: 1px solid #ddd3c5;
  border-radius: 18px;
  padding: 24px;
  background: linear-gradient(180deg, #fffefb, #f7f0e5);
  box-shadow: 0 12px 28px rgba(28, 23, 17, 0.08);
  display: grid;
  align-content: start;
  gap: 12px;
}

.inspiration-side-eyebrow {
  margin: 0;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #8d7551;
}

.inspiration-side h3 {
  margin: 0;
}

.inspiration-side-list {
  margin: 2px 0 4px;
  padding-left: 18px;
  display: grid;
  gap: 7px;
  color: #4c4439;
}

.project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.filter-btn {
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  cursor: pointer;
}

.filter-btn.active,
.filter-btn:hover,
.filter-btn:focus-visible {
  border-color: var(--brand);
  background: #f5ecde;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.project-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.project-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.project-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.project-body {
  padding: 18px;
}

.project-card.hidden {
  display: none;
}

.project-extra-gallery {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 12px;
  gap: 10px;
}

.project-extra-gallery figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  cursor: zoom-in;
}

.project-extra-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
}

.project-extra-gallery figure:hover img {
  transform: scale(1.04);
}

.project-extra-gallery figure:nth-child(1) {
  grid-column: span 5;
  grid-row: span 18;
}

.project-extra-gallery figure:nth-child(2) {
  grid-column: span 4;
  grid-row: span 14;
}

.project-extra-gallery figure:nth-child(3) {
  grid-column: span 3;
  grid-row: span 16;
}

.project-extra-gallery figure:nth-child(4) {
  grid-column: span 3;
  grid-row: span 12;
}

.project-extra-gallery figure:nth-child(5) {
  grid-column: span 4;
  grid-row: span 16;
}

.project-extra-gallery figure:nth-child(6) {
  grid-column: span 5;
  grid-row: span 12;
}

.section-cta {
  margin-top: 22px;
}

.lead-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: start;
}

.lead-form {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 24px;
  display: grid;
  gap: 8px;
}

.lead-form label {
  color: #ddd4c5;
  font-size: 0.88rem;
}

.lead-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  color: #f4efe7;
  background: rgba(255, 255, 255, 0.03);
}

.lead-form input:focus {
  outline: 2px solid rgba(240, 224, 196, 0.35);
}

.local-pages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.city-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  background: #fff;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.city-card:hover,
.city-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.city-card h3 {
  margin-bottom: 8px;
}

.city-card p {
  margin: 0;
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 34px;
  align-items: start;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
  border-left: 1px solid var(--line);
}

.steps li {
  counter-increment: step;
  position: relative;
  padding: 0 0 20px 28px;
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: -14px;
  top: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
}

.steps strong {
  display: block;
  margin-bottom: 6px;
}

.steps span {
  color: var(--muted);
}

.contact-section {
  background: linear-gradient(145deg, #f0e8da 8%, #f7f3ea 64%);
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.contact-intro {
  border: 1px solid #dbd1c2;
  border-radius: 18px;
  padding: 26px;
  background:
    radial-gradient(circle at 86% 14%, rgba(165, 132, 82, 0.2), transparent 42%),
    linear-gradient(180deg, #fffdf9, #f6eee1);
  box-shadow: 0 16px 34px rgba(26, 22, 17, 0.08);
}

.contact-intro h2 {
  margin-bottom: 10px;
}

.contact-intro > p {
  margin: 0;
  color: #4c4439;
}

.contact-points {
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.contact-points li {
  border: 1px solid rgba(101, 83, 59, 0.24);
  background: rgba(255, 255, 255, 0.6);
  color: #3f392f;
  border-radius: 999px;
  padding: 7px 12px;
  width: fit-content;
  font-size: 0.86rem;
}

.contact-methods {
  display: grid;
  gap: 10px;
}

.contact-method {
  border: 1px solid #d7cebf;
  border-radius: 12px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.88);
  display: grid;
  gap: 3px;
  transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.contact-method:hover,
.contact-method:focus-visible {
  border-color: #a4865c;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(34, 28, 21, 0.1);
}

.contact-method-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a7352;
}

.contact-method strong {
  font-size: 0.94rem;
  color: #26221c;
}

.contact-mini-map {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: #3d3529;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-mini-map:hover,
.contact-mini-map:focus-visible {
  color: #1f1b16;
}

.contact-form-panel {
  border: 1px solid #d8cebf;
  border-radius: 18px;
  padding: 14px;
  background: linear-gradient(180deg, #fff9ef, #fffdf9);
  box-shadow: 0 16px 36px rgba(24, 20, 16, 0.09);
}

.contact-form-panel .contact-form {
  border-radius: 14px;
  box-shadow: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-links {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  color: var(--brand-dark);
}

.contact-form {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 8px;
}

.contact-form label {
  font-size: 0.88rem;
  color: #3a3833;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid #d6cec2;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 2px solid rgba(158, 123, 69, 0.35);
  border-color: var(--brand);
}

.contact-map-block {
  margin-top: 24px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
}

.contact-map-frame {
  width: 100%;
  min-height: 380px;
  border: 0;
  display: block;
}

.form-status {
  min-height: 1.5em;
  font-size: 0.9rem;
  color: #2f2c26;
  margin: 2px 0 0;
}

.section-dark .form-status {
  color: #efe6d7;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
}

.site-footer {
  background: linear-gradient(180deg, #111111, #171512);
  color: #e7ddca;
  padding: 52px 0 18px;
  border-top: 1px solid #2b2722;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 14px 10px 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 240ms ease, transform 240ms ease, box-shadow 180ms ease;
}

.floating-whatsapp.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-whatsapp.is-idle-pulse {
  animation: whatsappPulse 1.6s ease-in-out infinite;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.25);
}

.floating-whatsapp-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(245, 242, 235, 0.84);
  color: #20b95a;
}

.floating-whatsapp-icon svg {
  width: 22px;
  height: 22px;
}

.floating-whatsapp-text {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.floating-whatsapp-hint {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: #ffffff;
  color: #1f1d1a;
  border: 1px solid #d9d0c4;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.79rem;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  opacity: 0;
  pointer-events: none;
}

.floating-whatsapp-hint.is-visible {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition: opacity 220ms ease, transform 220ms ease;
}

@keyframes whatsappPulse {
  0% {
    transform: translateY(0) scale(1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: translateY(0) scale(1.04);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  }
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  }
}

.footer-top {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 26px;
  padding-bottom: 26px;
}

.footer-brand img {
  width: 124px;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #ffffff;
  filter: brightness(1.12) contrast(1.08);
}

.footer-brand p {
  margin: 0;
  color: #c8bca8;
  max-width: 34ch;
  font-size: 0.94rem;
}

.footer-col h3 {
  margin: 0 0 12px;
  color: #f8efdf;
  font-size: 1rem;
  font-family: "TiemposHeadline", Georgia, serif;
  font-weight: 400;
}

.footer-col a,
.footer-hours {
  display: block;
  color: #cdbfa8;
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: #f6e8cc;
}

.footer-hours {
  margin-top: 4px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.footer-bottom {
  border-top: 1px solid #2b2722;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
  color: #bfb39f;
  font-size: 0.86rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-legal a {
  color: #d6c7b0;
  font-size: 0.86rem;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #f6e8cc;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 90;
  width: min(520px, calc(100vw - 32px));
  background: #1c1a18;
  color: #e7ddcd;
  border: 1px solid #312d28;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}

.cookie-banner p {
  margin: 0 0 12px;
  font-size: 0.9rem;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(8, 8, 8, 0.92);
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-image {
  width: min(94vw, 1280px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
  transform: scale(0.94);
  opacity: 0;
  transition: transform 260ms ease, opacity 260ms ease;
}

.lightbox.is-open .lightbox-image {
  transform: scale(1);
  opacity: 1;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(18, 18, 18, 0.72);
  color: #fff;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.lightbox-close {
  top: 16px;
  right: 16px;
}

.lightbox-nav.prev {
  left: 16px;
}

.lightbox-nav.next {
  right: 16px;
}

.lightbox-close:hover,
.lightbox-nav:hover,
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  background: rgba(38, 38, 38, 0.88);
}

.lightbox-counter {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #efe7d8;
  font-size: 0.86rem;
  background: rgba(10, 10, 10, 0.7);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.simple-page {
  min-height: 100vh;
}

.detailed-projects {
  display: grid;
  gap: 16px;
}

.detailed-project-card {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
}

.detailed-project-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.detailed-project-card p {
  margin: 0 0 8px;
  color: var(--muted);
}

.local-points {
  margin: 14px 0 20px;
}

.legal-content p {
  margin: 0 0 12px;
}

.expertise-page-visual,
.expertise-inline-visual {
  margin: 18px 0 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.expertise-page-visual img,
.expertise-inline-visual img {
  width: 100%;
  height: auto;
  min-height: 240px;
  object-fit: cover;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.before-after {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.before-after-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 260px;
}

.before-after-base {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.before-after-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.before-after-overlay img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.before-after-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.before-after-label {
  position: absolute;
  top: 10px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}

.before-after-label.before {
  left: 10px;
}

.before-after-label.after {
  right: 10px;
}

.before-after-range {
  width: 100%;
  margin-top: 10px;
  accent-color: var(--brand);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    right: 4vw;
    top: 76px;
    width: min(280px, 92vw);
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fffdf9;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-nav.open {
    display: flex;
  }

  .cards,
  .expertise-showcase,
  .expertise-grid,
  .expertise-metrics,
  .before-after-grid,
  .project-extra-gallery,
  .testimonials-grid,
  .contact-grid,
  .process-grid,
  .project-grid,
  .lead-grid,
  .contact-shell,
  .local-pages,
  .detailed-project-card,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .inspiration-layout {
    grid-template-columns: 1fr;
  }

  .inspiration-track {
    min-height: 440px;
  }

  .inspiration-slide img {
    height: 440px;
  }

  .inspiration-copy {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }

  .inspiration-side {
    padding: 18px;
  }

  .project-extra-gallery {
    grid-auto-rows: auto;
  }

  .project-extra-gallery figure:nth-child(1),
  .project-extra-gallery figure:nth-child(2),
  .project-extra-gallery figure:nth-child(3),
  .project-extra-gallery figure:nth-child(4),
  .project-extra-gallery figure:nth-child(5),
  .project-extra-gallery figure:nth-child(6) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .project-extra-gallery img {
    min-height: 170px;
  }

  .footer-top {
    gap: 18px;
  }

  .gallery figure:nth-child(1),
  .gallery figure:nth-child(2),
  .gallery figure:nth-child(3),
  .gallery figure:nth-child(4) {
    grid-column: span 12;
  }

  .hero {
    min-height: 72vh;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .header-ctas {
    display: none;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    padding-right: 12px;
  }

  .floating-whatsapp-text {
    display: none;
  }

  .floating-whatsapp-hint {
    display: none;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    width: auto;
    bottom: 10px;
  }

  .lightbox-nav {
    display: none;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .inspiration-slide {
    transition: none;
    transform: none;
  }

  .floating-whatsapp {
    transition: none;
  }

  .floating-whatsapp.is-idle-pulse {
    animation: none;
  }

  .lightbox-image {
    transition: none;
    transform: none;
    opacity: 1;
  }
}


