/* =============================================================
   Owambe Connect — Marketplace Component Styles
   Absorbed from plugin into theme for full visual ownership.
   Brand: Burgundy #6E0F2C · Gold #C9A961
   Mobile-first, accessible, responsive.
   ============================================================= */

/* Extended CSS custom properties (adds to theme's :root) */
:root {
	--oc-burgundy-light:  #8B1538;
	--oc-success:         #2E7D5B;
	--oc-success-bg:      #E8F4EE;
	--oc-danger:          #B0354F;
	--oc-danger-bg:       #FBECEF;
	--oc-warning:         #B8860B;
	--oc-warning-bg:      #FBF3DC;
	--oc-radius-sm: 6px;
	--oc-radius:    10px;
	--oc-radius-lg: 16px;
	--oc-shadow-sm: 0 1px 2px rgba(31, 27, 26, 0.05);
	--oc-shadow:    0 6px 20px rgba(31, 27, 26, 0.08);
	--oc-shadow-lg: 0 18px 40px rgba(31, 27, 26, 0.10);
	--oc-font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--oc-font-sans:  'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- Reset-ish ---------- */
.oc-section, .oc-section *,
.oc-hero, .oc-hero *,
.oc-form, .oc-form *,
.oc-card, .oc-card *,
.oc-profile, .oc-profile *,
.oc-pagination, .oc-pagination *,
.oc-alert, .oc-alert *,
.oc-empty, .oc-empty *,
.oc-notice, .oc-notice * { box-sizing: border-box; }

.oc-section a:not(.oc-btn) { color: var(--oc-burgundy); }
.oc-section a:not(.oc-btn):hover { color: var(--oc-burgundy-dark); }

/* ---------- Layout ---------- */
.oc-section { padding: 56px 0; }
.oc-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.oc-section__head { text-align: center; margin-bottom: 36px; }
.oc-section__title {
	font-family: var(--oc-font-serif);
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	color: var(--oc-burgundy);
	margin: 0 0 8px;
	font-weight: 700;
	line-height: 1.2;
}
.oc-section__lead { color: var(--oc-stone); font-size: 1.05rem; margin: 0; }
.oc-section__cta { margin-top: 28px; text-align: center; }

/* ---------- Buttons (marketplace variant — slightly larger than theme chrome) ---------- */
.oc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: var(--oc-radius-sm);
	font-family: var(--oc-font-sans);
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.2;
	border: 1.5px solid transparent;
	cursor: pointer;
	text-decoration: none;
	transition: transform .12s ease, background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
	-webkit-appearance: none;
	appearance: none;
}
.oc-btn:focus-visible { outline: 3px solid rgba(201, 169, 97, .55); outline-offset: 2px; }
.oc-btn-primary { background: var(--oc-burgundy); color: var(--oc-white); border-color: var(--oc-burgundy); }
.oc-btn-primary:hover { background: var(--oc-burgundy-dark); border-color: var(--oc-burgundy-dark); color: var(--oc-white); transform: translateY(-1px); box-shadow: var(--oc-shadow); }
.oc-btn-outline { background: transparent; color: var(--oc-burgundy); border-color: var(--oc-burgundy); }
.oc-btn-outline:hover { background: var(--oc-burgundy); color: var(--oc-white); }
.oc-btn-ghost { background: transparent; color: var(--oc-ink); border-color: var(--oc-border); }
.oc-btn-ghost:hover { border-color: var(--oc-burgundy); color: var(--oc-burgundy); }
.oc-btn-lg { padding: 14px 28px; font-size: 1rem; }
.oc-btn-block { display: flex; width: 100%; }

/* ---------- Pills / tags ---------- */
.oc-pill { display: inline-block; padding: 5px 12px; border-radius: 999px; background: var(--oc-mist); color: var(--oc-ink); font-size: 0.85rem; text-decoration: none; margin: 2px 4px 2px 0; transition: background .15s ease, color .15s ease; }
.oc-pill:hover { background: var(--oc-burgundy); color: var(--oc-white); }
.oc-pill--soft { background: var(--oc-cream); color: var(--oc-stone); }

