.contact-page {
    --contact-ink: #101828;
    --contact-muted: #53627a;
    --contact-line: #dce3ed;
    --contact-surface: #f4f7fb;
    color: var(--contact-ink);
}

.business-identity {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr);
    gap: clamp(1.25rem, 4vw, 3rem);
    margin-top: 1.5rem;
    padding: clamp(1.35rem, 4vw, 2.5rem);
    border: 1px solid #dce7ed;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(21, 44, 61, .07);
}

.business-identity h2 {
    margin: 0;
    color: var(--contact-ink, var(--pp-ink));
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 850;
    letter-spacing: -.025em;
}

.business-identity__intro > p:not(.store-eyebrow) {
    max-width: 42rem;
    margin: .8rem 0 1.15rem;
    color: var(--contact-muted, var(--pp-muted));
    line-height: 1.65;
}

.business-identity__actions,
.business-identity__details nav {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.business-identity__details {
    display: grid;
    gap: 1rem;
    padding: 1.1rem;
    border-radius: 1rem;
    background: #f4f7fb;
}

.business-identity__details address {
    display: grid;
    margin: 0;
    color: #425568;
    font-size: .9rem;
    line-height: 1.55;
}

.business-identity__details address strong {
    color: var(--contact-ink, var(--pp-ink));
}

.business-identity__details dl {
    display: grid;
    gap: .45rem;
    margin: 0;
}

.business-identity__details dl div {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: .75rem;
}

.business-identity__details dt {
    color: var(--contact-muted, #53627a);
    font-size: .75rem;
    font-weight: 750;
    text-transform: uppercase;
}

.business-identity__details dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    font-weight: 750;
}

.business-identity__details nav {
    padding-top: .8rem;
    border-top: 1px solid #dce3ed;
}

.business-identity__details nav a {
    color: #24539c;
    font-size: .82rem;
    font-weight: 750;
}

@media (max-width: 767.98px) {
    .business-identity {
        grid-template-columns: minmax(0, 1fr);
        padding: 1.15rem;
    }

    .business-identity__actions .btn {
        width: 100%;
    }
}

.contact-breadcrumb {
    align-items: center;
    color: var(--contact-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    gap: .5rem;
    margin-bottom: 1.25rem;
}

.contact-breadcrumb a {
    color: #24539c;
}

.contact-hero {
    background-color: #102d56;
    border-radius: 1.5rem;
    color: #fff;
    display: grid;
    gap: 1.5rem;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3.75rem);
    position: relative;
}

.contact-hero--public {
    min-height: clamp(28rem, 34vw, 32rem);
    isolation: isolate;
    padding: 0;
}

.contact-hero::before {
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 194, 38, .22), transparent 30%),
        linear-gradient(135deg, #07172d 0%, #102d56 62%, #163b70 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.contact-hero--public::before {
    z-index: 1;
    background:
        radial-gradient(circle at 6% 0%, rgba(27, 163, 117, .34), transparent 36%),
        linear-gradient(90deg, rgba(5, 20, 35, .99) 0%, rgba(6, 24, 41, .96) 38%, rgba(7, 28, 46, .76) 58%, rgba(8, 31, 47, .22) 82%, rgba(8, 31, 47, .06) 100%);
}

.contact-hero > * {
    position: relative;
    z-index: 1;
}

.contact-hero__copy {
    max-width: 48rem;
}

.contact-hero--public .contact-hero__copy {
    z-index: 2;
    display: grid;
    width: min(68%, 52rem);
    min-height: inherit;
    align-content: center;
    padding: clamp(2rem, 4vw, 3.75rem);
}

.contact-hero__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.contact-hero__visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(5, 20, 35, .45));
    content: "";
    pointer-events: none;
}

.contact-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-eyebrow {
    color: #3368ae;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 0 0 .5rem;
    text-transform: uppercase;
}

.contact-hero .contact-eyebrow {
    color: #ffd66d;
}

