.vendor-page {
    --vendor-gold: #f6c96d;
    --vendor-gold-light: #ffe8b2;
    --vendor-cream: #fff8eb;
    --vendor-panel: rgba(65, 16, 27, 0.88);
    --vendor-panel-strong: rgba(48, 11, 20, 0.96);
    overflow: hidden;
}

.vendor-hero {
    position: relative;
    padding: 54px 0 46px;
}

.vendor-hero::before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    top: -180px;
    right: 9%;
    border-radius: 50%;
    background: rgba(246, 201, 109, 0.12);
    filter: blur(80px);
    pointer-events: none;
}

.vendor-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
    min-height: 660px;
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(88, 23, 37, 0.98), rgba(42, 10, 18, 0.98));
    box-shadow: var(--shadow-lg);
}

.vendor-hero-grid > *,
.vendor-intro-grid > *,
.vendor-supply-grid > *,
.vendor-card-grid > * {
    min-width: 0;
}

.vendor-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 6.2vw, 84px);
}

.vendor-eyebrow,
.vendor-mini-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--vendor-gold);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.vendor-eyebrow::before {
    content: "";
    width: 30px;
    height: 1px;
    background: currentColor;
}

.vendor-hero h1 {
    max-width: 760px;
    margin: 20px 0 24px;
    font-size: clamp(3rem, 5.4vw, 5.45rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.98;
    text-wrap: balance;
}

.vendor-hero-lead {
    max-width: 700px;
    color: var(--text-soft);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.78;
}

.vendor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.vendor-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.vendor-btn:hover {
    transform: translateY(-2px);
}

.vendor-btn:focus-visible {
    outline: 3px solid rgba(255, 225, 163, 0.92);
    outline-offset: 3px;
}

.vendor-btn-primary {
    color: #2b0a0d;
    background: linear-gradient(135deg, var(--vendor-gold), var(--vendor-gold-light));
    box-shadow: 0 16px 34px rgba(246, 201, 109, 0.17);
}

.vendor-btn-primary:hover {
    background: linear-gradient(135deg, #ffd887, #fff0ca);
    box-shadow: 0 20px 40px rgba(246, 201, 109, 0.23);
}

.vendor-btn-secondary {
    color: var(--text-main);
    border-color: rgba(246, 201, 109, 0.26);
    background: rgba(255, 255, 255, 0.045);
}

.vendor-btn-secondary:hover {
    border-color: rgba(246, 201, 109, 0.48);
    background: rgba(255, 255, 255, 0.09);
}

.vendor-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 20px;
    margin-top: 28px;
}

.vendor-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-faint);
    font-size: 0.84rem;
    line-height: 1.45;
}

.vendor-hero-points i {
    color: var(--vendor-gold);
    font-size: 0.72rem;
}

.vendor-visual {
    position: relative;
    min-height: 660px;
    overflow: hidden;
}

.vendor-visual-media,
.vendor-visual-media img,
.vendor-visual-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.vendor-visual-media img {
    object-fit: cover;
    object-position: 54% center;
    transform: scale(1.02);
}

.vendor-visual-overlay {
    background:
        linear-gradient(90deg, rgba(43, 10, 18, 0.55), transparent 38%),
        linear-gradient(180deg, rgba(29, 7, 13, 0.08) 25%, rgba(29, 7, 13, 0.85) 100%);
}

.vendor-visual-caption {
    position: absolute;
    left: clamp(26px, 4vw, 48px);
    right: clamp(26px, 4vw, 48px);
    bottom: 186px;
    z-index: 2;
}

.vendor-visual-caption span {
    display: block;
    margin-bottom: 9px;
    color: var(--vendor-gold-light);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vendor-visual-caption strong {
    display: block;
    max-width: 470px;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.18;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
}

.vendor-prepare-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    padding: 22px;
    border: 1px solid rgba(255, 232, 178, 0.22);
    border-radius: 22px;
    background: rgba(39, 9, 17, 0.8);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.vendor-prepare-card ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
    list-style: none;
}

.vendor-prepare-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--vendor-cream);
    font-size: 0.82rem;
    line-height: 1.45;
}

.vendor-prepare-card li i {
    margin-top: 3px;
    color: var(--vendor-gold);
}