/* ---------- Footer logo ---------- */
.oc-footer-logo { display: inline-flex; align-items: baseline; gap: 4px; margin-bottom: 10px; font-family: var(--oc-font-serif); line-height: 1; }
.oc-footer-logo__mark { color: var(--oc-white); font-weight: 700; font-size: 1.4rem; letter-spacing: 0.05em; }
.oc-footer-logo__sub { color: var(--oc-gold); font-family: var(--oc-font-sans); font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; }

/* ---------- Hero ---------- */
.oc-hero {
	background:
		radial-gradient(ellipse at 20% 0%, rgba(201,169,97,.18) 0%, transparent 55%),
		radial-gradient(ellipse at 100% 100%, rgba(110,15,44,.10) 0%, transparent 60%),
		linear-gradient(180deg, var(--oc-cream) 0%, var(--oc-white) 100%);
	padding: 72px 0 60px;
	position: relative;
}
.oc-hero__inner { max-width: 820px; margin: 0 auto; padding: 0 20px; text-align: center; }
.oc-hero__eyebrow { font-family: var(--oc-font-sans); letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.78rem; color: var(--oc-gold-dark); font-weight: 600; margin: 0 0 14px; }
.oc-hero__title { font-family: var(--oc-font-serif); font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.1; color: var(--oc-burgundy); margin: 0 0 18px; font-weight: 700; }
.oc-hero__lead { font-size: clamp(1rem, 1.4vw, 1.15rem); color: var(--oc-stone); max-width: 620px; margin: 0 auto 32px; line-height: 1.6; }
.oc-hero__form {
	display: grid; grid-template-columns: 1fr; gap: 10px;
	background: var(--oc-white); padding: 12px;
	border-radius: var(--oc-radius); border: 1px solid var(--oc-border);
	box-shadow: var(--oc-shadow); margin: 0 auto 18px; max-width: 720px;
}
@media (min-width: 768px) {
	.oc-hero__form { grid-template-columns: 1fr 1fr auto; padding: 8px; border-radius: 999px; }
	.oc-hero__form > * { border-radius: 999px; }
}
.oc-hero__field select, .oc-hero__field input { width: 100%; border: 0; background: transparent; padding: 14px 16px; font-size: 1rem; color: var(--oc-ink); font-family: inherit; }
.oc-hero__field select:focus, .oc-hero__field input:focus { outline: none; }
.oc-hero__submit { white-space: nowrap; }
.oc-hero__quick { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; margin-top: 16px; font-size: 0.9rem; color: var(--oc-stone); }
.oc-hero__quick-label { font-weight: 500; white-space: nowrap; flex-shrink: 0; }

/* ---------- Category grid ---------- */
.oc-grid { display: grid; gap: 18px; }
.oc-grid--categories { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }

/* Scroll layout: [oc_category_grid layout="scroll"] → horizontal carousel.
   (Lives here too — the homepage loads this theme stylesheet, not the plugin's.) */
.oc-grid--categories.oc-category-grid--scroll {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 18px;
	padding-bottom: 10px;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	scrollbar-width: none;        /* Firefox — scrollbar never shown */
	-ms-overflow-style: none;     /* old Edge */
}
.oc-grid--categories.oc-category-grid--scroll > .oc-cat-card {
	flex: 0 0 160px;
	min-width: 160px;
	scroll-snap-align: start;
}
/* Scrollbar never shown — the dots are the position indicator. */
.oc-grid--categories.oc-category-grid--scroll::-webkit-scrollbar { display: none; }

/* Carousel pagination dots (auto-scroll indicator). */
.oc-cat-dots { display: flex; justify-content: center; gap: 8px; margin-top: 14px; }
.oc-cat-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: var(--oc-border); cursor: pointer; transition: width .2s ease, background .2s ease; }
.oc-cat-dot:hover { background: var(--oc-burgundy); }
.oc-cat-dot.is-active { width: 22px; background: var(--oc-gold); }

