/* BigArena Producers Page — Scoped under .producers-page */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@500;600;700;800&family=Fraunces:wght@600;700;800;900&display=swap');

.producers-page {
  --black: #0a0a0a;
  --bg: #fafafa;
  --bg-2: #ffffff;
  --bg-dark: #0a0a0a;
  --panel: #ffffff;
  --panel-dark: #141414;
  --yellow: #FFD300;
  --yellow-bright: #FFE249;
  --text: #0a0a0a;
  --text-muted: #555555;
  --border: #e0e0e0;
  font-family: 'Inter', -apple-system, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  color: var(--text);
}
.producers-page *, .producers-page *::before, .producers-page *::after { box-sizing: border-box; }
.producers-page a { color: inherit; text-decoration: none; }

/* Reset theme.min.css heading color override */
.producers-page h1,
.producers-page h2,
.producers-page h3,
.producers-page h4,
.producers-page h5,
.producers-page h6 { color: inherit; font-family: inherit; }

/* === INLINE SVG ICONS === */
.producers-page .ico {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  display: inline-block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}


.producers-page img { max-width: 100%; display: block; }
.producers-page .container { max-width: 1320px; margin: 0 auto; padding: 0 32px; }

/* === HERO === */
.producers-page .hero { position: relative; min-height: 100vh; overflow: hidden; color: white; padding: 130px 0 200px; }
.producers-page .hero .bg { position: absolute; inset: 0; z-index: 0; }
.producers-page .hero .bg img { width: 110%; height: 110%; object-fit: cover; position: absolute; inset: -5%; animation: kenBurns 22s ease-in-out infinite alternate; }
@keyframes kenBurns { 0% { transform: scale(1) translate(0,0); } 100% { transform: scale(1.12) translate(-20px, -15px); } }
.producers-page .hero .overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(10,10,10,0.55) 50%, rgba(0,0,0,0.7) 100%); }
.producers-page .hero .grain { position: absolute; inset: 0; z-index: 2; opacity: 0.05; pointer-events: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.5' /></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>"); }
.producers-page .hero .content { position: relative; z-index: 3; }

.producers-page .hero .badge-pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px; background: rgba(255,211,0,0.16); border: 1px solid rgba(255,211,0,0.4); border-radius: 30px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); margin-bottom: 28px; backdrop-filter: blur(10px); }
.producers-page .hero .badge-pill::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.producers-page .hero h1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(40px, 4.6vw, 68px); font-weight: 900; line-height: 1.0; letter-spacing: -2px; }
.producers-page .hero h1 em { font-style: italic; color: var(--yellow); font-weight: 700; }
.producers-page .hero .kw-subtitle { display: inline-block; margin-top: 18px; font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 500; font-size: clamp(15px, 1.4vw, 19px); color: var(--yellow); letter-spacing: -0.2px; line-height: 1.35; }
.producers-page .hero p.lead { font-size: clamp(16px, 1.4vw, 19px); color: rgba(255,255,255,0.78); max-width: 600px; margin-top: 22px; line-height: 1.55; }
.producers-page .hero .ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.producers-page .hero .content-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.producers-page .hero .photo-col { position: relative; }
.producers-page .hero .photo-frame { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 30px 80px rgba(0,0,0,0.5); transform: perspective(1200px) rotateY(-3deg); transition: transform 0.5s ease; }
.producers-page .hero .photo-frame:hover { transform: perspective(1200px) rotateY(0); }
.producers-page .hero .photo-frame::before { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(255,211,0,0.06) 0%, transparent 30%, transparent 70%, rgba(255,211,0,0.04) 100%); pointer-events: none; z-index: 2; }
.producers-page .hero .photo-frame img { width: 100%; height: 460px; object-fit: cover; display: block; }
.producers-page .hero .photo-frame .photo-caption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 11px 16px; background: rgba(10,10,10,0.78); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; color: white; font-size: 13px; font-weight: 600; line-height: 1.4; z-index: 3; }
.producers-page .hero .photo-frame .photo-caption strong { color: var(--yellow); }
.producers-page .hero .photo-tag { position: absolute; top: -14px; right: 22px; padding: 7px 14px; border-radius: 999px; background: var(--yellow); color: var(--black); font-size: 11.5px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; z-index: 4; box-shadow: 0 8px 22px rgba(255,211,0,0.3); }
@media (max-width: 1024px) {
  .producers-page .hero { padding: 110px 0 220px; }
  .producers-page .hero .content-grid { grid-template-columns: 1fr; gap: 28px; }
  .producers-page .hero .photo-frame { transform: none; }
  .producers-page .hero .photo-frame img { height: 280px; }
  .producers-page .hero h1 { font-size: clamp(38px, 7vw, 60px); }
}
.producers-page .btn-yellow { background: var(--yellow); color: var(--black); padding: 16px 32px; border-radius: 12px; font-size: 15px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 8px 24px rgba(255,211,0,0.3); display: inline-block; }
.producers-page .btn-yellow:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,211,0,0.5); }
.producers-page .btn-outline-white { background: transparent; color: white; padding: 16px 32px; border-radius: 12px; font-size: 15px; font-weight: 700; border: 2px solid rgba(255,255,255,0.4); transition: all 0.2s; display: inline-block; }
.producers-page .btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: white; }
.producers-page .hero .stats-strip { position: absolute; bottom: 32px; left: 32px; right: 32px; max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 28px 32px; background: rgba(255,255,255,0.06); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; z-index: 3; }
.producers-page .hero .stat .num { font-family: 'Fraunces', serif; font-size: clamp(38px, 4vw, 56px); font-weight: 800; color: var(--yellow); line-height: 1; letter-spacing: -1px; }
.producers-page .hero .stat .lbl { font-size: 11px; color: rgba(255,255,255,0.65); margin-top: 6px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.producers-page .hero .scroll-hint { position: absolute; bottom: 200px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.55); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; z-index: 5; animation: bob 2s ease-in-out infinite; pointer-events: none; }
@media (max-width: 900px) { .producers-page .hero .scroll-hint { display: none; } }
@keyframes bob { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* === MARQUEE === */
.producers-page .marquee { background: var(--black); color: white; padding: 24px 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
.producers-page .marquee-track { display: flex; gap: 60px; animation: marquee 5s linear infinite; white-space: nowrap; }
.producers-page .marquee-track span { font-family: 'Fraunces', serif; font-size: 28px; font-weight: 700; opacity: 0.85; }
.producers-page .marquee-track .accent { color: var(--yellow); }
.producers-page .marquee-track .dot { color: var(--yellow); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (min-width: 768px) { .producers-page .marquee-track { animation-duration: 15s; } }

/* === SECTION SHARED === */
.producers-page section { position: relative; }
.producers-page .eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; padding: 6px 14px; background: var(--yellow); color: var(--black); border-radius: 20px; margin-bottom: 20px; }
.producers-page .eyebrow.dark { background: rgba(255,255,255,0.08); color: var(--yellow); border: 1px solid rgba(255,211,0,0.3); }
.producers-page h2.section-title { font-family: 'Fraunces', Georgia, serif; font-size: clamp(38px, 5vw, 68px); font-weight: 800; line-height: 1.05; letter-spacing: -2px; margin-bottom: 16px; }
.producers-page h2.section-title em { font-style: italic; color: var(--yellow); }
.producers-page p.lead { font-size: 18px; line-height: 1.6; color: var(--text-muted); max-width: 720px; }

/* === WHAT-IS INTRO === */
.producers-page .what-is-prod { padding: 80px 0 60px; background: white; border-bottom: 1px solid var(--border); }
.producers-page .what-is-prod .container { max-width: 1000px; }
.producers-page .what-is-prod h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 16px; }
.producers-page .what-is-prod h2 em { font-family: 'Fraunces', serif; font-style: italic; font-weight: 600; color: #c08800; }
.producers-page .what-is-prod p { font-size: 16.5px; line-height: 1.7; color: var(--text-muted); margin: 0 0 14px; }
.producers-page .what-is-prod p strong { color: var(--text); font-weight: 700; }
.producers-page .what-is-prod .kw-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.producers-page .what-is-prod .kw { font-size: 12px; font-weight: 600; color: var(--text-muted); padding: 5px 12px; border: 1px solid var(--border); border-radius: 999px; background: var(--bg); }

/* === BENTO BENEFITS === */
.producers-page .bento { padding: 100px 0; background: var(--bg); }
.producers-page .bento-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 220px; gap: 16px; margin-top: 50px; }
.producers-page .bento-card { border-radius: 24px; padding: 28px; position: relative; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
.producers-page .bento-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(0,0,0,0.12); }
.producers-page .bento-card.span-2 { grid-column: span 2; }
.producers-page .bento-card.span-3 { grid-column: span 3; }
.producers-page .bento-card.span-4 { grid-column: span 4; }
.producers-page .bento-card.row-2 { grid-row: span 2; }
.producers-page .bento-card .label { font-family: 'Space Grotesk', sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; opacity: 1; margin-bottom: 14px; display: inline-flex; align-items: center; gap: 9px; }
.producers-page .bento-card .label::before { content: ""; display: inline-block; width: 22px; height: 2px; background: currentColor; opacity: 0.55; flex-shrink: 0; }
.producers-page .bento-card.yellow .label { color: var(--black); }
.producers-page .bento-card.yellow .label::before { background: var(--black); opacity: 0.85; }
.producers-page .bento-card.dark .label { color: var(--yellow); }
.producers-page .bento-card.dark .label::before { background: var(--yellow); opacity: 0.85; }
.producers-page .bento-card.white .label { color: var(--text-muted); }
.producers-page .bento-card.white .label::before { background: var(--text-muted); opacity: 0.5; }
.producers-page .bento-card h3 { font-family: 'Fraunces', serif; font-size: clamp(28px, 3vw, 42px); font-weight: 800; line-height: 1; letter-spacing: -1px; margin-bottom: 12px; }
.producers-page .bento-card p { font-size: 14.5px; line-height: 1.55; }
.producers-page .bento-card.dark { background: var(--black); color: white; }
.producers-page .bento-card.dark p { color: rgba(255,255,255,0.75); }
.producers-page .bento-card.yellow { background: linear-gradient(135deg, var(--yellow) 0%, #f5c100 100%); color: var(--black); }
.producers-page .bento-card.yellow p { color: rgba(0,0,0,0.78); }
.producers-page .bento-card.white { background: white; color: var(--text); border: 1px solid var(--border); }
.producers-page .bento-card.white p { color: var(--text-muted); }
.producers-page .bento-card.image { padding: 0; }
.producers-page .bento-card.image img { width: 100%; height: 100%; object-fit: cover; }
.producers-page .bento-card.image .caption { position: absolute; bottom: 18px; left: 18px; right: 18px; background: rgba(10,10,10,0.92); color: white; padding: 12px 16px; border-radius: 12px; font-size: 13px; font-weight: 700; backdrop-filter: blur(12px); }
.producers-page .bento-card.huge-stat { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.producers-page .bento-card.huge-stat .num { font-family: 'Fraunces', serif; font-size: clamp(64px, 8vw, 120px); font-weight: 900; line-height: 0.85; letter-spacing: -3px; margin-bottom: 8px; }
@media (max-width: 1000px) {
  .producers-page .bento-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .producers-page .bento-card { grid-column: span 1 !important; grid-row: span 1 !important; min-height: 200px; }
  .producers-page .bento-card.span-3, .producers-page .bento-card.span-4 { grid-column: span 2 !important; }
}

/* === STEP FLOW === */
.producers-page .steps-section { padding: 100px 0; background: var(--bg-dark); color: white; }
.producers-page .steps-section h2 { color: white; }
.producers-page .steps-section h2 em { color: var(--yellow); }
.producers-page .steps-section p.lead { color: rgba(255,255,255,0.7); }
.producers-page .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 60px; }
.producers-page .step-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 32px 28px; position: relative; transition: all 0.3s; }
.producers-page .step-card:hover { background: rgba(255,211,0,0.06); border-color: rgba(255,211,0,0.3); transform: translateY(-4px); }
.producers-page .step-card .num-big { font-family: 'Fraunces', serif; font-size: 64px; font-weight: 800; color: var(--yellow); line-height: 1; opacity: 0.85; margin-bottom: 14px; letter-spacing: -2px; }
.producers-page .step-card h4 { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.producers-page .step-card p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.55; }
@media (max-width: 900px) { .producers-page .steps-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .producers-page .steps-grid { grid-template-columns: 1fr; } }

/* === 3-CARD === */
.producers-page .three-up { padding: 100px 0; background: var(--bg); }
.producers-page .three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.producers-page .three-card { background: white; border-radius: 24px; overflow: hidden; border: 1px solid var(--border); transition: transform 0.3s, box-shadow 0.3s; }
.producers-page .three-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(0,0,0,0.12); }
.producers-page .three-card .img { aspect-ratio: 16/10; overflow: hidden; }
.producers-page .three-card .img img { width: 100%; height: 100%; object-fit: cover; }
.producers-page .three-card .body { padding: 28px 30px; }
.producers-page .three-card .label { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); margin-bottom: 8px; }
.producers-page .three-card h3 { font-family: 'Fraunces', serif; font-size: 28px; font-weight: 800; line-height: 1.1; margin-bottom: 12px; letter-spacing: -1px; }
.producers-page .three-card p { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }
@media (max-width: 900px) { .producers-page .three-grid { grid-template-columns: 1fr; } }