.vendor-intro {
    padding: 54px 0 18px;
}

.vendor-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: end;
    gap: clamp(34px, 8vw, 110px);
    padding-bottom: 54px;
    border-bottom: 1px solid rgba(246, 201, 109, 0.14);
}

.vendor-intro h2,
.vendor-heading h2,
.vendor-cta-card h2 {
    margin-top: 16px;
    font-size: clamp(2.15rem, 4vw, 3.65rem);
    letter-spacing: -0.045em;
    line-height: 1.07;
    text-wrap: balance;
}

.vendor-intro-grid > p,
.vendor-heading p,
.vendor-feature-card p,
.vendor-process p,
.vendor-document-note p,
.vendor-cta-card p {
    color: var(--text-soft);
    line-height: 1.75;
}

.vendor-intro-grid > p {
    font-size: 1.03rem;
}

.vendor-section {
    padding: 74px 0;
}

.vendor-section-soft {
    border-block: 1px solid rgba(246, 201, 109, 0.11);
    background:
        linear-gradient(90deg, rgba(45, 12, 20, 0.22), rgba(83, 24, 32, 0.34)),
        rgba(45, 12, 20, 0.25);
}

.vendor-heading {
    max-width: 850px;
    margin: 0 auto 38px;
    text-align: center;
}

.vendor-heading-left {
    margin: 0;
    text-align: left;
}

.vendor-heading-compact {
    max-width: 720px;
}

.vendor-heading:not(.vendor-heading-left) p {
    max-width: 700px;
    margin: 16px auto 0;
    text-align: center;
}

.vendor-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vendor-feature-card {
    position: relative;
    min-height: 320px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% 5%, rgba(246, 201, 109, 0.11), transparent 32%),
        linear-gradient(180deg, rgba(82, 23, 36, 0.92), rgba(49, 13, 22, 0.96));
    box-shadow: var(--shadow-md);
}

.vendor-card-number {
    position: absolute;
    top: 24px;
    right: 26px;
    color: rgba(255, 232, 178, 0.24);
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.vendor-card-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 64px;
    border: 1px solid rgba(246, 201, 109, 0.2);
    border-radius: 18px;
    color: var(--vendor-gold);
    background: rgba(246, 201, 109, 0.1);
    font-size: 1.22rem;
}

.vendor-feature-card h3,
.vendor-process h3,
.vendor-document-note h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.vendor-supply-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(40px, 8vw, 108px);
}

.vendor-category-note {
    margin-top: 22px;
    padding-left: 16px;
    border-left: 2px solid var(--vendor-gold);
    color: var(--text-faint) !important;
    font-size: 0.88rem;
}

.vendor-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.vendor-categories article {
    min-height: 104px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 20px;
    color: var(--vendor-cream);
    background: rgba(255, 255, 255, 0.038);
    line-height: 1.48;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.vendor-categories article:hover {
    transform: translateY(-2px);
    border-color: rgba(246, 201, 109, 0.34);
    background: rgba(255, 255, 255, 0.065);
}

.vendor-categories i {
    width: 42px;
    flex: 0 0 42px;
    color: var(--vendor-gold);
    text-align: center;
    font-size: 1.15rem;
}

.vendor-process {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.vendor-process li {
    position: relative;
    display: flex;
    gap: 18px;
    padding: 30px;
    border-block: 1px solid var(--line);
    border-left: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.025);
}

.vendor-process li:first-child {
    border-radius: 24px 0 0 24px;
}

.vendor-process li:last-child {
    border-right: 1px solid var(--line);
    border-radius: 0 24px 24px 0;
}

.vendor-process-number {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #2b0a0d;
    background: var(--vendor-gold);
    font-size: 0.88rem;
    font-weight: 800;
}

.vendor-document-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    max-width: 920px;
    margin: 28px auto 0;
    padding: 26px 30px;
    border: 1px solid rgba(246, 201, 109, 0.22);
    border-radius: 22px;
    background: rgba(246, 201, 109, 0.07);
}

.vendor-document-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: var(--vendor-gold-light);
    background: rgba(246, 201, 109, 0.12);
    font-size: 1.4rem;
}

.vendor-document-note h3 {
    margin-top: 7px;
}

