:root {
  --areeka-ink: #18171c;
  --areeka-muted: #67616d;
  --areeka-line: #e6e0dc;
  --areeka-surface: #f5f6f7;
  --areeka-panel: #ffffff;
  --areeka-plum: #6f3a78;
  --areeka-coral: #cf6a42;
  --areeka-moss: #577766;
  --areeka-gold: #b7925f;
}

.page-id-14 #main,
.page-id-14 #content {
  background: var(--areeka-panel);
}

.page-id-14 #content,
.page-id-14 .entry-content {
  overflow: visible;
}

.page-id-14 #content > .areeka-nd-contact-methods,
.page-id-14 #content > .areeka-nd-contact-layout,
.page-id-14 #content > .areeka-nd-contact-visit,
.page-id-14 .entry-content > .areeka-nd-contact-methods,
.page-id-14 .entry-content > .areeka-nd-contact-layout,
.page-id-14 .entry-content > .areeka-nd-contact-visit {
  width: min(1120px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.page-id-14 .areeka-nd-kicker {
  margin: 0 0 10px;
  color: var(--areeka-coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-id-14 .areeka-nd-contact-hero {
  position: relative;
  min-height: 430px;
  width: 100%;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--areeka-ink);
  background-image: var(--areeka-contact-hero-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-id-14 .areeka-nd-contact-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 23, 28, .93) 0%, rgba(24, 23, 28, .78) 37%, rgba(24, 23, 28, .35) 66%, rgba(24, 23, 28, .08) 100%);
}

.page-id-14 .areeka-nd-contact-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
  padding: 70px 0;
}

.page-id-14 .areeka-nd-contact-hero .areeka-nd-kicker {
  color: #f1a17f;
}

.page-id-14 .areeka-nd-contact-hero h1 {
  max-width: 660px;
  margin: 0 0 16px;
  color: white;
  font-family: Georgia, serif;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
  text-transform: none;
}

.page-id-14 .areeka-nd-contact-hero__summary {
  max-width: 600px;
  margin: 0;
  color: #f1edf2;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  text-shadow: 0 1px 2px rgba(24, 23, 28, .42);
}

.page-id-14 .areeka-nd-contact-hero__inner > p:empty {
  display: none;
}

.page-id-14 .areeka-nd-contact-methods {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 34px 0 60px;
}

.page-id-14 .areeka-nd-contact-methods article {
  min-width: 0;
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background: var(--areeka-panel);
  padding: 20px;
  box-shadow: 0 12px 30px rgba(24, 23, 28, .07);
}

.page-id-14 .areeka-nd-contact-methods span {
  display: block;
  margin-bottom: 3px;
  color: var(--areeka-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-id-14 .areeka-nd-contact-methods strong {
  min-height: 50px;
  display: block;
  overflow-wrap: anywhere;
  color: var(--areeka-ink);
  font-size: 16px;
  line-height: 1.45;
}

.page-id-14 .areeka-nd-contact-methods a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--areeka-plum);
  font-weight: 800;
  text-decoration: none;
}

.page-id-14 .areeka-nd-contact-methods a:hover,
.page-id-14 .areeka-nd-contact-methods a:focus {
  color: var(--areeka-coral);
}

.page-id-14 .areeka-nd-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 48px;
  align-items: start;
  padding: 64px 0;
  border-top: 1px solid var(--areeka-line);
}

