﻿:root {
  --ink: #26393d;
  --muted: #68787b;
  --cream: #f2fff9;
  --paper: #fbfffc;
  --gold: #bde977;
  --gold-dark: #55c7bd;
  --rust: #ff8f64;
  --sage: #7dbb8f;
  --teal: #55c7bd;
  --teal-dark: #0f5964;
  --section-a: #fbfffc;
  --section-b: #e8f7e7;
  --line: rgba(38, 57, 61, 0.13);
  --shadow: 0 24px 70px rgba(25, 72, 78, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
}

body.nav-open {
  overflow: hidden;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Nunito", display;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.topbar__inner,
.topbar__contact,
.social,
.header__inner,
.nav,
.field-row,
.footer__bottom {
  display: flex;
  align-items: center;
}

.topbar__inner {
  min-height: 46px;
  justify-content: space-between;
  gap: 18px;
  padding: 0 46px;
}

.topbar__contact {
  gap: 24px;
  flex-wrap: wrap;
}

.topbar__contact li {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.topbar__inner > .topbar__contact:first-of-type {
  display: none;
}

.topbar__contact span {
  display: none;
}

.topbar__contact svg {
  width: 18px;
  height: 18px;
  margin-right: 9px;
  fill: currentColor;
  flex: 0 0 auto;
}

.social {
  gap: 8px;
}

.social__link {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.social__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.social__link svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.social__link--whatsapp svg,
.social__link--instagram svg {
  width: 17px;
  height: 17px;
}

.social__link--facebook {
  background: #1877f2;
}

.social__link--whatsapp {
  background: #25d366;
}

.social__link--instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #515bd4);
}

.site-header {
  position: absolute;
  top: 46px;
  right: 0;
  left: 0;
  z-index: 25;
  background: transparent;
  transition: top 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(38, 57, 61, 0.12);
  backdrop-filter: blur(10px);
}

.header__inner {
  min-height: 92px;
  justify-content: space-between;
  gap: 28px;
  padding: 0 30px 0 36px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(8, 37, 42, 0.14);
  transition: min-height 180ms ease, width 180ms ease, border-radius 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled .header__inner {
  min-height: 76px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.brand__logo {
  width: 240px;
  height: auto;
  object-fit: contain;
}

.brand__mark {
  display: grid;
  width: 72px;
  height: 56px;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border: 3px solid var(--teal-dark);
  border-radius: 50% 45% 48% 42%;
  box-shadow: 6px 6px 0 var(--gold);
  font-family: "Nunito", display;
  font-size: 22px;
}

.brand__text {
  color: var(--teal-dark);
  font-family: "Nunito", display;
  font-size: 21px;
  line-height: 1;
}

.nav {
  gap: 26px;
  color: #485559;
  font-weight: 600;
}

.nav a:not(.btn) {
  position: relative;
  padding: 8px 0;
}

.nav a:not(.btn)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 32px;
  border: 0;
  border: 2px solid var(--teal-dark);
  border-radius: 999px;
  color: #fff;
  background: var(--teal);
  box-shadow: 0 12px 24px rgba(85, 199, 189, 0.24);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.btn:hover {
  background: var(--teal-dark);
  transform: translateY(-2px);
}

.btn--small {
  min-height: 48px;
  padding: 0 25px;
  font-size: 14px;
}

.btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.btn--ghost:hover {
  color: var(--teal-dark);
  background: #fff;
}

.btn__icon {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  fill: currentColor;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: #fff7ea;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: #12353a;
}

.hero__slides,
.hero__slide,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__slide {
  background-position: center;
  background-size: cover;
  opacity: 0;
}

.hero__slide.is-active {
  opacity: 1;
}

.hero__overlay {
  background:
    linear-gradient(180deg, rgba(4, 14, 17, 0.68), rgba(4, 14, 17, 0.34) 34%, rgba(4, 14, 17, 0.54)),
    linear-gradient(90deg, rgba(4, 14, 17, 0.82), rgba(4, 14, 17, 0.55) 46%, rgba(4, 14, 17, 0.28));
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 780px;
  align-items: center;
  padding: 196px 0 88px;
}

.hero__copy {
  width: min(720px, 100%);
}

.hero__copy h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(32px, 3vw, 44px);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.hero__copy h1::after {
  display: block;
  width: 92px;
  height: 6px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  border-radius: 999px;
  content: "";
}

.hero__copy p {
  max-width: 680px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.62;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffe5a8;
}

.section {
  padding: 96px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

.about {
  position: relative;
  overflow: visible;
  padding-top: 118px;
  background: var(--section-a);
}

.about__grid,
.services__grid,
.faq__grid,
.contact__grid,
.footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.about__grid {
  align-items: start;
}

.section-copy h2,
.section-head h2,
.services__intro h2,
.faq h2,
.contact h2 {
  margin-top: 10px;
  font-size: clamp(32px, 4vw, 48px);
}

.about .section-copy h2 {
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding-bottom: 18px;
  font-size: clamp(32px, 4vw, 48px);
}

.about .section-copy h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 78px;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  border-radius: 999px;
  content: "";
}

.section-copy p,
.services__intro p,
.faq p,
.contact p,
.footer p,
.footer li {
  color: var(--muted);
}

.section-copy p {
  margin-top: 22px;
}

.link-arrow {
  display: inline-flex;
  margin-top: 28px;
  color: var(--gold-dark);
  font-weight: 800;
}

.link-arrow::after {
  margin-left: 10px;
  content: ">";
}

.about__media {
  position: relative;
  z-index: 3;
  justify-self: end;
  width: min(430px, 100%);
  margin-top: -152px;
}

.about__media::before {
  position: absolute;
  inset: 22px -22px -22px 22px;
  z-index: -1;
  background: linear-gradient(145deg, rgba(85, 199, 189, 0.32), rgba(189, 233, 119, 0.36));
  border-radius: 34px;
  content: "";
}

.about__media img {
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  object-position: center;
  border: 10px solid #fff;
  border-radius: 30px;
  box-shadow: 0 30px 70px rgba(16, 52, 58, 0.24), 0 10px 24px rgba(16, 52, 58, 0.14);
}

.rating {
  position: absolute;
  right: -24px;
  bottom: 32px;
  width: 230px;
  padding: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.rating__place {
  color: var(--gold-dark);
  font-weight: 800;
}

.rating strong {
  display: block;
  margin: 8px 0 2px;
  font-family: "Nunito", display;
  font-size: 52px;
  line-height: 1;
}

.rating span {
  color: var(--muted);
  font-size: 14px;
}

.reviews {
  overflow: hidden;
  background: var(--section-a);
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head--center {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head--center h2 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 18px;
}

.section-head--center h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96px;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  border-radius: 999px;
  content: "";
  transform: translateX(-50%);
}

.section-head--center p {
  max-width: 700px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 18px;
}

.reviews-carousel {
  position: relative;
}

.review-strip {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 8px 4px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.review-strip::-webkit-scrollbar {
  display: none;
}

.review {
  position: relative;
  display: flex;
  min-width: calc((100% - 48px) / 3);
  min-height: 250px;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(85, 199, 189, 0.18);
  border-radius: 28px;
  box-shadow: 0 12px 26px rgba(16, 52, 58, 0.06);
  scroll-snap-align: start;
}

.review::before {
  position: absolute;
  top: -52px;
  right: -44px;
  width: 138px;
  height: 138px;
  background: radial-gradient(circle, rgba(189, 233, 119, 0.55), rgba(85, 199, 189, 0.18) 62%, transparent 64%);
  content: "";
}

.review__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.review__top img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.review__top strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.stars {
  display: flex;
  gap: 3px;
  margin-top: 4px;
}

.stars i {
  display: block;
  width: 18px;
  height: 18px;
  background: linear-gradient(145deg, #fff2a8 0%, #ffc533 46%, #e59a00 100%);
  clip-path: polygon(50% 4%, 61% 36%, 95% 36%, 68% 56%, 79% 90%, 50% 69%, 21% 90%, 32% 56%, 5% 36%, 39% 36%);
  filter: drop-shadow(0 2px 0 #b96f00) drop-shadow(0 4px 5px rgba(120, 78, 0, 0.22));
}

.review p {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.review__full {
  display: none;
}

.review.is-expanded .review__excerpt {
  display: none;
}

.review.is-expanded .review__full {
  display: inline;
}

.review__more {
  position: relative;
  z-index: 1;
  display: block;
  margin: 14px auto 0;
  color: var(--teal-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.reviews__cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.review-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--teal-dark);
  box-shadow: 0 14px 32px rgba(16, 52, 58, 0.22);
  cursor: pointer;
  transform: translateY(-50%);
}

.review-arrow svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.review-arrow--prev {
  left: -24px;
}

.review-arrow--next {
  right: -24px;
}

.services {
  background:
    linear-gradient(180deg, rgba(232, 247, 231, 0.96), rgba(232, 247, 231, 1)),
    radial-gradient(circle at 10% 10%, rgba(189, 233, 119, 0.22), transparent 32%);
}

.services__intro {
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  text-align: center;
}

.services__intro h2 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding-bottom: 18px;
}

.services__intro h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96px;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  border-radius: 999px;
  content: "";
  transform: translateX(-50%);
}

.services__intro p {
  width: 100%;
  max-width: 760px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
}

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

.service-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 36px rgba(70, 48, 30, 0.08);
}

.service-card {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 224px;
  padding: 18px 24px 18px 18px;
  border-radius: 24px;
  border: 1px solid rgba(85, 199, 189, 0.22);
  box-shadow: 0 18px 42px rgba(16, 52, 58, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  border-color: rgba(85, 199, 189, 0.48);
  box-shadow: 0 26px 56px rgba(16, 52, 58, 0.16);
  transform: translateY(-4px);
}

.service-card img {
  width: 168px;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(85, 199, 189, 0.18), rgba(189, 233, 119, 0.2));
  box-shadow: inset 0 0 0 1px rgba(38, 57, 61, 0.08);
}

.service-card h3,
.footer h3 {
  margin-top: 8px;
  font-size: 24px;
}

.service-card p,
.faq-item p {
  margin-top: 10px;
  color: var(--muted);
}

.service-card p {
  font-size: 15px;
  line-height: 1.55;
}

.stats {
  position: relative;
  padding: 58px 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0, rgba(189, 233, 119, 0.26), transparent 32%),
    linear-gradient(135deg, #123f43, #196d69);
}

.stats::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 50%, rgba(255, 255, 255, 0.08));
  content: "";
  pointer-events: none;
}

.stats__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stats__item {
  padding: 30px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  box-shadow: 0 18px 42px rgba(8, 37, 42, 0.16);
  backdrop-filter: blur(10px);
}

.stats__item strong,
.stats__item span {
  display: block;
}

.stats__item strong {
  font-family: "Nunito", sans-serif;
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 900;
  line-height: 1;
}

.stats__item > span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

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

.faq {
  background: var(--section-a);
}

.contact {
  background: var(--section-b);
}

.gallery__grid {
  display: grid;
  width: min(100% - 48px, 1540px);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.before-after {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 22px;
  background: #dceee8;
  box-shadow: 0 18px 42px rgba(16, 52, 58, 0.12);
  touch-action: none;
}

.before-after__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.before-after__overlay {
  position: absolute;
  inset: 0;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
}

.before-after__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 4px;
  background: var(--rust);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45), 0 0 18px rgba(255, 143, 100, 0.42);
  transform: translateX(-50%);
  pointer-events: none;
}

.before-after__handle {
  position: absolute;
  top: 50%;
  left: var(--position);
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 4px solid var(--rust);
  border-radius: 50%;
  color: var(--rust);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(16, 52, 58, 0.2);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.before-after__handle svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.before-after__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.footer h3 {
  color: #fff;
}

.faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  align-items: start;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(85, 199, 189, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(16, 52, 58, 0.08);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.faq-item[open] {
  border-color: rgba(85, 199, 189, 0.48);
  box-shadow: 0 22px 52px rgba(16, 52, 58, 0.12);
  transform: translateY(-2px);
}

.faq-item summary {
  display: grid;
  grid-template-columns: 30px 1fr 24px;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 18px 20px;
  color: var(--ink);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item__paw {
  width: 24px;
  height: 24px;
  fill: var(--teal-dark);
}

.faq-item__arrow {
  width: 22px;
  height: 22px;
  fill: var(--teal-dark);
  transition: transform 220ms ease;
}

.faq-item[open] .faq-item__arrow {
  transform: rotate(180deg);
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px 64px;
  font-size: 15px;
  line-height: 1.55;
}

.contact__head {
  margin-bottom: 44px;
}

.contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 30px;
  align-items: start;
}

.contact__info {
  display: grid;
  gap: 18px;
}

.contact__side {
  display: grid;
  gap: 18px;
}

.contact-card,
.hours-card,
.map-card,
.contact-form {
  border: 1px solid rgba(85, 199, 189, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(16, 52, 58, 0.1);
}

.contact-card {
  display: flex;
  gap: 16px;
  padding: 22px;
}

.contact-card--stack {
  display: block;
  padding: 26px;
}

.contact-card--highlight {
  background:
    radial-gradient(circle at 100% 0, rgba(189, 233, 119, 0.3), transparent 34%),
    #fff;
}

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

.contact-details {
  display: grid;
  gap: 18px;
}

.contact-detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-card__icon {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  box-shadow: 0 12px 22px rgba(24, 119, 111, 0.18);
}

.contact-card__icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.contact-card h3,
.hours-card h3,
.contact-form h3 {
  margin: 0 0 7px;
  font-size: 22px;
}

.contact-card p,
.contact-form p {
  margin: 0;
}

.contact-card a,
.footer a {
  color: inherit;
}

.contact-card div > a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--teal-dark);
  font-weight: 800;
}

.contact-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(38, 57, 61, 0.1);
}

.contact-actions .btn {
  color: #fff;
}

.contact-actions .btn .btn__icon {
  color: currentColor;
  fill: currentColor;
}

.contact-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.contact-social .social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 0;
  color: #fff;
  line-height: 0;
  font-weight: 400;
}

.contact-social .social__link svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hours-card {
  padding: 24px;
}

.hours-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.status svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.status--closed,
.is-closed {
  color: #c43b32;
}

.status--closed {
  background: rgba(196, 59, 50, 0.1);
}

.status--open {
  color: var(--teal-dark);
  background: rgba(85, 199, 189, 0.14);
}

.hours-table {
  display: grid;
  gap: 9px;
}

.hours-row {
  display: grid;
  grid-template-columns: 112px 1fr 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: rgba(38, 57, 61, 0.055);
  color: var(--muted);
  font-size: 14px;
}

.hours-row.is-today {
  border-color: rgba(85, 199, 189, 0.55);
  background: linear-gradient(135deg, rgba(85, 199, 189, 0.18), rgba(189, 233, 119, 0.22));
  box-shadow: 0 12px 28px rgba(16, 52, 58, 0.08);
}

.hours-row strong {
  color: var(--ink);
}

.hours-row b {
  display: block;
  color: var(--teal-dark);
  font-size: 12px;
  line-height: 1.15;
}

.hours-row__full {
  grid-column: span 2;
  font-weight: 800;
}

.map-card {
  overflow: hidden;
  min-height: 330px;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 330px;
  border: 0;
}

.contact-form {
  padding: 34px;
  background: #fff;
}

.contact-form--simple {
  position: static;
}

.contact-form--simple > p {
  margin-bottom: 20px;
}

.field-row {
  gap: 16px;
}

.field-row label {
  flex: 1;
}

label {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

label + label,
.contact-form .btn {
  margin-top: 16px;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: #fffaf2;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.checkbox a {
  color: var(--teal-dark);
  font-weight: 900;
}

.checkbox--center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.checkbox input {
  width: auto;
  min-height: auto;
  margin-top: 5px;
}

.checkbox--center input {
  margin-top: 0;
}

.contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.contact-form__submit .btn__icon {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  fill: currentColor;
}

.form-note {
  min-height: 24px;
  margin-top: 12px;
  color: var(--sage);
  font-weight: 800;
}

.footer {
  padding: 44px 0 24px;
  color: #f9efe1;
  background: #2f2a26;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.footer__bottom {
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.footer__bottom a {
  color: rgba(255, 255, 255, 0.82);
}

.chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.chat:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
}

.chat svg {
  width: 39px;
  height: 39px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 52px, 1180px);
  }

  .site-header {
    top: 58px;
  }

  .topbar__inner {
    min-height: 58px;
    padding: 10px 34px;
  }

  .topbar__contact {
    gap: 14px;
  }

  .nav-toggle {
    display: block;
  }

  .header__inner {
    position: relative;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    padding: 0 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 40px rgba(52, 48, 45, 0.16);
    opacity: 0;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top center;
    transition: max-height 320ms ease, padding 320ms ease, opacity 220ms ease, transform 320ms ease;
    pointer-events: none;
  }

  .nav.is-open {
    max-height: 520px;
    padding: 22px 30px 28px;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .nav a {
    padding: 14px 0;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .nav.is-open a {
    opacity: 1;
    transform: translateY(0);
  }

  .nav.is-open a:nth-child(1) {
    transition-delay: 45ms;
  }

  .nav.is-open a:nth-child(2) {
    transition-delay: 75ms;
  }

  .nav.is-open a:nth-child(3) {
    transition-delay: 105ms;
  }

  .nav.is-open a:nth-child(4) {
    transition-delay: 135ms;
  }

  .nav.is-open a:nth-child(5) {
    transition-delay: 165ms;
  }

  .nav.is-open a:nth-child(6) {
    transition-delay: 195ms;
  }

  .nav.is-open a:nth-child(7) {
    transition-delay: 225ms;
  }

  .hero,
  .hero__content {
    min-height: auto;
  }

  .hero__content {
    min-height: 700px;
    padding: 180px 0 70px;
  }

  .about__grid,
  .contact__grid,
  .footer__grid,
  .contact__layout,
  .gallery__grid,
  .faq__grid,
  .stats__grid {
    grid-template-columns: 1fr 1fr;
  }

  .about__grid,
  .contact__grid,
  .contact__layout,
  .faq__grid {
    gap: 42px;
  }

  .about__grid,
  .service-list,
  .contact__layout,
  .contact__grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .contact-form--simple {
    position: static;
  }

  .rating {
    right: 18px;
  }

  .about__media {
    justify-self: start;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 44px, 1180px);
  }

  .topbar {
    display: block;
    position: absolute;
  }

  .topbar__inner {
    min-height: 46px;
    align-items: center;
    flex-direction: row;
    padding: 8px 20px;
  }

  .topbar__contact--clean li:first-child,
  .topbar__contact--clean li:last-child {
    display: none;
  }

  .topbar__contact {
    gap: 0;
  }

  .social {
    gap: 7px;
  }

  .site-header {
    top: 54px;
  }

  .site-header.is-scrolled {
    top: 0;
    background: #fff;
  }

  .site-header.is-scrolled .container {
    width: 100%;
  }

  .site-header .container {
    width: min(100% - 28px, 1180px);
  }

  .header__inner {
    min-height: 76px;
    padding: 0 18px;
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(8, 37, 42, 0.14);
    background: #fff;
  }

  .site-header.is-scrolled .header__inner {
    min-height: 70px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(38, 57, 61, 0.12);
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
  }

  .nav-toggle span {
    width: 24px;
    height: 3px;
    margin: 5px auto;
    border-radius: 999px;
    background: var(--teal-dark);
  }

  .brand {
    min-width: 0;
  }

  .brand__logo {
    width: 178px;
  }

  .brand__mark {
    width: 58px;
    height: 48px;
    font-size: 19px;
  }

  .brand__text {
    max-width: 116px;
    font-size: 17px;
  }

  .hero {
    min-height: 680px;
  }

  .hero__content {
    min-height: 680px;
    padding: 172px 0 54px;
  }

  .hero__copy h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  .hero__copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .section {
    padding: 68px 0;
  }

  .section-copy h2,
  .section-head h2,
  .services__intro h2,
  .faq h2,
  .contact h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .section-copy p,
  .services__intro p,
  .faq p,
  .contact p,
  .review p,
  .service-card p {
    line-height: 1.55;
  }

  .about__media {
    margin-top: 0;
  }

  .rating {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -44px 16px 0;
  }

  .gallery__grid,
  .faq__grid,
  .stats__grid,
  .contact-card-row,
  .field-row {
    grid-template-columns: 1fr;
  }

  .stats {
    padding: 48px 0;
  }

  .stats__item {
    padding: 24px 18px;
  }

  .contact__head {
    margin-bottom: 32px;
  }

  .contact-card,
  .hours-card,
  .contact-form {
    border-radius: 20px;
  }

  .contact-card {
    padding: 18px;
  }

  .contact-card--stack {
    padding: 20px;
  }

  .contact-detail {
    gap: 13px;
  }

  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-actions .btn {
    justify-content: center;
  }

  .contact-social {
    justify-content: center;
  }

  .hours-card {
    padding: 18px;
  }

  .hours-card__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hours-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hours-row__full {
    grid-column: auto;
  }

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

  .faq-item summary {
    grid-template-columns: 26px 1fr 22px;
    min-height: 70px;
    padding: 16px 18px;
    font-size: 16px;
  }

  .faq-item p {
    padding: 0 18px 18px 58px;
  }

  .review {
    min-width: 82%;
  }

  .review-arrow {
    display: none;
  }

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

  .service-card img {
    width: 100%;
  }

  .field-row {
    display: grid;
  }

  .contact-form {
    padding: 26px;
  }

  .footer__bottom {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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


/* ── Galería normal (cuadrícula 1:1) + lightbox ── */
.gallery__normal{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.7rem}
.gallery__thumb{padding:0;border:0;background:none;cursor:pointer;border-radius:14px;overflow:hidden;aspect-ratio:1/1}
.gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.gallery__thumb:hover img{transform:scale(1.05)}
.lightbox{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;background:rgba(8,20,18,.92);padding:2rem}
.lightbox.is-open{display:flex}
.lightbox__img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.lightbox__close{position:absolute;top:1rem;right:1.3rem;font-size:2.4rem;line-height:1;color:#fff;background:none;border:0;cursor:pointer}
.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);font-size:2.2rem;color:#fff;background:rgba(255,255,255,.12);border:0;width:54px;height:54px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}
.lightbox__prev{left:1.2rem}
.lightbox__next{right:1.2rem}
@media (max-width:640px){.lightbox__nav{width:44px;height:44px;font-size:1.6rem}}