/* === STICKY STORY === */
.producers-page .story { padding: 100px 0; background: var(--bg-dark); color: white; }
.producers-page .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.producers-page .story-text { position: sticky; top: 120px; }
.producers-page .story-images { display: flex; flex-direction: column; gap: 16px; }
.producers-page .story-images .img { aspect-ratio: 4/3; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.4); position: relative; }
.producers-page .story-images .img img { width: 100%; height: 100%; object-fit: cover; }
.producers-page .story-images .img .label-tag { position: absolute; top: 16px; left: 16px; background: var(--yellow); color: var(--black); padding: 6px 14px; border-radius: 20px; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.producers-page .story h2 { color: white; }
.producers-page .story h2 em { color: var(--yellow); }
.producers-page .story p.lead { color: rgba(255,255,255,0.75); max-width: 600px; }
.producers-page .story .ticks { list-style: none; margin-top: 32px; padding: 0; }
.producers-page .story .ticks li { padding: 14px 0 14px 36px; position: relative; font-size: 16px; color: rgba(255,255,255,0.9); border-bottom: 1px solid rgba(255,255,255,0.1); }
.producers-page .story .ticks li::before { content: '\2713'; position: absolute; left: 0; top: 14px; color: var(--yellow); font-weight: 900; font-size: 20px; }
@media (max-width: 900px) {
  .producers-page .story-grid { grid-template-columns: 1fr; }
  .producers-page .story-text { position: static; }
}

/* === PANEL PREVIEW === */
.producers-page .panel-preview { padding: 100px 0; background: var(--bg); }
.producers-page .panel-hero-img { border-radius: 24px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,0.18); border: 1px solid var(--border); margin-top: 50px; }
.producers-page .panel-hero-img img { width: 100%; display: block; }
.producers-page .panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.producers-page .panel-grid-img { border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border: 1px solid var(--border); position: relative; aspect-ratio: 16/10; }
.producers-page .panel-grid-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.producers-page .panel-grid-img .cap { position: absolute; bottom: 16px; left: 16px; background: rgba(10,10,10,0.92); color: white; padding: 10px 16px; border-radius: 10px; font-size: 13px; font-weight: 700; backdrop-filter: blur(10px); }

