Super Hot Tier 3 β€” $5,000 Sponsorship | Wabash Valley Pepper Fest 2026
All Sponsorships β€Ί Super Hot β€Ί Tier 3
🌢️ Super Hot Category

Super Hot
Tier 3

Make a major impact at Terre Haute's hottest festival. Your brand front and center β€” on banners, T-shirts, signage, social media, and the main stage.

Investment
$5,000
One-time sponsorship
πŸ“… September 19, 2026
πŸ“ Terre Haute, IN

Super Hot Tier 3 Perks

  • βœ“
    Large logo on main sponsor banner & sponsor row
  • βœ“
    Named major contest or activity sponsorship
  • βœ“
    Expanded booth footprint upgrade
  • βœ“
    Dedicated sponsor feature post on social media
  • βœ“
    Premium logo placement on event T-shirt
  • βœ“
    Clickable logo on website sponsor page
  • βœ“
    Logo on select printed festival signage
  • βœ“
    Multiple live stage thank-you mentions
  • βœ“
    Option to place branded promo items at information table
  • βœ“
    Four VIP festival passes
display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; position: relative; z-index: 1; } .hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 20px; } .hero-breadcrumb a { color: var(--amber); transition: opacity 0.15s; } .hero-breadcrumb a:hover { opacity: 0.8; } .hero-breadcrumb .sep { opacity: 0.4; } .hero-cat { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: var(--tier); color: white; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; box-shadow: 0 0 24px rgba(127,29,29,0.5); } .hero-title { font-family: Impact, 'Arial Narrow Bold', sans-serif; font-size: clamp(52px,8vw,90px); letter-spacing: -0.03em; line-height: 0.9; margin-bottom: 16px; text-shadow: 0 0 40px rgba(127,29,29,0.5); } .hero-title .accent { color: var(--amber); } .hero-desc { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.8); max-width: 580px; margin-bottom: 28px; } .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; } .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; border-radius: 14px; border: 0; font-family: inherit; font-weight: 800; font-size: 15px; cursor: pointer; transition: all 0.18s ease; text-decoration: none; } .btn:hover { transform: translateY(-2px); } .btn-tier { background: var(--tier); color: white; box-shadow: 0 12px 28px -14px rgba(127,29,29,0.7); } .btn-tier:hover { background: #6b1717; } .btn-amber { background: linear-gradient(180deg,var(--amber),#d97706); color: white; } .btn-ghost { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); color: white; } .btn-ghost:hover { background: rgba(255,255,255,0.14); } /* Price card */ .price-card { background: linear-gradient(160deg,rgba(127,29,29,0.4),rgba(80,10,10,0.6)); border: 2px solid rgba(127,29,29,0.6); border-radius: 20px; padding: 32px 28px; text-align: center; min-width: 220px; box-shadow: 0 0 40px rgba(127,29,29,0.25), inset 0 1px 0 rgba(255,255,255,0.06); } .price-label { font-size: 11px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 8px; } .price-amount { font-family: Impact, 'Arial Narrow Bold', sans-serif; font-size: 64px; letter-spacing: -0.04em; line-height: 1; color: var(--amber); text-shadow: 0 0 24px rgba(245,158,11,0.4); } .price-sub { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 6px; } .price-divider { width: 40px; height: 1px; background: rgba(255,255,255,0.15); margin: 14px auto; } .price-event { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.6); letter-spacing: 0.04em; } /* ── MAIN CONTENT ── */ .main { max-width: 1200px; margin: 0 auto; padding: 50px 24px; } .content-grid { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; } /* ── PERKS ── */ .perks-section {} .section-label { font-size: 11px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--amber); margin-bottom: 10px; } .section-title { font-family: Impact, 'Arial Narrow Bold', sans-serif; font-size: 40px; letter-spacing: -0.03em; line-height: 1; margin-bottom: 24px; color: white; } .perks-list { list-style: none; display: flex; flex-direction: column; gap: 10px; } .perk-item { display: flex; align-items: flex-start; gap: 14px; background: linear-gradient(135deg,rgba(127,29,29,0.15),rgba(80,10,10,0.2)); border: 1px solid rgba(127,29,29,0.3); border-radius: 12px; padding: 14px 16px; transition: all 0.18s ease; } .perk-item:hover { background: linear-gradient(135deg,rgba(127,29,29,0.25),rgba(80,10,10,0.3)); border-color: rgba(127,29,29,0.5); transform: translateX(4px); } .perk-icon { width: 28px; height: 28px; border-radius: 8px; background: var(--tier); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 900; color: white; flex-shrink: 0; margin-top: 1px; box-shadow: 0 0 10px rgba(127,29,29,0.4); } .perk-text { font-size: 15px; line-height: 1.5; color: rgba(255,255,255,0.9); } /* ── SIDEBAR ── */ .sidebar { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 88px; } .sidebar-card { background: linear-gradient(160deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.1); border-radius: 18px; padding: 22px; } .sidebar-card-title { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber); margin-bottom: 14px; } /* Inquiry form */ .form-group { margin-bottom: 12px; } .form-label { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.6); margin-bottom: 5px; display: block; letter-spacing: 0.04em; } .form-input, .form-textarea { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; padding: 10px 13px; color: white; font-family: inherit; font-size: 14px; transition: border-color 0.18s; outline: none; } .form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,0.3); } .form-input:focus, .form-textarea:focus { border-color: var(--tier); } .form-textarea { resize: vertical; min-height: 80px; } .form-submit { width: 100%; padding: 13px; border-radius: 12px; border: 0; background: var(--tier); color: white; font-family: inherit; font-weight: 800; font-size: 15px; cursor: pointer; transition: all 0.18s ease; margin-top: 4px; box-shadow: 0 8px 20px -10px rgba(127,29,29,0.6); } .form-submit:hover { background: #6b1717; transform: translateY(-1px); } /* Event details */ .detail-row { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.07); } .detail-row:last-child { border-bottom: 0; } .detail-icon { font-size: 16px; flex-shrink: 0; margin-top: 1px; } .detail-label { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.4); } .detail-value { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.85); margin-top: 1px; } /* Other tiers */ .tier-link { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); margin-bottom: 8px; transition: all 0.18s ease; cursor: pointer; } .tier-link:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); } .tier-link:last-child { margin-bottom: 0; } .tier-link-name { font-size: 13px; font-weight: 700; } .tier-link-price { font-size: 13px; font-weight: 800; } .tier-link-arrow { opacity: 0.4; font-size: 12px; } .tier-link.current { border-color: var(--tier); background: rgba(127,29,29,0.15); } /* ── FOOTER ── */ .footer { background: var(--charcoal); border-top: 1px solid rgba(255,255,255,0.06); padding: 28px 24px; margin-top: 20px; } .footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; } .footer-copy { font-size: 13px; color: rgba(255,255,255,0.4); } .footer-email a { color: var(--amber); font-weight: 700; font-size: 13px; } /* ── RESPONSIVE ── */ @media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; } .price-card { min-width: 0; } .content-grid { grid-template-columns: 1fr; } .sidebar { position: relative; top: auto; } } @media (max-width: 600px) { .hero { padding: 40px 16px 36px; } .hero-title { font-size: 52px; } .main { padding: 36px 16px; } .nav-links { display: none; } }
All Sponsorships β€Ί Super Hot β€Ί Tier 3
🌢️ Super Hot Category

Super Hot
Tier 3

Make a major impact at Terre Haute's hottest festival. Your brand front and center β€” on banners, T-shirts, signage, social media, and the main stage.

Investment
$5,000
One-time sponsorship
πŸ“… September 19, 2026
πŸ“ Terre Haute, IN

Super Hot Tier 3 Perks

  • βœ“
    Large logo on main sponsor banner & sponsor row
  • βœ“
    Named major contest or activity sponsorship
  • βœ“
    Expanded booth footprint upgrade
  • βœ“
    Dedicated sponsor feature post on social media
  • βœ“
    Premium logo placement on event T-shirt
  • βœ“
    Clickable logo on website sponsor page
  • βœ“
    Logo on select printed festival signage
  • βœ“
    Multiple live stage thank-you mentions
  • βœ“
    Option to place branded promo items at information table
  • βœ“
    Four VIP festival passes