.oc-cat-card { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 22px 16px; background: var(--oc-white); border: 1px solid var(--oc-border); border-radius: var(--oc-radius); color: var(--oc-ink); text-decoration: none; text-align: center; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.oc-cat-card:hover { border-color: var(--oc-gold); transform: translateY(-3px); box-shadow: var(--oc-shadow); }
.oc-cat-card__icon { font-size: 1.8rem; }
.oc-cat-card__name { font-weight: 600; font-size: 0.98rem; }
.oc-cat-card__count { font-size: 0.78rem; color: var(--oc-stone); }

/* ---------- Vendor cards ---------- */
.oc-grid--vendors { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }

.oc-card { background: var(--oc-white); border: 1px solid var(--oc-border); border-radius: var(--oc-radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease; }
.oc-card:hover { transform: translateY(-4px); box-shadow: var(--oc-shadow-lg); }
.oc-card__media { position: relative; display: block; aspect-ratio: 16 / 9; background: var(--oc-mist); overflow: hidden; }
.oc-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.oc-card__tag { position: absolute; top: 12px; left: 12px; background: rgba(110,15,44,.92); color: #fff; padding: 4px 10px; border-radius: 999px; font-size: 0.78rem; font-weight: 500; backdrop-filter: blur(4px); }
.oc-card__body { padding: 18px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.oc-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.oc-card__logo img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--oc-mist); }
.oc-card__title { font-family: var(--oc-font-serif); font-size: 1.2rem; margin: 0; line-height: 1.25; }
.oc-card__title a { color: var(--oc-ink); text-decoration: none; }
.oc-card__title a:hover { color: var(--oc-burgundy); }
.oc-card__meta { color: var(--oc-stone); font-size: 0.88rem; margin: 4px 0 8px; }
.oc-card__sep { color: var(--oc-gold); margin: 0 4px; }
.oc-card__bio { color: var(--oc-ink); font-size: 0.92rem; line-height: 1.55; margin: 4px 0 14px; flex: 1; }
.oc-card__cta { color: var(--oc-burgundy); font-weight: 600; font-size: 0.92rem; text-decoration: none; align-self: flex-start; }
.oc-card__cta:hover { color: var(--oc-burgundy-dark); }

/* ---------- Image placeholder ---------- */
.oc-image-placeholder { width: 100%; height: 100%; min-height: 100px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--oc-mist) 0%, var(--oc-cream) 100%); color: var(--oc-gold-dark); font-family: var(--oc-font-serif); font-weight: 700; font-size: 1.4rem; letter-spacing: 0.1em; }

/* ---------- Directory ---------- */
.oc-directory__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.oc-directory__title { font-family: var(--oc-font-serif); color: var(--oc-burgundy); font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0; }
.oc-directory__count { color: var(--oc-stone); margin: 0; font-size: 0.95rem; }

.oc-filters { background: var(--oc-white); border: 1px solid var(--oc-border); border-radius: var(--oc-radius); padding: 18px; margin-bottom: 32px; }
.oc-filters__row { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 768px) and (max-width: 1023px) {
	.oc-filters__row { grid-template-columns: 1fr 1fr; align-items: end; }
	.oc-filters__actions { grid-column: 1 / -1; display: flex; gap: 8px; }
}
@media (min-width: 1024px) { .oc-filters__row { grid-template-columns: 2fr 1fr 1fr auto; align-items: end; } }
.oc-filters__field { display: flex; flex-direction: column; gap: 6px; }
.oc-filters__field label { font-size: 0.85rem; color: var(--oc-stone); font-weight: 500; }
.oc-filters__field input, .oc-filters__field select { padding: 11px 12px; border: 1px solid var(--oc-border); border-radius: var(--oc-radius-sm); background: var(--oc-white); font-size: 0.95rem; font-family: inherit; color: var(--oc-ink); }
.oc-filters__field input:focus, .oc-filters__field select:focus { outline: 2px solid var(--oc-gold); outline-offset: 1px; border-color: var(--oc-gold); }
.oc-filters__actions { display: flex; gap: 8px; }