/* === TWO OPTIONS === */
.producers-page .options { padding: 100px 0; background: var(--bg-dark); color: white; }
.producers-page .options h2 { color: white; }
.producers-page .options h2 em { color: var(--yellow); }
.producers-page .options p.lead { color: rgba(255,255,255,0.75); }
.producers-page .options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 50px; }
.producers-page .option-card { padding: 44px 38px; border-radius: 28px; position: relative; overflow: hidden; }
.producers-page .option-card.left { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); color: white; }
.producers-page .option-card.right { background: linear-gradient(135deg, var(--yellow), #f5c100); color: var(--black); box-shadow: 0 24px 60px rgba(255,211,0,0.18); }
.producers-page .option-card .label { font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 12px; }
.producers-page .option-card.left .label { color: var(--yellow); }
.producers-page .option-card.right .label { color: var(--black); opacity: 0.7; }
.producers-page .option-card h3 { font-family: 'Fraunces', serif; font-size: 36px; font-weight: 800; line-height: 1.05; margin-bottom: 14px; letter-spacing: -1px; }
.producers-page .option-card p { font-size: 16px; line-height: 1.6; margin-bottom: 24px; }
.producers-page .option-card.left p { color: rgba(255,255,255,0.78); }
.producers-page .option-card.right p { color: rgba(0,0,0,0.78); }
.producers-page .option-card .badge-rec { position: absolute; top: 16px; right: 18px; background: var(--black); color: var(--yellow); padding: 6px 14px; border-radius: 16px; font-size: 10px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.producers-page .option-card ul { list-style: none; padding: 0; }
.producers-page .option-card ul li { padding: 8px 0 8px 28px; font-size: 14.5px; position: relative; }
.producers-page .option-card ul li::before { content: '\2192'; position: absolute; left: 0; font-weight: 800; }
.producers-page .option-card.left ul li::before { color: var(--yellow); }
.producers-page .option-card.right ul li::before { color: var(--black); }
@media (max-width: 768px) { .producers-page .options-grid { grid-template-columns: 1fr; } }

/* === DROPSHIPPING MARKETPLACE === */
.producers-page .dropship { padding: 100px 0; background: var(--bg-dark); color: white; position: relative; overflow: hidden; }
.producers-page .dropship::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent 0%, var(--yellow) 30%, var(--yellow) 70%, transparent 100%); }
.producers-page .dropship .ds-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: flex-start; }
.producers-page .dropship h2 { color: white; line-height: 1.05; }
.producers-page .dropship h2 em { color: var(--yellow); font-style: italic; font-family: 'Fraunces', serif; font-weight: 500; }
.producers-page .dropship .stat-bubble { display: inline-flex; align-items: baseline; gap: 8px; margin-top: 26px; padding: 12px 18px 14px; background: rgba(255,211,0,0.1); border: 1px solid rgba(255,211,0,0.35); border-radius: 999px; }
.producers-page .dropship .stat-bubble .num { font-family: 'Fraunces', serif; font-style: italic; font-weight: 600; font-size: 32px; color: var(--yellow); line-height: 1; }
.producers-page .dropship .stat-bubble .copy { font-size: 13.5px; color: rgba(255,255,255,0.85); line-height: 1.3; }
.producers-page .dropship .ds-lead { color: rgba(255,255,255,0.78); font-size: 16.5px; line-height: 1.65; margin: 0 0 22px; }
.producers-page .dropship .ds-lead strong { color: var(--yellow); }
.producers-page .dropship .ds-list { list-style: none; margin: 0; padding: 0; }
.producers-page .dropship .ds-list li { padding: 14px 0 14px 36px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,0.85); position: relative; }
.producers-page .dropship .ds-list li:first-child { border-top: none; padding-top: 4px; }
.producers-page .dropship .ds-list li::before { content: ''; position: absolute; left: 4px; top: 19px; width: 14px; height: 14px; background: var(--yellow); border-radius: 999px; box-shadow: 0 0 0 4px rgba(255,211,0,0.2); }
.producers-page .dropship .ds-list li:first-child::before { top: 9px; }
.producers-page .dropship .ds-list li strong { color: white; font-weight: 700; }
.producers-page .dropship .ds-hook { margin-top: 22px; padding: 16px 18px; background: rgba(255,211,0,0.08); border: 1px solid rgba(255,211,0,0.3); border-radius: 14px; font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,0.9); }
.producers-page .dropship .ds-hook strong { color: var(--yellow); }
@media (max-width: 900px) { .producers-page .dropship .ds-grid { grid-template-columns: 1fr; gap: 32px; } }

