body.awoh-contact-page {
    background: #f4f2ed;
    color: #0b0b0b;
    font-family: "Montserrat", Arial, sans-serif;
}

.awoh-contact-page .ms-main {
    overflow: hidden;
    background: #f4f2ed;
}

.awoh-contact-page .awoh-contact__container {
    width: min(calc(100% - 64px), 1180px);
    margin: 0 auto;
}

.awoh-contact__hero {
    position: relative;
    display: flex;
    min-height: clamp(650px, 82vh, 900px);
    align-items: flex-end;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.82)),
        #030303 url("../images/bg/contact-hero.webp") center / cover no-repeat;
    color: #fff;
}

.awoh-contact__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 82%, rgba(0, 63, 255, 0.24), transparent 35%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.48), transparent 58%);
}

.awoh-contact__hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: clamp(175px, 20vh, 230px) 0 clamp(78px, 9vh, 112px);
}

.awoh-contact__eyebrow {
    margin: 0 0 clamp(20px, 2vw, 28px);
    color: #ff9700;
    font-size: clamp(16px, 1.35vw, 21px);
    font-weight: 800;
    letter-spacing: 0.025em;
    line-height: 1;
    text-transform: uppercase;
}

.awoh-contact__hero-title,
.awoh-contact__form-title,
.awoh-contact__info-title {
    margin: 0;
    font-family: "GAFTON", Arial, sans-serif !important;
    font-weight: 400 !important;
    font-synthesis: none;
    letter-spacing: 0.005em;
    line-height: 0.84;
    text-transform: uppercase;
}

.awoh-contact__hero-title {
    max-width: 870px;
    color: #fff;
    font-size: clamp(92px, 11vw, 172px);
}

.awoh-contact__hero-copy {
    max-width: 580px;
    margin: clamp(36px, 4vw, 52px) 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 1.45vw, 22px);
    font-weight: 430;
    letter-spacing: -0.02em;
    line-height: 1.5;
}

.awoh-contact__body {
    padding: clamp(82px, 9vw, 138px) 0;
    background: #f4f2ed;
}

.awoh-contact__grid {
    display: grid;
    grid-template-columns: minmax(270px, 0.72fr) minmax(520px, 1.28fr);
    gap: clamp(62px, 9vw, 138px);
    align-items: start;
}

.awoh-contact__info {
    position: sticky;
    top: 130px;
}

.awoh-contact__info-title {
    margin-bottom: clamp(38px, 4vw, 56px);
    font-size: clamp(48px, 5.5vw, 82px);
}

.awoh-contact__info-block {
    padding: 26px 0;
    border-top: 1px solid rgba(11, 11, 11, 0.28);
}

.awoh-contact__info-block:last-child {
    border-bottom: 1px solid rgba(11, 11, 11, 0.28);
}

.awoh-contact__info-label,
.awoh-contact__form-kicker {
    display: block;
    margin: 0 0 12px;
    color: #ff7900;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.awoh-contact__info-text {
    margin: 0;
    color: #45433f;
    font-size: 16px;
    line-height: 1.55;
}

.awoh-contact__info-links {
    display: grid;
    gap: 8px;
}

.awoh-contact__info-link {
    width: fit-content;
    color: #0b0b0b;
    font-size: clamp(16px, 1.3vw, 19px);
    font-weight: 650;
    line-height: 1.35;
    transition: color 180ms ease;
}

.awoh-contact__info-link:hover,
.awoh-contact__info-link:focus-visible {
    color: #ff7900;
}

.awoh-contact__form-panel {
    min-width: 0;
}

.awoh-contact__form-heading {
    margin-bottom: clamp(32px, 3.5vw, 48px);
}

.awoh-contact__form-title {
    max-width: 720px;
    font-size: clamp(58px, 6.4vw, 96px);
}

.awoh-contact__form-intro {
    max-width: 560px;
    margin: 16px 0 0;
    color: #4a4844;
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.5;
}

.awoh-contact-page .awoh-contact-form .row {
    margin-right: -12px;
    margin-left: -12px;
}

.awoh-contact-page .awoh-contact-form .form-group {
    margin: 0 0 22px;
    padding-right: 12px;
    padding-bottom: 0 !important;
    padding-left: 12px;
}

