/*
Theme Name: OBA Elementor Base
Theme URI: https://ontariobee.oliodigitallabs.com
Author: Olio Digital Labs
Description: Minimal Elementor-friendly theme for the Ontario Beekeepers' Association staging build.
Version: 0.1.19
Text Domain: oba-elementor-base
*/

:root {
  --oba-cream: #faf3e6;
  --oba-cream-2: #f4e9d2;
  --oba-paper: #fffbf1;
  --oba-ink: #2a1b0f;
  --oba-ink-2: #4a3422;
  --oba-muted: #7a6450;
  --oba-gold: #f0ab1f;
  --oba-gold-deep: #d38b0a;
  --oba-gold-soft: #ffe0a0;
  --oba-green: #5e832f;
  --oba-green-deep: #3f5c20;
  --oba-blue: #2c77a3;
  --oba-blue-deep: #1b5478;
  --oba-line: rgba(42, 27, 15, 0.12);
  --oba-radius: 22px;
  --oba-shadow: 0 18px 40px -22px rgba(42, 27, 15, 0.28);
}

/* Ensure the All About Honey hero cannot fall back to its former wax image. */
.elementor-102 .elementor-element.elementor-element-1cb776a.oba-el-inner-hero__stage {
  background-image: url("https://ontariobee.oliodigitallabs.com/wp-content/uploads/2026/08/all-about-honey-hero-20260826.png?v=2") !important;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--oba-cream);
  color: var(--oba-ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.oba-shell { min-height: 100vh; display: flex; flex-direction: column; }
.oba-main { flex: 1 1 auto; }
.oba-container { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }

.oba-topbar {
  background: var(--oba-ink);
  color: rgba(255,255,255,.88);
  font-size: 12px;
}
.oba-topbar__inner,
.oba-header__inner,
.oba-footer__inner,
.oba-footer__bottom {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}
.oba-topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
}
.oba-topbar__notice { display: flex; align-items: center; gap: 10px; min-width: 0; transition: color .18s ease; }
.oba-topbar__notice:hover { color: #fff; }
.oba-topbar__notice strong { color: var(--oba-gold); font-weight: 600; }
.oba-topbar__dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--oba-gold); flex: 0 0 auto;
  box-shadow: 0 0 0 0 rgba(240,171,31,.55); animation: obaPulse 2s infinite;
}
@keyframes obaPulse {
  0% { box-shadow: 0 0 0 0 rgba(240,171,31,.45); }
  70% { box-shadow: 0 0 0 8px rgba(240,171,31,0); }
  100% { box-shadow: 0 0 0 0 rgba(240,171,31,0); }
}
.oba-topbar__menu,
.oba-header__actions,
.oba-nav__menu,
.oba-footer__menus { display: flex; align-items: center; gap: 18px; }

.oba-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,243,230,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
}
.admin-bar .oba-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .oba-header { top: 46px; } }
.oba-header.is-scrolled { border-bottom-color: var(--oba-line); }
.oba-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 78px;
}
.oba-brand img { height: 54px; width: auto; display: block; }
.oba-nav { justify-self: center; }
.oba-nav__menu,
.oba-topbar__menu,
.oba-footer__column ul,
.oba-footer__legal { list-style: none; margin: 0; padding: 0; }
.oba-nav__menu li,
.oba-topbar__menu li,
.oba-footer__legal li { position: relative; }
.oba-nav__menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 4px;
  color: var(--oba-ink-2);
  font-size: 14px;
  font-weight: 600;
}
.oba-nav__menu .menu-item-has-children > a::after {
  content: '▾'; font-size: 10px; opacity: .55;
}
.oba-nav__menu .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 220px;
  padding: 8px;
  margin: 0;
  background: var(--oba-paper);
  border: 1px solid var(--oba-line);
  border-radius: 16px;
  box-shadow: 0 16px 36px -20px rgba(42,27,15,.3);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: .18s ease;
}
.oba-nav__menu li:hover > .sub-menu,
.oba-nav__menu li:focus-within > .sub-menu {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}
.oba-nav__menu .sub-menu a {
  display: block; padding: 10px 12px; border-radius: 10px; font-size: 13px;
}
.oba-nav__menu .sub-menu a:hover { background: var(--oba-cream-2); }

