/**
 * Kashmir Vendor global footer.
 * All selectors are scoped to the child-theme footer component.
 */

.kv-site-footer {
  --kvf-navy: #011745;
  --kvf-navy-light: #0b3974;
  --kvf-pink: #e83588;
  --kvf-pink-dark: #c51d70;
  --kvf-green: #18a083;
  --kvf-white: #ffffff;
  --kvf-muted: rgba(255, 255, 255, 0.68);
  --kvf-line: rgba(255, 255, 255, 0.13);
  --kvf-shell: 1200px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  color: var(--kvf-white);
  background:
    radial-gradient(circle at 86% 18%, rgba(11, 57, 116, 0.82), transparent 35%),
    linear-gradient(145deg, #01102f 0%, var(--kvf-navy) 52%, #051d4d 100%);
  font-family: inherit;
  line-height: 1.6;
  isolation: isolate;
}

.kv-site-footer,
.kv-site-footer * {
  box-sizing: border-box;
}

.kv-site-footer h2,
.kv-site-footer h3,
.kv-site-footer p,
.kv-site-footer ul {
  margin-top: 0;
}

.kv-site-footer svg {
  display: block;
}

.kv-site-footer a {
  text-decoration: none !important;
}

.kv-site-footer__shell {
  position: relative;
  z-index: 2;
  width: min(var(--kvf-shell), calc(100% - 48px));
  margin-inline: auto;
}

.kv-site-footer__ambient {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(12px);
}

.kv-site-footer__ambient--one {
  top: -140px;
  right: -100px;
  width: 430px;
  height: 430px;
  background: rgba(232, 53, 136, 0.13);
}

.kv-site-footer__ambient--two {
  bottom: 90px;
  left: -180px;
  width: 480px;
  height: 480px;
  background: rgba(24, 160, 131, 0.1);
}

.kv-site-footer__mountains {
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
  width: 100%;
  height: 250px;
  color: rgba(255, 255, 255, 0.11);
  pointer-events: none;
}

.kv-site-footer__mountains path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.kv-site-footer__mountains path + path {
  color: rgba(232, 53, 136, 0.12);
}

.kv-site-footer__planner {
  position: relative;
  z-index: 1;
  padding: 94px 0 72px;
  border-bottom: 1px solid var(--kvf-line);
}

.kv-site-footer__planner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: 72px;
}

.kv-site-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #ff8fc2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kv-site-footer__eyebrow::before {
  width: 28px;
  height: 2px;
  content: "";
  border-radius: 10px;
  background: var(--kvf-pink);
}

.kv-site-footer__planner h2 {
  max-width: 790px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.kv-site-footer__title-line {
  display: block;
  overflow: hidden;
}

.kv-site-footer__title-line > span {
  display: block;
}

.kv-site-footer__planner-copy > p {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--kvf-muted);
  font-size: 17px;
  line-height: 1.75;
}

.kv-site-footer__planner-action {
  padding-bottom: 4px;
}

.kv-site-footer__primary-btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--kvf-pink), var(--kvf-pink-dark));
  box-shadow: 0 20px 44px rgba(197, 29, 112, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.kv-site-footer__primary-btn:hover {
  color: #fff !important;
  transform: translateY(-3px);
  filter: brightness(1.06);
  box-shadow: 0 24px 50px rgba(197, 29, 112, 0.34);
}

.kv-site-footer__btn-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.16);
}

.kv-site-footer__btn-icon svg {
  width: 24px;
  height: 24px;
}

.kv-site-footer__primary-btn small,
.kv-site-footer__primary-btn strong {
  display: block;
}

.kv-site-footer__primary-btn small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kv-site-footer__primary-btn strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.kv-site-footer__btn-arrow {
  width: 22px;
  height: 22px;
}

.kv-site-footer__planner-action > p {
  margin: 13px 4px 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.55;
}

.kv-site-footer__route-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
  padding: 13px;
  border: 1px solid var(--kvf-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
}

.kv-site-footer__route-label {
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kv-site-footer__route-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 14px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.kv-site-footer__route-bar a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.09);
}

.kv-site-footer__route-bar a span {
  color: #ff84ba;
}

.kv-site-footer__main-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(145px, 0.62fr) minmax(160px, 0.72fr) minmax(270px, 1.08fr);
  gap: 54px;
  padding: 70px 0 62px;
}

.kv-site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff !important;
}

