:root {
  --ink: #2c1620;
  --ink-soft: #4a2e39;
  --cream: #faf1ec;
  --cream-deep: #f0dfd8;
  --paper: #fffaf7;
  --rose: #a34f72;
  --rose-deep: #7c3a57;
  --gold: #c6a15e;
  --gold-light: #e3c793;
  --muted: #8a6b76;
  --line: rgba(44, 22, 32, 0.14);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  font-family: var(--sans);
}

img {
  display: block;
  width: 100%;
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

main {
  overflow: hidden;
}

.topbar {
  min-height: 34px;
  padding: 7px clamp(20px, 5vw, 76px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topbar-location {
  color: var(--gold-light);
}

.topbar a {
  margin-left: auto;
  color: #fff;
  transition: color 180ms ease;
}

.topbar a:hover {
  color: var(--gold-light);
}

.site-header {
  height: 110px;
  padding: 0 clamp(20px, 5vw, 76px);
  background: rgba(255, 250, 247, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  position: sticky;
  top: 0;
  z-index: 40;
}

.brand-link {
  flex: 0 0 auto;
}

.brand-logo-image {
  width: 190px;
  height: 76px;
  overflow: visible;
  display: block;
}

.brand-logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 42px);
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--gold);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after {
  right: 0;
}

.header-cta {
  min-height: 42px;
  padding: 11px 20px;
  background: var(--rose);
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: background 180ms ease, transform 180ms ease;
}

.header-cta:hover {
  background: var(--ink);
  transform: translateY(-2px);
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav nav {
  width: min(300px, calc(100vw - 40px));
  padding: 24px;
  position: absolute;
  top: 42px;
  right: 0;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mobile-nav nav a:last-child {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--gold-light);
}

.hero {
  min-height: calc(100vh - 122px);
  padding: clamp(68px, 8vw, 118px) clamp(20px, 6vw, 92px) clamp(78px, 9vw, 126px);
  background:
    radial-gradient(circle at 12% 22%, rgba(163, 79, 114, 0.1), transparent 29%),
    var(--cream);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(50px, 7vw, 118px);
}

.hero-copy {
  max-width: 640px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--rose);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow-line {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.section-kicker::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.community-intro h2,
.location-copy h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.hero h1 {
  max-width: 720px;
  margin-top: 28px;
  font-size: clamp(56px, 6.4vw, 100px);
}

.hero h1 em,
.gallery-heading h2 em,
.about-copy h2 em,
.community-intro h2 em {
  display: block;
  color: var(--rose);
  font-weight: 400;
  font-style: italic;
}

.hero h1 em {
  margin-left: clamp(24px, 4vw, 76px);
  font-size: 0.82em;
}

.hero-copy > p {
  max-width: 540px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.8;
}

.hero-actions,
.location-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.button {
  min-height: 56px;
  padding: 15px 22px 15px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--ink);
  color: #fff;
}

.button-primary:hover {
  background: var(--rose);
}

.button-outline {
  border: 1px solid var(--ink);
  color: var(--ink);
}

.button-outline:hover {
  background: var(--ink);
  color: #fff;
}

.button-light {
  background: #fff;
  color: var(--ink);
}

.button-light:hover {
  background: var(--gold-light);
}

.arrow {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.social-pill {
  width: fit-content;
  margin-top: 40px;
  padding: 12px 17px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(44, 22, 32, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.social-pill:hover {
  border-color: var(--rose);
  transform: translateY(-2px);
}

.social-pill strong {
  color: var(--ink);
}

.stars,
.review-stars {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.hero-visual {
  min-height: 620px;
  position: relative;
}

.hero-main-image {
  width: 75%;
  height: 82%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(60, 26, 41, 0.17);
}

.hero-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(44, 22, 32, 0.18), transparent 42%);
}

.hero-main-image img,
.hero-detail-image img,
.service-image img,
.gallery-grid img,
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-main-image img {
  object-position: center 22%;
}

.hero-detail-image {
  width: 38%;
  aspect-ratio: 0.88;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  border: 12px solid var(--cream);
  box-shadow: 0 24px 60px rgba(60, 26, 41, 0.2);
}

.hero-detail-image img {
  object-position: center 30%;
}

.hero-outline {
  width: 78%;
  height: 73%;
  border: 1px solid rgba(198, 161, 94, 0.55);
  position: absolute;
  top: 8%;
  right: 7%;
  transform: translate(30px, 28px);
}

.trust-strip {
  padding: 28px clamp(20px, 6vw, 92px);
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip > div {
  min-height: 68px;
  padding: 4px clamp(14px, 2.5vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trust-strip > div:first-child {
  padding-left: 0;
}

.trust-strip > div:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.1;
}

.trust-strip span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section {
  padding: clamp(90px, 10vw, 160px) clamp(20px, 6vw, 92px);
}

.section-heading h2,
.about-copy h2,
.community-intro h2,
.location-copy h2 {
  margin-top: 19px;
  font-size: clamp(44px, 5.4vw, 84px);
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  align-items: end;
  gap: 80px;
}

.split-heading > p {
  max-width: 480px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.services-grid {
  margin-top: 72px;
  border-top: 1px solid var(--line);
}

.service-card {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 18% 1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

.service-image {
  aspect-ratio: 1.25;
  position: relative;
  overflow: hidden;
  background: var(--cream-deep);
}

.service-image img {
  transition: transform 500ms ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-copy {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) 1fr auto;
  align-items: center;
  gap: clamp(30px, 5vw, 90px);
}

.service-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.service-copy p {
  max-width: 450px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.service-copy a,
.gallery-heading > a,
.community-intro > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.services-note {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.services-note a {
  border-bottom: 1px solid var(--rose);
  color: var(--rose);
}

.gallery-section {
  background: var(--cream);
}

.gallery-heading {
  margin-bottom: 54px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}

.gallery-heading .section-kicker {
  grid-column: 1 / -1;
}

.gallery-heading h2 {
  margin-top: 19px;
  font-size: clamp(48px, 5.4vw, 84px);
}

.gallery-heading > a {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ink);
}

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

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  background: #e6d4cd;
}

.gallery-grid img {
  transition: transform 600ms ease, filter 600ms ease;
}

.gallery-grid figure:hover img {
  filter: saturate(1.05);
  transform: scale(1.035);
}

.gallery-grid .gallery-wide {
  grid-column: span 2;
}

.gallery-grid .gallery-tall {
  grid-row: span 2;
}

.about-section {
  min-height: 780px;
  padding: clamp(90px, 10vw, 160px) clamp(20px, 8vw, 124px);
  background: var(--paper);
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(70px, 11vw, 170px);
  align-items: center;
}

.about-image-wrap {
  position: relative;
}

.about-image-wrap::before {
  content: "";
  width: 72%;
  height: 75%;
  border: 1px solid var(--gold);
  position: absolute;
  left: -28px;
  bottom: -28px;
}

.about-image {
  aspect-ratio: 0.86;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 80px rgba(50, 22, 34, 0.15);
}

.about-image img {
  object-position: center 22%;
}

.about-signature {
  padding: 8px 18px;
  position: absolute;
  right: -22px;
  bottom: 24px;
  background: var(--paper);
  color: var(--rose);
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 38px);
  font-style: italic;
  transform: rotate(-5deg);
}

.about-copy {
  max-width: 720px;
}

.about-copy h2 {
  max-width: 720px;
}

.about-copy > p {
  max-width: 620px;
  color: var(--muted);
}

.about-lead {
  margin-top: 32px;
  color: var(--ink) !important;
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.55;
}

.about-note {
  max-width: 620px;
  margin: 32px 0;
  padding: 22px 0 22px 26px;
  border-left: 2px solid var(--gold);
  display: flex;
  gap: 16px;
}

.about-note > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 46px;
  line-height: 0.8;
}

.about-note p {
  margin: 0;
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
  line-height: 1.55;
}

.about-note cite {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.community-section {
  padding: clamp(90px, 10vw, 155px) clamp(20px, 6vw, 92px);
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  gap: clamp(60px, 10vw, 160px);
}

.section-kicker.light {
  color: var(--gold-light);
}

.community-intro {
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.community-intro h2 {
  max-width: 760px;
}

.community-intro p {
  max-width: 580px;
  margin: 32px 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
}

.community-intro > a {
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gold-light);
  color: var(--gold-light);
}

.community-card {
  min-height: 380px;
  padding: 44px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.community-card-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.community-card > strong {
  margin: 12px 0 0;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: clamp(64px, 7vw, 100px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.community-card .review-stars {
  margin-top: 14px;
  font-size: 18px;
}

.community-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  max-width: 260px;
}

.community-values {
  grid-column: 1 / -1;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.community-values article {
  padding: 32px clamp(22px, 3vw, 48px) 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.community-values article:first-child {
  padding-left: 0;
}

.community-values article:last-child {
  border-right: 0;
}

.community-values h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.community-values p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.location-section {
  background: var(--cream);
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(460px, 1.16fr);
  gap: clamp(70px, 9vw, 140px);
  align-items: center;
}

.location-copy > p {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.contact-list {
  max-width: 650px;
  margin-top: 40px;
  border-top: 1px solid var(--line);
}

.contact-list > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 28px;
}

.contact-label {
  color: var(--rose);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-list address,
.contact-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-style: normal;
}

.contact-list a:hover {
  color: var(--rose);
}

.text-link.dark {
  color: var(--ink);
}

.map-card {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(50, 22, 34, 0.17);
  background: #e6d4cd;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 620px;
  border: 0;
  filter: grayscale(0.4) contrast(0.95) sepia(0.08);
}

.map-overlay {
  min-width: 310px;
  padding: 18px 20px;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25);
}

.map-pin {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 8px;
}

.map-overlay > span:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.map-overlay strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.map-overlay small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.map-overlay .arrow {
  margin-left: auto;
}

.final-cta {
  min-height: 0;
  aspect-ratio: 1672 / 941;
  padding: clamp(80px, 10vw, 150px) 20px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(44, 22, 32, 0.5), rgba(44, 22, 32, 0.62)),
    url("images/fachada.jpg") center / cover no-repeat;
  isolation: isolate;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.final-cta::before {
  content: "";
  width: 92%;
  height: calc(100% - 56px);
  position: absolute;
  inset: 28px 4%;
  border: 1px solid rgba(227, 199, 147, 0.6);
  z-index: 1;
}

.final-cta > * {
  position: relative;
  z-index: 2;
}

.final-cta-kicker {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.final-cta h2 {
  margin: 20px 0 38px;
  font-size: clamp(50px, 7vw, 100px);
}

footer {
  padding: 70px clamp(20px, 6vw, 92px) 26px;
  background: #24121b;
  color: #fff;
  display: grid;
  grid-template-columns: 1.3fr 0.45fr 0.45fr;
  gap: 70px;
}

.footer-brand p {
  max-width: 330px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--serif);
  font-size: 18px;
}

.footer-brand .brand-logo-image {
  width: 190px;
  height: 76px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-nav > span {
  margin-bottom: 9px;
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-nav a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.footer-nav a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.36);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.floating-whatsapp {
  min-width: 58px;
  height: 58px;
  padding: 0 17px;
  border-radius: 999px;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  background: #1fae5b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 14px 30px rgba(15, 85, 44, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(15, 85, 44, 0.36);
}

.floating-whatsapp .whatsapp-icon {
  width: 29px;
  height: 29px;
  display: block;
  flex: 0 0 auto;
}

.whatsapp-icon img {
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) invert(1);
}

.floating-whatsapp small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

@media (max-width: 1180px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    margin-left: auto;
  }

  .hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .service-card {
    grid-template-columns: 25% 1fr;
  }

  .service-copy {
    grid-template-columns: 1fr 1fr;
    gap: 20px 38px;
  }

  .service-copy a {
    grid-column: 1 / -1;
  }

  .about-section {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 80px;
  }

  .location-section {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 78px;
  }

  .topbar {
    justify-content: space-between;
  }

  .topbar-location,
  .topbar > span:first-child {
    display: none;
  }

  .topbar a {
    margin-left: auto;
  }

  .site-header {
    height: 74px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero h1 {
    font-size: clamp(52px, 12vw, 88px);
  }

  .hero-visual {
    width: min(720px, 100%);
    min-height: 660px;
    margin: 0 auto;
  }

  .hero-main-image {
    width: 78%;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip > div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip > div:nth-child(-n + 2) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .trust-strip > div:nth-child(n + 3) {
    padding-top: 20px;
  }

  .trust-strip > div:nth-child(3) {
    padding-left: 0;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-card {
    grid-template-columns: 180px 1fr;
  }

  .service-copy {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid .gallery-wide {
    grid-column: span 2;
  }

  .about-section,
  .location-section {
    grid-template-columns: 1fr;
  }

  .about-image-wrap {
    width: min(580px, 88%);
    margin: 0 auto;
  }

  .about-copy {
    max-width: 780px;
  }

  .community-section {
    grid-template-columns: 1fr;
  }

  .community-card {
    min-height: 300px;
  }

  .community-values {
    grid-template-columns: 1fr;
  }

  .community-values article,
  .community-values article:first-child {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .community-values article:last-child {
    border-bottom: 0;
  }

  .location-copy {
    max-width: 760px;
  }

  .map-card,
  .map-card iframe {
    min-height: 520px;
  }
}

@media (max-width: 620px) {
  .topbar {
    min-height: 31px;
    padding-inline: 18px;
    font-size: 9px;
  }

  .site-header {
    height: 94px;
    padding-inline: 18px;
  }

  .brand-logo-image,
  .footer-brand .brand-logo-image {
    width: 150px;
    height: 60px;
    border-radius: 8px;
  }

  .hero {
    padding: 66px 18px 78px;
  }

  .eyebrow {
    max-width: 310px;
    font-size: 9px;
  }

  .hero h1 {
    margin-top: 23px;
    font-size: clamp(46px, 15vw, 68px);
  }

  .hero h1 em {
    margin: 8px 0 0 18px;
  }

  .hero-copy > p {
    margin-top: 24px;
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .social-pill {
    max-width: 100%;
    gap: 8px;
    font-size: 10px;
  }

  .hero-visual {
    min-height: 465px;
  }

  .hero-main-image {
    width: 85%;
    height: 86%;
  }

  .hero-detail-image {
    width: 40%;
    border-width: 7px;
  }

  .trust-strip {
    padding-inline: 18px;
  }

  .trust-strip > div {
    padding-inline: 14px;
  }

  .trust-strip strong {
    font-size: 22px;
  }

  .trust-strip span {
    font-size: 8px;
  }

  .section,
  .community-section {
    padding: 82px 18px;
  }

  .section-heading h2,
  .about-copy h2,
  .community-intro h2,
  .location-copy h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .services-grid {
    margin-top: 48px;
  }

  .service-card {
    padding: 20px 0 28px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-image {
    aspect-ratio: 1.8;
  }

  .service-copy {
    gap: 12px;
  }

  .service-copy h3 {
    font-size: 32px;
  }

  .service-copy a {
    margin-top: 8px;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
  }

  .gallery-heading > a {
    width: fit-content;
    margin-top: 24px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 320px;
    gap: 9px;
  }

  .gallery-grid .gallery-wide {
    grid-column: span 1;
  }

  .gallery-grid .gallery-tall {
    grid-row: span 1;
  }

  .about-section {
    padding: 92px 18px;
    gap: 72px;
  }

  .about-image-wrap {
    width: calc(100% - 22px);
  }

  .about-image-wrap::before {
    left: -14px;
    bottom: -14px;
  }

  .about-signature {
    right: -14px;
    font-size: 26px;
  }

  .community-card {
    min-height: 260px;
    padding: 28px 18px;
  }

  .location-section {
    gap: 56px;
  }

  .contact-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .location-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .map-card,
  .map-card iframe {
    min-height: 440px;
  }

  .map-overlay {
    min-width: 0;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .final-cta {
    min-height: 0;
    aspect-ratio: 1440 / 1735;
    background:
      linear-gradient(rgba(44, 22, 32, 0.52), rgba(44, 22, 32, 0.64)),
      url("images/fachada.jpg") center / cover no-repeat;
  }

  .final-cta h2 {
    font-size: 52px;
  }

  footer {
    padding: 58px 18px 24px;
    grid-template-columns: 1fr 1fr;
    gap: 46px 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-whatsapp {
    min-width: 54px;
    height: 54px;
    right: 14px;
    bottom: 14px;
    padding: 0;
  }

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

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
