body:has(.kc-home-hero) .kc-main,
body:has(.kc-contact) .kc-main,
body:has(.kc-about) .kc-main {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.kc-contact {
  background: #080808;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

/* HERO */

.kc-contact-hero {
  position: relative;
  width: 100%;
  min-height: 360px;

  background-image: url("../img/Contactenos.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.kc-contact-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.45), rgba(0,0,0,.85)),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.8));
}

.kc-contact-hero-inner {
  position: relative;
  z-index: 2;
  width: min(720px, 90%);
  text-align: center;
  padding: 80px 0 60px;
}

.kc-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #C6A15B;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.kc-contact-eyebrow::before,
.kc-contact-eyebrow::after {
  content: "";
  width: 52px;
  height: 1px;
  background: rgba(198, 161, 91, 0.85);
}

.kc-contact-hero h1 {
  margin: 0;
  color: #FFFFFF;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0;
}

.kc-contact-line {
  width: 92px;
  height: 1px;
  margin: 18px auto 18px;
  background: linear-gradient(90deg, transparent, #C6A15B, transparent);
}

.kc-contact-hero p {
  width: min(560px, 100%);
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

/* CONTACT MAIN */

.kc-contact-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 88px 0 96px;
  background: #090909;
}

.kc-contact-container {
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.kc-contact-info h2,
.kc-contact-form-card h2,
.kc-contact-location-info h2 {
  margin: 0 0 24px;
  color: #C6A15B;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.kc-contact-list {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.kc-contact-list p {
  margin: 0;
  color: #d8d8d8;
  font-size: 13px;
  line-height: 20px;
}

.kc-contact-hours {
  border-top: 1px solid rgba(198, 161, 91, 0.55);
  padding-top: 22px;
}

.kc-contact-hours h3 {
  margin: 0 0 18px;
  color: #C6A15B;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.kc-contact-hours div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  color: #d8d8d8;
  font-size: 12px;
  line-height: 18px;
}

.kc-contact-hours strong {
  font-weight: 400;
  color: #ffffff;
}

/* FORM */

.kc-contact-form-card {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 6px;
  padding: 32px;
  background: rgba(8,8,8,.55);
}

.kc-contact-form {
  display: grid;
  gap: 12px;
}

.kc-form-row {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 12px;
}

.kc-contact-form input,
.kc-contact-form select,
.kc-contact-form textarea {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.32);
  background: #080808;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  outline: none;
}

.kc-contact-form textarea {
  min-height: 100px;
  padding: 12px;
  resize: vertical;
}

.kc-contact-form input::placeholder,
.kc-contact-form textarea::placeholder {
  color: rgba(255,255,255,.7);
}

.kc-contact-form button {
  height: 42px;
  border: none;
  background: linear-gradient(135deg, #d7b763, #c89a45);
  color: #111111;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .25s ease;
}

.kc-contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(198,161,91,.22);
}

/* DOG SECTION */
/* =========================================================
   KING'S POWER BANNER
========================================================= */

.kc-power-banner {
  position: relative;
  width: 100%;
  min-height: 430px;
  overflow: hidden;

  background: #0E0E0E;
}

.kc-power-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;

  background-image: url("/static/img/power-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  filter: grayscale(100%);
  opacity: 0.72;
}

.kc-power-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(14, 14, 14, 0.94) 0%,
      rgba(14, 14, 14, 0.70) 38%,
      rgba(14, 14, 14, 0.20) 64%,
      rgba(14, 14, 14, 0.88) 100%
    ),
    linear-gradient(
      180deg,
      rgba(14, 14, 14, 0.24) 0%,
      rgba(14, 14, 14, 0.68) 100%
    );
}

.kc-power-banner__inner {
  position: relative;
  z-index: 2;

  width: min(1180px, calc(100% - 48px));
  min-height: 430px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.kc-power-banner__text {
  padding-left: 96px;
}

.kc-power-banner__text h2 {
  margin: 0;

  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0;

  color: rgba(255, 255, 255, 0.48);
}

.kc-power-banner__text h2 strong {
  display: inline-block;

  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;

  color: rgba(255, 255, 255, 0.86);
}

.kc-power-banner__dog {
  position: absolute;
  right: 70px;
  bottom: 0;

  width: min(430px, 42vw);
  z-index: 3;
}

.kc-power-banner__dog img {
  width: 100%;
  height: auto;
  display: block;

  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.55));
}
/* LOCATION */

.kc-contact-location {
  padding: 64px 20px 70px;
  background: #080808;
}

.kc-contact-location-inner {
  width: min(1060px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 70px;
  align-items: center;
}

.kc-contact-map img {
  width: 100%;
  display: block;
  border: 1px solid rgba(198,161,91,.45);
}

.kc-contact-location-info p {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
}

.kc-location-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 42px;
  border: 1px solid #C6A15B;
  color: #C6A15B;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: all .25s ease;
}

.kc-location-btn:hover {
  background: #C6A15B;
  color: #111111;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .kc-contact-container,
  .kc-contact-location-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .kc-form-row {
    grid-template-columns: 1fr;
  }

  .kc-contact-dog-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
  }

  .kc-contact-dog img {
    height: 240px;
  }
}

@media (max-width: 520px) {
  .kc-contact-hero h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .kc-contact-eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
    gap: 10px;
  }

  .kc-contact-eyebrow::before,
  .kc-contact-eyebrow::after {
    width: 30px;
  }

  .kc-contact-form-card {
    padding: 22px;
  }

  .kc-contact-dog-text h2 {
    font-size: 28px;
    line-height: 32px;
  }
}