.awoh-contact-page .awoh-contact-form label {
    display: block;
    margin: 0 0 7px;
    color: #0b0b0b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.awoh-contact-page .awoh-contact-form .form-control {
    width: 100%;
    height: 48px;
    min-height: 0;
    padding: 6px 0 9px;
    border: 0;
    border-bottom: 1px solid rgba(11, 11, 11, 0.42);
    border-radius: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: #0b0b0b;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 450;
    transition: border-color 180ms ease;
}

.awoh-contact-page .awoh-contact-form select.form-control {
    padding-right: 42px;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image:
        linear-gradient(45deg, transparent 50%, #ff7900 50%),
        linear-gradient(135deg, #ff7900 50%, transparent 50%);
    background-position:
        calc(100% - 16px) 50%,
        calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 7px 7px, 7px 7px;
    color: #0b0b0b;
    cursor: pointer;
}

.awoh-contact-page .awoh-contact-form select.form-control option {
    background: #f4f2ed;
    color: #0b0b0b;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 450;
}

.awoh-contact-page .awoh-contact-form textarea.form-control {
    height: 68px;
    min-height: 68px;
    padding-top: 12px;
    overflow-y: hidden;
    resize: none;
}

.awoh-contact-page .awoh-contact-form .form-control:hover,
.awoh-contact-page .awoh-contact-form .form-control:focus {
    border-color: #ff7900;
    background: transparent;
    box-shadow: none;
}

.awoh-contact-page .awoh-form-privacy {
    max-width: 650px;
    margin: 0 0 20px;
    color: #65625d;
    font-size: 12px;
    line-height: 1.55;
}

.awoh-contact-page .awoh-form-privacy a {
    color: #0b0b0b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.awoh-contact-page .awoh-contact-form__actions {
    justify-content: flex-start;
}

.awoh-contact-page .awoh-contact-form__submit {
    min-width: 220px;
    padding: 16px 26px;
    border: 1.5px solid #ff7900;
    border-radius: 999px;
    background: transparent;
    color: #ff7900;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.awoh-contact-page .awoh-contact-form__submit:hover,
.awoh-contact-page .awoh-contact-form__submit:focus-visible {
    color: #fff !important;
}

.awoh-contact-page .awoh-contact-form__submit:hover .awoh-contact-form__submit-text,
.awoh-contact-page .awoh-contact-form__submit:focus-visible .awoh-contact-form__submit-text {
    color: #fff !important;
}

.awoh-contact-page .awoh-contact-form__status {
    margin-top: 14px;
}

.awoh-contact__band {
    height: clamp(105px, 12vw, 175px);
    background: #030303 url("../images/bg/awoh-texture-horizontal-optimized.jpg") center / cover no-repeat;
}

@media (max-width: 900px) {
    .awoh-contact-page .awoh-contact__container {
        width: min(calc(100% - 48px), 760px);
    }

    .awoh-contact__grid {
        grid-template-columns: 1fr;
        gap: 72px;
    }

    .awoh-contact__info {
        position: static;
    }

    .awoh-contact__info-title {
        max-width: 600px;
    }
}

@media (max-width: 600px) {
    .awoh-contact-page .awoh-contact__container {
        width: min(calc(100% - 40px), 520px);
    }

    .awoh-contact__hero {
        min-height: 660px;
        background-position: 40% center;
    }

    .awoh-contact__hero-inner {
        padding: 155px 0 70px;
    }

    .awoh-contact__hero-title {
        font-size: clamp(76px, 24vw, 110px);
    }

    .awoh-contact__hero-copy {
        max-width: 92%;
        margin-top: 32px;
        font-size: 16px;
    }

    .awoh-contact__body {
        padding: 68px 0 82px;
    }

    .awoh-contact__grid {
        gap: 62px;
    }

    .awoh-contact__form-title {
        font-size: clamp(52px, 16vw, 72px);
    }

    .awoh-contact-page .awoh-contact-form .form-group.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .awoh-contact-page .awoh-contact-form__submit {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .awoh-contact__info-link,
    .awoh-contact-page .awoh-contact-form .form-control,
    .awoh-contact-page .awoh-contact-form__submit {
        transition: none;
    }
}
