/* ==================================================
   THE KHATOON SHOP - WHOLESALE ENQUIRIES
================================================== */

.wholesale-page {
    width: 100%;
    color: var(--khatoon-black);
    background: #ffffff;
}

.wholesale-shell {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
}

.wholesale-eyebrow {
    margin: 0 0 14px;
    color: #c9476b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    line-height: 1.4;
    text-transform: uppercase;
}

.wholesale-hero {
    position: relative;
    padding: 88px 0;
    background:
        radial-gradient(circle at 90% 15%, rgba(232, 93, 142, .13), transparent 30%),
        linear-gradient(135deg, #fff8fa 0%, #ffffff 55%, #fce8ef 100%);
    border-bottom: 1px solid #f3dce3;
}

.wholesale-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    align-items: center;
    gap: 72px;
}

.wholesale-hero-copy {
    max-width: 700px;
}

.wholesale-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #202020;
    font-family: var(--khatoon-serif);
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 400;
    letter-spacing: -.8px;
    line-height: 1.04;
}

.wholesale-hero-copy > p:not(.wholesale-eyebrow) {
    max-width: 650px;
    margin: 24px 0 0;
    color: #505050;
    font-size: 18px;
    line-height: 1.75;
}

.wholesale-primary-button,
.wholesale-submit {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    color: #ffffff;
    background: var(--khatoon-pink);
    border: 1px solid var(--khatoon-pink);
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .35px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.wholesale-primary-button {
    margin-top: 30px;
}

.wholesale-primary-button:hover,
.wholesale-primary-button:focus,
.wholesale-submit:hover,
.wholesale-submit:focus {
    color: #ffffff;
    background: #cf466d;
    border-color: #cf466d;
    transform: translateY(-1px);
}

.wholesale-summary-card {
    position: relative;
    padding: 38px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid #f0d6de;
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(103, 55, 68, .1);
}

.wholesale-summary-card::before {
    position: absolute;
    top: 0;
    right: 36px;
    left: 36px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--khatoon-pink), transparent);
    content: "";
}

.wholesale-summary-label {
    margin: 0 0 18px;
    color: #c9476b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.wholesale-summary-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wholesale-summary-card li {
    position: relative;
    padding: 12px 0 12px 28px;
    border-bottom: 1px solid #f3e3e8;
    font-size: 15px;
    font-weight: 600;
}

.wholesale-summary-card li::before {
    position: absolute;
    top: 20px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: var(--khatoon-pink);
    border-radius: 50%;
    content: "";
}

.wholesale-summary-card > p:last-child {
    margin: 22px 0 0;
    color: #666666;
    font-size: 13px;
    line-height: 1.65;
}

.wholesale-section {
    padding: 82px 0;
}

.wholesale-section-heading {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.wholesale-section-heading h2,
.wholesale-enquiry-copy h2 {
    margin: 0;
    color: #202020;
    font-family: var(--khatoon-serif);
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 400;
    line-height: 1.12;
}

.wholesale-section-heading > p:last-child {
    margin: 18px auto 0;
    color: #646464;
    font-size: 16px;
    line-height: 1.75;
}

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

.wholesale-audience-grid article {
    min-width: 0;
    padding: 34px 30px;
    background: #ffffff;
    border: 1px solid #f1dce2;
    border-radius: 7px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .04);
}

.wholesale-audience-grid article > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #c9476b;
    background: #fff1f5;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}

.wholesale-audience-grid h3 {
    margin: 22px 0 10px;
    font-family: var(--khatoon-serif);
    font-size: 26px;
    font-weight: 400;
}

.wholesale-audience-grid p {
    margin: 0;
    color: #626262;
    font-size: 14px;
    line-height: 1.7;
}

.wholesale-process-section {
    background: #fff8fa;
    border-top: 1px solid #f5e4e9;
    border-bottom: 1px solid #f5e4e9;
}

.wholesale-process-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #ead7dd;
    border: 1px solid #ead7dd;
    border-radius: 8px;
    list-style: none;
}

.wholesale-process-list li {
    position: relative;
    min-width: 0;
    padding: 38px 34px 38px 72px;
    background: #ffffff;
    counter-increment: wholesale-step;
}

.wholesale-process-list {
    counter-reset: wholesale-step;
}

.wholesale-process-list li::before {
    position: absolute;
    top: 38px;
    left: 28px;
    color: var(--khatoon-pink);
    content: counter(wholesale-step, decimal-leading-zero);
    font-family: var(--khatoon-serif);
    font-size: 24px;
    line-height: 1;
}

.wholesale-process-list strong,
.wholesale-process-list span {
    display: block;
}

.wholesale-process-list strong {
    color: #252525;
    font-size: 16px;
}

.wholesale-process-list span {
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    line-height: 1.65;
}

.wholesale-enquiry-section {
    scroll-margin-top: 24px;
    background: #ffffff;
}

.wholesale-enquiry-grid {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 64px;
}

