.contact-page .contact-hub {
    --contact-gold: #ffb900;
    --contact-gold-deep: #e8a500;
    --contact-ink: #0e1213;
    --contact-ink-soft: #1b2021;
    --contact-paper: #f8f7f2;
    --contact-line: rgba(14, 18, 19, .14);
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    background:
        linear-gradient(90deg, rgba(18, 22, 23, .045) 1px, transparent 1px) 0 0 / 84px 100%,
        radial-gradient(circle at 88% 14%, rgba(255, 185, 0, .14), transparent 27%),
        var(--contact-paper);
    color: var(--contact-ink);
}

.contact-page .contact-hub::before,
.contact-page .contact-hub::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.contact-page .contact-hub::before {
    top: 0;
    right: 8%;
    width: 220px;
    height: 120px;
    border-top: 2px solid var(--contact-gold);
    border-left: 2px solid var(--contact-gold);
    transform: skewX(-33deg);
    opacity: .65;
}

.contact-page .contact-hub::after {
    right: -90px;
    bottom: -145px;
    width: 370px;
    height: 370px;
    border: 1px solid rgba(255, 185, 0, .35);
    transform: rotate(45deg);
}

.contact-page .contact-hub__inner {
    position: relative;
    z-index: 1;
    width: calc(100% - 64px);
    max-width: 1400px;
    margin-inline: auto;
}

.contact-page .contact-hub__heading {
    max-width: 860px;
    margin-bottom: 48px;
}

.contact-page .contact-hub__eyebrow,
.contact-page .contact-hub__kicker {
    margin: 0 0 12px;
    color: var(--contact-gold-deep);
    font-size: 14px;
    font-weight: 780;
    line-height: 1.25;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.contact-page .contact-hub__heading h1 {
    max-width: 760px;
    margin: 0;
    color: var(--contact-ink);
    font-size: 38px;
    font-weight: 760;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.contact-page .contact-hub__heading > p:last-child {
    max-width: 760px;
    margin: 20px 0 0;
    color: #454b4c;
    font-size: 18px;
    line-height: 1.62;
}

.contact-page .contact-hub__stage {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    align-items: stretch;
    border-radius: 3px;
    box-shadow: 0 26px 70px rgba(9, 12, 13, .16);
}

.contact-page .contact-hub__info,
.contact-page .contact-hub__form-panel {
    min-width: 0;
    border-radius: 3px;
}

.contact-page .contact-hub__info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 56px;
    overflow: hidden;
    background:
        radial-gradient(circle at 23% 22%, rgba(255, 255, 255, .045), transparent 31%),
        linear-gradient(118deg, #444 0%, #444 55%, #111415 100%);
    color: #fff;
}

.contact-page .contact-hub__info::after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -95px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 185, 0, .4);
    transform: rotate(45deg);
}

.contact-page .contact-hub__info-mark {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 3px;
    background: var(--contact-gold);
    color: var(--contact-ink);
}

.contact-page .contact-hub__info-mark svg {
    width: 33px;
    height: 33px;
}

.contact-page .contact-hub__info .contact-hub__kicker {
    color: var(--contact-gold);
}

.contact-page .contact-hub__info h2,
.contact-page .contact-hub__form-heading h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 740;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.contact-page .contact-hub__info-copy {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    line-height: 1.62;
}

.contact-page .contact-hub__details {
    display: grid;
    gap: 0;
    margin: 0;
}

.contact-page .contact-hub__details > div {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .17);
}

.contact-page .contact-hub__details dt {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    color: var(--contact-gold);
    font-size: 13px;
    font-weight: 760;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-page .contact-hub__details dt span,
.contact-page .contact-hub__details dt svg {
    width: 20px;
    height: 20px;
}

.contact-page .contact-hub__details dd {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 640;
    line-height: 1.45;
}

.contact-page .contact-hub__details a {
    color: inherit;
    text-decoration: none;
}

.contact-page .contact-hub__details a:hover {
    color: var(--contact-gold);
}

.contact-page .contact-hub__note {
    position: relative;
    z-index: 1;
    margin: auto 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 185, 0, .42);
    color: rgba(255, 255, 255, .66);
    font-size: 14px;
    line-height: 1.55;
}

