.oba-section,
.oba-membership,
.oba-directory-teaser,
.oba-directory-explorer,
.oba-classifieds-market,
.oba-events-showcase {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 32px;
}

.oba-section { padding: 24px 0; }

.oba-section--accent {
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff7ea 0%, #f7ecd8 100%);
  box-shadow: 0 18px 40px -24px rgba(42, 27, 15, 0.2);
}

.oba-section--soft {
  padding: 42px 36px;
  border-radius: 32px;
  background: #fffdf8;
  border: 1px solid rgba(42, 27, 15, 0.08);
  box-shadow: 0 20px 46px -32px rgba(42, 27, 15, 0.16);
}

.oba-section__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 20px;
  align-items: end;
  margin-bottom: 22px;
}

.oba-section__header h2,
.oba-directory-teaser h2,
.oba-directory-explorer h2,
.oba-classifieds-market h2,
.oba-events-showcase h2 {
  margin: 0;
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #2a1b0f;
}

/* The membership statement is intentionally the one large section heading. */
.oba-membership h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #2a1b0f;
}

.oba-section__header .oba-kicker,
.oba-section__header h2 { grid-column: 1; }

.oba-section__link,
.oba-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #4a3422;
  text-decoration: none;
}

.oba-section__link {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.oba-section__link:hover,
.oba-text-link:hover { color: #2a1b0f; }

.oba-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8c6e2f;
}

.oba-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: #f0ab1f;
}

.oba-cards { display: grid; gap: 18px; }
.oba-cards--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.oba-cards--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.oba-card {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(42, 27, 15, 0.08);
  box-shadow: 0 18px 40px -26px rgba(42, 27, 15, 0.2);
}

.oba-card--has-image {
  overflow: hidden;
  padding: 0 0 24px;
}

.oba-card__media {
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  background: #f3e5c8;
}

.oba-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oba-card--has-image .oba-card__eyebrow,
.oba-card--has-image h3,
.oba-card--has-image p,
.oba-card--has-image .oba-card__link {
  margin-left: 24px;
  margin-right: 24px;
}

.oba-card--has-image .oba-card__eyebrow { margin-top: 20px; }
.oba-card--has-image .oba-card__link { margin-bottom: 0; }

/* Keep news copy comfortably inside image cards at every breakpoint. */
.oba-card--has-image h3,
.oba-card--has-image p {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 26px;
  padding-right: 26px;
}

.oba-card__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7b683f;
  margin-bottom: 12px;
}

.oba-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #2a1b0f;
}

.oba-card p,
.oba-membership p,
.oba-directory-teaser p,
.oba-directory-explorer p,
.oba-classifieds-market p {
  margin: 0;
  color: #5e4a37;
  line-height: 1.7;
}

.oba-card__link,
.oba-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.oba-card__link,
.oba-pill-btn--gold {
  background: #f0ab1f;
  color: #2a1b0f;
}

.oba-pill-btn--ghost {
  border: 1px solid rgba(42, 27, 15, 0.16);
  color: #2a1b0f;
  background: rgba(255, 255, 255, 0.8);
}

.oba-pill-btn--dark {
  background: #2a1b0f;
  color: #fff;
}

.oba-membership {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 42px;
  align-items: start;
  padding: 6px 0 18px;
  color: #2a1b0f;
}

.oba-membership__copy { max-width: 530px; }

.oba-membership__copy p {
  font-size: 17px;
  color: #5b4836;
}

.oba-membership__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.oba-membership__social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  color: #6f5a46;
  font-size: 14px;
}

.oba-membership__avatars {
  display: flex;
  align-items: center;
}

.oba-membership__avatars img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 999px;
  border: 2px solid #faf3e6;
  box-shadow: 0 10px 20px -16px rgba(42, 27, 15, 0.45);
}

.oba-membership__avatars img + img { margin-left: -10px; }

.oba-membership__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-right: 34px;
}

.oba-membership__grid::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -34px;
  width: 82px;
  height: 94px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  border: 2px solid rgba(42, 27, 15, 0.08);
  opacity: 0.8;
}

.oba-membership__benefit {
  position: relative;
  padding: 24px 20px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(42, 27, 15, 0.08);
  box-shadow: 0 14px 36px -28px rgba(42, 27, 15, 0.2);
}

.oba-membership__benefit-badge {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 32px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: #f0ab1f;
  color: #2a1b0f;
  font-size: 11px;
  font-weight: 700;
}

.oba-membership__benefit h3 {
  margin: 4px 0 8px;
  font-size: 16px;
  line-height: 1.16;
  color: #2a1b0f;
}

.oba-membership__benefit p {
  font-size: 13px;
  line-height: 1.5;
  color: #6d5844;
}

.oba-directory-explorer {
  position: relative;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 14px;
}

.oba-directory-explorer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(240, 171, 31, 0.05) 1px, transparent 1px),
    linear-gradient(60deg, rgba(240, 171, 31, 0.045) 1px, transparent 1px),
    linear-gradient(-60deg, rgba(240, 171, 31, 0.045) 1px, transparent 1px);
  background-size: 120px 208px, 120px 208px, 120px 208px;
  background-position: 0 0, 60px 104px, 60px 104px;
  opacity: .45;
  pointer-events: none;
}

.oba-directory-explorer > * {
  position: relative;
  z-index: 1;
}

.oba-directory-explorer__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 26px;
}

.oba-directory-explorer__intro h2 {
  max-width: 560px;
  margin: 10px 0 16px;
  font-size: clamp(28px, 2.7vw, 38px);
  line-height: .95;
  letter-spacing: -0.055em;
  color: #2a1b0f;
}

.oba-directory-explorer__intro p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.55;
  color: #5f4a37;
}

.oba-directory-explorer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 36px;
  align-items: start;
}

.oba-directory-explorer__map-card,
.oba-directory-explorer__list-card {
  border: 1px solid rgba(74, 53, 34, 0.12);
  border-radius: 30px;
  background: rgba(255, 251, 243, 0.9);
  box-shadow: 0 22px 44px -34px rgba(42, 27, 15, 0.28);
  overflow: hidden;
}

.oba-directory-explorer__map-header,
.oba-directory-explorer__list-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.oba-directory-explorer__map-header {
  padding: 22px 28px;
  border-bottom: 1px solid rgba(74, 53, 34, 0.1);
}

