/* ============================================
   CONTACT HERO
   ============================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #contact-hero {
    background: #fff;
    padding: 8.125em 0 4.625em;
    text-align: center;
  }
  #contact-hero .container {
    width: 90%;
    max-width: 61.25em;
    margin: 0 auto;
  }
  #contact-hero .eyebrow {
    display: block;
    margin-bottom: 1.375em;
    text-transform: uppercase;
    letter-spacing: .55em;
    font-size: 0.625em;
    color: #8f8175;
  }
  #contact-hero h1 {
    margin: 0;
    font-size: 5.75em;
    line-height: .82em;
    font-weight: 400;
    font-style: italic;
    color: #3f3934;
  }
  #contact-hero p {
    margin: 2.125em auto 0;
    max-width: 45em;
    font-size: 1.625em;
    line-height: 1.35em;
    font-style: italic;
    color: #3f3934;
  }
  #contact-hero .hero-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.125em;
    margin: 2.625em auto 0;
  }
  #contact-hero .hero-divider span {
    width: 4.875em;
    height: 0.0625em;
    background: rgba(63, 57, 52, 0.35);
  }
  #contact-hero .hero-divider i {
    display: block;
    width: 0.3125em;
    height: 0.3125em;
    border-radius: 50%;
    background: #b8a58f;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #contact-hero {
    padding: 9.375em 0 5.375em;
  }
  #contact-hero h1 {
    font-size: 9.375em;
  }
  #contact-hero p {
    font-size: 2em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #contact-hero {
    padding: 10em 0 6em;
  }
  #contact-hero .eyebrow {
    font-size: 0.6875em;
    margin-bottom: 1.25em;
  }
  #contact-hero h1 {
    font-size: 10.75em;
  }
  #contact-hero p {
    margin-top: 2.125em;
    font-size: 2em;
    max-width: 47.5em;
  }
  #contact-hero .hero-divider {
    margin-top: 2.75em;
  }
}
/* ============================================
   CONTACT FORM SECTION
   ============================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #contact-form-section {
    background: #fff;
    padding: 3.75em 0 5.625em;
  }
  #contact-form-section .container {
    width: 90%;
    max-width: 80em;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.375em;
  }
  #contact-form-section .eyebrow {
    display: block;
    margin-bottom: 1.125em;
    text-transform: uppercase;
    letter-spacing: .55em;
    font-size: 0.625em;
    color: #8f8175;
  }
  #contact-form-section h2 {
    margin: 0;
    font-size: 2.875em;
    line-height: 1.05em;
    font-weight: 400;
    color: #3f3934;
  }
  #contact-form-section h2 em {
    color: #b8a58f;
    font-style: italic;
  }
  #contact-form-section .intro {
    margin: 1.375em 0 0;
    max-width: 42.5em;
    font-size: 1.375em;
    line-height: 1.55em;
    font-style: italic;
    color: #3f3934;
  }
  #contact-form-section .form-line {
    width: 100%;
    height: 0.0625em;
    background: rgba(63, 57, 52, 0.22);
    margin: 2.625em 0;
  }
  #contact-form-section form {
    display: grid;
    gap: 2.125em;
  }
  #contact-form-section .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.125em;
  }
  #contact-form-section label {
    display: block;
  }
  #contact-form-section label > span,
  #contact-form-section legend {
    display: block;
    margin-bottom: 0.875em;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 0.75em;
    line-height: 1.6em;
    color: #8f8175;
  }
  #contact-form-section label > span em,
  #contact-form-section legend em {
    margin-left: 0.8em;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.4em;
    font-style: italic;
    color: #b8a58f;
  }
  #contact-form-section input,
  #contact-form-section textarea,
  #contact-form-section select {
    width: 100%;
    border: none;
    border-bottom: 0.0625em solid rgba(63, 57, 52, 0.22);
    border-radius: 0;
    background: transparent;
    padding: 0 0 0.875em;
    font-size: 0.875em;
    line-height: 1.3em;
    font-style: italic;
    color: #3f3934;
    outline: none;
  }
  #contact-form-section input::placeholder,
  #contact-form-section textarea::placeholder,
  #contact-form-section select::placeholder {
    color: #8f8175;
    opacity: 1;
  }
  #contact-form-section input:focus,
  #contact-form-section textarea:focus,
  #contact-form-section select:focus {
    border-color: #3f3934;
  }
  #contact-form-section textarea {
    min-height: 8.75em;
    resize: vertical;
  }
  #contact-form-section select {
    appearance: none;
    cursor: pointer;
  }
  #contact-form-section fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }
  #contact-form-section .session-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625em;
  }
  #contact-form-section .session-options label {
    position: relative;
  }
  #contact-form-section .session-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  #contact-form-section .session-options span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.625em;
    padding: 0 1.375em;
    border: 0.0625em solid rgba(63, 57, 52, 0.18);
    text-transform: uppercase;
    letter-spacing: .35em;
    font-size: 0.625em;
    color: #8f8175;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }
  #contact-form-section .session-options input:checked + span,
  #contact-form-section .session-options span:hover {
    background: #3f3934;
    border-color: #3f3934;
    color: #fff;
  }
  #contact-form-section .submit-row {
    padding-top: 1.5em;
    border-top: 0.0625em solid rgba(63, 57, 52, 0.18);
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
  #contact-form-section .submit-row p {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.45em;
    font-style: italic;
    color: #8f8175;
  }
  #contact-form-section .submit-row button {
    width: 100%;
    min-height: 3.75em;
    border: 0.0625em solid #b8a58f;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: .42em;
    font-size: 0.6875em;
    color: #b8a58f;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }
  #contact-form-section .submit-row button span {
    margin-left: 1.27272727em;
    font-size: 1.45454545em;
  }
  #contact-form-section .submit-row button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }
  #contact-form-section .contact-side {
    display: grid;
    gap: 2em;
  }
  #contact-form-section .side-image {
    display: block;
    overflow: hidden;
    border-radius: 0.625em;
  }
  #contact-form-section .side-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #contact-form-section .info-card {
    border: 0.0625em solid rgba(184, 165, 143, 0.45);
    padding: 2.25em;
    background: #f8f6f3;
  }
  #contact-form-section .info-card > span {
    display: inline-block;
    margin-right: 0.625em;
    font-size: 1.75em;
    line-height: 1;
    font-style: italic;
    color: #b8a58f;
  }
  #contact-form-section .info-card .card-label {
    display: inline-block;
    margin: 0 0 1.625em;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 0.625em;
    color: #8f8175;
  }
  #contact-form-section .info-card h3 {
    margin: 0 0 1.25em;
    font-size: 1.625em;
    line-height: 1.3em;
    font-style: italic;
    font-weight: 400;
    color: #3f3934;
  }
  #contact-form-section .info-card p {
    margin: 0;
    font-size: 1em;
    line-height: 1.7em;
    color: #8f8175;
  }
  #contact-form-section .info-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #contact-form-section .info-card li {
    padding: 1em 0;
    border-bottom: 0.0625em solid rgba(63, 57, 52, 0.14);
    display: grid;
    grid-template-columns: 6.5625em 1fr;
    gap: 1.125em;
    align-items: center;
  }
  #contact-form-section .info-card li:last-child {
    border-bottom: none;
  }
  #contact-form-section .info-card li strong {
    text-transform: uppercase;
    letter-spacing: .35em;
    font-size: 0.625em;
    font-weight: 400;
    color: #8f8175;
  }
  #contact-form-section .info-card li a,
  #contact-form-section .info-card li span {
    font-size: 1em;
    font-style: italic;
    color: #3f3934;
    text-decoration: none;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #contact-form-section .form-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.125em 2.625em;
  }
  #contact-form-section .submit-row {
    grid-template-columns: 1fr 18.75em;
    align-items: center;
  }
  #contact-form-section .submit-row button {
    width: 18.75em;
    justify-self: end;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #contact-form-section {
    padding: 4.375em 0 7.5em;
  }
  #contact-form-section .container {
    width: 90%;
    grid-template-columns: 1.18fr .9fr;
    gap: 5.625em;
    align-items: start;
  }
  #contact-form-section h2 {
    font-size: 3.375em;
  }
  #contact-form-section .intro {
    font-size: 1.375em;
  }
  #contact-form-section .side-image img {
    height: 23.75em;
  }
  #contact-form-section .info-card {
    padding: 2.625em;
  }
}