.contact-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.03;
    margin: 0;
    max-width: 16ch;
}

.contact-hero__copy > p:not(.contact-eyebrow) {
    color: #dbe8fa;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.65;
    margin: 1.25rem 0;
    max-width: 44rem;
}

.contact-hero__proofs {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-hero__proofs li {
    align-items: center;
    color: #eef5ff;
    display: flex;
    font-size: .9rem;
    gap: .45rem;
}

.contact-hero__proofs svg {
    color: #ffd66d;
    height: 1.15rem;
    width: 1.15rem;
}

.contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem 1rem;
    margin-top: 1.5rem;
}

.contact-hero__actions .contact-hero__chat-button {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: #14243b;
    font-size: .95rem;
    font-weight: 800;
    text-decoration: none;
}

.contact-hero__actions .contact-hero__chat-button:hover,
.contact-hero__actions .contact-hero__chat-button:focus-visible {
    color: #14243b;
}

.contact-hero__contact-link {
    color: #fff;
    font-size: .88rem;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .45);
    text-underline-offset: .22rem;
}

.contact-hero__contact-link:hover,
.contact-hero__contact-link:focus-visible {
    color: #ffd66d;
    text-decoration-color: currentColor;
}

.contact-hero__direct {
    align-self: stretch;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 1.15rem;
    display: grid;
    padding: 1.25rem;
}

.contact-hero__direct-label {
    color: #dbe8fa;
    font-size: .85rem;
    margin: 0 0 .65rem;
}

