﻿:root {
  --bg: #090909;
  --surface: #111111;
  --surface-2: #181818;
  --text: #f7f5ef;
  --muted: #c9c4b8;
  --brand: #ffbd59;
  --brand-dark: #b8751d;
  --line: #2a2a2a;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, 92vw); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(0, 0, 0, .86);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  backdrop-filter: blur(12px);
  padding: 4px 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 62px;
  overflow: visible;
}

.brand {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  margin-right: auto;
}

.brand-logo {
  display: flex;
  align-items: center;
}

.brand-logo img {
  width: 225px;
  height: 54px;
  object-fit: contain;
  margin-left: -8px;
}

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

.nav a:not(.brand):not(.nav-cta) {
  color: #d5d1c8;
  font-size: .94rem;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.nav a:hover,
.nav a.active { color: var(--white); }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.nav-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #25d366;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(37, 211, 102, .22);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.whatsapp-link::before,
.instagram-link::before,
.whatsapp-float::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.02 3.2A12.72 12.72 0 0 0 5.1 22.46L3.6 28.8l6.5-1.43A12.73 12.73 0 1 0 16.02 3.2Zm0 22.88c-1.92 0-3.8-.55-5.43-1.58l-.39-.24-3.86.85.89-3.76-.26-.4a10.17 10.17 0 1 1 9.05 5.13Zm5.59-7.62c-.3-.15-1.78-.88-2.06-.98-.28-.1-.48-.15-.69.15-.2.3-.79.98-.97 1.18-.18.2-.36.23-.66.08-.3-.15-1.27-.47-2.42-1.5-.9-.8-1.5-1.78-1.68-2.08-.18-.3-.02-.46.13-.61.14-.14.3-.36.45-.53.15-.18.2-.3.3-.5.1-.2.05-.38-.03-.53-.08-.15-.69-1.66-.94-2.27-.25-.6-.5-.52-.69-.53h-.59c-.2 0-.53.08-.8.38-.28.3-1.06 1.03-1.06 2.51 0 1.48 1.09 2.91 1.24 3.11.15.2 2.14 3.26 5.18 4.57.72.31 1.28.5 1.72.64.72.23 1.38.2 1.9.12.58-.09 1.78-.73 2.03-1.43.25-.7.25-1.3.18-1.43-.08-.13-.28-.2-.58-.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.02 3.2A12.72 12.72 0 0 0 5.1 22.46L3.6 28.8l6.5-1.43A12.73 12.73 0 1 0 16.02 3.2Zm0 22.88c-1.92 0-3.8-.55-5.43-1.58l-.39-.24-3.86.85.89-3.76-.26-.4a10.17 10.17 0 1 1 9.05 5.13Zm5.59-7.62c-.3-.15-1.78-.88-2.06-.98-.28-.1-.48-.15-.69.15-.2.3-.79.98-.97 1.18-.18.2-.36.23-.66.08-.3-.15-1.27-.47-2.42-1.5-.9-.8-1.5-1.78-1.68-2.08-.18-.3-.02-.46.13-.61.14-.14.3-.36.45-.53.15-.18.2-.3.3-.5.1-.2.05-.38-.03-.53-.08-.15-.69-1.66-.94-2.27-.25-.6-.5-.52-.69-.53h-.59c-.2 0-.53.08-.8.38-.28.3-1.06 1.03-1.06 2.51 0 1.48 1.09 2.91 1.24 3.11.15.2 2.14 3.26 5.18 4.57.72.31 1.28.5 1.72.64.72.23 1.38.2 1.9.12.58-.09 1.78-.73 2.03-1.43.25-.7.25-1.3.18-1.43-.08-.13-.28-.2-.58-.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.instagram-link {
  gap: 7px;
}

.instagram-link::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H7Zm5 4.25A3.75 3.75 0 1 1 12 15.75 3.75 3.75 0 0 1 12 8.25Zm0 2A1.75 1.75 0 1 0 12 13.75 1.75 1.75 0 0 0 12 10.25ZM17.6 6.4a1 1 0 1 1-1 1 1 1 0 0 1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H7Zm5 4.25A3.75 3.75 0 1 1 12 15.75 3.75 3.75 0 0 1 12 8.25Zm0 2A1.75 1.75 0 1 0 12 13.75 1.75 1.75 0 0 0 12 10.25ZM17.6 6.4a1 1 0 1 1-1 1 1 1 0 0 1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-link {
  gap: 7px;
}

.hero {
  min-height: 590px;
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  background-size: cover;
  background-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .91) 0%, rgba(0, 0, 0, .58) 46%, rgba(0, 0, 0, .18) 100%),
    linear-gradient(0deg, rgba(9, 9, 9, 1) 0%, rgba(9, 9, 9, 0) 38%);
}