.contact-page .contact-hub__form-panel {
    padding: 56px;
    border-top: 5px solid var(--contact-gold);
    background: #fff;
}

.contact-page .contact-hub__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-page .contact-hub__form-heading {
    margin-bottom: 34px;
}

.contact-page .contact-hub__form-heading > p:last-child {
    margin: 10px 0 0;
    color: #646a6b;
    font-size: 15px;
    line-height: 1.5;
}

.contact-page .contact-hub__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 20px;
}

.contact-page .contact-field {
    display: grid;
    gap: 8px;
    min-width: 0;
    color: #24292a;
    font-size: 14px;
    font-weight: 690;
}

.contact-page .contact-field--wide {
    grid-column: 1 / -1;
}

.contact-page .contact-field input,
.contact-page .contact-field select,
.contact-page .contact-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    border: 1px solid #c9ccca;
    border-radius: 3px;
    outline: none;
    background: #fbfbf8;
    color: var(--contact-ink);
    font: inherit;
    font-weight: 520;
    line-height: 1.4;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.contact-page .contact-field textarea {
    min-height: 132px;
    resize: vertical;
}

.contact-page .contact-field input:focus,
.contact-page .contact-field select:focus,
.contact-page .contact-field textarea:focus {
    border-color: var(--contact-gold-deep);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 185, 0, .18);
}

.contact-page .contact-field input.is-filled,
.contact-page .contact-field select.is-filled,
.contact-page .contact-field textarea.is-filled {
    border-color: #737a78;
    background: #fff;
}

.contact-page .contact-field.has-error input,
.contact-page .contact-field.has-error select,
.contact-page .contact-field.has-error textarea {
    border-color: #ba2f2f;
    background: #fff7f7;
    box-shadow: 0 0 0 3px rgba(186, 47, 47, .1);
}

.contact-page .contact-field__error {
    display: none;
    color: #a32424;
    font-size: 13px;
    font-weight: 630;
    line-height: 1.4;
}

.contact-page .contact-field.has-error .contact-field__error {
    display: block;
}

.contact-page .contact-field--file {
    padding: 16px;
    border: 1px dashed #b8bbb9;
    border-radius: 3px;
    background: #f8f8f4;
}

.contact-page .contact-field--file > span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-page .contact-field--file svg {
    width: 20px;
    height: 20px;
    color: var(--contact-gold-deep);
}

.contact-page .contact-field--file input {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.contact-page .contact-field--file small {
    color: #707574;
    font-weight: 500;
}

.contact-page .contact-field--check {
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 8px 12px;
    padding-top: 2px;
    font-weight: 540;
    line-height: 1.5;
}

.contact-page .contact-field--check input {
    width: 20px;
    height: 20px;
    min-height: 0;
    margin: 1px 0 0;
    padding: 0;
    accent-color: var(--contact-gold);
}

.contact-page .contact-field--check a {
    color: inherit;
    font-weight: 700;
    text-decoration-color: var(--contact-gold-deep);
    text-underline-offset: 3px;
}

.contact-page .contact-field--check .contact-field__error {
    grid-column: 2;
}

.contact-page .contact-hub__form-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid var(--contact-line);
}

.contact-page .contact-hub__form-status {
    min-height: 24px;
    color: #535958;
    font-size: 14px;
    font-weight: 580;
    line-height: 1.5;
}

.contact-page .contact-hub__form-status.is-error {
    color: #a32424;
}

.contact-page .contact-hub__form-status.is-success {
    color: #166239;
}

.contact-page .contact-hub__submit {
    position: relative;
    display: inline-flex;
    min-width: 220px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 13px 20px;
    overflow: hidden;
    border: 0;
    border-radius: 3px;
    background: var(--contact-gold);
    color: var(--contact-ink);
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 760;
    line-height: 1.2;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.contact-page .contact-hub__submit::before {
    content: "";
    position: absolute;
    top: -70%;
    left: -38%;
    width: 26%;
    height: 240%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .62), transparent);
    transform: rotate(18deg);
    transition: left .58s ease;
}

.contact-page .contact-hub__submit:hover {
    background: var(--contact-ink);
    color: #fff;
    transform: translateY(-2px);
}

.contact-page .contact-hub__submit:hover::before {
    left: 118%;
}

.contact-page .contact-hub__submit:active {
    transform: translateY(0) scale(.985);
}