.oba-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: 0 12px 28px -22px rgba(42, 27, 15, 0.35);
  transition: .18s ease;
}
.oba-btn--gold { background: var(--oba-gold); color: var(--oba-ink); }
.oba-btn--gold:hover { background: var(--oba-gold-deep); color: #fff; }
.oba-btn--ghost {
  border-color: rgba(42,27,15,.08);
  background: rgba(255,255,255,.76);
  color: var(--oba-ink);
}
.oba-btn--ghost:hover { background: var(--oba-paper); }
.oba-icon-btn {
  width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; color: var(--oba-ink-2);
}
.oba-icon-btn:hover { background: var(--oba-cream-2); }

.oba-mobile-toggle { display: none; }

.oba-page-content { width: 100%; }
.oba-page-content > .elementor { background: transparent; }

.oba-inner-hero {
  width: min(1280px, calc(100% - 48px));
  margin: 28px auto 20px;
  padding: 46px 48px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255,247,227,.95), rgba(250,243,230,.88)),
    radial-gradient(circle at top right, rgba(240,171,31,.18), transparent 35%),
    linear-gradient(160deg, #fff8ea 0%, #f3e5c8 100%);
  box-shadow: 0 24px 56px -28px rgba(42, 27, 15, 0.24);
}
.oba-inner-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  color: var(--oba-green-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.oba-inner-hero__eyebrow::before {
  content: '';
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
  background: var(--oba-gold);
}
.oba-inner-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(40px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.04em;
}
.oba-inner-hero p {
  margin: 0;
  max-width: 720px;
  color: var(--oba-ink-2);
  font-size: 17px;
  line-height: 1.7;
}
.oba-inner-content {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 46px;
  display: grid;
  gap: 26px;
}
.oba-inner-copy {
  padding: 34px 38px;
  border-radius: 26px;
  background: #fffdf8;
  border: 1px solid rgba(42,27,15,.08);
  box-shadow: 0 18px 40px -26px rgba(42,27,15,.18);
}
.oba-inner-copy h2,
.oba-inner-copy h3 {
  margin: 0 0 12px;
  color: var(--oba-ink);
}
.oba-inner-copy p {
  margin: 0 0 16px;
  color: var(--oba-ink-2);
  line-height: 1.8;
}
.oba-inner-copy p:last-child { margin-bottom: 0; }
.oba-inner-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.oba-inner-card {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(42,27,15,.08);
  box-shadow: 0 18px 40px -26px rgba(42,27,15,.18);
}
.oba-inner-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--oba-gold-deep);
  margin-bottom: 12px;
}
.oba-inner-card__eyebrow::before {
  content: '';
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
  background: var(--oba-gold);
}
.oba-inner-card h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.08; }
.oba-inner-card p { margin: 0; color: var(--oba-ink-2); line-height: 1.7; }