.hero-content {
  max-width: 760px;
  padding: 78px 0 72px;
}

.page-hero .hero-content {
  margin-left: max(4vw, calc((100vw - 1180px) / 2));
  margin-right: auto;
  max-width: 760px;
}

.eyebrow {
  color: var(--brand);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: 0;
  margin: 0 0 12px;
}

h1, h2, h3 { margin: 0; line-height: 1.1; }
h1 {
  font-size: clamp(2.35rem, 4vw, 4.35rem);
  max-width: 820px;
}
h2 { font-size: clamp(1.9rem, 3vw, 3.15rem); }
h3 { font-size: 1.18rem; }

.lead {
  max-width: 680px;
  margin: 18px 0 0;
  color: #e2ded4;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.home-hero {
  min-height: 560px;
  align-items: center;
}

.home-hero .hero-content {
  width: min(680px, 92vw);
  max-width: none;
  margin-left: max(4vw, calc((100vw - 1180px) / 2));
  margin-right: auto;
  padding: 64px 0 68px;
}

.home-hero h1 {
  font-size: clamp(2.45rem, 3.4vw, 4rem);
  line-height: 1.06;
  max-width: 680px;
}

.home-hero .lead {
  max-width: 610px;
  font-size: clamp(1rem, 1.15vw, 1.16rem);
}

.home-hero .hero-stats {
  max-width: 650px;
  margin-top: 30px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, .14);
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.btn::after,
.nav-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .22) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.btn:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.btn:hover::after,
.nav-cta:hover::after {
  transform: translateX(120%);
}

.btn:active,
.nav-cta:active,
.whatsapp-float:active {
  transform: translateY(0) scale(.98);
}

.btn.primary {
  color: #15110a;
  background: linear-gradient(180deg, #ffd387, var(--brand));
  border-color: rgba(0, 0, 0, .15);
  box-shadow: 0 14px 34px rgba(255, 189, 89, .18);
}

.btn.secondary { color: var(--white); background: rgba(255, 255, 255, .09); }

.btn.whatsapp-link,
.btn.primary.whatsapp-link,
.contact-inner .btn.whatsapp-link {
  color: #fff;
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .2);
}

.btn.whatsapp-link:hover,
.btn.primary.whatsapp-link:hover,
.nav-cta:hover {
  background: #20bd5a;
  border-color: #20bd5a;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .12);
  margin-top: 42px;
  max-width: 760px;
}

.stat {
  background: rgba(0, 0, 0, .54);
  padding: 18px;
}

.stat strong { display: block; color: var(--brand); font-size: 1.35rem; }
.stat span { color: #ddd7cb; font-size: .94rem; }

.section { padding: 78px 0; }
.section.alt { background: #0f0f0f; border-block: 1px solid var(--line); }
.section-head { max-width: 720px; margin-bottom: 28px; }
.section-head p { color: var(--muted); margin: 12px 0 0; }

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 36px;
  align-items: center;
}

.home-about {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  gap: 52px;
}

.home-about .section-head {
  max-width: 560px;
  margin-bottom: 22px;
}

.home-about h2 {
  font-size: clamp(2rem, 2.8vw, 3rem);
}

.photo-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-height: 560px;
}

.photo-stack img,
.mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: var(--shadow);
  cursor: zoom-in;
  transition: filter .2s ease, transform .2s ease;
}

.photo-stack img:hover,
.mosaic img:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.photo-stack img:first-child {
  height: 500px;
  min-height: 0;
  grid-row: span 2;
}

.photo-stack img:not(:first-child) {
  height: 244px;
  min-height: 0;
}

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

.service-card,
.info-card {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  min-height: 210px;
}

.service-card .number,
.service-row .number {
  display: none;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  color: #14100a;
  background: var(--brand);
  font-weight: 900;
  margin-bottom: 18px;
}

