[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.vendor-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(68px, 9vw, 126px) 0;
  background: var(--pink);
  border-bottom: 3px solid var(--ink);
}
.vendor-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(rgba(0,0,0,.13) 1.4px, transparent 1.5px) / 7px 7px;
  opacity: .52;
}
.vendor-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr); gap: clamp(38px, 7vw, 92px); align-items: end; }
.vendor-hero h1 { max-width: 860px; font-size: clamp(4rem, 10.5vw, 8.5rem); }
.vendor-lead { max-width: 720px; margin-top: 25px; font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 800; }
.curated-note { max-width: 680px; margin: 26px 0 0; border-left: 5px solid var(--ink); padding-left: 16px; font-size: .96rem; }
.vendor-ticket { border: 4px solid var(--ink); background: var(--card); padding: clamp(24px, 4vw, 38px); box-shadow: 10px 10px 0 var(--ink); transform: rotate(1.5deg); }
.vendor-ticket .meta { margin-bottom: 18px; }
.ticket-row { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; border-top: 3px solid var(--ink); padding: 13px 0; text-transform: uppercase; }
.ticket-row span { font-weight: 900; letter-spacing: .08em; }
.ticket-row strong { font-family: 'Archivo Black', 'Arial Black', sans-serif; font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1; }
.ticket-time { margin: 16px 0 0; font-family: 'Archivo Black', 'Arial Black', sans-serif; font-size: 1.15rem; line-height: 1.3; text-transform: uppercase; }
.ticket-location { margin: 14px 0 0; border-top: 3px solid var(--ink); padding-top: 14px; font-weight: 800; }
.vendor-hero [aria-disabled="true"] { opacity: .62; cursor: default; pointer-events: none; }
html[data-vendor-opportunity-source="loading"] .vendor-hero [aria-disabled="true"] { cursor: wait; }

.vendor-ticker { contain: layout paint; overflow: hidden; border-bottom: 3px solid var(--ink); background: var(--ink); color: var(--lime); padding: 13px 0; }
.vendor-ticker div { width: max-content; white-space: nowrap; font-family: 'Archivo Black', 'Arial Black', sans-serif; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; animation: vendor-ticker 35s linear infinite; }
@keyframes vendor-ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .vendor-ticker div { animation: none; } }

.vendor-section { padding: clamp(72px, 8vw, 112px) 0; scroll-margin-top: 104px; }
.vendor-section h2 { font-size: clamp(2.8rem, 6.7vw, 5.6rem); }
.vendor-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.vendor-type { min-height: 280px; display: flex; flex-direction: column; border: 3px solid var(--ink); padding: clamp(24px, 4vw, 38px); box-shadow: var(--shadow); }
.vendor-type.pink { background: var(--pink); }
.vendor-type.lime { background: var(--lime); }
.vendor-type.orange { background: var(--orange); }
.vendor-type.cream { background: var(--card); }
.vendor-type.black { grid-column: 1 / -1; min-height: 230px; background: var(--ink); color: var(--lime); }
.vendor-type h3 { margin: auto 0 18px; font-size: clamp(1.9rem, 4.8vw, 3.8rem); }
.vendor-type p:last-child { max-width: 510px; margin-bottom: 0; font-weight: 800; }