.page-id-14 .areeka-nd-contact-form > h2,
.page-id-14 .areeka-nd-contact-address h2 {
  margin: 0 0 12px;
  color: var(--areeka-ink);
  font-family: Georgia, serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.page-id-14 .areeka-nd-contact-form > p:not(.areeka-nd-kicker) {
  margin: 0 0 28px;
  color: var(--areeka-muted);
}

.page-id-14 .areeka-nd-contact-help {
  position: sticky;
  top: 24px;
  border-left: 4px solid var(--areeka-gold);
  background: #faf8f4;
  padding: 24px;
}

.page-id-14 .areeka-nd-contact-help h3 {
  margin: 0 0 9px;
  color: var(--areeka-ink);
  font-size: 19px;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-14 .areeka-nd-contact-help p {
  margin: 0 0 15px;
  color: var(--areeka-muted);
}

.page-id-14 .areeka-nd-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 10px 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.page-id-14 .areeka-nd-contact-help .areeka-nd-button {
  width: 100%;
  margin-top: 9px;
}

.page-id-14 .areeka-nd-contact-help .areeka-nd-button--outline,
.page-id-14 .areeka-nd-contact-address .areeka-nd-button--outline {
  border-color: var(--areeka-ink) !important;
  background: white !important;
  color: var(--areeka-ink) !important;
}

.page-id-14 .areeka-nd-contact-help .areeka-nd-button--outline:hover,
.page-id-14 .areeka-nd-contact-help .areeka-nd-button--outline:focus,
.page-id-14 .areeka-nd-contact-address .areeka-nd-button--outline:hover,
.page-id-14 .areeka-nd-contact-address .areeka-nd-button--outline:focus {
  border-color: var(--areeka-plum) !important;
  color: var(--areeka-plum) !important;
}

.page-id-14 .areeka-nd-adaptive-form fieldset {
  min-width: 0;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}

.page-id-14 .areeka-nd-contact-type legend {
  width: 100%;
  margin-bottom: 12px;
  color: var(--areeka-ink);
  font-size: 15px;
  font-weight: 800;
}

.page-id-14 .areeka-nd-contact-type .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.page-id-14 .areeka-nd-contact-type .wpcf7-list-item {
  min-width: 0;
  margin: 0;
  border: 0;
}

.page-id-14 .areeka-nd-contact-type label {
  position: relative;
  min-height: 58px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 2px solid var(--areeka-plum);
  border-radius: 6px;
  background: white;
  color: var(--areeka-plum);
  padding: 8px 10px;
  box-shadow: 0 5px 14px rgba(24, 23, 28, .08);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.page-id-14 .areeka-nd-contact-type label:hover {
  border-color: var(--areeka-coral);
  color: var(--areeka-coral);
}

.page-id-14 .areeka-nd-contact-type input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.page-id-14 .areeka-nd-contact-type label:has(input:checked),
.page-id-14 .areeka-nd-contact-type label:has(input:checked):hover {
  border-color: var(--areeka-plum);
  background: var(--areeka-plum);
  color: white;
  box-shadow: 0 8px 18px rgba(111, 58, 120, .24);
}

.page-id-14 .areeka-nd-contact-type label:has(input:focus-visible) {
  outline: 3px solid #1261a0;
  outline-offset: 3px;
}

.page-id-14 .areeka-nd-contact-panel[hidden] {
  display: none !important;
}

.page-id-14 .areeka-nd-contact-panel__intro {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--areeka-line);
}

.page-id-14 .areeka-nd-contact-panel__intro h3 {
  margin: 0 0 5px;
  color: var(--areeka-ink);
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.page-id-14 .areeka-nd-contact-panel__intro p {
  margin: 0;
  color: var(--areeka-muted);
}

.page-id-14 .areeka-nd-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}

.page-id-14 .areeka-nd-contact-fields > p {
  min-width: 0;
  margin: 0;
}

.page-id-14 .areeka-nd-contact-fields > p.is-wide {
  grid-column: 1 / -1;
}

.page-id-14 .areeka-nd-contact-fields label {
  display: block;
  margin-bottom: 7px;
  color: var(--areeka-ink);
  font-size: 14px;
  font-weight: 800;
}

.page-id-14 .areeka-nd-contact-fields label > span,
.page-id-14 .areeka-nd-contact-fields small {
  color: var(--areeka-muted);
  font-weight: 500;
}

.page-id-14 .areeka-nd-contact-fields small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}

.page-id-14 .areeka-nd-contact-fields .wpcf7-form-control-wrap {
  display: block;
}

.page-id-14 .areeka-nd-contact-fields input,
.page-id-14 .areeka-nd-contact-fields select,
.page-id-14 .areeka-nd-contact-fields textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  border: 1px solid #aaa4ad;
  border-radius: 5px;
  background: var(--areeka-panel);
  color: var(--areeka-ink);
  padding: 11px 12px;
  font-size: 16px;
}

.page-id-14 .areeka-nd-contact-fields textarea {
  min-height: 132px;
  resize: vertical;
}

.page-id-14 .areeka-nd-contact-fields input:focus,
.page-id-14 .areeka-nd-contact-fields select:focus,
.page-id-14 .areeka-nd-contact-fields textarea:focus {
  border-color: #1261a0;
  box-shadow: 0 0 0 1px #1261a0;
  outline: 0;
}

.page-id-14 .areeka-nd-contact-fields input[type="file"] {
  min-height: 54px;
  padding: 9px;
}

.page-id-14 .areeka-nd-file-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.page-id-14 .areeka-nd-contact-submit {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
}