.service-card p,
.info-card p,
.content-block p,
.privacy p,
.privacy li { color: var(--muted); }

.checks {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.check {
  display: flex;
  gap: 10px;
  color: #e8e2d6;
  align-items: flex-start;
}

.check::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--brand);
  flex: 0 0 auto;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.service-list span {
  color: #eee7dc;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  padding: 10px 12px;
}

.featured-services .service-card {
  min-height: 0;
}

.service-card strong {
  color: #f4ead8;
}

.service-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 18px;
}

.service-showcase {
  display: grid;
  gap: 16px;
}

.service-row {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: center;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.service-row.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
}

.service-row.no-image {
  grid-template-columns: 1fr;
}

.service-row img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  cursor: zoom-in;
}

.service-row h3 {
  margin-top: 14px;
}

.service-row p {
  color: var(--muted);
}

.about-identity .btn {
  margin-top: 14px;
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 12px;
}

.mosaic .wide { grid-column: span 2; }
.mosaic .tall { grid-row: span 2; }

.gallery-contain,
.gallery-balanced {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
}

.gallery-contain img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: contain;
  background: #151515;
  padding: 8px;
}

.gallery-balanced img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  background: transparent;
  padding: 0;
}

.gallery-balanced img:nth-child(1) { object-position: 50% 38%; }
.gallery-balanced img:nth-child(2) { object-position: 50% 58%; }
.gallery-balanced img:nth-child(3) { object-position: 48% 46%; }
.gallery-balanced img:nth-child(4) { object-position: 50% 54%; }
.gallery-balanced img:nth-child(5) { object-position: 48% 45%; }
.gallery-balanced img:nth-child(6) { object-position: 52% 50%; }

.contact-band {
  padding: 54px 0;
  background: linear-gradient(135deg, #ffbd59, #d98b27);
  color: #15100a;
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contact-inner .btn {
  flex: 0 0 auto;
}

.contact-inner h2 { color: #15100a; }
.contact-inner p { color: #372512; margin: 10px 0 0; }
.contact-inner .btn { background: #111; color: #fff; border-color: #111; }

.page-hero {
  padding: 86px 0 58px;
  background-size: cover;
  background-position: center;
  position: relative;
  isolation: isolate;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .48));
}

.privacy-hero {
  background: linear-gradient(135deg, #111 0%, #181818 52%, #0a0a0a 100%);
  padding: 48px 0 34px;
}

.privacy-hero::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .08));
}

.content-block {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.privacy-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.privacy-layout .content-block:first-child {
  grid-column: 1 / -1;
}

.privacy-layout h2 {
  font-size: clamp(1.25rem, 1.8vw, 1.8rem);
  line-height: 1.2;
  margin-top: 22px;
}

.privacy-layout .content-block h2:first-child {
  margin-top: 0;
}

.privacy-layout p {
  font-size: 1rem;
}

.privacy-hero h1 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.footer {
  padding: 42px 0;
  background: #050505;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr;
  gap: 24px;
}

.footer a { color: var(--muted); text-decoration: none; display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.footer strong { color: var(--white); }

.footer-logo {
  width: 270px;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  margin-bottom: 10px;
}

.footer-phone::before,
.footer-instagram::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  background: currentColor;
}

.footer-phone::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.11.37 2.31.56 3.58.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.27.19 2.47.56 3.58a1 1 0 0 1-.24 1.01l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.11.37 2.31.56 3.58.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.27.19 2.47.56 3.58a1 1 0 0 1-.24 1.01l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-instagram {
  color: #fff;
  font-weight: 500;
}

.footer-instagram::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H7Zm5 4.25A3.75 3.75 0 1 1 12 15.75 3.75 3.75 0 0 1 12 8.25Zm0 2A1.75 1.75 0 1 0 12 13.75 1.75 1.75 0 0 0 12 10.25ZM17.6 6.4a1 1 0 1 1-1 1 1 1 0 0 1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H7Zm5 4.25A3.75 3.75 0 1 1 12 15.75 3.75 3.75 0 0 1 12 8.25Zm0 2A1.75 1.75 0 1 0 12 13.75 1.75 1.75 0 0 0 12 10.25ZM17.6 6.4a1 1 0 1 1-1 1 1 1 0 0 1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  padding: 0;
  overflow: visible;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  animation: whatsappPulse 2.8s ease-in-out infinite;
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(37, 211, 102, .45);
  opacity: 0;
  transform: scale(1);
  animation: whatsappWave 2.8s ease-out infinite;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  background: #20bd5a;
  box-shadow: 0 22px 48px rgba(37, 211, 102, .28);
}

.whatsapp-float::before {
  width: 34px;
  height: 34px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 26px;
  background: rgba(0, 0, 0, .9);
}

.lightbox.open { display: flex; }

.lightbox img {
  max-width: min(1180px, 88vw);
  max-height: 82vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .55);
  background: #111;
}