.wholesale-enquiry-copy {
    position: sticky;
    top: 28px;
}

.wholesale-enquiry-copy > p:not(.wholesale-eyebrow) {
    margin: 20px 0 0;
    color: #626262;
    font-size: 15px;
    line-height: 1.75;
}

.wholesale-contact-note {
    margin-top: 30px;
    padding: 20px 22px;
    background: #fff6f8;
    border-left: 3px solid var(--khatoon-pink);
}

.wholesale-contact-note strong,
.wholesale-contact-note a {
    display: block;
}

.wholesale-contact-note strong {
    font-size: 13px;
}

.wholesale-contact-note a {
    margin-top: 4px;
    color: #c9476b;
    overflow-wrap: anywhere;
}

.wholesale-form-card {
    min-width: 0;
    padding: 42px;
    background: #ffffff;
    border: 1px solid #ead9de;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(72, 43, 51, .08);
}

.wholesale-form-message {
    margin: 0 0 26px;
    padding: 14px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.55;
}

.wholesale-form-message.is-success {
    color: #1f603b;
    background: #eef9f2;
    border: 1px solid #bfe2cc;
}

.wholesale-form-message.is-error {
    color: #8a2d38;
    background: #fff1f2;
    border: 1px solid #efc3c8;
}

.wholesale-honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

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

.wholesale-form-grid > label,
.wholesale-category-fieldset {
    min-width: 0;
}

.wholesale-form-grid label > span,
.wholesale-category-fieldset legend {
    display: block;
    margin-bottom: 8px;
    color: #303030;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.wholesale-form-grid label em {
    color: #c9476b;
    font-style: normal;
}

.wholesale-form input[type="text"],
.wholesale-form input[type="email"],
.wholesale-form input[type="tel"],
.wholesale-form select,
.wholesale-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    color: #252525;
    background: #ffffff;
    border: 1px solid #dcd7d8;
    border-radius: 4px;
    outline: 0;
    font-size: 14px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.wholesale-form input[type="text"],
.wholesale-form input[type="email"],
.wholesale-form input[type="tel"],
.wholesale-form select {
    min-height: 48px;
    padding: 0 13px;
}

.wholesale-form textarea {
    min-height: 110px;
    padding: 12px 13px;
    resize: vertical;
}

.wholesale-form input:focus,
.wholesale-form select:focus,
.wholesale-form textarea:focus {
    border-color: var(--khatoon-pink);
    box-shadow: 0 0 0 3px rgba(232, 93, 142, .12);
}

.wholesale-form input::placeholder,
.wholesale-form textarea::placeholder {
    color: #8b8b8b;
}

.wholesale-form-full {
    grid-column: 1 / -1;
}

.wholesale-category-fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

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

.wholesale-category-options label {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    background: #fff9fb;
    border: 1px solid #f0dce2;
    border-radius: 4px;
    cursor: pointer;
}

.wholesale-category-options label > span {
    min-width: 0;
    margin: 0;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.wholesale-category-options input,
.wholesale-consent input {
    flex: 0 0 auto;
    accent-color: var(--khatoon-pink);
}

.wholesale-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 24px;
    color: #555555;
    font-size: 13px;
    line-height: 1.55;
}

.wholesale-consent input {
    margin-top: 4px;
}

.wholesale-consent a {
    color: #c9476b;
    font-weight: 700;
}

.wholesale-submit {
    width: 100%;
    margin-top: 24px;
    cursor: pointer;
}

.wholesale-form-disclaimer {
    margin: 14px 0 0;
    color: #737373;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

@media (max-width: 960px) {
    .wholesale-hero-grid,
    .wholesale-enquiry-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .wholesale-summary-card {
        max-width: 650px;
    }

    .wholesale-enquiry-copy {
        position: static;
        max-width: 680px;
    }

    .wholesale-process-list li {
        padding: 32px 24px 32px 62px;
    }

    .wholesale-process-list li::before {
        top: 33px;
        left: 22px;
    }
}

@media (max-width: 760px) {
    .wholesale-shell {
        width: min(100% - 36px, 1180px);
    }

    .wholesale-hero {
        padding: 62px 0;
    }

    .wholesale-section {
        padding: 62px 0;
    }

    .wholesale-audience-grid,
    .wholesale-process-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .wholesale-process-list {
        gap: 1px;
    }

    .wholesale-form-card {
        padding: 30px 24px;
    }
}

@media (max-width: 600px) {
    .wholesale-shell {
        width: min(100% - 28px, 1180px);
    }

    .wholesale-hero h1 {
        font-size: clamp(39px, 12vw, 54px);
    }

    .wholesale-hero-copy > p:not(.wholesale-eyebrow) {
        font-size: 16px;
    }

    .wholesale-summary-card {
        padding: 30px 24px;
    }

    .wholesale-form-grid,
    .wholesale-category-options {
        grid-template-columns: minmax(0, 1fr);
    }

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

    .wholesale-primary-button,
    .wholesale-submit {
        width: 100%;
    }
}
