.vendor-page { background: #f7f3ff; }
.vendor-page .announcement a { color: white; text-decoration: none; font-size: 12px; font-weight: 850; }
.back-home { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 850; }

.vendor-hero { width: min(1220px, calc(100% - 40px)); min-height: 600px; margin: 45px auto 80px; display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; }
.vendor-hero h1 { margin: 14px 0 22px; font-family: var(--display); font-size: clamp(64px, 8vw, 110px); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.vendor-hero h1 em { color: var(--orange); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 5px 5px 0 var(--yellow); }
.vendor-hero > div:first-child > p:last-of-type { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.vendor-hero-art { min-height: 480px; position: relative; display: grid; place-items: center; }
.vendor-hero-art::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 43% 57% 47% 53% / 56% 42% 58% 44%; background: var(--yellow); box-shadow: 42px 35px 0 var(--blue), -31px -26px 0 #dfccfa; transform: rotate(8deg); }
.vendor-sign { position: relative; z-index: 2; width: 290px; height: 260px; padding: 34px; border: 4px solid var(--ink); border-radius: 24px; display: grid; place-content: center; text-align: center; background: var(--purple); color: white; box-shadow: 12px 14px 0 var(--ink); transform: rotate(-5deg); }
.vendor-sign span, .vendor-sign strong { display: block; }
.vendor-sign span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.vendor-sign strong { margin: 8px 0; font-family: var(--display); font-size: 58px; line-height: .9; letter-spacing: -.06em; }
.vendor-doodle { position: absolute; z-index: 3; font-size: 46px; }
.vendor-doodle-one { top: 6%; right: 5%; color: var(--orange); }
.vendor-doodle-two { bottom: 5%; left: 4%; color: var(--purple); font-size: 62px; }
.vendor-doodle-three { right: -2%; bottom: 8%; color: var(--ink); font-size: 74px; transform: rotate(-20deg); }

.opportunities-section { padding: 105px max(20px, calc((100vw - 1220px) / 2)); background: var(--ink); color: white; }
.opportunities-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.opportunities-heading > div:first-child { max-width: 760px; }
.opportunities-heading h2, .vendor-faq-section h2 { margin: 9px 0 13px; font-family: var(--display); font-size: clamp(46px, 6vw, 76px); line-height: .93; letter-spacing: -.06em; text-transform: uppercase; }
.opportunities-heading > div:first-child > p:last-child { color: rgba(255,255,255,.6); line-height: 1.6; }
.opportunities-section .eyebrow { color: var(--yellow); }
.vendor-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.vendor-filter { padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: transparent; color: white; font-size: 11px; font-weight: 850; cursor: pointer; }
.vendor-filter.active { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }

.opportunity-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.opportunity-card { min-height: 360px; padding: 27px; display: grid; grid-template-columns: 80px 1fr; gap: 24px; background: #251f2d; border: 1px solid rgba(255,255,255,.13); border-radius: 23px; transition: transform 180ms, opacity 180ms; }
.opportunity-card:hover { transform: translateY(-3px); }
.opportunity-card.hidden { display: none; }
.opportunity-card:last-child { grid-column: 1 / -1; }
.opportunity-date { width: 76px; height: 88px; border-radius: 17px; display: grid; place-content: center; text-align: center; background: var(--purple); color: white; }
.halloween .opportunity-date { background: var(--orange); }
.christmas .opportunity-date { background: #2a8b66; }
.nightmare .opportunity-date { background: #8443bd; }
.opportunity-date span, .opportunity-date strong, .opportunity-date small { display: block; }
.opportunity-date span, .opportunity-date small { font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.opportunity-date strong { font-family: var(--display); font-size: 32px; line-height: .95; }
.opportunity-content { display: flex; flex-direction: column; align-items: flex-start; }
.opportunity-type { margin: 0; color: var(--yellow); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.opportunity-content h3 { margin: 7px 0 10px; font-family: var(--display); font-size: 27px; line-height: 1; letter-spacing: -.04em; }
.opportunity-content > p:not(.opportunity-type) { margin: 0; color: rgba(255,255,255,.61); font-size: 13px; line-height: 1.55; }
.opportunity-content ul { padding: 0; margin: 18px 0; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.opportunity-content li { padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.7); font-size: 9px; }
.registration-link { margin-top: auto; padding: 11px 15px; border: 1px solid var(--yellow); border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 13px; font-weight: 850; text-decoration: none; transition: transform 160ms, background 160ms, border-color 160ms; }
.registration-link:hover { transform: translateY(-2px); background: white; border-color: white; }

.vendor-ready-strip { margin-top: 52px; padding: 32px; border-radius: 22px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 35px; align-items: center; background: var(--yellow); color: var(--ink); }
.vendor-ready-strip .mini-label { color: var(--purple); }
.vendor-ready-strip h3 { margin: 6px 0 0; font-family: var(--display); font-size: 31px; letter-spacing: -.04em; }
.vendor-ready-strip ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; list-style: none; }
.vendor-ready-strip li { position: relative; padding-left: 19px; font-size: 12px; font-weight: 750; }
.vendor-ready-strip li::before { content: "✦"; position: absolute; left: 0; color: var(--purple); }

.vendor-faq-section { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 105px 0 34px; }
.vendor-faq-section > div:first-child { max-width: 700px; }
.vendor-faqs { margin-top: 45px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
.vendor-faqs details { padding: 21px 0; border-top: 1px solid var(--line); }
.vendor-faqs summary { list-style: none; cursor: pointer; padding-right: 30px; position: relative; font-family: var(--display); font-size: 18px; }
.vendor-faqs summary::-webkit-details-marker { display: none; }
.vendor-faqs summary::after { content: "+"; position: absolute; right: 0; color: var(--orange); font-size: 24px; }
.vendor-faqs details[open] summary::after { content: "–"; }
.vendor-faqs p { color: var(--muted); font-size: 13px; line-height: 1.6; }

@media (max-width: 850px) {
  .vendor-hero { grid-template-columns: 1fr; }
  .vendor-hero-art { min-height: 500px; }
  .opportunities-heading { display: block; }
  .vendor-filters { justify-content: flex-start; margin-top: 24px; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .opportunity-card:last-child { grid-column: auto; }
}

@media (max-width: 700px) {
  .vendor-page .site-header nav { display: none; }
  .vendor-page .announcement a { display: none; }
  .back-home { padding: 9px 12px; }
  .vendor-hero, .vendor-faq-section { width: min(100% - 28px, 1220px); }
  .vendor-hero { min-height: auto; margin-top: 36px; margin-bottom: 60px; }
  .vendor-hero h1 { font-size: clamp(55px, 18vw, 76px); }
  .vendor-hero-art { min-height: 390px; transform: scale(.82); margin: -20px -40px; }
  .opportunities-section { padding-top: 76px; padding-bottom: 76px; }
  .opportunity-card { grid-template-columns: 64px 1fr; padding: 20px; gap: 15px; }
  .opportunity-date { width: 62px; height: 74px; }
  .opportunity-content h3 { font-size: 22px; }
  .vendor-ready-strip { grid-template-columns: 1fr; }
  .vendor-ready-strip ul { grid-template-columns: 1fr; }
  .vendor-faqs { grid-template-columns: 1fr; }
}