/* === CATALOGUE === */
.producers-page .catalogue { padding: 100px 0; background: var(--bg); }
.producers-page .cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 44px; }
.producers-page .cat-card { position: relative; aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; background: var(--black); cursor: default; transition: transform .25s ease, box-shadow .25s ease; }
.producers-page .cat-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -16px rgba(0,0,0,0.30); }
.producers-page .cat-card img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.55) saturate(1.1); transition: filter .3s ease; }
.producers-page .cat-card:hover img { filter: brightness(0.70) saturate(1.2); }
.producers-page .cat-card .overlay { position: absolute; inset: 0; background: linear-gradient(165deg, rgba(0,0,0,0.10) 30%, rgba(0,0,0,0.78) 100%); pointer-events: none; }
.producers-page .cat-card .label { position: absolute; top: 16px; left: 16px; font-family: 'Space Grotesk', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); background: rgba(0,0,0,0.55); backdrop-filter: blur(6px); padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(255,211,0,0.30); }
.producers-page .cat-card .content { position: absolute; left: 18px; right: 18px; bottom: 18px; color: #fff; }
.producers-page .cat-card .name { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; letter-spacing: -0.01em; line-height: 1.15; margin-bottom: 6px; }
.producers-page .cat-card .name em { font-style: italic; color: var(--yellow); }
.producers-page .cat-card .desc { font-size: 13px; line-height: 1.45; color: rgba(255,255,255,0.78); }
.producers-page .cat-card.add-more { background: linear-gradient(135deg, var(--yellow), #ffdd33); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 30px 22px; }
.producers-page .cat-card.add-more .plus { font-family: 'Fraunces', serif; font-size: 80px; font-weight: 700; color: var(--black); line-height: 1; margin-bottom: 10px; }
.producers-page .cat-card.add-more h4 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; color: var(--black); letter-spacing: -0.01em; line-height: 1.18; margin-bottom: 6px; }
.producers-page .cat-card.add-more p { font-size: 13.5px; line-height: 1.5; color: rgba(0,0,0,0.72); max-width: 240px; }
@media (max-width: 980px) { .producers-page .cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .producers-page .cat-grid { grid-template-columns: 1fr; } .producers-page .cat-card { aspect-ratio: 3/2; } }

/* === HUBS === */
.producers-page .hubs-section { padding: 100px 0; background: var(--bg-dark); color: white; }
.producers-page .hubs-section h2 { color: white; }
.producers-page .hubs-section h2 em { color: var(--yellow); }
.producers-page .hubs-section p.lead { color: rgba(255,255,255,0.75); }
.producers-page .hubs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.producers-page .hub-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 28px; transition: all 0.3s; position: relative; }
.producers-page .hub-card:hover { background: rgba(255,211,0,0.08); border-color: rgba(255,211,0,0.4); }
.producers-page .hub-card .flag { font-size: 42px; }
.producers-page .hub-card h4 { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 800; margin: 12px 0 6px 0; }
.producers-page .hub-card p { font-size: 13.5px; color: rgba(255,255,255,0.65); line-height: 1.5; }
.producers-page .hub-card .hub-badge { position: absolute; top: 18px; right: 18px; padding: 6px 12px; border-radius: 16px; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; line-height: 1.2; max-width: 200px; text-align: right; }
.producers-page .hub-card .hub-badge.pod { background: var(--yellow); color: var(--black); }
.producers-page .hub-card .hub-badge.logistics { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.85); border: 1px solid rgba(255,255,255,0.18); }
.producers-page .hub-card .services { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.08); }
.producers-page .hub-card .service-line { font-size: 12.5px; color: rgba(255,255,255,0.78); display: flex; align-items: flex-start; gap: 8px; line-height: 1.45; }
.producers-page .hub-card .service-line .check { color: var(--yellow); font-weight: 900; flex-shrink: 0; }
.producers-page .hub-card .service-line .x { color: rgba(255,255,255,0.3); font-weight: 900; flex-shrink: 0; }
.producers-page .hub-card .service-line.off { color: rgba(255,255,255,0.38); }
@media (max-width: 900px) { .producers-page .hubs-grid { grid-template-columns: 1fr 1fr; } }

