/* Shared location finder. Loaded on every Kvartira3 page by kvartira3-leads.js. */
body.k3-finder-is-open { overflow: hidden !important; }

.k3-finder-trigger {
  position: relative;
  padding: 0 0 0 17px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.78);
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  transition: color .2s ease;
}
.k3-finder-trigger::before {
  content: "\f041";
  position: absolute;
  top: 50%;
  left: 0;
  color: var(--gold-light, var(--k3-gold-light, #dcc38c));
  font: normal normal normal 11px/1 FontAwesome;
  transform: translateY(-53%);
  -webkit-font-smoothing: antialiased;
}
.k3-finder-trigger:hover { color: var(--gold-light, var(--k3-gold-light, #dcc38c)); }
.mobile-menu .k3-finder-trigger--mobile {
  width: 100%;
  min-height: 50px;
  padding: 14px 28px 14px 2px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line, var(--k3-line, #d5d5cc));
  color: var(--ink, var(--k3-ink, #16211d));
  font-size: 11px;
  letter-spacing: .06em;
  text-align: left;
  text-transform: uppercase;
}
.mobile-menu .k3-finder-trigger--mobile::before {
  right: 4px;
  left: auto;
  color: #9a7b40;
  font-size: 13px;
}

.location-finder-cta {
  width: min(100%, 510px);
  margin-top: 24px;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
  background: transparent;
  color: #fff;
  font-size: 13px;
  text-align: left;
}
.service-map__aside > p {
  max-width: 500px;
  margin: 0 0 5px;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  line-height: 1.75;
}
.location-finder-cta small {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-light, #dcc38c);
  font: 700 9px/1.2 "Courier New", monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.location-finder-cta:hover .arrow { transform: translateX(4px); }

.k3-location-dialog {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 24px;
  border: 0;
  background: transparent;
  color: #17211d;
  overflow: hidden;
}
.k3-location-dialog::backdrop { background: rgba(6,17,13,.82); backdrop-filter: blur(7px); }
.k3-location-dialog[open] { display: grid; place-items: center; }
.k3-location-dialog__panel {
  position: relative;
  width: min(1180px, 100%);
  height: min(790px, 100%);
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  background: #f8f7f2;
  box-shadow: 0 40px 120px rgba(0,0,0,.35);
}
.k3-location-dialog__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #d5d5cc;
  border-radius: 50%;
  background: #f8f7f2;
  color: #203d34;
  font-size: 0;
}
.k3-location-dialog__close::before {
  content: "\f00d";
  font: normal normal normal 15px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
}
.k3-location-dialog__close:hover { background: #203d34; color: #fff; }
.k3-location-dialog__intro {
  position: relative;
  padding: 54px 46px 42px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #18362d;
  color: #fff;
}
.k3-location-dialog__intro::before,
.k3-location-dialog__intro::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(220,195,140,.18);
  border-radius: 50%;
}
.k3-location-dialog__intro::before { width: 420px; height: 420px; right: -270px; bottom: -130px; }
.k3-location-dialog__intro::after { width: 280px; height: 280px; right: -180px; bottom: -60px; }
.k3-location-dialog__code {
  position: relative;
  z-index: 1;
  margin: 0 0 70px;
  color: #dcc38c;
  font: 700 10px/1.3 "Courier New", monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.k3-location-dialog__intro h2 {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0;
  font: 300 clamp(46px, 5vw, 72px)/.91 "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.k3-location-dialog__intro h2 em { color: #dcc38c; font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.k3-location-dialog__intro > p:not(.k3-location-dialog__code) {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.7;
}
.k3-location-dialog__stats {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.2);
}
.k3-location-dialog__stats span { display: grid; gap: 4px; color: rgba(255,255,255,.46); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.k3-location-dialog__stats strong { color: #fff; font-size: 22px; font-weight: 400; letter-spacing: -.03em; }
.k3-location-dialog__catalog {
  min-width: 0;
  padding: 58px 44px 34px;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  overflow: hidden;
  background: #f8f7f2;
}
.k3-location-search { position: relative; display: block; margin-right: 62px; }
.k3-location-search::before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 2px;
  color: #8a918d;
  font: normal normal normal 14px/1 FontAwesome;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
}
.k3-location-search input {
  width: 100%;
  height: 52px;
  padding: 0 60px 0 31px;
  border: 0;
  border-bottom: 1px solid #bbbdb7;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #16211d;
  font-size: 19px;
}
.k3-location-search input:focus { border-color: #9a7b40; box-shadow: none; }
.k3-location-search span { position: absolute; top: 50%; right: 2px; color: #747c77; font: 700 9px/1 "Courier New", monospace; letter-spacing: .12em; transform: translateY(-50%); text-transform: uppercase; }
.k3-location-tabs {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d5d5cc;
}
.k3-location-tabs button {
  min-height: 48px;
  padding: 10px 14px;
  border: 0;
  border-right: 1px solid #d5d5cc;
  background: transparent;
  color: #646d68;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.k3-location-tabs button:last-child { border-right: 0; }
.k3-location-tabs button[aria-selected="true"] { background: #203d34; color: #fff; }
.k3-location-results {
  min-height: 0;
  margin-top: 25px;
  padding-right: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 1px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #a9aaa3 transparent;
}
.k3-location-result {
  position: relative;
  min-height: 94px;
  padding: 18px 48px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d9d8d1;
  background: #f8f7f2;
  color: #16211d;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
.k3-location-result small { overflow: hidden; color: #8a918d; font: 700 8px/1.2 "Courier New", monospace; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.k3-location-result strong { margin-top: 12px; font-size: 15px; font-weight: 500; letter-spacing: -.02em; line-height: 1.15; }
.k3-location-result .arrow { position: absolute; right: 16px; bottom: 15px; }
.k3-location-result:hover { background: #c5a25d; color: #10251e; }
.k3-location-result:hover small { color: inherit; }
.k3-location-result:hover .arrow { transform: translateX(4px); }
.k3-location-empty {
  grid-column: 1 / -1;
  min-height: 220px;
  padding: 42px;
  display: grid;
  place-content: center;
  text-align: center;
}
.k3-location-empty strong { font-size: 22px; font-weight: 450; letter-spacing: -.03em; }
.k3-location-empty p { max-width: 420px; margin: 12px auto 24px; color: #68716c; font-size: 13px; line-height: 1.6; }
.k3-location-empty a { justify-self: center; padding-bottom: 6px; border-bottom: 1px solid #9a7b40; color: #725b2f; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.k3-location-error { grid-column: 1 / -1; padding: 38px; color: #724137; line-height: 1.6; text-align: center; }

/* Generated noindex location pages. */
.location-page { background: #f8f7f2; }
.location-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: #10251e;
  color: #fff;
}
.location-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  background-image:
    linear-gradient(rgba(220,195,140,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220,195,140,.14) 1px, transparent 1px),
    radial-gradient(circle at 20% 55%, rgba(75,125,106,.8), transparent 40%);
  background-size: 74px 74px, 74px 74px, 100% 100%;
  transform: perspective(700px) rotateX(58deg) scale(1.7) translateY(15%);
  transform-origin: center bottom;
}
.location-hero__layout { min-height: 760px; padding-top: 142px; padding-bottom: 72px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .7fr); gap: clamp(50px, 7vw, 110px); align-items: center; }
.location-hero__copy { min-width: 0; }
.location-page .breadcrumbs { margin-bottom: 42px; display: flex; flex-wrap: wrap; gap: 9px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.location-page .breadcrumbs button { padding: 0; border: 0; background: transparent; color: #dcc38c; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.location-hero__type { margin: 0 0 20px; color: #fff; font: 700 9px/1.4 "Courier New", monospace; letter-spacing: .12em; text-transform: uppercase; }
.location-hero__type span { margin-left: 9px; color: #dcc38c; }
.location-hero h1 { max-width: 760px; font-size: clamp(50px, 6.5vw, 88px); }
.location-hero h1 em { color: #dcc38c; font-family: Georgia, "Times New Roman", serif; font-size: .86em; font-weight: 400; letter-spacing: -.055em; line-height: .94; text-transform: none; }
.location-hero__lead { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.location-change {
  margin-top: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.location-change:hover .arrow { transform: translateX(4px); }
.location-selection { width: 100%; }
.location-method { padding-top: 108px; padding-bottom: 112px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.location-method h2 { font-size: clamp(48px, 5vw, 72px); }
.location-method__list { border-top: 1px solid #d5d5cc; }
.location-method__list article { padding: 24px 0; display: grid; grid-template-columns: 90px 1fr 1.2fr; gap: 28px; align-items: start; border-bottom: 1px solid #d5d5cc; }
.location-method__list article > span { color: #9a7b40; font: 700 9px/1.4 "Courier New", monospace; letter-spacing: .1em; text-transform: uppercase; }
.location-method__list h3 { margin: 0; font-size: 18px; font-weight: 500; letter-spacing: -.03em; }
.location-method__list p { margin: 0; color: #68716c; font-size: 13px; line-height: 1.6; }
.location-related { padding-top: 8px; padding-bottom: 112px; }
.location-related__head { display: grid; grid-template-columns: .72fr .7fr 1fr; gap: 52px; align-items: end; margin-bottom: 46px; }
.location-related__head .eyebrow { align-self: start; }
.location-related__head h2 { font-size: clamp(46px, 4.8vw, 68px); }
.location-related__head > p:last-child { margin: 0 0 5px; color: #68716c; font-size: 14px; line-height: 1.7; }
.location-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d5d5cc; border-left: 1px solid #d5d5cc; }
.location-related__grid > a { position: relative; min-height: 190px; padding: 24px 54px 24px 24px; display: flex; flex-direction: column; border-right: 1px solid #d5d5cc; border-bottom: 1px solid #d5d5cc; transition: background .2s ease, color .2s ease; }
.location-related__grid > a > span { color: #9a7b40; font: 700 8px/1.3 "Courier New", monospace; letter-spacing: .11em; text-transform: uppercase; }
.location-related__grid h3 { margin: auto 0 9px; font-size: 22px; font-weight: 450; letter-spacing: -.035em; line-height: 1.08; }
.location-related__grid p { margin: 0; overflow: hidden; color: #78807b; font-size: 10px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.location-related__grid .arrow { position: absolute; right: 18px; bottom: 20px; }
.location-related__grid > a:hover { background: #c5a25d; color: #10251e; }
.location-related__grid > a:hover span, .location-related__grid > a:hover p { color: inherit; }
.location-commercial-links { min-height: 76px; padding: 18px 22px; display: flex; align-items: center; gap: 28px; border-right: 1px solid #d5d5cc; border-bottom: 1px solid #d5d5cc; border-left: 1px solid #d5d5cc; }
.location-commercial-links span { margin-right: auto; color: #8a918d; font: 700 8px/1.3 "Courier New", monospace; letter-spacing: .11em; text-transform: uppercase; }
.location-commercial-links a { padding-bottom: 4px; border-bottom: 1px solid transparent; font-size: 11px; }
.location-commercial-links a:hover { border-color: #9a7b40; color: #725b2f; }
.location-next { padding: 105px 0; background: #203d34; color: #fff; }
.location-next__layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.location-next h2 { font-size: clamp(50px, 5.5vw, 78px); }
.location-next h2 em { color: #dcc38c; font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.location-next__layout > div:last-child > p { margin: 0 0 32px; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.7; }
.location-next__layout > div:last-child > a { padding: 0 0 8px; display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.4); color: #fff; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.location-page .footer-nav button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; }
.location-page .footer-nav button:hover { color: #dcc38c; }
.location-hero--hub { min-height: 100dvh; }
.location-hub__layout { min-height: 100dvh; padding-top: 150px; padding-bottom: 80px; display: flex; flex-direction: column; justify-content: center; }
.location-hub h1 { font-size: clamp(72px, 11vw, 148px); }
.location-hub h1 + p { max-width: 640px; margin: 35px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.location-hub__counts { width: min(720px, 100%); margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.location-hub__counts span { padding-top: 15px; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.location-hub__counts strong { display: block; margin-bottom: 4px; color: #fff; font-size: 25px; font-weight: 400; }
.location-directory { padding-top: 110px; padding-bottom: 118px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.location-directory__head { position: sticky; top: 38px; }
.location-directory__head h2 { font-size: clamp(48px, 5vw, 72px); }
.location-directory__head > p:last-child { max-width: 390px; margin: 28px 0 0; color: #68716c; font-size: 14px; line-height: 1.7; }
.location-directory__lists { border-top: 1px solid #d5d5cc; }
.location-directory__lists details { border-bottom: 1px solid #d5d5cc; }
.location-directory__lists summary { min-height: 68px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; list-style: none; font-size: 17px; }
.location-directory__lists summary::-webkit-details-marker { display: none; }
.location-directory__lists summary span { min-width: 34px; height: 24px; display: grid; place-items: center; border: 1px solid #c6c5be; border-radius: 999px; color: #777e7a; font: 700 8px/1 "Courier New", monospace; }
.location-directory__lists details > div { padding: 0 0 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; }
.location-directory__lists details a { min-height: 66px; padding: 12px 15px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #deddd6; }
.location-directory__lists details a span { margin-bottom: 6px; overflow: hidden; color: #8a918d; font: 700 7px/1.2 "Courier New", monospace; letter-spacing: .07em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.location-directory__lists details a strong { font-size: 13px; font-weight: 500; }
.location-directory__lists details a:hover { border-color: #c5a25d; background: #c5a25d; color: #10251e; }
.location-directory__lists details a:hover span { color: inherit; }

@media (max-width: 980px) {
  .k3-location-dialog__panel { grid-template-columns: 280px minmax(0, 1fr); }
  .k3-location-dialog__intro { padding: 42px 30px 32px; }
  .k3-location-dialog__intro h2 { font-size: 50px; }
  .k3-location-dialog__catalog { padding: 54px 30px 28px; }
  .k3-location-results { grid-template-columns: 1fr; }
  .location-hero__layout { grid-template-columns: 1fr; padding-top: 150px; }
  .location-selection { max-width: 620px; }
  .location-method { grid-template-columns: 1fr; gap: 42px; }
  .location-related__head { grid-template-columns: 1fr 1fr; }
  .location-related__head > p:last-child { grid-column: 2; }
  .location-related__grid { grid-template-columns: repeat(2, 1fr); }
  .location-commercial-links { flex-wrap: wrap; }
  .location-commercial-links span { width: 100%; margin-right: 0; }
  .location-directory { grid-template-columns: 1fr; gap: 48px; }
  .location-directory__head { position: static; }
}

@media (max-width: 720px) {
  .k3-location-dialog { padding: 0; }
  .k3-location-dialog__panel { width: 100%; height: 100%; min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); border: 0; }
  .k3-location-dialog__close { top: 16px; right: 16px; border-color: rgba(255,255,255,.28); background: transparent; color: #fff; }
  .k3-location-dialog__intro { min-height: 214px; padding: 29px 70px 26px 22px; }
  .k3-location-dialog__code { margin-bottom: 30px; }
  .k3-location-dialog__intro h2 { max-width: 280px; font-size: 38px; line-height: .94; }
  .k3-location-dialog__intro > p:not(.k3-location-dialog__code) { margin-top: 16px; font-size: 12px; line-height: 1.5; }
  .k3-location-dialog__stats { display: none; }
  .k3-location-dialog__catalog { padding: 20px 16px 18px; }
  .k3-location-search { margin-right: 0; }
  .k3-location-search input { height: 46px; font-size: 16px; }
  .k3-location-tabs { margin-top: 17px; }
  .k3-location-tabs button { min-height: 44px; padding-inline: 5px; font-size: 9px; }
  .k3-location-results { margin-top: 16px; padding-right: 2px; grid-template-columns: 1fr; }
  .k3-location-result { min-height: 80px; padding: 14px 45px 14px 14px; }
  .k3-location-result strong { margin-top: 8px; }
  .location-hero__layout { min-height: auto; padding-top: 120px; padding-bottom: 58px; gap: 42px; }
  .location-page .breadcrumbs { margin-bottom: 30px; }
  .location-hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .location-hero__lead { font-size: 14px; }
  .location-method { padding-top: 80px; padding-bottom: 82px; }
  .location-method__list article { grid-template-columns: 1fr; gap: 10px; }
  .location-related { padding-bottom: 82px; }
  .location-related__head { grid-template-columns: 1fr; gap: 20px; }
  .location-related__head > p:last-child { grid-column: 1; }
  .location-related__grid { grid-template-columns: 1fr; }
  .location-related__grid > a { min-height: 150px; }
  .location-commercial-links { align-items: flex-start; flex-direction: column; gap: 14px; }
  .location-next { padding: 80px 0; }
  .location-next__layout { grid-template-columns: 1fr; gap: 42px; }
  .location-next h2 { font-size: clamp(42px, 12vw, 56px); }
  .location-hub__layout { min-height: 100dvh; padding-top: 120px; }
  .location-hub h1 { font-size: clamp(60px, 19vw, 92px); }
  .location-hub__counts { grid-template-columns: 1fr; }
  .location-hub__counts span { padding-bottom: 10px; display: flex; align-items: center; gap: 10px; }
  .location-hub__counts strong { margin: 0; }
  .location-directory { padding-top: 80px; padding-bottom: 86px; gap: 34px; }
  .location-directory__lists details > div { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .k3-location-dialog::backdrop { backdrop-filter: none; }
}
