:root {
    --wholesale-ink: #18392b;
    --wholesale-green: #255b3d;
    --wholesale-green-dark: #123426;
    --wholesale-cream: #f5f1e7;
    --wholesale-paper: #fffdf8;
    --wholesale-line: #dce2dc;
}

.wholesale-hero h1,
.wholesale-intro h2,
.wholesale-section-header h2,
.wholesale-card h3,
.wholesale-order h2,
.wholesale-contact h2 { text-transform: none; }

.wholesale-hero { min-height: 460px; margin-bottom: 1.5rem; border-radius: .45rem; overflow: hidden; position: relative; display: flex; align-items: flex-end; color: #fff; background: var(--wholesale-green-dark); }
.wholesale-hero-image,
.wholesale-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.wholesale-hero-image { object-fit: cover; }
.wholesale-hero-overlay { background: linear-gradient(90deg, rgba(10,41,28,.96) 0%, rgba(10,41,28,.73) 49%, rgba(10,41,28,.12) 100%); }
.wholesale-hero-content { position: relative; z-index: 1; max-width: 740px; padding: clamp(2.4rem, 6vw, 5rem); }
.wholesale-eyebrow,
.wholesale-kicker { margin: 0 0 .8rem; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; }
.wholesale-eyebrow { color: #f2ce70; }
.wholesale-eyebrow-dark,
.wholesale-kicker { color: var(--wholesale-green); }
.wholesale-hero h1 { margin: 0 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.035em; }
.wholesale-hero-content > p:not(.wholesale-eyebrow) { max-width: 610px; font-size: 1.16rem; }
.wholesale-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 1.6rem; }
.wholesale-button { display: inline-flex; align-items: center; gap: .5rem; padding: .9rem 1.15rem; border-radius: .25rem; font-weight: 700; }
.wholesale-button-light { background: #fff; color: var(--wholesale-green-dark); }
.wholesale-button-light:hover { color: var(--wholesale-green); text-decoration: none; }
.wholesale-hero-link { color: #fff; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: .2rem; }
.wholesale-hero-link:hover { color: #fff; text-decoration: none; }

.wholesale-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; margin-bottom: 4rem; padding: clamp(2rem, 5vw, 4rem); border-radius: .45rem; background: var(--wholesale-cream); }
.wholesale-intro h2,
.wholesale-section-header h2,
.wholesale-order h2,
.wholesale-contact h2 { font-family: Georgia, "Times New Roman", serif; color: var(--wholesale-ink); }
.wholesale-intro h2 { margin-bottom: .7rem; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.05; }
.wholesale-intro > div > p:last-child { margin: 0; color: #516158; line-height: 1.65; }
.wholesale-audience { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.wholesale-audience > div { min-width: 0; text-align: center; }
.wholesale-audience-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: .65rem; border-radius: 50%; background: #dce8de; color: var(--wholesale-green); }
.wholesale-audience-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.wholesale-audience strong { display: block; color: var(--wholesale-ink); font-size: .84rem; }

.wholesale-offer { margin-bottom: 4rem; }
.wholesale-section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 2.2rem; padding-bottom: 1.6rem; border-bottom: 1px solid var(--wholesale-line); }
.wholesale-section-header h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1; }
.wholesale-section-header > p { max-width: 480px; margin: 0; color: #657169; }
.wholesale-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.wholesale-card { min-width: 0; overflow: hidden; border: 1px solid var(--wholesale-line); border-radius: .4rem; background: var(--wholesale-paper); box-shadow: 0 4px 18px rgba(20,48,35,.04); }
.wholesale-card-image { aspect-ratio: 1/1; overflow: hidden; background: #dfe7df; }
.wholesale-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.wholesale-card:hover .wholesale-card-image img { transform: scale(1.03); }
.wholesale-card-body { padding: 1.5rem; }
.wholesale-card h3 { margin: 0 0 .7rem; color: var(--wholesale-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; line-height: 1.1; }
.wholesale-card-body > p:last-child { margin: 0; color: #58665e; line-height: 1.6; }

.wholesale-order { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; margin-bottom: 4rem; padding: clamp(2rem, 5vw, 4rem); border-radius: .45rem; background: var(--wholesale-cream); }
.wholesale-order h2 { margin-bottom: .8rem; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.05; }
.wholesale-order-copy > p:not(.wholesale-eyebrow) { color: #58665e; line-height: 1.65; }
.wholesale-order-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 1.4rem; }
.wholesale-button-green { background: var(--wholesale-green); color: #fff; }
.wholesale-button-green:hover { background: var(--wholesale-green-dark); color: #fff; text-decoration: none; }
.wholesale-text-link { color: var(--wholesale-green); font-weight: 700; }
.wholesale-text-link:hover { color: var(--wholesale-green-dark); text-decoration: none; }
.wholesale-order-steps { margin: 0; padding: 0; list-style: none; }
.wholesale-order-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid #d7ddd6; }
.wholesale-order-steps li:last-child { border-bottom: 0; }
.wholesale-order-steps li > span { color: var(--wholesale-green); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.wholesale-order-steps strong { color: var(--wholesale-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.wholesale-order-steps p { margin: .2rem 0 0; color: #657169; font-size: .9rem; }

.wholesale-contact { display: flex; align-items: center; justify-content: space-between; gap: 3rem; margin-bottom: 1rem; padding: clamp(2.5rem, 6vw, 5rem); border-radius: .45rem; background: var(--wholesale-green-dark); color: #fff; }
.wholesale-contact h2 { margin-bottom: .7rem; color: #fff; font-size: clamp(2.4rem, 4vw, 4rem); }
.wholesale-contact p:last-child { max-width: 660px; margin: 0; color: #dfe9e2; }
.wholesale-contact > a { flex: 0 0 auto; padding: .9rem 1.3rem; border: 1px solid rgba(255,255,255,.65); border-radius: .25rem; color: #fff; font-weight: 700; }
.wholesale-contact > a:hover { background: #fff; color: var(--wholesale-green-dark); text-decoration: none; }

@media (max-width: 900px) {
    .wholesale-intro, .wholesale-order { grid-template-columns: 1fr; }
    .wholesale-card-grid { grid-template-columns: 1fr; }
    .wholesale-card { display: grid; grid-template-columns: 240px 1fr; }
}

@media (max-width: 575px) {
    .wholesale-hero { min-height: 520px; }
    .wholesale-hero-overlay { background: linear-gradient(0deg, rgba(10,41,28,.97), rgba(10,41,28,.4)); }
    .wholesale-hero-content { padding: 2rem; }
    .wholesale-hero-actions, .wholesale-order-actions { align-items: flex-start; flex-direction: column; }
    .wholesale-intro, .wholesale-order { padding: 1.5rem; }
    .wholesale-audience { grid-template-columns: 1fr; gap: 1.2rem; }
    .wholesale-audience > div { display: flex; align-items: center; gap: 1rem; text-align: left; }
    .wholesale-audience-icon { margin: 0; }
    .wholesale-section-header { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .wholesale-card { display: block; }
    .wholesale-contact { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .wholesale-card-image img { transition: none; }
}