/* === COVERAGE TIERS === */
.producers-page .coverage { padding: 100px 0; background: var(--bg); }
.producers-page .tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; }
.producers-page .tier-card { background: white; border-radius: 24px; padding: 36px 32px; border: 1px solid var(--border); }
.producers-page .tier-card.featured { border-color: var(--yellow); border-width: 2px; box-shadow: 0 24px 60px rgba(255,211,0,0.15); }
.producers-page .tier-card .badge-tier { display: inline-block; background: var(--yellow); color: var(--black); padding: 4px 12px; border-radius: 20px; font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
.producers-page .tier-card .speed { font-family: 'Fraunces', serif; font-size: 56px; font-weight: 900; line-height: 1; letter-spacing: -2px; margin-bottom: 8px; }
.producers-page .tier-card .country-count { font-size: 16px; font-weight: 700; color: var(--text-muted); margin-bottom: 14px; }
.producers-page .tier-card .countries { font-size: 13.5px; color: var(--text-muted); line-height: 1.7; }
@media (max-width: 900px) { .producers-page .tiers-grid { grid-template-columns: 1fr; } }

/* === GALLERY === */
.producers-page .gallery { padding: 100px 0; background: var(--bg-dark); color: white; overflow: hidden; }
.producers-page .gallery h2 { color: white; }
.producers-page .gallery h2 em { color: var(--yellow); }
.producers-page .gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; margin-top: 50px; }
.producers-page .gallery-grid .gimg { border-radius: 16px; overflow: hidden; position: relative; aspect-ratio: 1; }
.producers-page .gallery-grid .gimg img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.producers-page .gallery-grid .gimg:hover img { transform: scale(1.06); }
.producers-page .gallery-grid .gimg.span3 { grid-column: span 3; }
.producers-page .gallery-grid .gimg.span6 { grid-column: span 6; aspect-ratio: 2/1; }
.producers-page .gallery-grid .gimg .cap { position: absolute; bottom: 12px; left: 12px; background: rgba(10,10,10,0.92); color: white; padding: 6px 12px; border-radius: 8px; font-size: 11px; font-weight: 700; backdrop-filter: blur(10px); }
@media (max-width: 900px) { .producers-page .gallery-grid .gimg { grid-column: span 6 !important; aspect-ratio: 16/10 !important; } }