.kv-site-footer__logo:hover {
  color: #fff !important;
}

.kv-site-footer__logo-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 15px;
  color: #ff71b1;
  background: rgb(255, 255, 255);
}

.kv-site-footer__logo-mark svg {
  width: 40px;
  height: 40px;
}

.kv-site-footer__wordmark strong,
.kv-site-footer__wordmark small {
  display: block;
}

.kv-site-footer__wordmark strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.15;
}

.kv-site-footer__wordmark small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.kv-site-footer__brand-copy {
  max-width: 350px;
  margin: 24px 0 22px;
  color: var(--kvf-muted);
  font-size: 14px;
  line-height: 1.75;
}

.kv-site-footer__local-note {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 13px;
  border: 1px solid rgba(24, 160, 131, 0.28);
  border-radius: 12px;
  background: rgba(24, 160, 131, 0.09);
}

.kv-site-footer__local-note > span {
  color: #5dd6bd;
}

.kv-site-footer__local-note svg {
  width: 22px;
  height: 22px;
}

.kv-site-footer__local-note p,
.kv-site-footer__local-note strong,
.kv-site-footer__local-note small {
  display: block;
  margin-bottom: 0;
}

.kv-site-footer__local-note strong {
  color: #fff;
  font-size: 12px;
}

.kv-site-footer__local-note small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.kv-site-footer__social {
  margin-top: 22px;
}

.kv-site-footer__social > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kv-site-footer__social > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.kv-site-footer__social a {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.78) !important;
  background: rgba(255, 255, 255, 0.055);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.kv-site-footer__social a:hover {
  border-color: rgba(255, 113, 177, 0.56);
  color: #fff !important;
  background: rgba(197, 29, 112, 0.28);
  transform: translateY(-2px);
}

.kv-site-footer__social svg {
  width: 19px;
  height: 19px;
}

.kv-site-footer__column h3,
.kv-site-footer__contact-heading {
  margin-bottom: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kv-site-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kv-site-footer__column li {
  margin-bottom: 7px;
}

.kv-site-footer__column a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  color: var(--kvf-muted) !important;
  font-size: 14px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.kv-site-footer__column a span {
  color: rgba(255, 255, 255, 0.28);
  transition: color 0.2s ease, transform 0.2s ease;
}

.kv-site-footer__column a:hover,
.kv-site-footer__column a.is-current {
  color: #fff !important;
  transform: translateX(3px);
}

.kv-site-footer__column a:hover span,
.kv-site-footer__column a.is-current span {
  color: var(--kvf-pink);
  transform: translateX(2px);
}

.kv-site-footer__contact-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kv-site-footer__contact-heading i {
  flex: 1;
  height: 1px;
  background: var(--kvf-line);
}

.kv-site-footer__contact-primary {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(232, 53, 136, 0.25);
  border-radius: 14px;
  color: #fff !important;
  background: rgba(232, 53, 136, 0.08);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.kv-site-footer__contact-primary:hover {
  color: #fff !important;
  border-color: rgba(232, 53, 136, 0.46);
  background: rgba(232, 53, 136, 0.14);
}

.kv-site-footer__contact-primary > span {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border-radius: 11px;
  color: #ff86bc;
  background: rgba(232, 53, 136, 0.15);
}

.kv-site-footer__contact-primary svg {
  width: 21px;
  height: 21px;
}

.kv-site-footer__contact-primary p,
.kv-site-footer__contact-primary small,
.kv-site-footer__contact-primary strong {
  display: block;
  margin-bottom: 0;
}

.kv-site-footer__contact-primary small,
.kv-site-footer__contact-row small {
  color: rgba(255, 255, 255, 0.49);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kv-site-footer__contact-primary strong {
  margin-top: 2px;
  color: #fff;
  font-size: 15px;
}

.kv-site-footer__contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 3px;
  color: var(--kvf-muted) !important;
}

.kv-site-footer__contact-row:hover {
  color: #fff !important;
}

.kv-site-footer__contact-row > svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #75d7c3;
}

.kv-site-footer__contact-row small,
.kv-site-footer__contact-row strong {
  display: block;
}

.kv-site-footer__contact-row strong {
  overflow-wrap: anywhere;
  color: inherit;
  font-size: 12px;
}

.kv-site-footer__contact address {
  margin: 12px 0 0 35px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-style: normal;
  line-height: 1.55;
}

.kv-site-footer__assurance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--kvf-line);
  border-bottom: 1px solid var(--kvf-line);
}