.contact-hero__direct a {
    color: #fff;
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.contact-hero__direct a:hover {
    color: #ffd66d;
}

.contact-hero__direct span {
    color: #c7d8ee;
    font-size: .82rem;
    margin: .15rem 0 .75rem;
}

.contact-hero__direct small {
    border-top: 1px solid rgba(255, 255, 255, .18);
    color: #dbe8fa;
    margin-top: .4rem;
    padding-top: .85rem;
}

.contact-hero__direct--order {
    align-content: start;
}

.contact-hero__direct--chat {
    align-content: center;
}

.contact-hero__direct--chat > strong {
    color: #fff;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    line-height: 1.2;
}

.contact-hero__direct--chat > span {
    font-size: .88rem;
    line-height: 1.5;
    margin: .6rem 0 1rem;
}

.contact-hero__direct a.contact-hero__chat-button {
    align-items: center;
    color: #14243b;
    display: inline-flex;
    font-size: 1rem;
    gap: .5rem;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    width: 100%;
}

.contact-hero__chat-button svg {
    height: 1.15rem;
    width: 1.15rem;
}

.contact-hero__direct a.contact-hero__chat-button:hover,
.contact-hero__direct a.contact-hero__chat-button:focus-visible {
    color: #14243b;
}

.contact-hero__direct--order > strong {
    color: #fff;
    font-size: .9rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.contact-hero__direct--order > span {
    line-height: 1.45;
    margin: .35rem 0 .8rem;
}

.contact-hero__direct--order nav {
    border-top: 1px solid rgba(255, 255, 255, .18);
    display: grid;
    gap: .45rem;
    padding-top: .8rem;
}

.contact-hero__direct--order nav a {
    color: #fff;
    font-size: .8rem;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .35);
    text-underline-offset: .18rem;
}

.contact-hero__direct--order nav a:hover,
.contact-hero__direct--order nav a:focus-visible {
    color: #ffd66d;
    text-decoration-color: currentColor;
}

.contact-layout {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.contact-form-card,
.contact-side section {
    background: #fff;
    border: 1px solid var(--contact-line);
    border-radius: 1.25rem;
    box-shadow: 0 18px 48px rgba(24, 44, 78, .08);
}

.contact-form-card {
    min-width: 0;
    padding: clamp(1.25rem, 3vw, 2.25rem);
}

.contact-form-card__heading {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.contact-form-card__heading h2,
.contact-side h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -.025em;
    margin: 0;
}

.contact-form-card__heading > a {
    border: 1px solid #b9cae2;
    border-radius: 999px;
    color: #24539c;
    font-size: .85rem;
    font-weight: 700;
    padding: .55rem .85rem;
    text-decoration: none;
    white-space: nowrap;
}

.contact-phone__numbers {
    display: grid;
    gap: .7rem;
    margin: 1rem 0;
}

.contact-phone__numbers a {
    border: 1px solid #d6e0ed;
    border-radius: .8rem;
    color: #174f98;
    display: grid;
    padding: .75rem .85rem;
    text-decoration: none;
}

.contact-phone__numbers a:hover,
.contact-phone__numbers a:focus-visible {
    background: #edf5ff;
    border-color: #8eb7e8;
}

.contact-phone__numbers strong {
    font-size: 1rem;
}

.contact-phone__numbers span,
.contact-phone > p:last-child {
    color: var(--contact-muted);
    font-size: .82rem;
}

.contact-product-context {
    align-items: center;
    background: #edf5ff;
    border: 1px solid #bfd7f7;
    border-radius: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding: 1rem;
}

.contact-product-context span,
.contact-product-context small {
    color: var(--contact-muted);
    display: block;
    font-size: .8rem;
}

.contact-product-context strong {
    display: block;
    margin: .1rem 0;
}

.contact-product-context a {
    color: #174f98;
    font-weight: 700;
}

.contact-form__grid {
    display: grid;
    gap: 1rem;
}

.contact-field {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.contact-field > label,
.contact-field > legend {
    color: #25344d;
    float: none;
    font-size: .88rem;
    font-weight: 750;
    margin-bottom: .45rem;
    padding: 0;
    width: auto;
}

.contact-field > label span {
    color: var(--contact-muted);
    font-weight: 500;
}

.contact-field input:not([type="radio"]),
.contact-field select,
.contact-field textarea {
    background: #fff;
    border: 1px solid #bfcbdc;
    border-radius: .75rem;
    color: var(--contact-ink);
    display: block;
    font: inherit;
    min-height: 3rem;
    padding: .72rem .85rem;
    transition: border-color .15s ease, box-shadow .15s ease;
    width: 100%;
}

.contact-field textarea {
    line-height: 1.55;
    min-height: 10rem;
    resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: #1f67c3;
    box-shadow: 0 0 0 .2rem rgba(31, 103, 195, .14);
    outline: 0;
}

.contact-field [aria-invalid="true"] {
    border-color: #b42318;
}

.contact-field__help,
.contact-field__error {
    display: block;
    font-size: .78rem;
    margin-top: .4rem;
}

.contact-field__help {
    color: var(--contact-muted);
}

.contact-field__error {
    color: #a51d14;
    font-weight: 650;
}

.contact-channel-options {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-channel-options label {
    align-items: center;
    border: 1px solid #c8d3e1;
    border-radius: .75rem;
    cursor: pointer;
    display: flex;
    gap: .6rem;
    min-height: 3rem;
    padding: .65rem .85rem;
}

.contact-channel-options label:has(input:checked) {
    background: #edf5ff;
    border-color: #3573be;
}

.contact-form__footer {
    align-items: center;
    border-top: 1px solid var(--contact-line);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
}

.contact-form__footer p {
    color: var(--contact-muted);
    font-size: .8rem;
    margin: 0;
    max-width: 36rem;
}

.contact-form__footer button {
    align-items: center;
    display: inline-flex;
    gap: .55rem;
}

.contact-form__footer svg {
    height: 1.1rem;
    width: 1.1rem;
}

.contact-honeypot {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.contact-side {
    display: grid;
    gap: 1.5rem;
}

.contact-side section {
    padding: 1.35rem;
}

.contact-side nav {
    display: grid;
    gap: .65rem;
    margin-top: 1.15rem;
}

.contact-side nav a {
    background: var(--contact-surface);
    border: 1px solid transparent;
    border-radius: .85rem;
    color: var(--contact-ink);
    padding: .85rem;
    text-decoration: none;
}

.contact-side nav a:hover {
    border-color: #9ebce2;
}

.contact-side nav strong,
.contact-side nav span {
    display: block;
}

.contact-side nav span,
.contact-pickup p,
.contact-pickup address {
    color: var(--contact-muted);
    font-size: .83rem;
    margin: .2rem 0 0;
}

.contact-pickup {
    background: #fff9e8 !important;
    border-color: #eed89d !important;
}

.contact-thread__list {
    display: grid;
    gap: .85rem;
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

.contact-thread__message {
    background: #f4f7fb;
    border: 1px solid #dce3ed;
    border-radius: 1rem;
    max-width: min(100%, 44rem);
    padding: 1rem 1.1rem;
}

.contact-thread__message--operator {
    background: #edf5ff;
    border-color: #bfd7f7;
    margin-right: auto;
}

.contact-thread__message--customer {
    background: #fff9e8;
    border-color: #eed89d;
    margin-left: auto;
}

.contact-thread__meta {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .75rem;
    justify-content: space-between;
    margin-bottom: .45rem;
}

.contact-thread__meta time,
.contact-thread__erased {
    color: #627087;
    font-size: .8rem;
}

.contact-thread__body {
    margin: 0;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.contact-thread__erased {
    font-style: italic;
    margin: 0;
}

.contact-thread__composer {
    border-top: 1px solid #dce3ed;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

.contact-thread__composer textarea {
    min-height: 8rem;
    resize: vertical;
}

.contact-thread__attachments {
    display: grid;
    gap: .4rem;
    margin-top: .7rem;
}

.contact-thread__attachments a,
.contact-thread__attachments span {
    display: block;
    padding: .5rem .65rem;
    border: 1px solid #d6e0eb;
    border-radius: .55rem;
    background: #fff;
    color: #38536f;
    font-size: .82rem;
    overflow-wrap: anywhere;
}

.contact-thread__attachments a {
    color: #135da2;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (min-width: 768px) {
    .contact-form__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (min-width: 992px) {
    .contact-hero {
        grid-template-columns: minmax(0, 1fr) minmax(15rem, 20rem);
    }

    .contact-hero--public {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-layout {
        align-items: start;
        grid-template-columns: minmax(0, 1fr) minmax(17rem, 21rem);
    }

    .contact-side {
        position: sticky;
        top: 1rem;
    }

    .contact-page--order .contact-hero {
        grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem);
        padding: clamp(1.5rem, 3vw, 2.5rem);
    }

    .contact-page--order .contact-hero h1 {
        font-size: clamp(2rem, 4vw, 3.2rem);
    }
}

@media (max-width: 575.98px) {
    .contact-hero,
    .contact-form-card,
    .contact-side section {
        border-radius: 1rem;
    }

    .contact-channel-options {
        grid-template-columns: 1fr;
    }

    .contact-form__footer button {
        justify-content: center;
        width: 100%;
    }

    .contact-form-card__heading {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-form-card__heading > a {
        align-self: flex-start;
    }

    .contact-hero--public {
        min-height: 35rem;
    }

    .contact-hero--public::before {
        background:
            linear-gradient(180deg, rgba(5, 20, 35, .93) 0%, rgba(5, 20, 35, .88) 62%, rgba(5, 20, 35, .72) 100%),
            linear-gradient(90deg, rgba(5, 20, 35, .88), rgba(5, 20, 35, .3));
    }

    .contact-hero--public .contact-hero__copy {
        width: 100%;
        padding: 1.4rem;
    }

    .contact-hero__visual img {
        object-position: 64% center;
    }

    .contact-hero__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-hero__actions .contact-hero__chat-button {
        width: 100%;
    }

    .contact-hero__contact-link {
        justify-self: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-field input,
    .contact-field select,
    .contact-field textarea {
        transition: none;
    }
}