/* === SETTLEMENT === */
.producers-page .settlement { padding: 100px 0; background: var(--bg); }
.producers-page .settlement-flow { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; margin-top: 60px; align-items: start; }
.producers-page .flow-step { text-align: center; position: relative; padding: 36px 24px; background: white; border-radius: 22px; border: 1px solid var(--border); }
.producers-page .flow-step .day { font-family: 'Fraunces', serif; font-size: 64px; font-weight: 900; color: var(--yellow); line-height: 1; letter-spacing: -2px; }
.producers-page .flow-step h4 { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 800; margin: 14px 0 8px 0; }
.producers-page .flow-step p { font-size: 14.5px; color: var(--text-muted); line-height: 1.55; }
.producers-page .flow-step::after { content: '\2192'; position: absolute; right: -28px; top: 50%; transform: translateY(-50%); font-size: 32px; color: var(--yellow); font-weight: 900; }
.producers-page .flow-step:last-child::after { display: none; }
@media (max-width: 900px) { .producers-page .settlement-flow { grid-template-columns: 1fr; } .producers-page .flow-step::after { content: '\2193'; right: 50%; transform: translateX(50%); top: auto; bottom: -36px; } }

/* === PANEL FEATURES === */
.producers-page .panel-features { padding: 100px 0; background: var(--bg-dark); color: white; position: relative; overflow: hidden; }
.producers-page .panel-features::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,211,0,0.08) 0%, transparent 70%); pointer-events: none; }
.producers-page .panel-features::after { content: ''; position: absolute; bottom: -200px; left: -200px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,211,0,0.05) 0%, transparent 70%); pointer-events: none; }
.producers-page .panel-features h2 { color: white; position: relative; z-index: 1; }
.producers-page .panel-features h2 em { color: var(--yellow); }
.producers-page .panel-features p.lead { color: rgba(255,255,255,0.75); position: relative; z-index: 1; }
.producers-page .feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 60px; position: relative; z-index: 1; }
.producers-page .feat { background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%); border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; padding: 30px 24px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; }
.producers-page .feat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(255,211,0,0.6) 50%, transparent 100%); opacity: 0; transition: opacity 0.4s; }
.producers-page .feat:hover { background: linear-gradient(180deg, rgba(255,211,0,0.06) 0%, rgba(255,255,255,0.02) 100%); border-color: rgba(255,211,0,0.3); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 40px rgba(255,211,0,0.1); }
.producers-page .feat:hover::before { opacity: 1; }
.producers-page .feat .icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, rgba(255,211,0,0.15) 0%, rgba(255,211,0,0.05) 100%); border: 1px solid rgba(255,211,0,0.25); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: all 0.4s; }
.producers-page .feat:hover .icon-wrap { background: linear-gradient(135deg, rgba(255,211,0,0.3) 0%, rgba(255,211,0,0.1) 100%); transform: scale(1.05) rotate(-2deg); }
.producers-page .feat .icon-wrap svg { width: 26px; height: 26px; stroke: var(--yellow); stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.producers-page .feat h5 { font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 800; margin-bottom: 6px; line-height: 1.25; color: white; }
.producers-page .feat .pill { display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--yellow); background: rgba(255,211,0,0.12); padding: 3px 8px; border-radius: 8px; margin-bottom: 10px; }
.producers-page .feat p { font-size: 13.5px; color: rgba(255,255,255,0.6); line-height: 1.55; }
@media (max-width: 900px) { .producers-page .feat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .producers-page .feat-grid { grid-template-columns: 1fr; } }

