/* Contact page styles. Loaded only by contact.php. */

.contact-hero {
  overflow: hidden;
  padding: 142px 0 72px;
  background: #080808;
  color: #fff;
}

.contact-hero .contact-kicker,
.contact-page .contact-kicker,
.contact-map-section .contact-kicker {
  color: #f4a51c !important;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.contact-hero .container,
.contact-page .container,
.contact-map-section .container {
  max-width: min(1720px, calc(100% - 32px));
}

.contact-hero-grid,
.contact-layout,
.contact-map-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 40px;
}

.contact-kicker {
  margin: 0 0 12px;
  color: var(--cpac-gold);
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 1020px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(34px, 4.3vw, 60px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-hero p,
.contact-map-copy p {
  max-width: 760px;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.68;
}

.contact-hero .breadcumb {
  margin-top: 28px;
}

.contact-hero-media {
  overflow: hidden;
  border: 1px solid rgba(244,165,28,.2);
  border-radius: 8px;
  background: #101010;
}

.contact-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.contact-page {
  padding: 78px 0;
  background: #050505;
  color: #fff;
}

.contact-page .contact-layout {
  align-items: stretch;
}

.contact-page .contact-info,
.contact-page .contact-text,
.contact-map-copy,
.contact-map-frame {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #101010;
}

.contact-page .contact-info {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 44px);
}

.contact-page .contact-info .info-title {
  font: normal normal 900 clamp(30px, 3vw, 44px)/1.08 Satoshi;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-page .contact-info > p {
  margin: 16px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.65;
}

.contact-page .contact-info ul {
  display: grid;
  gap: 22px;
}

.contact-page .address {
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.contact-page .address:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-page .address .icon-img {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(244,165,28,.13);
  color: var(--cpac-gold);
}

.contact-page .address .address-text {
  width: auto;
}

.contact-page .address .address-text .address-title {
  margin-bottom: 8px;
  color: var(--cpac-gold);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.contact-page .address .address-text p,
.contact-page .address .address-text a {
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.55;
}

.contact-page .address .address-text a {
  display: block;
}

.contact-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  border: 1px solid rgba(244,165,28,.72);
  border-radius: 30px;
  padding: 12px 24px;
  color: #fff;
  font-weight: 700;
}

.contact-map-link:hover {
  background: var(--cpac-gold);
  color: #080808;
}

.contact-page .contact-text {
  padding: clamp(28px, 3vw, 44px);
}

.contact-page .headingh1 {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-page form .form-group label {
  color: rgba(255,255,255,.88);
  font-size: 14px;
}

.contact-page form .form-group .form-control,
.contact-page form .form-control {
  min-height: 52px;
  background: #fff !important;
}

.contact-page form textarea.form-control {
  min-height: 150px;
}

.contact-page .g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}

.contact-map-section {
  padding: 0 0 78px;
  background: #050505;
  color: #fff;
}

.contact-map-grid {
  grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr);
}

.contact-map-copy {
  height: 100%;
  padding: clamp(28px, 3vw, 44px);
}

.contact-map-copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-map-frame {
  overflow: hidden;
  min-height: 440px;
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  filter: grayscale(.15) contrast(1.02);
}

@media (max-width: 991px) {
  .contact-hero {
    padding: 64px 0;
  }

  .contact-hero-grid,
  .contact-layout,
  .contact-map-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-media {
    order: -1;
  }
}

@media (max-width: 767px) {
  .contact-hero,
  .contact-page {
    padding: 48px 0;
  }

  .contact-map-section {
    padding-bottom: 48px;
  }

  .contact-hero .container,
  .contact-page .container,
  .contact-map-section .container {
    max-width: calc(100% - 24px);
  }

  .contact-hero h1 {
    font-size: 32px;
    line-height: 1.08;
  }

  .contact-hero p,
  .contact-map-copy p {
    font-size: 16px;
  }

  .contact-page .address {
    gap: 12px;
  }

  .contact-page .address .icon-img {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 340px;
  }
}