.oba-ported-copy h2,
.oba-ported-copy h3 {
  color: var(--oba-ink);
  margin: 1.7em 0 .55em;
  line-height: 1.15;
}
.oba-ported-copy h2:first-child,
.oba-ported-copy h3:first-child { margin-top: 0; }
.oba-ported-copy p,
.oba-ported-copy li { color: var(--oba-ink-2); line-height: 1.75; }
.oba-ported-copy a { color: var(--oba-blue-deep); text-decoration: underline; text-underline-offset: 3px; }
.oba-ported-copy img { border-radius: 18px; margin: 18px 0; }
.oba-membee-shell {
  margin: 30px 0 18px;
  padding: 24px;
  min-height: 180px;
  border: 1px solid var(--oba-line);
  border-radius: 20px;
  background: #fff;
  overflow: auto;
}
.oba-form-note {
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--oba-cream-2);
  font-size: 14px;
}
.oba-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}
.oba-link-grid a {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--oba-line);
  border-radius: 18px;
  background: #fff;
  color: var(--oba-ink);
  text-decoration: none;
  transition: .18s ease;
}
.oba-link-grid a:hover { transform: translateY(-2px); box-shadow: var(--oba-shadow); }
.oba-link-grid span { color: var(--oba-gold-deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.oba-link-grid strong { font-size: 20px; line-height: 1.2; }
.oba-link-grid small { color: var(--oba-blue-deep); font-weight: 700; }
@media (max-width: 700px) { .oba-link-grid { grid-template-columns: 1fr; } }

.oba-footer {
  position: relative;
  background: var(--oba-ink);
  color: rgba(255,255,255,.86);
  margin-top: 0;
}
.oba-footer__inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) 2fr;
  gap: 72px;
  padding: 80px 0 44px;
}
.oba-footer__about p { color: rgba(255,255,255,.68); line-height: 1.7; font-size: 14px; }
.oba-footer__contact { margin-top: 28px; display: grid; gap: 12px; font-size: 13.5px; }
.oba-footer__menus { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; align-items: start; }
.oba-footer__column h4 {
  margin: 0 0 14px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.oba-footer__column ul { display: grid; gap: 10px; }
.oba-footer__column a { color: rgba(255,255,255,.68); font-size: 13px; }
.oba-footer__column a:hover { color: var(--oba-gold); }
.oba-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.56);
  font-size: 12px;
}
.oba-footer__legal { display: flex; flex-wrap: wrap; gap: 18px; }

.oba-hex-dot {
  width: 10px; height: 10px; display: inline-block;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--oba-gold);
}

@media (max-width: 1100px) {
  .oba-nav { display: none; }
  .oba-mobile-toggle { display: inline-flex; }
  .oba-header__inner { grid-template-columns: auto 1fr auto; }
}
@media (max-width: 900px) {
  .oba-footer__inner { grid-template-columns: 1fr; gap: 42px; }
  .oba-footer__menus { grid-template-columns: repeat(2, 1fr); }
}