.contact-page .contact-hub__submit:disabled {
    cursor: default;
    opacity: .58;
    transform: none;
}

.contact-page .contact-hub__submit.is-sending .contact-hub__submit-icon {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(14, 18, 19, .28);
    border-top-color: var(--contact-ink);
    border-radius: 50%;
    animation: contact-submit-spin .75s linear infinite;
}

.contact-page .contact-hub__submit.is-sending .contact-hub__submit-icon svg {
    display: none;
}

@keyframes contact-submit-spin {
    to { transform: rotate(360deg); }
}

.contact-page .contact-hub__success {
    display: grid;
    min-height: 560px;
    align-content: center;
    justify-items: center;
    padding: 52px 32px;
    outline: none;
    background:
        radial-gradient(circle at 80% 15%, rgba(255, 185, 0, .12), transparent 30%),
        linear-gradient(135deg, #252a2b, #111415);
    color: #fff;
    text-align: center;
}

.contact-page .contact-hub__success-mark {
    display: grid;
    width: 76px;
    height: 76px;
    margin-bottom: 26px;
    place-items: center;
    border-radius: 50%;
    background: var(--contact-gold);
    color: var(--contact-ink);
    font-size: 36px;
    font-weight: 800;
}

.contact-page .contact-hub__success .contact-hub__kicker {
    color: var(--contact-gold);
}

.contact-page .contact-hub__success h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    line-height: 1.12;
}

.contact-page .contact-hub__success > p:not(.contact-hub__kicker) {
    max-width: 520px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.65;
}

.contact-page .contact-hub__success-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.contact-page .contact-hub__success-actions a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid var(--contact-gold);
    border-radius: 3px;
    background: var(--contact-gold);
    color: var(--contact-ink);
    font-weight: 720;
    text-decoration: none;
}

.contact-page .contact-hub__success-actions a + a {
    background: transparent;
    color: #fff;
}

.contact-page .contact-hub__submit-icon,
.contact-page .contact-hub__submit-icon svg {
    width: 17px;
    height: 17px;
}

@media (max-width: 1120px) {
    .contact-page .contact-hub__inner {
        width: calc(100% - 48px);
    }

    .contact-page .contact-hub__stage {
        grid-template-columns: 1fr;
    }

    .contact-page .contact-hub__info,
    .contact-page .contact-hub__form-panel {
        padding: 40px;
    }

    .contact-page .contact-hub__details {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .contact-page .contact-hub__details > div {
        min-width: 0;
    }
}

@media (max-width: 780px) {
    .contact-page .contact-hub__inner {
        width: calc(100% - 36px);
    }

    .contact-page .contact-hub__heading {
        margin-bottom: 34px;
    }

    .contact-page .contact-hub__heading h1 {
        font-size: 34px;
    }

    .contact-page .contact-hub__heading > p:last-child {
        font-size: 17px;
    }

    .contact-page .contact-hub__stage {
        grid-template-columns: 1fr;
    }

    .contact-page .contact-hub__details,
    .contact-page .contact-hub__form-grid {
        grid-template-columns: 1fr;
    }

    .contact-page .contact-field--wide {
        grid-column: auto;
    }

    .contact-page .contact-hub__info,
    .contact-page .contact-hub__form-panel {
        padding: 36px 30px;
    }
}

@media (max-width: 480px) {
    .contact-page .contact-hub__inner {
        width: calc(100% - 28px);
    }

    .contact-page .contact-hub::before {
        right: -70px;
    }

    .contact-page .contact-hub__heading h1 {
        font-size: 30px;
    }

    .contact-page .contact-hub__info,
    .contact-page .contact-hub__form-panel {
        padding: 30px 22px;
    }

    .contact-page .contact-hub__info {
        gap: 28px;
    }

    .contact-page .contact-hub__info h2,
    .contact-page .contact-hub__form-heading h2 {
        font-size: 26px;
    }

    .contact-page .contact-hub__details dd {
        font-size: 18px;
    }

    .contact-page .contact-hub__form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-page .contact-hub__submit {
        width: 100%;
    }
}

/* Match the mobile dark-section rule: no gradient, just its leading shade. */
@media (max-width: 760px) {
    .contact-page .contact-hub {
        background: #444 !important;
    }
}