/* ---------- Pagination ---------- */
.oc-pagination { margin-top: 36px; display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.oc-pagination .page-numbers { display: inline-flex; min-width: 40px; height: 40px; padding: 0 12px; align-items: center; justify-content: center; border: 1px solid var(--oc-border); border-radius: var(--oc-radius-sm); color: var(--oc-ink); text-decoration: none; font-weight: 500; background: var(--oc-white); transition: all .15s ease; }
.oc-pagination .page-numbers:hover { border-color: var(--oc-burgundy); color: var(--oc-burgundy); }
.oc-pagination .page-numbers.current { background: var(--oc-burgundy); color: var(--oc-white); border-color: var(--oc-burgundy); }

/* ---------- Empty state ---------- */
.oc-empty { background: var(--oc-white); border: 2px dashed var(--oc-border); border-radius: var(--oc-radius-lg); padding: 56px 20px; text-align: center; }
.oc-empty h2, .oc-empty h3 { font-family: var(--oc-font-serif); color: var(--oc-burgundy); margin: 0 0 10px; }
.oc-empty p { color: var(--oc-stone); margin: 0 0 18px; }

/* ---------- Vendor profile (legacy — new styles in vendor-profile.css) ---------- */
.oc-profile { background: var(--oc-cream); }
.oc-profile__banner { height: 280px; background: linear-gradient(135deg, var(--oc-burgundy) 0%, var(--oc-burgundy-dark) 100%); overflow: hidden; position: relative; }
.oc-profile__banner img { width: 100%; height: 100%; object-fit: cover; }
.oc-profile__banner .oc-image-placeholder { background: linear-gradient(135deg, var(--oc-burgundy) 0%, var(--oc-burgundy-dark) 100%); color: var(--oc-gold); }
.oc-profile__intro { margin-top: -60px; background: var(--oc-white); border-radius: var(--oc-radius-lg); box-shadow: var(--oc-shadow); padding: 24px; display: grid; grid-template-columns: 1fr; gap: 18px; position: relative; }
@media (min-width: 768px) { .oc-profile__intro { grid-template-columns: auto 1fr auto; align-items: center; padding: 28px 32px; } }
.oc-profile__logo img, .oc-profile__logo .oc-image-placeholder { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; border: 4px solid var(--oc-white); box-shadow: var(--oc-shadow-sm); min-height: 96px; }
.oc-profile__title { font-family: var(--oc-font-serif); color: var(--oc-burgundy); font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 6px; line-height: 1.15; }
.oc-profile__meta { color: var(--oc-stone); margin: 0 0 8px; }
.oc-profile__cats { margin: 0; }
.oc-profile__actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 767px) { .oc-profile__actions .oc-btn { flex: 1; } }
.oc-profile__body { display: grid; grid-template-columns: 1fr; gap: 28px; margin-top: 32px; padding-bottom: 60px; }
@media (min-width: 900px) { .oc-profile__body { grid-template-columns: 1fr 320px; } }
.oc-profile__section { background: var(--oc-white); border: 1px solid var(--oc-border); border-radius: var(--oc-radius); padding: 24px 28px; margin-bottom: 18px; }
.oc-profile__section h2 { font-family: var(--oc-font-serif); color: var(--oc-burgundy); margin: 0 0 12px; font-size: 1.4rem; }
.oc-info-card { background: var(--oc-white); border: 1px solid var(--oc-border); border-radius: var(--oc-radius); padding: 20px 22px; margin-bottom: 16px; }
.oc-info-card h3 { font-family: var(--oc-font-serif); margin: 0 0 12px; font-size: 1.1rem; color: var(--oc-burgundy); border-bottom: 2px solid var(--oc-gold); padding-bottom: 8px; display: inline-block; }
.oc-info-list { list-style: none; padding: 0; margin: 0; font-size: 0.92rem; }
.oc-info-list li { padding: 8px 0; border-bottom: 1px solid var(--oc-mist); }
.oc-info-list li:last-child { border-bottom: 0; }
.oc-info-list a { word-break: break-word; }
.oc-prose { color: var(--oc-ink); line-height: 1.7; }
.oc-prose p { margin: 0 0 12px; }
.oc-tag-list { display: flex; flex-wrap: wrap; gap: 4px; margin: 0; }