.oba-hero {
  width: 100%;
  margin: 0 auto;
  padding: 56px 0 46px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #fdf6ea 0%, #faf3e6 100%);
}
.oba-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("assets/oba-hex-pattern-light.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 86.603px 150px;
  pointer-events: none;
}
.oba-hero__grid {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, .92fr);
  gap: 36px;
  align-items: center;
}
@media (max-width: 720px) {
  .oba-topbar__notice-lead { display: none; }
}
.oba-hero__content { max-width: 620px; padding-right: 10px; }
.oba-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(42,27,15,.08);
  color: var(--oba-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.oba-hero__eyebrow::before {
  content: '';
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
  background: var(--oba-gold);
}
.oba-hero__title {
  margin: 0 0 24px;
  font-size: clamp(52px, 6.6vw, 78px);
  line-height: .91;
  letter-spacing: -.06em;
}
.oba-hero__title .oba-highlight {
  position: static;
  display: inline;
  margin-right: 0;
}
.oba-hero__title .oba-highlight::after { display: none; }
.oba-hero__text {
  max-width: 560px;
  color: var(--oba-ink-2);
  font-size: 17px;
  line-height: 1.75;
}
.oba-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
  align-items: center;
  margin-top: 30px;
}
.oba-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--oba-ink-2);
  font-size: 15px;
  font-weight: 600;
}
.oba-hero__stats {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 560px;
}
.oba-hero__stats div {
  border-left: 2px solid rgba(208, 154, 26, .8);
  padding-left: 14px;
}
.oba-hero__stats strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.03em;
}
.oba-hero__stats span {
  display: block;
  margin-top: 8px;
  color: var(--oba-muted);
  font-size: 12px;
  line-height: 1.35;
}
.oba-hero__visual {
  position: relative;
  min-height: 580px;
  transform: translateY(8px);
}
.oba-hero__hex,
.oba-hero__hex-note,
.oba-hero__hex-accent {
  position: absolute;
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
}
.oba-hero__hex {
  overflow: hidden;
  box-shadow: 0 26px 56px -34px rgba(42,27,15,.36);
}
.oba-hero__hex img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oba-hero__hex--main {
  width: 312px;
  height: 354px;
  top: 42px;
  left: 88px;
}
.oba-hero__hex--top {
  width: 176px;
  height: 202px;
  top: 4px;
  right: 32px;
}
.oba-hero__hex--mid {
  width: 188px;
  height: 216px;
  top: 248px;
  right: 146px;
}
.oba-hero__hex--bottom {
  width: 216px;
  height: 246px;
  top: 304px;
  right: 8px;
}
.oba-hero__hex-note {
  width: 150px;
  height: 170px;
  top: 334px;
  left: 114px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--oba-gold);
  color: var(--oba-ink);
  text-align: center;
  box-shadow: 0 24px 42px -30px rgba(42,27,15,.45);
}
.oba-hero__hex-note strong { font-size: 22px; line-height: 1; }
.oba-hero__hex-note span { font-size: 22px; font-weight: 700; line-height: 1; }
.oba-hero__hex-note small { font-size: 12px; line-height: 1.3; max-width: 92px; }
.oba-hero__hex-accent { background: var(--oba-green); }
.oba-hero__hex-accent--green {
  width: 62px;
  height: 72px;
  top: 72px;
  left: 62px;
}
.oba-hero__hex-accent--gold {
  width: 52px;
  height: 60px;
  top: 18px;
  right: -10px;
  background: var(--oba-gold);
}
.oba-hero__hex-accent--blue {
  width: 52px;
  height: 60px;
  bottom: 8px;
  left: 286px;
  background: var(--oba-blue);
}
@media (max-width: 980px) {
  .oba-hero__grid,
  .oba-inner-card-grid { grid-template-columns: 1fr; }
  .oba-hero__content { max-width: none; }
  .oba-hero__visual {
    min-height: 460px;
    max-width: 520px;
  }
}

/* Native Elementor interior-page cards. Elementor 4 currently ignores the
   imported child-container width control, so the reusable class preserves the
   intended responsive grid while keeping every card editable as a container. */
.elementor .oba-el-card-grid > .e-con-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.elementor .oba-el-card {
  width: calc((100% - 44px) / 3);
  flex: 0 0 calc((100% - 44px) / 3);
}

/* Each editorial page gets one cohesive card treatment. The page-level theme
   rotates between sections of the site, while cards sitting together retain
   the same palette, silhouette and heading cue. */
.elementor .oba-el-card-grid .oba-el-card {
  --oba-page-card-bg: #fff9ec;
  --oba-page-card-border: rgba(211,139,10,.2);
  --oba-page-card-accent: var(--oba-gold);
  --oba-page-card-heading: #76502f;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--oba-page-card-border);
  border-top: 5px solid var(--oba-page-card-accent);
  border-radius: 22px;
  background-color: var(--oba-page-card-bg) !important;
  box-shadow: 0 20px 44px -32px rgba(42,27,15,.34);
  transition: transform .2s ease, box-shadow .2s ease;
}
.elementor .oba-el-card-grid .oba-el-card::after {
  content: '';
  position: absolute;
  width: 82px;
  height: 94px;
  top: -50px;
  right: -34px;
  background: var(--oba-page-card-accent);
  opacity: .11;
  pointer-events: none;
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
}
.elementor .oba-el-card-grid .oba-el-card .elementor-widget:first-child .elementor-heading-title {
  color: var(--oba-page-card-heading);
}
.oba-card-theme--green .elementor .oba-el-card-grid .oba-el-card {
  --oba-page-card-bg: #f3f7eb;
  --oba-page-card-border: rgba(94,131,47,.2);
  --oba-page-card-accent: var(--oba-green);
  --oba-page-card-heading: #3f5c20;
}
.oba-card-theme--blue .elementor .oba-el-card-grid .oba-el-card {
  --oba-page-card-bg: #edf6f8;
  --oba-page-card-border: rgba(33,103,118,.18);
  --oba-page-card-accent: #287b8d;
  --oba-page-card-heading: #216776;
}
.oba-card-theme--brown .elementor .oba-el-card-grid .oba-el-card {
  --oba-page-card-bg: #f3e8d8;
  --oba-page-card-border: rgba(91,56,29,.16);
  --oba-page-card-accent: #76502f;
  --oba-page-card-heading: #5b381d;
}

