.customsuits-account-intro {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 56px;
  padding: 68px clamp(20px, 4vw, 64px) 52px;
  background: #e9e4dc;
  color: #222220;
  border-bottom: 1px solid #d2cbc1;
}

.customsuits-account-intro__eyebrow {
  margin: 0 0 14px;
  color: #716d66;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.customsuits-account-intro__heading {
  max-width: 9ch;
  margin: 0;
  color: #222220 !important;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.customsuits-account-intro__text {
  max-width: 39ch;
  margin: 0;
  color: #625e57;
  font-size: 15px;
  line-height: 1.65;
}

body:has(.customsuits-account-intro) .f-page-header {
  display: none !important;
}

body:has(.customsuits-account-intro) .account-page {
  background: #f7f6f2;
}

body:has(.customsuits-account-intro) .f-register-form {
  padding-top: 72px;
  padding-bottom: 82px;
}

body:has(.customsuits-account-intro) .f-register-form__wrapper {
  border-radius: 0 !important;
}

body:has(.customsuits-account-intro) .f-register-form__wrapper h1 {
  color: #222220 !important;
  font-size: clamp(34px, 4vw, 50px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
}

body:has(.customsuits-account-intro) .form-field,
body:has(.customsuits-account-intro) input,
body:has(.customsuits-account-intro) button,
body:has(.customsuits-account-intro) .f-button {
  min-height: 52px;
  border-radius: 0 !important;
}

@media (max-width: 767px) {
  .customsuits-account-intro {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 20px 36px;
  }

  .customsuits-account-intro__heading {
    max-width: none;
    font-size: clamp(46px, 16vw, 66px);
  }

  body:has(.customsuits-account-intro) .f-register-form {
    padding-top: 46px;
    padding-bottom: 56px;
  }
}