/* ---------- Forms ---------- */
.oc-form-section { background: var(--oc-cream); }
.oc-form-container { max-width: 880px; margin: 0 auto; padding: 0 20px; }
.oc-form-container--narrow { max-width: 520px; }
.oc-form-section__head { text-align: center; margin-bottom: 28px; }
.oc-form-section__head h1 { font-family: var(--oc-font-serif); color: var(--oc-burgundy); font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 0 0 8px; }
.oc-form-section__head p { color: var(--oc-stone); margin: 0; }
.oc-form { background: var(--oc-white); border: 1px solid var(--oc-border); border-radius: var(--oc-radius-lg); box-shadow: var(--oc-shadow-sm); padding: 28px; margin-bottom: 24px; }
.oc-fieldset { border: 0; padding: 0; margin: 0 0 20px; }
.oc-fieldset legend { font-family: var(--oc-font-serif); color: var(--oc-burgundy); font-size: 1.15rem; font-weight: 700; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--oc-gold); width: 100%; }
.oc-field { margin-bottom: 16px; }
.oc-field label { display: block; font-weight: 600; font-size: 0.92rem; margin-bottom: 6px; color: var(--oc-ink); }
.oc-field--row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.oc-req { color: var(--oc-burgundy); }
.oc-field input[type="text"],
.oc-field input[type="email"],
.oc-field input[type="tel"],
.oc-field input[type="url"],
.oc-field input[type="password"],
.oc-field input[type="search"],
.oc-field input[type="file"],
.oc-field select,
.oc-field textarea {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--oc-border);
	border-radius: var(--oc-radius-sm);
	background: var(--oc-white);
	font-size: 1rem;
	color: var(--oc-ink);
	font-family: inherit;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.oc-field input[type="file"] { padding: 8px; }