/* === FAQ === */
.producers-page .faq-section { padding: 100px 0; background: var(--bg); }
.producers-page .faq-list { max-width: 920px; margin: 50px auto 0; }
.producers-page .faq-item { background: white; padding: 22px 28px; border-radius: 16px; border: 1px solid var(--border); margin-bottom: 12px; cursor: pointer; transition: all 0.3s; }
.producers-page .faq-item[open] { background: linear-gradient(135deg, white, #fffdf5); border-color: var(--yellow); }
.producers-page .faq-item summary { font-weight: 800; font-size: 17px; list-style: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.producers-page .faq-item summary::-webkit-details-marker { display: none; }
.producers-page .faq-item summary::after { content: '+'; font-size: 26px; color: var(--yellow); transition: transform 0.3s; font-weight: 700; }
.producers-page .faq-item[open] summary::after { transform: rotate(45deg); }
.producers-page .faq-item p { margin-top: 14px; color: var(--text-muted); line-height: 1.7; font-size: 15px; }

/* === APPLY FORM === */
.producers-page .apply-form { padding: 100px 0; background: var(--bg); position: relative; overflow: hidden; }
.producers-page .apply-form::before { content: ''; position: absolute; top: -200px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,211,0,0.12) 0%, transparent 70%); pointer-events: none; }
.producers-page .apply-shell { display: grid; grid-template-columns: 1fr 1.4fr; gap: 50px; align-items: start; position: relative; z-index: 1; }
.producers-page .apply-side { position: sticky; top: 100px; }
.producers-page .apply-side .badge { display: inline-block; padding: 7px 14px; background: var(--black); color: var(--yellow); font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; border-radius: 999px; margin-bottom: 16px; }
.producers-page .apply-side h2 { font-family: 'Fraunces', serif; font-size: clamp(36px, 4.5vw, 56px); font-weight: 800; line-height: 1.04; letter-spacing: -1.6px; color: var(--text); margin-bottom: 16px; }
.producers-page .apply-side h2 em { font-style: italic; color: var(--text-muted); }
.producers-page .apply-side p { font-size: 17px; color: var(--text-muted); line-height: 1.6; margin-bottom: 22px; }
.producers-page .apply-side ul { list-style: none; padding: 0; margin-top: 10px; }
.producers-page .apply-side ul li { display: flex; gap: 10px; padding: 8px 0; font-size: 14.5px; color: var(--text); }
.producers-page .apply-side ul li::before { content: '\2713'; color: var(--black); background: var(--yellow); width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; font-size: 12px; }
.producers-page .apply-card { background: white; border: 1px solid var(--border); border-radius: 24px; padding: 40px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.10); }
.producers-page .apply-card h3 { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 800; letter-spacing: -0.5px; color: var(--text); margin-bottom: 8px; }
.producers-page .apply-card .sub { font-family: 'Space Grotesk', sans-serif; font-size: 13px; color: var(--text-muted); margin-bottom: 28px; letter-spacing: 0.4px; }
.producers-page .apply-card .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.producers-page .apply-card .field { margin-bottom: 18px; }
.producers-page .apply-card .field.full { grid-column: 1 / -1; }
.producers-page .apply-card label { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
.producers-page .apply-card label .req { color: #ef4444; margin-left: 3px; }
.producers-page .apply-card input, .producers-page .apply-card select, .producers-page .apply-card textarea { width: 100%; padding: 13px 16px; background: var(--bg); border: 1.5px solid var(--border); border-radius: 11px; font-family: 'Inter', sans-serif; font-size: 15px; color: var(--text); transition: border-color 0.15s, background 0.15s; }
.producers-page .apply-card input:focus, .producers-page .apply-card select:focus, .producers-page .apply-card textarea:focus { outline: none; border-color: var(--black); background: white; }
.producers-page .apply-card .field.has-error input, .producers-page .apply-card .field.has-error select, .producers-page .apply-card .field.has-error textarea { border-color: #ef4444; background: #fff5f4; }
.producers-page .apply-card .err { display: none; color: #ef4444; font-size: 12.5px; margin-top: 6px; font-weight: 600; }
.producers-page .apply-card .field.has-error .err { display: block; }
.producers-page .apply-card textarea { min-height: 100px; resize: vertical; line-height: 1.5; }
.producers-page .apply-card .chips-group { display: flex; gap: 8px; flex-wrap: wrap; }
.producers-page .apply-card .chip { padding: 8px 14px; border: 1.5px solid var(--border); border-radius: 999px; font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; user-select: none; background: var(--bg); color: var(--text); transition: all 0.15s; }
.producers-page .apply-card .chip:hover { border-color: var(--black); }
.producers-page .apply-card .chip.selected { background: var(--black); color: white; border-color: var(--black); }
.producers-page .apply-card .btn-submit { display: block; width: 100%; padding: 16px 24px; background: var(--black); color: var(--yellow); border: none; border-radius: 12px; font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; margin-top: 8px; transition: all 0.15s; }
.producers-page .apply-card .btn-submit:hover { background: #1a1a1a; transform: translateY(-1px); box-shadow: 0 12px 26px rgba(0,0,0,0.20); }
.producers-page .apply-card .btn-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.producers-page .apply-card .form-success { display: none; text-align: center; padding: 40px 20px; }
.producers-page .apply-card .form-success.show { display: block; }
.producers-page .apply-card .form-success .ico { font-size: 56px; margin-bottom: 16px; }
.producers-page .apply-card .form-success h4 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 800; color: var(--text); margin-bottom: 10px; }
.producers-page .apply-card .form-success p { font-size: 15px; color: var(--text-muted); line-height: 1.6; }
@media (max-width: 980px) { .producers-page .apply-shell { grid-template-columns: 1fr; gap: 36px; } .producers-page .apply-side { position: static; } .producers-page .apply-card { padding: 28px; } .producers-page .apply-card .field-row { grid-template-columns: 1fr; } }

/* === CTA FINAL === */
.producers-page .cta-final { padding: 120px 0; background: var(--yellow); color: var(--black); text-align: center; }
.producers-page .cta-final h2 { font-family: 'Fraunces', serif; font-size: clamp(40px, 6vw, 86px); font-weight: 900; line-height: 0.95; letter-spacing: -2px; max-width: 900px; margin: 0 auto 24px; }
.producers-page .cta-final p { font-size: 19px; max-width: 640px; margin: 0 auto 36px; line-height: 1.5; }
.producers-page .cta-final .ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.producers-page .cta-final .btn-black { background: var(--black); color: var(--yellow); padding: 18px 36px; border-radius: 14px; font-weight: 800; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; display: inline-block; }
.producers-page .cta-final .btn-outline-black { background: transparent; color: var(--black); border: 2px solid var(--black); padding: 18px 36px; border-radius: 14px; font-weight: 800; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; display: inline-block; }

/* === SCROLL REVEAL === */
.producers-page .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.producers-page .reveal.visible { opacity: 1; transform: none; }

/* === MOBILE POLISH === */
@media (max-width: 600px) {
  .producers-page .container { width: 92vw; padding: 0 4vw; }
  .producers-page .hero { min-height: auto !important; padding: 80px 0 28px !important; }
  .producers-page .hero .overlay { background: linear-gradient(180deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.6) 100%) !important; }
  .producers-page .hero h1 { font-size: 34px; letter-spacing: -1px; line-height: 1.05; }
  .producers-page .hero .kw-subtitle { font-size: 14px; }
  .producers-page .hero p.lead { font-size: 15px; margin-top: 14px; }
  .producers-page .hero .ctas { flex-direction: column; gap: 10px; }
  .producers-page .hero .ctas a { width: 100%; text-align: center; padding: 14px 18px; }
  .producers-page .hero .photo-frame { transform: none !important; border-radius: 18px; }
  .producers-page .hero .photo-frame img { height: 240px !important; }
  .producers-page .hero .photo-frame .photo-caption { font-size: 11.5px; padding: 9px 12px; left: 10px; right: 10px; bottom: 10px; }
  .producers-page .hero .photo-tag { top: -10px; right: 14px; padding: 5px 10px; font-size: 10px; }
  .producers-page .hero .stats-strip { position: relative !important; left: auto !important; right: auto !important; bottom: auto !important; max-width: 100% !important; margin: 18px 0 0 !important; padding: 14px; gap: 10px 14px; grid-template-columns: 1fr 1fr; }
  .producers-page .hero .stat { padding: 10px 6px; }
  .producers-page .hero .stat .num { font-size: 26px; }
  .producers-page .hero .stat .lbl { font-size: 9.5px; letter-spacing: 1px; }
  .producers-page h2.section-title { font-size: 30px; letter-spacing: -0.5px; line-height: 1.1; }
  .producers-page .bento-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .producers-page .bento-card,
  .producers-page .bento-card.span-2,
  .producers-page .bento-card.span-3,
  .producers-page .bento-card.span-4 { grid-column: span 1 !important; grid-row: span 1 !important; padding: 22px; min-height: 0 !important; }
  .producers-page .bento-card h3 { font-size: 22px !important; letter-spacing: -0.5px; }
  .producers-page .bento-card.huge-stat .num { font-size: 56px; letter-spacing: -1.5px; }
  .producers-page .what-is-prod { padding: 60px 0; }
  .producers-page .what-is-prod h2 { font-size: 28px; }
  .producers-page .what-is-prod p { font-size: 15px; }
  .producers-page .kw-row .kw { font-size: 11px; padding: 6px 10px; }
  .producers-page .three-card { padding: 22px; }
  .producers-page .panel-hero-img { margin-top: 0; }
  .producers-page .options-grid .option-card { padding: 24px; }
  .producers-page .option-card h3 { font-size: 26px; }
  .producers-page .ds-grid .stat-bubble { padding: 18px 22px; border-radius: 24px; flex-direction: column; align-items: flex-start; gap: 4px; }
  .producers-page .stat-bubble .num { font-size: 48px !important; line-height: 0.95; }
  .producers-page .stat-bubble .copy { font-size: 13px; line-height: 1.4; }
  .producers-page .ds-list li { font-size: 14px; padding-left: 20px; }
  .producers-page .hubs-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .producers-page .hub-card { padding: 22px; }
  .producers-page .panel-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .producers-page .panel-grid-img { aspect-ratio: 16/9; }
  .producers-page .panel-grid-img .cap { font-size: 11.5px; padding: 8px 12px; max-width: calc(100% - 32px); }
  .producers-page .tier-card { padding: 20px; }
  .producers-page .tier-card .speed { font-size: 42px; }
  .producers-page .feat { padding: 20px; }
  .producers-page .feat .icon-wrap { width: 48px; height: 48px; }
  .producers-page .feat h5 { font-size: 15px; }
  .producers-page .feat p { font-size: 12.5px; }
  .producers-page .faq-item summary { padding: 18px 20px; font-size: 15px; }
  .producers-page .faq-item p { padding: 0 20px 18px; font-size: 14px; }
  .producers-page .apply-form { padding: 60px 0; }
  .producers-page .apply-side h2 { font-size: 28px; }
  .producers-page .apply-side p { font-size: 15px; }
  .producers-page .apply-card { padding: 22px; border-radius: 18px; }
  .producers-page .apply-card h3 { font-size: 22px; }
  .producers-page .apply-card .chip { font-size: 12px; padding: 7px 11px; }
  .producers-page .apply-card .btn-submit { padding: 14px 20px; font-size: 13px; }
  .producers-page .cta-final { padding: 60px 0; }
  .producers-page .cta-final h2 { font-size: 32px; letter-spacing: -0.5px; line-height: 1.08; }
  .producers-page .cta-final p { font-size: 15px; }
  .producers-page .cta-final .ctas { flex-direction: column; gap: 10px; }
  .producers-page .cta-final .ctas a { width: 100%; text-align: center; }
}
@media (max-width: 380px) {
  .producers-page .hero h1 { font-size: 28px; }
  .producers-page h2.section-title { font-size: 26px; }
  .producers-page .apply-card .chips-group { gap: 6px; }
  .producers-page .apply-card .chip { font-size: 11px; padding: 6px 9px; }
}

/* Fix: ensure hero text is white over dark overlay */
.producers-page .hero h1,
.producers-page .hero h1 span,
.producers-page .hero p,
.producers-page .hero p.lead,
.producers-page .hero .content-grid { color: #ffffff !important; }
.producers-page .hero h1 em { color: #FFD300 !important; }
.producers-page .hero .kw-subtitle { color: #FFD300 !important; }

/* Ensure site header stays above all producers-page elements */
.producers-page .hero .scroll-hint { z-index: 4; }
.producers-page .hero .photo-tag { z-index: 3; }

header { z-index: 1000 !important; position: fixed !important; }

/* Account for fixed site header when scrolling to anchors */
.producers-page #apply { scroll-margin-top: 90px; }
/* Larger textarea so multi-line placeholder is fully visible */
.producers-page .apply-card textarea { min-height: 140px; }
@media (max-width: 768px) {
  .producers-page #apply { scroll-margin-top: 70px; }
  .producers-page .apply-card textarea { min-height: 180px; font-size: 14px; }
}