.why-vend { background: var(--orange); border-block: 3px solid var(--ink); }
.why-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: clamp(38px, 7vw, 94px); align-items: center; }
.why-photo { border: 3px solid var(--ink); background: var(--card); padding: 12px; box-shadow: 9px 9px 0 var(--ink); transform: rotate(-1.2deg); }
.why-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.why-photo p { margin: 10px 4px 1px; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.why-points { display: grid; gap: 17px; margin-top: 28px; }
.why-points p { margin: 0; border-top: 3px solid var(--ink); padding-top: 15px; font-size: 1.04rem; }

.strong-application { background: var(--cream); }
.strong-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.strong-grid article { min-height: 255px; display: flex; flex-direction: column; border: 3px solid var(--ink); background: var(--card); padding: 26px; box-shadow: var(--shadow); }
.strong-grid article:nth-child(2) { background: var(--lime); }
.strong-grid article:nth-child(3) { background: var(--pink); }
.strong-grid span { width: 48px; height: 48px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; font-weight: 900; }
.strong-grid h3 { margin: auto 0 15px; font-size: clamp(1.6rem, 3.4vw, 2.55rem); }
.strong-grid p { margin: 0; font-weight: 750; }

.live-opportunity { background: var(--lime); }
.opportunity-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(36px, 7vw, 90px); align-items: start; }
.opportunity-grid > * { min-width: 0; }
.opportunity-description { max-width: 680px; margin-top: 24px; white-space: pre-line; font-size: 1.14rem; font-weight: 700; }
.opportunity-status { display: inline-block; max-width: 100%; margin-top: 12px; border: 3px solid var(--ink); background: var(--card); padding: 12px 16px; box-shadow: 4px 4px 0 var(--ink); overflow-wrap: anywhere; font-weight: 900; }
.opportunity-status.is-open { background: var(--pink); }
.opportunity-contact { max-width: 680px; margin-top: 27px; border-top: 3px solid var(--ink); padding-top: 18px; }
.opportunity-contact p { margin: 0; }
.opportunity-contact a { font-weight: 900; overflow-wrap: anywhere; }
.rules-card { min-width: 0; border: 3px solid var(--ink); background: var(--card); padding: clamp(24px, 4vw, 38px); box-shadow: 8px 8px 0 var(--ink); }
.rules-card h3 { font-size: clamp(1.55rem, 3vw, 2.15rem); }
.rules-summary { display: grid; gap: 8px; margin: 20px 0 24px; padding-left: 1.25rem; font-weight: 800; }
.rules-card dl { margin: 0; }
.rules-card dl > div { border-top: 2px solid var(--ink); padding: 13px 0; }
.rules-card dt { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rules-card dd { margin: 3px 0 0; overflow-wrap: anywhere; white-space: pre-line; font-weight: 750; }
.rules-disclosure { margin-top: 22px; border-top: 3px solid var(--ink); padding-top: 18px; }
.rules-disclosure summary { width: fit-content; cursor: pointer; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rules-disclosure summary::marker { color: var(--pink); }
.rules-disclosure summary:focus-visible, .final-rules-scroll:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
.rules-long-form { margin-top: 18px; border-top: 2px solid var(--ink); padding-top: 18px; overflow-wrap: anywhere; white-space: pre-wrap; line-height: 1.65; }

.curation-section { background: var(--pink); border-block: 3px solid var(--ink); }
.curation-grid { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 7vw, 92px); align-items: start; }
.curation-grid > * { min-width: 0; }
.curation-copy { font-size: clamp(1.05rem, 1.7vw, 1.28rem); font-weight: 750; }

@media (min-width: 801px) {
  .curation-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
  .curation-grid h2 { max-width: 100%; font-size: clamp(2.8rem, 6vw, 5rem); }
}

.application-section { background: var(--cream); }
.application-heading { max-width: 900px; margin-bottom: 38px; }
.application-heading > p:last-child { max-width: 760px; margin-top: 23px; font-weight: 700; }
.application-closed, .application-success { border: 3px solid var(--ink); background: var(--card); padding: clamp(25px, 5vw, 48px); box-shadow: 8px 8px 0 var(--ink); }
.application-closed h3, .application-success h3 { font-size: clamp(1.8rem, 4vw, 3.2rem); }
.application-closed p, .application-success p { max-width: 760px; margin: 16px 0 0; }
.vendor-form { border: 3px solid var(--ink); background: var(--card); padding: clamp(22px, 5vw, 52px); box-shadow: 9px 9px 0 var(--ink); }
.website-company { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-error-summary { margin-bottom: 24px; border: 3px solid var(--ink); background: #fff1f1; padding: 15px 18px; font-weight: 800; }
.form-progress { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0 0 42px; padding: 0; list-style: none; }
.form-progress button { width: 100%; min-height: 58px; border: 2px solid var(--ink); border-right: 0; background: var(--cream); color: var(--ink); font: 900 .74rem/1.2 'Figtree', sans-serif; text-transform: uppercase; cursor: pointer; }
.form-progress li:last-child button { border-right: 2px solid var(--ink); }
.form-progress button[aria-current="step"] { background: var(--pink); }
.form-progress button:disabled { color: rgba(16,15,13,.48); cursor: default; }
.form-progress button span { display: block; margin-top: 2px; }
.form-step { min-width: 0; margin: 0; border: 0; padding: 0; }
.form-step legend { width: 100%; margin-bottom: 30px; border-bottom: 3px solid var(--ink); padding-bottom: 15px; font-family: 'Archivo Black', 'Arial Black', sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1; text-transform: uppercase; }
.form-step legend span { display: block; margin-bottom: 8px; font-family: 'Figtree', sans-serif; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.field.full { grid-column: 1 / -1; }
.field, .upload-field { min-width: 0; display: grid; align-content: start; gap: 8px; font-weight: 900; }
.field > span, .upload-field > span:first-child { line-height: 1.3; }
.field input, .field select, .field textarea, .upload-field input[type="file"] {
  width: 100%;
  min-width: 0;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: #fffdf5;
  color: var(--ink);
  padding: 12px 13px;
  font: inherit;
}
.field textarea { min-height: 135px; resize: vertical; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"], .upload-field input[aria-invalid="true"] { border-color: #a00032; box-shadow: 0 0 0 2px #a00032; }
.upload-guidance { max-width: 800px; margin-bottom: 28px; font-weight: 700; }
.upload-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.upload-field { border: 2px solid var(--ink); background: var(--cream); padding: 18px; }
.upload-field small { min-height: 2.5em; font-weight: 600; }
.upload-field b { color: #8c0032; }
.file-feedback { min-height: 1.4em; color: #8c0032; font-size: .82rem; }
.file-previews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.file-preview { min-width: 0; }
.file-preview img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 2px solid var(--ink); }
.file-preview span { display: block; overflow: hidden; margin-top: 3px; font-size: .68rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.file-preview.document { grid-column: 1 / -1; border-top: 1px solid var(--ink); padding-top: 6px; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.review-card { border: 2px solid var(--ink); background: var(--cream); padding: 19px; }
.review-card h3 { margin-bottom: 13px; font-size: 1.18rem; }
.review-card dl { margin: 0; }
.review-card dl > div + div { margin-top: 9px; }
.review-card dt { font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.review-card dd { margin: 1px 0 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.final-rules { margin-top: 25px; border: 3px solid var(--ink); background: var(--cream); padding: clamp(18px, 4vw, 28px); }
.final-rules h3 { font-size: clamp(1.35rem, 3vw, 2rem); }
.final-rules > p { margin: 8px 0 16px; font-weight: 800; }
.final-rules-scroll { max-height: min(42vh, 24rem); overflow-y: auto; overscroll-behavior: contain; border: 2px solid var(--ink); background: #fffdf5; padding: clamp(15px, 3vw, 22px); overflow-wrap: anywhere; white-space: pre-wrap; line-height: 1.65; }
.acknowledgements { display: grid; gap: 14px; margin-top: 25px; }
.acknowledgement { display: flex; gap: 12px; align-items: flex-start; border: 3px solid var(--ink); background: var(--lime); padding: 18px; font-weight: 900; }
.acknowledgement input { width: 22px; height: 22px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--pink); }
.submit-note { max-width: 760px; margin-top: 18px; }
.form-actions { display: flex; justify-content: flex-end; gap: 14px; margin-top: 34px; border-top: 3px solid var(--ink); padding-top: 24px; }
.form-actions button { cursor: pointer; }
.form-actions button:disabled { opacity: .58; cursor: wait; }
.application-success { background: var(--lime); }
.application-reference { border-top: 2px solid var(--ink); padding-top: 14px; font-weight: 900; }

@media (max-width: 800px) {
  .vendor-hero-grid, .why-grid, .opportunity-grid, .curation-grid { grid-template-columns: 1fr; }
  .vendor-ticket { max-width: 520px; transform: none; }
  .strong-grid { grid-template-columns: 1fr; }
  .strong-grid article { min-height: 220px; }
  .form-progress button span { display: none; }
}

@media (max-width: 620px) {
  .vendor-type-grid, .field-grid, .upload-grid, .review-grid { grid-template-columns: 1fr; }
  .vendor-type.black { grid-column: auto; }
  .field.full { grid-column: auto; }
  .vendor-type { min-height: 235px; }
  .form-progress { margin-bottom: 30px; }
  .form-progress button { min-height: 48px; }
  .vendor-form { box-shadow: 5px 5px 0 var(--ink); }
  .form-actions { justify-content: stretch; flex-direction: column-reverse; }
  .form-actions .btn { width: 100%; }
}

@media (max-width: 540px) {
  html[data-vendor-opportunity-source] {
    --container: min(1220px, calc(100vw - 48px));
  }

  .vendor-hero h1,
  .vendor-section h2 {
    overflow-wrap: anywhere;
  }

  .vendor-ticker div {
    width: 100%;
    overflow: hidden;
    white-space: normal;
    transform: none;
    animation: none;
  }

  .rules-card {
    box-shadow: 4px 4px 0 var(--ink);
  }

  .vendor-ticket,
  .vendor-type,
  .why-photo,
  .strong-grid article,
  .application-closed,
  .application-success,
  .vendor-form {
    box-shadow: 4px 4px 0 var(--ink);
  }
}