.oc-field input:focus, .oc-field select:focus, .oc-field textarea:focus { outline: none; border-color: var(--oc-burgundy); box-shadow: 0 0 0 3px rgba(110,15,44,.12); }
.oc-field textarea { resize: vertical; min-height: 90px; }
.oc-field small { display: block; margin-top: 4px; color: var(--oc-stone); font-size: 0.82rem; }
.oc-grid-2 { display: grid; grid-template-columns: 1fr; gap: 14px; }
.oc-grid-3 { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 700px) { .oc-grid-2 { grid-template-columns: 1fr 1fr; } .oc-grid-3 { grid-template-columns: 1fr 1fr 1fr; } }
.oc-checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
@media (min-width: 600px) { .oc-checkbox-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .oc-checkbox-grid { grid-template-columns: repeat(4, 1fr); } }
.oc-checkbox { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid var(--oc-border); border-radius: var(--oc-radius-sm); cursor: pointer; background: var(--oc-white); font-weight: 500; font-size: 0.92rem; transition: all .15s ease; }
.oc-checkbox:hover { border-color: var(--oc-gold); }
.oc-checkbox input { margin: 0; accent-color: var(--oc-burgundy); }
.oc-checkbox input:checked ~ span { color: var(--oc-burgundy); font-weight: 600; }
.oc-checkbox:has(input:checked) { border-color: var(--oc-burgundy); background: rgba(110,15,44,.04); }
.oc-form__actions { margin-top: 22px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.oc-form__actions .oc-btn-block { flex: 1; }
.oc-help { font-size: 0.88rem; color: var(--oc-stone); margin: 8px 0 0; }
.oc-help--center { text-align: center; }
.oc-link { color: var(--oc-burgundy); text-decoration: none; font-weight: 500; }
.oc-link:hover { text-decoration: underline; }
.oc-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* ---------- Alerts / notices ---------- */
.oc-alert { padding: 14px 18px; border-radius: var(--oc-radius-sm); margin-bottom: 18px; font-weight: 500; border-left: 4px solid; }
.oc-alert--success { background: var(--oc-success-bg); color: var(--oc-success); border-color: var(--oc-success); }
.oc-alert--error   { background: var(--oc-danger-bg);  color: var(--oc-danger);  border-color: var(--oc-danger); }
.oc-alert--warning { background: var(--oc-warning-bg); color: var(--oc-warning); border-color: var(--oc-warning); }
.oc-notice { background: var(--oc-cream); border: 1px solid var(--oc-border); padding: 18px; border-radius: var(--oc-radius); margin: 24px 0; color: var(--oc-ink); }

/* ---------- Status banner ---------- */
.oc-status-banner { display: flex; flex-wrap: wrap; gap: 8px 14px; padding: 14px 18px; border-radius: var(--oc-radius); margin-bottom: 22px; border-left: 4px solid; font-size: 0.95rem; }
.oc-status-banner strong { font-family: var(--oc-font-serif); font-size: 1.05rem; }
.oc-status-banner--pending  { background: var(--oc-warning-bg); border-color: var(--oc-warning); color: var(--oc-warning); }
.oc-status-banner--rejected { background: var(--oc-danger-bg);  border-color: var(--oc-danger);  color: var(--oc-danger); }
.oc-status-banner--publish, .oc-status-banner--approved { background: var(--oc-success-bg); border-color: var(--oc-success); color: var(--oc-success); }

/* ---------- Dashboard ---------- */
.oc-dashboard__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.oc-dashboard__hello { color: var(--oc-stone); margin: 0 0 4px; }
.oc-dashboard__title { font-family: var(--oc-font-serif); color: var(--oc-burgundy); font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0; }
.oc-dashboard__actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- Become a vendor ---------- */
.oc-bav { background: var(--oc-cream); padding: 60px 0; }
.oc-bav__hero { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.oc-bav__eyebrow { letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.78rem; color: var(--oc-gold-dark); font-weight: 600; margin: 0 0 14px; }
.oc-bav__title { font-family: var(--oc-font-serif); color: var(--oc-burgundy); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin: 0 0 18px; }
.oc-bav__lead { font-size: 1.1rem; color: var(--oc-stone); margin: 0 0 28px; line-height: 1.6; }
.oc-bav__cta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.oc-bav__features { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: 56px; }
@media (min-width: 700px) { .oc-bav__features { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .oc-bav__features { grid-template-columns: repeat(4, 1fr); } }
.oc-feature { background: var(--oc-white); border: 1px solid var(--oc-border); border-radius: var(--oc-radius); padding: 22px; transition: border-color .15s ease, transform .15s ease; }
.oc-feature:hover { border-color: var(--oc-gold); transform: translateY(-3px); }
.oc-feature__icon { font-size: 1.6rem; display: inline-block; margin-bottom: 10px; }
.oc-feature h3 { font-family: var(--oc-font-serif); color: var(--oc-burgundy); font-size: 1.1rem; margin: 0 0 6px; }
.oc-feature p { color: var(--oc-stone); margin: 0; line-height: 1.55; font-size: 0.94rem; }
.oc-bav__steps { background: var(--oc-white); border-radius: var(--oc-radius-lg); padding: 36px 28px; text-align: center; }
.oc-steps { list-style: none; padding: 0; margin: 18px 0 26px; display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 640px; margin-left: auto; margin-right: auto; text-align: left; }
.oc-steps li { background: var(--oc-cream); padding: 14px 18px; border-radius: var(--oc-radius-sm); color: var(--oc-ink); }
.oc-steps strong { color: var(--oc-burgundy); margin-right: 6px; font-family: var(--oc-font-serif); font-size: 1.1rem; }

/* ---------- Elementor integration — full-bleed + width alignment ---------- */
body { overflow-x: hidden; }

.elementor-widget-container > .oc-hero {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	max-width: 100vw;
}
.elementor-widget-container > .oc-section { width: 100%; }
.elementor-section .elementor-widget-container > .oc-section:only-child { padding-top: 0; padding-bottom: 0; }
.elementor-widget-container > .oc-bav { width: 100%; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	* { transition: none !important; animation: none !important; }
}
