/* =========================================================
   KING'S CAVE — SERVICIOS PUBLIC PAGE
========================================================= */

html,
body {
  margin: 0;
  padding: 0;
  background: #050505;
}

body,
main,
.page-wrapper,
.page-content,
.public-page,
.public-content,
.content-wrapper {
  background: #050505 !important;
}

main,
.page-wrapper,
.page-content,
.public-page,
.public-content,
.content-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

/* =========================================================
   PAGE
========================================================= */

.kc-services-page {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)),
    url("../img/fondo.png") center top / 520px auto repeat;
  color: #f5f1e8;
}

/* =========================================================
   HERO
========================================================= */
/* =========================================================
   HERO
========================================================= */

.kc-services-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, .66) 0%,
      rgba(0, 0, 0, .48) 34%,
      rgba(0, 0, 0, .16) 62%,
      rgba(0, 0, 0, .04) 100%
    ),
    url("../img/servicios-hero.png") center 58% / cover no-repeat;
}

.kc-services-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, .04) 0%,
      rgba(0, 0, 0, .06) 55%,
      rgba(0, 0, 0, .16) 100%
    );
  pointer-events: none;
}
.kc-services-hero__content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 0;
}

.kc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #c6a15b;
}

.kc-eyebrow span {
  display: block;
  width: 16px;
  height: 1px;
  background: #c6a15b;
}

.kc-services-hero h1 {
  max-width: 610px;
  margin: 30px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 4.7vw, 68px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.035em;
  color: #f7f1e9;
}

.kc-gold-line {
  width: 118px;
  height: 2px;
  margin: 30px 0 0;
  background: #c6a15b;
}
.kc-services-hero p {
  max-width: 520px;
  margin: 28px 0 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, .90);
}

/* =========================================================
   SERVICES SECTION
========================================================= */

.kc-services-section {
  position: relative;
  padding: 115px 0 170px;
  background:
    linear-gradient(rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)),
    url("../img/fondo.png") center top / 520px auto repeat;
}
.kc-services-head {
  text-align: center;
  margin-bottom: 78px;
}

.kc-eyebrow--center {
  justify-content: center;
}

.kc-services-head h2 {
  margin: 34px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 400;
  line-height: 1.08;
  color: rgba(247, 241, 233, .86);
}

/* =========================================================
   GRID
========================================================= */

.kc-services-grid {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.kc-service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 420px;
}

.kc-service-row--image-right {
  margin-top: -6px;
}

.kc-service-image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #090909;
}

.kc-service-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.08) brightness(.72);
  transform: scale(1.01);
}

.kc-service-copy {
  max-width: 430px;
  margin-left: 84px;
}

.kc-service-copy--center {
  margin-left: 0;
  margin-right: 84px;
  justify-self: end;
  text-align: center;
}

.kc-service-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
  margin-bottom: 22px;
  filter: sepia(1) saturate(1.5) hue-rotate(350deg) brightness(1.05);
}

.kc-service-copy--center .kc-service-icon {
  margin-left: auto;
  margin-right: auto;
}

.kc-service-tag {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #c6a15b;
}

.kc-service-tag span {
  display: block;
  width: 16px;
  height: 1px;
  background: rgba(198, 161, 91, .8);
}

.kc-service-copy h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.08;
  color: #c6a15b;
}

.kc-service-copy p {
  margin: 28px 0 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.62;
  color: rgba(255, 255, 255, .83);
}

.kc-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 44px;
  margin-top: 30px;
  padding: 0 24px;
  background: linear-gradient(180deg, #e8ca79 0%, #c6a15b 100%);
  border: 1px solid rgba(255, 238, 174, .35);
  color: #17110a;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform .2s ease,
    filter .2s ease,
    box-shadow .2s ease;
}

.kc-service-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 14px 28px rgba(198, 161, 91, .18);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1024px) {
  .kc-services-hero {
    min-height: 390px;
    background-position: center center;
  }

  .kc-services-section {
    padding: 95px 0 120px;
  }

  .kc-services-grid {
    gap: 70px;
  }

  .kc-service-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .kc-service-row--image-right .kc-service-copy {
    order: 2;
  }

  .kc-service-row--image-right .kc-service-image {
    order: 1;
  }

  .kc-service-image {
    height: 390px;
  }

  .kc-service-copy,
  .kc-service-copy--center {
    max-width: 620px;
    margin: 34px auto 0;
    text-align: center;
  }

  .kc-service-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .kc-services-hero {
    min-height: 500px;
    align-items: flex-end;
    padding: 0 0 54px;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, .38) 0%,
        rgba(0, 0, 0, .36) 42%,
        rgba(0, 0, 0, .72) 100%
      ),
      url("../img/servicios-hero.png") center center / cover no-repeat;
  }

  .kc-services-hero__content,
  .kc-services-grid {
    width: min(100% - 32px, 1180px);
  }

  .kc-services-hero h1 {
    font-size: 44px;
    max-width: 100%;
  }

  .kc-services-hero p {
    max-width: 100%;
    font-size: 14px;
  }

  .kc-services-section {
    padding: 86px 0 96px;
  }

  .kc-services-head {
    margin-bottom: 58px;
  }

  .kc-services-head h2 {
    font-size: 36px;
  }

  .kc-service-image {
    height: 320px;
  }

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

  .kc-service-copy p {
    font-size: 14px;
  }

  .kc-eyebrow,
  .kc-service-tag {
    letter-spacing: 4px;
    font-size: 11px;
  }
}

@media (max-width: 520px) {
  .kc-services-hero {
    min-height: 460px;
    padding-bottom: 46px;
  }

  .kc-services-hero h1 {
    font-size: 36px;
  }

  .kc-services-head h2 {
    font-size: 31px;
  }

  .kc-service-image {
    height: 270px;
  }

  .kc-service-btn {
    width: 100%;
  }
}