/* Green pages use a strong editorial rail and offset corners. */
.oba-card-theme--green .elementor .oba-el-card-grid .oba-el-card {
  border-top-width: 1px;
  border-left: 6px solid var(--oba-page-card-accent);
  border-radius: 8px 24px 24px 8px;
}
.oba-card-theme--green .elementor .oba-el-card-grid .oba-el-card::after {
  width: 116px;
  height: 116px;
  top: auto;
  right: -58px;
  bottom: -61px;
  opacity: .09;
}

/* Blue pages use a quieter inset, clipped field-note panel. */
.oba-card-theme--blue .elementor .oba-el-card-grid .oba-el-card {
  border-top-width: 1px;
  border-radius: 24px 8px 24px 24px;
  box-shadow: inset 0 5px 0 var(--oba-page-card-accent), 0 20px 44px -32px rgba(42,27,15,.34);
}
.oba-card-theme--blue .elementor .oba-el-card-grid .oba-el-card::after {
  width: 68px;
  height: 78px;
  top: -40px;
  right: -27px;
  opacity: .16;
}

/* A small eyebrow rule gives every card in a group the same editorial cue. */
.elementor .oba-el-card-grid .oba-el-card .elementor-widget:first-child::before {
  content: '';
  display: block;
  width: 38px;
  height: 4px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: var(--oba-page-card-accent);
}
.oba-card-theme--brown .elementor .oba-el-card-grid .oba-el-card {
  border-top-width: 1px;
  border-radius: 7px 25px 7px 25px;
  box-shadow: inset 0 5px 0 var(--oba-page-card-accent), 0 20px 44px -32px rgba(42,27,15,.34);
}
.oba-card-theme--brown .elementor .oba-el-card-grid .oba-el-card .elementor-widget:first-child::before {
  width: 22px;
  height: 8px;
  border-radius: 2px 999px 999px 2px;
}
.elementor .oba-el-card-grid .oba-el-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -24px rgba(42,27,15,.35);
}

