/* =========================================
   CONTACT
========================================= */

.contact-page {
  background: #f7f5ef;
  color: #171715;
}

.contact-hero {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding: 180px 0 100px;
}

.contact-kicker {
  margin: 0 0 24px;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #77736a;
}

.contact-hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.contact-lead {
  max-width: 700px;
  margin: 42px 0 0;
  font-size: 14px;
  line-height: 2.1;
  color: #6f6a61;
}


/* OPTIONS */

.contact-options {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding-bottom: 150px;
  border-top: 1px solid rgba(23, 23, 21, .14);
}

.contact-option {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 24px;
  align-items: center;

  min-height: 150px;
  padding: 30px 0;

  border-bottom: 1px solid rgba(23, 23, 21, .14);

  color: #171715;
  text-decoration: none;

  transition:
    padding-left 320ms cubic-bezier(.22, 1, .36, 1),
    background-color 280ms ease;
}

.contact-option > span {
  font-size: 10px;
  letter-spacing: .14em;
  color: #8a857c;
}

.contact-option h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.4;
}

.contact-option p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.8;
  color: #77736a;
}

.contact-option strong {
  font-family: "Times New Roman", serif;
  font-size: 28px;
  font-weight: 300;
  transition: transform 280ms cubic-bezier(.22, 1, .36, 1);
}

.contact-option:hover {
  padding-left: 14px;
  background: rgba(255, 255, 255, .35);
}

.contact-option:hover strong {
  transform: translateX(6px);
}

/* =========================================
   CONTACT FORM
========================================= */

.contact-form-section {
  background: #fff;
  padding: 130px 0 150px;
}

.contact-form-inner {
  width: min(900px, calc(100% - 80px));
  margin: 0 auto;
}

.contact-form-inner h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.3;
}

.contact-form-lead {
  margin: 24px 0 64px;
  font-size: 13px;
  line-height: 2;
  color: #77736a;
}

.contact-form {
  border-top: 1px solid rgba(23, 23, 21, .14);
}

.form-field {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: start;

  padding: 30px 0;
  border-bottom: 1px solid rgba(23, 23, 21, .12);
}

.form-field label {
  padding-top: 15px;
  font-size: 11px;
  letter-spacing: .06em;
}

.form-field label span {
  margin-left: 8px;
  font-size: 9px;
  color: #8a857c;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  box-sizing: border-box;

  border: 1px solid rgba(23, 23, 21, .16);
  border-radius: 0;

  background: #faf9f6;
  color: #171715;

  font: inherit;
  font-size: 14px;

  outline: none;

  transition:
    border-color 220ms ease,
    background-color 220ms ease;
}

.form-field input,
.form-field select {
  height: 52px;
  padding: 0 16px;
}

.form-field textarea {
  min-height: 190px;
  padding: 16px;
  resize: vertical;
  line-height: 1.8;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(23, 23, 21, .55);
  background: #fff;
}

.form-consent {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;

  font-size: 11px;
  color: #6f6a61;
}

.form-consent input {
  width: 15px;
  height: 15px;
}

.contact-submit {
  margin-top: 42px;

  min-width: 240px;
  height: 58px;

  padding: 0 28px;

  border: 1px solid #171715;
  background: #171715;
  color: #fff;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;

  cursor: pointer;

  transition:
    background-color 280ms ease,
    color 280ms ease;
}

.contact-submit:hover {
  background: transparent;
  color: #171715;
}

.contact-submit span {
  font-family: "Times New Roman", serif;
  font-size: 20px;
}

/* =========================================
   THANK YOU
========================================= */

.thanks-page {
  min-height: 78vh;
  display: flex;
  align-items: center;
  background: #f7f5ef;
  color: #171715;
}

.thanks-inner {
  width: min(900px, calc(100% - 80px));
  margin: 0 auto;
  padding: 180px 0 140px;
}

.thanks-inner h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.thanks-message {
  margin: 42px 0 0;
  font-size: 13px;
  line-height: 2.1;
  color: #77736a;
}

.thanks-home {
  display: inline-flex;
  align-items: center;
  gap: 32px;

  margin-top: 56px;
  padding-bottom: 8px;

  border-bottom: 1px solid rgba(23, 23, 21, .35);

  color: #171715;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;

  transition:
    gap 280ms cubic-bezier(.22, 1, .36, 1),
    border-color 280ms ease;
}

.thanks-home:hover {
  gap: 42px;
  border-color: #171715;
}

.thanks-home span {
  font-family: "Times New Roman", serif;
  font-size: 20px;
}

/* MOBILE */

@media (max-width: 720px) {

  .contact-hero,
  .contact-options {
    width: calc(100% - 36px);
  }

  .contact-hero {
    padding: 130px 0 70px;
  }

  .contact-lead {
    margin-top: 30px;
    font-size: 13px;
  }

  .contact-lead br {
    display: none;
  }

  .contact-options {
    padding-bottom: 100px;
  }

  .contact-option {
    grid-template-columns: 40px 1fr auto;
    gap: 12px;
    min-height: 132px;
    padding: 24px 0;
  }

  .contact-option h2 {
    font-size: 1.2rem;
  }

  .contact-option p {
    font-size: 11px;
  }
  .contact-form-section {
    padding: 90px 0 110px;
  }

  .contact-form-inner {
    width: calc(100% - 36px);
  }

  .contact-form-lead {
    margin-bottom: 44px;
  }

  .form-field {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }

  .form-field label {
    padding-top: 0;
  }

  .contact-submit {
    width: 100%;
  }
}