.vendor-cta {
    padding: 24px 0 82px;
}

.vendor-cta-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    overflow: hidden;
    padding: clamp(34px, 5vw, 62px);
    border: 1px solid var(--line-strong);
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 0%, rgba(246, 201, 109, 0.2), transparent 31%),
        linear-gradient(135deg, rgba(94, 29, 42, 0.98), rgba(48, 12, 22, 0.99));
    box-shadow: var(--shadow-lg);
}

.vendor-cta-card > div:first-child {
    max-width: 760px;
}

.vendor-cta-card p {
    max-width: 680px;
    margin-top: 15px;
}

.vendor-cta-actions {
    flex: 0 0 auto;
    display: grid;
    justify-items: center;
    gap: 13px;
}

.vendor-cta-actions > span {
    color: var(--text-faint);
    font-size: 0.82rem;
}

.vendor-cta-actions > span a {
    color: var(--vendor-gold-light);
    font-weight: 700;
}

.vendor-notice {
    width: min(1320px, 94%);
    margin: 16px auto 0;
    color: var(--text-faint);
    font-size: 0.8rem;
    line-height: 1.55;
    text-align: center;
}

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

    .vendor-visual {
        min-height: 590px;
    }

    .vendor-card-grid,
    .vendor-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vendor-card-grid > :last-child,
    .vendor-process > :last-child {
        grid-column: 1 / -1;
    }

    .vendor-process li:nth-child(1) {
        border-radius: 24px 0 0 0;
    }

    .vendor-process li:nth-child(2) {
        border-right: 1px solid var(--line);
        border-radius: 0 24px 0 0;
    }

    .vendor-process li:last-child {
        border-top: 0;
        border-radius: 0 0 24px 24px;
    }
}

@media (max-width: 900px) {
    .vendor-intro-grid,
    .vendor-supply-grid {
        grid-template-columns: 1fr;
    }

    .vendor-heading-left {
        max-width: 760px;
    }

    .vendor-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .vendor-cta-actions {
        justify-items: start;
    }
}

@media (max-width: 640px) {
    .vendor-hero {
        padding: 24px 0 34px;
    }

    .vendor-hero-grid {
        min-height: 0;
        border-radius: 25px;
    }

    .vendor-hero-copy {
        padding: 34px 24px 38px;
    }

    .vendor-hero h1 {
        font-size: clamp(2.35rem, 11.2vw, 3.2rem);
        overflow-wrap: break-word;
    }

    .vendor-actions,
    .vendor-actions .vendor-btn,
    .vendor-cta-actions,
    .vendor-cta-actions .vendor-btn {
        width: 100%;
    }

    .vendor-hero-points {
        display: grid;
    }

    .vendor-visual {
        min-height: 640px;
    }

    .vendor-visual-caption {
        bottom: 310px;
    }

    .vendor-prepare-card {
        right: 16px;
        bottom: 16px;
        left: 16px;
        padding: 20px;
    }

    .vendor-prepare-card ul {
        grid-template-columns: 1fr;
    }

    .vendor-intro {
        padding-top: 46px;
    }

    .vendor-intro-grid {
        padding-bottom: 44px;
    }

    .vendor-section {
        padding: 56px 0;
    }

    .vendor-heading,
    .vendor-heading:not(.vendor-heading-left) p {
        text-align: left;
    }

    .vendor-heading:not(.vendor-heading-left) p {
        margin-left: 0;
    }

    .vendor-card-grid,
    .vendor-categories,
    .vendor-process {
        grid-template-columns: 1fr;
    }

    .vendor-card-grid > :last-child,
    .vendor-process > :last-child {
        grid-column: auto;
    }

    .vendor-feature-card {
        min-height: 290px;
    }

    .vendor-process li,
    .vendor-process li:nth-child(1),
    .vendor-process li:nth-child(2),
    .vendor-process li:last-child {
        border: 1px solid var(--line);
        border-radius: 20px;
    }

    .vendor-process {
        gap: 12px;
    }

    .vendor-document-note {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .vendor-cta {
        padding: 6px 0 58px;
    }

    .vendor-cta-card {
        gap: 28px;
        border-radius: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vendor-btn,
    .vendor-categories article {
        transition: none;
    }
}