.page-id-14 .areeka-nd-contact-submit .wpcf7-submit {
  min-width: 160px !important;
  min-height: 48px !important;
  margin: 0 !important;
  border: 2px solid var(--areeka-coral) !important;
  border-radius: 6px;
  background: var(--areeka-coral) !important;
  color: white !important;
  padding: 10px 18px;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-14 .areeka-nd-contact-submit .wpcf7-submit:hover,
.page-id-14 .areeka-nd-contact-submit .wpcf7-submit:focus {
  border-color: #b85231 !important;
  background: #b85231 !important;
}

.page-id-14 .areeka-nd-contact-visit {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 42px;
  align-items: center;
  padding: 68px 0;
  border-top: 1px solid var(--areeka-line);
}

.page-id-14 .areeka-nd-contact-map {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8d4d0;
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 30px rgba(24, 23, 28, .08);
}

.page-id-14 .areeka-nd-contact-map img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1400 / 1013;
  object-fit: contain;
}

.page-id-14 .areeka-nd-contact-map figcaption {
  margin: 0;
  border-top: 1px solid var(--areeka-line);
  background: white;
  color: var(--areeka-muted);
  padding: 10px 12px;
  font-size: 12px;
}

.page-id-14 .areeka-nd-contact-address address {
  margin: 17px 0 22px;
  color: var(--areeka-ink);
  font-style: normal;
  font-size: 17px;
  line-height: 1.6;
}

.page-id-14 .areeka-nd-contact-address dl {
  margin: 0 0 24px;
}

.page-id-14 .areeka-nd-contact-address dl div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--areeka-line);
}

.page-id-14 .areeka-nd-contact-address dt {
  color: var(--areeka-muted);
  font-weight: 700;
}

.page-id-14 .areeka-nd-contact-address dd {
  margin: 0;
  color: var(--areeka-ink);
  font-weight: 750;
}

.page-id-14 .areeka-ai-chat,
.page-id-14 .areeka-ai-chat__eyecatcher {
  display: none !important;
}

@media (max-width: 920px) {
  .page-id-14 .areeka-nd-contact-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-14 .areeka-nd-contact-layout,
  .page-id-14 .areeka-nd-contact-visit {
    grid-template-columns: 1fr;
  }

  .page-id-14 .areeka-nd-contact-help {
    position: static;
  }
}

@media (max-width: 620px) {
  .page-id-14 #content > .areeka-nd-contact-methods,
  .page-id-14 #content > .areeka-nd-contact-layout,
  .page-id-14 #content > .areeka-nd-contact-visit,
  .page-id-14 .entry-content > .areeka-nd-contact-methods,
  .page-id-14 .entry-content > .areeka-nd-contact-layout,
  .page-id-14 .entry-content > .areeka-nd-contact-visit,
  .page-id-14 .areeka-nd-contact-hero__inner {
    width: calc(100% - 28px);
  }

  .page-id-14 .areeka-nd-contact-hero {
    min-height: 390px;
    background-position: 64% center;
  }

  .page-id-14 .areeka-nd-contact-hero::before {
    background: linear-gradient(90deg, rgba(24, 23, 28, .92) 0%, rgba(24, 23, 28, .74) 68%, rgba(24, 23, 28, .34) 100%);
  }

  .page-id-14 .areeka-nd-contact-hero__inner {
    padding: 56px 0;
  }

  .page-id-14 .areeka-nd-contact-hero h1 {
    max-width: 315px;
    font-size: 40px;
  }

  .page-id-14 .areeka-nd-contact-hero__summary {
    max-width: 315px;
    font-size: 16px;
  }

  .page-id-14 .areeka-nd-contact-methods {
    grid-template-columns: 1fr;
    padding: 24px 0 46px;
  }

  .page-id-14 .areeka-nd-contact-methods strong {
    min-height: 0;
  }

  .page-id-14 .areeka-nd-contact-layout,
  .page-id-14 .areeka-nd-contact-visit {
    gap: 28px;
    padding: 52px 0;
  }

  .page-id-14 .areeka-nd-contact-type .wpcf7-radio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-id-14 .areeka-nd-contact-fields {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .page-id-14 .areeka-nd-contact-fields > p.is-wide {
    grid-column: auto;
  }

  .page-id-14 .areeka-nd-file-row {
    grid-template-columns: 1fr;
  }

  .page-id-14 .areeka-nd-contact-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .page-id-14 .areeka-nd-contact-submit .wpcf7-submit {
    width: 100%;
  }

  .page-id-14 .areeka-nd-contact-address dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
