.weoc-marketplace,
.weoc-submission-shell,
.weoc-listing-detail {
  --weoc-navy: #294364;
  --weoc-navy-dark: #1f3654;
  --weoc-teal: #38bfc4;
  --weoc-teal-dark: #2f697d;
  --weoc-pale: #e8f5f6;
  --weoc-ink: #172629;
  --weoc-muted: #5f6f72;
  --weoc-border: #d9e1e3;
  --weoc-panel: #f7fafb;
  --weoc-error: #a52222;
  --weoc-radius: 22px;
  color: var(--weoc-ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
}
.weoc-marketplace *, .weoc-submission-shell *, .weoc-listing-detail * { box-sizing: border-box; }
.weoc-marketplace .screen-reader-text, .weoc-submission-shell .screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
.weoc-marketplace button, .weoc-marketplace input, .weoc-marketplace select,
.weoc-submission-shell button, .weoc-submission-shell input, .weoc-submission-shell select, .weoc-submission-shell textarea { font: inherit; }
.weoc-marketplace__hero {
  background: linear-gradient(110deg, var(--weoc-teal-dark), var(--weoc-teal));
  border-radius: 0 0 76px 0;
  color: #fff;
  padding: clamp(36px, 6vw, 72px);
}
.weoc-marketplace__eyebrow { color: #d5fbfb; font-size: .82rem; font-weight: 800; letter-spacing: .075em; margin: 0 0 12px; text-transform: uppercase; }
.weoc-marketplace__hero h1, .weoc-form-header h1 { color: var(--weoc-ink); font-size: clamp(2.2rem, 5vw, 4.1rem); letter-spacing: -.035em; line-height: 1.02; margin: 0; max-width: 800px; }
.weoc-marketplace__intro { font-size: clamp(1rem, 1.6vw, 1.25rem); margin: 22px 0 34px; max-width: 850px; }
.weoc-marketplace__hero-search { display: grid; gap: 14px; grid-template-columns: 1fr auto; }
.weoc-marketplace__hero-search input { border: 0; border-radius: 14px; min-height: 58px; padding: 0 20px; width: 100%; }
.weoc-button { align-items: center; border: 2px solid transparent; border-radius: 14px; cursor: pointer; display: inline-flex; font-weight: 750; justify-content: center; min-height: 48px; padding: 10px 22px; text-decoration: none; transition: background .15s ease, color .15s ease, transform .15s ease; }
.weoc-button:hover { transform: translateY(-1px); }
.weoc-button:focus-visible, .weoc-marketplace input:focus-visible, .weoc-marketplace select:focus-visible, .weoc-submission-shell input:focus-visible, .weoc-submission-shell select:focus-visible, .weoc-submission-shell textarea:focus-visible, .weoc-card__link:focus-visible { outline: 3px solid #f5b942; outline-offset: 3px; }
.weoc-button--navy { background: var(--weoc-navy); color: #fff; }
.weoc-button--navy:hover { background: var(--weoc-navy-dark); color: #fff; }
.weoc-button--outline { background: #fff; border-color: var(--weoc-navy); color: var(--weoc-navy); }
.weoc-button--quiet { background: transparent; color: var(--weoc-navy); }
.weoc-button:disabled { cursor: wait; opacity: .6; }
.weoc-directory-filters { padding: 34px clamp(16px, 3vw, 34px) 0; }
.weoc-category-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.weoc-pill { background: #fff; border: 1px solid var(--weoc-border); border-radius: 999px; color: var(--weoc-ink); cursor: pointer; min-height: 42px; padding: 8px 19px; }
.weoc-pill.is-active { background: var(--weoc-navy); border-color: var(--weoc-navy); color: #fff; }
.weoc-filter-panel { background: var(--weoc-panel); border: 1px solid var(--weoc-border); border-radius: var(--weoc-radius); display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 20px; }
.weoc-filter-field label { display: block; font-weight: 650; margin-bottom: 6px; }
.weoc-filter-field select { appearance: auto; background: #fff; border: 1px solid #cbd5d8; border-radius: 12px; color: var(--weoc-ink); min-height: 48px; padding: 8px 14px; width: 100%; }
.weoc-directory-status { min-height: 24px; padding: 8px clamp(16px, 3vw, 34px) 0; color: var(--weoc-muted); }
.weoc-results-section { padding: 28px clamp(16px, 3vw, 34px); }
.weoc-results-section.is-empty { display: none; }
.weoc-results-heading { align-items: end; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 18px; }
.weoc-results-heading h2 { color: var(--weoc-navy); font-size: clamp(1.55rem, 3vw, 2rem); margin: 0; }
.weoc-results-heading p { color: var(--weoc-muted); margin: 3px 0 0; }
.weoc-results-heading > span { color: var(--weoc-muted); white-space: nowrap; }
.weoc-card-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.weoc-card { background: #fff; border: 1px solid var(--weoc-border); border-radius: var(--weoc-radius); box-shadow: 0 12px 30px rgba(30, 54, 63, .06); min-width: 0; overflow: hidden; }
.weoc-card__link { color: inherit; display: block; height: 100%; text-decoration: none; }
.weoc-marketplace .weoc-card .weoc-card__link,
.weoc-marketplace .weoc-card .weoc-card__link:link,
.weoc-marketplace .weoc-card .weoc-card__link:visited,
.weoc-marketplace .weoc-card .weoc-card__link:hover,
.weoc-marketplace .weoc-card .weoc-card__link:focus,
.weoc-marketplace .weoc-card .weoc-card__link:active,
.weoc-marketplace .weoc-card .weoc-card__link * {
  background-image: none !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
}
.weoc-marketplace .weoc-card .weoc-card__link { box-shadow: none !important; }
.weoc-card__image { align-items: center; background: linear-gradient(120deg, #d8f1f2, #e3e8ee); display: flex; font-size: 2rem; justify-content: center; min-height: 148px; overflow: hidden; }
.weoc-card__image img { height: 180px; object-fit: cover; width: 100%; }
.weoc-card__body { padding: 24px; }
.weoc-card__category { color: #259fa4; font-size: .78rem; font-weight: 800; letter-spacing: .03em; margin: 0 0 8px; text-transform: uppercase; }
.weoc-card h3 { color: var(--weoc-navy); font-size: 1.28rem; line-height: 1.25; margin: 0 0 10px; }
.weoc-card__summary { color: var(--weoc-muted); margin: 0 0 15px; }
.weoc-tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.weoc-tag-list span { background: #edf3f8; border-radius: 999px; color: var(--weoc-navy-dark); font-size: .8rem; font-weight: 700; padding: 4px 10px; }
.weoc-card__delivery { margin: 16px 0 0; }
.weoc-load-more-wrap { display: flex; justify-content: center; padding-top: 28px; }
.is-hidden { display: none !important; }
.weoc-marketplace.is-loading [data-weoc-results] { opacity: .55; }

.weoc-submission-shell { margin: 0 auto; max-width: 950px; padding: clamp(20px, 5vw, 58px) 20px; }
.weoc-form-header { background: linear-gradient(110deg, var(--weoc-teal-dark), var(--weoc-teal)); border-radius: 0 0 58px 0; color: #fff; margin-bottom: 32px; padding: clamp(30px, 6vw, 60px); }
.weoc-form-header h1 { font-size: clamp(2rem, 4.5vw, 3.6rem); }
.weoc-form-header > p:last-child { margin-bottom: 0; }
.weoc-progress { display: grid; gap: 8px; grid-template-columns: repeat(7, 1fr); list-style: none; margin: 0 0 28px; padding: 0; }
.weoc-progress li { align-items: center; display: flex; }
.weoc-progress li::after { background: var(--weoc-border); content: ''; height: 3px; width: 100%; }
.weoc-progress li:last-child::after { display: none; }
.weoc-progress li span:first-child { align-items: center; background: #fff; border: 2px solid var(--weoc-border); border-radius: 50%; display: flex; flex: 0 0 34px; height: 34px; justify-content: center; }
.weoc-progress li.is-active span:first-child, .weoc-progress li.is-complete span:first-child { background: var(--weoc-navy); border-color: var(--weoc-navy); color: #fff; }
.weoc-progress li.is-complete::after { background: var(--weoc-navy); }
.weoc-form-step { background: #fff; border: 1px solid var(--weoc-border); border-radius: var(--weoc-radius); box-shadow: 0 14px 45px rgba(30, 54, 63, .07); padding: clamp(22px, 4vw, 44px); }
.weoc-form-step > h2 { color: var(--weoc-navy); font-size: clamp(1.55rem, 3vw, 2.2rem); margin: 0; }
.weoc-step-count { color: #278f94; font-size: .8rem; font-weight: 800; letter-spacing: .06em; margin: 0 0 5px; text-transform: uppercase; }
.weoc-step-description { color: var(--weoc-muted); margin: 6px 0 28px; }
.weoc-form-field { margin: 0 0 25px; }
.weoc-form-field > label, .weoc-form-field legend { color: var(--weoc-ink); display: block; font-weight: 700; margin-bottom: 8px; }
.weoc-form-field fieldset { border: 0; margin: 0; padding: 0; }
.weoc-form-field input[type="text"], .weoc-form-field input[type="email"], .weoc-form-field input[type="url"], .weoc-form-field input[type="tel"], .weoc-form-field input[type="date"], .weoc-form-field input[type="file"], .weoc-form-field select, .weoc-form-field textarea { background: #fff; border: 1px solid #bfcacd; border-radius: 10px; min-height: 48px; padding: 10px 13px; width: 100%; }
.weoc-form-field textarea { min-height: 125px; resize: vertical; }
.weoc-choice { align-items: flex-start; border: 1px solid var(--weoc-border); border-radius: 10px; cursor: pointer; display: flex; gap: 10px; margin-bottom: 8px; padding: 11px 13px; }
.weoc-choice input { margin-top: .3em; }
.weoc-choice--consent { background: var(--weoc-panel); }
.weoc-field-help, .weoc-existing-file { color: var(--weoc-muted); font-size: .88rem; margin: 5px 0 0; }
.weoc-field-error { color: var(--weoc-error); font-weight: 650; margin: 5px 0 0; }
.weoc-form-field.has-error input, .weoc-form-field.has-error select, .weoc-form-field.has-error textarea, .weoc-form-field.has-error .weoc-choice { border-color: var(--weoc-error); }
.weoc-form-actions { align-items: center; border-top: 1px solid var(--weoc-border); display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; margin-top: 34px; padding-top: 24px; }
.weoc-form-actions [data-weoc-back] { margin-right: auto; }
.weoc-save-status { color: var(--weoc-muted); min-height: 24px; text-align: center; }
.weoc-honeypot { left: -9999px; position: absolute; }
.weoc-alert, .weoc-form-errors, .weoc-submission-success { border-radius: 12px; margin: 20px 0; padding: 18px 22px; }
.weoc-alert--error, .weoc-form-errors { background: #fff0f0; border-left: 5px solid var(--weoc-error); }
.weoc-form-errors h2 { font-size: 1.15rem; margin-top: 0; }
.weoc-submission-success { background: #ebf8f3; border-left: 5px solid #247a55; }

.weoc-listing-detail { margin: 0 auto; max-width: 1180px; padding: clamp(24px, 5vw, 68px) 20px; }
.weoc-detail-back { margin-bottom: 22px; }
.weoc-detail-back a, .weoc-provider-link { color: var(--weoc-navy); font-weight: 700; }
.weoc-detail-hero { background: linear-gradient(110deg, var(--weoc-teal-dark), var(--weoc-teal)); border-radius: 0 0 64px 0; color: #fff; display: grid; gap: 32px; grid-template-columns: 1.35fr .65fr; overflow: hidden; padding: clamp(30px, 6vw, 66px); }
.weoc-detail-hero h1 { color: var(--weoc-ink); font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; margin: 0 0 20px; }
.weoc-detail-lead { font-size: 1.22rem; }
.weoc-detail-hero__image img { border-radius: 20px; height: 100%; object-fit: cover; width: 100%; }
.weoc-detail-layout { display: grid; gap: 36px; grid-template-columns: minmax(0, 1fr) 320px; margin-top: 42px; }
.weoc-detail-section { border-bottom: 1px solid var(--weoc-border); padding: 0 0 28px; }
.weoc-detail-section + .weoc-detail-section { padding-top: 28px; }
.weoc-detail-section h2, .weoc-provider-card h2 { color: var(--weoc-navy); margin-top: 0; }
.weoc-detail-additional-image img { border-radius: var(--weoc-radius); height: auto; width: 100%; }
.weoc-detail-fields { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.weoc-detail-fields > div { background: var(--weoc-panel); border-radius: 12px; padding: 16px; }
.weoc-detail-fields dt { font-weight: 800; margin-bottom: 5px; }
.weoc-detail-fields dd { margin: 0; }
.weoc-provider-card { border: 1px solid var(--weoc-border); border-radius: var(--weoc-radius); padding: 24px; position: sticky; top: 30px; }
.weoc-provider-logo { height: auto; margin-bottom: 20px; max-height: 100px; object-fit: contain; width: auto; }
.weoc-provider-card .weoc-button { margin: 8px 0 15px; width: 100%; }
.weoc-provider-link { display: block; text-align: center; }

@media (max-width: 760px) {
  .weoc-marketplace__hero { border-radius: 0 0 46px 0; }
  .weoc-marketplace__hero-search, .weoc-filter-panel, .weoc-card-grid, .weoc-detail-hero, .weoc-detail-layout, .weoc-detail-fields { grid-template-columns: 1fr; }
  .weoc-results-heading { align-items: flex-start; flex-direction: column; }
  .weoc-category-pills { flex-wrap: nowrap; margin-inline: -16px; overflow-x: auto; padding: 0 16px 8px; }
  .weoc-pill { flex: 0 0 auto; }
  .weoc-form-actions { align-items: stretch; flex-direction: column; }
  .weoc-form-actions .weoc-button { width: 100%; }
  .weoc-form-actions [data-weoc-back] { margin-right: 0; }
  .weoc-progress li span:first-child { flex-basis: 28px; height: 28px; }
  .weoc-detail-hero__image { order: -1; }
  .weoc-provider-card { position: static; }
}
@media (prefers-reduced-motion: reduce) {
  .weoc-button { transition: none; }
  html:focus-within { scroll-behavior: auto; }
}
