.wholesale-page {
    overflow: hidden;
    background: #faf8f5;
    color: #29241f;
}

.wholesale-main {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    align-items: start;
    gap: clamp(52px, 7vw, 108px);
    padding-top: clamp(64px, 8vw, 112px);
    padding-bottom: clamp(72px, 9vw, 128px);
}

.wholesale-intro {
    padding-top: 20px;
}

.wholesale-intro__eyebrow {
    display: inline-flex;
    margin: 0 0 24px;
    padding: 8px 16px 6px;
    border-radius: 999px;
    background: rgba(211, 71, 19, .08);
    color: #a73b16;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.wholesale-intro h1 {
    max-width: 640px;
    margin: 0;
    color: #241f1b;
    font-size: clamp(2.35rem, 4.3vw, 4.7rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: .98;
}

.wholesale-intro__copy {
    max-width: 650px;
    margin: 28px 0 0;
    color: #625b55;
    font-size: clamp(1.05rem, 1.4vw, 1.3rem);
    line-height: 1.55;
}

.wholesale-benefits {
    display: grid;
    gap: 18px;
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
}

.wholesale-benefits li {
    position: relative;
    padding-left: 30px;
    font-size: 1.08rem;
    line-height: 1.45;
}

.wholesale-benefits li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--site-primary);
    content: "✓";
    font-size: 1.25rem;
    font-weight: 700;
}

.wholesale-form-card {
    padding: clamp(28px, 3vw, 48px);
    border: 1px solid rgba(65, 52, 41, .13);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 45px rgba(67, 48, 34, .09);
}

.wholesale-form-card__heading h2 {
    margin: 0;
    color: #241f1b;
    font-size: clamp(1.8rem, 2.3vw, 2.5rem);
    letter-spacing: -.025em;
    line-height: 1.1;
}

.wholesale-form-card__heading p {
    margin: 10px 0 0;
    color: #716a64;
    line-height: 1.5;
}

.wholesale-form {
    display: grid;
    gap: 26px;
    margin-top: 30px;
}

.wholesale-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
}

.wholesale-field {
    display: grid;
    gap: 8px;
    color: #3d3731;
    font-size: .95rem;
    font-weight: 600;
}

.wholesale-field input,
.wholesale-field textarea {
    width: 100%;
    border: 1px solid #ddd8d1;
    border-radius: 8px;
    background: #fdfcf9;
    color: #29241f;
    font: inherit;
    font-weight: 400;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.wholesale-field input {
    min-height: 52px;
    padding: 0 16px;
}

.wholesale-field textarea {
    min-height: 120px;
    padding: 14px 16px;
    resize: vertical;
}

.wholesale-field input:focus,
.wholesale-field textarea:focus {
    border-color: var(--site-primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(211, 71, 19, .12);
}

.wholesale-field input::placeholder,
.wholesale-field textarea::placeholder {
    color: #aaa39c;
}

.wholesale-interests {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.wholesale-interests legend {
    padding: 0;
    color: #3d3731;
    font-size: .95rem;
    font-weight: 600;
}

.wholesale-interests > p {
    margin: 5px 0 12px;
    color: #827a72;
    font-size: .86rem;
}

.wholesale-interests__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wholesale-interest {
    display: grid;
    min-height: 58px;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #ddd8d1;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.wholesale-interest:hover {
    border-color: rgba(211, 71, 19, .55);
}

.wholesale-interest input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.wholesale-interest > span {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 1.5px solid #466057;
    border-radius: 2px;
    color: #fff;
}

.wholesale-interest input:checked + span {
    border-color: var(--site-primary);
    background: var(--site-primary);
}

.wholesale-interest input:checked + span::after {
    content: "✓";
    font-size: .78rem;
    font-weight: 700;
}

.wholesale-interest:has(input:checked) {
    border-color: rgba(211, 71, 19, .65);
    background: rgba(211, 71, 19, .035);
}

.wholesale-interest:has(input:focus-visible) {
    outline: 3px solid var(--site-primary);
    outline-offset: 3px;
}

.wholesale-interest strong {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.25;
}

.wholesale-form__honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.wholesale-form__status {
    min-height: 1.4em;
    margin: -8px 0 0;
    color: #635c55;
    font-size: .9rem;
    text-align: center;
}

.wholesale-form__submit {
    min-height: 56px;
    padding: 13px 28px;
    border: 0;
    border-radius: 999px;
    background: var(--site-primary);
    box-shadow: 0 12px 24px rgba(211, 71, 19, .22);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wholesale-form__submit:hover:not(:disabled) {
    background: #b93c10;
    box-shadow: 0 14px 28px rgba(211, 71, 19, .3);
    transform: translateY(-1px);
}

.wholesale-form__submit:disabled {
    cursor: wait;
    opacity: .65;
}

.wholesale-contact {
    border-top: 1px solid rgba(65, 52, 41, .1);
    background: #fff;
}

.wholesale-contact__inner {
    display: grid;
    grid-template-columns: minmax(240px, .75fr) minmax(0, 2.25fr);
    align-items: start;
    gap: clamp(36px, 6vw, 92px);
    padding-top: clamp(42px, 5vw, 72px);
    padding-bottom: clamp(42px, 5vw, 72px);
}

.wholesale-contact__inner > h2 {
    margin: 0;
    color: #253e35;
    font-size: clamp(1.75rem, 2.7vw, 3rem);
    letter-spacing: -.035em;
    line-height: 1.08;
}

.wholesale-contact__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 42px;
}

.wholesale-contact__card h3 {
    margin: 0 0 8px;
    color: #2f493f;
    font-size: 1.08rem;
}

.wholesale-contact__card p {
    margin: 3px 0;
    color: #68615b;
    line-height: 1.45;
}

.wholesale-contact__card a {
    text-underline-offset: 3px;
}

@media (max-width: 1080px) {
    .wholesale-main {
        grid-template-columns: 1fr;
    }

    .wholesale-intro {
        max-width: 760px;
        padding-top: 0;
    }

    .wholesale-form-card {
        max-width: 820px;
    }

    .wholesale-contact__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .wholesale-main {
        width: 100%;
        gap: 42px;
        padding: 48px 18px 62px;
    }

    .wholesale-intro h1 {
        font-size: clamp(2.2rem, 12vw, 3.1rem);
    }

    .wholesale-form-card {
        padding: 26px 18px;
        border-radius: 13px;
    }

    .wholesale-form__fields,
    .wholesale-interests__grid,
    .wholesale-contact__list {
        grid-template-columns: 1fr;
    }

    .wholesale-contact__inner {
        width: 100%;
        padding: 44px 18px;
    }
}