.oba-directory-explorer__map-title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #453122;
}

.oba-directory-explorer__map-title-dot {
  width: 18px;
  height: 18px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: #e39b07;
}

.oba-directory-explorer__legend-scale {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8a735f;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.oba-directory-explorer__legend-scale i {
  width: 20px;
  height: 20px;
  display: inline-block;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.i,
.tone-1 { background: #a7c86b; }
.tone-2 { background: #dfead1; }
.tone-3 { background: #e0ca4a; }
.tone-4 { background: #feb61a; }
.tone-5 { background: #e29500; }
.tone-6 { background: #b77505; }

.oba-directory-explorer__map-body {
  position: relative;
  min-height: 440px;
  padding: 18px 24px 12px;
  background: radial-gradient(circle at 48% 44%, rgba(240, 171, 31, 0.08), rgba(255, 252, 245, 0) 52%);
}

.oba-directory-explorer__focus {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  min-width: 174px;
  max-width: 230px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #2a1b0f;
  color: #fff;
  box-shadow: 0 22px 40px -28px rgba(42, 27, 15, 0.6);
}

.oba-directory-explorer__focus strong,
.oba-directory-explorer__focus span {
  display: block;
}

.oba-directory-explorer__focus strong {
  font-size: 16px;
  line-height: 1.05;
}

.oba-directory-explorer__focus span {
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255,255,255,.76);
}

.oba-directory-explorer__honeycomb {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 410px;
  overflow: hidden;
}

.oba-directory-explorer__hex {
  cursor: pointer;
  outline: none;
}

.oba-directory-explorer__hex polygon {
  fill: #d9d9d9;
  stroke: #fffaf0;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  transition: filter .18s ease, opacity .18s ease, stroke .18s ease, stroke-width .18s ease;
}

.oba-directory-explorer__hex text {
  fill: #fff;
  font-size: 11px;
  font-weight: 800;
  pointer-events: none;
}

.oba-directory-explorer__hex:hover polygon,
.oba-directory-explorer__hex.is-preview polygon {
  opacity: .68;
}

.oba-directory-explorer__hex.is-active polygon {
  opacity: 1;
  filter: saturate(1.14) brightness(.96);
}

.oba-directory-explorer__hex.is-dimmed polygon {
  opacity: .28;
  filter: saturate(.35);
}

.oba-directory-explorer__hex:focus-visible polygon {
  opacity: .72;
  filter: brightness(.88);
}

.oba-directory-explorer__hex.tone-1 polygon { fill: #a7c86b; }
.oba-directory-explorer__hex.tone-2 polygon { fill: #dfead1; }
.oba-directory-explorer__hex.tone-3 polygon { fill: #e0ca4a; }
.oba-directory-explorer__hex.tone-4 polygon { fill: #feb61a; }
.oba-directory-explorer__hex.tone-5 polygon { fill: #e29500; }
.oba-directory-explorer__hex.tone-6 polygon { fill: #b77505; }

.oba-directory-explorer__region-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 28px 28px;
}

.oba-directory-explorer__region-pill {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(74, 53, 34, 0.14);
  background: rgba(255,255,255,.72);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4f3928;
  font-size: 17px;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.oba-directory-explorer__region-pill small {
  font-size: 14px;
  color: #836f5d;
}

.oba-directory-explorer__region-pill.is-active {
  background: #2a1b0f;
  border-color: #2a1b0f;
  color: #fff;
}

.oba-directory-explorer__region-pill.is-active small {
  color: rgba(255,255,255,.72);
}

.oba-directory-explorer__list-card {
  padding: 28px 0 0;
}

.oba-directory-explorer__search {
  display: block;
  padding: 0 28px 22px;
}

.oba-directory-explorer__search input {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(74, 53, 34, 0.12);
  background: #fffdf8;
  font-size: 17px;
  color: #453122;
}

.oba-directory-explorer__search input::placeholder {
  color: #a39a8f;
}

.oba-directory-explorer__list-meta {
  padding: 0 28px 22px;
  font-size: 15px;
  color: #816c58;
}

.oba-directory-explorer__list-meta strong {
  color: #453122;
}

.oba-directory-explorer__list {
  max-height: 444px;
  overflow: auto;
  border-top: 1px solid rgba(74, 53, 34, 0.1);
}

.oba-directory-explorer__producer {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(74, 53, 34, 0.1);
}

.oba-directory-explorer__producer-image {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 10px;
  clip-path: none;
}

.oba-directory-explorer__producer > .oba-honeycomb-placeholder {
  background-size: 38px 66px;
}

.oba-directory-explorer__producer-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.oba-directory-explorer__producer h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
  color: #2a1b0f;
}

.oba-directory-explorer__producer p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #7c6958;
}

.oba-directory-explorer__distance {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f6e9c8;
  color: #5f4a37;
  font-size: 14px;
}

.oba-directory-explorer__producer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.oba-directory-explorer__producer-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: #ddecb7;
  color: #5c7120;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.oba-directory-explorer__producer[hidden] {
  display: none;
}

.oba-directory-explorer__empty {
  padding: 30px 28px;
  color: #7b6858;
  font-size: 16px;
}

.oba-partner-strip {
  margin-bottom: 48px;
  border-top: 1px solid rgba(42, 27, 15, 0.08);
  border-bottom: 1px solid rgba(42, 27, 15, 0.08);
  background: rgba(255, 251, 241, 0.8);
}

.oba-partner-strip__inner {
  position: relative;
  isolation: isolate;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: hidden;
}

.oba-partner-strip__label {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding-right: 20px;
  background: #fffbf1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a6450;
}

.oba-partner-strip__label::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 42px;
  background: linear-gradient(90deg, #fffbf1 0%, rgba(255, 251, 241, 0) 100%);
  pointer-events: none;
}

.oba-partner-strip__items {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 26px;
  white-space: nowrap;
  color: #5e4a37;
  font-size: 14px;
  animation: obaMarquee 34s linear infinite;
}

.oba-partner-strip__items span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.oba-partner-strip__items i {
  width: 10px;
  height: 10px;
  display: inline-block;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: #f0ab1f;
}

@keyframes obaMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.oba-events-showcase {
  position: relative;
  overflow: hidden;
  padding: 48px 36px 34px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(38, 107, 151, 0.96), rgba(28, 82, 118, 0.98)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(60deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(-60deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 68px 118px, 68px 118px, 68px 118px;
  background-position: 0 0, 0 0, 34px 59px, 34px 59px;
  color: #fff;
}

.oba-events-showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}

.oba-events-showcase h2,
.oba-events-showcase p,
.oba-events-showcase .oba-kicker,
.oba-events-showcase .oba-kicker::before,
.oba-events-showcase .oba-text-link,
.oba-events-showcase__pill,
.oba-event-card,
.oba-event-card h3,
.oba-event-card p,
.oba-event-card a { color: inherit; }

.oba-events-showcase h2 { color: #fff; max-width: 700px; }

.oba-events-showcase__lede {
  margin-top: 14px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.oba-events-showcase .oba-kicker { color: rgba(207, 235, 252, 0.9); }
.oba-events-showcase .oba-kicker::before { background: #9bd1f4; }

.oba-events-showcase__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.84);
}

.oba-events-showcase__pill img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 999px;
  background: #fff;
}

.oba-events-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.oba-event-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.oba-event-card__media {
  position: relative;
  height: 128px;
  overflow: hidden;
}

.oba-event-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oba-event-card__date {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  justify-items: center;
  width: 46px;
  padding: 8px 0 10px;
  border-radius: 12px;
  background: #fff5df;
  color: #2a1b0f;
  box-shadow: 0 12px 26px -16px rgba(42, 27, 15, 0.45);
}

.oba-event-card__date span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oba-event-card__date strong {
  font-size: 28px;
  line-height: 1;
}

.oba-event-card__tag {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px 5px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(24, 56, 73, 0.88);
  box-shadow: 0 7px 18px -10px rgba(7, 24, 34, 0.9);
  backdrop-filter: blur(5px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}

.oba-event-card__body {
  display: grid;
  gap: 12px;
  padding: 16px 16px 14px;
}

.oba-event-card__meta,
.oba-event-card__location,
.oba-event-card__footer {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.74);
}

.oba-event-card__meta {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.oba-event-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.oba-event-card__location,
.oba-event-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.oba-event-card__location span:first-child::before {
  content: '◉';
  margin-right: 8px;
  opacity: 0.5;
}

.oba-event-card__footer {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.oba-event-card__footer a {
  font-weight: 700;
  text-decoration: none;
}

.oba-classifieds-market {
  padding: 10px 0 0;
}

.oba-classifieds-market__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  gap: 20px 28px;
  align-items: end;
}

.oba-classifieds-market__lede {
  max-width: 720px;
  margin-top: 14px;
  font-size: 17px;
}

.oba-classifieds-market__actions,
.oba-classifieds-market__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.oba-classifieds-market__actions {
  min-width: 0;
  justify-content: flex-end;
}

.oba-classifieds-market__actions .oba-pill-btn {
  max-width: 100%;
  margin-top: 0;
  white-space: nowrap;
}

.oba-filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(42, 27, 15, 0.1);
  color: #4a3422;
  font-size: 13px;
  font-weight: 600;
}

.oba-filter-pill--active {
  background: #2a1b0f;
  color: #fff;
}

.oba-classifieds-market__filters {
  margin: 26px 0 18px;
}

.oba-classifieds-market__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.oba-classified-card {
  display: grid;
  grid-template-columns: 102px 1fr;
  overflow: hidden;
  border-radius: 22px;
  background: #fff8ea;
  border: 1px solid rgba(42, 27, 15, 0.08);
  box-shadow: 0 16px 38px -28px rgba(42, 27, 15, 0.18);
}

.oba-classified-card__media {
  min-height: 168px;
  background: #f2dec0;
}

.oba-classified-card__media--pattern {
  background-color: #2a1b0f;
  background-image: url('https://ontariobee.oliodigitallabs.com/wp-content/themes/oba-elementor-child/assets/oba-hex-pattern.svg');
  background-position: center;
  background-repeat: repeat;
  background-size: 92px 160px;
}

.oba-classified-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oba-classified-card__body {
  display: grid;
  gap: 10px;
  padding: 16px 18px 14px;
}

.oba-classified-card__top,
.oba-classified-card__bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.oba-classified-card__eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a28345;
}

.oba-classified-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.oba-classified-card__price {
  font-size: 15px;
  font-weight: 700;
  color: #2a1b0f;
}

.oba-classified-card__meta,
.oba-classified-card__seller,
.oba-classified-card__age {
  font-size: 12px;
  color: #7a6450;
}

.oba-classifieds-market__footer {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.85fr);
  gap: 20px;
  margin-top: 20px;
}

.oba-classified-pricing,
.oba-classified-steps {
  border-radius: 26px;
  padding: 28px;
}

.oba-classified-pricing {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(42, 27, 15, 0.08);
}

.oba-classified-pricing__head,
.oba-classified-steps__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.oba-classified-pricing__head h3,
.oba-classified-steps__head h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.12;
}

.oba-classified-pricing__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.oba-classified-price-card {
  position: relative;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(42, 27, 15, 0.08);
}

.oba-classified-price-card--featured::before {
  content: 'Most popular';
  position: absolute;
  top: -10px;
  left: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f0ab1f;
  color: #2a1b0f;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.oba-classified-price-card h4 {
  margin: 0 0 6px;
  font-size: 17px;
}

.oba-classified-price-card p,
.oba-classified-price-card small { color: #7a6450; }

.oba-classified-price-card__price {
  display: block;
  margin: 14px 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #2a1b0f;
}

.oba-classified-pricing__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 18px;
  font-size: 13px;
  color: #6b5844;
}

.oba-classified-pricing__notes span::before {
  content: '⬢';
  margin-right: 6px;
  color: #d49a20;
  font-size: 10px;
}

.oba-classified-steps {
  background:
    linear-gradient(180deg, rgba(42, 27, 15, 0.96), rgba(42, 27, 15, 0.96)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(60deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(-60deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 42px 72px, 42px 72px, 42px 72px;
  background-position: 0 0, 0 0, 21px 36px, 21px 36px;
  color: #fff;
}

.oba-classified-steps__head p,
.oba-classified-step p { color: rgba(255, 255, 255, 0.72); }

.oba-classified-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.oba-classified-step__badge {
  width: 28px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: #f0ab1f;
  color: #2a1b0f;
  font-size: 11px;
  font-weight: 700;
}

.oba-classified-step h4 {
  margin: 0 0 4px;
  font-size: 16px;
}

.oba-classified-steps .oba-pill-btn {
  width: 100%;
  margin-top: 18px;
}

.oba-newsletter {
  background: #f0ab1f;
  position: relative;
  overflow: hidden;
}

.oba-newsletter__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.oba-newsletter h2 {
  margin: 0;
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #2a1b0f;
}

.oba-newsletter p {
  margin: 14px 0 0;
  color: #4a3422;
  max-width: 560px;
  line-height: 1.6;
}

.oba-kicker--dark { color: #2a1b0f; }
.oba-kicker--dark::before { background: #2a1b0f; }

.oba-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(42, 27, 15, 0.18);
  border-radius: 24px 8px 24px 8px;
  background: rgba(255, 251, 241, 0.94);
  box-shadow: 0 20px 44px -28px rgba(42, 27, 15, 0.55);
}

.oba-newsletter__names {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.oba-newsletter__form label { min-width: 0; }

.oba-newsletter__form label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.oba-newsletter__email { min-width: 0; }

.oba-newsletter__form input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(42, 27, 15, 0.2);
  border-radius: 12px 4px 12px 4px;
  background: #fff;
  padding: 13px 14px;
  font-size: 15px;
  color: #2a1b0f;
}

.oba-newsletter__form input:focus {
  outline: 3px solid rgba(240, 171, 31, 0.3);
  border-color: #2a1b0f;
}

.oba-newsletter__form button {
  border: 0;
  background: #2a1b0f;
  color: #fff;
  padding: 0 22px;
  border-radius: 12px 4px 12px 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.oba-newsletter__form button:hover { background: #53351c; }
.oba-newsletter__form button:disabled { cursor: wait; opacity: 0.68; }

.oba-newsletter__hp {
  position: absolute;
  left: -9999px;
}

.oba-newsletter .oba-newsletter__status {
  display: none;
  grid-column: 1 / -1;
  max-width: none;
  margin: 2px 2px 0;
  font-size: 14px;
  line-height: 1.4;
}

.oba-newsletter .oba-newsletter__status:not(:empty) { display: block; }
.oba-newsletter__status.is-error { color: #8c241c; }
.oba-newsletter__status.is-success { color: #1e5a31; font-weight: 700; }

@media (max-width: 1100px) {
  .oba-events-showcase__grid,
  .oba-classifieds-market__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .oba-classifieds-market__footer,
  .oba-membership,
  .oba-events-showcase__header { grid-template-columns: 1fr; }

  .oba-directory-explorer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .oba-cards--three,
  .oba-cards--four,
  .oba-newsletter__inner { grid-template-columns: 1fr; }

  .oba-membership__grid,
  .oba-classified-pricing__cards,
  .oba-classifieds-market__grid,
  .oba-events-showcase__grid { grid-template-columns: 1fr 1fr; }

  .oba-directory-explorer__intro {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .oba-directory-explorer__map-body {
    min-height: 440px;
  }

  .oba-directory-explorer__honeycomb {
    height: 410px;
  }

  .oba-directory-explorer__producer {
    grid-template-columns: 74px 1fr;
  }

  .oba-directory-explorer__producer-image {
    width: 74px;
    height: 74px;
  }

  .oba-partner-strip__inner { width: min(100% - 28px, 1280px); }
  .oba-section__header,
  .oba-classifieds-market__header,
  .oba-events-showcase__header { grid-template-columns: 1fr; }

  .oba-section__link { grid-column: 1; grid-row: auto; }
  .oba-classifieds-market__actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .oba-section,
  .oba-membership,
  .oba-directory-teaser,
  .oba-directory-explorer,
  .oba-classifieds-market,
  .oba-events-showcase {
    width: min(100% - 28px, 1280px);
  }

  .oba-section--accent,
  .oba-section--soft,
  .oba-directory-teaser,
  .oba-events-showcase,
  .oba-classified-pricing,
  .oba-classified-steps { padding: 24px; }

  .oba-membership__grid,
  .oba-classified-pricing__cards,
  .oba-classifieds-market__grid,
  .oba-events-showcase__grid { grid-template-columns: 1fr; }

  .oba-directory-explorer__intro h2 {
    font-size: 30px;
  }

  .oba-directory-explorer__map-header,
  .oba-directory-explorer__list-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .oba-directory-explorer__map-body {
    min-height: 420px;
    padding: 104px 8px 10px;
  }

  .oba-directory-explorer__focus {
    top: 18px;
    left: 18px;
    right: 18px;
    min-width: 0;
    padding: 18px 20px;
  }

  .oba-directory-explorer__focus strong {
    font-size: 22px;
  }

  .oba-directory-explorer__honeycomb {
    height: 310px;
    overflow: hidden;
  }

  .oba-directory-explorer__region-pills {
    padding: 0 18px 18px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .oba-directory-explorer__region-pill {
    white-space: nowrap;
  }

  .oba-directory-explorer__search,
  .oba-directory-explorer__list-meta,
  .oba-directory-explorer__producer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .oba-directory-explorer__producer {
    grid-template-columns: 1fr;
  }

  .oba-directory-explorer__producer-image {
    width: 88px;
    height: 88px;
  }

  .oba-newsletter__inner {
    width: min(100% - 28px, 1280px);
    padding: 34px 0;
  }

  .oba-newsletter__form { grid-template-columns: 1fr; }
  .oba-newsletter__form button { min-height: 48px; }
  .oba-newsletter__names { grid-template-columns: 1fr; }
  .oba-classified-card { grid-template-columns: 1fr; }
  .oba-classified-card__media { min-height: 180px; }
}
/* Structured archive and single templates (Elementor Loop Builder) */
.oba-archive-shell,
.oba-single-shell {
  --oba-ink: #3b2416;
  --oba-brown: #6b3d1f;
  --oba-gold: #f2ae18;
  --oba-cream: #fff9ed;
  --oba-paper: #fffdf8;
}

.oba-archive-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: var(--oba-ink);
  color: #fff;
}

.post-type-archive-oba_news .elementor .oba-archive-hero {
  background-image:
    linear-gradient(90deg, rgba(42, 27, 15, .84) 0%, rgba(42, 27, 15, .58) 48%, rgba(42, 27, 15, .18) 100%),
    url('../images/news-archive-hero.jpg') !important;
  background-position: center, center 57%;
  background-repeat: no-repeat;
  background-size: cover !important;
}

/* High-resolution inner-page hero library. Major landing pages receive unique
   imagery; related child pages share a visual family intentionally. */
body.page-id-18 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/apiary-wide.jpg'); }
body.page-id-19 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/comb.jpg'); }
body.page-id-22 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/pollen.jpg'); }
body.page-id-24 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/flower-purple.jpg'); }
body.page-id-26 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/bee-closeup.jpg'); }
body.page-id-28 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/trillium.jpg'); }
body.page-id-29 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/hive-flight.jpg'); }
body.page-id-30 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/flower-blue.jpg'); }
body.page-id-102 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/wax.jpg'); }

body.page-id-27 .elementor .oba-el-inner-hero__stage,
body.page-id-32 .elementor .oba-el-inner-hero__stage,
body.page-id-33 .elementor .oba-el-inner-hero__stage,
body.page-id-34 .elementor .oba-el-inner-hero__stage,
body.page-id-178 .elementor .oba-el-inner-hero__stage,
body.page-id-181 .elementor .oba-el-inner-hero__stage,
body.page-id-182 .elementor .oba-el-inner-hero__stage,
body.page-id-183 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/trillium.jpg'); }

body.page-id-86 .elementor .oba-el-inner-hero__stage,
body.page-id-87 .elementor .oba-el-inner-hero__stage,
body.page-id-88 .elementor .oba-el-inner-hero__stage,
body.page-id-89 .elementor .oba-el-inner-hero__stage,
body.page-id-90 .elementor .oba-el-inner-hero__stage,
body.page-id-91 .elementor .oba-el-inner-hero__stage,
body.page-id-92 .elementor .oba-el-inner-hero__stage,
body.page-id-93 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/comb.jpg'); }

body.page-id-94 .elementor .oba-el-inner-hero__stage,
body.page-id-95 .elementor .oba-el-inner-hero__stage,
body.page-id-96 .elementor .oba-el-inner-hero__stage,
body.page-id-97 .elementor .oba-el-inner-hero__stage,
body.page-id-98 .elementor .oba-el-inner-hero__stage,
body.page-id-99 .elementor .oba-el-inner-hero__stage,
body.page-id-100 .elementor .oba-el-inner-hero__stage,
body.page-id-101 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/apiary-wide.jpg'); }

body.page-id-103 .elementor .oba-el-inner-hero__stage,
body.page-id-104 .elementor .oba-el-inner-hero__stage,
body.page-id-105 .elementor .oba-el-inner-hero__stage,
body.page-id-106 .elementor .oba-el-inner-hero__stage,
body.page-id-107 .elementor .oba-el-inner-hero__stage,
body.page-id-108 .elementor .oba-el-inner-hero__stage,
body.page-id-158 .elementor .oba-el-inner-hero__stage,
body.page-id-159 .elementor .oba-el-inner-hero__stage,
body.page-id-160 .elementor .oba-el-inner-hero__stage,
body.page-id-161 .elementor .oba-el-inner-hero__stage,
body.page-id-162 .elementor .oba-el-inner-hero__stage,
body.page-id-163 .elementor .oba-el-inner-hero__stage,
body.page-id-164 .elementor .oba-el-inner-hero__stage,
body.page-id-165 .elementor .oba-el-inner-hero__stage,
body.page-id-166 .elementor .oba-el-inner-hero__stage,
body.page-id-167 .elementor .oba-el-inner-hero__stage,
body.page-id-184 .elementor .oba-el-inner-hero__stage,
body.page-id-185 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/wax.jpg'); }

body.page-id-109 .elementor .oba-el-inner-hero__stage,
body.page-id-110 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/flower-blue.jpg'); }
body.page-id-111 .elementor .oba-el-inner-hero__stage,
body.page-id-179 .elementor .oba-el-inner-hero__stage,
body.page-id-180 .elementor .oba-el-inner-hero__stage { --oba-inner-hero: url('../images/heroes/flower-purple.jpg'); }

body.page .elementor .oba-el-inner-hero__stage[style*="--oba-inner-hero"],
body.page .elementor .oba-el-inner-hero__stage {
  background-position: center;
}

body.page-id-18 .elementor .oba-el-inner-hero__stage,
body.page-id-19 .elementor .oba-el-inner-hero__stage,
body.page-id-22 .elementor .oba-el-inner-hero__stage,
body.page-id-24 .elementor .oba-el-inner-hero__stage,
body.page-id-26 .elementor .oba-el-inner-hero__stage,
body.page-id-27 .elementor .oba-el-inner-hero__stage,
body.page-id-28 .elementor .oba-el-inner-hero__stage,
body.page-id-29 .elementor .oba-el-inner-hero__stage,
body.page-id-30 .elementor .oba-el-inner-hero__stage,
body.page-id-32 .elementor .oba-el-inner-hero__stage,
body.page-id-33 .elementor .oba-el-inner-hero__stage,
body.page-id-34 .elementor .oba-el-inner-hero__stage,
body.page-id-86 .elementor .oba-el-inner-hero__stage,
body.page-id-87 .elementor .oba-el-inner-hero__stage,
body.page-id-88 .elementor .oba-el-inner-hero__stage,
body.page-id-89 .elementor .oba-el-inner-hero__stage,
body.page-id-90 .elementor .oba-el-inner-hero__stage,
body.page-id-91 .elementor .oba-el-inner-hero__stage,
body.page-id-92 .elementor .oba-el-inner-hero__stage,
body.page-id-93 .elementor .oba-el-inner-hero__stage,
body.page-id-94 .elementor .oba-el-inner-hero__stage,
body.page-id-95 .elementor .oba-el-inner-hero__stage,
body.page-id-96 .elementor .oba-el-inner-hero__stage,
body.page-id-97 .elementor .oba-el-inner-hero__stage,
body.page-id-98 .elementor .oba-el-inner-hero__stage,
body.page-id-99 .elementor .oba-el-inner-hero__stage,
body.page-id-100 .elementor .oba-el-inner-hero__stage,
body.page-id-101 .elementor .oba-el-inner-hero__stage,
body.page-id-102 .elementor .oba-el-inner-hero__stage,
body.page-id-103 .elementor .oba-el-inner-hero__stage,
body.page-id-104 .elementor .oba-el-inner-hero__stage,
body.page-id-105 .elementor .oba-el-inner-hero__stage,
body.page-id-106 .elementor .oba-el-inner-hero__stage,
body.page-id-107 .elementor .oba-el-inner-hero__stage,
body.page-id-108 .elementor .oba-el-inner-hero__stage,
body.page-id-109 .elementor .oba-el-inner-hero__stage,
body.page-id-110 .elementor .oba-el-inner-hero__stage,
body.page-id-111 .elementor .oba-el-inner-hero__stage,
body.page-id-158 .elementor .oba-el-inner-hero__stage,
body.page-id-159 .elementor .oba-el-inner-hero__stage,
body.page-id-160 .elementor .oba-el-inner-hero__stage,
body.page-id-161 .elementor .oba-el-inner-hero__stage,
body.page-id-162 .elementor .oba-el-inner-hero__stage,
body.page-id-163 .elementor .oba-el-inner-hero__stage,
body.page-id-164 .elementor .oba-el-inner-hero__stage,
body.page-id-165 .elementor .oba-el-inner-hero__stage,
body.page-id-166 .elementor .oba-el-inner-hero__stage,
body.page-id-167 .elementor .oba-el-inner-hero__stage,
body.page-id-178 .elementor .oba-el-inner-hero__stage,
body.page-id-179 .elementor .oba-el-inner-hero__stage,
body.page-id-180 .elementor .oba-el-inner-hero__stage,
body.page-id-181 .elementor .oba-el-inner-hero__stage,
body.page-id-182 .elementor .oba-el-inner-hero__stage,
body.page-id-183 .elementor .oba-el-inner-hero__stage,
body.page-id-184 .elementor .oba-el-inner-hero__stage,
body.page-id-185 .elementor .oba-el-inner-hero__stage {
  background-image:
    linear-gradient(160deg, rgba(61,41,24,.2) 0%, rgba(42,27,15,.58) 76%),
    var(--oba-inner-hero) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* Main-navigation archives use the same full-bleed hero language. */
.post-type-archive-oba_producer .oba-producer-directory > .oba-directory-explorer__intro,
.post-type-archive-oba_classified .oba-classifieds-archive > .oba-classifieds-market__header {
  position: relative;
  width: 100vw;
  min-height: 460px;
  margin: -54px calc(50% - 50vw) 34px;
  padding: 54px max(32px, calc((100vw - 1280px) / 2));
  box-sizing: border-box;
  align-items: flex-end;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-type-archive-oba_producer .oba-producer-directory > .oba-directory-explorer__intro {
  display: flex;
  background-image: linear-gradient(90deg, rgba(42,27,15,.88), rgba(42,27,15,.32)), url('../images/heroes/flower-blue.jpg');
  background-position: center, center 48%;
}
.post-type-archive-oba_classified .oba-classifieds-archive > .oba-classifieds-market__header {
  background-image: linear-gradient(90deg, rgba(42,27,15,.9), rgba(42,27,15,.3)), url('../images/heroes/hive-flight.jpg');
  background-position: center, center 45%;
}
.post-type-archive-oba_producer .oba-directory-explorer__intro > div,
.post-type-archive-oba_classified .oba-classifieds-market__header > div {
  max-width: 720px;
  padding: 30px 34px;
  border-radius: 18px 18px 0 0;
  background: rgba(42,27,15,.9);
}
.post-type-archive-oba_producer .oba-directory-explorer__intro h1,
.post-type-archive-oba_classified .oba-classifieds-market__header h1,
.post-type-archive-oba_producer .oba-directory-explorer__intro p,
.post-type-archive-oba_classified .oba-classifieds-market__header p { color: #fff; }

.oba-archive-shell > .e-con-inner,
.oba-archive-hero > .e-con > .e-con-inner,
.oba-archive-grid > .e-con-inner {
  width: 100% !important;
  max-width: 1180px !important;
  min-width: 0;
}

.oba-archive-shell > .e-con-inner {
  max-width: none !important;
}

.oba-loop-card > .e-con-inner,
.oba-loop-card__body > .e-con-inner {
  width: 100% !important;
  min-width: 0;
}

.oba-archive-hero::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -118px;
  width: 330px;
  height: 330px;
  opacity: .13;
  background: repeating-conic-gradient(from 30deg, #f2ae18 0 60deg, transparent 0 120deg);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.oba-archive-hero .elementor-widget-heading,
.oba-archive-hero .elementor-widget-text-editor {
  position: relative;
  z-index: 1;
}

.oba-archive-hero .elementor-widget-heading .elementor-heading-title,
.oba-archive-hero .elementor-widget-text-editor {
  color: #fff !important;
}

.oba-loop-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(107, 61, 31, .14);
  border-radius: 18px;
  background: var(--oba-paper);
  box-shadow: 0 14px 35px rgba(59, 36, 22, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.oba-loop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(59, 36, 22, .14);
}

.oba-loop-card .elementor-widget-theme-post-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.oba-loop-card__body {
  min-height: 220px;
}

.oba-loop-card__eyebrow {
  color: var(--oba-brown);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.oba-loop-card .elementor-heading-title a,
.oba-loop-card .elementor-heading-title {
  color: var(--oba-ink) !important;
  text-decoration: none;
}

.oba-loop-card__eyebrow .elementor-heading-title,
.oba-loop-card__eyebrow {
  color: #b77505 !important;
}

.oba-loop-card__link a {
  color: var(--oba-brown);
  font-weight: 800;
  text-decoration: none;
}

.oba-loop-card__link .elementor-button {
  padding: 0;
  border: 0;
  background: transparent !important;
  color: var(--oba-brown) !important;
  box-shadow: none !important;
}

.oba-loop-card__link a:hover {
  color: #8a4f21;
}

.oba-archive-grid .elementor-loop-container {
  align-items: stretch;
}

.oba-archive-shell,
.oba-archive-grid,
.oba-loop-card {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.oba-archive-shell {
  overflow: hidden;
}

.oba-single-hero {
  background: var(--oba-cream);
  border-bottom: 1px solid rgba(107, 61, 31, .12);
}

.oba-single-hero .elementor-widget-theme-post-title .elementor-heading-title {
  color: var(--oba-ink) !important;
}

.oba-single-meta {
  color: var(--oba-brown);
  font-weight: 700;
}

.oba-single-content {
  color: #4e4038;
  font-size: 1.08rem;
  line-height: 1.78;
}

.oba-single-sidebar {
  border-radius: 18px;
  background: var(--oba-cream);
  border: 1px solid rgba(107, 61, 31, .12);
}

.oba-single-back a {
  color: var(--oba-brown);
  font-weight: 800;
}

.oba-single-back .elementor-button,
.oba-single-sidebar .elementor-button {
  border-radius: 999px;
  background: var(--oba-brown) !important;
  color: #fff !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .oba-archive-hero::after {
    right: -130px;
  }

  .oba-archive-hero > .e-con,
  .oba-archive-hero > .e-con > .e-con-inner,
  .oba-archive-hero .elementor-widget-text-editor,
  .oba-archive-grid .elementor-widget-loop-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .oba-loop-card__body {
    min-height: 0;
  }
}

/* Data-driven archive and submission workflows. */
.oba-workflow-page__inner,
.oba-classified-submission {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.oba-workflow-page__inner { padding: 54px 0 70px; }
.oba-classifieds-archive,
.oba-producer-directory { width: 100%; }
.oba-classifieds-archive h1,
.oba-producer-directory h1,
.oba-classified-submission h1 {
  margin: 8px 0 12px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}

.oba-directory-search-form {
  display: grid;
  grid-template-columns: minmax(240px, 1.6fr) minmax(190px, .8fr) auto auto;
  align-items: end;
  gap: 14px;
  margin: 30px 0 20px;
  padding: 20px;
  border: 1px solid rgba(42,27,15,.09);
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 0 18px 40px -30px rgba(42,27,15,.25);
}
.oba-directory-search-form label,
.oba-classified-form label {
  display: grid;
  gap: 7px;
  color: #4a3422;
  font-size: 12px;
  font-weight: 800;
}
.oba-directory-search-form input,
.oba-directory-search-form select,
.oba-classified-form input,
.oba-classified-form select,
.oba-classified-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  box-sizing: border-box;
  border: 1px solid rgba(42,27,15,.16);
  border-radius: 12px;
  background: #fff;
  color: #2a1b0f;
  font: inherit;
}
.oba-classified-form textarea { min-height: 170px; resize: vertical; }
.oba-directory-search-form input:focus,
.oba-directory-search-form select:focus,
.oba-classified-form input:focus,
.oba-classified-form select:focus,
.oba-classified-form textarea:focus {
  outline: 3px solid rgba(240,171,31,.24);
  border-color: #d38b0a;
}
.oba-directory-results-summary { color: #7a6450; font-weight: 700; }
.oba-member-directory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.oba-member-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(42,27,15,.09);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 16px 34px -28px rgba(42,27,15,.28);
}
.oba-member-card__mark { color: #d38b0a; font-size: 14px; }
.oba-member-card h2 { margin: 0 0 5px; font-size: 17px; line-height: 1.2; }
.oba-member-card p { margin: 0; color: #7a6450; font-size: 13px; }
.oba-producer-directory__grid { margin-top: 20px; }
.oba-producer-card .oba-card__eyebrow,
.oba-producer-card .oba-card__link { margin-left: 26px; margin-right: 26px; }
.oba-producer-card .oba-card__link + .oba-card__link { margin-top: 8px; }

/* Producer directory: compact cards with the same no-image language as classifieds. */
.oba-honeycomb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4a2f1d;
  background-image: url('https://ontariobee.oliodigitallabs.com/wp-content/themes/oba-elementor-child/assets/oba-hex-pattern.svg');
  background-position: center;
  background-repeat: repeat;
  background-size: 64px 112px;
}
.oba-producer-directory__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.oba-producer-card { border-radius: 18px; padding-bottom: 18px; }
.oba-producer-card .oba-card__media { aspect-ratio: 2 / 1; }
.oba-producer-card .oba-card__eyebrow { margin-top: 15px; }
.oba-producer-card h3 { font-size: 18px; line-height: 1.18; }
.oba-producer-card p { font-size: 13px; line-height: 1.45; }
.oba-producer-card .oba-card__eyebrow,
.oba-producer-card .oba-card__link { margin-left: 18px; margin-right: 18px; }
.oba-producer-card .oba-card__link { min-height: 40px; margin-top: 13px; padding: 0 15px; }
.oba-directory-search-form .oba-pill-btn[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
}
.oba-directory-explorer.is-loading .oba-directory-explorer__list { opacity: .55; }

@media (max-width: 1100px) {
  .oba-producer-directory__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .oba-producer-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .oba-producer-directory__grid { grid-template-columns: 1fr; }
}
.oba-pagination { margin-top: 30px; }
.oba-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.oba-pagination a,
.oba-pagination span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  padding: 0 9px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  font-weight: 800;
}
.oba-pagination .current { background: #2a1b0f; color: #fff; }
.oba-classified-submission { padding: 52px 0 72px; }
.oba-classified-form {
  margin-top: 28px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(42,27,15,.09);
  border-radius: 28px;
  background: #fffdf8;
  box-shadow: 0 22px 50px -34px rgba(42,27,15,.3);
}
.oba-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.oba-form-full { margin-top: 18px; }
.oba-classified-form small { color: #7a6450; font-weight: 500; }
.oba-package-picker { margin: 0 0 24px; padding: 0; border: 0; }
.oba-package-picker legend { margin-bottom: 12px; color: #4a3422; font-weight: 900; }
.oba-package-picker__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.oba-package-option { position: relative; display: block !important; min-width: 0; cursor: pointer; }
.oba-package-option input { position: absolute; opacity: 0; pointer-events: none; }
.oba-package-option__content { display: grid; gap: 7px; height: 100%; padding: 20px; box-sizing: border-box; border: 2px solid rgba(42,27,15,.12); border-radius: 18px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.oba-package-option__content strong { font-size: 18px; color: #2a1b0f; }
.oba-package-option__content span { color: #6b3d1f; font-size: 13px; font-weight: 700; }
.oba-package-option__content em { width: fit-content; padding: 5px 9px; border-radius: 999px; background: #f0ab1f; color: #2a1b0f; font-size: 11px; font-style: normal; font-weight: 900; }
.oba-package-option input:checked + .oba-package-option__content { border-color: #d38b0a; box-shadow: 0 0 0 4px rgba(240,171,31,.18); transform: translateY(-2px); }
.oba-package-option input:focus-visible + .oba-package-option__content { outline: 3px solid rgba(240,171,31,.35); outline-offset: 3px; }
.oba-package-picker > p { margin: 12px 0 0; color: #7a6450; font-size: 13px; }
.oba-classified-card__media { position: relative; }
.oba-classified-card__featured { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 7px 11px; border-radius: 999px; background: #f0ab1f; color: #2a1b0f; box-shadow: 0 5px 14px rgba(42,27,15,.18); font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.oba-classified-card.is-featured { border-color: rgba(211,139,10,.55); box-shadow: 0 20px 45px -27px rgba(107,61,31,.5); }
.oba-form-consent { display: flex !important; grid-template-columns: auto 1fr; align-items: start; margin: 20px 0; }
.oba-form-consent input { width: 20px; min-height: 20px; margin: 0; }
.oba-form-notice { margin: 22px 0; padding: 18px 20px; border-radius: 16px; }
.oba-form-notice--success { background: #e2efd0; color: #355018; }
.oba-form-notice--error { background: #fde3dc; color: #7f2f20; }
.oba-classified-card[hidden] { display: none; }
.oba-classifieds-market__empty { padding: 24px; color: #7a6450; }
.oba-classified-contact {
  margin-top: 30px;
  padding: 24px;
  border-radius: 20px;
  background: #fff7e7;
  border: 1px solid rgba(42,27,15,.1);
}
.oba-classified-contact h2 { margin: 0 0 14px; }
.oba-classified-contact dl { display: grid; gap: 10px; margin: 0; }
.oba-classified-contact dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; }
.oba-classified-contact dt { color: #7a6450; font-weight: 800; }
.oba-classified-contact dd { margin: 0; overflow-wrap: anywhere; }
.oba-classified-contact a { color: #6b3d1f; font-weight: 700; text-decoration: underline; }

/* Global 70/30 inner-page layout. Elementor's stored document stays intact. */
.oba-context-layout.elementor {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
  column-gap: clamp(22px, 3vw, 38px);
  row-gap: 26px;
  align-items: start;
}
.oba-context-layout.elementor > .oba-el-inner-hero,
.oba-context-layout.elementor > .oba-el-inner-hero__stage {
  grid-column: 1 / -1;
  width: 100vw;
  max-width: none;
  min-width: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.oba-context-layout.elementor > .e-con.e-parent:not(.oba-el-inner-hero):not(.oba-el-inner-hero__stage) {
  grid-column: 1;
  width: 100%;
  min-width: 0;
  --content-width: 100%;
}
.oba-context-layout.elementor > .e-con.e-parent:not(.oba-el-inner-hero):not(.oba-el-inner-hero__stage) > .e-con-inner { width: 100%; max-width: 100%; }
.oba-context-sidebar {
  grid-column: 2;
  grid-row: 2 / span 99;
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 0 0 52px;
}
.oba-side-card {
  --side-bg: #fffdf8;
  --side-fg: #2a1b0f;
  --side-muted: #4a3422;
  --side-accent: #d38b0a;
  position: relative;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(42,27,15,.09);
  border-radius: 22px;
  background: var(--side-bg);
  color: var(--side-fg);
  box-shadow: 0 20px 44px -30px rgba(42,27,15,.36);
}
.oba-side-card::after {
  content: '';
  position: absolute;
  width: 92px;
  height: 106px;
  top: -55px;
  right: -38px;
  background: var(--side-accent);
  opacity: .12;
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
}
.oba-side-card--classifieds { --side-bg: #3f5c20; --side-fg: #fffdf8; --side-muted: rgba(255,255,255,.76); --side-accent: #f0ab1f; }
.oba-side-card--donate { --side-bg: #f0ab1f; --side-accent: #fffdf8; }
.oba-side-card--membership { --side-bg: #e6f0f5; --side-accent: #2c77a3; }
.oba-side-card__kicker { position: relative; z-index: 1; margin-bottom: 12px; color: var(--side-accent); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.oba-side-card--donate .oba-side-card__kicker { color: #60400d; }
.oba-side-card h2 { position: relative; z-index: 1; margin: 0 0 12px; color: var(--side-fg); font-size: clamp(21px, 2vw, 27px); line-height: 1.08; letter-spacing: -.025em; }
.oba-side-card p { margin: 0 0 17px; color: var(--side-muted); font-size: 14px; line-height: 1.65; }
.oba-side-list { margin: 0 0 17px; padding: 0; list-style: none; }
.oba-side-list li { display: grid; gap: 4px; padding: 12px 0; border-top: 1px solid rgba(42,27,15,.1); }
.oba-side-list li:first-child { padding-top: 5px; border-top: 0; }
.oba-side-card--classifieds .oba-side-list li { border-top-color: rgba(255,255,255,.14); }
.oba-side-list time,
.oba-side-list li > span { color: var(--side-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.oba-side-list a { color: var(--side-fg); font-size: 14px; font-weight: 700; line-height: 1.35; }
.oba-side-list strong { color: var(--side-accent); font-size: 13px; }
.oba-side-card__link { display: inline-flex; gap: 7px; color: var(--side-fg); font-size: 13px; font-weight: 800; }
.oba-side-card__button { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 0 17px; border-radius: 999px; background: #2a1b0f; color: #fffdf8; font-size: 12px; font-weight: 800; text-align: center; }
.oba-side-card__actions { display: grid; justify-items: start; gap: 14px; }

@media (max-width: 980px) {
  .oba-context-layout.elementor { grid-template-columns: minmax(0, 1fr); }
  .oba-context-layout.elementor > .e-con.e-parent,
  .oba-context-sidebar { grid-column: 1; }
  .oba-context-sidebar { grid-row: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oba-directory-search-form { grid-template-columns: 1fr 1fr; }
  .oba-member-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .oba-package-picker__grid { grid-template-columns: 1fr; }
  .oba-context-layout.elementor,
  .oba-workflow-page__inner,
  .oba-classified-submission { width: min(100% - 28px, 1280px); }
  .oba-context-layout.elementor .oba-el-inner-hero__copy {
    width: calc(100vw - 96px) !important;
    max-width: calc(100vw - 96px) !important;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
  }
  .oba-context-sidebar,
  .oba-form-grid,
  .oba-directory-search-form,
  .oba-member-directory__grid { grid-template-columns: minmax(0, 1fr); }
  .oba-side-card { padding: 22px; }
}