.oba-search-hero {
  padding: 72px 24px 68px;
  color: #fff;
  background-color: #4a2d19;
  background-image: linear-gradient(90deg, rgba(42,27,15,.92), rgba(42,27,15,.62)), url('assets/oba-hex-pattern.svg');
  background-size: auto, 86px auto;
}
.oba-search-hero__inner,
.oba-search-main { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.oba-search-hero__inner { max-width: 1180px; }
.oba-search-hero__kicker { color: var(--oba-gold); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.oba-search-hero h1 { margin: 10px 0 12px; color: #fff; font-size: clamp(42px, 6vw, 76px); line-height: .98; }
.oba-search-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.84); font-size: 18px; }
.oba-site-search-form { display: flex; gap: 10px; max-width: 780px; margin-top: 30px; }
.oba-site-search-form input[type="search"] { min-width: 0; flex: 1; padding: 16px 19px; border: 2px solid transparent; border-radius: 999px; background: #fff; color: var(--oba-ink); font: inherit; }
.oba-site-search-form input[type="search"]:focus { border-color: var(--oba-gold); outline: none; }
.oba-site-search-form button { padding: 0 27px; border: 0; border-radius: 999px; background: var(--oba-gold); color: var(--oba-ink); font: inherit; font-weight: 800; cursor: pointer; }
.oba-search-main { padding-block: 54px 72px; }
.oba-search-summary { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 24px; }
.oba-search-summary h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); }
.oba-search-summary p { margin: 0; color: var(--oba-muted); }
.oba-search-results { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.oba-search-result { display: flex; flex-direction: column; min-height: 250px; padding: 27px; border-radius: 24px 8px 24px 8px; background: #fffdf8; border-top: 5px solid var(--oba-gold); box-shadow: 0 16px 36px -28px rgba(42,27,15,.45); }
.oba-search-result:nth-child(3n + 2) { background: #f3f7eb; border-top-color: var(--oba-green); }
.oba-search-result:nth-child(3n) { background: #edf6f8; border-top-color: #287b8d; }
.oba-search-result__type { color: var(--oba-gold-deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.oba-search-result h2 { margin: 12px 0 13px; font-size: 24px; line-height: 1.1; }
.oba-search-result h2 a { color: var(--oba-ink); text-decoration: none; }
.oba-search-result p { margin: 0 0 20px; color: var(--oba-ink-2); line-height: 1.65; }
.oba-search-result__link { margin-top: auto; color: var(--oba-blue-deep); font-weight: 800; text-decoration: none; }
.oba-search-empty { padding: 38px; border-radius: 24px; background: var(--oba-paper); text-align: center; }
.oba-search-pagination { margin-top: 36px; }
.oba-search-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.oba-search-pagination .page-numbers { padding: 9px 14px; border-radius: 999px; background: #fff; color: var(--oba-ink); text-decoration: none; }
.oba-search-pagination .current { background: var(--oba-gold); font-weight: 800; }

.elementor .oba-el-inner-hero__stage > .e-con-inner {
  width: 100%;
  max-width: 1280px;
  min-width: 0;
  height: 100%;
  min-height: inherit;
  margin-right: auto;
  margin-left: auto;
  align-items: flex-start;
  justify-content: flex-end;
}
.elementor .oba-el-inner-hero__stage {
  --padding-left: 40px;
  --padding-right: 40px;
}
.elementor .oba-el-inner-hero__copy {
  --width: 100% !important;
  width: 100% !important;
  max-width: min(720px, 100%);
  min-width: 0;
  flex: 0 1 auto;
  margin-top: auto;
  gap: 0;
  box-sizing: border-box;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.elementor .oba-el-inner-hero__copy > .e-con-inner {
  width: 100%;
  max-width: 100%;
}
.elementor .oba-el-inner-hero__copy > .e-con-inner > .elementor-element {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.elementor .oba-el-inner-hero__copy .elementor-widget {
  margin: 0;
}
.elementor .oba-el-inner-hero__copy .elementor-widget-heading + .elementor-widget-heading {
  margin-top: 10px;
}
.elementor .oba-el-inner-hero__copy .elementor-widget-text-editor:last-child {
  margin-top: 14px;
}
.elementor .oba-el-inner-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.elementor .oba-el-inner-hero__tags span {
  display: inline-flex;
  padding: 5px 11px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.elementor .oba-el-inner-hero__eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.elementor .oba-el-inner-hero__eyebrow .elementor-heading-title::before,
.elementor .oba-el-inner-hero__meta span::before {
  content: '';
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--oba-gold);
}
.elementor .oba-el-inner-hero__meta-bar > .e-con-inner {
  justify-content: flex-start;
}
.elementor .oba-el-inner-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.elementor .oba-el-inner-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--oba-ink);
  font-size: 13px;
  font-weight: 600;
}
.elementor .oba-el-inner-hero__stage--fallback {
  background-color: #2a1b0f;
  background-image:
    linear-gradient(160deg, rgba(61,41,24,.28) 0%, rgba(42,27,15,.58) 70%),
    url("assets/oba-hex-pattern.svg");
  background-position: center, center top;
  background-repeat: no-repeat, repeat;
  background-size: cover, 138.564px 240px;
}

/* Structured Elementor archives use the same no-image hero treatment as
   informational inner pages while retaining editable archive copy. */
.elementor .oba-archive-hero {
  min-height: 520px;
  padding: 0 !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: #2a1b0f;
  background-image:
    linear-gradient(160deg, rgba(61,41,24,.28) 0%, rgba(42,27,15,.58) 70%),
    url("assets/oba-hex-pattern.svg");
  background-position: center, center top;
  background-repeat: no-repeat, repeat;
  background-size: cover, 138.564px 240px;
}
.elementor .oba-archive-hero::after {
  content: none;
}
.elementor .oba-archive-hero > .e-con {
  width: min(720px, calc(100% - 64px));
  max-width: 720px;
  min-width: 0;
  margin: auto 0 0 max(32px, calc((100% - 1180px) / 2));
  padding: 38px 42px;
  border-radius: 18px 18px 0 0;
  background: rgba(42,27,15,.93);
  box-sizing: border-box;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.elementor .oba-archive-hero > .e-con > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
}
.elementor .oba-archive-hero .elementor-widget-heading,
.elementor .oba-archive-hero .elementor-widget-text-editor {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.elementor .oba-archive-hero .elementor-widget-text-editor {
  margin-top: 14px;
}

@media (max-width: 980px) {
  .elementor .oba-el-card {
    width: calc((100% - 22px) / 2);
    flex-basis: calc((100% - 22px) / 2);
  }
  .oba-search-results { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .oba-topbar__menu,
  .oba-header__actions .oba-btn--ghost,
  .oba-header__actions .oba-btn--gold { display: none; }
  .oba-topbar__inner,
  .oba-header__inner,
  .oba-footer__inner,
  .oba-footer__bottom,
  .oba-container,
  .oba-hero,
  .oba-inner-hero,
  .oba-inner-content { width: min(100% - 28px, 1280px); }
  .oba-footer__menus { grid-template-columns: 1fr; }
  .oba-footer__bottom { flex-direction: column; align-items: flex-start; }
  .oba-hero {
    padding: 36px 0 28px;
  }
  .oba-hero__title { font-size: clamp(44px, 16vw, 58px); }
  .oba-hero__stats { grid-template-columns: 1fr; }
  .oba-hero__visual {
    min-height: 350px;
    transform: scale(.82);
    transform-origin: top left;
  }
  .oba-inner-hero,
  .oba-inner-copy { padding: 24px; }
  .elementor .oba-el-card {
    width: 100%;
    flex-basis: 100%;
  }
  .oba-search-hero__inner,
  .oba-search-main { width: min(100% - 28px, 1180px); }
  .oba-site-search-form { align-items: stretch; flex-direction: column; }
  .oba-site-search-form button { min-height: 50px; }
  .oba-search-results { grid-template-columns: 1fr; }
  .elementor .oba-el-inner-hero__stage {
    --padding-left: 20px;
    --padding-right: 20px;
    overflow: hidden;
  }
  .elementor .oba-el-inner-hero__copy {
    --width: calc(100vw - 40px) !important;
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px);
  }
  .elementor .oba-archive-hero {
    min-height: 430px;
  }
  .elementor .oba-archive-hero > .e-con {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding: 28px 24px;
  }
}
/* Semicolon-delimited Membee products are rendered as individual labels. */
.oba-producer-card__products {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: .8rem 0;
}

.oba-producer-card__products span {
  display: inline-flex;
  align-items: center;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: #e1edb7;
  color: #596f24;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .035em;
  text-transform: uppercase;
}
