.contact-page {
  --contact-red: #e1262f;
  --contact-ink: #17191e;
  --contact-navy: #202239;
  --contact-muted: #646873;
  --contact-line: #e2e3e7;
  --contact-soft: #f3f4f6;
  color: var(--contact-ink);
  overflow: hidden;
}

.contact-page h1,
.contact-page h2,
.contact-page p {
  margin-top: 0;
}

.contact-shell {
  width: 100%;
  max-width: 1255px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.contact-kicker,
.contact-section-label {
  margin-bottom: 16px;
  color: var(--contact-red);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-hero {
  position: relative;
  background: linear-gradient(115deg, #111216 0%, #1d1f29 60%, var(--contact-navy) 100%);
  color: #fff;
}

.contact-hero::after {
  position: absolute;
  top: -290px;
  right: -230px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 110px rgba(255, 255, 255, .016), 0 0 0 220px rgba(255, 255, 255, .01);
  content: '';
  pointer-events: none;
}

.contact-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
  gap: 72px;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 66px;
}

.contact-hero__content {
  max-width: 690px;
}

.contact-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(55px, 6.2vw, 88px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.contact-hero h1 span {
  color: var(--contact-red);
}

.contact-hero__lead {
  max-width: 680px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
  line-height: 1.65;
}

.contact-hero__note {
  display: grid;
  max-width: 620px;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.contact-hero__note span {
  color: var(--contact-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.contact-hero__note p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.65;
}

.contact-channels {
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-left: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .22);
}

.contact-channel {
  position: relative;
  display: grid;
  min-height: 154px;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 20px;
  align-items: center;
  padding: 24px 25px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .035);
  color: #fff;
  text-decoration: none;
  transition: background-color .2s ease;
}

a.contact-channel:hover,
a.contact-channel:focus {
  background: rgba(255, 255, 255, .09);
  color: #fff;
  text-decoration: none;
}

.contact-channel--accent {
  background: var(--contact-red);
}

a.contact-channel--accent:hover,
a.contact-channel--accent:focus {
  background: #ef343d;
}

.contact-channel__icon {
  display: flex;
  width: 54px;
  height: 54px;
  grid-row: 1 / 4;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .25);
}

.contact-channel__icon svg,
.contact-success__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-channel__label {
  align-self: end;
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-channel strong {
  align-self: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.contact-channel__action {
  align-self: start;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 500;
}

.contact-channel__action b {
  margin-left: 6px;
  color: #fff;
}

.contact-main {
  padding: 88px 0 96px;
  background: var(--contact-soft);
}

.contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
  gap: 74px;
  align-items: start;
}

.contact-main__intro {
  padding-top: 22px;
}

.contact-main h2 {
  margin-bottom: 20px;
  font-size: clamp(35px, 4.2vw, 55px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.contact-main__intro > p:not(.contact-section-label) {
  margin-bottom: 34px;
  color: var(--contact-muted);
  font-size: 16px;
  line-height: 1.72;
}

.contact-principles {
  border-top: 1px solid #d7d9de;
}

.contact-principles > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 4px 15px;
  padding: 20px 0;
  border-bottom: 1px solid #d7d9de;
}

.contact-principles span {
  grid-row: 1 / 3;
  color: var(--contact-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.contact-principles strong {
  font-size: 15px;
  font-weight: 700;
}

.contact-principles p {
  margin-bottom: 0;
  color: var(--contact-muted);
  font-size: 13px;
  line-height: 1.55;
}

.contact-form-card {
  min-height: 590px;
  padding: 40px;
  border-top: 4px solid var(--contact-red);
  background: #fff;
  box-shadow: 0 22px 60px rgba(31, 34, 45, .1);
}

.contact-form__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--contact-line);
}

.contact-form__heading span {
  font-size: 22px;
  font-weight: 700;
}

.contact-form__heading p {
  margin-bottom: 0;
  color: #92959d;
  font-size: 11px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.contact-field {
  margin-bottom: 15px;
}

.contact-field input,
.contact-field textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid var(--contact-line);
  border-radius: 0;
  outline: none;
  background: #fafafa;
  color: var(--contact-ink);
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.contact-field input {
  height: 54px;
  padding: 0 17px;
}

.contact-field textarea {
  min-height: 145px;
  padding: 15px 17px;
  line-height: 1.55;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: var(--contact-red);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(225, 38, 47, .08);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #8b8e96;
  opacity: 1;
}

.contact-field.has-error input,
.contact-field.has-error textarea {
  border-color: var(--contact-red);
}

.contact-field__error {
  margin-top: 6px;
  color: var(--contact-red);
  font-size: 11px;
  line-height: 1.4;
}

.contact-form__captcha {
  margin-top: 3px;
  overflow-x: auto;
}

.contact-form__captcha .contact-field {
  margin-bottom: 18px;
}

.contact-form__captcha iframe {
  max-width: 100%;
}

.contact-form__footer {
  display: grid;
  grid-template-columns: minmax(210px, .7fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding-top: 21px;
  border-top: 1px solid var(--contact-line);
}

.contact-submit {
  min-height: 52px;
  padding: 14px 22px;
  border: 0;
  border-radius: 0;
  background: var(--contact-red);
  color: #fff;
  font-family: 'Gotham', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.contact-submit:hover,
.contact-submit:focus {
  background: #f1363f;
  transform: translateY(-2px);
}

.contact-form__footer p {
  margin-bottom: 0;
  color: #8b8e96;
  font-size: 10px;
  line-height: 1.5;
}

.contact-alert {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-left: 3px solid var(--contact-red);
  background: #fff0f1;
  color: #8e1b22;
  font-size: 13px;
  line-height: 1.5;
}

.contact-form-card--success {
  display: flex;
  align-items: center;
}

.contact-success {
  max-width: 460px;
  margin: auto;
  text-align: center;
}

.contact-success__icon {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
  background: var(--contact-red);
  color: #fff;
}

.contact-success h2 {
  margin-bottom: 16px;
  font-size: 44px;
}

.contact-success > p:not(.contact-section-label) {
  margin-bottom: 26px;
  color: var(--contact-muted);
  font-size: 15px;
  line-height: 1.65;
}

.contact-success a {
  color: var(--contact-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.contact-success a:hover,
.contact-success a:focus {
  color: var(--contact-red);
}

@media (max-width: 1050px) {
  .contact-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(350px, .75fr);
    gap: 42px;
  }

  .contact-main__grid {
    grid-template-columns: minmax(0, .7fr) minmax(480px, 1.3fr);
    gap: 42px;
  }
}

@media (max-width: 850px) {
  .contact-hero__inner,
  .contact-main__grid {
    grid-template-columns: 1fr;
  }

  .contact-hero__inner {
    gap: 45px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .contact-channels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-channel--hours {
    grid-column: 1 / -1;
  }

  .contact-main {
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .contact-main__intro {
    padding-top: 0;
  }

  .contact-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 1px solid #d7d9de;
  }

  .contact-principles > div {
    display: block;
    padding: 20px;
    border-right: 1px solid #d7d9de;
  }

  .contact-principles span,
  .contact-principles strong {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .contact-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-hero h1 {
    font-size: 46px;
  }

  .contact-hero__lead {
    font-size: 16px;
  }

  .contact-channels,
  .contact-principles,
  .contact-form__row,
  .contact-form__footer {
    grid-template-columns: 1fr;
  }

  .contact-channel--hours {
    grid-column: auto;
  }

  .contact-channel {
    min-height: 142px;
    padding: 21px;
  }

  .contact-main h2 {
    font-size: 35px;
  }

  .contact-form-card {
    min-height: 0;
    padding: 27px 20px;
  }

  .contact-form__heading {
    display: block;
  }

  .contact-form__heading span {
    display: block;
    margin-bottom: 6px;
  }

  .contact-form__footer {
    gap: 13px;
  }

  .contact-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-channel,
  .contact-field input,
  .contact-field textarea,
  .contact-submit {
    transition: none;
  }
}