.lightbox-button {
  position: absolute;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 17, 17, .74);
  font-size: 1.7rem;
  font-weight: 700;
  cursor: pointer;
}

.lightbox-button:hover { background: rgba(255, 255, 255, .16); }
.lightbox-close { top: 22px; right: 22px; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }

.lightbox-counter {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: #f5f1e8;
  background: rgba(17, 17, 17, .72);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: .92rem;
}

@keyframes whatsappPulse {
  0%, 100% {
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35), 0 0 0 0 rgba(37, 211, 102, .28);
  }
  50% {
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35), 0 0 0 10px rgba(37, 211, 102, 0);
  }
}

@keyframes whatsappWave {
  0% {
    opacity: .42;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(1.22);
  }
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .nav-cta,
  .whatsapp-float {
    animation: none;
    transition: none;
  }

  .whatsapp-float::after {
    animation: none;
    display: none;
  }

  .btn::after,
  .nav-cta::after {
    display: none;
  }
}

@media (max-width: 920px) {
  .hero { min-height: 610px; }
  .home-hero { min-height: 540px; }
  .home-hero .hero-content {
    width: min(680px, 92vw);
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content { padding: 76px 0 58px; }
  .hero-stats,
  .services-grid,
  .split,
  .service-list,
  .two-col,
  .privacy-layout,
  .footer-grid { grid-template-columns: 1fr; }
  .service-row,
  .service-row.reverse { grid-template-columns: 1fr; }
  .service-row.reverse img { order: -1; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .contact-inner .btn { width: auto; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery-contain,
  .gallery-balanced { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .mosaic .wide, .mosaic .tall { grid-column: auto; grid-row: auto; }
}

@media (max-width: 560px) {
  .nav {
    gap: 16px;
    min-height: 64px;
    position: relative;
  }
  .brand-logo img { width: 165px; height: 42px; }
  .brand-logo img { margin-left: -10px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .96);
    border: 1px solid rgba(255, 255, 255, .1);
    border-top: 0;
    box-shadow: 0 22px 44px rgba(0, 0, 0, .35);
  }
  .nav.menu-open .nav-links { display: flex; }
  .nav-links a:not(.nav-cta) {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
  .nav-links .nav-cta {
    margin-top: 10px;
    align-self: flex-start;
  }
  .hero { min-height: 620px; }
  .home-hero { min-height: 560px; }
  .home-hero h1 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .hero-stats { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .section.alt {
    clear: both;
    position: relative;
    z-index: 1;
  }
  .home-about + .section.alt {
    padding-top: 72px;
  }
  .home-about {
    gap: 34px;
  }
  .home-about .photo-stack {
    margin-bottom: 18px;
    max-height: none;
  }
  .home-about .photo-stack img:first-child {
    grid-row: auto;
  }
  .featured-services {
    margin-top: 8px;
  }
  .section.alt .section-head {
    margin-bottom: 22px;
  }
  .photo-stack,
  .mosaic { grid-template-columns: 1fr; }
  .gallery-contain,
  .gallery-balanced { grid-template-columns: 1fr; }
  .home-about .photo-stack img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    background: transparent;
  }
  .gallery-balanced img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
    background: transparent;
  }
  .mosaic:not(.gallery-contain):not(.gallery-balanced) img {
    height: 230px;
    min-height: 0;
  }
  .whatsapp-float {
    left: auto;
    right: 14px;
    width: 54px;
    height: 54px;
  }
  .lightbox { padding: 16px; }
  .lightbox img { max-width: 94vw; max-height: 78vh; }
  .lightbox-button {
    width: 40px;
    height: 40px;
    font-size: 1.35rem;
  }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
}