.kv-site-footer__assurance-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 24px 20px;
}

.kv-site-footer__assurance-item + .kv-site-footer__assurance-item {
  border-left: 1px solid var(--kvf-line);
}

.kv-site-footer__assurance-item > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 11px;
  color: #71dbc5;
  background: rgba(24, 160, 131, 0.1);
}

.kv-site-footer__assurance-item svg {
  width: 21px;
  height: 21px;
}

.kv-site-footer__assurance-item p,
.kv-site-footer__assurance-item strong,
.kv-site-footer__assurance-item small {
  display: block;
  min-width: 0;
  margin-bottom: 0;
}

.kv-site-footer__assurance-item strong {
  color: #fff;
  font-size: 12px;
}

.kv-site-footer__assurance-item small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  line-height: 1.45;
}

.kv-site-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 28px 0 34px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.kv-site-footer__bottom p {
  margin-bottom: 0;
}

.kv-site-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.kv-site-footer__bottom nav a {
  color: rgba(255, 255, 255, 0.52) !important;
  transition: color 0.2s ease;
}

.kv-site-footer__bottom nav a:hover {
  color: #fff !important;
}

.kv-site-footer__top {
  display: inline-flex;
  grid-column: 3;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--kvf-line);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.kv-site-footer__top:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.kv-site-footer__top svg {
  width: 17px;
  height: 17px;
}

.kv-site-footer a:focus-visible,
.kv-site-footer button:focus-visible {
  outline: 3px solid rgba(255, 113, 177, 0.48);
  outline-offset: 3px;
}

@media (max-width: 1060px) {
  .kv-site-footer__planner-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 42px;
  }

  .kv-site-footer__main-grid {
    grid-template-columns: 1.2fr 0.7fr 0.8fr;
  }

  .kv-site-footer__contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 20px;
    padding-top: 8px;
  }

  .kv-site-footer__contact-heading {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .kv-site-footer__contact-primary,
  .kv-site-footer__contact-row {
    margin-bottom: 0;
  }

  .kv-site-footer__contact address {
    grid-column: 3;
    margin: -4px 0 0 35px;
  }

  .kv-site-footer__assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kv-site-footer__assurance-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--kvf-line);
  }

  .kv-site-footer__assurance-item:nth-child(4) {
    border-top: 1px solid var(--kvf-line);
  }
}

@media (max-width: 760px) {
  .kv-site-footer__shell {
    width: min(100% - 30px, var(--kvf-shell));
  }

  .kv-site-footer__planner {
    padding: 74px 0 54px;
  }

  .kv-site-footer__planner-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .kv-site-footer__planner h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .kv-site-footer__route-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kv-site-footer__route-label {
    grid-column: 1 / -1;
  }

  .kv-site-footer__main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 28px;
    padding: 56px 0 50px;
  }

  .kv-site-footer__brand,
  .kv-site-footer__contact {
    grid-column: 1 / -1;
  }

  .kv-site-footer__contact {
    grid-template-columns: 1fr;
  }

  .kv-site-footer__contact-heading,
  .kv-site-footer__contact address {
    grid-column: auto;
  }

  .kv-site-footer__contact address {
    margin-top: -4px;
  }

  .kv-site-footer__bottom {
    grid-template-columns: 1fr auto;
  }

  .kv-site-footer__bottom nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .kv-site-footer__top {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 520px) {
  .kv-site-footer__planner {
    padding-top: 64px;
  }

  .kv-site-footer__primary-btn {
    grid-template-columns: auto 1fr auto;
  }

  .kv-site-footer__btn-arrow {
    display: none;
  }

  .kv-site-footer__route-bar,
  .kv-site-footer__main-grid,
  .kv-site-footer__assurance {
    grid-template-columns: 1fr;
  }

  .kv-site-footer__route-label,
  .kv-site-footer__brand,
  .kv-site-footer__contact {
    grid-column: auto;
  }

  .kv-site-footer__assurance-item + .kv-site-footer__assurance-item {
    border-top: 1px solid var(--kvf-line);
    border-left: 0;
  }

  .kv-site-footer__bottom {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kv-site-footer__bottom nav,
  .kv-site-footer__top {
    grid-column: auto;
    grid-row: auto;
  }

  .kv-site-footer__bottom nav {
    gap: 12px 16px;
  }

  .kv-site-footer__top {
    width: fit-content;
  }
}

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